Improve error message to cope with pr 17147.
[platform/upstream/binutils.git] / binutils / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64 for binutils 2.24.51.
4 #
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7 # Foundation, Inc.
8 #
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
14
15 # Be more Bourne compatible
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 case $0 in #((
91   *[\\/]* ) as_myself=$0 ;;
92   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93 for as_dir in $PATH
94 do
95   IFS=$as_save_IFS
96   test -z "$as_dir" && as_dir=.
97     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98   done
99 IFS=$as_save_IFS
100
101      ;;
102 esac
103 # We did not find ourselves, most probably we were run as `sh COMMAND'
104 # in which case we are not to be found in the path.
105 if test "x$as_myself" = x; then
106   as_myself=$0
107 fi
108 if test ! -f "$as_myself"; then
109   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110   exit 1
111 fi
112
113 # Unset variables that we do not need and which cause bugs (e.g. in
114 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
115 # suppresses any "Segmentation fault" message there.  '((' could
116 # trigger a bug in pdksh 5.2.14.
117 for as_var in BASH_ENV ENV MAIL MAILPATH
118 do eval test x\${$as_var+set} = xset \
119   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120 done
121 PS1='$ '
122 PS2='> '
123 PS4='+ '
124
125 # NLS nuisances.
126 LC_ALL=C
127 export LC_ALL
128 LANGUAGE=C
129 export LANGUAGE
130
131 # CDPATH.
132 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
134 if test "x$CONFIG_SHELL" = x; then
135   as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136   emulate sh
137   NULLCMD=:
138   # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139   # is contrary to our usage.  Disable this feature.
140   alias -g '\${1+\"\$@\"}'='\"\$@\"'
141   setopt NO_GLOB_SUBST
142 else
143   case \`(set -o) 2>/dev/null\` in #(
144   *posix*) :
145     set -o posix ;; #(
146   *) :
147      ;;
148 esac
149 fi
150 "
151   as_required="as_fn_return () { (exit \$1); }
152 as_fn_success () { as_fn_return 0; }
153 as_fn_failure () { as_fn_return 1; }
154 as_fn_ret_success () { return 0; }
155 as_fn_ret_failure () { return 1; }
156
157 exitcode=0
158 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
163
164 else
165   exitcode=1; echo positional parameters were not saved.
166 fi
167 test x\$exitcode = x0 || exit 1"
168   as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171   test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172 test \$(( 1 + 1 )) = 2 || exit 1
173
174   test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
175     ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
176     ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
177     ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
178     PATH=/empty FPATH=/empty; export PATH FPATH
179     test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
180       || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
181   if (eval "$as_required") 2>/dev/null; then :
182   as_have_required=yes
183 else
184   as_have_required=no
185 fi
186   if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
187
188 else
189   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
190 as_found=false
191 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
192 do
193   IFS=$as_save_IFS
194   test -z "$as_dir" && as_dir=.
195   as_found=:
196   case $as_dir in #(
197          /*)
198            for as_base in sh bash ksh sh5; do
199              # Try only shells that exist, to save several forks.
200              as_shell=$as_dir/$as_base
201              if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
202                     { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
203   CONFIG_SHELL=$as_shell as_have_required=yes
204                    if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
205   break 2
206 fi
207 fi
208            done;;
209        esac
210   as_found=false
211 done
212 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
213               { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
214   CONFIG_SHELL=$SHELL as_have_required=yes
215 fi; }
216 IFS=$as_save_IFS
217
218
219       if test "x$CONFIG_SHELL" != x; then :
220   # We cannot yet assume a decent shell, so we have to provide a
221         # neutralization value for shells without unset; and this also
222         # works around shells that cannot unset nonexistent variables.
223         BASH_ENV=/dev/null
224         ENV=/dev/null
225         (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
226         export CONFIG_SHELL
227         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
228 fi
229
230     if test x$as_have_required = xno; then :
231   $as_echo "$0: This script requires a shell more modern than all"
232   $as_echo "$0: the shells that I found on your system."
233   if test x${ZSH_VERSION+set} = xset ; then
234     $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
235     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
236   else
237     $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
238 $0: including any error possibly output before this
239 $0: message. Then install a modern shell, or manually run
240 $0: the script under such a shell if you do have one."
241   fi
242   exit 1
243 fi
244 fi
245 fi
246 SHELL=${CONFIG_SHELL-/bin/sh}
247 export SHELL
248 # Unset more variables known to interfere with behavior of common tools.
249 CLICOLOR_FORCE= GREP_OPTIONS=
250 unset CLICOLOR_FORCE GREP_OPTIONS
251
252 ## --------------------- ##
253 ## M4sh Shell Functions. ##
254 ## --------------------- ##
255 # as_fn_unset VAR
256 # ---------------
257 # Portably unset VAR.
258 as_fn_unset ()
259 {
260   { eval $1=; unset $1;}
261 }
262 as_unset=as_fn_unset
263
264 # as_fn_set_status STATUS
265 # -----------------------
266 # Set $? to STATUS, without forking.
267 as_fn_set_status ()
268 {
269   return $1
270 } # as_fn_set_status
271
272 # as_fn_exit STATUS
273 # -----------------
274 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
275 as_fn_exit ()
276 {
277   set +e
278   as_fn_set_status $1
279   exit $1
280 } # as_fn_exit
281
282 # as_fn_mkdir_p
283 # -------------
284 # Create "$as_dir" as a directory, including parents if necessary.
285 as_fn_mkdir_p ()
286 {
287
288   case $as_dir in #(
289   -*) as_dir=./$as_dir;;
290   esac
291   test -d "$as_dir" || eval $as_mkdir_p || {
292     as_dirs=
293     while :; do
294       case $as_dir in #(
295       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
296       *) as_qdir=$as_dir;;
297       esac
298       as_dirs="'$as_qdir' $as_dirs"
299       as_dir=`$as_dirname -- "$as_dir" ||
300 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
301          X"$as_dir" : 'X\(//\)[^/]' \| \
302          X"$as_dir" : 'X\(//\)$' \| \
303          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
304 $as_echo X"$as_dir" |
305     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
306             s//\1/
307             q
308           }
309           /^X\(\/\/\)[^/].*/{
310             s//\1/
311             q
312           }
313           /^X\(\/\/\)$/{
314             s//\1/
315             q
316           }
317           /^X\(\/\).*/{
318             s//\1/
319             q
320           }
321           s/.*/./; q'`
322       test -d "$as_dir" && break
323     done
324     test -z "$as_dirs" || eval "mkdir $as_dirs"
325   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
326
327
328 } # as_fn_mkdir_p
329 # as_fn_append VAR VALUE
330 # ----------------------
331 # Append the text in VALUE to the end of the definition contained in VAR. Take
332 # advantage of any shell optimizations that allow amortized linear growth over
333 # repeated appends, instead of the typical quadratic growth present in naive
334 # implementations.
335 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
336   eval 'as_fn_append ()
337   {
338     eval $1+=\$2
339   }'
340 else
341   as_fn_append ()
342   {
343     eval $1=\$$1\$2
344   }
345 fi # as_fn_append
346
347 # as_fn_arith ARG...
348 # ------------------
349 # Perform arithmetic evaluation on the ARGs, and store the result in the
350 # global $as_val. Take advantage of shells that can avoid forks. The arguments
351 # must be portable across $(()) and expr.
352 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
353   eval 'as_fn_arith ()
354   {
355     as_val=$(( $* ))
356   }'
357 else
358   as_fn_arith ()
359   {
360     as_val=`expr "$@" || test $? -eq 1`
361   }
362 fi # as_fn_arith
363
364
365 # as_fn_error ERROR [LINENO LOG_FD]
366 # ---------------------------------
367 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
368 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
369 # script with status $?, using 1 if that was 0.
370 as_fn_error ()
371 {
372   as_status=$?; test $as_status -eq 0 && as_status=1
373   if test "$3"; then
374     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
375     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
376   fi
377   $as_echo "$as_me: error: $1" >&2
378   as_fn_exit $as_status
379 } # as_fn_error
380
381 if expr a : '\(a\)' >/dev/null 2>&1 &&
382    test "X`expr 00001 : '.*\(...\)'`" = X001; then
383   as_expr=expr
384 else
385   as_expr=false
386 fi
387
388 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
389   as_basename=basename
390 else
391   as_basename=false
392 fi
393
394 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
395   as_dirname=dirname
396 else
397   as_dirname=false
398 fi
399
400 as_me=`$as_basename -- "$0" ||
401 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
402          X"$0" : 'X\(//\)$' \| \
403          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
404 $as_echo X/"$0" |
405     sed '/^.*\/\([^/][^/]*\)\/*$/{
406             s//\1/
407             q
408           }
409           /^X\/\(\/\/\)$/{
410             s//\1/
411             q
412           }
413           /^X\/\(\/\).*/{
414             s//\1/
415             q
416           }
417           s/.*/./; q'`
418
419 # Avoid depending upon Character Ranges.
420 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
421 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
422 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
423 as_cr_digits='0123456789'
424 as_cr_alnum=$as_cr_Letters$as_cr_digits
425
426
427   as_lineno_1=$LINENO as_lineno_1a=$LINENO
428   as_lineno_2=$LINENO as_lineno_2a=$LINENO
429   eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
430   test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
431   # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
432   sed -n '
433     p
434     /[$]LINENO/=
435   ' <$as_myself |
436     sed '
437       s/[$]LINENO.*/&-/
438       t lineno
439       b
440       :lineno
441       N
442       :loop
443       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
444       t loop
445       s/-\n.*//
446     ' >$as_me.lineno &&
447   chmod +x "$as_me.lineno" ||
448     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
449
450   # Don't try to exec as it changes $[0], causing all sort of problems
451   # (the dirname of $[0] is not the place where we might find the
452   # original and so on.  Autoconf is especially sensitive to this).
453   . "./$as_me.lineno"
454   # Exit status is that of the last command.
455   exit
456 }
457
458 ECHO_C= ECHO_N= ECHO_T=
459 case `echo -n x` in #(((((
460 -n*)
461   case `echo 'xy\c'` in
462   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
463   xy)  ECHO_C='\c';;
464   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
465        ECHO_T=' ';;
466   esac;;
467 *)
468   ECHO_N='-n';;
469 esac
470
471 rm -f conf$$ conf$$.exe conf$$.file
472 if test -d conf$$.dir; then
473   rm -f conf$$.dir/conf$$.file
474 else
475   rm -f conf$$.dir
476   mkdir conf$$.dir 2>/dev/null
477 fi
478 if (echo >conf$$.file) 2>/dev/null; then
479   if ln -s conf$$.file conf$$ 2>/dev/null; then
480     as_ln_s='ln -s'
481     # ... but there are two gotchas:
482     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
483     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
484     # In both cases, we have to default to `cp -p'.
485     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
486       as_ln_s='cp -p'
487   elif ln conf$$.file conf$$ 2>/dev/null; then
488     as_ln_s=ln
489   else
490     as_ln_s='cp -p'
491   fi
492 else
493   as_ln_s='cp -p'
494 fi
495 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
496 rmdir conf$$.dir 2>/dev/null
497
498 if mkdir -p . 2>/dev/null; then
499   as_mkdir_p='mkdir -p "$as_dir"'
500 else
501   test -d ./-p && rmdir ./-p
502   as_mkdir_p=false
503 fi
504
505 if test -x / >/dev/null 2>&1; then
506   as_test_x='test -x'
507 else
508   if ls -dL / >/dev/null 2>&1; then
509     as_ls_L_option=L
510   else
511     as_ls_L_option=
512   fi
513   as_test_x='
514     eval sh -c '\''
515       if test -d "$1"; then
516         test -d "$1/.";
517       else
518         case $1 in #(
519         -*)set "./$1";;
520         esac;
521         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
522         ???[sx]*):;;*)false;;esac;fi
523     '\'' sh
524   '
525 fi
526 as_executable_p=$as_test_x
527
528 # Sed expression to map a string onto a valid CPP name.
529 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
530
531 # Sed expression to map a string onto a valid variable name.
532 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
533
534 SHELL=${CONFIG_SHELL-/bin/sh}
535
536
537 exec 7<&0 </dev/null 6>&1
538
539 # Name of the host.
540 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
541 # so uname gets run too.
542 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
543
544 #
545 # Initializations.
546 #
547 ac_default_prefix=/usr/local
548 ac_clean_files=
549 ac_config_libobj_dir=.
550 LIBOBJS=
551 cross_compiling=no
552 subdirs=
553 MFLAGS=
554 MAKEFLAGS=
555
556 # Identity of this package.
557 PACKAGE_NAME='binutils'
558 PACKAGE_TARNAME='binutils'
559 PACKAGE_VERSION='2.24.51'
560 PACKAGE_STRING='binutils 2.24.51'
561 PACKAGE_BUGREPORT=''
562 PACKAGE_URL=''
563
564 ac_unique_file="ar.c"
565 # Factoring default headers for most tests.
566 ac_includes_default="\
567 #include <stdio.h>
568 #ifdef HAVE_SYS_TYPES_H
569 # include <sys/types.h>
570 #endif
571 #ifdef HAVE_SYS_STAT_H
572 # include <sys/stat.h>
573 #endif
574 #ifdef STDC_HEADERS
575 # include <stdlib.h>
576 # include <stddef.h>
577 #else
578 # ifdef HAVE_STDLIB_H
579 #  include <stdlib.h>
580 # endif
581 #endif
582 #ifdef HAVE_STRING_H
583 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
584 #  include <memory.h>
585 # endif
586 # include <string.h>
587 #endif
588 #ifdef HAVE_STRINGS_H
589 # include <strings.h>
590 #endif
591 #ifdef HAVE_INTTYPES_H
592 # include <inttypes.h>
593 #endif
594 #ifdef HAVE_STDINT_H
595 # include <stdint.h>
596 #endif
597 #ifdef HAVE_UNISTD_H
598 # include <unistd.h>
599 #endif"
600
601 ac_subst_vars='am__EXEEXT_FALSE
602 am__EXEEXT_TRUE
603 LTLIBOBJS
604 LIBOBJS
605 EMULATION_VECTOR
606 EMULATION
607 OBJDUMP_PRIVATE_OFILES
608 OBJDUMP_DEFS
609 BUILD_INSTALL_MISC
610 BUILD_MISC
611 BUILD_DLLWRAP
612 BUILD_WINDMC
613 BUILD_WINDRES
614 DLLTOOL_DEFS
615 BUILD_DLLTOOL
616 BUILD_SRCONV
617 BUILD_NLMCONV
618 NLMCONV_DEFS
619 LTLIBICONV
620 LIBICONV
621 ALLOCA
622 DEMANGLER_NAME
623 EXEEXT_FOR_BUILD
624 CC_FOR_BUILD
625 HDEFINES
626 GENINSRC_NEVER_FALSE
627 GENINSRC_NEVER_TRUE
628 MAINT
629 MAINTAINER_MODE_FALSE
630 MAINTAINER_MODE_TRUE
631 MSGMERGE
632 MSGFMT
633 MKINSTALLDIRS
634 CATOBJEXT
635 GENCAT
636 INSTOBJEXT
637 DATADIRNAME
638 CATALOGS
639 POSUB
640 GMSGFMT
641 XGETTEXT
642 INCINTL
643 LIBINTL_DEP
644 LIBINTL
645 USE_NLS
646 LEXLIB
647 LEX_OUTPUT_ROOT
648 LEX
649 YFLAGS
650 YACC
651 NO_WERROR
652 WARN_CFLAGS
653 OTOOL64
654 OTOOL
655 LIPO
656 NMEDIT
657 DSYMUTIL
658 RANLIB
659 AR
660 OBJDUMP
661 LN_S
662 NM
663 ac_ct_DUMPBIN
664 DUMPBIN
665 LD
666 FGREP
667 SED
668 LIBTOOL
669 EGREP
670 GREP
671 CPP
672 am__fastdepCC_FALSE
673 am__fastdepCC_TRUE
674 CCDEPMODE
675 AMDEPBACKSLASH
676 AMDEP_FALSE
677 AMDEP_TRUE
678 am__quote
679 am__include
680 DEPDIR
681 am__untar
682 am__tar
683 AMTAR
684 am__leading_dot
685 SET_MAKE
686 AWK
687 mkdir_p
688 MKDIR_P
689 INSTALL_STRIP_PROGRAM
690 STRIP
691 install_sh
692 MAKEINFO
693 AUTOHEADER
694 AUTOMAKE
695 AUTOCONF
696 ACLOCAL
697 VERSION
698 PACKAGE
699 CYGPATH_W
700 am__isrc
701 INSTALL_DATA
702 INSTALL_SCRIPT
703 INSTALL_PROGRAM
704 OBJEXT
705 EXEEXT
706 ac_ct_CC
707 CPPFLAGS
708 LDFLAGS
709 CFLAGS
710 CC
711 target_os
712 target_vendor
713 target_cpu
714 target
715 host_os
716 host_vendor
717 host_cpu
718 host
719 build_os
720 build_vendor
721 build_cpu
722 build
723 target_alias
724 host_alias
725 build_alias
726 LIBS
727 ECHO_T
728 ECHO_N
729 ECHO_C
730 DEFS
731 mandir
732 localedir
733 libdir
734 psdir
735 pdfdir
736 dvidir
737 htmldir
738 infodir
739 docdir
740 oldincludedir
741 includedir
742 localstatedir
743 sharedstatedir
744 sysconfdir
745 datadir
746 datarootdir
747 libexecdir
748 sbindir
749 bindir
750 program_transform_name
751 prefix
752 exec_prefix
753 PACKAGE_URL
754 PACKAGE_BUGREPORT
755 PACKAGE_STRING
756 PACKAGE_VERSION
757 PACKAGE_TARNAME
758 PACKAGE_NAME
759 PATH_SEPARATOR
760 SHELL'
761 ac_subst_files=''
762 ac_user_opts='
763 enable_option_checking
764 enable_dependency_tracking
765 enable_plugins
766 enable_largefile
767 enable_shared
768 enable_static
769 with_pic
770 enable_fast_install
771 with_gnu_ld
772 enable_libtool_lock
773 enable_targets
774 enable_deterministic_archives
775 enable_werror
776 enable_build_warnings
777 enable_nls
778 enable_maintainer_mode
779 with_zlib
780 enable_rpath
781 with_libiconv_prefix
782 '
783       ac_precious_vars='build_alias
784 host_alias
785 target_alias
786 CC
787 CFLAGS
788 LDFLAGS
789 LIBS
790 CPPFLAGS
791 CPP
792 YACC
793 YFLAGS'
794
795
796 # Initialize some variables set by options.
797 ac_init_help=
798 ac_init_version=false
799 ac_unrecognized_opts=
800 ac_unrecognized_sep=
801 # The variables have the same names as the options, with
802 # dashes changed to underlines.
803 cache_file=/dev/null
804 exec_prefix=NONE
805 no_create=
806 no_recursion=
807 prefix=NONE
808 program_prefix=NONE
809 program_suffix=NONE
810 program_transform_name=s,x,x,
811 silent=
812 site=
813 srcdir=
814 verbose=
815 x_includes=NONE
816 x_libraries=NONE
817
818 # Installation directory options.
819 # These are left unexpanded so users can "make install exec_prefix=/foo"
820 # and all the variables that are supposed to be based on exec_prefix
821 # by default will actually change.
822 # Use braces instead of parens because sh, perl, etc. also accept them.
823 # (The list follows the same order as the GNU Coding Standards.)
824 bindir='${exec_prefix}/bin'
825 sbindir='${exec_prefix}/sbin'
826 libexecdir='${exec_prefix}/libexec'
827 datarootdir='${prefix}/share'
828 datadir='${datarootdir}'
829 sysconfdir='${prefix}/etc'
830 sharedstatedir='${prefix}/com'
831 localstatedir='${prefix}/var'
832 includedir='${prefix}/include'
833 oldincludedir='/usr/include'
834 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
835 infodir='${datarootdir}/info'
836 htmldir='${docdir}'
837 dvidir='${docdir}'
838 pdfdir='${docdir}'
839 psdir='${docdir}'
840 libdir='${exec_prefix}/lib'
841 localedir='${datarootdir}/locale'
842 mandir='${datarootdir}/man'
843
844 ac_prev=
845 ac_dashdash=
846 for ac_option
847 do
848   # If the previous option needs an argument, assign it.
849   if test -n "$ac_prev"; then
850     eval $ac_prev=\$ac_option
851     ac_prev=
852     continue
853   fi
854
855   case $ac_option in
856   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
857   *)    ac_optarg=yes ;;
858   esac
859
860   # Accept the important Cygnus configure options, so we can diagnose typos.
861
862   case $ac_dashdash$ac_option in
863   --)
864     ac_dashdash=yes ;;
865
866   -bindir | --bindir | --bindi | --bind | --bin | --bi)
867     ac_prev=bindir ;;
868   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
869     bindir=$ac_optarg ;;
870
871   -build | --build | --buil | --bui | --bu)
872     ac_prev=build_alias ;;
873   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
874     build_alias=$ac_optarg ;;
875
876   -cache-file | --cache-file | --cache-fil | --cache-fi \
877   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
878     ac_prev=cache_file ;;
879   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
880   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
881     cache_file=$ac_optarg ;;
882
883   --config-cache | -C)
884     cache_file=config.cache ;;
885
886   -datadir | --datadir | --datadi | --datad)
887     ac_prev=datadir ;;
888   -datadir=* | --datadir=* | --datadi=* | --datad=*)
889     datadir=$ac_optarg ;;
890
891   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
892   | --dataroo | --dataro | --datar)
893     ac_prev=datarootdir ;;
894   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
895   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
896     datarootdir=$ac_optarg ;;
897
898   -disable-* | --disable-*)
899     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
900     # Reject names that are not valid shell variable names.
901     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
902       as_fn_error "invalid feature name: $ac_useropt"
903     ac_useropt_orig=$ac_useropt
904     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
905     case $ac_user_opts in
906       *"
907 "enable_$ac_useropt"
908 "*) ;;
909       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
910          ac_unrecognized_sep=', ';;
911     esac
912     eval enable_$ac_useropt=no ;;
913
914   -docdir | --docdir | --docdi | --doc | --do)
915     ac_prev=docdir ;;
916   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
917     docdir=$ac_optarg ;;
918
919   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
920     ac_prev=dvidir ;;
921   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
922     dvidir=$ac_optarg ;;
923
924   -enable-* | --enable-*)
925     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
926     # Reject names that are not valid shell variable names.
927     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
928       as_fn_error "invalid feature name: $ac_useropt"
929     ac_useropt_orig=$ac_useropt
930     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
931     case $ac_user_opts in
932       *"
933 "enable_$ac_useropt"
934 "*) ;;
935       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
936          ac_unrecognized_sep=', ';;
937     esac
938     eval enable_$ac_useropt=\$ac_optarg ;;
939
940   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
941   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
942   | --exec | --exe | --ex)
943     ac_prev=exec_prefix ;;
944   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
945   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
946   | --exec=* | --exe=* | --ex=*)
947     exec_prefix=$ac_optarg ;;
948
949   -gas | --gas | --ga | --g)
950     # Obsolete; use --with-gas.
951     with_gas=yes ;;
952
953   -help | --help | --hel | --he | -h)
954     ac_init_help=long ;;
955   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
956     ac_init_help=recursive ;;
957   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
958     ac_init_help=short ;;
959
960   -host | --host | --hos | --ho)
961     ac_prev=host_alias ;;
962   -host=* | --host=* | --hos=* | --ho=*)
963     host_alias=$ac_optarg ;;
964
965   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
966     ac_prev=htmldir ;;
967   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
968   | --ht=*)
969     htmldir=$ac_optarg ;;
970
971   -includedir | --includedir | --includedi | --included | --include \
972   | --includ | --inclu | --incl | --inc)
973     ac_prev=includedir ;;
974   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
975   | --includ=* | --inclu=* | --incl=* | --inc=*)
976     includedir=$ac_optarg ;;
977
978   -infodir | --infodir | --infodi | --infod | --info | --inf)
979     ac_prev=infodir ;;
980   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
981     infodir=$ac_optarg ;;
982
983   -libdir | --libdir | --libdi | --libd)
984     ac_prev=libdir ;;
985   -libdir=* | --libdir=* | --libdi=* | --libd=*)
986     libdir=$ac_optarg ;;
987
988   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
989   | --libexe | --libex | --libe)
990     ac_prev=libexecdir ;;
991   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
992   | --libexe=* | --libex=* | --libe=*)
993     libexecdir=$ac_optarg ;;
994
995   -localedir | --localedir | --localedi | --localed | --locale)
996     ac_prev=localedir ;;
997   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
998     localedir=$ac_optarg ;;
999
1000   -localstatedir | --localstatedir | --localstatedi | --localstated \
1001   | --localstate | --localstat | --localsta | --localst | --locals)
1002     ac_prev=localstatedir ;;
1003   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1004   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1005     localstatedir=$ac_optarg ;;
1006
1007   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1008     ac_prev=mandir ;;
1009   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1010     mandir=$ac_optarg ;;
1011
1012   -nfp | --nfp | --nf)
1013     # Obsolete; use --without-fp.
1014     with_fp=no ;;
1015
1016   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1017   | --no-cr | --no-c | -n)
1018     no_create=yes ;;
1019
1020   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1021   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1022     no_recursion=yes ;;
1023
1024   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1025   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1026   | --oldin | --oldi | --old | --ol | --o)
1027     ac_prev=oldincludedir ;;
1028   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1029   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1030   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1031     oldincludedir=$ac_optarg ;;
1032
1033   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1034     ac_prev=prefix ;;
1035   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1036     prefix=$ac_optarg ;;
1037
1038   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1039   | --program-pre | --program-pr | --program-p)
1040     ac_prev=program_prefix ;;
1041   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1042   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1043     program_prefix=$ac_optarg ;;
1044
1045   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1046   | --program-suf | --program-su | --program-s)
1047     ac_prev=program_suffix ;;
1048   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1049   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1050     program_suffix=$ac_optarg ;;
1051
1052   -program-transform-name | --program-transform-name \
1053   | --program-transform-nam | --program-transform-na \
1054   | --program-transform-n | --program-transform- \
1055   | --program-transform | --program-transfor \
1056   | --program-transfo | --program-transf \
1057   | --program-trans | --program-tran \
1058   | --progr-tra | --program-tr | --program-t)
1059     ac_prev=program_transform_name ;;
1060   -program-transform-name=* | --program-transform-name=* \
1061   | --program-transform-nam=* | --program-transform-na=* \
1062   | --program-transform-n=* | --program-transform-=* \
1063   | --program-transform=* | --program-transfor=* \
1064   | --program-transfo=* | --program-transf=* \
1065   | --program-trans=* | --program-tran=* \
1066   | --progr-tra=* | --program-tr=* | --program-t=*)
1067     program_transform_name=$ac_optarg ;;
1068
1069   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1070     ac_prev=pdfdir ;;
1071   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1072     pdfdir=$ac_optarg ;;
1073
1074   -psdir | --psdir | --psdi | --psd | --ps)
1075     ac_prev=psdir ;;
1076   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1077     psdir=$ac_optarg ;;
1078
1079   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1080   | -silent | --silent | --silen | --sile | --sil)
1081     silent=yes ;;
1082
1083   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1084     ac_prev=sbindir ;;
1085   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1086   | --sbi=* | --sb=*)
1087     sbindir=$ac_optarg ;;
1088
1089   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1090   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1091   | --sharedst | --shareds | --shared | --share | --shar \
1092   | --sha | --sh)
1093     ac_prev=sharedstatedir ;;
1094   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1095   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1096   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1097   | --sha=* | --sh=*)
1098     sharedstatedir=$ac_optarg ;;
1099
1100   -site | --site | --sit)
1101     ac_prev=site ;;
1102   -site=* | --site=* | --sit=*)
1103     site=$ac_optarg ;;
1104
1105   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1106     ac_prev=srcdir ;;
1107   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1108     srcdir=$ac_optarg ;;
1109
1110   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1111   | --syscon | --sysco | --sysc | --sys | --sy)
1112     ac_prev=sysconfdir ;;
1113   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1114   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1115     sysconfdir=$ac_optarg ;;
1116
1117   -target | --target | --targe | --targ | --tar | --ta | --t)
1118     ac_prev=target_alias ;;
1119   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1120     target_alias=$ac_optarg ;;
1121
1122   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1123     verbose=yes ;;
1124
1125   -version | --version | --versio | --versi | --vers | -V)
1126     ac_init_version=: ;;
1127
1128   -with-* | --with-*)
1129     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1130     # Reject names that are not valid shell variable names.
1131     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1132       as_fn_error "invalid package name: $ac_useropt"
1133     ac_useropt_orig=$ac_useropt
1134     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1135     case $ac_user_opts in
1136       *"
1137 "with_$ac_useropt"
1138 "*) ;;
1139       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1140          ac_unrecognized_sep=', ';;
1141     esac
1142     eval with_$ac_useropt=\$ac_optarg ;;
1143
1144   -without-* | --without-*)
1145     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1146     # Reject names that are not valid shell variable names.
1147     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1148       as_fn_error "invalid package name: $ac_useropt"
1149     ac_useropt_orig=$ac_useropt
1150     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1151     case $ac_user_opts in
1152       *"
1153 "with_$ac_useropt"
1154 "*) ;;
1155       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1156          ac_unrecognized_sep=', ';;
1157     esac
1158     eval with_$ac_useropt=no ;;
1159
1160   --x)
1161     # Obsolete; use --with-x.
1162     with_x=yes ;;
1163
1164   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1165   | --x-incl | --x-inc | --x-in | --x-i)
1166     ac_prev=x_includes ;;
1167   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1168   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1169     x_includes=$ac_optarg ;;
1170
1171   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1172   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1173     ac_prev=x_libraries ;;
1174   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1175   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1176     x_libraries=$ac_optarg ;;
1177
1178   -*) as_fn_error "unrecognized option: \`$ac_option'
1179 Try \`$0 --help' for more information."
1180     ;;
1181
1182   *=*)
1183     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1184     # Reject names that are not valid shell variable names.
1185     case $ac_envvar in #(
1186       '' | [0-9]* | *[!_$as_cr_alnum]* )
1187       as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1188     esac
1189     eval $ac_envvar=\$ac_optarg
1190     export $ac_envvar ;;
1191
1192   *)
1193     # FIXME: should be removed in autoconf 3.0.
1194     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1195     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1196       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1197     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1198     ;;
1199
1200   esac
1201 done
1202
1203 if test -n "$ac_prev"; then
1204   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1205   as_fn_error "missing argument to $ac_option"
1206 fi
1207
1208 if test -n "$ac_unrecognized_opts"; then
1209   case $enable_option_checking in
1210     no) ;;
1211     fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1212     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1213   esac
1214 fi
1215
1216 # Check all directory arguments for consistency.
1217 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1218                 datadir sysconfdir sharedstatedir localstatedir includedir \
1219                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1220                 libdir localedir mandir
1221 do
1222   eval ac_val=\$$ac_var
1223   # Remove trailing slashes.
1224   case $ac_val in
1225     */ )
1226       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1227       eval $ac_var=\$ac_val;;
1228   esac
1229   # Be sure to have absolute directory names.
1230   case $ac_val in
1231     [\\/$]* | ?:[\\/]* )  continue;;
1232     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1233   esac
1234   as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1235 done
1236
1237 # There might be people who depend on the old broken behavior: `$host'
1238 # used to hold the argument of --host etc.
1239 # FIXME: To remove some day.
1240 build=$build_alias
1241 host=$host_alias
1242 target=$target_alias
1243
1244 # FIXME: To remove some day.
1245 if test "x$host_alias" != x; then
1246   if test "x$build_alias" = x; then
1247     cross_compiling=maybe
1248     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1249     If a cross compiler is detected then cross compile mode will be used." >&2
1250   elif test "x$build_alias" != "x$host_alias"; then
1251     cross_compiling=yes
1252   fi
1253 fi
1254
1255 ac_tool_prefix=
1256 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1257
1258 test "$silent" = yes && exec 6>/dev/null
1259
1260
1261 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1262 ac_ls_di=`ls -di .` &&
1263 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1264   as_fn_error "working directory cannot be determined"
1265 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1266   as_fn_error "pwd does not report name of working directory"
1267
1268
1269 # Find the source files, if location was not specified.
1270 if test -z "$srcdir"; then
1271   ac_srcdir_defaulted=yes
1272   # Try the directory containing this script, then the parent directory.
1273   ac_confdir=`$as_dirname -- "$as_myself" ||
1274 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1275          X"$as_myself" : 'X\(//\)[^/]' \| \
1276          X"$as_myself" : 'X\(//\)$' \| \
1277          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1278 $as_echo X"$as_myself" |
1279     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1280             s//\1/
1281             q
1282           }
1283           /^X\(\/\/\)[^/].*/{
1284             s//\1/
1285             q
1286           }
1287           /^X\(\/\/\)$/{
1288             s//\1/
1289             q
1290           }
1291           /^X\(\/\).*/{
1292             s//\1/
1293             q
1294           }
1295           s/.*/./; q'`
1296   srcdir=$ac_confdir
1297   if test ! -r "$srcdir/$ac_unique_file"; then
1298     srcdir=..
1299   fi
1300 else
1301   ac_srcdir_defaulted=no
1302 fi
1303 if test ! -r "$srcdir/$ac_unique_file"; then
1304   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1305   as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1306 fi
1307 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1308 ac_abs_confdir=`(
1309         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1310         pwd)`
1311 # When building in place, set srcdir=.
1312 if test "$ac_abs_confdir" = "$ac_pwd"; then
1313   srcdir=.
1314 fi
1315 # Remove unnecessary trailing slashes from srcdir.
1316 # Double slashes in file names in object file debugging info
1317 # mess up M-x gdb in Emacs.
1318 case $srcdir in
1319 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1320 esac
1321 for ac_var in $ac_precious_vars; do
1322   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1323   eval ac_env_${ac_var}_value=\$${ac_var}
1324   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1325   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1326 done
1327
1328 #
1329 # Report the --help message.
1330 #
1331 if test "$ac_init_help" = "long"; then
1332   # Omit some internal or obsolete options to make the list less imposing.
1333   # This message is too long to be a string in the A/UX 3.1 sh.
1334   cat <<_ACEOF
1335 \`configure' configures binutils 2.24.51 to adapt to many kinds of systems.
1336
1337 Usage: $0 [OPTION]... [VAR=VALUE]...
1338
1339 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1340 VAR=VALUE.  See below for descriptions of some of the useful variables.
1341
1342 Defaults for the options are specified in brackets.
1343
1344 Configuration:
1345   -h, --help              display this help and exit
1346       --help=short        display options specific to this package
1347       --help=recursive    display the short help of all the included packages
1348   -V, --version           display version information and exit
1349   -q, --quiet, --silent   do not print \`checking...' messages
1350       --cache-file=FILE   cache test results in FILE [disabled]
1351   -C, --config-cache      alias for \`--cache-file=config.cache'
1352   -n, --no-create         do not create output files
1353       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1354
1355 Installation directories:
1356   --prefix=PREFIX         install architecture-independent files in PREFIX
1357                           [$ac_default_prefix]
1358   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1359                           [PREFIX]
1360
1361 By default, \`make install' will install all the files in
1362 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1363 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1364 for instance \`--prefix=\$HOME'.
1365
1366 For better control, use the options below.
1367
1368 Fine tuning of the installation directories:
1369   --bindir=DIR            user executables [EPREFIX/bin]
1370   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1371   --libexecdir=DIR        program executables [EPREFIX/libexec]
1372   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1373   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1374   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1375   --libdir=DIR            object code libraries [EPREFIX/lib]
1376   --includedir=DIR        C header files [PREFIX/include]
1377   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1378   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1379   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1380   --infodir=DIR           info documentation [DATAROOTDIR/info]
1381   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1382   --mandir=DIR            man documentation [DATAROOTDIR/man]
1383   --docdir=DIR            documentation root [DATAROOTDIR/doc/binutils]
1384   --htmldir=DIR           html documentation [DOCDIR]
1385   --dvidir=DIR            dvi documentation [DOCDIR]
1386   --pdfdir=DIR            pdf documentation [DOCDIR]
1387   --psdir=DIR             ps documentation [DOCDIR]
1388 _ACEOF
1389
1390   cat <<\_ACEOF
1391
1392 Program names:
1393   --program-prefix=PREFIX            prepend PREFIX to installed program names
1394   --program-suffix=SUFFIX            append SUFFIX to installed program names
1395   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1396
1397 System types:
1398   --build=BUILD     configure for building on BUILD [guessed]
1399   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1400   --target=TARGET   configure for building compilers for TARGET [HOST]
1401 _ACEOF
1402 fi
1403
1404 if test -n "$ac_init_help"; then
1405   case $ac_init_help in
1406      short | recursive ) echo "Configuration of binutils 2.24.51:";;
1407    esac
1408   cat <<\_ACEOF
1409
1410 Optional Features:
1411   --disable-option-checking  ignore unrecognized --enable/--with options
1412   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1413   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1414   --disable-dependency-tracking  speeds up one-time build
1415   --enable-dependency-tracking   do not reject slow dependency extractors
1416   --enable-plugins        Enable support for plugins (defaults no)
1417   --disable-largefile     omit support for large files
1418   --enable-shared[=PKGS]  build shared libraries [default=yes]
1419   --enable-static[=PKGS]  build static libraries [default=yes]
1420   --enable-fast-install[=PKGS]
1421                           optimize for fast installation [default=yes]
1422   --disable-libtool-lock  avoid locking (might break parallel builds)
1423   --enable-targets        alternative target configurations
1424   --enable-deterministic-archives
1425                           ar and ranlib default to -D behavior
1426   --enable-werror         treat compile warnings as errors
1427   --enable-build-warnings enable build-time compiler warnings
1428   --disable-nls           do not use Native Language Support
1429   --enable-maintainer-mode  enable make rules and dependencies not useful
1430                           (and sometimes confusing) to the casual installer
1431   --disable-rpath         do not hardcode runtime library paths
1432
1433 Optional Packages:
1434   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1435   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1436   --with-pic              try to use only PIC/non-PIC objects [default=use
1437                           both]
1438   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1439   --with-zlib             include zlib support (auto/yes/no) default=auto
1440   --with-gnu-ld           assume the C compiler uses GNU ld default=no
1441   --with-libiconv-prefix[=DIR]  search for libiconv in DIR/include and DIR/lib
1442   --without-libiconv-prefix     don't search for libiconv in includedir and libdir
1443
1444 Some influential environment variables:
1445   CC          C compiler command
1446   CFLAGS      C compiler flags
1447   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1448               nonstandard directory <lib dir>
1449   LIBS        libraries to pass to the linker, e.g. -l<library>
1450   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1451               you have headers in a nonstandard directory <include dir>
1452   CPP         C preprocessor
1453   YACC        The `Yet Another C Compiler' implementation to use. Defaults to
1454               the first program found out of: `bison -y', `byacc', `yacc'.
1455   YFLAGS      The list of arguments that will be passed by default to $YACC.
1456               This script will default YFLAGS to the empty string to avoid a
1457               default value of `-d' given by some make applications.
1458
1459 Use these variables to override the choices made by `configure' or to help
1460 it to find libraries and programs with nonstandard names/locations.
1461
1462 Report bugs to the package provider.
1463 _ACEOF
1464 ac_status=$?
1465 fi
1466
1467 if test "$ac_init_help" = "recursive"; then
1468   # If there are subdirs, report their specific --help.
1469   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1470     test -d "$ac_dir" ||
1471       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1472       continue
1473     ac_builddir=.
1474
1475 case "$ac_dir" in
1476 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1477 *)
1478   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1479   # A ".." for each directory in $ac_dir_suffix.
1480   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1481   case $ac_top_builddir_sub in
1482   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1483   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1484   esac ;;
1485 esac
1486 ac_abs_top_builddir=$ac_pwd
1487 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1488 # for backward compatibility:
1489 ac_top_builddir=$ac_top_build_prefix
1490
1491 case $srcdir in
1492   .)  # We are building in place.
1493     ac_srcdir=.
1494     ac_top_srcdir=$ac_top_builddir_sub
1495     ac_abs_top_srcdir=$ac_pwd ;;
1496   [\\/]* | ?:[\\/]* )  # Absolute name.
1497     ac_srcdir=$srcdir$ac_dir_suffix;
1498     ac_top_srcdir=$srcdir
1499     ac_abs_top_srcdir=$srcdir ;;
1500   *) # Relative name.
1501     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1502     ac_top_srcdir=$ac_top_build_prefix$srcdir
1503     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1504 esac
1505 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1506
1507     cd "$ac_dir" || { ac_status=$?; continue; }
1508     # Check for guested configure.
1509     if test -f "$ac_srcdir/configure.gnu"; then
1510       echo &&
1511       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1512     elif test -f "$ac_srcdir/configure"; then
1513       echo &&
1514       $SHELL "$ac_srcdir/configure" --help=recursive
1515     else
1516       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1517     fi || ac_status=$?
1518     cd "$ac_pwd" || { ac_status=$?; break; }
1519   done
1520 fi
1521
1522 test -n "$ac_init_help" && exit $ac_status
1523 if $ac_init_version; then
1524   cat <<\_ACEOF
1525 binutils configure 2.24.51
1526 generated by GNU Autoconf 2.64
1527
1528 Copyright (C) 2009 Free Software Foundation, Inc.
1529 This configure script is free software; the Free Software Foundation
1530 gives unlimited permission to copy, distribute and modify it.
1531 _ACEOF
1532   exit
1533 fi
1534
1535 ## ------------------------ ##
1536 ## Autoconf initialization. ##
1537 ## ------------------------ ##
1538
1539 # ac_fn_c_try_compile LINENO
1540 # --------------------------
1541 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1542 ac_fn_c_try_compile ()
1543 {
1544   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1545   rm -f conftest.$ac_objext
1546   if { { ac_try="$ac_compile"
1547 case "(($ac_try" in
1548   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1549   *) ac_try_echo=$ac_try;;
1550 esac
1551 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1552 $as_echo "$ac_try_echo"; } >&5
1553   (eval "$ac_compile") 2>conftest.err
1554   ac_status=$?
1555   if test -s conftest.err; then
1556     grep -v '^ *+' conftest.err >conftest.er1
1557     cat conftest.er1 >&5
1558     mv -f conftest.er1 conftest.err
1559   fi
1560   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1561   test $ac_status = 0; } && {
1562          test -z "$ac_c_werror_flag" ||
1563          test ! -s conftest.err
1564        } && test -s conftest.$ac_objext; then :
1565   ac_retval=0
1566 else
1567   $as_echo "$as_me: failed program was:" >&5
1568 sed 's/^/| /' conftest.$ac_ext >&5
1569
1570         ac_retval=1
1571 fi
1572   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1573   return $ac_retval
1574
1575 } # ac_fn_c_try_compile
1576
1577 # ac_fn_c_try_link LINENO
1578 # -----------------------
1579 # Try to link conftest.$ac_ext, and return whether this succeeded.
1580 ac_fn_c_try_link ()
1581 {
1582   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1583   rm -f conftest.$ac_objext conftest$ac_exeext
1584   if { { ac_try="$ac_link"
1585 case "(($ac_try" in
1586   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1587   *) ac_try_echo=$ac_try;;
1588 esac
1589 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1590 $as_echo "$ac_try_echo"; } >&5
1591   (eval "$ac_link") 2>conftest.err
1592   ac_status=$?
1593   if test -s conftest.err; then
1594     grep -v '^ *+' conftest.err >conftest.er1
1595     cat conftest.er1 >&5
1596     mv -f conftest.er1 conftest.err
1597   fi
1598   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1599   test $ac_status = 0; } && {
1600          test -z "$ac_c_werror_flag" ||
1601          test ! -s conftest.err
1602        } && test -s conftest$ac_exeext && {
1603          test "$cross_compiling" = yes ||
1604          $as_test_x conftest$ac_exeext
1605        }; then :
1606   ac_retval=0
1607 else
1608   $as_echo "$as_me: failed program was:" >&5
1609 sed 's/^/| /' conftest.$ac_ext >&5
1610
1611         ac_retval=1
1612 fi
1613   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1614   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1615   # interfere with the next link command; also delete a directory that is
1616   # left behind by Apple's compiler.  We do this before executing the actions.
1617   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1618   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1619   return $ac_retval
1620
1621 } # ac_fn_c_try_link
1622
1623 # ac_fn_c_try_cpp LINENO
1624 # ----------------------
1625 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1626 ac_fn_c_try_cpp ()
1627 {
1628   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1629   if { { ac_try="$ac_cpp conftest.$ac_ext"
1630 case "(($ac_try" in
1631   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1632   *) ac_try_echo=$ac_try;;
1633 esac
1634 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1635 $as_echo "$ac_try_echo"; } >&5
1636   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1637   ac_status=$?
1638   if test -s conftest.err; then
1639     grep -v '^ *+' conftest.err >conftest.er1
1640     cat conftest.er1 >&5
1641     mv -f conftest.er1 conftest.err
1642   fi
1643   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1644   test $ac_status = 0; } >/dev/null && {
1645          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1646          test ! -s conftest.err
1647        }; then :
1648   ac_retval=0
1649 else
1650   $as_echo "$as_me: failed program was:" >&5
1651 sed 's/^/| /' conftest.$ac_ext >&5
1652
1653     ac_retval=1
1654 fi
1655   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1656   return $ac_retval
1657
1658 } # ac_fn_c_try_cpp
1659
1660 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1661 # -------------------------------------------------------
1662 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1663 # the include files in INCLUDES and setting the cache variable VAR
1664 # accordingly.
1665 ac_fn_c_check_header_mongrel ()
1666 {
1667   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1668   if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1669   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1670 $as_echo_n "checking for $2... " >&6; }
1671 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1672   $as_echo_n "(cached) " >&6
1673 fi
1674 eval ac_res=\$$3
1675                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1676 $as_echo "$ac_res" >&6; }
1677 else
1678   # Is the header compilable?
1679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1680 $as_echo_n "checking $2 usability... " >&6; }
1681 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1682 /* end confdefs.h.  */
1683 $4
1684 #include <$2>
1685 _ACEOF
1686 if ac_fn_c_try_compile "$LINENO"; then :
1687   ac_header_compiler=yes
1688 else
1689   ac_header_compiler=no
1690 fi
1691 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1693 $as_echo "$ac_header_compiler" >&6; }
1694
1695 # Is the header present?
1696 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1697 $as_echo_n "checking $2 presence... " >&6; }
1698 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1699 /* end confdefs.h.  */
1700 #include <$2>
1701 _ACEOF
1702 if ac_fn_c_try_cpp "$LINENO"; then :
1703   ac_header_preproc=yes
1704 else
1705   ac_header_preproc=no
1706 fi
1707 rm -f conftest.err conftest.$ac_ext
1708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1709 $as_echo "$ac_header_preproc" >&6; }
1710
1711 # So?  What about this header?
1712 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1713   yes:no: )
1714     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1715 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1716     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1717 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1718     ;;
1719   no:yes:* )
1720     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1721 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1722     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
1723 $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
1724     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1725 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1726     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
1727 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
1728     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1729 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1730     ;;
1731 esac
1732   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1733 $as_echo_n "checking for $2... " >&6; }
1734 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1735   $as_echo_n "(cached) " >&6
1736 else
1737   eval "$3=\$ac_header_compiler"
1738 fi
1739 eval ac_res=\$$3
1740                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1741 $as_echo "$ac_res" >&6; }
1742 fi
1743   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1744
1745 } # ac_fn_c_check_header_mongrel
1746
1747 # ac_fn_c_try_run LINENO
1748 # ----------------------
1749 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1750 # that executables *can* be run.
1751 ac_fn_c_try_run ()
1752 {
1753   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1754   if { { ac_try="$ac_link"
1755 case "(($ac_try" in
1756   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1757   *) ac_try_echo=$ac_try;;
1758 esac
1759 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1760 $as_echo "$ac_try_echo"; } >&5
1761   (eval "$ac_link") 2>&5
1762   ac_status=$?
1763   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1764   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1765   { { case "(($ac_try" in
1766   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1767   *) ac_try_echo=$ac_try;;
1768 esac
1769 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1770 $as_echo "$ac_try_echo"; } >&5
1771   (eval "$ac_try") 2>&5
1772   ac_status=$?
1773   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1774   test $ac_status = 0; }; }; then :
1775   ac_retval=0
1776 else
1777   $as_echo "$as_me: program exited with status $ac_status" >&5
1778        $as_echo "$as_me: failed program was:" >&5
1779 sed 's/^/| /' conftest.$ac_ext >&5
1780
1781        ac_retval=$ac_status
1782 fi
1783   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1784   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1785   return $ac_retval
1786
1787 } # ac_fn_c_try_run
1788
1789 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1790 # -------------------------------------------------------
1791 # Tests whether HEADER exists and can be compiled using the include files in
1792 # INCLUDES, setting the cache variable VAR accordingly.
1793 ac_fn_c_check_header_compile ()
1794 {
1795   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1796   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1797 $as_echo_n "checking for $2... " >&6; }
1798 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1799   $as_echo_n "(cached) " >&6
1800 else
1801   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1802 /* end confdefs.h.  */
1803 $4
1804 #include <$2>
1805 _ACEOF
1806 if ac_fn_c_try_compile "$LINENO"; then :
1807   eval "$3=yes"
1808 else
1809   eval "$3=no"
1810 fi
1811 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1812 fi
1813 eval ac_res=\$$3
1814                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1815 $as_echo "$ac_res" >&6; }
1816   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1817
1818 } # ac_fn_c_check_header_compile
1819
1820 # ac_fn_c_check_func LINENO FUNC VAR
1821 # ----------------------------------
1822 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1823 ac_fn_c_check_func ()
1824 {
1825   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1826   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1827 $as_echo_n "checking for $2... " >&6; }
1828 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1829   $as_echo_n "(cached) " >&6
1830 else
1831   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1832 /* end confdefs.h.  */
1833 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1834    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1835 #define $2 innocuous_$2
1836
1837 /* System header to define __stub macros and hopefully few prototypes,
1838     which can conflict with char $2 (); below.
1839     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1840     <limits.h> exists even on freestanding compilers.  */
1841
1842 #ifdef __STDC__
1843 # include <limits.h>
1844 #else
1845 # include <assert.h>
1846 #endif
1847
1848 #undef $2
1849
1850 /* Override any GCC internal prototype to avoid an error.
1851    Use char because int might match the return type of a GCC
1852    builtin and then its argument prototype would still apply.  */
1853 #ifdef __cplusplus
1854 extern "C"
1855 #endif
1856 char $2 ();
1857 /* The GNU C library defines this for functions which it implements
1858     to always fail with ENOSYS.  Some functions are actually named
1859     something starting with __ and the normal name is an alias.  */
1860 #if defined __stub_$2 || defined __stub___$2
1861 choke me
1862 #endif
1863
1864 int
1865 main ()
1866 {
1867 return $2 ();
1868   ;
1869   return 0;
1870 }
1871 _ACEOF
1872 if ac_fn_c_try_link "$LINENO"; then :
1873   eval "$3=yes"
1874 else
1875   eval "$3=no"
1876 fi
1877 rm -f core conftest.err conftest.$ac_objext \
1878     conftest$ac_exeext conftest.$ac_ext
1879 fi
1880 eval ac_res=\$$3
1881                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1882 $as_echo "$ac_res" >&6; }
1883   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1884
1885 } # ac_fn_c_check_func
1886
1887 # ac_fn_c_check_decl LINENO SYMBOL VAR
1888 # ------------------------------------
1889 # Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
1890 ac_fn_c_check_decl ()
1891 {
1892   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1893   as_decl_name=`echo $2|sed 's/ *(.*//'`
1894   as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1895   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1896 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
1897 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1898   $as_echo_n "(cached) " >&6
1899 else
1900   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1901 /* end confdefs.h.  */
1902 $4
1903 int
1904 main ()
1905 {
1906 #ifndef $as_decl_name
1907 #ifdef __cplusplus
1908   (void) $as_decl_use;
1909 #else
1910   (void) $as_decl_name;
1911 #endif
1912 #endif
1913
1914   ;
1915   return 0;
1916 }
1917 _ACEOF
1918 if ac_fn_c_try_compile "$LINENO"; then :
1919   eval "$3=yes"
1920 else
1921   eval "$3=no"
1922 fi
1923 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1924 fi
1925 eval ac_res=\$$3
1926                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1927 $as_echo "$ac_res" >&6; }
1928   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1929
1930 } # ac_fn_c_check_decl
1931 cat >config.log <<_ACEOF
1932 This file contains any messages produced by compilers while
1933 running configure, to aid debugging if configure makes a mistake.
1934
1935 It was created by binutils $as_me 2.24.51, which was
1936 generated by GNU Autoconf 2.64.  Invocation command line was
1937
1938   $ $0 $@
1939
1940 _ACEOF
1941 exec 5>>config.log
1942 {
1943 cat <<_ASUNAME
1944 ## --------- ##
1945 ## Platform. ##
1946 ## --------- ##
1947
1948 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1949 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1950 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1951 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1952 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1953
1954 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1955 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1956
1957 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1958 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1959 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1960 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1961 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1962 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1963 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1964
1965 _ASUNAME
1966
1967 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1968 for as_dir in $PATH
1969 do
1970   IFS=$as_save_IFS
1971   test -z "$as_dir" && as_dir=.
1972     $as_echo "PATH: $as_dir"
1973   done
1974 IFS=$as_save_IFS
1975
1976 } >&5
1977
1978 cat >&5 <<_ACEOF
1979
1980
1981 ## ----------- ##
1982 ## Core tests. ##
1983 ## ----------- ##
1984
1985 _ACEOF
1986
1987
1988 # Keep a trace of the command line.
1989 # Strip out --no-create and --no-recursion so they do not pile up.
1990 # Strip out --silent because we don't want to record it for future runs.
1991 # Also quote any args containing shell meta-characters.
1992 # Make two passes to allow for proper duplicate-argument suppression.
1993 ac_configure_args=
1994 ac_configure_args0=
1995 ac_configure_args1=
1996 ac_must_keep_next=false
1997 for ac_pass in 1 2
1998 do
1999   for ac_arg
2000   do
2001     case $ac_arg in
2002     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2003     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2004     | -silent | --silent | --silen | --sile | --sil)
2005       continue ;;
2006     *\'*)
2007       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2008     esac
2009     case $ac_pass in
2010     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2011     2)
2012       as_fn_append ac_configure_args1 " '$ac_arg'"
2013       if test $ac_must_keep_next = true; then
2014         ac_must_keep_next=false # Got value, back to normal.
2015       else
2016         case $ac_arg in
2017           *=* | --config-cache | -C | -disable-* | --disable-* \
2018           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2019           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2020           | -with-* | --with-* | -without-* | --without-* | --x)
2021             case "$ac_configure_args0 " in
2022               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2023             esac
2024             ;;
2025           -* ) ac_must_keep_next=true ;;
2026         esac
2027       fi
2028       as_fn_append ac_configure_args " '$ac_arg'"
2029       ;;
2030     esac
2031   done
2032 done
2033 { ac_configure_args0=; unset ac_configure_args0;}
2034 { ac_configure_args1=; unset ac_configure_args1;}
2035
2036 # When interrupted or exit'd, cleanup temporary files, and complete
2037 # config.log.  We remove comments because anyway the quotes in there
2038 # would cause problems or look ugly.
2039 # WARNING: Use '\'' to represent an apostrophe within the trap.
2040 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2041 trap 'exit_status=$?
2042   # Save into config.log some information that might help in debugging.
2043   {
2044     echo
2045
2046     cat <<\_ASBOX
2047 ## ---------------- ##
2048 ## Cache variables. ##
2049 ## ---------------- ##
2050 _ASBOX
2051     echo
2052     # The following way of writing the cache mishandles newlines in values,
2053 (
2054   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2055     eval ac_val=\$$ac_var
2056     case $ac_val in #(
2057     *${as_nl}*)
2058       case $ac_var in #(
2059       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2060 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2061       esac
2062       case $ac_var in #(
2063       _ | IFS | as_nl) ;; #(
2064       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2065       *) { eval $ac_var=; unset $ac_var;} ;;
2066       esac ;;
2067     esac
2068   done
2069   (set) 2>&1 |
2070     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2071     *${as_nl}ac_space=\ *)
2072       sed -n \
2073         "s/'\''/'\''\\\\'\'''\''/g;
2074           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2075       ;; #(
2076     *)
2077       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2078       ;;
2079     esac |
2080     sort
2081 )
2082     echo
2083
2084     cat <<\_ASBOX
2085 ## ----------------- ##
2086 ## Output variables. ##
2087 ## ----------------- ##
2088 _ASBOX
2089     echo
2090     for ac_var in $ac_subst_vars
2091     do
2092       eval ac_val=\$$ac_var
2093       case $ac_val in
2094       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2095       esac
2096       $as_echo "$ac_var='\''$ac_val'\''"
2097     done | sort
2098     echo
2099
2100     if test -n "$ac_subst_files"; then
2101       cat <<\_ASBOX
2102 ## ------------------- ##
2103 ## File substitutions. ##
2104 ## ------------------- ##
2105 _ASBOX
2106       echo
2107       for ac_var in $ac_subst_files
2108       do
2109         eval ac_val=\$$ac_var
2110         case $ac_val in
2111         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2112         esac
2113         $as_echo "$ac_var='\''$ac_val'\''"
2114       done | sort
2115       echo
2116     fi
2117
2118     if test -s confdefs.h; then
2119       cat <<\_ASBOX
2120 ## ----------- ##
2121 ## confdefs.h. ##
2122 ## ----------- ##
2123 _ASBOX
2124       echo
2125       cat confdefs.h
2126       echo
2127     fi
2128     test "$ac_signal" != 0 &&
2129       $as_echo "$as_me: caught signal $ac_signal"
2130     $as_echo "$as_me: exit $exit_status"
2131   } >&5
2132   rm -f core *.core core.conftest.* &&
2133     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2134     exit $exit_status
2135 ' 0
2136 for ac_signal in 1 2 13 15; do
2137   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2138 done
2139 ac_signal=0
2140
2141 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2142 rm -f -r conftest* confdefs.h
2143
2144 $as_echo "/* confdefs.h */" > confdefs.h
2145
2146 # Predefined preprocessor variables.
2147
2148 cat >>confdefs.h <<_ACEOF
2149 #define PACKAGE_NAME "$PACKAGE_NAME"
2150 _ACEOF
2151
2152 cat >>confdefs.h <<_ACEOF
2153 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2154 _ACEOF
2155
2156 cat >>confdefs.h <<_ACEOF
2157 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2158 _ACEOF
2159
2160 cat >>confdefs.h <<_ACEOF
2161 #define PACKAGE_STRING "$PACKAGE_STRING"
2162 _ACEOF
2163
2164 cat >>confdefs.h <<_ACEOF
2165 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2166 _ACEOF
2167
2168 cat >>confdefs.h <<_ACEOF
2169 #define PACKAGE_URL "$PACKAGE_URL"
2170 _ACEOF
2171
2172
2173 # Let the site file select an alternate cache file if it wants to.
2174 # Prefer an explicitly selected file to automatically selected ones.
2175 ac_site_file1=NONE
2176 ac_site_file2=NONE
2177 if test -n "$CONFIG_SITE"; then
2178   ac_site_file1=$CONFIG_SITE
2179 elif test "x$prefix" != xNONE; then
2180   ac_site_file1=$prefix/share/config.site
2181   ac_site_file2=$prefix/etc/config.site
2182 else
2183   ac_site_file1=$ac_default_prefix/share/config.site
2184   ac_site_file2=$ac_default_prefix/etc/config.site
2185 fi
2186 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2187 do
2188   test "x$ac_site_file" = xNONE && continue
2189   if test -r "$ac_site_file"; then
2190     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2191 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2192     sed 's/^/| /' "$ac_site_file" >&5
2193     . "$ac_site_file"
2194   fi
2195 done
2196
2197 if test -r "$cache_file"; then
2198   # Some versions of bash will fail to source /dev/null (special
2199   # files actually), so we avoid doing that.
2200   if test -f "$cache_file"; then
2201     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2202 $as_echo "$as_me: loading cache $cache_file" >&6;}
2203     case $cache_file in
2204       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2205       *)                      . "./$cache_file";;
2206     esac
2207   fi
2208 else
2209   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2210 $as_echo "$as_me: creating cache $cache_file" >&6;}
2211   >$cache_file
2212 fi
2213
2214 # Check that the precious variables saved in the cache have kept the same
2215 # value.
2216 ac_cache_corrupted=false
2217 for ac_var in $ac_precious_vars; do
2218   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2219   eval ac_new_set=\$ac_env_${ac_var}_set
2220   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2221   eval ac_new_val=\$ac_env_${ac_var}_value
2222   case $ac_old_set,$ac_new_set in
2223     set,)
2224       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2225 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2226       ac_cache_corrupted=: ;;
2227     ,set)
2228       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2229 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2230       ac_cache_corrupted=: ;;
2231     ,);;
2232     *)
2233       if test "x$ac_old_val" != "x$ac_new_val"; then
2234         # differences in whitespace do not lead to failure.
2235         ac_old_val_w=`echo x $ac_old_val`
2236         ac_new_val_w=`echo x $ac_new_val`
2237         if test "$ac_old_val_w" != "$ac_new_val_w"; then
2238           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2239 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2240           ac_cache_corrupted=:
2241         else
2242           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2243 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2244           eval $ac_var=\$ac_old_val
2245         fi
2246         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2247 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2248         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2249 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2250       fi;;
2251   esac
2252   # Pass precious variables to config.status.
2253   if test "$ac_new_set" = set; then
2254     case $ac_new_val in
2255     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2256     *) ac_arg=$ac_var=$ac_new_val ;;
2257     esac
2258     case " $ac_configure_args " in
2259       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2260       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2261     esac
2262   fi
2263 done
2264 if $ac_cache_corrupted; then
2265   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2266 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2267   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2268 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2269   as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2270 fi
2271 ## -------------------- ##
2272 ## Main body of script. ##
2273 ## -------------------- ##
2274
2275 ac_ext=c
2276 ac_cpp='$CPP $CPPFLAGS'
2277 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2278 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2279 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2280
2281
2282
2283
2284
2285
2286
2287 ac_aux_dir=
2288 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2289   for ac_t in install-sh install.sh shtool; do
2290     if test -f "$ac_dir/$ac_t"; then
2291       ac_aux_dir=$ac_dir
2292       ac_install_sh="$ac_aux_dir/$ac_t -c"
2293       break 2
2294     fi
2295   done
2296 done
2297 if test -z "$ac_aux_dir"; then
2298   as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2299 fi
2300
2301 # These three variables are undocumented and unsupported,
2302 # and are intended to be withdrawn in a future Autoconf release.
2303 # They can cause serious problems if a builder's source tree is in a directory
2304 # whose full name contains unusual characters.
2305 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2306 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2307 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2308
2309
2310 # Make sure we can run config.sub.
2311 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2312   as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2313
2314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2315 $as_echo_n "checking build system type... " >&6; }
2316 if test "${ac_cv_build+set}" = set; then :
2317   $as_echo_n "(cached) " >&6
2318 else
2319   ac_build_alias=$build_alias
2320 test "x$ac_build_alias" = x &&
2321   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2322 test "x$ac_build_alias" = x &&
2323   as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2324 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2325   as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2326
2327 fi
2328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2329 $as_echo "$ac_cv_build" >&6; }
2330 case $ac_cv_build in
2331 *-*-*) ;;
2332 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2333 esac
2334 build=$ac_cv_build
2335 ac_save_IFS=$IFS; IFS='-'
2336 set x $ac_cv_build
2337 shift
2338 build_cpu=$1
2339 build_vendor=$2
2340 shift; shift
2341 # Remember, the first character of IFS is used to create $*,
2342 # except with old shells:
2343 build_os=$*
2344 IFS=$ac_save_IFS
2345 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2346
2347
2348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2349 $as_echo_n "checking host system type... " >&6; }
2350 if test "${ac_cv_host+set}" = set; then :
2351   $as_echo_n "(cached) " >&6
2352 else
2353   if test "x$host_alias" = x; then
2354   ac_cv_host=$ac_cv_build
2355 else
2356   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2357     as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2358 fi
2359
2360 fi
2361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2362 $as_echo "$ac_cv_host" >&6; }
2363 case $ac_cv_host in
2364 *-*-*) ;;
2365 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2366 esac
2367 host=$ac_cv_host
2368 ac_save_IFS=$IFS; IFS='-'
2369 set x $ac_cv_host
2370 shift
2371 host_cpu=$1
2372 host_vendor=$2
2373 shift; shift
2374 # Remember, the first character of IFS is used to create $*,
2375 # except with old shells:
2376 host_os=$*
2377 IFS=$ac_save_IFS
2378 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2379
2380
2381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2382 $as_echo_n "checking target system type... " >&6; }
2383 if test "${ac_cv_target+set}" = set; then :
2384   $as_echo_n "(cached) " >&6
2385 else
2386   if test "x$target_alias" = x; then
2387   ac_cv_target=$ac_cv_host
2388 else
2389   ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2390     as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2391 fi
2392
2393 fi
2394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2395 $as_echo "$ac_cv_target" >&6; }
2396 case $ac_cv_target in
2397 *-*-*) ;;
2398 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2399 esac
2400 target=$ac_cv_target
2401 ac_save_IFS=$IFS; IFS='-'
2402 set x $ac_cv_target
2403 shift
2404 target_cpu=$1
2405 target_vendor=$2
2406 shift; shift
2407 # Remember, the first character of IFS is used to create $*,
2408 # except with old shells:
2409 target_os=$*
2410 IFS=$ac_save_IFS
2411 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2412
2413
2414 # The aliases save the names the user supplied, while $host etc.
2415 # will get canonicalized.
2416 test -n "$target_alias" &&
2417   test "$program_prefix$program_suffix$program_transform_name" = \
2418     NONENONEs,x,x, &&
2419   program_prefix=${target_alias}-
2420 ac_ext=c
2421 ac_cpp='$CPP $CPPFLAGS'
2422 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2423 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2424 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2425 if test -n "$ac_tool_prefix"; then
2426   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2427 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2429 $as_echo_n "checking for $ac_word... " >&6; }
2430 if test "${ac_cv_prog_CC+set}" = set; then :
2431   $as_echo_n "(cached) " >&6
2432 else
2433   if test -n "$CC"; then
2434   ac_cv_prog_CC="$CC" # Let the user override the test.
2435 else
2436 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2437 for as_dir in $PATH
2438 do
2439   IFS=$as_save_IFS
2440   test -z "$as_dir" && as_dir=.
2441     for ac_exec_ext in '' $ac_executable_extensions; do
2442   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2443     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2444     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2445     break 2
2446   fi
2447 done
2448   done
2449 IFS=$as_save_IFS
2450
2451 fi
2452 fi
2453 CC=$ac_cv_prog_CC
2454 if test -n "$CC"; then
2455   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2456 $as_echo "$CC" >&6; }
2457 else
2458   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2459 $as_echo "no" >&6; }
2460 fi
2461
2462
2463 fi
2464 if test -z "$ac_cv_prog_CC"; then
2465   ac_ct_CC=$CC
2466   # Extract the first word of "gcc", so it can be a program name with args.
2467 set dummy gcc; ac_word=$2
2468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2469 $as_echo_n "checking for $ac_word... " >&6; }
2470 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2471   $as_echo_n "(cached) " >&6
2472 else
2473   if test -n "$ac_ct_CC"; then
2474   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2475 else
2476 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2477 for as_dir in $PATH
2478 do
2479   IFS=$as_save_IFS
2480   test -z "$as_dir" && as_dir=.
2481     for ac_exec_ext in '' $ac_executable_extensions; do
2482   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2483     ac_cv_prog_ac_ct_CC="gcc"
2484     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2485     break 2
2486   fi
2487 done
2488   done
2489 IFS=$as_save_IFS
2490
2491 fi
2492 fi
2493 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2494 if test -n "$ac_ct_CC"; then
2495   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2496 $as_echo "$ac_ct_CC" >&6; }
2497 else
2498   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2499 $as_echo "no" >&6; }
2500 fi
2501
2502   if test "x$ac_ct_CC" = x; then
2503     CC=""
2504   else
2505     case $cross_compiling:$ac_tool_warned in
2506 yes:)
2507 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2508 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2509 ac_tool_warned=yes ;;
2510 esac
2511     CC=$ac_ct_CC
2512   fi
2513 else
2514   CC="$ac_cv_prog_CC"
2515 fi
2516
2517 if test -z "$CC"; then
2518           if test -n "$ac_tool_prefix"; then
2519     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2520 set dummy ${ac_tool_prefix}cc; ac_word=$2
2521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2522 $as_echo_n "checking for $ac_word... " >&6; }
2523 if test "${ac_cv_prog_CC+set}" = set; then :
2524   $as_echo_n "(cached) " >&6
2525 else
2526   if test -n "$CC"; then
2527   ac_cv_prog_CC="$CC" # Let the user override the test.
2528 else
2529 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2530 for as_dir in $PATH
2531 do
2532   IFS=$as_save_IFS
2533   test -z "$as_dir" && as_dir=.
2534     for ac_exec_ext in '' $ac_executable_extensions; do
2535   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2536     ac_cv_prog_CC="${ac_tool_prefix}cc"
2537     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2538     break 2
2539   fi
2540 done
2541   done
2542 IFS=$as_save_IFS
2543
2544 fi
2545 fi
2546 CC=$ac_cv_prog_CC
2547 if test -n "$CC"; then
2548   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2549 $as_echo "$CC" >&6; }
2550 else
2551   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2552 $as_echo "no" >&6; }
2553 fi
2554
2555
2556   fi
2557 fi
2558 if test -z "$CC"; then
2559   # Extract the first word of "cc", so it can be a program name with args.
2560 set dummy cc; ac_word=$2
2561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2562 $as_echo_n "checking for $ac_word... " >&6; }
2563 if test "${ac_cv_prog_CC+set}" = set; then :
2564   $as_echo_n "(cached) " >&6
2565 else
2566   if test -n "$CC"; then
2567   ac_cv_prog_CC="$CC" # Let the user override the test.
2568 else
2569   ac_prog_rejected=no
2570 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2571 for as_dir in $PATH
2572 do
2573   IFS=$as_save_IFS
2574   test -z "$as_dir" && as_dir=.
2575     for ac_exec_ext in '' $ac_executable_extensions; do
2576   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2577     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2578        ac_prog_rejected=yes
2579        continue
2580      fi
2581     ac_cv_prog_CC="cc"
2582     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2583     break 2
2584   fi
2585 done
2586   done
2587 IFS=$as_save_IFS
2588
2589 if test $ac_prog_rejected = yes; then
2590   # We found a bogon in the path, so make sure we never use it.
2591   set dummy $ac_cv_prog_CC
2592   shift
2593   if test $# != 0; then
2594     # We chose a different compiler from the bogus one.
2595     # However, it has the same basename, so the bogon will be chosen
2596     # first if we set CC to just the basename; use the full file name.
2597     shift
2598     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2599   fi
2600 fi
2601 fi
2602 fi
2603 CC=$ac_cv_prog_CC
2604 if test -n "$CC"; then
2605   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2606 $as_echo "$CC" >&6; }
2607 else
2608   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2609 $as_echo "no" >&6; }
2610 fi
2611
2612
2613 fi
2614 if test -z "$CC"; then
2615   if test -n "$ac_tool_prefix"; then
2616   for ac_prog in cl.exe
2617   do
2618     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2619 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2621 $as_echo_n "checking for $ac_word... " >&6; }
2622 if test "${ac_cv_prog_CC+set}" = set; then :
2623   $as_echo_n "(cached) " >&6
2624 else
2625   if test -n "$CC"; then
2626   ac_cv_prog_CC="$CC" # Let the user override the test.
2627 else
2628 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2629 for as_dir in $PATH
2630 do
2631   IFS=$as_save_IFS
2632   test -z "$as_dir" && as_dir=.
2633     for ac_exec_ext in '' $ac_executable_extensions; do
2634   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2635     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2636     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2637     break 2
2638   fi
2639 done
2640   done
2641 IFS=$as_save_IFS
2642
2643 fi
2644 fi
2645 CC=$ac_cv_prog_CC
2646 if test -n "$CC"; then
2647   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2648 $as_echo "$CC" >&6; }
2649 else
2650   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2651 $as_echo "no" >&6; }
2652 fi
2653
2654
2655     test -n "$CC" && break
2656   done
2657 fi
2658 if test -z "$CC"; then
2659   ac_ct_CC=$CC
2660   for ac_prog in cl.exe
2661 do
2662   # Extract the first word of "$ac_prog", so it can be a program name with args.
2663 set dummy $ac_prog; ac_word=$2
2664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2665 $as_echo_n "checking for $ac_word... " >&6; }
2666 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2667   $as_echo_n "(cached) " >&6
2668 else
2669   if test -n "$ac_ct_CC"; then
2670   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2671 else
2672 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2673 for as_dir in $PATH
2674 do
2675   IFS=$as_save_IFS
2676   test -z "$as_dir" && as_dir=.
2677     for ac_exec_ext in '' $ac_executable_extensions; do
2678   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2679     ac_cv_prog_ac_ct_CC="$ac_prog"
2680     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2681     break 2
2682   fi
2683 done
2684   done
2685 IFS=$as_save_IFS
2686
2687 fi
2688 fi
2689 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2690 if test -n "$ac_ct_CC"; then
2691   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2692 $as_echo "$ac_ct_CC" >&6; }
2693 else
2694   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2695 $as_echo "no" >&6; }
2696 fi
2697
2698
2699   test -n "$ac_ct_CC" && break
2700 done
2701
2702   if test "x$ac_ct_CC" = x; then
2703     CC=""
2704   else
2705     case $cross_compiling:$ac_tool_warned in
2706 yes:)
2707 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2708 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2709 ac_tool_warned=yes ;;
2710 esac
2711     CC=$ac_ct_CC
2712   fi
2713 fi
2714
2715 fi
2716
2717
2718 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2719 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2720 as_fn_error "no acceptable C compiler found in \$PATH
2721 See \`config.log' for more details." "$LINENO" 5; }
2722
2723 # Provide some information about the compiler.
2724 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2725 set X $ac_compile
2726 ac_compiler=$2
2727 for ac_option in --version -v -V -qversion; do
2728   { { ac_try="$ac_compiler $ac_option >&5"
2729 case "(($ac_try" in
2730   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2731   *) ac_try_echo=$ac_try;;
2732 esac
2733 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2734 $as_echo "$ac_try_echo"; } >&5
2735   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2736   ac_status=$?
2737   if test -s conftest.err; then
2738     sed '10a\
2739 ... rest of stderr output deleted ...
2740          10q' conftest.err >conftest.er1
2741     cat conftest.er1 >&5
2742     rm -f conftest.er1 conftest.err
2743   fi
2744   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2745   test $ac_status = 0; }
2746 done
2747
2748 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2749 /* end confdefs.h.  */
2750
2751 int
2752 main ()
2753 {
2754
2755   ;
2756   return 0;
2757 }
2758 _ACEOF
2759 ac_clean_files_save=$ac_clean_files
2760 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
2761 # Try to create an executable without -o first, disregard a.out.
2762 # It will help us diagnose broken compilers, and finding out an intuition
2763 # of exeext.
2764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2765 $as_echo_n "checking for C compiler default output file name... " >&6; }
2766 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2767
2768 # The possible output files:
2769 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2770
2771 ac_rmfiles=
2772 for ac_file in $ac_files
2773 do
2774   case $ac_file in
2775     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2776     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2777   esac
2778 done
2779 rm -f $ac_rmfiles
2780
2781 if { { ac_try="$ac_link_default"
2782 case "(($ac_try" in
2783   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2784   *) ac_try_echo=$ac_try;;
2785 esac
2786 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2787 $as_echo "$ac_try_echo"; } >&5
2788   (eval "$ac_link_default") 2>&5
2789   ac_status=$?
2790   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2791   test $ac_status = 0; }; then :
2792   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2793 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2794 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
2795 # so that the user can short-circuit this test for compilers unknown to
2796 # Autoconf.
2797 for ac_file in $ac_files ''
2798 do
2799   test -f "$ac_file" || continue
2800   case $ac_file in
2801     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2802         ;;
2803     [ab].out )
2804         # We found the default executable, but exeext='' is most
2805         # certainly right.
2806         break;;
2807     *.* )
2808         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2809         then :; else
2810            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2811         fi
2812         # We set ac_cv_exeext here because the later test for it is not
2813         # safe: cross compilers may not add the suffix if given an `-o'
2814         # argument, so we may need to know it at that point already.
2815         # Even if this section looks crufty: it has the advantage of
2816         # actually working.
2817         break;;
2818     * )
2819         break;;
2820   esac
2821 done
2822 test "$ac_cv_exeext" = no && ac_cv_exeext=
2823
2824 else
2825   ac_file=''
2826 fi
2827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2828 $as_echo "$ac_file" >&6; }
2829 if test -z "$ac_file"; then :
2830   $as_echo "$as_me: failed program was:" >&5
2831 sed 's/^/| /' conftest.$ac_ext >&5
2832
2833 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2834 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2835 { as_fn_set_status 77
2836 as_fn_error "C compiler cannot create executables
2837 See \`config.log' for more details." "$LINENO" 5; }; }
2838 fi
2839 ac_exeext=$ac_cv_exeext
2840
2841 # Check that the compiler produces executables we can run.  If not, either
2842 # the compiler is broken, or we cross compile.
2843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2844 $as_echo_n "checking whether the C compiler works... " >&6; }
2845 # If not cross compiling, check that we can run a simple program.
2846 if test "$cross_compiling" != yes; then
2847   if { ac_try='./$ac_file'
2848   { { case "(($ac_try" in
2849   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2850   *) ac_try_echo=$ac_try;;
2851 esac
2852 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2853 $as_echo "$ac_try_echo"; } >&5
2854   (eval "$ac_try") 2>&5
2855   ac_status=$?
2856   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2857   test $ac_status = 0; }; }; then
2858     cross_compiling=no
2859   else
2860     if test "$cross_compiling" = maybe; then
2861         cross_compiling=yes
2862     else
2863         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2864 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2865 as_fn_error "cannot run C compiled programs.
2866 If you meant to cross compile, use \`--host'.
2867 See \`config.log' for more details." "$LINENO" 5; }
2868     fi
2869   fi
2870 fi
2871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2872 $as_echo "yes" >&6; }
2873
2874 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
2875 ac_clean_files=$ac_clean_files_save
2876 # Check that the compiler produces executables we can run.  If not, either
2877 # the compiler is broken, or we cross compile.
2878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2879 $as_echo_n "checking whether we are cross compiling... " >&6; }
2880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2881 $as_echo "$cross_compiling" >&6; }
2882
2883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2884 $as_echo_n "checking for suffix of executables... " >&6; }
2885 if { { ac_try="$ac_link"
2886 case "(($ac_try" in
2887   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2888   *) ac_try_echo=$ac_try;;
2889 esac
2890 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2891 $as_echo "$ac_try_echo"; } >&5
2892   (eval "$ac_link") 2>&5
2893   ac_status=$?
2894   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2895   test $ac_status = 0; }; then :
2896   # If both `conftest.exe' and `conftest' are `present' (well, observable)
2897 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2898 # work properly (i.e., refer to `conftest.exe'), while it won't with
2899 # `rm'.
2900 for ac_file in conftest.exe conftest conftest.*; do
2901   test -f "$ac_file" || continue
2902   case $ac_file in
2903     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2904     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2905           break;;
2906     * ) break;;
2907   esac
2908 done
2909 else
2910   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2911 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2912 as_fn_error "cannot compute suffix of executables: cannot compile and link
2913 See \`config.log' for more details." "$LINENO" 5; }
2914 fi
2915 rm -f conftest$ac_cv_exeext
2916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2917 $as_echo "$ac_cv_exeext" >&6; }
2918
2919 rm -f conftest.$ac_ext
2920 EXEEXT=$ac_cv_exeext
2921 ac_exeext=$EXEEXT
2922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2923 $as_echo_n "checking for suffix of object files... " >&6; }
2924 if test "${ac_cv_objext+set}" = set; then :
2925   $as_echo_n "(cached) " >&6
2926 else
2927   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2928 /* end confdefs.h.  */
2929
2930 int
2931 main ()
2932 {
2933
2934   ;
2935   return 0;
2936 }
2937 _ACEOF
2938 rm -f conftest.o conftest.obj
2939 if { { ac_try="$ac_compile"
2940 case "(($ac_try" in
2941   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2942   *) ac_try_echo=$ac_try;;
2943 esac
2944 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2945 $as_echo "$ac_try_echo"; } >&5
2946   (eval "$ac_compile") 2>&5
2947   ac_status=$?
2948   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2949   test $ac_status = 0; }; then :
2950   for ac_file in conftest.o conftest.obj conftest.*; do
2951   test -f "$ac_file" || continue;
2952   case $ac_file in
2953     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2954     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2955        break;;
2956   esac
2957 done
2958 else
2959   $as_echo "$as_me: failed program was:" >&5
2960 sed 's/^/| /' conftest.$ac_ext >&5
2961
2962 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2963 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2964 as_fn_error "cannot compute suffix of object files: cannot compile
2965 See \`config.log' for more details." "$LINENO" 5; }
2966 fi
2967 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2968 fi
2969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2970 $as_echo "$ac_cv_objext" >&6; }
2971 OBJEXT=$ac_cv_objext
2972 ac_objext=$OBJEXT
2973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2974 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2975 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
2976   $as_echo_n "(cached) " >&6
2977 else
2978   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2979 /* end confdefs.h.  */
2980
2981 int
2982 main ()
2983 {
2984 #ifndef __GNUC__
2985        choke me
2986 #endif
2987
2988   ;
2989   return 0;
2990 }
2991 _ACEOF
2992 if ac_fn_c_try_compile "$LINENO"; then :
2993   ac_compiler_gnu=yes
2994 else
2995   ac_compiler_gnu=no
2996 fi
2997 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2998 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2999
3000 fi
3001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3002 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3003 if test $ac_compiler_gnu = yes; then
3004   GCC=yes
3005 else
3006   GCC=
3007 fi
3008 ac_test_CFLAGS=${CFLAGS+set}
3009 ac_save_CFLAGS=$CFLAGS
3010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3011 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3012 if test "${ac_cv_prog_cc_g+set}" = set; then :
3013   $as_echo_n "(cached) " >&6
3014 else
3015   ac_save_c_werror_flag=$ac_c_werror_flag
3016    ac_c_werror_flag=yes
3017    ac_cv_prog_cc_g=no
3018    CFLAGS="-g"
3019    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3020 /* end confdefs.h.  */
3021
3022 int
3023 main ()
3024 {
3025
3026   ;
3027   return 0;
3028 }
3029 _ACEOF
3030 if ac_fn_c_try_compile "$LINENO"; then :
3031   ac_cv_prog_cc_g=yes
3032 else
3033   CFLAGS=""
3034       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3035 /* end confdefs.h.  */
3036
3037 int
3038 main ()
3039 {
3040
3041   ;
3042   return 0;
3043 }
3044 _ACEOF
3045 if ac_fn_c_try_compile "$LINENO"; then :
3046
3047 else
3048   ac_c_werror_flag=$ac_save_c_werror_flag
3049          CFLAGS="-g"
3050          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3051 /* end confdefs.h.  */
3052
3053 int
3054 main ()
3055 {
3056
3057   ;
3058   return 0;
3059 }
3060 _ACEOF
3061 if ac_fn_c_try_compile "$LINENO"; then :
3062   ac_cv_prog_cc_g=yes
3063 fi
3064 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3065 fi
3066 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3067 fi
3068 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3069    ac_c_werror_flag=$ac_save_c_werror_flag
3070 fi
3071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3072 $as_echo "$ac_cv_prog_cc_g" >&6; }
3073 if test "$ac_test_CFLAGS" = set; then
3074   CFLAGS=$ac_save_CFLAGS
3075 elif test $ac_cv_prog_cc_g = yes; then
3076   if test "$GCC" = yes; then
3077     CFLAGS="-g -O2"
3078   else
3079     CFLAGS="-g"
3080   fi
3081 else
3082   if test "$GCC" = yes; then
3083     CFLAGS="-O2"
3084   else
3085     CFLAGS=
3086   fi
3087 fi
3088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3089 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3090 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3091   $as_echo_n "(cached) " >&6
3092 else
3093   ac_cv_prog_cc_c89=no
3094 ac_save_CC=$CC
3095 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3096 /* end confdefs.h.  */
3097 #include <stdarg.h>
3098 #include <stdio.h>
3099 #include <sys/types.h>
3100 #include <sys/stat.h>
3101 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3102 struct buf { int x; };
3103 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3104 static char *e (p, i)
3105      char **p;
3106      int i;
3107 {
3108   return p[i];
3109 }
3110 static char *f (char * (*g) (char **, int), char **p, ...)
3111 {
3112   char *s;
3113   va_list v;
3114   va_start (v,p);
3115   s = g (p, va_arg (v,int));
3116   va_end (v);
3117   return s;
3118 }
3119
3120 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3121    function prototypes and stuff, but not '\xHH' hex character constants.
3122    These don't provoke an error unfortunately, instead are silently treated
3123    as 'x'.  The following induces an error, until -std is added to get
3124    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3125    array size at least.  It's necessary to write '\x00'==0 to get something
3126    that's true only with -std.  */
3127 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3128
3129 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3130    inside strings and character constants.  */
3131 #define FOO(x) 'x'
3132 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3133
3134 int test (int i, double x);
3135 struct s1 {int (*f) (int a);};
3136 struct s2 {int (*f) (double a);};
3137 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3138 int argc;
3139 char **argv;
3140 int
3141 main ()
3142 {
3143 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3144   ;
3145   return 0;
3146 }
3147 _ACEOF
3148 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3149         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3150 do
3151   CC="$ac_save_CC $ac_arg"
3152   if ac_fn_c_try_compile "$LINENO"; then :
3153   ac_cv_prog_cc_c89=$ac_arg
3154 fi
3155 rm -f core conftest.err conftest.$ac_objext
3156   test "x$ac_cv_prog_cc_c89" != "xno" && break
3157 done
3158 rm -f conftest.$ac_ext
3159 CC=$ac_save_CC
3160
3161 fi
3162 # AC_CACHE_VAL
3163 case "x$ac_cv_prog_cc_c89" in
3164   x)
3165     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3166 $as_echo "none needed" >&6; } ;;
3167   xno)
3168     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3169 $as_echo "unsupported" >&6; } ;;
3170   *)
3171     CC="$CC $ac_cv_prog_cc_c89"
3172     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3173 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3174 esac
3175 if test "x$ac_cv_prog_cc_c89" != xno; then :
3176
3177 fi
3178
3179 ac_ext=c
3180 ac_cpp='$CPP $CPPFLAGS'
3181 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3182 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3183 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3184
3185
3186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3187 $as_echo_n "checking for library containing strerror... " >&6; }
3188 if test "${ac_cv_search_strerror+set}" = set; then :
3189   $as_echo_n "(cached) " >&6
3190 else
3191   ac_func_search_save_LIBS=$LIBS
3192 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3193 /* end confdefs.h.  */
3194
3195 /* Override any GCC internal prototype to avoid an error.
3196    Use char because int might match the return type of a GCC
3197    builtin and then its argument prototype would still apply.  */
3198 #ifdef __cplusplus
3199 extern "C"
3200 #endif
3201 char strerror ();
3202 int
3203 main ()
3204 {
3205 return strerror ();
3206   ;
3207   return 0;
3208 }
3209 _ACEOF
3210 for ac_lib in '' cposix; do
3211   if test -z "$ac_lib"; then
3212     ac_res="none required"
3213   else
3214     ac_res=-l$ac_lib
3215     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
3216   fi
3217   if ac_fn_c_try_link "$LINENO"; then :
3218   ac_cv_search_strerror=$ac_res
3219 fi
3220 rm -f core conftest.err conftest.$ac_objext \
3221     conftest$ac_exeext
3222   if test "${ac_cv_search_strerror+set}" = set; then :
3223   break
3224 fi
3225 done
3226 if test "${ac_cv_search_strerror+set}" = set; then :
3227
3228 else
3229   ac_cv_search_strerror=no
3230 fi
3231 rm conftest.$ac_ext
3232 LIBS=$ac_func_search_save_LIBS
3233 fi
3234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3235 $as_echo "$ac_cv_search_strerror" >&6; }
3236 ac_res=$ac_cv_search_strerror
3237 if test "$ac_res" != no; then :
3238   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3239
3240 fi
3241
3242
3243 am__api_version='1.11'
3244
3245 # Find a good install program.  We prefer a C program (faster),
3246 # so one script is as good as another.  But avoid the broken or
3247 # incompatible versions:
3248 # SysV /etc/install, /usr/sbin/install
3249 # SunOS /usr/etc/install
3250 # IRIX /sbin/install
3251 # AIX /bin/install
3252 # AmigaOS /C/install, which installs bootblocks on floppy discs
3253 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3254 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3255 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3256 # OS/2's system install, which has a completely different semantic
3257 # ./install, which can be erroneously created by make from ./install.sh.
3258 # Reject install programs that cannot install multiple files.
3259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3260 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3261 if test -z "$INSTALL"; then
3262 if test "${ac_cv_path_install+set}" = set; then :
3263   $as_echo_n "(cached) " >&6
3264 else
3265   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3266 for as_dir in $PATH
3267 do
3268   IFS=$as_save_IFS
3269   test -z "$as_dir" && as_dir=.
3270     # Account for people who put trailing slashes in PATH elements.
3271 case $as_dir/ in #((
3272   ./ | .// | /[cC]/* | \
3273   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3274   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3275   /usr/ucb/* ) ;;
3276   *)
3277     # OSF1 and SCO ODT 3.0 have their own names for install.
3278     # Don't use installbsd from OSF since it installs stuff as root
3279     # by default.
3280     for ac_prog in ginstall scoinst install; do
3281       for ac_exec_ext in '' $ac_executable_extensions; do
3282         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3283           if test $ac_prog = install &&
3284             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3285             # AIX install.  It has an incompatible calling convention.
3286             :
3287           elif test $ac_prog = install &&
3288             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3289             # program-specific install script used by HP pwplus--don't use.
3290             :
3291           else
3292             rm -rf conftest.one conftest.two conftest.dir
3293             echo one > conftest.one
3294             echo two > conftest.two
3295             mkdir conftest.dir
3296             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3297               test -s conftest.one && test -s conftest.two &&
3298               test -s conftest.dir/conftest.one &&
3299               test -s conftest.dir/conftest.two
3300             then
3301               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3302               break 3
3303             fi
3304           fi
3305         fi
3306       done
3307     done
3308     ;;
3309 esac
3310
3311   done
3312 IFS=$as_save_IFS
3313
3314 rm -rf conftest.one conftest.two conftest.dir
3315
3316 fi
3317   if test "${ac_cv_path_install+set}" = set; then
3318     INSTALL=$ac_cv_path_install
3319   else
3320     # As a last resort, use the slow shell script.  Don't cache a
3321     # value for INSTALL within a source directory, because that will
3322     # break other packages using the cache if that directory is
3323     # removed, or if the value is a relative name.
3324     INSTALL=$ac_install_sh
3325   fi
3326 fi
3327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3328 $as_echo "$INSTALL" >&6; }
3329
3330 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3331 # It thinks the first close brace ends the variable substitution.
3332 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3333
3334 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3335
3336 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3337
3338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3339 $as_echo_n "checking whether build environment is sane... " >&6; }
3340 # Just in case
3341 sleep 1
3342 echo timestamp > conftest.file
3343 # Reject unsafe characters in $srcdir or the absolute working directory
3344 # name.  Accept space and tab only in the latter.
3345 am_lf='
3346 '
3347 case `pwd` in
3348   *[\\\"\#\$\&\'\`$am_lf]*)
3349     as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
3350 esac
3351 case $srcdir in
3352   *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
3353     as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3354 esac
3355
3356 # Do `set' in a subshell so we don't clobber the current shell's
3357 # arguments.  Must try -L first in case configure is actually a
3358 # symlink; some systems play weird games with the mod time of symlinks
3359 # (eg FreeBSD returns the mod time of the symlink's containing
3360 # directory).
3361 if (
3362    set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3363    if test "$*" = "X"; then
3364       # -L didn't work.
3365       set X `ls -t "$srcdir/configure" conftest.file`
3366    fi
3367    rm -f conftest.file
3368    if test "$*" != "X $srcdir/configure conftest.file" \
3369       && test "$*" != "X conftest.file $srcdir/configure"; then
3370
3371       # If neither matched, then we have a broken ls.  This can happen
3372       # if, for instance, CONFIG_SHELL is bash and it inherits a
3373       # broken ls alias from the environment.  This has actually
3374       # happened.  Such a system could not be considered "sane".
3375       as_fn_error "ls -t appears to fail.  Make sure there is not a broken
3376 alias in your environment" "$LINENO" 5
3377    fi
3378
3379    test "$2" = conftest.file
3380    )
3381 then
3382    # Ok.
3383    :
3384 else
3385    as_fn_error "newly created file is older than distributed files!
3386 Check your system clock" "$LINENO" 5
3387 fi
3388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3389 $as_echo "yes" >&6; }
3390 test "$program_prefix" != NONE &&
3391   program_transform_name="s&^&$program_prefix&;$program_transform_name"
3392 # Use a double $ so make ignores it.
3393 test "$program_suffix" != NONE &&
3394   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3395 # Double any \ or $.
3396 # By default was `s,x,x', remove it if useless.
3397 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3398 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3399
3400 # expand $ac_aux_dir to an absolute path
3401 am_aux_dir=`cd $ac_aux_dir && pwd`
3402
3403 if test x"${MISSING+set}" != xset; then
3404   case $am_aux_dir in
3405   *\ * | *\     *)
3406     MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3407   *)
3408     MISSING="\${SHELL} $am_aux_dir/missing" ;;
3409   esac
3410 fi
3411 # Use eval to expand $SHELL
3412 if eval "$MISSING --run true"; then
3413   am_missing_run="$MISSING --run "
3414 else
3415   am_missing_run=
3416   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3417 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3418 fi
3419
3420 if test x"${install_sh}" != xset; then
3421   case $am_aux_dir in
3422   *\ * | *\     *)
3423     install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3424   *)
3425     install_sh="\${SHELL} $am_aux_dir/install-sh"
3426   esac
3427 fi
3428
3429 # Installed binaries are usually stripped using `strip' when the user
3430 # run `make install-strip'.  However `strip' might not be the right
3431 # tool to use in cross-compilation environments, therefore Automake
3432 # will honor the `STRIP' environment variable to overrule this program.
3433 if test "$cross_compiling" != no; then
3434   if test -n "$ac_tool_prefix"; then
3435   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3436 set dummy ${ac_tool_prefix}strip; ac_word=$2
3437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3438 $as_echo_n "checking for $ac_word... " >&6; }
3439 if test "${ac_cv_prog_STRIP+set}" = set; then :
3440   $as_echo_n "(cached) " >&6
3441 else
3442   if test -n "$STRIP"; then
3443   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3444 else
3445 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3446 for as_dir in $PATH
3447 do
3448   IFS=$as_save_IFS
3449   test -z "$as_dir" && as_dir=.
3450     for ac_exec_ext in '' $ac_executable_extensions; do
3451   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3452     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3453     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3454     break 2
3455   fi
3456 done
3457   done
3458 IFS=$as_save_IFS
3459
3460 fi
3461 fi
3462 STRIP=$ac_cv_prog_STRIP
3463 if test -n "$STRIP"; then
3464   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3465 $as_echo "$STRIP" >&6; }
3466 else
3467   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3468 $as_echo "no" >&6; }
3469 fi
3470
3471
3472 fi
3473 if test -z "$ac_cv_prog_STRIP"; then
3474   ac_ct_STRIP=$STRIP
3475   # Extract the first word of "strip", so it can be a program name with args.
3476 set dummy strip; ac_word=$2
3477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3478 $as_echo_n "checking for $ac_word... " >&6; }
3479 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3480   $as_echo_n "(cached) " >&6
3481 else
3482   if test -n "$ac_ct_STRIP"; then
3483   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3484 else
3485 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3486 for as_dir in $PATH
3487 do
3488   IFS=$as_save_IFS
3489   test -z "$as_dir" && as_dir=.
3490     for ac_exec_ext in '' $ac_executable_extensions; do
3491   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3492     ac_cv_prog_ac_ct_STRIP="strip"
3493     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3494     break 2
3495   fi
3496 done
3497   done
3498 IFS=$as_save_IFS
3499
3500 fi
3501 fi
3502 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3503 if test -n "$ac_ct_STRIP"; then
3504   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3505 $as_echo "$ac_ct_STRIP" >&6; }
3506 else
3507   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3508 $as_echo "no" >&6; }
3509 fi
3510
3511   if test "x$ac_ct_STRIP" = x; then
3512     STRIP=":"
3513   else
3514     case $cross_compiling:$ac_tool_warned in
3515 yes:)
3516 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3517 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3518 ac_tool_warned=yes ;;
3519 esac
3520     STRIP=$ac_ct_STRIP
3521   fi
3522 else
3523   STRIP="$ac_cv_prog_STRIP"
3524 fi
3525
3526 fi
3527 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3528
3529 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3530 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3531 if test -z "$MKDIR_P"; then
3532   if test "${ac_cv_path_mkdir+set}" = set; then :
3533   $as_echo_n "(cached) " >&6
3534 else
3535   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3536 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3537 do
3538   IFS=$as_save_IFS
3539   test -z "$as_dir" && as_dir=.
3540     for ac_prog in mkdir gmkdir; do
3541          for ac_exec_ext in '' $ac_executable_extensions; do
3542            { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3543            case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3544              'mkdir (GNU coreutils) '* | \
3545              'mkdir (coreutils) '* | \
3546              'mkdir (fileutils) '4.1*)
3547                ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3548                break 3;;
3549            esac
3550          done
3551        done
3552   done
3553 IFS=$as_save_IFS
3554
3555 fi
3556
3557   if test "${ac_cv_path_mkdir+set}" = set; then
3558     MKDIR_P="$ac_cv_path_mkdir -p"
3559   else
3560     # As a last resort, use the slow shell script.  Don't cache a
3561     # value for MKDIR_P within a source directory, because that will
3562     # break other packages using the cache if that directory is
3563     # removed, or if the value is a relative name.
3564     test -d ./--version && rmdir ./--version
3565     MKDIR_P="$ac_install_sh -d"
3566   fi
3567 fi
3568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3569 $as_echo "$MKDIR_P" >&6; }
3570
3571 mkdir_p="$MKDIR_P"
3572 case $mkdir_p in
3573   [\\/$]* | ?:[\\/]*) ;;
3574   */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3575 esac
3576
3577 for ac_prog in gawk mawk nawk awk
3578 do
3579   # Extract the first word of "$ac_prog", so it can be a program name with args.
3580 set dummy $ac_prog; ac_word=$2
3581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3582 $as_echo_n "checking for $ac_word... " >&6; }
3583 if test "${ac_cv_prog_AWK+set}" = set; then :
3584   $as_echo_n "(cached) " >&6
3585 else
3586   if test -n "$AWK"; then
3587   ac_cv_prog_AWK="$AWK" # Let the user override the test.
3588 else
3589 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3590 for as_dir in $PATH
3591 do
3592   IFS=$as_save_IFS
3593   test -z "$as_dir" && as_dir=.
3594     for ac_exec_ext in '' $ac_executable_extensions; do
3595   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3596     ac_cv_prog_AWK="$ac_prog"
3597     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3598     break 2
3599   fi
3600 done
3601   done
3602 IFS=$as_save_IFS
3603
3604 fi
3605 fi
3606 AWK=$ac_cv_prog_AWK
3607 if test -n "$AWK"; then
3608   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3609 $as_echo "$AWK" >&6; }
3610 else
3611   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3612 $as_echo "no" >&6; }
3613 fi
3614
3615
3616   test -n "$AWK" && break
3617 done
3618
3619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3620 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3621 set x ${MAKE-make}
3622 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3623 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3624   $as_echo_n "(cached) " >&6
3625 else
3626   cat >conftest.make <<\_ACEOF
3627 SHELL = /bin/sh
3628 all:
3629         @echo '@@@%%%=$(MAKE)=@@@%%%'
3630 _ACEOF
3631 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3632 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3633   *@@@%%%=?*=@@@%%%*)
3634     eval ac_cv_prog_make_${ac_make}_set=yes;;
3635   *)
3636     eval ac_cv_prog_make_${ac_make}_set=no;;
3637 esac
3638 rm -f conftest.make
3639 fi
3640 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3641   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3642 $as_echo "yes" >&6; }
3643   SET_MAKE=
3644 else
3645   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3646 $as_echo "no" >&6; }
3647   SET_MAKE="MAKE=${MAKE-make}"
3648 fi
3649
3650 rm -rf .tst 2>/dev/null
3651 mkdir .tst 2>/dev/null
3652 if test -d .tst; then
3653   am__leading_dot=.
3654 else
3655   am__leading_dot=_
3656 fi
3657 rmdir .tst 2>/dev/null
3658
3659 DEPDIR="${am__leading_dot}deps"
3660
3661 ac_config_commands="$ac_config_commands depfiles"
3662
3663
3664 am_make=${MAKE-make}
3665 cat > confinc << 'END'
3666 am__doit:
3667         @echo this is the am__doit target
3668 .PHONY: am__doit
3669 END
3670 # If we don't find an include directive, just comment out the code.
3671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3672 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3673 am__include="#"
3674 am__quote=
3675 _am_result=none
3676 # First try GNU make style include.
3677 echo "include confinc" > confmf
3678 # Ignore all kinds of additional output from `make'.
3679 case `$am_make -s -f confmf 2> /dev/null` in #(
3680 *the\ am__doit\ target*)
3681   am__include=include
3682   am__quote=
3683   _am_result=GNU
3684   ;;
3685 esac
3686 # Now try BSD make style include.
3687 if test "$am__include" = "#"; then
3688    echo '.include "confinc"' > confmf
3689    case `$am_make -s -f confmf 2> /dev/null` in #(
3690    *the\ am__doit\ target*)
3691      am__include=.include
3692      am__quote="\""
3693      _am_result=BSD
3694      ;;
3695    esac
3696 fi
3697
3698
3699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3700 $as_echo "$_am_result" >&6; }
3701 rm -f confinc confmf
3702
3703 # Check whether --enable-dependency-tracking was given.
3704 if test "${enable_dependency_tracking+set}" = set; then :
3705   enableval=$enable_dependency_tracking;
3706 fi
3707
3708 if test "x$enable_dependency_tracking" != xno; then
3709   am_depcomp="$ac_aux_dir/depcomp"
3710   AMDEPBACKSLASH='\'
3711 fi
3712  if test "x$enable_dependency_tracking" != xno; then
3713   AMDEP_TRUE=
3714   AMDEP_FALSE='#'
3715 else
3716   AMDEP_TRUE='#'
3717   AMDEP_FALSE=
3718 fi
3719
3720
3721 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3722   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3723   # is not polluted with repeated "-I."
3724   am__isrc=' -I$(srcdir)'
3725   # test to see if srcdir already configured
3726   if test -f $srcdir/config.status; then
3727     as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3728   fi
3729 fi
3730
3731 # test whether we have cygpath
3732 if test -z "$CYGPATH_W"; then
3733   if (cygpath --version) >/dev/null 2>/dev/null; then
3734     CYGPATH_W='cygpath -w'
3735   else
3736     CYGPATH_W=echo
3737   fi
3738 fi
3739
3740
3741 # Define the identity of the package.
3742  PACKAGE='binutils'
3743  VERSION='2.24.51'
3744
3745
3746 cat >>confdefs.h <<_ACEOF
3747 #define PACKAGE "$PACKAGE"
3748 _ACEOF
3749
3750
3751 cat >>confdefs.h <<_ACEOF
3752 #define VERSION "$VERSION"
3753 _ACEOF
3754
3755 # Some tools Automake needs.
3756
3757 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3758
3759
3760 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3761
3762
3763 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3764
3765
3766 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3767
3768
3769 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3770
3771 # We need awk for the "check" target.  The system "awk" is bad on
3772 # some platforms.
3773 # Always define AMTAR for backward compatibility.
3774
3775 AMTAR=${AMTAR-"${am_missing_run}tar"}
3776
3777 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
3778
3779
3780
3781
3782 depcc="$CC"   am_compiler_list=
3783
3784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3785 $as_echo_n "checking dependency style of $depcc... " >&6; }
3786 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
3787   $as_echo_n "(cached) " >&6
3788 else
3789   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3790   # We make a subdir and do the tests there.  Otherwise we can end up
3791   # making bogus files that we don't know about and never remove.  For
3792   # instance it was reported that on HP-UX the gcc test will end up
3793   # making a dummy file named `D' -- because `-MD' means `put the output
3794   # in D'.
3795   mkdir conftest.dir
3796   # Copy depcomp to subdir because otherwise we won't find it if we're
3797   # using a relative directory.
3798   cp "$am_depcomp" conftest.dir
3799   cd conftest.dir
3800   # We will build objects and dependencies in a subdirectory because
3801   # it helps to detect inapplicable dependency modes.  For instance
3802   # both Tru64's cc and ICC support -MD to output dependencies as a
3803   # side effect of compilation, but ICC will put the dependencies in
3804   # the current directory while Tru64 will put them in the object
3805   # directory.
3806   mkdir sub
3807
3808   am_cv_CC_dependencies_compiler_type=none
3809   if test "$am_compiler_list" = ""; then
3810      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3811   fi
3812   am__universal=false
3813   case " $depcc " in #(
3814      *\ -arch\ *\ -arch\ *) am__universal=true ;;
3815      esac
3816
3817   for depmode in $am_compiler_list; do
3818     # Setup a source with many dependencies, because some compilers
3819     # like to wrap large dependency lists on column 80 (with \), and
3820     # we should not choose a depcomp mode which is confused by this.
3821     #
3822     # We need to recreate these files for each test, as the compiler may
3823     # overwrite some of them when testing with obscure command lines.
3824     # This happens at least with the AIX C compiler.
3825     : > sub/conftest.c
3826     for i in 1 2 3 4 5 6; do
3827       echo '#include "conftst'$i'.h"' >> sub/conftest.c
3828       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3829       # Solaris 8's {/usr,}/bin/sh.
3830       touch sub/conftst$i.h
3831     done
3832     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3833
3834     # We check with `-c' and `-o' for the sake of the "dashmstdout"
3835     # mode.  It turns out that the SunPro C++ compiler does not properly
3836     # handle `-M -o', and we need to detect this.  Also, some Intel
3837     # versions had trouble with output in subdirs
3838     am__obj=sub/conftest.${OBJEXT-o}
3839     am__minus_obj="-o $am__obj"
3840     case $depmode in
3841     gcc)
3842       # This depmode causes a compiler race in universal mode.
3843       test "$am__universal" = false || continue
3844       ;;
3845     nosideeffect)
3846       # after this tag, mechanisms are not by side-effect, so they'll
3847       # only be used when explicitly requested
3848       if test "x$enable_dependency_tracking" = xyes; then
3849         continue
3850       else
3851         break
3852       fi
3853       ;;
3854     msvisualcpp | msvcmsys)
3855       # This compiler won't grok `-c -o', but also, the minuso test has
3856       # not run yet.  These depmodes are late enough in the game, and
3857       # so weak that their functioning should not be impacted.
3858       am__obj=conftest.${OBJEXT-o}
3859       am__minus_obj=
3860       ;;
3861     none) break ;;
3862     esac
3863     if depmode=$depmode \
3864        source=sub/conftest.c object=$am__obj \
3865        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3866        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3867          >/dev/null 2>conftest.err &&
3868        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3869        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3870        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3871        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3872       # icc doesn't choke on unknown options, it will just issue warnings
3873       # or remarks (even with -Werror).  So we grep stderr for any message
3874       # that says an option was ignored or not supported.
3875       # When given -MP, icc 7.0 and 7.1 complain thusly:
3876       #   icc: Command line warning: ignoring option '-M'; no argument required
3877       # The diagnosis changed in icc 8.0:
3878       #   icc: Command line remark: option '-MP' not supported
3879       if (grep 'ignoring option' conftest.err ||
3880           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3881         am_cv_CC_dependencies_compiler_type=$depmode
3882         break
3883       fi
3884     fi
3885   done
3886
3887   cd ..
3888   rm -rf conftest.dir
3889 else
3890   am_cv_CC_dependencies_compiler_type=none
3891 fi
3892
3893 fi
3894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3895 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3896 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3897
3898  if
3899   test "x$enable_dependency_tracking" != xno \
3900   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3901   am__fastdepCC_TRUE=
3902   am__fastdepCC_FALSE='#'
3903 else
3904   am__fastdepCC_TRUE='#'
3905   am__fastdepCC_FALSE=
3906 fi
3907
3908
3909
3910
3911 ac_ext=c
3912 ac_cpp='$CPP $CPPFLAGS'
3913 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3914 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3915 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3916 if test -n "$ac_tool_prefix"; then
3917   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3918 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3920 $as_echo_n "checking for $ac_word... " >&6; }
3921 if test "${ac_cv_prog_CC+set}" = set; then :
3922   $as_echo_n "(cached) " >&6
3923 else
3924   if test -n "$CC"; then
3925   ac_cv_prog_CC="$CC" # Let the user override the test.
3926 else
3927 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3928 for as_dir in $PATH
3929 do
3930   IFS=$as_save_IFS
3931   test -z "$as_dir" && as_dir=.
3932     for ac_exec_ext in '' $ac_executable_extensions; do
3933   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3934     ac_cv_prog_CC="${ac_tool_prefix}gcc"
3935     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3936     break 2
3937   fi
3938 done
3939   done
3940 IFS=$as_save_IFS
3941
3942 fi
3943 fi
3944 CC=$ac_cv_prog_CC
3945 if test -n "$CC"; then
3946   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3947 $as_echo "$CC" >&6; }
3948 else
3949   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3950 $as_echo "no" >&6; }
3951 fi
3952
3953
3954 fi
3955 if test -z "$ac_cv_prog_CC"; then
3956   ac_ct_CC=$CC
3957   # Extract the first word of "gcc", so it can be a program name with args.
3958 set dummy gcc; ac_word=$2
3959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3960 $as_echo_n "checking for $ac_word... " >&6; }
3961 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3962   $as_echo_n "(cached) " >&6
3963 else
3964   if test -n "$ac_ct_CC"; then
3965   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3966 else
3967 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3968 for as_dir in $PATH
3969 do
3970   IFS=$as_save_IFS
3971   test -z "$as_dir" && as_dir=.
3972     for ac_exec_ext in '' $ac_executable_extensions; do
3973   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3974     ac_cv_prog_ac_ct_CC="gcc"
3975     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3976     break 2
3977   fi
3978 done
3979   done
3980 IFS=$as_save_IFS
3981
3982 fi
3983 fi
3984 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3985 if test -n "$ac_ct_CC"; then
3986   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3987 $as_echo "$ac_ct_CC" >&6; }
3988 else
3989   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3990 $as_echo "no" >&6; }
3991 fi
3992
3993   if test "x$ac_ct_CC" = x; then
3994     CC=""
3995   else
3996     case $cross_compiling:$ac_tool_warned in
3997 yes:)
3998 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3999 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4000 ac_tool_warned=yes ;;
4001 esac
4002     CC=$ac_ct_CC
4003   fi
4004 else
4005   CC="$ac_cv_prog_CC"
4006 fi
4007
4008 if test -z "$CC"; then
4009           if test -n "$ac_tool_prefix"; then
4010     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4011 set dummy ${ac_tool_prefix}cc; ac_word=$2
4012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4013 $as_echo_n "checking for $ac_word... " >&6; }
4014 if test "${ac_cv_prog_CC+set}" = set; then :
4015   $as_echo_n "(cached) " >&6
4016 else
4017   if test -n "$CC"; then
4018   ac_cv_prog_CC="$CC" # Let the user override the test.
4019 else
4020 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4021 for as_dir in $PATH
4022 do
4023   IFS=$as_save_IFS
4024   test -z "$as_dir" && as_dir=.
4025     for ac_exec_ext in '' $ac_executable_extensions; do
4026   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4027     ac_cv_prog_CC="${ac_tool_prefix}cc"
4028     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4029     break 2
4030   fi
4031 done
4032   done
4033 IFS=$as_save_IFS
4034
4035 fi
4036 fi
4037 CC=$ac_cv_prog_CC
4038 if test -n "$CC"; then
4039   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4040 $as_echo "$CC" >&6; }
4041 else
4042   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4043 $as_echo "no" >&6; }
4044 fi
4045
4046
4047   fi
4048 fi
4049 if test -z "$CC"; then
4050   # Extract the first word of "cc", so it can be a program name with args.
4051 set dummy cc; ac_word=$2
4052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4053 $as_echo_n "checking for $ac_word... " >&6; }
4054 if test "${ac_cv_prog_CC+set}" = set; then :
4055   $as_echo_n "(cached) " >&6
4056 else
4057   if test -n "$CC"; then
4058   ac_cv_prog_CC="$CC" # Let the user override the test.
4059 else
4060   ac_prog_rejected=no
4061 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4062 for as_dir in $PATH
4063 do
4064   IFS=$as_save_IFS
4065   test -z "$as_dir" && as_dir=.
4066     for ac_exec_ext in '' $ac_executable_extensions; do
4067   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4068     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4069        ac_prog_rejected=yes
4070        continue
4071      fi
4072     ac_cv_prog_CC="cc"
4073     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4074     break 2
4075   fi
4076 done
4077   done
4078 IFS=$as_save_IFS
4079
4080 if test $ac_prog_rejected = yes; then
4081   # We found a bogon in the path, so make sure we never use it.
4082   set dummy $ac_cv_prog_CC
4083   shift
4084   if test $# != 0; then
4085     # We chose a different compiler from the bogus one.
4086     # However, it has the same basename, so the bogon will be chosen
4087     # first if we set CC to just the basename; use the full file name.
4088     shift
4089     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4090   fi
4091 fi
4092 fi
4093 fi
4094 CC=$ac_cv_prog_CC
4095 if test -n "$CC"; then
4096   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4097 $as_echo "$CC" >&6; }
4098 else
4099   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4100 $as_echo "no" >&6; }
4101 fi
4102
4103
4104 fi
4105 if test -z "$CC"; then
4106   if test -n "$ac_tool_prefix"; then
4107   for ac_prog in cl.exe
4108   do
4109     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4110 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4112 $as_echo_n "checking for $ac_word... " >&6; }
4113 if test "${ac_cv_prog_CC+set}" = set; then :
4114   $as_echo_n "(cached) " >&6
4115 else
4116   if test -n "$CC"; then
4117   ac_cv_prog_CC="$CC" # Let the user override the test.
4118 else
4119 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4120 for as_dir in $PATH
4121 do
4122   IFS=$as_save_IFS
4123   test -z "$as_dir" && as_dir=.
4124     for ac_exec_ext in '' $ac_executable_extensions; do
4125   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4126     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4127     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4128     break 2
4129   fi
4130 done
4131   done
4132 IFS=$as_save_IFS
4133
4134 fi
4135 fi
4136 CC=$ac_cv_prog_CC
4137 if test -n "$CC"; then
4138   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4139 $as_echo "$CC" >&6; }
4140 else
4141   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4142 $as_echo "no" >&6; }
4143 fi
4144
4145
4146     test -n "$CC" && break
4147   done
4148 fi
4149 if test -z "$CC"; then
4150   ac_ct_CC=$CC
4151   for ac_prog in cl.exe
4152 do
4153   # Extract the first word of "$ac_prog", so it can be a program name with args.
4154 set dummy $ac_prog; ac_word=$2
4155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4156 $as_echo_n "checking for $ac_word... " >&6; }
4157 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4158   $as_echo_n "(cached) " >&6
4159 else
4160   if test -n "$ac_ct_CC"; then
4161   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4162 else
4163 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4164 for as_dir in $PATH
4165 do
4166   IFS=$as_save_IFS
4167   test -z "$as_dir" && as_dir=.
4168     for ac_exec_ext in '' $ac_executable_extensions; do
4169   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4170     ac_cv_prog_ac_ct_CC="$ac_prog"
4171     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4172     break 2
4173   fi
4174 done
4175   done
4176 IFS=$as_save_IFS
4177
4178 fi
4179 fi
4180 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4181 if test -n "$ac_ct_CC"; then
4182   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4183 $as_echo "$ac_ct_CC" >&6; }
4184 else
4185   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4186 $as_echo "no" >&6; }
4187 fi
4188
4189
4190   test -n "$ac_ct_CC" && break
4191 done
4192
4193   if test "x$ac_ct_CC" = x; then
4194     CC=""
4195   else
4196     case $cross_compiling:$ac_tool_warned in
4197 yes:)
4198 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4199 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4200 ac_tool_warned=yes ;;
4201 esac
4202     CC=$ac_ct_CC
4203   fi
4204 fi
4205
4206 fi
4207
4208
4209 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4210 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4211 as_fn_error "no acceptable C compiler found in \$PATH
4212 See \`config.log' for more details." "$LINENO" 5; }
4213
4214 # Provide some information about the compiler.
4215 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4216 set X $ac_compile
4217 ac_compiler=$2
4218 for ac_option in --version -v -V -qversion; do
4219   { { ac_try="$ac_compiler $ac_option >&5"
4220 case "(($ac_try" in
4221   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4222   *) ac_try_echo=$ac_try;;
4223 esac
4224 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4225 $as_echo "$ac_try_echo"; } >&5
4226   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4227   ac_status=$?
4228   if test -s conftest.err; then
4229     sed '10a\
4230 ... rest of stderr output deleted ...
4231          10q' conftest.err >conftest.er1
4232     cat conftest.er1 >&5
4233     rm -f conftest.er1 conftest.err
4234   fi
4235   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4236   test $ac_status = 0; }
4237 done
4238
4239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4240 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4241 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4242   $as_echo_n "(cached) " >&6
4243 else
4244   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4245 /* end confdefs.h.  */
4246
4247 int
4248 main ()
4249 {
4250 #ifndef __GNUC__
4251        choke me
4252 #endif
4253
4254   ;
4255   return 0;
4256 }
4257 _ACEOF
4258 if ac_fn_c_try_compile "$LINENO"; then :
4259   ac_compiler_gnu=yes
4260 else
4261   ac_compiler_gnu=no
4262 fi
4263 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4264 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4265
4266 fi
4267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4268 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4269 if test $ac_compiler_gnu = yes; then
4270   GCC=yes
4271 else
4272   GCC=
4273 fi
4274 ac_test_CFLAGS=${CFLAGS+set}
4275 ac_save_CFLAGS=$CFLAGS
4276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4277 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4278 if test "${ac_cv_prog_cc_g+set}" = set; then :
4279   $as_echo_n "(cached) " >&6
4280 else
4281   ac_save_c_werror_flag=$ac_c_werror_flag
4282    ac_c_werror_flag=yes
4283    ac_cv_prog_cc_g=no
4284    CFLAGS="-g"
4285    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4286 /* end confdefs.h.  */
4287
4288 int
4289 main ()
4290 {
4291
4292   ;
4293   return 0;
4294 }
4295 _ACEOF
4296 if ac_fn_c_try_compile "$LINENO"; then :
4297   ac_cv_prog_cc_g=yes
4298 else
4299   CFLAGS=""
4300       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4301 /* end confdefs.h.  */
4302
4303 int
4304 main ()
4305 {
4306
4307   ;
4308   return 0;
4309 }
4310 _ACEOF
4311 if ac_fn_c_try_compile "$LINENO"; then :
4312
4313 else
4314   ac_c_werror_flag=$ac_save_c_werror_flag
4315          CFLAGS="-g"
4316          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4317 /* end confdefs.h.  */
4318
4319 int
4320 main ()
4321 {
4322
4323   ;
4324   return 0;
4325 }
4326 _ACEOF
4327 if ac_fn_c_try_compile "$LINENO"; then :
4328   ac_cv_prog_cc_g=yes
4329 fi
4330 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4331 fi
4332 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4333 fi
4334 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4335    ac_c_werror_flag=$ac_save_c_werror_flag
4336 fi
4337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4338 $as_echo "$ac_cv_prog_cc_g" >&6; }
4339 if test "$ac_test_CFLAGS" = set; then
4340   CFLAGS=$ac_save_CFLAGS
4341 elif test $ac_cv_prog_cc_g = yes; then
4342   if test "$GCC" = yes; then
4343     CFLAGS="-g -O2"
4344   else
4345     CFLAGS="-g"
4346   fi
4347 else
4348   if test "$GCC" = yes; then
4349     CFLAGS="-O2"
4350   else
4351     CFLAGS=
4352   fi
4353 fi
4354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4355 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4356 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4357   $as_echo_n "(cached) " >&6
4358 else
4359   ac_cv_prog_cc_c89=no
4360 ac_save_CC=$CC
4361 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4362 /* end confdefs.h.  */
4363 #include <stdarg.h>
4364 #include <stdio.h>
4365 #include <sys/types.h>
4366 #include <sys/stat.h>
4367 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
4368 struct buf { int x; };
4369 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4370 static char *e (p, i)
4371      char **p;
4372      int i;
4373 {
4374   return p[i];
4375 }
4376 static char *f (char * (*g) (char **, int), char **p, ...)
4377 {
4378   char *s;
4379   va_list v;
4380   va_start (v,p);
4381   s = g (p, va_arg (v,int));
4382   va_end (v);
4383   return s;
4384 }
4385
4386 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
4387    function prototypes and stuff, but not '\xHH' hex character constants.
4388    These don't provoke an error unfortunately, instead are silently treated
4389    as 'x'.  The following induces an error, until -std is added to get
4390    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
4391    array size at least.  It's necessary to write '\x00'==0 to get something
4392    that's true only with -std.  */
4393 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4394
4395 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4396    inside strings and character constants.  */
4397 #define FOO(x) 'x'
4398 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4399
4400 int test (int i, double x);
4401 struct s1 {int (*f) (int a);};
4402 struct s2 {int (*f) (double a);};
4403 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4404 int argc;
4405 char **argv;
4406 int
4407 main ()
4408 {
4409 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
4410   ;
4411   return 0;
4412 }
4413 _ACEOF
4414 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4415         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4416 do
4417   CC="$ac_save_CC $ac_arg"
4418   if ac_fn_c_try_compile "$LINENO"; then :
4419   ac_cv_prog_cc_c89=$ac_arg
4420 fi
4421 rm -f core conftest.err conftest.$ac_objext
4422   test "x$ac_cv_prog_cc_c89" != "xno" && break
4423 done
4424 rm -f conftest.$ac_ext
4425 CC=$ac_save_CC
4426
4427 fi
4428 # AC_CACHE_VAL
4429 case "x$ac_cv_prog_cc_c89" in
4430   x)
4431     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4432 $as_echo "none needed" >&6; } ;;
4433   xno)
4434     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4435 $as_echo "unsupported" >&6; } ;;
4436   *)
4437     CC="$CC $ac_cv_prog_cc_c89"
4438     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4439 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4440 esac
4441 if test "x$ac_cv_prog_cc_c89" != xno; then :
4442
4443 fi
4444
4445 ac_ext=c
4446 ac_cpp='$CPP $CPPFLAGS'
4447 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4448 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4449 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4450
4451 ac_ext=c
4452 ac_cpp='$CPP $CPPFLAGS'
4453 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4454 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4455 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4457 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4458 # On Suns, sometimes $CPP names a directory.
4459 if test -n "$CPP" && test -d "$CPP"; then
4460   CPP=
4461 fi
4462 if test -z "$CPP"; then
4463   if test "${ac_cv_prog_CPP+set}" = set; then :
4464   $as_echo_n "(cached) " >&6
4465 else
4466       # Double quotes because CPP needs to be expanded
4467     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4468     do
4469       ac_preproc_ok=false
4470 for ac_c_preproc_warn_flag in '' yes
4471 do
4472   # Use a header file that comes with gcc, so configuring glibc
4473   # with a fresh cross-compiler works.
4474   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4475   # <limits.h> exists even on freestanding compilers.
4476   # On the NeXT, cc -E runs the code through the compiler's parser,
4477   # not just through cpp. "Syntax error" is here to catch this case.
4478   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4479 /* end confdefs.h.  */
4480 #ifdef __STDC__
4481 # include <limits.h>
4482 #else
4483 # include <assert.h>
4484 #endif
4485                      Syntax error
4486 _ACEOF
4487 if ac_fn_c_try_cpp "$LINENO"; then :
4488
4489 else
4490   # Broken: fails on valid input.
4491 continue
4492 fi
4493 rm -f conftest.err conftest.$ac_ext
4494
4495   # OK, works on sane cases.  Now check whether nonexistent headers
4496   # can be detected and how.
4497   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4498 /* end confdefs.h.  */
4499 #include <ac_nonexistent.h>
4500 _ACEOF
4501 if ac_fn_c_try_cpp "$LINENO"; then :
4502   # Broken: success on invalid input.
4503 continue
4504 else
4505   # Passes both tests.
4506 ac_preproc_ok=:
4507 break
4508 fi
4509 rm -f conftest.err conftest.$ac_ext
4510
4511 done
4512 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4513 rm -f conftest.err conftest.$ac_ext
4514 if $ac_preproc_ok; then :
4515   break
4516 fi
4517
4518     done
4519     ac_cv_prog_CPP=$CPP
4520
4521 fi
4522   CPP=$ac_cv_prog_CPP
4523 else
4524   ac_cv_prog_CPP=$CPP
4525 fi
4526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4527 $as_echo "$CPP" >&6; }
4528 ac_preproc_ok=false
4529 for ac_c_preproc_warn_flag in '' yes
4530 do
4531   # Use a header file that comes with gcc, so configuring glibc
4532   # with a fresh cross-compiler works.
4533   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4534   # <limits.h> exists even on freestanding compilers.
4535   # On the NeXT, cc -E runs the code through the compiler's parser,
4536   # not just through cpp. "Syntax error" is here to catch this case.
4537   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4538 /* end confdefs.h.  */
4539 #ifdef __STDC__
4540 # include <limits.h>
4541 #else
4542 # include <assert.h>
4543 #endif
4544                      Syntax error
4545 _ACEOF
4546 if ac_fn_c_try_cpp "$LINENO"; then :
4547
4548 else
4549   # Broken: fails on valid input.
4550 continue
4551 fi
4552 rm -f conftest.err conftest.$ac_ext
4553
4554   # OK, works on sane cases.  Now check whether nonexistent headers
4555   # can be detected and how.
4556   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4557 /* end confdefs.h.  */
4558 #include <ac_nonexistent.h>
4559 _ACEOF
4560 if ac_fn_c_try_cpp "$LINENO"; then :
4561   # Broken: success on invalid input.
4562 continue
4563 else
4564   # Passes both tests.
4565 ac_preproc_ok=:
4566 break
4567 fi
4568 rm -f conftest.err conftest.$ac_ext
4569
4570 done
4571 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4572 rm -f conftest.err conftest.$ac_ext
4573 if $ac_preproc_ok; then :
4574
4575 else
4576   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4577 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4578 as_fn_error "C preprocessor \"$CPP\" fails sanity check
4579 See \`config.log' for more details." "$LINENO" 5; }
4580 fi
4581
4582 ac_ext=c
4583 ac_cpp='$CPP $CPPFLAGS'
4584 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4585 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4586 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4587
4588
4589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4590 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4591 if test "${ac_cv_path_GREP+set}" = set; then :
4592   $as_echo_n "(cached) " >&6
4593 else
4594   if test -z "$GREP"; then
4595   ac_path_GREP_found=false
4596   # Loop through the user's path and test for each of PROGNAME-LIST
4597   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4598 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4599 do
4600   IFS=$as_save_IFS
4601   test -z "$as_dir" && as_dir=.
4602     for ac_prog in grep ggrep; do
4603     for ac_exec_ext in '' $ac_executable_extensions; do
4604       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4605       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4606 # Check for GNU ac_path_GREP and select it if it is found.
4607   # Check for GNU $ac_path_GREP
4608 case `"$ac_path_GREP" --version 2>&1` in
4609 *GNU*)
4610   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4611 *)
4612   ac_count=0
4613   $as_echo_n 0123456789 >"conftest.in"
4614   while :
4615   do
4616     cat "conftest.in" "conftest.in" >"conftest.tmp"
4617     mv "conftest.tmp" "conftest.in"
4618     cp "conftest.in" "conftest.nl"
4619     $as_echo 'GREP' >> "conftest.nl"
4620     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4621     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4622     as_fn_arith $ac_count + 1 && ac_count=$as_val
4623     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4624       # Best one so far, save it but keep looking for a better one
4625       ac_cv_path_GREP="$ac_path_GREP"
4626       ac_path_GREP_max=$ac_count
4627     fi
4628     # 10*(2^10) chars as input seems more than enough
4629     test $ac_count -gt 10 && break
4630   done
4631   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4632 esac
4633
4634       $ac_path_GREP_found && break 3
4635     done
4636   done
4637   done
4638 IFS=$as_save_IFS
4639   if test -z "$ac_cv_path_GREP"; then
4640     as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4641   fi
4642 else
4643   ac_cv_path_GREP=$GREP
4644 fi
4645
4646 fi
4647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4648 $as_echo "$ac_cv_path_GREP" >&6; }
4649  GREP="$ac_cv_path_GREP"
4650
4651
4652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4653 $as_echo_n "checking for egrep... " >&6; }
4654 if test "${ac_cv_path_EGREP+set}" = set; then :
4655   $as_echo_n "(cached) " >&6
4656 else
4657   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4658    then ac_cv_path_EGREP="$GREP -E"
4659    else
4660      if test -z "$EGREP"; then
4661   ac_path_EGREP_found=false
4662   # Loop through the user's path and test for each of PROGNAME-LIST
4663   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4664 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4665 do
4666   IFS=$as_save_IFS
4667   test -z "$as_dir" && as_dir=.
4668     for ac_prog in egrep; do
4669     for ac_exec_ext in '' $ac_executable_extensions; do
4670       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4671       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4672 # Check for GNU ac_path_EGREP and select it if it is found.
4673   # Check for GNU $ac_path_EGREP
4674 case `"$ac_path_EGREP" --version 2>&1` in
4675 *GNU*)
4676   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4677 *)
4678   ac_count=0
4679   $as_echo_n 0123456789 >"conftest.in"
4680   while :
4681   do
4682     cat "conftest.in" "conftest.in" >"conftest.tmp"
4683     mv "conftest.tmp" "conftest.in"
4684     cp "conftest.in" "conftest.nl"
4685     $as_echo 'EGREP' >> "conftest.nl"
4686     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4687     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4688     as_fn_arith $ac_count + 1 && ac_count=$as_val
4689     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4690       # Best one so far, save it but keep looking for a better one
4691       ac_cv_path_EGREP="$ac_path_EGREP"
4692       ac_path_EGREP_max=$ac_count
4693     fi
4694     # 10*(2^10) chars as input seems more than enough
4695     test $ac_count -gt 10 && break
4696   done
4697   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4698 esac
4699
4700       $ac_path_EGREP_found && break 3
4701     done
4702   done
4703   done
4704 IFS=$as_save_IFS
4705   if test -z "$ac_cv_path_EGREP"; then
4706     as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4707   fi
4708 else
4709   ac_cv_path_EGREP=$EGREP
4710 fi
4711
4712    fi
4713 fi
4714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4715 $as_echo "$ac_cv_path_EGREP" >&6; }
4716  EGREP="$ac_cv_path_EGREP"
4717
4718
4719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4720 $as_echo_n "checking for ANSI C header files... " >&6; }
4721 if test "${ac_cv_header_stdc+set}" = set; then :
4722   $as_echo_n "(cached) " >&6
4723 else
4724   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4725 /* end confdefs.h.  */
4726 #include <stdlib.h>
4727 #include <stdarg.h>
4728 #include <string.h>
4729 #include <float.h>
4730
4731 int
4732 main ()
4733 {
4734
4735   ;
4736   return 0;
4737 }
4738 _ACEOF
4739 if ac_fn_c_try_compile "$LINENO"; then :
4740   ac_cv_header_stdc=yes
4741 else
4742   ac_cv_header_stdc=no
4743 fi
4744 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4745
4746 if test $ac_cv_header_stdc = yes; then
4747   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4748   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4749 /* end confdefs.h.  */
4750 #include <string.h>
4751
4752 _ACEOF
4753 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4754   $EGREP "memchr" >/dev/null 2>&1; then :
4755
4756 else
4757   ac_cv_header_stdc=no
4758 fi
4759 rm -f conftest*
4760
4761 fi
4762
4763 if test $ac_cv_header_stdc = yes; then
4764   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4765   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4766 /* end confdefs.h.  */
4767 #include <stdlib.h>
4768
4769 _ACEOF
4770 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4771   $EGREP "free" >/dev/null 2>&1; then :
4772
4773 else
4774   ac_cv_header_stdc=no
4775 fi
4776 rm -f conftest*
4777
4778 fi
4779
4780 if test $ac_cv_header_stdc = yes; then
4781   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4782   if test "$cross_compiling" = yes; then :
4783   :
4784 else
4785   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4786 /* end confdefs.h.  */
4787 #include <ctype.h>
4788 #include <stdlib.h>
4789 #if ((' ' & 0x0FF) == 0x020)
4790 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4791 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4792 #else
4793 # define ISLOWER(c) \
4794                    (('a' <= (c) && (c) <= 'i') \
4795                      || ('j' <= (c) && (c) <= 'r') \
4796                      || ('s' <= (c) && (c) <= 'z'))
4797 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4798 #endif
4799
4800 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4801 int
4802 main ()
4803 {
4804   int i;
4805   for (i = 0; i < 256; i++)
4806     if (XOR (islower (i), ISLOWER (i))
4807         || toupper (i) != TOUPPER (i))
4808       return 2;
4809   return 0;
4810 }
4811 _ACEOF
4812 if ac_fn_c_try_run "$LINENO"; then :
4813
4814 else
4815   ac_cv_header_stdc=no
4816 fi
4817 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4818   conftest.$ac_objext conftest.beam conftest.$ac_ext
4819 fi
4820
4821 fi
4822 fi
4823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4824 $as_echo "$ac_cv_header_stdc" >&6; }
4825 if test $ac_cv_header_stdc = yes; then
4826
4827 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4828
4829 fi
4830
4831 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4832 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4833                   inttypes.h stdint.h unistd.h
4834 do :
4835   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4836 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4837 "
4838 eval as_val=\$$as_ac_Header
4839    if test "x$as_val" = x""yes; then :
4840   cat >>confdefs.h <<_ACEOF
4841 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4842 _ACEOF
4843
4844 fi
4845
4846 done
4847
4848
4849
4850   ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4851 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
4852   MINIX=yes
4853 else
4854   MINIX=
4855 fi
4856
4857
4858   if test "$MINIX" = yes; then
4859
4860 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4861
4862
4863 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4864
4865
4866 $as_echo "#define _MINIX 1" >>confdefs.h
4867
4868   fi
4869
4870
4871   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4872 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4873 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
4874   $as_echo_n "(cached) " >&6
4875 else
4876   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4877 /* end confdefs.h.  */
4878
4879 #         define __EXTENSIONS__ 1
4880           $ac_includes_default
4881 int
4882 main ()
4883 {
4884
4885   ;
4886   return 0;
4887 }
4888 _ACEOF
4889 if ac_fn_c_try_compile "$LINENO"; then :
4890   ac_cv_safe_to_define___extensions__=yes
4891 else
4892   ac_cv_safe_to_define___extensions__=no
4893 fi
4894 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4895 fi
4896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4897 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
4898   test $ac_cv_safe_to_define___extensions__ = yes &&
4899     $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
4900
4901   $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
4902
4903   $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
4904
4905   $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4906
4907   $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
4908
4909
4910
4911
4912
4913
4914 # The tests for host and target for $enable_largefile require
4915 # canonical names.
4916
4917
4918
4919 # As the $enable_largefile decision depends on --enable-plugins we must set it
4920 # even in directories otherwise not depending on the $plugins option.
4921
4922
4923 # Check whether --enable-plugins was given.
4924 if test "${enable_plugins+set}" = set; then :
4925   enableval=$enable_plugins; case "${enableval}" in
4926   yes | "") plugins=yes ;;
4927   no) plugins=no ;;
4928   *) plugins=yes ;;
4929  esac
4930 else
4931   plugins=no
4932 fi
4933
4934
4935
4936 case "${host}" in
4937   sparc-*-solaris*|i[3-7]86-*-solaris*)
4938     # On native 32bit sparc and ia32 solaris, large-file and procfs support
4939     # are mutually exclusive; and without procfs support, the bfd/ elf module
4940     # cannot provide certain routines such as elfcore_write_prpsinfo
4941     # or elfcore_write_prstatus.  So unless the user explicitly requested
4942     # large-file support through the --enable-largefile switch, disable
4943     # large-file support in favor of procfs support.
4944     test "${target}" = "${host}" -a "x$plugins" = xno \
4945       && : ${enable_largefile="no"}
4946     ;;
4947 esac
4948
4949 # Check whether --enable-largefile was given.
4950 if test "${enable_largefile+set}" = set; then :
4951   enableval=$enable_largefile;
4952 fi
4953
4954 if test "$enable_largefile" != no; then
4955
4956   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
4957 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
4958 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
4959   $as_echo_n "(cached) " >&6
4960 else
4961   ac_cv_sys_largefile_CC=no
4962      if test "$GCC" != yes; then
4963        ac_save_CC=$CC
4964        while :; do
4965          # IRIX 6.2 and later do not support large files by default,
4966          # so use the C compiler's -n32 option if that helps.
4967          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4968 /* end confdefs.h.  */
4969 #include <sys/types.h>
4970  /* Check that off_t can represent 2**63 - 1 correctly.
4971     We can't simply define LARGE_OFF_T to be 9223372036854775807,
4972     since some C++ compilers masquerading as C compilers
4973     incorrectly reject 9223372036854775807.  */
4974 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4975   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4976                        && LARGE_OFF_T % 2147483647 == 1)
4977                       ? 1 : -1];
4978 int
4979 main ()
4980 {
4981
4982   ;
4983   return 0;
4984 }
4985 _ACEOF
4986          if ac_fn_c_try_compile "$LINENO"; then :
4987   break
4988 fi
4989 rm -f core conftest.err conftest.$ac_objext
4990          CC="$CC -n32"
4991          if ac_fn_c_try_compile "$LINENO"; then :
4992   ac_cv_sys_largefile_CC=' -n32'; break
4993 fi
4994 rm -f core conftest.err conftest.$ac_objext
4995          break
4996        done
4997        CC=$ac_save_CC
4998        rm -f conftest.$ac_ext
4999     fi
5000 fi
5001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5002 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5003   if test "$ac_cv_sys_largefile_CC" != no; then
5004     CC=$CC$ac_cv_sys_largefile_CC
5005   fi
5006
5007   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5008 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5009 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5010   $as_echo_n "(cached) " >&6
5011 else
5012   while :; do
5013   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5014 /* end confdefs.h.  */
5015 #include <sys/types.h>
5016  /* Check that off_t can represent 2**63 - 1 correctly.
5017     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5018     since some C++ compilers masquerading as C compilers
5019     incorrectly reject 9223372036854775807.  */
5020 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5021   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5022                        && LARGE_OFF_T % 2147483647 == 1)
5023                       ? 1 : -1];
5024 int
5025 main ()
5026 {
5027
5028   ;
5029   return 0;
5030 }
5031 _ACEOF
5032 if ac_fn_c_try_compile "$LINENO"; then :
5033   ac_cv_sys_file_offset_bits=no; break
5034 fi
5035 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5036   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5037 /* end confdefs.h.  */
5038 #define _FILE_OFFSET_BITS 64
5039 #include <sys/types.h>
5040  /* Check that off_t can represent 2**63 - 1 correctly.
5041     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5042     since some C++ compilers masquerading as C compilers
5043     incorrectly reject 9223372036854775807.  */
5044 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5045   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5046                        && LARGE_OFF_T % 2147483647 == 1)
5047                       ? 1 : -1];
5048 int
5049 main ()
5050 {
5051
5052   ;
5053   return 0;
5054 }
5055 _ACEOF
5056 if ac_fn_c_try_compile "$LINENO"; then :
5057   ac_cv_sys_file_offset_bits=64; break
5058 fi
5059 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5060   ac_cv_sys_file_offset_bits=unknown
5061   break
5062 done
5063 fi
5064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5065 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5066 case $ac_cv_sys_file_offset_bits in #(
5067   no | unknown) ;;
5068   *)
5069 cat >>confdefs.h <<_ACEOF
5070 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5071 _ACEOF
5072 ;;
5073 esac
5074 rm -rf conftest*
5075   if test $ac_cv_sys_file_offset_bits = unknown; then
5076     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5077 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5078 if test "${ac_cv_sys_large_files+set}" = set; then :
5079   $as_echo_n "(cached) " >&6
5080 else
5081   while :; do
5082   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5083 /* end confdefs.h.  */
5084 #include <sys/types.h>
5085  /* Check that off_t can represent 2**63 - 1 correctly.
5086     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5087     since some C++ compilers masquerading as C compilers
5088     incorrectly reject 9223372036854775807.  */
5089 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5090   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5091                        && LARGE_OFF_T % 2147483647 == 1)
5092                       ? 1 : -1];
5093 int
5094 main ()
5095 {
5096
5097   ;
5098   return 0;
5099 }
5100 _ACEOF
5101 if ac_fn_c_try_compile "$LINENO"; then :
5102   ac_cv_sys_large_files=no; break
5103 fi
5104 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5105   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5106 /* end confdefs.h.  */
5107 #define _LARGE_FILES 1
5108 #include <sys/types.h>
5109  /* Check that off_t can represent 2**63 - 1 correctly.
5110     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5111     since some C++ compilers masquerading as C compilers
5112     incorrectly reject 9223372036854775807.  */
5113 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5114   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5115                        && LARGE_OFF_T % 2147483647 == 1)
5116                       ? 1 : -1];
5117 int
5118 main ()
5119 {
5120
5121   ;
5122   return 0;
5123 }
5124 _ACEOF
5125 if ac_fn_c_try_compile "$LINENO"; then :
5126   ac_cv_sys_large_files=1; break
5127 fi
5128 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5129   ac_cv_sys_large_files=unknown
5130   break
5131 done
5132 fi
5133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5134 $as_echo "$ac_cv_sys_large_files" >&6; }
5135 case $ac_cv_sys_large_files in #(
5136   no | unknown) ;;
5137   *)
5138 cat >>confdefs.h <<_ACEOF
5139 #define _LARGE_FILES $ac_cv_sys_large_files
5140 _ACEOF
5141 ;;
5142 esac
5143 rm -rf conftest*
5144   fi
5145 fi
5146
5147
5148 case `pwd` in
5149   *\ * | *\     *)
5150     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5151 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5152 esac
5153
5154
5155
5156 macro_version='2.2.7a'
5157 macro_revision='1.3134'
5158
5159
5160
5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
5171 ltmain="$ac_aux_dir/ltmain.sh"
5172
5173 # Backslashify metacharacters that are still active within
5174 # double-quoted strings.
5175 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5176
5177 # Same as above, but do not quote variable references.
5178 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5179
5180 # Sed substitution to delay expansion of an escaped shell variable in a
5181 # double_quote_subst'ed string.
5182 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5183
5184 # Sed substitution to delay expansion of an escaped single quote.
5185 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5186
5187 # Sed substitution to avoid accidental globbing in evaled expressions
5188 no_glob_subst='s/\*/\\\*/g'
5189
5190 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5191 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5192 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5193
5194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5195 $as_echo_n "checking how to print strings... " >&6; }
5196 # Test print first, because it will be a builtin if present.
5197 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5198    test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5199   ECHO='print -r --'
5200 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5201   ECHO='printf %s\n'
5202 else
5203   # Use this function as a fallback that always works.
5204   func_fallback_echo ()
5205   {
5206     eval 'cat <<_LTECHO_EOF
5207 $1
5208 _LTECHO_EOF'
5209   }
5210   ECHO='func_fallback_echo'
5211 fi
5212
5213 # func_echo_all arg...
5214 # Invoke $ECHO with all args, space-separated.
5215 func_echo_all ()
5216 {
5217     $ECHO ""
5218 }
5219
5220 case "$ECHO" in
5221   printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5222 $as_echo "printf" >&6; } ;;
5223   print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5224 $as_echo "print -r" >&6; } ;;
5225   *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5226 $as_echo "cat" >&6; } ;;
5227 esac
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5243 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5244 if test "${ac_cv_path_SED+set}" = set; then :
5245   $as_echo_n "(cached) " >&6
5246 else
5247             ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5248      for ac_i in 1 2 3 4 5 6 7; do
5249        ac_script="$ac_script$as_nl$ac_script"
5250      done
5251      echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5252      { ac_script=; unset ac_script;}
5253      if test -z "$SED"; then
5254   ac_path_SED_found=false
5255   # Loop through the user's path and test for each of PROGNAME-LIST
5256   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5257 for as_dir in $PATH
5258 do
5259   IFS=$as_save_IFS
5260   test -z "$as_dir" && as_dir=.
5261     for ac_prog in sed gsed; do
5262     for ac_exec_ext in '' $ac_executable_extensions; do
5263       ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5264       { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5265 # Check for GNU ac_path_SED and select it if it is found.
5266   # Check for GNU $ac_path_SED
5267 case `"$ac_path_SED" --version 2>&1` in
5268 *GNU*)
5269   ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5270 *)
5271   ac_count=0
5272   $as_echo_n 0123456789 >"conftest.in"
5273   while :
5274   do
5275     cat "conftest.in" "conftest.in" >"conftest.tmp"
5276     mv "conftest.tmp" "conftest.in"
5277     cp "conftest.in" "conftest.nl"
5278     $as_echo '' >> "conftest.nl"
5279     "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5280     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5281     as_fn_arith $ac_count + 1 && ac_count=$as_val
5282     if test $ac_count -gt ${ac_path_SED_max-0}; then
5283       # Best one so far, save it but keep looking for a better one
5284       ac_cv_path_SED="$ac_path_SED"
5285       ac_path_SED_max=$ac_count
5286     fi
5287     # 10*(2^10) chars as input seems more than enough
5288     test $ac_count -gt 10 && break
5289   done
5290   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5291 esac
5292
5293       $ac_path_SED_found && break 3
5294     done
5295   done
5296   done
5297 IFS=$as_save_IFS
5298   if test -z "$ac_cv_path_SED"; then
5299     as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5300   fi
5301 else
5302   ac_cv_path_SED=$SED
5303 fi
5304
5305 fi
5306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5307 $as_echo "$ac_cv_path_SED" >&6; }
5308  SED="$ac_cv_path_SED"
5309   rm -f conftest.sed
5310
5311 test -z "$SED" && SED=sed
5312 Xsed="$SED -e 1s/^X//"
5313
5314
5315
5316
5317
5318
5319
5320
5321
5322
5323
5324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5325 $as_echo_n "checking for fgrep... " >&6; }
5326 if test "${ac_cv_path_FGREP+set}" = set; then :
5327   $as_echo_n "(cached) " >&6
5328 else
5329   if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5330    then ac_cv_path_FGREP="$GREP -F"
5331    else
5332      if test -z "$FGREP"; then
5333   ac_path_FGREP_found=false
5334   # Loop through the user's path and test for each of PROGNAME-LIST
5335   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5336 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5337 do
5338   IFS=$as_save_IFS
5339   test -z "$as_dir" && as_dir=.
5340     for ac_prog in fgrep; do
5341     for ac_exec_ext in '' $ac_executable_extensions; do
5342       ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5343       { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5344 # Check for GNU ac_path_FGREP and select it if it is found.
5345   # Check for GNU $ac_path_FGREP
5346 case `"$ac_path_FGREP" --version 2>&1` in
5347 *GNU*)
5348   ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5349 *)
5350   ac_count=0
5351   $as_echo_n 0123456789 >"conftest.in"
5352   while :
5353   do
5354     cat "conftest.in" "conftest.in" >"conftest.tmp"
5355     mv "conftest.tmp" "conftest.in"
5356     cp "conftest.in" "conftest.nl"
5357     $as_echo 'FGREP' >> "conftest.nl"
5358     "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5359     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5360     as_fn_arith $ac_count + 1 && ac_count=$as_val
5361     if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5362       # Best one so far, save it but keep looking for a better one
5363       ac_cv_path_FGREP="$ac_path_FGREP"
5364       ac_path_FGREP_max=$ac_count
5365     fi
5366     # 10*(2^10) chars as input seems more than enough
5367     test $ac_count -gt 10 && break
5368   done
5369   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5370 esac
5371
5372       $ac_path_FGREP_found && break 3
5373     done
5374   done
5375   done
5376 IFS=$as_save_IFS
5377   if test -z "$ac_cv_path_FGREP"; then
5378     as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5379   fi
5380 else
5381   ac_cv_path_FGREP=$FGREP
5382 fi
5383
5384    fi
5385 fi
5386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5387 $as_echo "$ac_cv_path_FGREP" >&6; }
5388  FGREP="$ac_cv_path_FGREP"
5389
5390
5391 test -z "$GREP" && GREP=grep
5392
5393
5394
5395
5396
5397
5398
5399
5400
5401
5402
5403
5404
5405
5406
5407
5408
5409
5410
5411 # Check whether --with-gnu-ld was given.
5412 if test "${with_gnu_ld+set}" = set; then :
5413   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5414 else
5415   with_gnu_ld=no
5416 fi
5417
5418 ac_prog=ld
5419 if test "$GCC" = yes; then
5420   # Check if gcc -print-prog-name=ld gives a path.
5421   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5422 $as_echo_n "checking for ld used by $CC... " >&6; }
5423   case $host in
5424   *-*-mingw*)
5425     # gcc leaves a trailing carriage return which upsets mingw
5426     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5427   *)
5428     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5429   esac
5430   case $ac_prog in
5431     # Accept absolute paths.
5432     [\\/]* | ?:[\\/]*)
5433       re_direlt='/[^/][^/]*/\.\./'
5434       # Canonicalize the pathname of ld
5435       ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5436       while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5437         ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5438       done
5439       test -z "$LD" && LD="$ac_prog"
5440       ;;
5441   "")
5442     # If it fails, then pretend we aren't using GCC.
5443     ac_prog=ld
5444     ;;
5445   *)
5446     # If it is relative, then search for the first ld in PATH.
5447     with_gnu_ld=unknown
5448     ;;
5449   esac
5450 elif test "$with_gnu_ld" = yes; then
5451   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5452 $as_echo_n "checking for GNU ld... " >&6; }
5453 else
5454   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5455 $as_echo_n "checking for non-GNU ld... " >&6; }
5456 fi
5457 if test "${lt_cv_path_LD+set}" = set; then :
5458   $as_echo_n "(cached) " >&6
5459 else
5460   if test -z "$LD"; then
5461   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5462   for ac_dir in $PATH; do
5463     IFS="$lt_save_ifs"
5464     test -z "$ac_dir" && ac_dir=.
5465     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5466       lt_cv_path_LD="$ac_dir/$ac_prog"
5467       # Check to see if the program is GNU ld.  I'd rather use --version,
5468       # but apparently some variants of GNU ld only accept -v.
5469       # Break only if it was the GNU/non-GNU ld that we prefer.
5470       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5471       *GNU* | *'with BFD'*)
5472         test "$with_gnu_ld" != no && break
5473         ;;
5474       *)
5475         test "$with_gnu_ld" != yes && break
5476         ;;
5477       esac
5478     fi
5479   done
5480   IFS="$lt_save_ifs"
5481 else
5482   lt_cv_path_LD="$LD" # Let the user override the test with a path.
5483 fi
5484 fi
5485
5486 LD="$lt_cv_path_LD"
5487 if test -n "$LD"; then
5488   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5489 $as_echo "$LD" >&6; }
5490 else
5491   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5492 $as_echo "no" >&6; }
5493 fi
5494 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5496 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5497 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5498   $as_echo_n "(cached) " >&6
5499 else
5500   # I'd rather use --version here, but apparently some GNU lds only accept -v.
5501 case `$LD -v 2>&1 </dev/null` in
5502 *GNU* | *'with BFD'*)
5503   lt_cv_prog_gnu_ld=yes
5504   ;;
5505 *)
5506   lt_cv_prog_gnu_ld=no
5507   ;;
5508 esac
5509 fi
5510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5511 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5512 with_gnu_ld=$lt_cv_prog_gnu_ld
5513
5514
5515
5516
5517
5518
5519
5520
5521
5522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5523 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5524 if test "${lt_cv_path_NM+set}" = set; then :
5525   $as_echo_n "(cached) " >&6
5526 else
5527   if test -n "$NM"; then
5528   # Let the user override the test.
5529   lt_cv_path_NM="$NM"
5530 else
5531   lt_nm_to_check="${ac_tool_prefix}nm"
5532   if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5533     lt_nm_to_check="$lt_nm_to_check nm"
5534   fi
5535   for lt_tmp_nm in $lt_nm_to_check; do
5536     lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5537     for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5538       IFS="$lt_save_ifs"
5539       test -z "$ac_dir" && ac_dir=.
5540       tmp_nm="$ac_dir/$lt_tmp_nm"
5541       if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5542         # Check to see if the nm accepts a BSD-compat flag.
5543         # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5544         #   nm: unknown option "B" ignored
5545         # Tru64's nm complains that /dev/null is an invalid object file
5546         case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5547         */dev/null* | *'Invalid file or object type'*)
5548           lt_cv_path_NM="$tmp_nm -B"
5549           break
5550           ;;
5551         *)
5552           case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5553           */dev/null*)
5554             lt_cv_path_NM="$tmp_nm -p"
5555             break
5556             ;;
5557           *)
5558             lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5559             continue # so that we can try to find one that supports BSD flags
5560             ;;
5561           esac
5562           ;;
5563         esac
5564       fi
5565     done
5566     IFS="$lt_save_ifs"
5567   done
5568   : ${lt_cv_path_NM=no}
5569 fi
5570 fi
5571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5572 $as_echo "$lt_cv_path_NM" >&6; }
5573 if test "$lt_cv_path_NM" != "no"; then
5574   NM="$lt_cv_path_NM"
5575 else
5576   # Didn't find any BSD compatible name lister, look for dumpbin.
5577   if test -n "$DUMPBIN"; then :
5578     # Let the user override the test.
5579   else
5580     if test -n "$ac_tool_prefix"; then
5581   for ac_prog in dumpbin "link -dump"
5582   do
5583     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5584 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5586 $as_echo_n "checking for $ac_word... " >&6; }
5587 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5588   $as_echo_n "(cached) " >&6
5589 else
5590   if test -n "$DUMPBIN"; then
5591   ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5592 else
5593 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5594 for as_dir in $PATH
5595 do
5596   IFS=$as_save_IFS
5597   test -z "$as_dir" && as_dir=.
5598     for ac_exec_ext in '' $ac_executable_extensions; do
5599   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5600     ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5601     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5602     break 2
5603   fi
5604 done
5605   done
5606 IFS=$as_save_IFS
5607
5608 fi
5609 fi
5610 DUMPBIN=$ac_cv_prog_DUMPBIN
5611 if test -n "$DUMPBIN"; then
5612   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5613 $as_echo "$DUMPBIN" >&6; }
5614 else
5615   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5616 $as_echo "no" >&6; }
5617 fi
5618
5619
5620     test -n "$DUMPBIN" && break
5621   done
5622 fi
5623 if test -z "$DUMPBIN"; then
5624   ac_ct_DUMPBIN=$DUMPBIN
5625   for ac_prog in dumpbin "link -dump"
5626 do
5627   # Extract the first word of "$ac_prog", so it can be a program name with args.
5628 set dummy $ac_prog; ac_word=$2
5629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5630 $as_echo_n "checking for $ac_word... " >&6; }
5631 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5632   $as_echo_n "(cached) " >&6
5633 else
5634   if test -n "$ac_ct_DUMPBIN"; then
5635   ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5636 else
5637 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5638 for as_dir in $PATH
5639 do
5640   IFS=$as_save_IFS
5641   test -z "$as_dir" && as_dir=.
5642     for ac_exec_ext in '' $ac_executable_extensions; do
5643   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5644     ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5645     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5646     break 2
5647   fi
5648 done
5649   done
5650 IFS=$as_save_IFS
5651
5652 fi
5653 fi
5654 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5655 if test -n "$ac_ct_DUMPBIN"; then
5656   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5657 $as_echo "$ac_ct_DUMPBIN" >&6; }
5658 else
5659   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5660 $as_echo "no" >&6; }
5661 fi
5662
5663
5664   test -n "$ac_ct_DUMPBIN" && break
5665 done
5666
5667   if test "x$ac_ct_DUMPBIN" = x; then
5668     DUMPBIN=":"
5669   else
5670     case $cross_compiling:$ac_tool_warned in
5671 yes:)
5672 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5673 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5674 ac_tool_warned=yes ;;
5675 esac
5676     DUMPBIN=$ac_ct_DUMPBIN
5677   fi
5678 fi
5679
5680     case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5681     *COFF*)
5682       DUMPBIN="$DUMPBIN -symbols"
5683       ;;
5684     *)
5685       DUMPBIN=:
5686       ;;
5687     esac
5688   fi
5689
5690   if test "$DUMPBIN" != ":"; then
5691     NM="$DUMPBIN"
5692   fi
5693 fi
5694 test -z "$NM" && NM=nm
5695
5696
5697
5698
5699
5700
5701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5702 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5703 if test "${lt_cv_nm_interface+set}" = set; then :
5704   $as_echo_n "(cached) " >&6
5705 else
5706   lt_cv_nm_interface="BSD nm"
5707   echo "int some_variable = 0;" > conftest.$ac_ext
5708   (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5709   (eval "$ac_compile" 2>conftest.err)
5710   cat conftest.err >&5
5711   (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5712   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5713   cat conftest.err >&5
5714   (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5715   cat conftest.out >&5
5716   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5717     lt_cv_nm_interface="MS dumpbin"
5718   fi
5719   rm -f conftest*
5720 fi
5721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5722 $as_echo "$lt_cv_nm_interface" >&6; }
5723
5724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5725 $as_echo_n "checking whether ln -s works... " >&6; }
5726 LN_S=$as_ln_s
5727 if test "$LN_S" = "ln -s"; then
5728   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5729 $as_echo "yes" >&6; }
5730 else
5731   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5732 $as_echo "no, using $LN_S" >&6; }
5733 fi
5734
5735 # find the maximum length of command line arguments
5736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5737 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5738 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5739   $as_echo_n "(cached) " >&6
5740 else
5741     i=0
5742   teststring="ABCD"
5743
5744   case $build_os in
5745   msdosdjgpp*)
5746     # On DJGPP, this test can blow up pretty badly due to problems in libc
5747     # (any single argument exceeding 2000 bytes causes a buffer overrun
5748     # during glob expansion).  Even if it were fixed, the result of this
5749     # check would be larger than it should be.
5750     lt_cv_sys_max_cmd_len=12288;    # 12K is about right
5751     ;;
5752
5753   gnu*)
5754     # Under GNU Hurd, this test is not required because there is
5755     # no limit to the length of command line arguments.
5756     # Libtool will interpret -1 as no limit whatsoever
5757     lt_cv_sys_max_cmd_len=-1;
5758     ;;
5759
5760   cygwin* | mingw* | cegcc*)
5761     # On Win9x/ME, this test blows up -- it succeeds, but takes
5762     # about 5 minutes as the teststring grows exponentially.
5763     # Worse, since 9x/ME are not pre-emptively multitasking,
5764     # you end up with a "frozen" computer, even though with patience
5765     # the test eventually succeeds (with a max line length of 256k).
5766     # Instead, let's just punt: use the minimum linelength reported by
5767     # all of the supported platforms: 8192 (on NT/2K/XP).
5768     lt_cv_sys_max_cmd_len=8192;
5769     ;;
5770
5771   mint*)
5772     # On MiNT this can take a long time and run out of memory.
5773     lt_cv_sys_max_cmd_len=8192;
5774     ;;
5775
5776   amigaos*)
5777     # On AmigaOS with pdksh, this test takes hours, literally.
5778     # So we just punt and use a minimum line length of 8192.
5779     lt_cv_sys_max_cmd_len=8192;
5780     ;;
5781
5782   netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5783     # This has been around since 386BSD, at least.  Likely further.
5784     if test -x /sbin/sysctl; then
5785       lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5786     elif test -x /usr/sbin/sysctl; then
5787       lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5788     else
5789       lt_cv_sys_max_cmd_len=65536       # usable default for all BSDs
5790     fi
5791     # And add a safety zone
5792     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5793     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5794     ;;
5795
5796   interix*)
5797     # We know the value 262144 and hardcode it with a safety zone (like BSD)
5798     lt_cv_sys_max_cmd_len=196608
5799     ;;
5800
5801   osf*)
5802     # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5803     # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5804     # nice to cause kernel panics so lets avoid the loop below.
5805     # First set a reasonable default.
5806     lt_cv_sys_max_cmd_len=16384
5807     #
5808     if test -x /sbin/sysconfig; then
5809       case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5810         *1*) lt_cv_sys_max_cmd_len=-1 ;;
5811       esac
5812     fi
5813     ;;
5814   sco3.2v5*)
5815     lt_cv_sys_max_cmd_len=102400
5816     ;;
5817   sysv5* | sco5v6* | sysv4.2uw2*)
5818     kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5819     if test -n "$kargmax"; then
5820       lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[  ]//'`
5821     else
5822       lt_cv_sys_max_cmd_len=32768
5823     fi
5824     ;;
5825   *)
5826     lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5827     if test -n "$lt_cv_sys_max_cmd_len"; then
5828       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5829       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5830     else
5831       # Make teststring a little bigger before we do anything with it.
5832       # a 1K string should be a reasonable start.
5833       for i in 1 2 3 4 5 6 7 8 ; do
5834         teststring=$teststring$teststring
5835       done
5836       SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5837       # If test is not a shell built-in, we'll probably end up computing a
5838       # maximum length that is only half of the actual maximum length, but
5839       # we can't tell.
5840       while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5841                  = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5842               test $i != 17 # 1/2 MB should be enough
5843       do
5844         i=`expr $i + 1`
5845         teststring=$teststring$teststring
5846       done
5847       # Only check the string length outside the loop.
5848       lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5849       teststring=
5850       # Add a significant safety factor because C++ compilers can tack on
5851       # massive amounts of additional arguments before passing them to the
5852       # linker.  It appears as though 1/2 is a usable value.
5853       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5854     fi
5855     ;;
5856   esac
5857
5858 fi
5859
5860 if test -n $lt_cv_sys_max_cmd_len ; then
5861   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5862 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5863 else
5864   { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5865 $as_echo "none" >&6; }
5866 fi
5867 max_cmd_len=$lt_cv_sys_max_cmd_len
5868
5869
5870
5871
5872
5873
5874 : ${CP="cp -f"}
5875 : ${MV="mv -f"}
5876 : ${RM="rm -f"}
5877
5878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5879 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5880 # Try some XSI features
5881 xsi_shell=no
5882 ( _lt_dummy="a/b/c"
5883   test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5884       = c,a/b,, \
5885     && eval 'test $(( 1 + 1 )) -eq 2 \
5886     && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5887   && xsi_shell=yes
5888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5889 $as_echo "$xsi_shell" >&6; }
5890
5891
5892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5893 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5894 lt_shell_append=no
5895 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5896     >/dev/null 2>&1 \
5897   && lt_shell_append=yes
5898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5899 $as_echo "$lt_shell_append" >&6; }
5900
5901
5902 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5903   lt_unset=unset
5904 else
5905   lt_unset=false
5906 fi
5907
5908
5909
5910
5911
5912 # test EBCDIC or ASCII
5913 case `echo X|tr X '\101'` in
5914  A) # ASCII based system
5915     # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5916   lt_SP2NL='tr \040 \012'
5917   lt_NL2SP='tr \015\012 \040\040'
5918   ;;
5919  *) # EBCDIC based system
5920   lt_SP2NL='tr \100 \n'
5921   lt_NL2SP='tr \r\n \100\100'
5922   ;;
5923 esac
5924
5925
5926
5927
5928
5929
5930
5931
5932
5933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5934 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5935 if test "${lt_cv_ld_reload_flag+set}" = set; then :
5936   $as_echo_n "(cached) " >&6
5937 else
5938   lt_cv_ld_reload_flag='-r'
5939 fi
5940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5941 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5942 reload_flag=$lt_cv_ld_reload_flag
5943 case $reload_flag in
5944 "" | " "*) ;;
5945 *) reload_flag=" $reload_flag" ;;
5946 esac
5947 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5948 case $host_os in
5949   darwin*)
5950     if test "$GCC" = yes; then
5951       reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5952     else
5953       reload_cmds='$LD$reload_flag -o $output$reload_objs'
5954     fi
5955     ;;
5956 esac
5957
5958
5959
5960
5961
5962
5963
5964
5965
5966 if test -n "$ac_tool_prefix"; then
5967   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5968 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5970 $as_echo_n "checking for $ac_word... " >&6; }
5971 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5972   $as_echo_n "(cached) " >&6
5973 else
5974   if test -n "$OBJDUMP"; then
5975   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5976 else
5977 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5978 for as_dir in $PATH
5979 do
5980   IFS=$as_save_IFS
5981   test -z "$as_dir" && as_dir=.
5982     for ac_exec_ext in '' $ac_executable_extensions; do
5983   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5984     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5985     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5986     break 2
5987   fi
5988 done
5989   done
5990 IFS=$as_save_IFS
5991
5992 fi
5993 fi
5994 OBJDUMP=$ac_cv_prog_OBJDUMP
5995 if test -n "$OBJDUMP"; then
5996   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5997 $as_echo "$OBJDUMP" >&6; }
5998 else
5999   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6000 $as_echo "no" >&6; }
6001 fi
6002
6003
6004 fi
6005 if test -z "$ac_cv_prog_OBJDUMP"; then
6006   ac_ct_OBJDUMP=$OBJDUMP
6007   # Extract the first word of "objdump", so it can be a program name with args.
6008 set dummy objdump; ac_word=$2
6009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6010 $as_echo_n "checking for $ac_word... " >&6; }
6011 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6012   $as_echo_n "(cached) " >&6
6013 else
6014   if test -n "$ac_ct_OBJDUMP"; then
6015   ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6016 else
6017 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6018 for as_dir in $PATH
6019 do
6020   IFS=$as_save_IFS
6021   test -z "$as_dir" && as_dir=.
6022     for ac_exec_ext in '' $ac_executable_extensions; do
6023   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6024     ac_cv_prog_ac_ct_OBJDUMP="objdump"
6025     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6026     break 2
6027   fi
6028 done
6029   done
6030 IFS=$as_save_IFS
6031
6032 fi
6033 fi
6034 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6035 if test -n "$ac_ct_OBJDUMP"; then
6036   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6037 $as_echo "$ac_ct_OBJDUMP" >&6; }
6038 else
6039   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6040 $as_echo "no" >&6; }
6041 fi
6042
6043   if test "x$ac_ct_OBJDUMP" = x; then
6044     OBJDUMP="false"
6045   else
6046     case $cross_compiling:$ac_tool_warned in
6047 yes:)
6048 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6049 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6050 ac_tool_warned=yes ;;
6051 esac
6052     OBJDUMP=$ac_ct_OBJDUMP
6053   fi
6054 else
6055   OBJDUMP="$ac_cv_prog_OBJDUMP"
6056 fi
6057
6058 test -z "$OBJDUMP" && OBJDUMP=objdump
6059
6060
6061
6062
6063
6064
6065
6066
6067
6068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6069 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6070 if test "${lt_cv_deplibs_check_method+set}" = set; then :
6071   $as_echo_n "(cached) " >&6
6072 else
6073   lt_cv_file_magic_cmd='$MAGIC_CMD'
6074 lt_cv_file_magic_test_file=
6075 lt_cv_deplibs_check_method='unknown'
6076 # Need to set the preceding variable on all platforms that support
6077 # interlibrary dependencies.
6078 # 'none' -- dependencies not supported.
6079 # `unknown' -- same as none, but documents that we really don't know.
6080 # 'pass_all' -- all dependencies passed with no checks.
6081 # 'test_compile' -- check by making test program.
6082 # 'file_magic [[regex]]' -- check by looking for files in library path
6083 # which responds to the $file_magic_cmd with a given extended regex.
6084 # If you have `file' or equivalent on your system and you're not sure
6085 # whether `pass_all' will *always* work, you probably want this one.
6086
6087 case $host_os in
6088 aix[4-9]*)
6089   lt_cv_deplibs_check_method=pass_all
6090   ;;
6091
6092 beos*)
6093   lt_cv_deplibs_check_method=pass_all
6094   ;;
6095
6096 bsdi[45]*)
6097   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6098   lt_cv_file_magic_cmd='/usr/bin/file -L'
6099   lt_cv_file_magic_test_file=/shlib/libc.so
6100   ;;
6101
6102 cygwin*)
6103   # func_win32_libid is a shell function defined in ltmain.sh
6104   lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6105   lt_cv_file_magic_cmd='func_win32_libid'
6106   ;;
6107
6108 mingw* | pw32*)
6109   # Base MSYS/MinGW do not provide the 'file' command needed by
6110   # func_win32_libid shell function, so use a weaker test based on 'objdump',
6111   # unless we find 'file', for example because we are cross-compiling.
6112   # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6113   if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6114     lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6115     lt_cv_file_magic_cmd='func_win32_libid'
6116   else
6117     lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6118     lt_cv_file_magic_cmd='$OBJDUMP -f'
6119   fi
6120   ;;
6121
6122 cegcc*)
6123   # use the weaker test based on 'objdump'. See mingw*.
6124   lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6125   lt_cv_file_magic_cmd='$OBJDUMP -f'
6126   ;;
6127
6128 darwin* | rhapsody*)
6129   lt_cv_deplibs_check_method=pass_all
6130   ;;
6131
6132 freebsd* | dragonfly*)
6133   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6134     case $host_cpu in
6135     i*86 )
6136       # Not sure whether the presence of OpenBSD here was a mistake.
6137       # Let's accept both of them until this is cleared up.
6138       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6139       lt_cv_file_magic_cmd=/usr/bin/file
6140       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6141       ;;
6142     esac
6143   else
6144     lt_cv_deplibs_check_method=pass_all
6145   fi
6146   ;;
6147
6148 gnu*)
6149   lt_cv_deplibs_check_method=pass_all
6150   ;;
6151
6152 haiku*)
6153   lt_cv_deplibs_check_method=pass_all
6154   ;;
6155
6156 hpux10.20* | hpux11*)
6157   lt_cv_file_magic_cmd=/usr/bin/file
6158   case $host_cpu in
6159   ia64*)
6160     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6161     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6162     ;;
6163   hppa*64*)
6164     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]'
6165     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6166     ;;
6167   *)
6168     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6169     lt_cv_file_magic_test_file=/usr/lib/libc.sl
6170     ;;
6171   esac
6172   ;;
6173
6174 interix[3-9]*)
6175   # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6176   lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6177   ;;
6178
6179 irix5* | irix6* | nonstopux*)
6180   case $LD in
6181   *-32|*"-32 ") libmagic=32-bit;;
6182   *-n32|*"-n32 ") libmagic=N32;;
6183   *-64|*"-64 ") libmagic=64-bit;;
6184   *) libmagic=never-match;;
6185   esac
6186   lt_cv_deplibs_check_method=pass_all
6187   ;;
6188
6189 # This must be Linux ELF.
6190 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6191   lt_cv_deplibs_check_method=pass_all
6192   ;;
6193
6194 netbsd*)
6195   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6196     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6197   else
6198     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6199   fi
6200   ;;
6201
6202 newos6*)
6203   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6204   lt_cv_file_magic_cmd=/usr/bin/file
6205   lt_cv_file_magic_test_file=/usr/lib/libnls.so
6206   ;;
6207
6208 *nto* | *qnx*)
6209   lt_cv_deplibs_check_method=pass_all
6210   ;;
6211
6212 openbsd*)
6213   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6214     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6215   else
6216     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6217   fi
6218   ;;
6219
6220 osf3* | osf4* | osf5*)
6221   lt_cv_deplibs_check_method=pass_all
6222   ;;
6223
6224 rdos*)
6225   lt_cv_deplibs_check_method=pass_all
6226   ;;
6227
6228 solaris*)
6229   lt_cv_deplibs_check_method=pass_all
6230   ;;
6231
6232 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6233   lt_cv_deplibs_check_method=pass_all
6234   ;;
6235
6236 sysv4 | sysv4.3*)
6237   case $host_vendor in
6238   motorola)
6239     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]'
6240     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6241     ;;
6242   ncr)
6243     lt_cv_deplibs_check_method=pass_all
6244     ;;
6245   sequent)
6246     lt_cv_file_magic_cmd='/bin/file'
6247     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6248     ;;
6249   sni)
6250     lt_cv_file_magic_cmd='/bin/file'
6251     lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6252     lt_cv_file_magic_test_file=/lib/libc.so
6253     ;;
6254   siemens)
6255     lt_cv_deplibs_check_method=pass_all
6256     ;;
6257   pc)
6258     lt_cv_deplibs_check_method=pass_all
6259     ;;
6260   esac
6261   ;;
6262
6263 tpf*)
6264   lt_cv_deplibs_check_method=pass_all
6265   ;;
6266 esac
6267
6268 fi
6269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6270 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6271 file_magic_cmd=$lt_cv_file_magic_cmd
6272 deplibs_check_method=$lt_cv_deplibs_check_method
6273 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6274
6275
6276
6277
6278
6279
6280
6281
6282
6283
6284
6285
6286 if test -n "$ac_tool_prefix"; then
6287   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6288 set dummy ${ac_tool_prefix}ar; ac_word=$2
6289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6290 $as_echo_n "checking for $ac_word... " >&6; }
6291 if test "${ac_cv_prog_AR+set}" = set; then :
6292   $as_echo_n "(cached) " >&6
6293 else
6294   if test -n "$AR"; then
6295   ac_cv_prog_AR="$AR" # Let the user override the test.
6296 else
6297 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6298 for as_dir in $PATH
6299 do
6300   IFS=$as_save_IFS
6301   test -z "$as_dir" && as_dir=.
6302     for ac_exec_ext in '' $ac_executable_extensions; do
6303   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6304     ac_cv_prog_AR="${ac_tool_prefix}ar"
6305     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6306     break 2
6307   fi
6308 done
6309   done
6310 IFS=$as_save_IFS
6311
6312 fi
6313 fi
6314 AR=$ac_cv_prog_AR
6315 if test -n "$AR"; then
6316   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6317 $as_echo "$AR" >&6; }
6318 else
6319   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6320 $as_echo "no" >&6; }
6321 fi
6322
6323
6324 fi
6325 if test -z "$ac_cv_prog_AR"; then
6326   ac_ct_AR=$AR
6327   # Extract the first word of "ar", so it can be a program name with args.
6328 set dummy ar; ac_word=$2
6329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6330 $as_echo_n "checking for $ac_word... " >&6; }
6331 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6332   $as_echo_n "(cached) " >&6
6333 else
6334   if test -n "$ac_ct_AR"; then
6335   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6336 else
6337 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6338 for as_dir in $PATH
6339 do
6340   IFS=$as_save_IFS
6341   test -z "$as_dir" && as_dir=.
6342     for ac_exec_ext in '' $ac_executable_extensions; do
6343   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6344     ac_cv_prog_ac_ct_AR="ar"
6345     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6346     break 2
6347   fi
6348 done
6349   done
6350 IFS=$as_save_IFS
6351
6352 fi
6353 fi
6354 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6355 if test -n "$ac_ct_AR"; then
6356   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6357 $as_echo "$ac_ct_AR" >&6; }
6358 else
6359   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6360 $as_echo "no" >&6; }
6361 fi
6362
6363   if test "x$ac_ct_AR" = x; then
6364     AR="false"
6365   else
6366     case $cross_compiling:$ac_tool_warned in
6367 yes:)
6368 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6369 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6370 ac_tool_warned=yes ;;
6371 esac
6372     AR=$ac_ct_AR
6373   fi
6374 else
6375   AR="$ac_cv_prog_AR"
6376 fi
6377
6378 test -z "$AR" && AR=ar
6379 test -z "$AR_FLAGS" && AR_FLAGS=cru
6380
6381
6382
6383
6384
6385
6386
6387
6388
6389
6390
6391 if test -n "$ac_tool_prefix"; then
6392   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6393 set dummy ${ac_tool_prefix}strip; ac_word=$2
6394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6395 $as_echo_n "checking for $ac_word... " >&6; }
6396 if test "${ac_cv_prog_STRIP+set}" = set; then :
6397   $as_echo_n "(cached) " >&6
6398 else
6399   if test -n "$STRIP"; then
6400   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6401 else
6402 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6403 for as_dir in $PATH
6404 do
6405   IFS=$as_save_IFS
6406   test -z "$as_dir" && as_dir=.
6407     for ac_exec_ext in '' $ac_executable_extensions; do
6408   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6409     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6410     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6411     break 2
6412   fi
6413 done
6414   done
6415 IFS=$as_save_IFS
6416
6417 fi
6418 fi
6419 STRIP=$ac_cv_prog_STRIP
6420 if test -n "$STRIP"; then
6421   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6422 $as_echo "$STRIP" >&6; }
6423 else
6424   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6425 $as_echo "no" >&6; }
6426 fi
6427
6428
6429 fi
6430 if test -z "$ac_cv_prog_STRIP"; then
6431   ac_ct_STRIP=$STRIP
6432   # Extract the first word of "strip", so it can be a program name with args.
6433 set dummy strip; ac_word=$2
6434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6435 $as_echo_n "checking for $ac_word... " >&6; }
6436 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6437   $as_echo_n "(cached) " >&6
6438 else
6439   if test -n "$ac_ct_STRIP"; then
6440   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6441 else
6442 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6443 for as_dir in $PATH
6444 do
6445   IFS=$as_save_IFS
6446   test -z "$as_dir" && as_dir=.
6447     for ac_exec_ext in '' $ac_executable_extensions; do
6448   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6449     ac_cv_prog_ac_ct_STRIP="strip"
6450     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6451     break 2
6452   fi
6453 done
6454   done
6455 IFS=$as_save_IFS
6456
6457 fi
6458 fi
6459 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6460 if test -n "$ac_ct_STRIP"; then
6461   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6462 $as_echo "$ac_ct_STRIP" >&6; }
6463 else
6464   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6465 $as_echo "no" >&6; }
6466 fi
6467
6468   if test "x$ac_ct_STRIP" = x; then
6469     STRIP=":"
6470   else
6471     case $cross_compiling:$ac_tool_warned in
6472 yes:)
6473 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6474 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6475 ac_tool_warned=yes ;;
6476 esac
6477     STRIP=$ac_ct_STRIP
6478   fi
6479 else
6480   STRIP="$ac_cv_prog_STRIP"
6481 fi
6482
6483 test -z "$STRIP" && STRIP=:
6484
6485
6486
6487
6488
6489
6490 if test -n "$ac_tool_prefix"; then
6491   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6492 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6494 $as_echo_n "checking for $ac_word... " >&6; }
6495 if test "${ac_cv_prog_RANLIB+set}" = set; then :
6496   $as_echo_n "(cached) " >&6
6497 else
6498   if test -n "$RANLIB"; then
6499   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6500 else
6501 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6502 for as_dir in $PATH
6503 do
6504   IFS=$as_save_IFS
6505   test -z "$as_dir" && as_dir=.
6506     for ac_exec_ext in '' $ac_executable_extensions; do
6507   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6508     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6509     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6510     break 2
6511   fi
6512 done
6513   done
6514 IFS=$as_save_IFS
6515
6516 fi
6517 fi
6518 RANLIB=$ac_cv_prog_RANLIB
6519 if test -n "$RANLIB"; then
6520   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6521 $as_echo "$RANLIB" >&6; }
6522 else
6523   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6524 $as_echo "no" >&6; }
6525 fi
6526
6527
6528 fi
6529 if test -z "$ac_cv_prog_RANLIB"; then
6530   ac_ct_RANLIB=$RANLIB
6531   # Extract the first word of "ranlib", so it can be a program name with args.
6532 set dummy ranlib; ac_word=$2
6533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6534 $as_echo_n "checking for $ac_word... " >&6; }
6535 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6536   $as_echo_n "(cached) " >&6
6537 else
6538   if test -n "$ac_ct_RANLIB"; then
6539   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6540 else
6541 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6542 for as_dir in $PATH
6543 do
6544   IFS=$as_save_IFS
6545   test -z "$as_dir" && as_dir=.
6546     for ac_exec_ext in '' $ac_executable_extensions; do
6547   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6548     ac_cv_prog_ac_ct_RANLIB="ranlib"
6549     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6550     break 2
6551   fi
6552 done
6553   done
6554 IFS=$as_save_IFS
6555
6556 fi
6557 fi
6558 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6559 if test -n "$ac_ct_RANLIB"; then
6560   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6561 $as_echo "$ac_ct_RANLIB" >&6; }
6562 else
6563   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6564 $as_echo "no" >&6; }
6565 fi
6566
6567   if test "x$ac_ct_RANLIB" = x; then
6568     RANLIB=":"
6569   else
6570     case $cross_compiling:$ac_tool_warned in
6571 yes:)
6572 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6573 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6574 ac_tool_warned=yes ;;
6575 esac
6576     RANLIB=$ac_ct_RANLIB
6577   fi
6578 else
6579   RANLIB="$ac_cv_prog_RANLIB"
6580 fi
6581
6582 test -z "$RANLIB" && RANLIB=:
6583
6584
6585
6586
6587
6588
6589 # Determine commands to create old-style static archives.
6590 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6591 old_postinstall_cmds='chmod 644 $oldlib'
6592 old_postuninstall_cmds=
6593
6594 if test -n "$RANLIB"; then
6595   case $host_os in
6596   openbsd*)
6597     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6598     ;;
6599   *)
6600     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6601     ;;
6602   esac
6603   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6604 fi
6605
6606 case $host_os in
6607   darwin*)
6608     lock_old_archive_extraction=yes ;;
6609   *)
6610     lock_old_archive_extraction=no ;;
6611 esac
6612
6613
6614
6615
6616
6617
6618
6619
6620
6621
6622
6623
6624
6625
6626
6627
6628
6629
6630
6631
6632
6633
6634
6635
6636
6637
6638
6639
6640
6641
6642
6643
6644
6645
6646
6647
6648
6649
6650
6651 # If no C compiler was specified, use CC.
6652 LTCC=${LTCC-"$CC"}
6653
6654 # If no C compiler flags were specified, use CFLAGS.
6655 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6656
6657 # Allow CC to be a program name with arguments.
6658 compiler=$CC
6659
6660
6661 # Check for command to grab the raw symbol name followed by C symbol from nm.
6662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6663 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6664 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6665   $as_echo_n "(cached) " >&6
6666 else
6667
6668 # These are sane defaults that work on at least a few old systems.
6669 # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
6670
6671 # Character class describing NM global symbol codes.
6672 symcode='[BCDEGRST]'
6673
6674 # Regexp to match symbols that can be accessed directly from C.
6675 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6676
6677 # Define system-specific variables.
6678 case $host_os in
6679 aix*)
6680   symcode='[BCDT]'
6681   ;;
6682 cygwin* | mingw* | pw32* | cegcc*)
6683   symcode='[ABCDGISTW]'
6684   ;;
6685 hpux*)
6686   if test "$host_cpu" = ia64; then
6687     symcode='[ABCDEGRST]'
6688   fi
6689   ;;
6690 irix* | nonstopux*)
6691   symcode='[BCDEGRST]'
6692   ;;
6693 osf*)
6694   symcode='[BCDEGQRST]'
6695   ;;
6696 solaris*)
6697   symcode='[BDRT]'
6698   ;;
6699 sco3.2v5*)
6700   symcode='[DT]'
6701   ;;
6702 sysv4.2uw2*)
6703   symcode='[DT]'
6704   ;;
6705 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6706   symcode='[ABDT]'
6707   ;;
6708 sysv4)
6709   symcode='[DFNSTU]'
6710   ;;
6711 esac
6712
6713 # If we're using GNU nm, then use its standard symbol codes.
6714 case `$NM -V 2>&1` in
6715 *GNU* | *'with BFD'*)
6716   symcode='[ABCDGIRSTW]' ;;
6717 esac
6718
6719 # Transform an extracted symbol line into a proper C declaration.
6720 # Some systems (esp. on ia64) link data and code symbols differently,
6721 # so use this general approach.
6722 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6723
6724 # Transform an extracted symbol line into symbol name and symbol address
6725 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (void *) \&\2},/p'"
6726 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'"
6727
6728 # Handle CRLF in mingw tool chain
6729 opt_cr=
6730 case $build_os in
6731 mingw*)
6732   opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6733   ;;
6734 esac
6735
6736 # Try without a prefix underscore, then with it.
6737 for ac_symprfx in "" "_"; do
6738
6739   # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6740   symxfrm="\\1 $ac_symprfx\\2 \\2"
6741
6742   # Write the raw and C identifiers.
6743   if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6744     # Fake it for dumpbin and say T for any non-static function
6745     # and D for any global variable.
6746     # Also find C++ and __fastcall symbols from MSVC++,
6747     # which start with @ or ?.
6748     lt_cv_sys_global_symbol_pipe="$AWK '"\
6749 "     {last_section=section; section=\$ 3};"\
6750 "     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6751 "     \$ 0!~/External *\|/{next};"\
6752 "     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6753 "     {if(hide[section]) next};"\
6754 "     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6755 "     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6756 "     s[1]~/^[@?]/{print s[1], s[1]; next};"\
6757 "     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6758 "     ' prfx=^$ac_symprfx"
6759   else
6760     lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[      ]\($symcode$symcode*\)[         ][      ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6761   fi
6762
6763   # Check to see that the pipe works correctly.
6764   pipe_works=no
6765
6766   rm -f conftest*
6767   cat > conftest.$ac_ext <<_LT_EOF
6768 #ifdef __cplusplus
6769 extern "C" {
6770 #endif
6771 char nm_test_var;
6772 void nm_test_func(void);
6773 void nm_test_func(void){}
6774 #ifdef __cplusplus
6775 }
6776 #endif
6777 int main(){nm_test_var='a';nm_test_func();return(0);}
6778 _LT_EOF
6779
6780   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6781   (eval $ac_compile) 2>&5
6782   ac_status=$?
6783   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6784   test $ac_status = 0; }; then
6785     # Now try to grab the symbols.
6786     nlist=conftest.nm
6787     if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6788   (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6789   ac_status=$?
6790   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6791   test $ac_status = 0; } && test -s "$nlist"; then
6792       # Try sorting and uniquifying the output.
6793       if sort "$nlist" | uniq > "$nlist"T; then
6794         mv -f "$nlist"T "$nlist"
6795       else
6796         rm -f "$nlist"T
6797       fi
6798
6799       # Make sure that we snagged all the symbols we need.
6800       if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6801         if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6802           cat <<_LT_EOF > conftest.$ac_ext
6803 #ifdef __cplusplus
6804 extern "C" {
6805 #endif
6806
6807 _LT_EOF
6808           # Now generate the symbol file.
6809           eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6810
6811           cat <<_LT_EOF >> conftest.$ac_ext
6812
6813 /* The mapping between symbol names and symbols.  */
6814 const struct {
6815   const char *name;
6816   void       *address;
6817 }
6818 lt__PROGRAM__LTX_preloaded_symbols[] =
6819 {
6820   { "@PROGRAM@", (void *) 0 },
6821 _LT_EOF
6822           $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6823           cat <<\_LT_EOF >> conftest.$ac_ext
6824   {0, (void *) 0}
6825 };
6826
6827 /* This works around a problem in FreeBSD linker */
6828 #ifdef FREEBSD_WORKAROUND
6829 static const void *lt_preloaded_setup() {
6830   return lt__PROGRAM__LTX_preloaded_symbols;
6831 }
6832 #endif
6833
6834 #ifdef __cplusplus
6835 }
6836 #endif
6837 _LT_EOF
6838           # Now try linking the two files.
6839           mv conftest.$ac_objext conftstm.$ac_objext
6840           lt_save_LIBS="$LIBS"
6841           lt_save_CFLAGS="$CFLAGS"
6842           LIBS="conftstm.$ac_objext"
6843           CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6844           if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6845   (eval $ac_link) 2>&5
6846   ac_status=$?
6847   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6848   test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6849             pipe_works=yes
6850           fi
6851           LIBS="$lt_save_LIBS"
6852           CFLAGS="$lt_save_CFLAGS"
6853         else
6854           echo "cannot find nm_test_func in $nlist" >&5
6855         fi
6856       else
6857         echo "cannot find nm_test_var in $nlist" >&5
6858       fi
6859     else
6860       echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6861     fi
6862   else
6863     echo "$progname: failed program was:" >&5
6864     cat conftest.$ac_ext >&5
6865   fi
6866   rm -rf conftest* conftst*
6867
6868   # Do not use the global_symbol_pipe unless it works.
6869   if test "$pipe_works" = yes; then
6870     break
6871   else
6872     lt_cv_sys_global_symbol_pipe=
6873   fi
6874 done
6875
6876 fi
6877
6878 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6879   lt_cv_sys_global_symbol_to_cdecl=
6880 fi
6881 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6882   { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6883 $as_echo "failed" >&6; }
6884 else
6885   { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6886 $as_echo "ok" >&6; }
6887 fi
6888
6889
6890
6891
6892
6893
6894
6895
6896
6897
6898
6899
6900
6901
6902
6903
6904
6905
6906
6907
6908
6909
6910 # Check whether --enable-libtool-lock was given.
6911 if test "${enable_libtool_lock+set}" = set; then :
6912   enableval=$enable_libtool_lock;
6913 fi
6914
6915 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6916
6917 # Some flags need to be propagated to the compiler or linker for good
6918 # libtool support.
6919 case $host in
6920 ia64-*-hpux*)
6921   # Find out which ABI we are using.
6922   echo 'int i;' > conftest.$ac_ext
6923   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6924   (eval $ac_compile) 2>&5
6925   ac_status=$?
6926   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6927   test $ac_status = 0; }; then
6928     case `/usr/bin/file conftest.$ac_objext` in
6929       *ELF-32*)
6930         HPUX_IA64_MODE="32"
6931         ;;
6932       *ELF-64*)
6933         HPUX_IA64_MODE="64"
6934         ;;
6935     esac
6936   fi
6937   rm -rf conftest*
6938   ;;
6939 *-*-irix6*)
6940   # Find out which ABI we are using.
6941   echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6942   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6943   (eval $ac_compile) 2>&5
6944   ac_status=$?
6945   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6946   test $ac_status = 0; }; then
6947     if test "$lt_cv_prog_gnu_ld" = yes; then
6948       case `/usr/bin/file conftest.$ac_objext` in
6949         *32-bit*)
6950           LD="${LD-ld} -melf32bsmip"
6951           ;;
6952         *N32*)
6953           LD="${LD-ld} -melf32bmipn32"
6954           ;;
6955         *64-bit*)
6956           LD="${LD-ld} -melf64bmip"
6957         ;;
6958       esac
6959     else
6960       case `/usr/bin/file conftest.$ac_objext` in
6961         *32-bit*)
6962           LD="${LD-ld} -32"
6963           ;;
6964         *N32*)
6965           LD="${LD-ld} -n32"
6966           ;;
6967         *64-bit*)
6968           LD="${LD-ld} -64"
6969           ;;
6970       esac
6971     fi
6972   fi
6973   rm -rf conftest*
6974   ;;
6975
6976 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6977 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6978   # Find out which ABI we are using.
6979   echo 'int i;' > conftest.$ac_ext
6980   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6981   (eval $ac_compile) 2>&5
6982   ac_status=$?
6983   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6984   test $ac_status = 0; }; then
6985     case `/usr/bin/file conftest.o` in
6986       *32-bit*)
6987         case $host in
6988           x86_64-*kfreebsd*-gnu)
6989             LD="${LD-ld} -m elf_i386_fbsd"
6990             ;;
6991           x86_64-*linux*)
6992             case `/usr/bin/file conftest.o` in
6993               *x86-64*)
6994                 LD="${LD-ld} -m elf32_x86_64"
6995                 ;;
6996               *)
6997                 LD="${LD-ld} -m elf_i386"
6998                 ;;
6999             esac
7000             ;;
7001           powerpc64le-*linux*)
7002             LD="${LD-ld} -m elf32lppclinux"
7003             ;;
7004           powerpc64-*linux*)
7005             LD="${LD-ld} -m elf32ppclinux"
7006             ;;
7007           s390x-*linux*)
7008             LD="${LD-ld} -m elf_s390"
7009             ;;
7010           sparc64-*linux*)
7011             LD="${LD-ld} -m elf32_sparc"
7012             ;;
7013         esac
7014         ;;
7015       *64-bit*)
7016         case $host in
7017           x86_64-*kfreebsd*-gnu)
7018             LD="${LD-ld} -m elf_x86_64_fbsd"
7019             ;;
7020           x86_64-*linux*)
7021             LD="${LD-ld} -m elf_x86_64"
7022             ;;
7023           powerpcle-*linux*)
7024             LD="${LD-ld} -m elf64lppc"
7025             ;;
7026           powerpc-*linux*)
7027             LD="${LD-ld} -m elf64ppc"
7028             ;;
7029           s390*-*linux*|s390*-*tpf*)
7030             LD="${LD-ld} -m elf64_s390"
7031             ;;
7032           sparc*-*linux*)
7033             LD="${LD-ld} -m elf64_sparc"
7034             ;;
7035         esac
7036         ;;
7037     esac
7038   fi
7039   rm -rf conftest*
7040   ;;
7041
7042 *-*-sco3.2v5*)
7043   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7044   SAVE_CFLAGS="$CFLAGS"
7045   CFLAGS="$CFLAGS -belf"
7046   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7047 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7048 if test "${lt_cv_cc_needs_belf+set}" = set; then :
7049   $as_echo_n "(cached) " >&6
7050 else
7051   ac_ext=c
7052 ac_cpp='$CPP $CPPFLAGS'
7053 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7054 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7055 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7056
7057      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7058 /* end confdefs.h.  */
7059
7060 int
7061 main ()
7062 {
7063
7064   ;
7065   return 0;
7066 }
7067 _ACEOF
7068 if ac_fn_c_try_link "$LINENO"; then :
7069   lt_cv_cc_needs_belf=yes
7070 else
7071   lt_cv_cc_needs_belf=no
7072 fi
7073 rm -f core conftest.err conftest.$ac_objext \
7074     conftest$ac_exeext conftest.$ac_ext
7075      ac_ext=c
7076 ac_cpp='$CPP $CPPFLAGS'
7077 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7078 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7079 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7080
7081 fi
7082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7083 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7084   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7085     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7086     CFLAGS="$SAVE_CFLAGS"
7087   fi
7088   ;;
7089 sparc*-*solaris*)
7090   # Find out which ABI we are using.
7091   echo 'int i;' > conftest.$ac_ext
7092   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7093   (eval $ac_compile) 2>&5
7094   ac_status=$?
7095   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7096   test $ac_status = 0; }; then
7097     case `/usr/bin/file conftest.o` in
7098     *64-bit*)
7099       case $lt_cv_prog_gnu_ld in
7100       yes*) LD="${LD-ld} -m elf64_sparc" ;;
7101       *)
7102         if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7103           LD="${LD-ld} -64"
7104         fi
7105         ;;
7106       esac
7107       ;;
7108     esac
7109   fi
7110   rm -rf conftest*
7111   ;;
7112 esac
7113
7114 need_locks="$enable_libtool_lock"
7115
7116
7117   case $host_os in
7118     rhapsody* | darwin*)
7119     if test -n "$ac_tool_prefix"; then
7120   # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7121 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7123 $as_echo_n "checking for $ac_word... " >&6; }
7124 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7125   $as_echo_n "(cached) " >&6
7126 else
7127   if test -n "$DSYMUTIL"; then
7128   ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7129 else
7130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7131 for as_dir in $PATH
7132 do
7133   IFS=$as_save_IFS
7134   test -z "$as_dir" && as_dir=.
7135     for ac_exec_ext in '' $ac_executable_extensions; do
7136   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7137     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7138     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7139     break 2
7140   fi
7141 done
7142   done
7143 IFS=$as_save_IFS
7144
7145 fi
7146 fi
7147 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7148 if test -n "$DSYMUTIL"; then
7149   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7150 $as_echo "$DSYMUTIL" >&6; }
7151 else
7152   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7153 $as_echo "no" >&6; }
7154 fi
7155
7156
7157 fi
7158 if test -z "$ac_cv_prog_DSYMUTIL"; then
7159   ac_ct_DSYMUTIL=$DSYMUTIL
7160   # Extract the first word of "dsymutil", so it can be a program name with args.
7161 set dummy dsymutil; ac_word=$2
7162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7163 $as_echo_n "checking for $ac_word... " >&6; }
7164 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7165   $as_echo_n "(cached) " >&6
7166 else
7167   if test -n "$ac_ct_DSYMUTIL"; then
7168   ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7169 else
7170 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7171 for as_dir in $PATH
7172 do
7173   IFS=$as_save_IFS
7174   test -z "$as_dir" && as_dir=.
7175     for ac_exec_ext in '' $ac_executable_extensions; do
7176   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7177     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7178     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7179     break 2
7180   fi
7181 done
7182   done
7183 IFS=$as_save_IFS
7184
7185 fi
7186 fi
7187 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7188 if test -n "$ac_ct_DSYMUTIL"; then
7189   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7190 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7191 else
7192   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7193 $as_echo "no" >&6; }
7194 fi
7195
7196   if test "x$ac_ct_DSYMUTIL" = x; then
7197     DSYMUTIL=":"
7198   else
7199     case $cross_compiling:$ac_tool_warned in
7200 yes:)
7201 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7202 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7203 ac_tool_warned=yes ;;
7204 esac
7205     DSYMUTIL=$ac_ct_DSYMUTIL
7206   fi
7207 else
7208   DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7209 fi
7210
7211     if test -n "$ac_tool_prefix"; then
7212   # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7213 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7215 $as_echo_n "checking for $ac_word... " >&6; }
7216 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7217   $as_echo_n "(cached) " >&6
7218 else
7219   if test -n "$NMEDIT"; then
7220   ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7221 else
7222 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7223 for as_dir in $PATH
7224 do
7225   IFS=$as_save_IFS
7226   test -z "$as_dir" && as_dir=.
7227     for ac_exec_ext in '' $ac_executable_extensions; do
7228   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7229     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7230     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7231     break 2
7232   fi
7233 done
7234   done
7235 IFS=$as_save_IFS
7236
7237 fi
7238 fi
7239 NMEDIT=$ac_cv_prog_NMEDIT
7240 if test -n "$NMEDIT"; then
7241   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7242 $as_echo "$NMEDIT" >&6; }
7243 else
7244   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7245 $as_echo "no" >&6; }
7246 fi
7247
7248
7249 fi
7250 if test -z "$ac_cv_prog_NMEDIT"; then
7251   ac_ct_NMEDIT=$NMEDIT
7252   # Extract the first word of "nmedit", so it can be a program name with args.
7253 set dummy nmedit; ac_word=$2
7254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7255 $as_echo_n "checking for $ac_word... " >&6; }
7256 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7257   $as_echo_n "(cached) " >&6
7258 else
7259   if test -n "$ac_ct_NMEDIT"; then
7260   ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7261 else
7262 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7263 for as_dir in $PATH
7264 do
7265   IFS=$as_save_IFS
7266   test -z "$as_dir" && as_dir=.
7267     for ac_exec_ext in '' $ac_executable_extensions; do
7268   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7269     ac_cv_prog_ac_ct_NMEDIT="nmedit"
7270     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7271     break 2
7272   fi
7273 done
7274   done
7275 IFS=$as_save_IFS
7276
7277 fi
7278 fi
7279 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7280 if test -n "$ac_ct_NMEDIT"; then
7281   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7282 $as_echo "$ac_ct_NMEDIT" >&6; }
7283 else
7284   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7285 $as_echo "no" >&6; }
7286 fi
7287
7288   if test "x$ac_ct_NMEDIT" = x; then
7289     NMEDIT=":"
7290   else
7291     case $cross_compiling:$ac_tool_warned in
7292 yes:)
7293 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7294 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7295 ac_tool_warned=yes ;;
7296 esac
7297     NMEDIT=$ac_ct_NMEDIT
7298   fi
7299 else
7300   NMEDIT="$ac_cv_prog_NMEDIT"
7301 fi
7302
7303     if test -n "$ac_tool_prefix"; then
7304   # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7305 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7307 $as_echo_n "checking for $ac_word... " >&6; }
7308 if test "${ac_cv_prog_LIPO+set}" = set; then :
7309   $as_echo_n "(cached) " >&6
7310 else
7311   if test -n "$LIPO"; then
7312   ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7313 else
7314 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7315 for as_dir in $PATH
7316 do
7317   IFS=$as_save_IFS
7318   test -z "$as_dir" && as_dir=.
7319     for ac_exec_ext in '' $ac_executable_extensions; do
7320   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7321     ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7322     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7323     break 2
7324   fi
7325 done
7326   done
7327 IFS=$as_save_IFS
7328
7329 fi
7330 fi
7331 LIPO=$ac_cv_prog_LIPO
7332 if test -n "$LIPO"; then
7333   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7334 $as_echo "$LIPO" >&6; }
7335 else
7336   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7337 $as_echo "no" >&6; }
7338 fi
7339
7340
7341 fi
7342 if test -z "$ac_cv_prog_LIPO"; then
7343   ac_ct_LIPO=$LIPO
7344   # Extract the first word of "lipo", so it can be a program name with args.
7345 set dummy lipo; ac_word=$2
7346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7347 $as_echo_n "checking for $ac_word... " >&6; }
7348 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7349   $as_echo_n "(cached) " >&6
7350 else
7351   if test -n "$ac_ct_LIPO"; then
7352   ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7353 else
7354 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7355 for as_dir in $PATH
7356 do
7357   IFS=$as_save_IFS
7358   test -z "$as_dir" && as_dir=.
7359     for ac_exec_ext in '' $ac_executable_extensions; do
7360   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7361     ac_cv_prog_ac_ct_LIPO="lipo"
7362     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7363     break 2
7364   fi
7365 done
7366   done
7367 IFS=$as_save_IFS
7368
7369 fi
7370 fi
7371 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7372 if test -n "$ac_ct_LIPO"; then
7373   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7374 $as_echo "$ac_ct_LIPO" >&6; }
7375 else
7376   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7377 $as_echo "no" >&6; }
7378 fi
7379
7380   if test "x$ac_ct_LIPO" = x; then
7381     LIPO=":"
7382   else
7383     case $cross_compiling:$ac_tool_warned in
7384 yes:)
7385 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7386 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7387 ac_tool_warned=yes ;;
7388 esac
7389     LIPO=$ac_ct_LIPO
7390   fi
7391 else
7392   LIPO="$ac_cv_prog_LIPO"
7393 fi
7394
7395     if test -n "$ac_tool_prefix"; then
7396   # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7397 set dummy ${ac_tool_prefix}otool; ac_word=$2
7398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7399 $as_echo_n "checking for $ac_word... " >&6; }
7400 if test "${ac_cv_prog_OTOOL+set}" = set; then :
7401   $as_echo_n "(cached) " >&6
7402 else
7403   if test -n "$OTOOL"; then
7404   ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7405 else
7406 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7407 for as_dir in $PATH
7408 do
7409   IFS=$as_save_IFS
7410   test -z "$as_dir" && as_dir=.
7411     for ac_exec_ext in '' $ac_executable_extensions; do
7412   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7413     ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7414     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7415     break 2
7416   fi
7417 done
7418   done
7419 IFS=$as_save_IFS
7420
7421 fi
7422 fi
7423 OTOOL=$ac_cv_prog_OTOOL
7424 if test -n "$OTOOL"; then
7425   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7426 $as_echo "$OTOOL" >&6; }
7427 else
7428   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7429 $as_echo "no" >&6; }
7430 fi
7431
7432
7433 fi
7434 if test -z "$ac_cv_prog_OTOOL"; then
7435   ac_ct_OTOOL=$OTOOL
7436   # Extract the first word of "otool", so it can be a program name with args.
7437 set dummy otool; ac_word=$2
7438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7439 $as_echo_n "checking for $ac_word... " >&6; }
7440 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7441   $as_echo_n "(cached) " >&6
7442 else
7443   if test -n "$ac_ct_OTOOL"; then
7444   ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7445 else
7446 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7447 for as_dir in $PATH
7448 do
7449   IFS=$as_save_IFS
7450   test -z "$as_dir" && as_dir=.
7451     for ac_exec_ext in '' $ac_executable_extensions; do
7452   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7453     ac_cv_prog_ac_ct_OTOOL="otool"
7454     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7455     break 2
7456   fi
7457 done
7458   done
7459 IFS=$as_save_IFS
7460
7461 fi
7462 fi
7463 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7464 if test -n "$ac_ct_OTOOL"; then
7465   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7466 $as_echo "$ac_ct_OTOOL" >&6; }
7467 else
7468   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7469 $as_echo "no" >&6; }
7470 fi
7471
7472   if test "x$ac_ct_OTOOL" = x; then
7473     OTOOL=":"
7474   else
7475     case $cross_compiling:$ac_tool_warned in
7476 yes:)
7477 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7478 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7479 ac_tool_warned=yes ;;
7480 esac
7481     OTOOL=$ac_ct_OTOOL
7482   fi
7483 else
7484   OTOOL="$ac_cv_prog_OTOOL"
7485 fi
7486
7487     if test -n "$ac_tool_prefix"; then
7488   # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7489 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7491 $as_echo_n "checking for $ac_word... " >&6; }
7492 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7493   $as_echo_n "(cached) " >&6
7494 else
7495   if test -n "$OTOOL64"; then
7496   ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7497 else
7498 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7499 for as_dir in $PATH
7500 do
7501   IFS=$as_save_IFS
7502   test -z "$as_dir" && as_dir=.
7503     for ac_exec_ext in '' $ac_executable_extensions; do
7504   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7505     ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7506     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7507     break 2
7508   fi
7509 done
7510   done
7511 IFS=$as_save_IFS
7512
7513 fi
7514 fi
7515 OTOOL64=$ac_cv_prog_OTOOL64
7516 if test -n "$OTOOL64"; then
7517   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7518 $as_echo "$OTOOL64" >&6; }
7519 else
7520   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7521 $as_echo "no" >&6; }
7522 fi
7523
7524
7525 fi
7526 if test -z "$ac_cv_prog_OTOOL64"; then
7527   ac_ct_OTOOL64=$OTOOL64
7528   # Extract the first word of "otool64", so it can be a program name with args.
7529 set dummy otool64; ac_word=$2
7530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7531 $as_echo_n "checking for $ac_word... " >&6; }
7532 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7533   $as_echo_n "(cached) " >&6
7534 else
7535   if test -n "$ac_ct_OTOOL64"; then
7536   ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7537 else
7538 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7539 for as_dir in $PATH
7540 do
7541   IFS=$as_save_IFS
7542   test -z "$as_dir" && as_dir=.
7543     for ac_exec_ext in '' $ac_executable_extensions; do
7544   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7545     ac_cv_prog_ac_ct_OTOOL64="otool64"
7546     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7547     break 2
7548   fi
7549 done
7550   done
7551 IFS=$as_save_IFS
7552
7553 fi
7554 fi
7555 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7556 if test -n "$ac_ct_OTOOL64"; then
7557   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7558 $as_echo "$ac_ct_OTOOL64" >&6; }
7559 else
7560   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7561 $as_echo "no" >&6; }
7562 fi
7563
7564   if test "x$ac_ct_OTOOL64" = x; then
7565     OTOOL64=":"
7566   else
7567     case $cross_compiling:$ac_tool_warned in
7568 yes:)
7569 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7570 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7571 ac_tool_warned=yes ;;
7572 esac
7573     OTOOL64=$ac_ct_OTOOL64
7574   fi
7575 else
7576   OTOOL64="$ac_cv_prog_OTOOL64"
7577 fi
7578
7579
7580
7581
7582
7583
7584
7585
7586
7587
7588
7589
7590
7591
7592
7593
7594
7595
7596
7597
7598
7599
7600
7601
7602
7603
7604
7605     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7606 $as_echo_n "checking for -single_module linker flag... " >&6; }
7607 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7608   $as_echo_n "(cached) " >&6
7609 else
7610   lt_cv_apple_cc_single_mod=no
7611       if test -z "${LT_MULTI_MODULE}"; then
7612         # By default we will add the -single_module flag. You can override
7613         # by either setting the environment variable LT_MULTI_MODULE
7614         # non-empty at configure time, or by adding -multi_module to the
7615         # link flags.
7616         rm -rf libconftest.dylib*
7617         echo "int foo(void){return 1;}" > conftest.c
7618         echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7619 -dynamiclib -Wl,-single_module conftest.c" >&5
7620         $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7621           -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7622         _lt_result=$?
7623         if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7624           lt_cv_apple_cc_single_mod=yes
7625         else
7626           cat conftest.err >&5
7627         fi
7628         rm -rf libconftest.dylib*
7629         rm -f conftest.*
7630       fi
7631 fi
7632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7633 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7634     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7635 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7636 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7637   $as_echo_n "(cached) " >&6
7638 else
7639   lt_cv_ld_exported_symbols_list=no
7640       save_LDFLAGS=$LDFLAGS
7641       echo "_main" > conftest.sym
7642       LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7643       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7644 /* end confdefs.h.  */
7645
7646 int
7647 main ()
7648 {
7649
7650   ;
7651   return 0;
7652 }
7653 _ACEOF
7654 if ac_fn_c_try_link "$LINENO"; then :
7655   lt_cv_ld_exported_symbols_list=yes
7656 else
7657   lt_cv_ld_exported_symbols_list=no
7658 fi
7659 rm -f core conftest.err conftest.$ac_objext \
7660     conftest$ac_exeext conftest.$ac_ext
7661         LDFLAGS="$save_LDFLAGS"
7662
7663 fi
7664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7665 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7666     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7667 $as_echo_n "checking for -force_load linker flag... " >&6; }
7668 if test "${lt_cv_ld_force_load+set}" = set; then :
7669   $as_echo_n "(cached) " >&6
7670 else
7671   lt_cv_ld_force_load=no
7672       cat > conftest.c << _LT_EOF
7673 int forced_loaded() { return 2;}
7674 _LT_EOF
7675       echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7676       $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7677       echo "$AR cru libconftest.a conftest.o" >&5
7678       $AR cru libconftest.a conftest.o 2>&5
7679       cat > conftest.c << _LT_EOF
7680 int main() { return 0;}
7681 _LT_EOF
7682       echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7683       $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7684       _lt_result=$?
7685       if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7686         lt_cv_ld_force_load=yes
7687       else
7688         cat conftest.err >&5
7689       fi
7690         rm -f conftest.err libconftest.a conftest conftest.c
7691         rm -rf conftest.dSYM
7692
7693 fi
7694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7695 $as_echo "$lt_cv_ld_force_load" >&6; }
7696     case $host_os in
7697     rhapsody* | darwin1.[012])
7698       _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7699     darwin1.*)
7700       _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7701     darwin*) # darwin 5.x on
7702       # if running on 10.5 or later, the deployment target defaults
7703       # to the OS version, if on x86, and 10.4, the deployment
7704       # target defaults to 10.4. Don't you love it?
7705       case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7706         10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7707           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7708         10.[012]*)
7709           _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7710         10.*)
7711           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7712       esac
7713     ;;
7714   esac
7715     if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7716       _lt_dar_single_mod='$single_module'
7717     fi
7718     if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7719       _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7720     else
7721       _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7722     fi
7723     if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7724       _lt_dsymutil='~$DSYMUTIL $lib || :'
7725     else
7726       _lt_dsymutil=
7727     fi
7728     ;;
7729   esac
7730
7731 for ac_header in dlfcn.h
7732 do :
7733   ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7734 "
7735 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
7736   cat >>confdefs.h <<_ACEOF
7737 #define HAVE_DLFCN_H 1
7738 _ACEOF
7739
7740 fi
7741
7742 done
7743
7744
7745
7746
7747
7748 # Set options
7749
7750
7751
7752         enable_dlopen=no
7753
7754
7755   enable_win32_dll=no
7756
7757
7758             # Check whether --enable-shared was given.
7759 if test "${enable_shared+set}" = set; then :
7760   enableval=$enable_shared; p=${PACKAGE-default}
7761     case $enableval in
7762     yes) enable_shared=yes ;;
7763     no) enable_shared=no ;;
7764     *)
7765       enable_shared=no
7766       # Look at the argument we got.  We use all the common list separators.
7767       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7768       for pkg in $enableval; do
7769         IFS="$lt_save_ifs"
7770         if test "X$pkg" = "X$p"; then
7771           enable_shared=yes
7772         fi
7773       done
7774       IFS="$lt_save_ifs"
7775       ;;
7776     esac
7777 else
7778   enable_shared=yes
7779 fi
7780
7781
7782
7783
7784
7785
7786
7787
7788
7789   # Check whether --enable-static was given.
7790 if test "${enable_static+set}" = set; then :
7791   enableval=$enable_static; p=${PACKAGE-default}
7792     case $enableval in
7793     yes) enable_static=yes ;;
7794     no) enable_static=no ;;
7795     *)
7796      enable_static=no
7797       # Look at the argument we got.  We use all the common list separators.
7798       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7799       for pkg in $enableval; do
7800         IFS="$lt_save_ifs"
7801         if test "X$pkg" = "X$p"; then
7802           enable_static=yes
7803         fi
7804       done
7805       IFS="$lt_save_ifs"
7806       ;;
7807     esac
7808 else
7809   enable_static=yes
7810 fi
7811
7812
7813
7814
7815
7816
7817
7818
7819
7820
7821 # Check whether --with-pic was given.
7822 if test "${with_pic+set}" = set; then :
7823   withval=$with_pic; pic_mode="$withval"
7824 else
7825   pic_mode=default
7826 fi
7827
7828
7829 test -z "$pic_mode" && pic_mode=default
7830
7831
7832
7833
7834
7835
7836
7837   # Check whether --enable-fast-install was given.
7838 if test "${enable_fast_install+set}" = set; then :
7839   enableval=$enable_fast_install; p=${PACKAGE-default}
7840     case $enableval in
7841     yes) enable_fast_install=yes ;;
7842     no) enable_fast_install=no ;;
7843     *)
7844       enable_fast_install=no
7845       # Look at the argument we got.  We use all the common list separators.
7846       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7847       for pkg in $enableval; do
7848         IFS="$lt_save_ifs"
7849         if test "X$pkg" = "X$p"; then
7850           enable_fast_install=yes
7851         fi
7852       done
7853       IFS="$lt_save_ifs"
7854       ;;
7855     esac
7856 else
7857   enable_fast_install=yes
7858 fi
7859
7860
7861
7862
7863
7864
7865
7866
7867
7868
7869
7870 # This can be used to rebuild libtool when needed
7871 LIBTOOL_DEPS="$ltmain"
7872
7873 # Always use our own libtool.
7874 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7875
7876
7877
7878
7879
7880
7881
7882
7883
7884
7885
7886
7887
7888
7889
7890
7891
7892
7893
7894
7895
7896
7897
7898
7899
7900
7901 test -z "$LN_S" && LN_S="ln -s"
7902
7903
7904
7905
7906
7907
7908
7909
7910
7911
7912
7913
7914
7915
7916 if test -n "${ZSH_VERSION+set}" ; then
7917    setopt NO_GLOB_SUBST
7918 fi
7919
7920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7921 $as_echo_n "checking for objdir... " >&6; }
7922 if test "${lt_cv_objdir+set}" = set; then :
7923   $as_echo_n "(cached) " >&6
7924 else
7925   rm -f .libs 2>/dev/null
7926 mkdir .libs 2>/dev/null
7927 if test -d .libs; then
7928   lt_cv_objdir=.libs
7929 else
7930   # MS-DOS does not allow filenames that begin with a dot.
7931   lt_cv_objdir=_libs
7932 fi
7933 rmdir .libs 2>/dev/null
7934 fi
7935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7936 $as_echo "$lt_cv_objdir" >&6; }
7937 objdir=$lt_cv_objdir
7938
7939
7940
7941
7942
7943 cat >>confdefs.h <<_ACEOF
7944 #define LT_OBJDIR "$lt_cv_objdir/"
7945 _ACEOF
7946
7947
7948
7949
7950 case $host_os in
7951 aix3*)
7952   # AIX sometimes has problems with the GCC collect2 program.  For some
7953   # reason, if we set the COLLECT_NAMES environment variable, the problems
7954   # vanish in a puff of smoke.
7955   if test "X${COLLECT_NAMES+set}" != Xset; then
7956     COLLECT_NAMES=
7957     export COLLECT_NAMES
7958   fi
7959   ;;
7960 esac
7961
7962 # Global variables:
7963 ofile=libtool
7964 can_build_shared=yes
7965
7966 # All known linkers require a `.a' archive for static linking (except MSVC,
7967 # which needs '.lib').
7968 libext=a
7969
7970 with_gnu_ld="$lt_cv_prog_gnu_ld"
7971
7972 old_CC="$CC"
7973 old_CFLAGS="$CFLAGS"
7974
7975 # Set sane defaults for various variables
7976 test -z "$CC" && CC=cc
7977 test -z "$LTCC" && LTCC=$CC
7978 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7979 test -z "$LD" && LD=ld
7980 test -z "$ac_objext" && ac_objext=o
7981
7982 for cc_temp in $compiler""; do
7983   case $cc_temp in
7984     compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7985     distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7986     \-*) ;;
7987     *) break;;
7988   esac
7989 done
7990 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7991
7992
7993 # Only perform the check for file, if the check method requires it
7994 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7995 case $deplibs_check_method in
7996 file_magic*)
7997   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7998     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7999 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8000 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8001   $as_echo_n "(cached) " >&6
8002 else
8003   case $MAGIC_CMD in
8004 [\\/*] |  ?:[\\/]*)
8005   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8006   ;;
8007 *)
8008   lt_save_MAGIC_CMD="$MAGIC_CMD"
8009   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8010   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8011   for ac_dir in $ac_dummy; do
8012     IFS="$lt_save_ifs"
8013     test -z "$ac_dir" && ac_dir=.
8014     if test -f $ac_dir/${ac_tool_prefix}file; then
8015       lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8016       if test -n "$file_magic_test_file"; then
8017         case $deplibs_check_method in
8018         "file_magic "*)
8019           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8020           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8021           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8022             $EGREP "$file_magic_regex" > /dev/null; then
8023             :
8024           else
8025             cat <<_LT_EOF 1>&2
8026
8027 *** Warning: the command libtool uses to detect shared libraries,
8028 *** $file_magic_cmd, produces output that libtool cannot recognize.
8029 *** The result is that libtool may fail to recognize shared libraries
8030 *** as such.  This will affect the creation of libtool libraries that
8031 *** depend on shared libraries, but programs linked with such libtool
8032 *** libraries will work regardless of this problem.  Nevertheless, you
8033 *** may want to report the problem to your system manager and/or to
8034 *** bug-libtool@gnu.org
8035
8036 _LT_EOF
8037           fi ;;
8038         esac
8039       fi
8040       break
8041     fi
8042   done
8043   IFS="$lt_save_ifs"
8044   MAGIC_CMD="$lt_save_MAGIC_CMD"
8045   ;;
8046 esac
8047 fi
8048
8049 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8050 if test -n "$MAGIC_CMD"; then
8051   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8052 $as_echo "$MAGIC_CMD" >&6; }
8053 else
8054   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8055 $as_echo "no" >&6; }
8056 fi
8057
8058
8059
8060
8061
8062 if test -z "$lt_cv_path_MAGIC_CMD"; then
8063   if test -n "$ac_tool_prefix"; then
8064     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8065 $as_echo_n "checking for file... " >&6; }
8066 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8067   $as_echo_n "(cached) " >&6
8068 else
8069   case $MAGIC_CMD in
8070 [\\/*] |  ?:[\\/]*)
8071   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8072   ;;
8073 *)
8074   lt_save_MAGIC_CMD="$MAGIC_CMD"
8075   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8076   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8077   for ac_dir in $ac_dummy; do
8078     IFS="$lt_save_ifs"
8079     test -z "$ac_dir" && ac_dir=.
8080     if test -f $ac_dir/file; then
8081       lt_cv_path_MAGIC_CMD="$ac_dir/file"
8082       if test -n "$file_magic_test_file"; then
8083         case $deplibs_check_method in
8084         "file_magic "*)
8085           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8086           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8087           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8088             $EGREP "$file_magic_regex" > /dev/null; then
8089             :
8090           else
8091             cat <<_LT_EOF 1>&2
8092
8093 *** Warning: the command libtool uses to detect shared libraries,
8094 *** $file_magic_cmd, produces output that libtool cannot recognize.
8095 *** The result is that libtool may fail to recognize shared libraries
8096 *** as such.  This will affect the creation of libtool libraries that
8097 *** depend on shared libraries, but programs linked with such libtool
8098 *** libraries will work regardless of this problem.  Nevertheless, you
8099 *** may want to report the problem to your system manager and/or to
8100 *** bug-libtool@gnu.org
8101
8102 _LT_EOF
8103           fi ;;
8104         esac
8105       fi
8106       break
8107     fi
8108   done
8109   IFS="$lt_save_ifs"
8110   MAGIC_CMD="$lt_save_MAGIC_CMD"
8111   ;;
8112 esac
8113 fi
8114
8115 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8116 if test -n "$MAGIC_CMD"; then
8117   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8118 $as_echo "$MAGIC_CMD" >&6; }
8119 else
8120   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8121 $as_echo "no" >&6; }
8122 fi
8123
8124
8125   else
8126     MAGIC_CMD=:
8127   fi
8128 fi
8129
8130   fi
8131   ;;
8132 esac
8133
8134 # Use C for the default configuration in the libtool script
8135
8136 lt_save_CC="$CC"
8137 ac_ext=c
8138 ac_cpp='$CPP $CPPFLAGS'
8139 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8140 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8141 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8142
8143
8144 # Source file extension for C test sources.
8145 ac_ext=c
8146
8147 # Object file extension for compiled C test sources.
8148 objext=o
8149 objext=$objext
8150
8151 # Code to be used in simple compile tests
8152 lt_simple_compile_test_code="int some_variable = 0;"
8153
8154 # Code to be used in simple link tests
8155 lt_simple_link_test_code='int main(){return(0);}'
8156
8157
8158
8159
8160
8161
8162
8163 # If no C compiler was specified, use CC.
8164 LTCC=${LTCC-"$CC"}
8165
8166 # If no C compiler flags were specified, use CFLAGS.
8167 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8168
8169 # Allow CC to be a program name with arguments.
8170 compiler=$CC
8171
8172 # Save the default compiler, since it gets overwritten when the other
8173 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8174 compiler_DEFAULT=$CC
8175
8176 # save warnings/boilerplate of simple test code
8177 ac_outfile=conftest.$ac_objext
8178 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8179 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8180 _lt_compiler_boilerplate=`cat conftest.err`
8181 $RM conftest*
8182
8183 ac_outfile=conftest.$ac_objext
8184 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8185 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8186 _lt_linker_boilerplate=`cat conftest.err`
8187 $RM -r conftest*
8188
8189
8190 ## CAVEAT EMPTOR:
8191 ## There is no encapsulation within the following macros, do not change
8192 ## the running order or otherwise move them around unless you know exactly
8193 ## what you are doing...
8194 if test -n "$compiler"; then
8195
8196 lt_prog_compiler_no_builtin_flag=
8197
8198 if test "$GCC" = yes; then
8199   case $cc_basename in
8200   nvcc*)
8201     lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8202   *)
8203     lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8204   esac
8205
8206   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8207 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8208 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
8209   $as_echo_n "(cached) " >&6
8210 else
8211   lt_cv_prog_compiler_rtti_exceptions=no
8212    ac_outfile=conftest.$ac_objext
8213    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8214    lt_compiler_flag="-fno-rtti -fno-exceptions"
8215    # Insert the option either (1) after the last *FLAGS variable, or
8216    # (2) before a word containing "conftest.", or (3) at the end.
8217    # Note that $ac_compile itself does not contain backslashes and begins
8218    # with a dollar sign (not a hyphen), so the echo should work correctly.
8219    # The option is referenced via a variable to avoid confusing sed.
8220    lt_compile=`echo "$ac_compile" | $SED \
8221    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8222    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8223    -e 's:$: $lt_compiler_flag:'`
8224    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8225    (eval "$lt_compile" 2>conftest.err)
8226    ac_status=$?
8227    cat conftest.err >&5
8228    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8229    if (exit $ac_status) && test -s "$ac_outfile"; then
8230      # The compiler can only warn and ignore the option if not recognized
8231      # So say no if there are warnings other than the usual output.
8232      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8233      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8234      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8235        lt_cv_prog_compiler_rtti_exceptions=yes
8236      fi
8237    fi
8238    $RM conftest*
8239
8240 fi
8241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8242 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8243
8244 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8245     lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8246 else
8247     :
8248 fi
8249
8250 fi
8251
8252
8253
8254
8255
8256
8257   lt_prog_compiler_wl=
8258 lt_prog_compiler_pic=
8259 lt_prog_compiler_static=
8260
8261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8262 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8263
8264   if test "$GCC" = yes; then
8265     lt_prog_compiler_wl='-Wl,'
8266     lt_prog_compiler_static='-static'
8267
8268     case $host_os in
8269       aix*)
8270       # All AIX code is PIC.
8271       if test "$host_cpu" = ia64; then
8272         # AIX 5 now supports IA64 processor
8273         lt_prog_compiler_static='-Bstatic'
8274       fi
8275       lt_prog_compiler_pic='-fPIC'
8276       ;;
8277
8278     amigaos*)
8279       case $host_cpu in
8280       powerpc)
8281             # see comment about AmigaOS4 .so support
8282             lt_prog_compiler_pic='-fPIC'
8283         ;;
8284       m68k)
8285             # FIXME: we need at least 68020 code to build shared libraries, but
8286             # adding the `-m68020' flag to GCC prevents building anything better,
8287             # like `-m68040'.
8288             lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8289         ;;
8290       esac
8291       ;;
8292
8293     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8294       # PIC is the default for these OSes.
8295       ;;
8296
8297     mingw* | cygwin* | pw32* | os2* | cegcc*)
8298       # This hack is so that the source file can tell whether it is being
8299       # built for inclusion in a dll (and should export symbols for example).
8300       # Although the cygwin gcc ignores -fPIC, still need this for old-style
8301       # (--disable-auto-import) libraries
8302       lt_prog_compiler_pic='-DDLL_EXPORT'
8303       ;;
8304
8305     darwin* | rhapsody*)
8306       # PIC is the default on this platform
8307       # Common symbols not allowed in MH_DYLIB files
8308       lt_prog_compiler_pic='-fno-common'
8309       ;;
8310
8311     haiku*)
8312       # PIC is the default for Haiku.
8313       # The "-static" flag exists, but is broken.
8314       lt_prog_compiler_static=
8315       ;;
8316
8317     hpux*)
8318       # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8319       # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
8320       # sets the default TLS model and affects inlining.
8321       case $host_cpu in
8322       hppa*64*)
8323         # +Z the default
8324         ;;
8325       *)
8326         lt_prog_compiler_pic='-fPIC'
8327         ;;
8328       esac
8329       ;;
8330
8331     interix[3-9]*)
8332       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8333       # Instead, we relocate shared libraries at runtime.
8334       ;;
8335
8336     msdosdjgpp*)
8337       # Just because we use GCC doesn't mean we suddenly get shared libraries
8338       # on systems that don't support them.
8339       lt_prog_compiler_can_build_shared=no
8340       enable_shared=no
8341       ;;
8342
8343     *nto* | *qnx*)
8344       # QNX uses GNU C++, but need to define -shared option too, otherwise
8345       # it will coredump.
8346       lt_prog_compiler_pic='-fPIC -shared'
8347       ;;
8348
8349     sysv4*MP*)
8350       if test -d /usr/nec; then
8351         lt_prog_compiler_pic=-Kconform_pic
8352       fi
8353       ;;
8354
8355     *)
8356       lt_prog_compiler_pic='-fPIC'
8357       ;;
8358     esac
8359
8360     case $cc_basename in
8361     nvcc*) # Cuda Compiler Driver 2.2
8362       lt_prog_compiler_wl='-Xlinker '
8363       lt_prog_compiler_pic='-Xcompiler -fPIC'
8364       ;;
8365     esac
8366   else
8367     # PORTME Check for flag to pass linker flags through the system compiler.
8368     case $host_os in
8369     aix*)
8370       lt_prog_compiler_wl='-Wl,'
8371       if test "$host_cpu" = ia64; then
8372         # AIX 5 now supports IA64 processor
8373         lt_prog_compiler_static='-Bstatic'
8374       else
8375         lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8376       fi
8377       ;;
8378
8379     mingw* | cygwin* | pw32* | os2* | cegcc*)
8380       # This hack is so that the source file can tell whether it is being
8381       # built for inclusion in a dll (and should export symbols for example).
8382       lt_prog_compiler_pic='-DDLL_EXPORT'
8383       ;;
8384
8385     hpux9* | hpux10* | hpux11*)
8386       lt_prog_compiler_wl='-Wl,'
8387       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8388       # not for PA HP-UX.
8389       case $host_cpu in
8390       hppa*64*|ia64*)
8391         # +Z the default
8392         ;;
8393       *)
8394         lt_prog_compiler_pic='+Z'
8395         ;;
8396       esac
8397       # Is there a better lt_prog_compiler_static that works with the bundled CC?
8398       lt_prog_compiler_static='${wl}-a ${wl}archive'
8399       ;;
8400
8401     irix5* | irix6* | nonstopux*)
8402       lt_prog_compiler_wl='-Wl,'
8403       # PIC (with -KPIC) is the default.
8404       lt_prog_compiler_static='-non_shared'
8405       ;;
8406
8407     linux* | k*bsd*-gnu | kopensolaris*-gnu)
8408       case $cc_basename in
8409       # old Intel for x86_64 which still supported -KPIC.
8410       ecc*)
8411         lt_prog_compiler_wl='-Wl,'
8412         lt_prog_compiler_pic='-KPIC'
8413         lt_prog_compiler_static='-static'
8414         ;;
8415       # icc used to be incompatible with GCC.
8416       # ICC 10 doesn't accept -KPIC any more.
8417       icc* | ifort*)
8418         lt_prog_compiler_wl='-Wl,'
8419         lt_prog_compiler_pic='-fPIC'
8420         lt_prog_compiler_static='-static'
8421         ;;
8422       # Lahey Fortran 8.1.
8423       lf95*)
8424         lt_prog_compiler_wl='-Wl,'
8425         lt_prog_compiler_pic='--shared'
8426         lt_prog_compiler_static='--static'
8427         ;;
8428       pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8429         # Portland Group compilers (*not* the Pentium gcc compiler,
8430         # which looks to be a dead project)
8431         lt_prog_compiler_wl='-Wl,'
8432         lt_prog_compiler_pic='-fpic'
8433         lt_prog_compiler_static='-Bstatic'
8434         ;;
8435       ccc*)
8436         lt_prog_compiler_wl='-Wl,'
8437         # All Alpha code is PIC.
8438         lt_prog_compiler_static='-non_shared'
8439         ;;
8440       xl* | bgxl* | bgf* | mpixl*)
8441         # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8442         lt_prog_compiler_wl='-Wl,'
8443         lt_prog_compiler_pic='-qpic'
8444         lt_prog_compiler_static='-qstaticlink'
8445         ;;
8446       *)
8447         case `$CC -V 2>&1 | sed 5q` in
8448         *Sun\ F* | *Sun*Fortran*)
8449           # Sun Fortran 8.3 passes all unrecognized flags to the linker
8450           lt_prog_compiler_pic='-KPIC'
8451           lt_prog_compiler_static='-Bstatic'
8452           lt_prog_compiler_wl=''
8453           ;;
8454         *Sun\ C*)
8455           # Sun C 5.9
8456           lt_prog_compiler_pic='-KPIC'
8457           lt_prog_compiler_static='-Bstatic'
8458           lt_prog_compiler_wl='-Wl,'
8459           ;;
8460         esac
8461         ;;
8462       esac
8463       ;;
8464
8465     newsos6)
8466       lt_prog_compiler_pic='-KPIC'
8467       lt_prog_compiler_static='-Bstatic'
8468       ;;
8469
8470     *nto* | *qnx*)
8471       # QNX uses GNU C++, but need to define -shared option too, otherwise
8472       # it will coredump.
8473       lt_prog_compiler_pic='-fPIC -shared'
8474       ;;
8475
8476     osf3* | osf4* | osf5*)
8477       lt_prog_compiler_wl='-Wl,'
8478       # All OSF/1 code is PIC.
8479       lt_prog_compiler_static='-non_shared'
8480       ;;
8481
8482     rdos*)
8483       lt_prog_compiler_static='-non_shared'
8484       ;;
8485
8486     solaris*)
8487       lt_prog_compiler_pic='-KPIC'
8488       lt_prog_compiler_static='-Bstatic'
8489       case $cc_basename in
8490       f77* | f90* | f95*)
8491         lt_prog_compiler_wl='-Qoption ld ';;
8492       *)
8493         lt_prog_compiler_wl='-Wl,';;
8494       esac
8495       ;;
8496
8497     sunos4*)
8498       lt_prog_compiler_wl='-Qoption ld '
8499       lt_prog_compiler_pic='-PIC'
8500       lt_prog_compiler_static='-Bstatic'
8501       ;;
8502
8503     sysv4 | sysv4.2uw2* | sysv4.3*)
8504       lt_prog_compiler_wl='-Wl,'
8505       lt_prog_compiler_pic='-KPIC'
8506       lt_prog_compiler_static='-Bstatic'
8507       ;;
8508
8509     sysv4*MP*)
8510       if test -d /usr/nec ;then
8511         lt_prog_compiler_pic='-Kconform_pic'
8512         lt_prog_compiler_static='-Bstatic'
8513       fi
8514       ;;
8515
8516     sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8517       lt_prog_compiler_wl='-Wl,'
8518       lt_prog_compiler_pic='-KPIC'
8519       lt_prog_compiler_static='-Bstatic'
8520       ;;
8521
8522     unicos*)
8523       lt_prog_compiler_wl='-Wl,'
8524       lt_prog_compiler_can_build_shared=no
8525       ;;
8526
8527     uts4*)
8528       lt_prog_compiler_pic='-pic'
8529       lt_prog_compiler_static='-Bstatic'
8530       ;;
8531
8532     *)
8533       lt_prog_compiler_can_build_shared=no
8534       ;;
8535     esac
8536   fi
8537
8538 case $host_os in
8539   # For platforms which do not support PIC, -DPIC is meaningless:
8540   *djgpp*)
8541     lt_prog_compiler_pic=
8542     ;;
8543   *)
8544     lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8545     ;;
8546 esac
8547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8548 $as_echo "$lt_prog_compiler_pic" >&6; }
8549
8550
8551
8552
8553
8554
8555 #
8556 # Check to make sure the PIC flag actually works.
8557 #
8558 if test -n "$lt_prog_compiler_pic"; then
8559   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8560 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8561 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8562   $as_echo_n "(cached) " >&6
8563 else
8564   lt_cv_prog_compiler_pic_works=no
8565    ac_outfile=conftest.$ac_objext
8566    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8567    lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8568    # Insert the option either (1) after the last *FLAGS variable, or
8569    # (2) before a word containing "conftest.", or (3) at the end.
8570    # Note that $ac_compile itself does not contain backslashes and begins
8571    # with a dollar sign (not a hyphen), so the echo should work correctly.
8572    # The option is referenced via a variable to avoid confusing sed.
8573    lt_compile=`echo "$ac_compile" | $SED \
8574    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8575    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8576    -e 's:$: $lt_compiler_flag:'`
8577    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8578    (eval "$lt_compile" 2>conftest.err)
8579    ac_status=$?
8580    cat conftest.err >&5
8581    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8582    if (exit $ac_status) && test -s "$ac_outfile"; then
8583      # The compiler can only warn and ignore the option if not recognized
8584      # So say no if there are warnings other than the usual output.
8585      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8586      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8587      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8588        lt_cv_prog_compiler_pic_works=yes
8589      fi
8590    fi
8591    $RM conftest*
8592
8593 fi
8594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8595 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8596
8597 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8598     case $lt_prog_compiler_pic in
8599      "" | " "*) ;;
8600      *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8601      esac
8602 else
8603     lt_prog_compiler_pic=
8604      lt_prog_compiler_can_build_shared=no
8605 fi
8606
8607 fi
8608
8609
8610
8611
8612
8613
8614 #
8615 # Check to make sure the static flag actually works.
8616 #
8617 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8619 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8620 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8621   $as_echo_n "(cached) " >&6
8622 else
8623   lt_cv_prog_compiler_static_works=no
8624    save_LDFLAGS="$LDFLAGS"
8625    LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8626    echo "$lt_simple_link_test_code" > conftest.$ac_ext
8627    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8628      # The linker can only warn and ignore the option if not recognized
8629      # So say no if there are warnings
8630      if test -s conftest.err; then
8631        # Append any errors to the config.log.
8632        cat conftest.err 1>&5
8633        $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8634        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8635        if diff conftest.exp conftest.er2 >/dev/null; then
8636          lt_cv_prog_compiler_static_works=yes
8637        fi
8638      else
8639        lt_cv_prog_compiler_static_works=yes
8640      fi
8641    fi
8642    $RM -r conftest*
8643    LDFLAGS="$save_LDFLAGS"
8644
8645 fi
8646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8647 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8648
8649 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8650     :
8651 else
8652     lt_prog_compiler_static=
8653 fi
8654
8655
8656
8657
8658
8659
8660
8661   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8662 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8663 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8664   $as_echo_n "(cached) " >&6
8665 else
8666   lt_cv_prog_compiler_c_o=no
8667    $RM -r conftest 2>/dev/null
8668    mkdir conftest
8669    cd conftest
8670    mkdir out
8671    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8672
8673    lt_compiler_flag="-o out/conftest2.$ac_objext"
8674    # Insert the option either (1) after the last *FLAGS variable, or
8675    # (2) before a word containing "conftest.", or (3) at the end.
8676    # Note that $ac_compile itself does not contain backslashes and begins
8677    # with a dollar sign (not a hyphen), so the echo should work correctly.
8678    lt_compile=`echo "$ac_compile" | $SED \
8679    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8680    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8681    -e 's:$: $lt_compiler_flag:'`
8682    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8683    (eval "$lt_compile" 2>out/conftest.err)
8684    ac_status=$?
8685    cat out/conftest.err >&5
8686    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8687    if (exit $ac_status) && test -s out/conftest2.$ac_objext
8688    then
8689      # The compiler can only warn and ignore the option if not recognized
8690      # So say no if there are warnings
8691      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8692      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8693      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8694        lt_cv_prog_compiler_c_o=yes
8695      fi
8696    fi
8697    chmod u+w . 2>&5
8698    $RM conftest*
8699    # SGI C++ compiler will create directory out/ii_files/ for
8700    # template instantiation
8701    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8702    $RM out/* && rmdir out
8703    cd ..
8704    $RM -r conftest
8705    $RM conftest*
8706
8707 fi
8708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8709 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8710
8711
8712
8713
8714
8715
8716   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8717 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8718 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8719   $as_echo_n "(cached) " >&6
8720 else
8721   lt_cv_prog_compiler_c_o=no
8722    $RM -r conftest 2>/dev/null
8723    mkdir conftest
8724    cd conftest
8725    mkdir out
8726    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8727
8728    lt_compiler_flag="-o out/conftest2.$ac_objext"
8729    # Insert the option either (1) after the last *FLAGS variable, or
8730    # (2) before a word containing "conftest.", or (3) at the end.
8731    # Note that $ac_compile itself does not contain backslashes and begins
8732    # with a dollar sign (not a hyphen), so the echo should work correctly.
8733    lt_compile=`echo "$ac_compile" | $SED \
8734    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8735    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8736    -e 's:$: $lt_compiler_flag:'`
8737    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8738    (eval "$lt_compile" 2>out/conftest.err)
8739    ac_status=$?
8740    cat out/conftest.err >&5
8741    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8742    if (exit $ac_status) && test -s out/conftest2.$ac_objext
8743    then
8744      # The compiler can only warn and ignore the option if not recognized
8745      # So say no if there are warnings
8746      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8747      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8748      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8749        lt_cv_prog_compiler_c_o=yes
8750      fi
8751    fi
8752    chmod u+w . 2>&5
8753    $RM conftest*
8754    # SGI C++ compiler will create directory out/ii_files/ for
8755    # template instantiation
8756    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8757    $RM out/* && rmdir out
8758    cd ..
8759    $RM -r conftest
8760    $RM conftest*
8761
8762 fi
8763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8764 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8765
8766
8767
8768
8769 hard_links="nottested"
8770 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8771   # do not overwrite the value of need_locks provided by the user
8772   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8773 $as_echo_n "checking if we can lock with hard links... " >&6; }
8774   hard_links=yes
8775   $RM conftest*
8776   ln conftest.a conftest.b 2>/dev/null && hard_links=no
8777   touch conftest.a
8778   ln conftest.a conftest.b 2>&5 || hard_links=no
8779   ln conftest.a conftest.b 2>/dev/null && hard_links=no
8780   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8781 $as_echo "$hard_links" >&6; }
8782   if test "$hard_links" = no; then
8783     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8784 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8785     need_locks=warn
8786   fi
8787 else
8788   need_locks=no
8789 fi
8790
8791
8792
8793
8794
8795
8796   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8797 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8798
8799   runpath_var=
8800   allow_undefined_flag=
8801   always_export_symbols=no
8802   archive_cmds=
8803   archive_expsym_cmds=
8804   compiler_needs_object=no
8805   enable_shared_with_static_runtimes=no
8806   export_dynamic_flag_spec=
8807   export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8808   hardcode_automatic=no
8809   hardcode_direct=no
8810   hardcode_direct_absolute=no
8811   hardcode_libdir_flag_spec=
8812   hardcode_libdir_flag_spec_ld=
8813   hardcode_libdir_separator=
8814   hardcode_minus_L=no
8815   hardcode_shlibpath_var=unsupported
8816   inherit_rpath=no
8817   link_all_deplibs=unknown
8818   module_cmds=
8819   module_expsym_cmds=
8820   old_archive_from_new_cmds=
8821   old_archive_from_expsyms_cmds=
8822   thread_safe_flag_spec=
8823   whole_archive_flag_spec=
8824   # include_expsyms should be a list of space-separated symbols to be *always*
8825   # included in the symbol list
8826   include_expsyms=
8827   # exclude_expsyms can be an extended regexp of symbols to exclude
8828   # it will be wrapped by ` (' and `)$', so one must not match beginning or
8829   # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8830   # as well as any symbol that contains `d'.
8831   exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8832   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8833   # platforms (ab)use it in PIC code, but their linkers get confused if
8834   # the symbol is explicitly referenced.  Since portable code cannot
8835   # rely on this symbol name, it's probably fine to never include it in
8836   # preloaded symbol tables.
8837   # Exclude shared library initialization/finalization symbols.
8838   extract_expsyms_cmds=
8839
8840   case $host_os in
8841   cygwin* | mingw* | pw32* | cegcc*)
8842     # FIXME: the MSVC++ port hasn't been tested in a loooong time
8843     # When not using gcc, we currently assume that we are using
8844     # Microsoft Visual C++.
8845     if test "$GCC" != yes; then
8846       with_gnu_ld=no
8847     fi
8848     ;;
8849   interix*)
8850     # we just hope/assume this is gcc and not c89 (= MSVC++)
8851     with_gnu_ld=yes
8852     ;;
8853   openbsd*)
8854     with_gnu_ld=no
8855     ;;
8856   esac
8857
8858   ld_shlibs=yes
8859
8860   # On some targets, GNU ld is compatible enough with the native linker
8861   # that we're better off using the native interface for both.
8862   lt_use_gnu_ld_interface=no
8863   if test "$with_gnu_ld" = yes; then
8864     case $host_os in
8865       aix*)
8866         # The AIX port of GNU ld has always aspired to compatibility
8867         # with the native linker.  However, as the warning in the GNU ld
8868         # block says, versions before 2.19.5* couldn't really create working
8869         # shared libraries, regardless of the interface used.
8870         case `$LD -v 2>&1` in
8871           *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8872           *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8873           *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8874           *)
8875             lt_use_gnu_ld_interface=yes
8876             ;;
8877         esac
8878         ;;
8879       *)
8880         lt_use_gnu_ld_interface=yes
8881         ;;
8882     esac
8883   fi
8884
8885   if test "$lt_use_gnu_ld_interface" = yes; then
8886     # If archive_cmds runs LD, not CC, wlarc should be empty
8887     wlarc='${wl}'
8888
8889     # Set some defaults for GNU ld with shared library support. These
8890     # are reset later if shared libraries are not supported. Putting them
8891     # here allows them to be overridden if necessary.
8892     runpath_var=LD_RUN_PATH
8893     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8894     export_dynamic_flag_spec='${wl}--export-dynamic'
8895     # ancient GNU ld didn't support --whole-archive et. al.
8896     if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8897       whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8898     else
8899       whole_archive_flag_spec=
8900     fi
8901     supports_anon_versioning=no
8902     case `$LD -v 2>&1` in
8903       *GNU\ gold*) supports_anon_versioning=yes ;;
8904       *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8905       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8906       *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8907       *\ 2.11.*) ;; # other 2.11 versions
8908       *) supports_anon_versioning=yes ;;
8909     esac
8910
8911     # See if GNU ld supports shared libraries.
8912     case $host_os in
8913     aix[3-9]*)
8914       # On AIX/PPC, the GNU linker is very broken
8915       if test "$host_cpu" != ia64; then
8916         ld_shlibs=no
8917         cat <<_LT_EOF 1>&2
8918
8919 *** Warning: the GNU linker, at least up to release 2.19, is reported
8920 *** to be unable to reliably create shared libraries on AIX.
8921 *** Therefore, libtool is disabling shared libraries support.  If you
8922 *** really care for shared libraries, you may want to install binutils
8923 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8924 *** You will then need to restart the configuration process.
8925
8926 _LT_EOF
8927       fi
8928       ;;
8929
8930     amigaos*)
8931       case $host_cpu in
8932       powerpc)
8933             # see comment about AmigaOS4 .so support
8934             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8935             archive_expsym_cmds=''
8936         ;;
8937       m68k)
8938             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)'
8939             hardcode_libdir_flag_spec='-L$libdir'
8940             hardcode_minus_L=yes
8941         ;;
8942       esac
8943       ;;
8944
8945     beos*)
8946       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8947         allow_undefined_flag=unsupported
8948         # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8949         # support --undefined.  This deserves some investigation.  FIXME
8950         archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8951       else
8952         ld_shlibs=no
8953       fi
8954       ;;
8955
8956     cygwin* | mingw* | pw32* | cegcc*)
8957       # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8958       # as there is no search path for DLLs.
8959       hardcode_libdir_flag_spec='-L$libdir'
8960       export_dynamic_flag_spec='${wl}--export-all-symbols'
8961       allow_undefined_flag=unsupported
8962       always_export_symbols=no
8963       enable_shared_with_static_runtimes=yes
8964       export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8965
8966       if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8967         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8968         # If the export-symbols file already is a .def file (1st line
8969         # is EXPORTS), use it as is; otherwise, prepend...
8970         archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8971           cp $export_symbols $output_objdir/$soname.def;
8972         else
8973           echo EXPORTS > $output_objdir/$soname.def;
8974           cat $export_symbols >> $output_objdir/$soname.def;
8975         fi~
8976         $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8977       else
8978         ld_shlibs=no
8979       fi
8980       ;;
8981
8982     haiku*)
8983       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8984       link_all_deplibs=yes
8985       ;;
8986
8987     interix[3-9]*)
8988       hardcode_direct=no
8989       hardcode_shlibpath_var=no
8990       hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8991       export_dynamic_flag_spec='${wl}-E'
8992       # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8993       # Instead, shared libraries are loaded at an image base (0x10000000 by
8994       # default) and relocated if they conflict, which is a slow very memory
8995       # consuming and fragmenting process.  To avoid this, we pick a random,
8996       # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8997       # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
8998       archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8999       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'
9000       ;;
9001
9002     gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9003       tmp_diet=no
9004       if test "$host_os" = linux-dietlibc; then
9005         case $cc_basename in
9006           diet\ *) tmp_diet=yes;;       # linux-dietlibc with static linking (!diet-dyn)
9007         esac
9008       fi
9009       if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9010          && test "$tmp_diet" = no
9011       then
9012         tmp_addflag=
9013         tmp_sharedflag='-shared'
9014         case $cc_basename,$host_cpu in
9015         pgcc*)                          # Portland Group C compiler
9016           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'
9017           tmp_addflag=' $pic_flag'
9018           ;;
9019         pgf77* | pgf90* | pgf95* | pgfortran*)
9020                                         # Portland Group f77 and f90 compilers
9021           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'
9022           tmp_addflag=' $pic_flag -Mnomain' ;;
9023         ecc*,ia64* | icc*,ia64*)        # Intel C compiler on ia64
9024           tmp_addflag=' -i_dynamic' ;;
9025         efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
9026           tmp_addflag=' -i_dynamic -nofor_main' ;;
9027         ifc* | ifort*)                  # Intel Fortran compiler
9028           tmp_addflag=' -nofor_main' ;;
9029         lf95*)                          # Lahey Fortran 8.1
9030           whole_archive_flag_spec=
9031           tmp_sharedflag='--shared' ;;
9032         xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9033           tmp_sharedflag='-qmkshrobj'
9034           tmp_addflag= ;;
9035         nvcc*)  # Cuda Compiler Driver 2.2
9036           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'
9037           compiler_needs_object=yes
9038           ;;
9039         esac
9040         case `$CC -V 2>&1 | sed 5q` in
9041         *Sun\ C*)                       # Sun C 5.9
9042           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'
9043           compiler_needs_object=yes
9044           tmp_sharedflag='-G' ;;
9045         *Sun\ F*)                       # Sun Fortran 8.3
9046           tmp_sharedflag='-G' ;;
9047         esac
9048         archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9049
9050         if test "x$supports_anon_versioning" = xyes; then
9051           archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9052             cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9053             echo "local: *; };" >> $output_objdir/$libname.ver~
9054             $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9055         fi
9056
9057         case $cc_basename in
9058         xlf* | bgf* | bgxlf* | mpixlf*)
9059           # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9060           whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9061           hardcode_libdir_flag_spec=
9062           hardcode_libdir_flag_spec_ld='-rpath $libdir'
9063           archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9064           if test "x$supports_anon_versioning" = xyes; then
9065             archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9066               cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9067               echo "local: *; };" >> $output_objdir/$libname.ver~
9068               $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9069           fi
9070           ;;
9071         esac
9072       else
9073         ld_shlibs=no
9074       fi
9075       ;;
9076
9077     netbsd*)
9078       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9079         archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9080         wlarc=
9081       else
9082         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9083         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9084       fi
9085       ;;
9086
9087     solaris*)
9088       if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9089         ld_shlibs=no
9090         cat <<_LT_EOF 1>&2
9091
9092 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9093 *** create shared libraries on Solaris systems.  Therefore, libtool
9094 *** is disabling shared libraries support.  We urge you to upgrade GNU
9095 *** binutils to release 2.9.1 or newer.  Another option is to modify
9096 *** your PATH or compiler configuration so that the native linker is
9097 *** used, and then restart.
9098
9099 _LT_EOF
9100       elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9101         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9102         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9103       else
9104         ld_shlibs=no
9105       fi
9106       ;;
9107
9108     sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9109       case `$LD -v 2>&1` in
9110         *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9111         ld_shlibs=no
9112         cat <<_LT_EOF 1>&2
9113
9114 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9115 *** reliably create shared libraries on SCO systems.  Therefore, libtool
9116 *** is disabling shared libraries support.  We urge you to upgrade GNU
9117 *** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
9118 *** your PATH or compiler configuration so that the native linker is
9119 *** used, and then restart.
9120
9121 _LT_EOF
9122         ;;
9123         *)
9124           # For security reasons, it is highly recommended that you always
9125           # use absolute paths for naming shared libraries, and exclude the
9126           # DT_RUNPATH tag from executables and libraries.  But doing so
9127           # requires that you compile everything twice, which is a pain.
9128           if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9129             hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9130             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9131             archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9132           else
9133             ld_shlibs=no
9134           fi
9135         ;;
9136       esac
9137       ;;
9138
9139     sunos4*)
9140       archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9141       wlarc=
9142       hardcode_direct=yes
9143       hardcode_shlibpath_var=no
9144       ;;
9145
9146     *)
9147       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9148         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9149         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9150       else
9151         ld_shlibs=no
9152       fi
9153       ;;
9154     esac
9155
9156     if test "$ld_shlibs" = no; then
9157       runpath_var=
9158       hardcode_libdir_flag_spec=
9159       export_dynamic_flag_spec=
9160       whole_archive_flag_spec=
9161     fi
9162   else
9163     # PORTME fill in a description of your system's linker (not GNU ld)
9164     case $host_os in
9165     aix3*)
9166       allow_undefined_flag=unsupported
9167       always_export_symbols=yes
9168       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'
9169       # Note: this linker hardcodes the directories in LIBPATH if there
9170       # are no directories specified by -L.
9171       hardcode_minus_L=yes
9172       if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9173         # Neither direct hardcoding nor static linking is supported with a
9174         # broken collect2.
9175         hardcode_direct=unsupported
9176       fi
9177       ;;
9178
9179     aix[4-9]*)
9180       if test "$host_cpu" = ia64; then
9181         # On IA64, the linker does run time linking by default, so we don't
9182         # have to do anything special.
9183         aix_use_runtimelinking=no
9184         exp_sym_flag='-Bexport'
9185         no_entry_flag=""
9186       else
9187         # If we're using GNU nm, then we don't want the "-C" option.
9188         # -C means demangle to AIX nm, but means don't demangle with GNU nm
9189         # Also, AIX nm treats weak defined symbols like other global
9190         # defined symbols, whereas GNU nm marks them as "W".
9191         if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9192           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'
9193         else
9194           export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9195         fi
9196         aix_use_runtimelinking=no
9197
9198         # Test if we are trying to use run time linking or normal
9199         # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9200         # need to do runtime linking.
9201         case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9202           for ld_flag in $LDFLAGS; do
9203           if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9204             aix_use_runtimelinking=yes
9205             break
9206           fi
9207           done
9208           ;;
9209         esac
9210
9211         exp_sym_flag='-bexport'
9212         no_entry_flag='-bnoentry'
9213       fi
9214
9215       # When large executables or shared objects are built, AIX ld can
9216       # have problems creating the table of contents.  If linking a library
9217       # or program results in "error TOC overflow" add -mminimal-toc to
9218       # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
9219       # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9220
9221       archive_cmds=''
9222       hardcode_direct=yes
9223       hardcode_direct_absolute=yes
9224       hardcode_libdir_separator=':'
9225       link_all_deplibs=yes
9226       file_list_spec='${wl}-f,'
9227
9228       if test "$GCC" = yes; then
9229         case $host_os in aix4.[012]|aix4.[012].*)
9230         # We only want to do this on AIX 4.2 and lower, the check
9231         # below for broken collect2 doesn't work under 4.3+
9232           collect2name=`${CC} -print-prog-name=collect2`
9233           if test -f "$collect2name" &&
9234            strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9235           then
9236           # We have reworked collect2
9237           :
9238           else
9239           # We have old collect2
9240           hardcode_direct=unsupported
9241           # It fails to find uninstalled libraries when the uninstalled
9242           # path is not listed in the libpath.  Setting hardcode_minus_L
9243           # to unsupported forces relinking
9244           hardcode_minus_L=yes
9245           hardcode_libdir_flag_spec='-L$libdir'
9246           hardcode_libdir_separator=
9247           fi
9248           ;;
9249         esac
9250         shared_flag='-shared'
9251         if test "$aix_use_runtimelinking" = yes; then
9252           shared_flag="$shared_flag "'${wl}-G'
9253         fi
9254       else
9255         # not using gcc
9256         if test "$host_cpu" = ia64; then
9257         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9258         # chokes on -Wl,-G. The following line is correct:
9259           shared_flag='-G'
9260         else
9261           if test "$aix_use_runtimelinking" = yes; then
9262             shared_flag='${wl}-G'
9263           else
9264             shared_flag='${wl}-bM:SRE'
9265           fi
9266         fi
9267       fi
9268
9269       export_dynamic_flag_spec='${wl}-bexpall'
9270       # It seems that -bexpall does not export symbols beginning with
9271       # underscore (_), so it is better to generate a list of symbols to export.
9272       always_export_symbols=yes
9273       if test "$aix_use_runtimelinking" = yes; then
9274         # Warning - without using the other runtime loading flags (-brtl),
9275         # -berok will link without error, but may produce a broken library.
9276         allow_undefined_flag='-berok'
9277         # Determine the default libpath from the value encoded in an
9278         # empty executable.
9279         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9280 /* end confdefs.h.  */
9281
9282 int
9283 main ()
9284 {
9285
9286   ;
9287   return 0;
9288 }
9289 _ACEOF
9290 if ac_fn_c_try_link "$LINENO"; then :
9291
9292 lt_aix_libpath_sed='
9293     /Import File Strings/,/^$/ {
9294         /^0/ {
9295             s/^0  *\(.*\)$/\1/
9296             p
9297         }
9298     }'
9299 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9300 # Check for a 64-bit object if we didn't find anything.
9301 if test -z "$aix_libpath"; then
9302   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9303 fi
9304 fi
9305 rm -f core conftest.err conftest.$ac_objext \
9306     conftest$ac_exeext conftest.$ac_ext
9307 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9308
9309         hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9310         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"
9311       else
9312         if test "$host_cpu" = ia64; then
9313           hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9314           allow_undefined_flag="-z nodefs"
9315           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"
9316         else
9317          # Determine the default libpath from the value encoded in an
9318          # empty executable.
9319          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9320 /* end confdefs.h.  */
9321
9322 int
9323 main ()
9324 {
9325
9326   ;
9327   return 0;
9328 }
9329 _ACEOF
9330 if ac_fn_c_try_link "$LINENO"; then :
9331
9332 lt_aix_libpath_sed='
9333     /Import File Strings/,/^$/ {
9334         /^0/ {
9335             s/^0  *\(.*\)$/\1/
9336             p
9337         }
9338     }'
9339 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9340 # Check for a 64-bit object if we didn't find anything.
9341 if test -z "$aix_libpath"; then
9342   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9343 fi
9344 fi
9345 rm -f core conftest.err conftest.$ac_objext \
9346     conftest$ac_exeext conftest.$ac_ext
9347 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9348
9349          hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9350           # Warning - without using the other run time loading flags,
9351           # -berok will link without error, but may produce a broken library.
9352           no_undefined_flag=' ${wl}-bernotok'
9353           allow_undefined_flag=' ${wl}-berok'
9354           if test "$with_gnu_ld" = yes; then
9355             # We only use this code for GNU lds that support --whole-archive.
9356             whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9357           else
9358             # Exported symbols can be pulled into shared objects from archives
9359             whole_archive_flag_spec='$convenience'
9360           fi
9361           archive_cmds_need_lc=yes
9362           # This is similar to how AIX traditionally builds its shared libraries.
9363           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'
9364         fi
9365       fi
9366       ;;
9367
9368     amigaos*)
9369       case $host_cpu in
9370       powerpc)
9371             # see comment about AmigaOS4 .so support
9372             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9373             archive_expsym_cmds=''
9374         ;;
9375       m68k)
9376             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)'
9377             hardcode_libdir_flag_spec='-L$libdir'
9378             hardcode_minus_L=yes
9379         ;;
9380       esac
9381       ;;
9382
9383     bsdi[45]*)
9384       export_dynamic_flag_spec=-rdynamic
9385       ;;
9386
9387     cygwin* | mingw* | pw32* | cegcc*)
9388       # When not using gcc, we currently assume that we are using
9389       # Microsoft Visual C++.
9390       # hardcode_libdir_flag_spec is actually meaningless, as there is
9391       # no search path for DLLs.
9392       hardcode_libdir_flag_spec=' '
9393       allow_undefined_flag=unsupported
9394       # Tell ltmain to make .lib files, not .a files.
9395       libext=lib
9396       # Tell ltmain to make .dll files, not .so files.
9397       shrext_cmds=".dll"
9398       # FIXME: Setting linknames here is a bad hack.
9399       archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9400       # The linker will automatically build a .lib file if we build a DLL.
9401       old_archive_from_new_cmds='true'
9402       # FIXME: Should let the user specify the lib program.
9403       old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9404       fix_srcfile_path='`cygpath -w "$srcfile"`'
9405       enable_shared_with_static_runtimes=yes
9406       ;;
9407
9408     darwin* | rhapsody*)
9409
9410
9411   archive_cmds_need_lc=no
9412   hardcode_direct=no
9413   hardcode_automatic=yes
9414   hardcode_shlibpath_var=unsupported
9415   if test "$lt_cv_ld_force_load" = "yes"; then
9416     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\"`'
9417   else
9418     whole_archive_flag_spec=''
9419   fi
9420   link_all_deplibs=yes
9421   allow_undefined_flag="$_lt_dar_allow_undefined"
9422   case $cc_basename in
9423      ifort*) _lt_dar_can_shared=yes ;;
9424      *) _lt_dar_can_shared=$GCC ;;
9425   esac
9426   if test "$_lt_dar_can_shared" = "yes"; then
9427     output_verbose_link_cmd=func_echo_all
9428     archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9429     module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9430     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}"
9431     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}"
9432
9433   else
9434   ld_shlibs=no
9435   fi
9436
9437       ;;
9438
9439     dgux*)
9440       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9441       hardcode_libdir_flag_spec='-L$libdir'
9442       hardcode_shlibpath_var=no
9443       ;;
9444
9445     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9446     # support.  Future versions do this automatically, but an explicit c++rt0.o
9447     # does not break anything, and helps significantly (at the cost of a little
9448     # extra space).
9449     freebsd2.2*)
9450       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9451       hardcode_libdir_flag_spec='-R$libdir'
9452       hardcode_direct=yes
9453       hardcode_shlibpath_var=no
9454       ;;
9455
9456     # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9457     freebsd2.*)
9458       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9459       hardcode_direct=yes
9460       hardcode_minus_L=yes
9461       hardcode_shlibpath_var=no
9462       ;;
9463
9464     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9465     freebsd* | dragonfly*)
9466       archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9467       hardcode_libdir_flag_spec='-R$libdir'
9468       hardcode_direct=yes
9469       hardcode_shlibpath_var=no
9470       ;;
9471
9472     hpux9*)
9473       if test "$GCC" = yes; then
9474         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'
9475       else
9476         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'
9477       fi
9478       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9479       hardcode_libdir_separator=:
9480       hardcode_direct=yes
9481
9482       # hardcode_minus_L: Not really in the search PATH,
9483       # but as the default location of the library.
9484       hardcode_minus_L=yes
9485       export_dynamic_flag_spec='${wl}-E'
9486       ;;
9487
9488     hpux10*)
9489       if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9490         archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9491       else
9492         archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9493       fi
9494       if test "$with_gnu_ld" = no; then
9495         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9496         hardcode_libdir_flag_spec_ld='+b $libdir'
9497         hardcode_libdir_separator=:
9498         hardcode_direct=yes
9499         hardcode_direct_absolute=yes
9500         export_dynamic_flag_spec='${wl}-E'
9501         # hardcode_minus_L: Not really in the search PATH,
9502         # but as the default location of the library.
9503         hardcode_minus_L=yes
9504       fi
9505       ;;
9506
9507     hpux11*)
9508       if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9509         case $host_cpu in
9510         hppa*64*)
9511           archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9512           ;;
9513         ia64*)
9514           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9515           ;;
9516         *)
9517           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9518           ;;
9519         esac
9520       else
9521         case $host_cpu in
9522         hppa*64*)
9523           archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9524           ;;
9525         ia64*)
9526           archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9527           ;;
9528         *)
9529
9530           # Older versions of the 11.00 compiler do not understand -b yet
9531           # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9532           { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9533 $as_echo_n "checking if $CC understands -b... " >&6; }
9534 if test "${lt_cv_prog_compiler__b+set}" = set; then :
9535   $as_echo_n "(cached) " >&6
9536 else
9537   lt_cv_prog_compiler__b=no
9538    save_LDFLAGS="$LDFLAGS"
9539    LDFLAGS="$LDFLAGS -b"
9540    echo "$lt_simple_link_test_code" > conftest.$ac_ext
9541    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9542      # The linker can only warn and ignore the option if not recognized
9543      # So say no if there are warnings
9544      if test -s conftest.err; then
9545        # Append any errors to the config.log.
9546        cat conftest.err 1>&5
9547        $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9548        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9549        if diff conftest.exp conftest.er2 >/dev/null; then
9550          lt_cv_prog_compiler__b=yes
9551        fi
9552      else
9553        lt_cv_prog_compiler__b=yes
9554      fi
9555    fi
9556    $RM -r conftest*
9557    LDFLAGS="$save_LDFLAGS"
9558
9559 fi
9560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9561 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9562
9563 if test x"$lt_cv_prog_compiler__b" = xyes; then
9564     archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9565 else
9566     archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9567 fi
9568
9569           ;;
9570         esac
9571       fi
9572       if test "$with_gnu_ld" = no; then
9573         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9574         hardcode_libdir_separator=:
9575
9576         case $host_cpu in
9577         hppa*64*|ia64*)
9578           hardcode_direct=no
9579           hardcode_shlibpath_var=no
9580           ;;
9581         *)
9582           hardcode_direct=yes
9583           hardcode_direct_absolute=yes
9584           export_dynamic_flag_spec='${wl}-E'
9585
9586           # hardcode_minus_L: Not really in the search PATH,
9587           # but as the default location of the library.
9588           hardcode_minus_L=yes
9589           ;;
9590         esac
9591       fi
9592       ;;
9593
9594     irix5* | irix6* | nonstopux*)
9595       if test "$GCC" = yes; then
9596         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'
9597         # Try to use the -exported_symbol ld option, if it does not
9598         # work, assume that -exports_file does not work either and
9599         # implicitly export all symbols.
9600         save_LDFLAGS="$LDFLAGS"
9601         LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9602         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9603 /* end confdefs.h.  */
9604 int foo(void) {}
9605 _ACEOF
9606 if ac_fn_c_try_link "$LINENO"; then :
9607   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'
9608
9609 fi
9610 rm -f core conftest.err conftest.$ac_objext \
9611     conftest$ac_exeext conftest.$ac_ext
9612         LDFLAGS="$save_LDFLAGS"
9613       else
9614         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'
9615         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'
9616       fi
9617       archive_cmds_need_lc='no'
9618       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9619       hardcode_libdir_separator=:
9620       inherit_rpath=yes
9621       link_all_deplibs=yes
9622       ;;
9623
9624     netbsd*)
9625       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9626         archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
9627       else
9628         archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
9629       fi
9630       hardcode_libdir_flag_spec='-R$libdir'
9631       hardcode_direct=yes
9632       hardcode_shlibpath_var=no
9633       ;;
9634
9635     newsos6)
9636       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9637       hardcode_direct=yes
9638       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9639       hardcode_libdir_separator=:
9640       hardcode_shlibpath_var=no
9641       ;;
9642
9643     *nto* | *qnx*)
9644       ;;
9645
9646     openbsd*)
9647       if test -f /usr/libexec/ld.so; then
9648         hardcode_direct=yes
9649         hardcode_shlibpath_var=no
9650         hardcode_direct_absolute=yes
9651         if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9652           archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9653           archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9654           hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9655           export_dynamic_flag_spec='${wl}-E'
9656         else
9657           case $host_os in
9658            openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9659              archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9660              hardcode_libdir_flag_spec='-R$libdir'
9661              ;;
9662            *)
9663              archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9664              hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9665              ;;
9666           esac
9667         fi
9668       else
9669         ld_shlibs=no
9670       fi
9671       ;;
9672
9673     os2*)
9674       hardcode_libdir_flag_spec='-L$libdir'
9675       hardcode_minus_L=yes
9676       allow_undefined_flag=unsupported
9677       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'
9678       old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9679       ;;
9680
9681     osf3*)
9682       if test "$GCC" = yes; then
9683         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9684         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'
9685       else
9686         allow_undefined_flag=' -expect_unresolved \*'
9687         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'
9688       fi
9689       archive_cmds_need_lc='no'
9690       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9691       hardcode_libdir_separator=:
9692       ;;
9693
9694     osf4* | osf5*)      # as osf3* with the addition of -msym flag
9695       if test "$GCC" = yes; then
9696         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9697         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'
9698         hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9699       else
9700         allow_undefined_flag=' -expect_unresolved \*'
9701         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'
9702         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~
9703         $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'
9704
9705         # Both c and cxx compiler support -rpath directly
9706         hardcode_libdir_flag_spec='-rpath $libdir'
9707       fi
9708       archive_cmds_need_lc='no'
9709       hardcode_libdir_separator=:
9710       ;;
9711
9712     solaris*)
9713       no_undefined_flag=' -z defs'
9714       if test "$GCC" = yes; then
9715         wlarc='${wl}'
9716         archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9717         archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9718           $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9719       else
9720         case `$CC -V 2>&1` in
9721         *"Compilers 5.0"*)
9722           wlarc=''
9723           archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9724           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9725           $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9726           ;;
9727         *)
9728           wlarc='${wl}'
9729           archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9730           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9731           $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9732           ;;
9733         esac
9734       fi
9735       hardcode_libdir_flag_spec='-R$libdir'
9736       hardcode_shlibpath_var=no
9737       case $host_os in
9738       solaris2.[0-5] | solaris2.[0-5].*) ;;
9739       *)
9740         # The compiler driver will combine and reorder linker options,
9741         # but understands `-z linker_flag'.  GCC discards it without `$wl',
9742         # but is careful enough not to reorder.
9743         # Supported since Solaris 2.6 (maybe 2.5.1?)
9744         if test "$GCC" = yes; then
9745           whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9746         else
9747           whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9748         fi
9749         ;;
9750       esac
9751       link_all_deplibs=yes
9752       ;;
9753
9754     sunos4*)
9755       if test "x$host_vendor" = xsequent; then
9756         # Use $CC to link under sequent, because it throws in some extra .o
9757         # files that make .init and .fini sections work.
9758         archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9759       else
9760         archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9761       fi
9762       hardcode_libdir_flag_spec='-L$libdir'
9763       hardcode_direct=yes
9764       hardcode_minus_L=yes
9765       hardcode_shlibpath_var=no
9766       ;;
9767
9768     sysv4)
9769       case $host_vendor in
9770         sni)
9771           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9772           hardcode_direct=yes # is this really true???
9773         ;;
9774         siemens)
9775           ## LD is ld it makes a PLAMLIB
9776           ## CC just makes a GrossModule.
9777           archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9778           reload_cmds='$CC -r -o $output$reload_objs'
9779           hardcode_direct=no
9780         ;;
9781         motorola)
9782           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9783           hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9784         ;;
9785       esac
9786       runpath_var='LD_RUN_PATH'
9787       hardcode_shlibpath_var=no
9788       ;;
9789
9790     sysv4.3*)
9791       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9792       hardcode_shlibpath_var=no
9793       export_dynamic_flag_spec='-Bexport'
9794       ;;
9795
9796     sysv4*MP*)
9797       if test -d /usr/nec; then
9798         archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9799         hardcode_shlibpath_var=no
9800         runpath_var=LD_RUN_PATH
9801         hardcode_runpath_var=yes
9802         ld_shlibs=yes
9803       fi
9804       ;;
9805
9806     sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9807       no_undefined_flag='${wl}-z,text'
9808       archive_cmds_need_lc=no
9809       hardcode_shlibpath_var=no
9810       runpath_var='LD_RUN_PATH'
9811
9812       if test "$GCC" = yes; then
9813         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9814         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9815       else
9816         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9817         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9818       fi
9819       ;;
9820
9821     sysv5* | sco3.2v5* | sco5v6*)
9822       # Note: We can NOT use -z defs as we might desire, because we do not
9823       # link with -lc, and that would cause any symbols used from libc to
9824       # always be unresolved, which means just about no library would
9825       # ever link correctly.  If we're not using GNU ld we use -z text
9826       # though, which does catch some bad symbols but isn't as heavy-handed
9827       # as -z defs.
9828       no_undefined_flag='${wl}-z,text'
9829       allow_undefined_flag='${wl}-z,nodefs'
9830       archive_cmds_need_lc=no
9831       hardcode_shlibpath_var=no
9832       hardcode_libdir_flag_spec='${wl}-R,$libdir'
9833       hardcode_libdir_separator=':'
9834       link_all_deplibs=yes
9835       export_dynamic_flag_spec='${wl}-Bexport'
9836       runpath_var='LD_RUN_PATH'
9837
9838       if test "$GCC" = yes; then
9839         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9840         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9841       else
9842         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9843         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9844       fi
9845       ;;
9846
9847     uts4*)
9848       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9849       hardcode_libdir_flag_spec='-L$libdir'
9850       hardcode_shlibpath_var=no
9851       ;;
9852
9853     *)
9854       ld_shlibs=no
9855       ;;
9856     esac
9857
9858     if test x$host_vendor = xsni; then
9859       case $host in
9860       sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9861         export_dynamic_flag_spec='${wl}-Blargedynsym'
9862         ;;
9863       esac
9864     fi
9865   fi
9866
9867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9868 $as_echo "$ld_shlibs" >&6; }
9869 test "$ld_shlibs" = no && can_build_shared=no
9870
9871 with_gnu_ld=$with_gnu_ld
9872
9873
9874
9875
9876
9877
9878
9879
9880
9881
9882
9883
9884
9885
9886
9887 #
9888 # Do we need to explicitly link libc?
9889 #
9890 case "x$archive_cmds_need_lc" in
9891 x|xyes)
9892   # Assume -lc should be added
9893   archive_cmds_need_lc=yes
9894
9895   if test "$enable_shared" = yes && test "$GCC" = yes; then
9896     case $archive_cmds in
9897     *'~'*)
9898       # FIXME: we may have to deal with multi-command sequences.
9899       ;;
9900     '$CC '*)
9901       # Test whether the compiler implicitly links with -lc since on some
9902       # systems, -lgcc has to come before -lc. If gcc already passes -lc
9903       # to ld, don't add -lc before -lgcc.
9904       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9905 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9906 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9907   $as_echo_n "(cached) " >&6
9908 else
9909   $RM conftest*
9910         echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9911
9912         if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9913   (eval $ac_compile) 2>&5
9914   ac_status=$?
9915   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9916   test $ac_status = 0; } 2>conftest.err; then
9917           soname=conftest
9918           lib=conftest
9919           libobjs=conftest.$ac_objext
9920           deplibs=
9921           wl=$lt_prog_compiler_wl
9922           pic_flag=$lt_prog_compiler_pic
9923           compiler_flags=-v
9924           linker_flags=-v
9925           verstring=
9926           output_objdir=.
9927           libname=conftest
9928           lt_save_allow_undefined_flag=$allow_undefined_flag
9929           allow_undefined_flag=
9930           if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9931   (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9932   ac_status=$?
9933   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9934   test $ac_status = 0; }
9935           then
9936             lt_cv_archive_cmds_need_lc=no
9937           else
9938             lt_cv_archive_cmds_need_lc=yes
9939           fi
9940           allow_undefined_flag=$lt_save_allow_undefined_flag
9941         else
9942           cat conftest.err 1>&5
9943         fi
9944         $RM conftest*
9945
9946 fi
9947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9948 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9949       archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9950       ;;
9951     esac
9952   fi
9953   ;;
9954 esac
9955
9956
9957
9958
9959
9960
9961
9962
9963
9964
9965
9966
9967
9968
9969
9970
9971
9972
9973
9974
9975
9976
9977
9978
9979
9980
9981
9982
9983
9984
9985
9986
9987
9988
9989
9990
9991
9992
9993
9994
9995
9996
9997
9998
9999
10000
10001
10002
10003
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014
10015
10016
10017
10018
10019
10020
10021
10022
10023
10024
10025
10026
10027
10028
10029
10030
10031
10032
10033
10034
10035
10036
10037
10038
10039
10040
10041
10042
10043
10044
10045
10046
10047
10048
10049
10050
10051
10052
10053
10054
10055
10056
10057
10058
10059
10060
10061
10062
10063
10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
10086
10087
10088
10089
10090
10091
10092
10093
10094
10095
10096
10097
10098
10099
10100
10101
10102
10103
10104
10105
10106
10107
10108
10109
10110
10111
10112   { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10113 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10114
10115 if test "$GCC" = yes; then
10116   case $host_os in
10117     darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10118     *) lt_awk_arg="/^libraries:/" ;;
10119   esac
10120   case $host_os in
10121     mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10122     *) lt_sed_strip_eq="s,=/,/,g" ;;
10123   esac
10124   lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10125   case $lt_search_path_spec in
10126   *\;*)
10127     # if the path contains ";" then we assume it to be the separator
10128     # otherwise default to the standard path separator (i.e. ":") - it is
10129     # assumed that no part of a normal pathname contains ";" but that should
10130     # okay in the real world where ";" in dirpaths is itself problematic.
10131     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10132     ;;
10133   *)
10134     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10135     ;;
10136   esac
10137   # Ok, now we have the path, separated by spaces, we can step through it
10138   # and add multilib dir if necessary.
10139   lt_tmp_lt_search_path_spec=
10140   lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10141   for lt_sys_path in $lt_search_path_spec; do
10142     if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10143       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10144     else
10145       test -d "$lt_sys_path" && \
10146         lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10147     fi
10148   done
10149   lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10150 BEGIN {RS=" "; FS="/|\n";} {
10151   lt_foo="";
10152   lt_count=0;
10153   for (lt_i = NF; lt_i > 0; lt_i--) {
10154     if ($lt_i != "" && $lt_i != ".") {
10155       if ($lt_i == "..") {
10156         lt_count++;
10157       } else {
10158         if (lt_count == 0) {
10159           lt_foo="/" $lt_i lt_foo;
10160         } else {
10161           lt_count--;
10162         }
10163       }
10164     }
10165   }
10166   if (lt_foo != "") { lt_freq[lt_foo]++; }
10167   if (lt_freq[lt_foo] == 1) { print lt_foo; }
10168 }'`
10169   # AWK program above erroneously prepends '/' to C:/dos/paths
10170   # for these hosts.
10171   case $host_os in
10172     mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10173       $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10174   esac
10175   sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10176 else
10177   sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10178 fi
10179 library_names_spec=
10180 libname_spec='lib$name'
10181 soname_spec=
10182 shrext_cmds=".so"
10183 postinstall_cmds=
10184 postuninstall_cmds=
10185 finish_cmds=
10186 finish_eval=
10187 shlibpath_var=
10188 shlibpath_overrides_runpath=unknown
10189 version_type=none
10190 dynamic_linker="$host_os ld.so"
10191 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10192 need_lib_prefix=unknown
10193 hardcode_into_libs=no
10194
10195 # when you set need_version to no, make sure it does not cause -set_version
10196 # flags to be left without arguments
10197 need_version=unknown
10198
10199 case $host_os in
10200 aix3*)
10201   version_type=linux
10202   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10203   shlibpath_var=LIBPATH
10204
10205   # AIX 3 has no versioning support, so we append a major version to the name.
10206   soname_spec='${libname}${release}${shared_ext}$major'
10207   ;;
10208
10209 aix[4-9]*)
10210   version_type=linux
10211   need_lib_prefix=no
10212   need_version=no
10213   hardcode_into_libs=yes
10214   if test "$host_cpu" = ia64; then
10215     # AIX 5 supports IA64
10216     library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10217     shlibpath_var=LD_LIBRARY_PATH
10218   else
10219     # With GCC up to 2.95.x, collect2 would create an import file
10220     # for dependence libraries.  The import file would start with
10221     # the line `#! .'.  This would cause the generated library to
10222     # depend on `.', always an invalid library.  This was fixed in
10223     # development snapshots of GCC prior to 3.0.
10224     case $host_os in
10225       aix4 | aix4.[01] | aix4.[01].*)
10226       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10227            echo ' yes '
10228            echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10229         :
10230       else
10231         can_build_shared=no
10232       fi
10233       ;;
10234     esac
10235     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10236     # soname into executable. Probably we can add versioning support to
10237     # collect2, so additional links can be useful in future.
10238     if test "$aix_use_runtimelinking" = yes; then
10239       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10240       # instead of lib<name>.a to let people know that these are not
10241       # typical AIX shared libraries.
10242       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10243     else
10244       # We preserve .a as extension for shared libraries through AIX4.2
10245       # and later when we are not doing run time linking.
10246       library_names_spec='${libname}${release}.a $libname.a'
10247       soname_spec='${libname}${release}${shared_ext}$major'
10248     fi
10249     shlibpath_var=LIBPATH
10250   fi
10251   ;;
10252
10253 amigaos*)
10254   case $host_cpu in
10255   powerpc)
10256     # Since July 2007 AmigaOS4 officially supports .so libraries.
10257     # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10258     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10259     ;;
10260   m68k)
10261     library_names_spec='$libname.ixlibrary $libname.a'
10262     # Create ${libname}_ixlibrary.a entries in /sys/libs.
10263     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'
10264     ;;
10265   esac
10266   ;;
10267
10268 beos*)
10269   library_names_spec='${libname}${shared_ext}'
10270   dynamic_linker="$host_os ld.so"
10271   shlibpath_var=LIBRARY_PATH
10272   ;;
10273
10274 bsdi[45]*)
10275   version_type=linux
10276   need_version=no
10277   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10278   soname_spec='${libname}${release}${shared_ext}$major'
10279   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10280   shlibpath_var=LD_LIBRARY_PATH
10281   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10282   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10283   # the default ld.so.conf also contains /usr/contrib/lib and
10284   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10285   # libtool to hard-code these into programs
10286   ;;
10287
10288 cygwin* | mingw* | pw32* | cegcc*)
10289   version_type=windows
10290   shrext_cmds=".dll"
10291   need_version=no
10292   need_lib_prefix=no
10293
10294   case $GCC,$host_os in
10295   yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10296     library_names_spec='$libname.dll.a'
10297     # DLL is installed to $(libdir)/../bin by postinstall_cmds
10298     postinstall_cmds='base_file=`basename \${file}`~
10299       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10300       dldir=$destdir/`dirname \$dlpath`~
10301       test -d \$dldir || mkdir -p \$dldir~
10302       $install_prog $dir/$dlname \$dldir/$dlname~
10303       chmod a+x \$dldir/$dlname~
10304       if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10305         eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10306       fi'
10307     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10308       dlpath=$dir/\$dldll~
10309        $RM \$dlpath'
10310     shlibpath_overrides_runpath=yes
10311
10312     case $host_os in
10313     cygwin*)
10314       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10315       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10316
10317       sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10318       ;;
10319     mingw* | cegcc*)
10320       # MinGW DLLs use traditional 'lib' prefix
10321       soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10322       ;;
10323     pw32*)
10324       # pw32 DLLs use 'pw' prefix rather than 'lib'
10325       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10326       ;;
10327     esac
10328     ;;
10329
10330   *)
10331     library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10332     ;;
10333   esac
10334   dynamic_linker='Win32 ld.exe'
10335   # FIXME: first we should search . and the directory the executable is in
10336   shlibpath_var=PATH
10337   ;;
10338
10339 darwin* | rhapsody*)
10340   dynamic_linker="$host_os dyld"
10341   version_type=darwin
10342   need_lib_prefix=no
10343   need_version=no
10344   library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10345   soname_spec='${libname}${release}${major}$shared_ext'
10346   shlibpath_overrides_runpath=yes
10347   shlibpath_var=DYLD_LIBRARY_PATH
10348   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10349
10350   sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10351   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10352   ;;
10353
10354 dgux*)
10355   version_type=linux
10356   need_lib_prefix=no
10357   need_version=no
10358   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10359   soname_spec='${libname}${release}${shared_ext}$major'
10360   shlibpath_var=LD_LIBRARY_PATH
10361   ;;
10362
10363 freebsd* | dragonfly*)
10364   # DragonFly does not have aout.  When/if they implement a new
10365   # versioning mechanism, adjust this.
10366   if test -x /usr/bin/objformat; then
10367     objformat=`/usr/bin/objformat`
10368   else
10369     case $host_os in
10370     freebsd[23].*) objformat=aout ;;
10371     *) objformat=elf ;;
10372     esac
10373   fi
10374   version_type=freebsd-$objformat
10375   case $version_type in
10376     freebsd-elf*)
10377       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10378       need_version=no
10379       need_lib_prefix=no
10380       ;;
10381     freebsd-*)
10382       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10383       need_version=yes
10384       ;;
10385   esac
10386   shlibpath_var=LD_LIBRARY_PATH
10387   case $host_os in
10388   freebsd2.*)
10389     shlibpath_overrides_runpath=yes
10390     ;;
10391   freebsd3.[01]* | freebsdelf3.[01]*)
10392     shlibpath_overrides_runpath=yes
10393     hardcode_into_libs=yes
10394     ;;
10395   freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10396   freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10397     shlibpath_overrides_runpath=no
10398     hardcode_into_libs=yes
10399     ;;
10400   *) # from 4.6 on, and DragonFly
10401     shlibpath_overrides_runpath=yes
10402     hardcode_into_libs=yes
10403     ;;
10404   esac
10405   ;;
10406
10407 gnu*)
10408   version_type=linux
10409   need_lib_prefix=no
10410   need_version=no
10411   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10412   soname_spec='${libname}${release}${shared_ext}$major'
10413   shlibpath_var=LD_LIBRARY_PATH
10414   hardcode_into_libs=yes
10415   ;;
10416
10417 haiku*)
10418   version_type=linux
10419   need_lib_prefix=no
10420   need_version=no
10421   dynamic_linker="$host_os runtime_loader"
10422   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10423   soname_spec='${libname}${release}${shared_ext}$major'
10424   shlibpath_var=LIBRARY_PATH
10425   shlibpath_overrides_runpath=yes
10426   sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10427   hardcode_into_libs=yes
10428   ;;
10429
10430 hpux9* | hpux10* | hpux11*)
10431   # Give a soname corresponding to the major version so that dld.sl refuses to
10432   # link against other versions.
10433   version_type=sunos
10434   need_lib_prefix=no
10435   need_version=no
10436   case $host_cpu in
10437   ia64*)
10438     shrext_cmds='.so'
10439     hardcode_into_libs=yes
10440     dynamic_linker="$host_os dld.so"
10441     shlibpath_var=LD_LIBRARY_PATH
10442     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10443     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10444     soname_spec='${libname}${release}${shared_ext}$major'
10445     if test "X$HPUX_IA64_MODE" = X32; then
10446       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10447     else
10448       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10449     fi
10450     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10451     ;;
10452   hppa*64*)
10453     shrext_cmds='.sl'
10454     hardcode_into_libs=yes
10455     dynamic_linker="$host_os dld.sl"
10456     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10457     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10458     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10459     soname_spec='${libname}${release}${shared_ext}$major'
10460     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10461     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10462     ;;
10463   *)
10464     shrext_cmds='.sl'
10465     dynamic_linker="$host_os dld.sl"
10466     shlibpath_var=SHLIB_PATH
10467     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10468     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10469     soname_spec='${libname}${release}${shared_ext}$major'
10470     ;;
10471   esac
10472   # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10473   postinstall_cmds='chmod 555 $lib'
10474   # or fails outright, so override atomically:
10475   install_override_mode=555
10476   ;;
10477
10478 interix[3-9]*)
10479   version_type=linux
10480   need_lib_prefix=no
10481   need_version=no
10482   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10483   soname_spec='${libname}${release}${shared_ext}$major'
10484   dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10485   shlibpath_var=LD_LIBRARY_PATH
10486   shlibpath_overrides_runpath=no
10487   hardcode_into_libs=yes
10488   ;;
10489
10490 irix5* | irix6* | nonstopux*)
10491   case $host_os in
10492     nonstopux*) version_type=nonstopux ;;
10493     *)
10494         if test "$lt_cv_prog_gnu_ld" = yes; then
10495                 version_type=linux
10496         else
10497                 version_type=irix
10498         fi ;;
10499   esac
10500   need_lib_prefix=no
10501   need_version=no
10502   soname_spec='${libname}${release}${shared_ext}$major'
10503   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10504   case $host_os in
10505   irix5* | nonstopux*)
10506     libsuff= shlibsuff=
10507     ;;
10508   *)
10509     case $LD in # libtool.m4 will add one of these switches to LD
10510     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10511       libsuff= shlibsuff= libmagic=32-bit;;
10512     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10513       libsuff=32 shlibsuff=N32 libmagic=N32;;
10514     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10515       libsuff=64 shlibsuff=64 libmagic=64-bit;;
10516     *) libsuff= shlibsuff= libmagic=never-match;;
10517     esac
10518     ;;
10519   esac
10520   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10521   shlibpath_overrides_runpath=no
10522   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10523   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10524   hardcode_into_libs=yes
10525   ;;
10526
10527 # No shared lib support for Linux oldld, aout, or coff.
10528 linux*oldld* | linux*aout* | linux*coff*)
10529   dynamic_linker=no
10530   ;;
10531
10532 # This must be Linux ELF.
10533 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10534   version_type=linux
10535   need_lib_prefix=no
10536   need_version=no
10537   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10538   soname_spec='${libname}${release}${shared_ext}$major'
10539   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10540   shlibpath_var=LD_LIBRARY_PATH
10541   shlibpath_overrides_runpath=no
10542
10543   # Some binutils ld are patched to set DT_RUNPATH
10544   if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10545   $as_echo_n "(cached) " >&6
10546 else
10547   lt_cv_shlibpath_overrides_runpath=no
10548     save_LDFLAGS=$LDFLAGS
10549     save_libdir=$libdir
10550     eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10551          LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10552     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10553 /* end confdefs.h.  */
10554
10555 int
10556 main ()
10557 {
10558
10559   ;
10560   return 0;
10561 }
10562 _ACEOF
10563 if ac_fn_c_try_link "$LINENO"; then :
10564   if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10565   lt_cv_shlibpath_overrides_runpath=yes
10566 fi
10567 fi
10568 rm -f core conftest.err conftest.$ac_objext \
10569     conftest$ac_exeext conftest.$ac_ext
10570     LDFLAGS=$save_LDFLAGS
10571     libdir=$save_libdir
10572
10573 fi
10574
10575   shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10576
10577   # This implies no fast_install, which is unacceptable.
10578   # Some rework will be needed to allow for fast_install
10579   # before this can be enabled.
10580   hardcode_into_libs=yes
10581
10582   # Append ld.so.conf contents to the search path
10583   if test -f /etc/ld.so.conf; then
10584     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' ' '`
10585     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10586   fi
10587
10588   # We used to test for /lib/ld.so.1 and disable shared libraries on
10589   # powerpc, because MkLinux only supported shared libraries with the
10590   # GNU dynamic linker.  Since this was broken with cross compilers,
10591   # most powerpc-linux boxes support dynamic linking these days and
10592   # people can always --disable-shared, the test was removed, and we
10593   # assume the GNU/Linux dynamic linker is in use.
10594   dynamic_linker='GNU/Linux ld.so'
10595   ;;
10596
10597 netbsd*)
10598   version_type=sunos
10599   need_lib_prefix=no
10600   need_version=no
10601   if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10602     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10603     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10604     dynamic_linker='NetBSD (a.out) ld.so'
10605   else
10606     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10607     soname_spec='${libname}${release}${shared_ext}$major'
10608     dynamic_linker='NetBSD ld.elf_so'
10609   fi
10610   shlibpath_var=LD_LIBRARY_PATH
10611   shlibpath_overrides_runpath=yes
10612   hardcode_into_libs=yes
10613   ;;
10614
10615 newsos6)
10616   version_type=linux
10617   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10618   shlibpath_var=LD_LIBRARY_PATH
10619   shlibpath_overrides_runpath=yes
10620   ;;
10621
10622 *nto* | *qnx*)
10623   version_type=qnx
10624   need_lib_prefix=no
10625   need_version=no
10626   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10627   soname_spec='${libname}${release}${shared_ext}$major'
10628   shlibpath_var=LD_LIBRARY_PATH
10629   shlibpath_overrides_runpath=no
10630   hardcode_into_libs=yes
10631   dynamic_linker='ldqnx.so'
10632   ;;
10633
10634 openbsd*)
10635   version_type=sunos
10636   sys_lib_dlsearch_path_spec="/usr/lib"
10637   need_lib_prefix=no
10638   # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10639   case $host_os in
10640     openbsd3.3 | openbsd3.3.*)  need_version=yes ;;
10641     *)                          need_version=no  ;;
10642   esac
10643   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10644   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10645   shlibpath_var=LD_LIBRARY_PATH
10646   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10647     case $host_os in
10648       openbsd2.[89] | openbsd2.[89].*)
10649         shlibpath_overrides_runpath=no
10650         ;;
10651       *)
10652         shlibpath_overrides_runpath=yes
10653         ;;
10654       esac
10655   else
10656     shlibpath_overrides_runpath=yes
10657   fi
10658   ;;
10659
10660 os2*)
10661   libname_spec='$name'
10662   shrext_cmds=".dll"
10663   need_lib_prefix=no
10664   library_names_spec='$libname${shared_ext} $libname.a'
10665   dynamic_linker='OS/2 ld.exe'
10666   shlibpath_var=LIBPATH
10667   ;;
10668
10669 osf3* | osf4* | osf5*)
10670   version_type=osf
10671   need_lib_prefix=no
10672   need_version=no
10673   soname_spec='${libname}${release}${shared_ext}$major'
10674   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10675   shlibpath_var=LD_LIBRARY_PATH
10676   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10677   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10678   ;;
10679
10680 rdos*)
10681   dynamic_linker=no
10682   ;;
10683
10684 solaris*)
10685   version_type=linux
10686   need_lib_prefix=no
10687   need_version=no
10688   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10689   soname_spec='${libname}${release}${shared_ext}$major'
10690   shlibpath_var=LD_LIBRARY_PATH
10691   shlibpath_overrides_runpath=yes
10692   hardcode_into_libs=yes
10693   # ldd complains unless libraries are executable
10694   postinstall_cmds='chmod +x $lib'
10695   ;;
10696
10697 sunos4*)
10698   version_type=sunos
10699   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10700   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10701   shlibpath_var=LD_LIBRARY_PATH
10702   shlibpath_overrides_runpath=yes
10703   if test "$with_gnu_ld" = yes; then
10704     need_lib_prefix=no
10705   fi
10706   need_version=yes
10707   ;;
10708
10709 sysv4 | sysv4.3*)
10710   version_type=linux
10711   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10712   soname_spec='${libname}${release}${shared_ext}$major'
10713   shlibpath_var=LD_LIBRARY_PATH
10714   case $host_vendor in
10715     sni)
10716       shlibpath_overrides_runpath=no
10717       need_lib_prefix=no
10718       runpath_var=LD_RUN_PATH
10719       ;;
10720     siemens)
10721       need_lib_prefix=no
10722       ;;
10723     motorola)
10724       need_lib_prefix=no
10725       need_version=no
10726       shlibpath_overrides_runpath=no
10727       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10728       ;;
10729   esac
10730   ;;
10731
10732 sysv4*MP*)
10733   if test -d /usr/nec ;then
10734     version_type=linux
10735     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10736     soname_spec='$libname${shared_ext}.$major'
10737     shlibpath_var=LD_LIBRARY_PATH
10738   fi
10739   ;;
10740
10741 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10742   version_type=freebsd-elf
10743   need_lib_prefix=no
10744   need_version=no
10745   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10746   soname_spec='${libname}${release}${shared_ext}$major'
10747   shlibpath_var=LD_LIBRARY_PATH
10748   shlibpath_overrides_runpath=yes
10749   hardcode_into_libs=yes
10750   if test "$with_gnu_ld" = yes; then
10751     sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10752   else
10753     sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10754     case $host_os in
10755       sco3.2v5*)
10756         sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10757         ;;
10758     esac
10759   fi
10760   sys_lib_dlsearch_path_spec='/usr/lib'
10761   ;;
10762
10763 tpf*)
10764   # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
10765   version_type=linux
10766   need_lib_prefix=no
10767   need_version=no
10768   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10769   shlibpath_var=LD_LIBRARY_PATH
10770   shlibpath_overrides_runpath=no
10771   hardcode_into_libs=yes
10772   ;;
10773
10774 uts4*)
10775   version_type=linux
10776   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10777   soname_spec='${libname}${release}${shared_ext}$major'
10778   shlibpath_var=LD_LIBRARY_PATH
10779   ;;
10780
10781 *)
10782   dynamic_linker=no
10783   ;;
10784 esac
10785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10786 $as_echo "$dynamic_linker" >&6; }
10787 test "$dynamic_linker" = no && can_build_shared=no
10788
10789 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10790 if test "$GCC" = yes; then
10791   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10792 fi
10793
10794 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10795   sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10796 fi
10797 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10798   sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10799 fi
10800
10801
10802
10803
10804
10805
10806
10807
10808
10809
10810
10811
10812
10813
10814
10815
10816
10817
10818
10819
10820
10821
10822
10823
10824
10825
10826
10827
10828
10829
10830
10831
10832
10833
10834
10835
10836
10837
10838
10839
10840
10841
10842
10843
10844
10845
10846
10847
10848
10849
10850
10851
10852
10853
10854
10855
10856
10857
10858
10859
10860
10861
10862
10863
10864
10865
10866
10867
10868
10869
10870
10871
10872
10873
10874
10875
10876
10877
10878
10879
10880
10881
10882
10883
10884
10885
10886
10887
10888
10889
10890
10891
10892   { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10893 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10894 hardcode_action=
10895 if test -n "$hardcode_libdir_flag_spec" ||
10896    test -n "$runpath_var" ||
10897    test "X$hardcode_automatic" = "Xyes" ; then
10898
10899   # We can hardcode non-existent directories.
10900   if test "$hardcode_direct" != no &&
10901      # If the only mechanism to avoid hardcoding is shlibpath_var, we
10902      # have to relink, otherwise we might link with an installed library
10903      # when we should be linking with a yet-to-be-installed one
10904      ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10905      test "$hardcode_minus_L" != no; then
10906     # Linking always hardcodes the temporary library directory.
10907     hardcode_action=relink
10908   else
10909     # We can link without hardcoding, and we can hardcode nonexisting dirs.
10910     hardcode_action=immediate
10911   fi
10912 else
10913   # We cannot hardcode anything, or else we can only hardcode existing
10914   # directories.
10915   hardcode_action=unsupported
10916 fi
10917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10918 $as_echo "$hardcode_action" >&6; }
10919
10920 if test "$hardcode_action" = relink ||
10921    test "$inherit_rpath" = yes; then
10922   # Fast installation is not supported
10923   enable_fast_install=no
10924 elif test "$shlibpath_overrides_runpath" = yes ||
10925      test "$enable_shared" = no; then
10926   # Fast installation is not necessary
10927   enable_fast_install=needless
10928 fi
10929
10930
10931
10932
10933
10934
10935   if test "x$enable_dlopen" != xyes; then
10936   enable_dlopen=unknown
10937   enable_dlopen_self=unknown
10938   enable_dlopen_self_static=unknown
10939 else
10940   lt_cv_dlopen=no
10941   lt_cv_dlopen_libs=
10942
10943   case $host_os in
10944   beos*)
10945     lt_cv_dlopen="load_add_on"
10946     lt_cv_dlopen_libs=
10947     lt_cv_dlopen_self=yes
10948     ;;
10949
10950   mingw* | pw32* | cegcc*)
10951     lt_cv_dlopen="LoadLibrary"
10952     lt_cv_dlopen_libs=
10953     ;;
10954
10955   cygwin*)
10956     lt_cv_dlopen="dlopen"
10957     lt_cv_dlopen_libs=
10958     ;;
10959
10960   darwin*)
10961   # if libdl is installed we need to link against it
10962     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10963 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10964 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10965   $as_echo_n "(cached) " >&6
10966 else
10967   ac_check_lib_save_LIBS=$LIBS
10968 LIBS="-ldl  $LIBS"
10969 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10970 /* end confdefs.h.  */
10971
10972 /* Override any GCC internal prototype to avoid an error.
10973    Use char because int might match the return type of a GCC
10974    builtin and then its argument prototype would still apply.  */
10975 #ifdef __cplusplus
10976 extern "C"
10977 #endif
10978 char dlopen ();
10979 int
10980 main ()
10981 {
10982 return dlopen ();
10983   ;
10984   return 0;
10985 }
10986 _ACEOF
10987 if ac_fn_c_try_link "$LINENO"; then :
10988   ac_cv_lib_dl_dlopen=yes
10989 else
10990   ac_cv_lib_dl_dlopen=no
10991 fi
10992 rm -f core conftest.err conftest.$ac_objext \
10993     conftest$ac_exeext conftest.$ac_ext
10994 LIBS=$ac_check_lib_save_LIBS
10995 fi
10996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10997 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10998 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10999   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11000 else
11001
11002     lt_cv_dlopen="dyld"
11003     lt_cv_dlopen_libs=
11004     lt_cv_dlopen_self=yes
11005
11006 fi
11007
11008     ;;
11009
11010   *)
11011     ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11012 if test "x$ac_cv_func_shl_load" = x""yes; then :
11013   lt_cv_dlopen="shl_load"
11014 else
11015   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11016 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11017 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
11018   $as_echo_n "(cached) " >&6
11019 else
11020   ac_check_lib_save_LIBS=$LIBS
11021 LIBS="-ldld  $LIBS"
11022 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11023 /* end confdefs.h.  */
11024
11025 /* Override any GCC internal prototype to avoid an error.
11026    Use char because int might match the return type of a GCC
11027    builtin and then its argument prototype would still apply.  */
11028 #ifdef __cplusplus
11029 extern "C"
11030 #endif
11031 char shl_load ();
11032 int
11033 main ()
11034 {
11035 return shl_load ();
11036   ;
11037   return 0;
11038 }
11039 _ACEOF
11040 if ac_fn_c_try_link "$LINENO"; then :
11041   ac_cv_lib_dld_shl_load=yes
11042 else
11043   ac_cv_lib_dld_shl_load=no
11044 fi
11045 rm -f core conftest.err conftest.$ac_objext \
11046     conftest$ac_exeext conftest.$ac_ext
11047 LIBS=$ac_check_lib_save_LIBS
11048 fi
11049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11050 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11051 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
11052   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11053 else
11054   ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11055 if test "x$ac_cv_func_dlopen" = x""yes; then :
11056   lt_cv_dlopen="dlopen"
11057 else
11058   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11059 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11060 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11061   $as_echo_n "(cached) " >&6
11062 else
11063   ac_check_lib_save_LIBS=$LIBS
11064 LIBS="-ldl  $LIBS"
11065 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11066 /* end confdefs.h.  */
11067
11068 /* Override any GCC internal prototype to avoid an error.
11069    Use char because int might match the return type of a GCC
11070    builtin and then its argument prototype would still apply.  */
11071 #ifdef __cplusplus
11072 extern "C"
11073 #endif
11074 char dlopen ();
11075 int
11076 main ()
11077 {
11078 return dlopen ();
11079   ;
11080   return 0;
11081 }
11082 _ACEOF
11083 if ac_fn_c_try_link "$LINENO"; then :
11084   ac_cv_lib_dl_dlopen=yes
11085 else
11086   ac_cv_lib_dl_dlopen=no
11087 fi
11088 rm -f core conftest.err conftest.$ac_objext \
11089     conftest$ac_exeext conftest.$ac_ext
11090 LIBS=$ac_check_lib_save_LIBS
11091 fi
11092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11093 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11094 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11095   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11096 else
11097   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11098 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11099 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
11100   $as_echo_n "(cached) " >&6
11101 else
11102   ac_check_lib_save_LIBS=$LIBS
11103 LIBS="-lsvld  $LIBS"
11104 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11105 /* end confdefs.h.  */
11106
11107 /* Override any GCC internal prototype to avoid an error.
11108    Use char because int might match the return type of a GCC
11109    builtin and then its argument prototype would still apply.  */
11110 #ifdef __cplusplus
11111 extern "C"
11112 #endif
11113 char dlopen ();
11114 int
11115 main ()
11116 {
11117 return dlopen ();
11118   ;
11119   return 0;
11120 }
11121 _ACEOF
11122 if ac_fn_c_try_link "$LINENO"; then :
11123   ac_cv_lib_svld_dlopen=yes
11124 else
11125   ac_cv_lib_svld_dlopen=no
11126 fi
11127 rm -f core conftest.err conftest.$ac_objext \
11128     conftest$ac_exeext conftest.$ac_ext
11129 LIBS=$ac_check_lib_save_LIBS
11130 fi
11131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11132 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11133 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
11134   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11135 else
11136   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11137 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11138 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
11139   $as_echo_n "(cached) " >&6
11140 else
11141   ac_check_lib_save_LIBS=$LIBS
11142 LIBS="-ldld  $LIBS"
11143 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11144 /* end confdefs.h.  */
11145
11146 /* Override any GCC internal prototype to avoid an error.
11147    Use char because int might match the return type of a GCC
11148    builtin and then its argument prototype would still apply.  */
11149 #ifdef __cplusplus
11150 extern "C"
11151 #endif
11152 char dld_link ();
11153 int
11154 main ()
11155 {
11156 return dld_link ();
11157   ;
11158   return 0;
11159 }
11160 _ACEOF
11161 if ac_fn_c_try_link "$LINENO"; then :
11162   ac_cv_lib_dld_dld_link=yes
11163 else
11164   ac_cv_lib_dld_dld_link=no
11165 fi
11166 rm -f core conftest.err conftest.$ac_objext \
11167     conftest$ac_exeext conftest.$ac_ext
11168 LIBS=$ac_check_lib_save_LIBS
11169 fi
11170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11171 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11172 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
11173   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11174 fi
11175
11176
11177 fi
11178
11179
11180 fi
11181
11182
11183 fi
11184
11185
11186 fi
11187
11188
11189 fi
11190
11191     ;;
11192   esac
11193
11194   if test "x$lt_cv_dlopen" != xno; then
11195     enable_dlopen=yes
11196   else
11197     enable_dlopen=no
11198   fi
11199
11200   case $lt_cv_dlopen in
11201   dlopen)
11202     save_CPPFLAGS="$CPPFLAGS"
11203     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11204
11205     save_LDFLAGS="$LDFLAGS"
11206     wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11207
11208     save_LIBS="$LIBS"
11209     LIBS="$lt_cv_dlopen_libs $LIBS"
11210
11211     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11212 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11213 if test "${lt_cv_dlopen_self+set}" = set; then :
11214   $as_echo_n "(cached) " >&6
11215 else
11216           if test "$cross_compiling" = yes; then :
11217   lt_cv_dlopen_self=cross
11218 else
11219   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11220   lt_status=$lt_dlunknown
11221   cat > conftest.$ac_ext <<_LT_EOF
11222 #line 11222 "configure"
11223 #include "confdefs.h"
11224
11225 #if HAVE_DLFCN_H
11226 #include <dlfcn.h>
11227 #endif
11228
11229 #include <stdio.h>
11230
11231 #ifdef RTLD_GLOBAL
11232 #  define LT_DLGLOBAL           RTLD_GLOBAL
11233 #else
11234 #  ifdef DL_GLOBAL
11235 #    define LT_DLGLOBAL         DL_GLOBAL
11236 #  else
11237 #    define LT_DLGLOBAL         0
11238 #  endif
11239 #endif
11240
11241 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11242    find out it does not work in some platform. */
11243 #ifndef LT_DLLAZY_OR_NOW
11244 #  ifdef RTLD_LAZY
11245 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
11246 #  else
11247 #    ifdef DL_LAZY
11248 #      define LT_DLLAZY_OR_NOW          DL_LAZY
11249 #    else
11250 #      ifdef RTLD_NOW
11251 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
11252 #      else
11253 #        ifdef DL_NOW
11254 #          define LT_DLLAZY_OR_NOW      DL_NOW
11255 #        else
11256 #          define LT_DLLAZY_OR_NOW      0
11257 #        endif
11258 #      endif
11259 #    endif
11260 #  endif
11261 #endif
11262
11263 /* When -fvisbility=hidden is used, assume the code has been annotated
11264    correspondingly for the symbols needed.  */
11265 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11266 void fnord () __attribute__((visibility("default")));
11267 #endif
11268
11269 void fnord () { int i=42; }
11270 int main ()
11271 {
11272   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11273   int status = $lt_dlunknown;
11274
11275   if (self)
11276     {
11277       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
11278       else
11279         {
11280           if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
11281           else puts (dlerror ());
11282         }
11283       /* dlclose (self); */
11284     }
11285   else
11286     puts (dlerror ());
11287
11288   return status;
11289 }
11290 _LT_EOF
11291   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11292   (eval $ac_link) 2>&5
11293   ac_status=$?
11294   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11295   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11296     (./conftest; exit; ) >&5 2>/dev/null
11297     lt_status=$?
11298     case x$lt_status in
11299       x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11300       x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11301       x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11302     esac
11303   else :
11304     # compilation failed
11305     lt_cv_dlopen_self=no
11306   fi
11307 fi
11308 rm -fr conftest*
11309
11310
11311 fi
11312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11313 $as_echo "$lt_cv_dlopen_self" >&6; }
11314
11315     if test "x$lt_cv_dlopen_self" = xyes; then
11316       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11317       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11318 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11319 if test "${lt_cv_dlopen_self_static+set}" = set; then :
11320   $as_echo_n "(cached) " >&6
11321 else
11322           if test "$cross_compiling" = yes; then :
11323   lt_cv_dlopen_self_static=cross
11324 else
11325   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11326   lt_status=$lt_dlunknown
11327   cat > conftest.$ac_ext <<_LT_EOF
11328 #line 11328 "configure"
11329 #include "confdefs.h"
11330
11331 #if HAVE_DLFCN_H
11332 #include <dlfcn.h>
11333 #endif
11334
11335 #include <stdio.h>
11336
11337 #ifdef RTLD_GLOBAL
11338 #  define LT_DLGLOBAL           RTLD_GLOBAL
11339 #else
11340 #  ifdef DL_GLOBAL
11341 #    define LT_DLGLOBAL         DL_GLOBAL
11342 #  else
11343 #    define LT_DLGLOBAL         0
11344 #  endif
11345 #endif
11346
11347 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11348    find out it does not work in some platform. */
11349 #ifndef LT_DLLAZY_OR_NOW
11350 #  ifdef RTLD_LAZY
11351 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
11352 #  else
11353 #    ifdef DL_LAZY
11354 #      define LT_DLLAZY_OR_NOW          DL_LAZY
11355 #    else
11356 #      ifdef RTLD_NOW
11357 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
11358 #      else
11359 #        ifdef DL_NOW
11360 #          define LT_DLLAZY_OR_NOW      DL_NOW
11361 #        else
11362 #          define LT_DLLAZY_OR_NOW      0
11363 #        endif
11364 #      endif
11365 #    endif
11366 #  endif
11367 #endif
11368
11369 /* When -fvisbility=hidden is used, assume the code has been annotated
11370    correspondingly for the symbols needed.  */
11371 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11372 void fnord () __attribute__((visibility("default")));
11373 #endif
11374
11375 void fnord () { int i=42; }
11376 int main ()
11377 {
11378   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11379   int status = $lt_dlunknown;
11380
11381   if (self)
11382     {
11383       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
11384       else
11385         {
11386           if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
11387           else puts (dlerror ());
11388         }
11389       /* dlclose (self); */
11390     }
11391   else
11392     puts (dlerror ());
11393
11394   return status;
11395 }
11396 _LT_EOF
11397   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11398   (eval $ac_link) 2>&5
11399   ac_status=$?
11400   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11401   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11402     (./conftest; exit; ) >&5 2>/dev/null
11403     lt_status=$?
11404     case x$lt_status in
11405       x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11406       x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11407       x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11408     esac
11409   else :
11410     # compilation failed
11411     lt_cv_dlopen_self_static=no
11412   fi
11413 fi
11414 rm -fr conftest*
11415
11416
11417 fi
11418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11419 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11420     fi
11421
11422     CPPFLAGS="$save_CPPFLAGS"
11423     LDFLAGS="$save_LDFLAGS"
11424     LIBS="$save_LIBS"
11425     ;;
11426   esac
11427
11428   case $lt_cv_dlopen_self in
11429   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11430   *) enable_dlopen_self=unknown ;;
11431   esac
11432
11433   case $lt_cv_dlopen_self_static in
11434   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11435   *) enable_dlopen_self_static=unknown ;;
11436   esac
11437 fi
11438
11439
11440
11441
11442
11443
11444
11445
11446
11447
11448
11449
11450
11451
11452
11453
11454
11455 striplib=
11456 old_striplib=
11457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11458 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11459 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11460   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11461   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11462   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11463 $as_echo "yes" >&6; }
11464 else
11465 # FIXME - insert some real tests, host_os isn't really good enough
11466   case $host_os in
11467   darwin*)
11468     if test -n "$STRIP" ; then
11469       striplib="$STRIP -x"
11470       old_striplib="$STRIP -S"
11471       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11472 $as_echo "yes" >&6; }
11473     else
11474       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11475 $as_echo "no" >&6; }
11476     fi
11477     ;;
11478   *)
11479     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11480 $as_echo "no" >&6; }
11481     ;;
11482   esac
11483 fi
11484
11485
11486
11487
11488
11489
11490
11491
11492
11493
11494
11495
11496   # Report which library types will actually be built
11497   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11498 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11499   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11500 $as_echo "$can_build_shared" >&6; }
11501
11502   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11503 $as_echo_n "checking whether to build shared libraries... " >&6; }
11504   test "$can_build_shared" = "no" && enable_shared=no
11505
11506   # On AIX, shared libraries and static libraries use the same namespace, and
11507   # are all built from PIC.
11508   case $host_os in
11509   aix3*)
11510     test "$enable_shared" = yes && enable_static=no
11511     if test -n "$RANLIB"; then
11512       archive_cmds="$archive_cmds~\$RANLIB \$lib"
11513       postinstall_cmds='$RANLIB $lib'
11514     fi
11515     ;;
11516
11517   aix[4-9]*)
11518     if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11519       test "$enable_shared" = yes && enable_static=no
11520     fi
11521     ;;
11522   esac
11523   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11524 $as_echo "$enable_shared" >&6; }
11525
11526   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11527 $as_echo_n "checking whether to build static libraries... " >&6; }
11528   # Make sure either enable_shared or enable_static is yes.
11529   test "$enable_shared" = yes || enable_static=yes
11530   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11531 $as_echo "$enable_static" >&6; }
11532
11533
11534
11535
11536 fi
11537 ac_ext=c
11538 ac_cpp='$CPP $CPPFLAGS'
11539 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11540 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11541 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11542
11543 CC="$lt_save_CC"
11544
11545
11546
11547
11548
11549
11550
11551
11552
11553
11554
11555
11556
11557         ac_config_commands="$ac_config_commands libtool"
11558
11559
11560
11561
11562 # Only expand once:
11563
11564
11565
11566 # Check whether --enable-targets was given.
11567 if test "${enable_targets+set}" = set; then :
11568   enableval=$enable_targets; case "${enableval}" in
11569   yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
11570             ;;
11571   no)       enable_targets= ;;
11572   *)        enable_targets=$enableval ;;
11573 esac
11574 fi
11575
11576 # Check whether --enable-deterministic-archives was given.
11577 if test "${enable_deterministic_archives+set}" = set; then :
11578   enableval=$enable_deterministic_archives;
11579 if test "${enableval}" = no; then
11580   default_ar_deterministic=0
11581 else
11582   default_ar_deterministic=1
11583 fi
11584 else
11585   default_ar_deterministic=0
11586 fi
11587
11588
11589
11590 cat >>confdefs.h <<_ACEOF
11591 #define DEFAULT_AR_DETERMINISTIC $default_ar_deterministic
11592 _ACEOF
11593
11594
11595
11596 # Set the 'development' global.
11597 . $srcdir/../bfd/development.sh
11598
11599 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11600 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11601 /* end confdefs.h.  */
11602 __GNUC__
11603 _ACEOF
11604 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11605   $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11606
11607 else
11608   GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11609 fi
11610 rm -f conftest*
11611
11612
11613 # Check whether --enable-werror was given.
11614 if test "${enable_werror+set}" = set; then :
11615   enableval=$enable_werror; case "${enableval}" in
11616      yes | y) ERROR_ON_WARNING="yes" ;;
11617      no | n)  ERROR_ON_WARNING="no" ;;
11618      *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11619    esac
11620 fi
11621
11622
11623 # Disable -Wformat by default when using gcc on mingw
11624 case "${host}" in
11625   *-*-mingw32*)
11626     if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11627       GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
11628     fi
11629     ;;
11630   *) ;;
11631 esac
11632
11633 # Enable -Werror by default when using gcc.  Turn it off for releases.
11634 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
11635     ERROR_ON_WARNING=yes
11636 fi
11637
11638 NO_WERROR=
11639 if test "${ERROR_ON_WARNING}" = yes ; then
11640     GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
11641     NO_WERROR="-Wno-error"
11642 fi
11643
11644 if test "${GCC}" = yes ; then
11645   WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11646 fi
11647
11648 # Check whether --enable-build-warnings was given.
11649 if test "${enable_build_warnings+set}" = set; then :
11650   enableval=$enable_build_warnings; case "${enableval}" in
11651   yes)  WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
11652   no)   if test "${GCC}" = yes ; then
11653           WARN_CFLAGS="-w"
11654         fi;;
11655   ,*)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
11656         WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";;
11657   *,)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
11658         WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
11659   *)    WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11660 esac
11661 fi
11662
11663
11664 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
11665   echo "Setting warning flags = $WARN_CFLAGS" 6>&1
11666 fi
11667
11668
11669
11670
11671
11672 ac_config_headers="$ac_config_headers config.h:config.in"
11673
11674
11675
11676
11677 if test -z "$target" ; then
11678     as_fn_error "Unrecognized target system type; please check config.sub." "$LINENO" 5
11679 fi
11680 if test -z "$host" ; then
11681     as_fn_error "Unrecognized host system type; please check config.sub." "$LINENO" 5
11682 fi
11683
11684 for ac_prog in 'bison -y' byacc
11685 do
11686   # Extract the first word of "$ac_prog", so it can be a program name with args.
11687 set dummy $ac_prog; ac_word=$2
11688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11689 $as_echo_n "checking for $ac_word... " >&6; }
11690 if test "${ac_cv_prog_YACC+set}" = set; then :
11691   $as_echo_n "(cached) " >&6
11692 else
11693   if test -n "$YACC"; then
11694   ac_cv_prog_YACC="$YACC" # Let the user override the test.
11695 else
11696 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11697 for as_dir in $PATH
11698 do
11699   IFS=$as_save_IFS
11700   test -z "$as_dir" && as_dir=.
11701     for ac_exec_ext in '' $ac_executable_extensions; do
11702   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11703     ac_cv_prog_YACC="$ac_prog"
11704     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11705     break 2
11706   fi
11707 done
11708   done
11709 IFS=$as_save_IFS
11710
11711 fi
11712 fi
11713 YACC=$ac_cv_prog_YACC
11714 if test -n "$YACC"; then
11715   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
11716 $as_echo "$YACC" >&6; }
11717 else
11718   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11719 $as_echo "no" >&6; }
11720 fi
11721
11722
11723   test -n "$YACC" && break
11724 done
11725 test -n "$YACC" || YACC="yacc"
11726
11727 for ac_prog in flex lex
11728 do
11729   # Extract the first word of "$ac_prog", so it can be a program name with args.
11730 set dummy $ac_prog; ac_word=$2
11731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11732 $as_echo_n "checking for $ac_word... " >&6; }
11733 if test "${ac_cv_prog_LEX+set}" = set; then :
11734   $as_echo_n "(cached) " >&6
11735 else
11736   if test -n "$LEX"; then
11737   ac_cv_prog_LEX="$LEX" # Let the user override the test.
11738 else
11739 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11740 for as_dir in $PATH
11741 do
11742   IFS=$as_save_IFS
11743   test -z "$as_dir" && as_dir=.
11744     for ac_exec_ext in '' $ac_executable_extensions; do
11745   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11746     ac_cv_prog_LEX="$ac_prog"
11747     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11748     break 2
11749   fi
11750 done
11751   done
11752 IFS=$as_save_IFS
11753
11754 fi
11755 fi
11756 LEX=$ac_cv_prog_LEX
11757 if test -n "$LEX"; then
11758   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
11759 $as_echo "$LEX" >&6; }
11760 else
11761   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11762 $as_echo "no" >&6; }
11763 fi
11764
11765
11766   test -n "$LEX" && break
11767 done
11768 test -n "$LEX" || LEX=":"
11769
11770 if test "x$LEX" != "x:"; then
11771   cat >conftest.l <<_ACEOF
11772 %%
11773 a { ECHO; }
11774 b { REJECT; }
11775 c { yymore (); }
11776 d { yyless (1); }
11777 e { yyless (input () != 0); }
11778 f { unput (yytext[0]); }
11779 . { BEGIN INITIAL; }
11780 %%
11781 #ifdef YYTEXT_POINTER
11782 extern char *yytext;
11783 #endif
11784 int
11785 main (void)
11786 {
11787   return ! yylex () + ! yywrap ();
11788 }
11789 _ACEOF
11790 { { ac_try="$LEX conftest.l"
11791 case "(($ac_try" in
11792   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11793   *) ac_try_echo=$ac_try;;
11794 esac
11795 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
11796 $as_echo "$ac_try_echo"; } >&5
11797   (eval "$LEX conftest.l") 2>&5
11798   ac_status=$?
11799   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11800   test $ac_status = 0; }
11801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
11802 $as_echo_n "checking lex output file root... " >&6; }
11803 if test "${ac_cv_prog_lex_root+set}" = set; then :
11804   $as_echo_n "(cached) " >&6
11805 else
11806
11807 if test -f lex.yy.c; then
11808   ac_cv_prog_lex_root=lex.yy
11809 elif test -f lexyy.c; then
11810   ac_cv_prog_lex_root=lexyy
11811 else
11812   as_fn_error "cannot find output from $LEX; giving up" "$LINENO" 5
11813 fi
11814 fi
11815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
11816 $as_echo "$ac_cv_prog_lex_root" >&6; }
11817 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
11818
11819 if test -z "${LEXLIB+set}"; then
11820   { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
11821 $as_echo_n "checking lex library... " >&6; }
11822 if test "${ac_cv_lib_lex+set}" = set; then :
11823   $as_echo_n "(cached) " >&6
11824 else
11825
11826     ac_save_LIBS=$LIBS
11827     ac_cv_lib_lex='none needed'
11828     for ac_lib in '' -lfl -ll; do
11829       LIBS="$ac_lib $ac_save_LIBS"
11830       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11831 /* end confdefs.h.  */
11832 `cat $LEX_OUTPUT_ROOT.c`
11833 _ACEOF
11834 if ac_fn_c_try_link "$LINENO"; then :
11835   ac_cv_lib_lex=$ac_lib
11836 fi
11837 rm -f core conftest.err conftest.$ac_objext \
11838     conftest$ac_exeext conftest.$ac_ext
11839       test "$ac_cv_lib_lex" != 'none needed' && break
11840     done
11841     LIBS=$ac_save_LIBS
11842
11843 fi
11844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
11845 $as_echo "$ac_cv_lib_lex" >&6; }
11846   test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
11847 fi
11848
11849
11850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
11851 $as_echo_n "checking whether yytext is a pointer... " >&6; }
11852 if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then :
11853   $as_echo_n "(cached) " >&6
11854 else
11855   # POSIX says lex can declare yytext either as a pointer or an array; the
11856 # default is implementation-dependent.  Figure out which it is, since
11857 # not all implementations provide the %pointer and %array declarations.
11858 ac_cv_prog_lex_yytext_pointer=no
11859 ac_save_LIBS=$LIBS
11860 LIBS="$LEXLIB $ac_save_LIBS"
11861 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11862 /* end confdefs.h.  */
11863 #define YYTEXT_POINTER 1
11864 `cat $LEX_OUTPUT_ROOT.c`
11865 _ACEOF
11866 if ac_fn_c_try_link "$LINENO"; then :
11867   ac_cv_prog_lex_yytext_pointer=yes
11868 fi
11869 rm -f core conftest.err conftest.$ac_objext \
11870     conftest$ac_exeext conftest.$ac_ext
11871 LIBS=$ac_save_LIBS
11872
11873 fi
11874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
11875 $as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
11876 if test $ac_cv_prog_lex_yytext_pointer = yes; then
11877
11878 $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
11879
11880 fi
11881 rm -f conftest.l $LEX_OUTPUT_ROOT.c
11882
11883 fi
11884 if test "$LEX" = :; then
11885   LEX=${am_missing_run}flex
11886 fi
11887
11888 ALL_LINGUAS="bg da es fi fr id it ja ro ru rw sk sv tr uk vi zh_CN zh_TW hr"
11889 # If we haven't got the data from the intl directory,
11890 # assume NLS is disabled.
11891 USE_NLS=no
11892 LIBINTL=
11893 LIBINTL_DEP=
11894 INCINTL=
11895 XGETTEXT=
11896 GMSGFMT=
11897 POSUB=
11898
11899 if test -f  ../intl/config.intl; then
11900   .  ../intl/config.intl
11901 fi
11902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
11903 $as_echo_n "checking whether NLS is requested... " >&6; }
11904 if test x"$USE_NLS" != xyes; then
11905   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11906 $as_echo "no" >&6; }
11907 else
11908   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11909 $as_echo "yes" >&6; }
11910
11911 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
11912
11913
11914   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
11915 $as_echo_n "checking for catalogs to be installed... " >&6; }
11916   # Look for .po and .gmo files in the source directory.
11917   CATALOGS=
11918   XLINGUAS=
11919   for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
11920     # If there aren't any .gmo files the shell will give us the
11921     # literal string "../path/to/srcdir/po/*.gmo" which has to be
11922     # weeded out.
11923     case "$cat" in *\**)
11924       continue;;
11925     esac
11926     # The quadruple backslash is collapsed to a double backslash
11927     # by the backticks, then collapsed again by the double quotes,
11928     # leaving us with one backslash in the sed expression (right
11929     # before the dot that mustn't act as a wildcard).
11930     cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
11931     lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
11932     # The user is allowed to set LINGUAS to a list of languages to
11933     # install catalogs for.  If it's empty that means "all of them."
11934     if test "x$LINGUAS" = x; then
11935       CATALOGS="$CATALOGS $cat"
11936       XLINGUAS="$XLINGUAS $lang"
11937     else
11938       case "$LINGUAS" in *$lang*)
11939         CATALOGS="$CATALOGS $cat"
11940         XLINGUAS="$XLINGUAS $lang"
11941         ;;
11942       esac
11943     fi
11944   done
11945   LINGUAS="$XLINGUAS"
11946   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
11947 $as_echo "$LINGUAS" >&6; }
11948
11949
11950     DATADIRNAME=share
11951
11952   INSTOBJEXT=.mo
11953
11954   GENCAT=gencat
11955
11956   CATOBJEXT=.gmo
11957
11958 fi
11959
11960         MKINSTALLDIRS=
11961   if test -n "$ac_aux_dir"; then
11962     case "$ac_aux_dir" in
11963       /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
11964       *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
11965     esac
11966   fi
11967   if test -z "$MKINSTALLDIRS"; then
11968     MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
11969   fi
11970
11971
11972
11973   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
11974 $as_echo_n "checking whether NLS is requested... " >&6; }
11975     # Check whether --enable-nls was given.
11976 if test "${enable_nls+set}" = set; then :
11977   enableval=$enable_nls; USE_NLS=$enableval
11978 else
11979   USE_NLS=yes
11980 fi
11981
11982   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
11983 $as_echo "$USE_NLS" >&6; }
11984
11985
11986
11987
11988
11989
11990 # Prepare PATH_SEPARATOR.
11991 # The user is always right.
11992 if test "${PATH_SEPARATOR+set}" != set; then
11993   echo "#! /bin/sh" >conf$$.sh
11994   echo  "exit 0"   >>conf$$.sh
11995   chmod +x conf$$.sh
11996   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
11997     PATH_SEPARATOR=';'
11998   else
11999     PATH_SEPARATOR=:
12000   fi
12001   rm -f conf$$.sh
12002 fi
12003
12004 # Find out how to test for executable files. Don't use a zero-byte file,
12005 # as systems may use methods other than mode bits to determine executability.
12006 cat >conf$$.file <<_ASEOF
12007 #! /bin/sh
12008 exit 0
12009 _ASEOF
12010 chmod +x conf$$.file
12011 if test -x conf$$.file >/dev/null 2>&1; then
12012   ac_executable_p="test -x"
12013 else
12014   ac_executable_p="test -f"
12015 fi
12016 rm -f conf$$.file
12017
12018 # Extract the first word of "msgfmt", so it can be a program name with args.
12019 set dummy msgfmt; ac_word=$2
12020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12021 $as_echo_n "checking for $ac_word... " >&6; }
12022 if test "${ac_cv_path_MSGFMT+set}" = set; then :
12023   $as_echo_n "(cached) " >&6
12024 else
12025   case "$MSGFMT" in
12026   [\\/]* | ?:[\\/]*)
12027     ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12028     ;;
12029   *)
12030     ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12031     for ac_dir in $PATH; do
12032       IFS="$ac_save_IFS"
12033       test -z "$ac_dir" && ac_dir=.
12034       for ac_exec_ext in '' $ac_executable_extensions; do
12035         if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12036           if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12037      (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12038             ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12039             break 2
12040           fi
12041         fi
12042       done
12043     done
12044     IFS="$ac_save_IFS"
12045   test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12046     ;;
12047 esac
12048 fi
12049 MSGFMT="$ac_cv_path_MSGFMT"
12050 if test "$MSGFMT" != ":"; then
12051   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12052 $as_echo "$MSGFMT" >&6; }
12053 else
12054   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12055 $as_echo "no" >&6; }
12056 fi
12057
12058   # Extract the first word of "gmsgfmt", so it can be a program name with args.
12059 set dummy gmsgfmt; ac_word=$2
12060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12061 $as_echo_n "checking for $ac_word... " >&6; }
12062 if test "${ac_cv_path_GMSGFMT+set}" = set; then :
12063   $as_echo_n "(cached) " >&6
12064 else
12065   case $GMSGFMT in
12066   [\\/]* | ?:[\\/]*)
12067   ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12068   ;;
12069   *)
12070   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12071 for as_dir in $PATH
12072 do
12073   IFS=$as_save_IFS
12074   test -z "$as_dir" && as_dir=.
12075     for ac_exec_ext in '' $ac_executable_extensions; do
12076   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12077     ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
12078     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12079     break 2
12080   fi
12081 done
12082   done
12083 IFS=$as_save_IFS
12084
12085   test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12086   ;;
12087 esac
12088 fi
12089 GMSGFMT=$ac_cv_path_GMSGFMT
12090 if test -n "$GMSGFMT"; then
12091   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12092 $as_echo "$GMSGFMT" >&6; }
12093 else
12094   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12095 $as_echo "no" >&6; }
12096 fi
12097
12098
12099
12100
12101 # Prepare PATH_SEPARATOR.
12102 # The user is always right.
12103 if test "${PATH_SEPARATOR+set}" != set; then
12104   echo "#! /bin/sh" >conf$$.sh
12105   echo  "exit 0"   >>conf$$.sh
12106   chmod +x conf$$.sh
12107   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12108     PATH_SEPARATOR=';'
12109   else
12110     PATH_SEPARATOR=:
12111   fi
12112   rm -f conf$$.sh
12113 fi
12114
12115 # Find out how to test for executable files. Don't use a zero-byte file,
12116 # as systems may use methods other than mode bits to determine executability.
12117 cat >conf$$.file <<_ASEOF
12118 #! /bin/sh
12119 exit 0
12120 _ASEOF
12121 chmod +x conf$$.file
12122 if test -x conf$$.file >/dev/null 2>&1; then
12123   ac_executable_p="test -x"
12124 else
12125   ac_executable_p="test -f"
12126 fi
12127 rm -f conf$$.file
12128
12129 # Extract the first word of "xgettext", so it can be a program name with args.
12130 set dummy xgettext; ac_word=$2
12131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12132 $as_echo_n "checking for $ac_word... " >&6; }
12133 if test "${ac_cv_path_XGETTEXT+set}" = set; then :
12134   $as_echo_n "(cached) " >&6
12135 else
12136   case "$XGETTEXT" in
12137   [\\/]* | ?:[\\/]*)
12138     ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12139     ;;
12140   *)
12141     ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12142     for ac_dir in $PATH; do
12143       IFS="$ac_save_IFS"
12144       test -z "$ac_dir" && ac_dir=.
12145       for ac_exec_ext in '' $ac_executable_extensions; do
12146         if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12147           if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12148      (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
12149             ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12150             break 2
12151           fi
12152         fi
12153       done
12154     done
12155     IFS="$ac_save_IFS"
12156   test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12157     ;;
12158 esac
12159 fi
12160 XGETTEXT="$ac_cv_path_XGETTEXT"
12161 if test "$XGETTEXT" != ":"; then
12162   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12163 $as_echo "$XGETTEXT" >&6; }
12164 else
12165   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12166 $as_echo "no" >&6; }
12167 fi
12168
12169     rm -f messages.po
12170
12171
12172 # Prepare PATH_SEPARATOR.
12173 # The user is always right.
12174 if test "${PATH_SEPARATOR+set}" != set; then
12175   echo "#! /bin/sh" >conf$$.sh
12176   echo  "exit 0"   >>conf$$.sh
12177   chmod +x conf$$.sh
12178   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12179     PATH_SEPARATOR=';'
12180   else
12181     PATH_SEPARATOR=:
12182   fi
12183   rm -f conf$$.sh
12184 fi
12185
12186 # Find out how to test for executable files. Don't use a zero-byte file,
12187 # as systems may use methods other than mode bits to determine executability.
12188 cat >conf$$.file <<_ASEOF
12189 #! /bin/sh
12190 exit 0
12191 _ASEOF
12192 chmod +x conf$$.file
12193 if test -x conf$$.file >/dev/null 2>&1; then
12194   ac_executable_p="test -x"
12195 else
12196   ac_executable_p="test -f"
12197 fi
12198 rm -f conf$$.file
12199
12200 # Extract the first word of "msgmerge", so it can be a program name with args.
12201 set dummy msgmerge; ac_word=$2
12202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12203 $as_echo_n "checking for $ac_word... " >&6; }
12204 if test "${ac_cv_path_MSGMERGE+set}" = set; then :
12205   $as_echo_n "(cached) " >&6
12206 else
12207   case "$MSGMERGE" in
12208   [\\/]* | ?:[\\/]*)
12209     ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12210     ;;
12211   *)
12212     ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12213     for ac_dir in $PATH; do
12214       IFS="$ac_save_IFS"
12215       test -z "$ac_dir" && ac_dir=.
12216       for ac_exec_ext in '' $ac_executable_extensions; do
12217         if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12218           if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12219             ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12220             break 2
12221           fi
12222         fi
12223       done
12224     done
12225     IFS="$ac_save_IFS"
12226   test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12227     ;;
12228 esac
12229 fi
12230 MSGMERGE="$ac_cv_path_MSGMERGE"
12231 if test "$MSGMERGE" != ":"; then
12232   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12233 $as_echo "$MSGMERGE" >&6; }
12234 else
12235   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12236 $as_echo "no" >&6; }
12237 fi
12238
12239
12240       if test "$GMSGFMT" != ":"; then
12241             if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12242        (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12243       : ;
12244     else
12245       GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
12246       { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12247 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
12248       GMSGFMT=":"
12249     fi
12250   fi
12251
12252       if test "$XGETTEXT" != ":"; then
12253             if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12254        (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
12255       : ;
12256     else
12257       { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12258 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
12259       XGETTEXT=":"
12260     fi
12261         rm -f messages.po
12262   fi
12263
12264   ac_config_commands="$ac_config_commands default-1"
12265
12266
12267
12268
12269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12270 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12271     # Check whether --enable-maintainer-mode was given.
12272 if test "${enable_maintainer_mode+set}" = set; then :
12273   enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
12274 else
12275   USE_MAINTAINER_MODE=no
12276 fi
12277
12278   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12279 $as_echo "$USE_MAINTAINER_MODE" >&6; }
12280    if test $USE_MAINTAINER_MODE = yes; then
12281   MAINTAINER_MODE_TRUE=
12282   MAINTAINER_MODE_FALSE='#'
12283 else
12284   MAINTAINER_MODE_TRUE='#'
12285   MAINTAINER_MODE_FALSE=
12286 fi
12287
12288   MAINT=$MAINTAINER_MODE_TRUE
12289
12290
12291  if false; then
12292   GENINSRC_NEVER_TRUE=
12293   GENINSRC_NEVER_FALSE='#'
12294 else
12295   GENINSRC_NEVER_TRUE='#'
12296   GENINSRC_NEVER_FALSE=
12297 fi
12298
12299
12300 if test -n "$EXEEXT"; then
12301
12302 $as_echo "#define HAVE_EXECUTABLE_SUFFIX 1" >>confdefs.h
12303
12304 fi
12305
12306 cat >>confdefs.h <<_ACEOF
12307 #define EXECUTABLE_SUFFIX "${EXEEXT}"
12308 _ACEOF
12309
12310
12311 # host-specific stuff:
12312
12313 HDEFINES=
12314
12315 . ${srcdir}/../bfd/configure.host
12316
12317
12318 AR=${AR-ar}
12319
12320 if test -n "$ac_tool_prefix"; then
12321   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
12322 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
12323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12324 $as_echo_n "checking for $ac_word... " >&6; }
12325 if test "${ac_cv_prog_RANLIB+set}" = set; then :
12326   $as_echo_n "(cached) " >&6
12327 else
12328   if test -n "$RANLIB"; then
12329   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
12330 else
12331 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12332 for as_dir in $PATH
12333 do
12334   IFS=$as_save_IFS
12335   test -z "$as_dir" && as_dir=.
12336     for ac_exec_ext in '' $ac_executable_extensions; do
12337   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12338     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
12339     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12340     break 2
12341   fi
12342 done
12343   done
12344 IFS=$as_save_IFS
12345
12346 fi
12347 fi
12348 RANLIB=$ac_cv_prog_RANLIB
12349 if test -n "$RANLIB"; then
12350   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
12351 $as_echo "$RANLIB" >&6; }
12352 else
12353   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12354 $as_echo "no" >&6; }
12355 fi
12356
12357
12358 fi
12359 if test -z "$ac_cv_prog_RANLIB"; then
12360   ac_ct_RANLIB=$RANLIB
12361   # Extract the first word of "ranlib", so it can be a program name with args.
12362 set dummy ranlib; ac_word=$2
12363 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12364 $as_echo_n "checking for $ac_word... " >&6; }
12365 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
12366   $as_echo_n "(cached) " >&6
12367 else
12368   if test -n "$ac_ct_RANLIB"; then
12369   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
12370 else
12371 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12372 for as_dir in $PATH
12373 do
12374   IFS=$as_save_IFS
12375   test -z "$as_dir" && as_dir=.
12376     for ac_exec_ext in '' $ac_executable_extensions; do
12377   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12378     ac_cv_prog_ac_ct_RANLIB="ranlib"
12379     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12380     break 2
12381   fi
12382 done
12383   done
12384 IFS=$as_save_IFS
12385
12386 fi
12387 fi
12388 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
12389 if test -n "$ac_ct_RANLIB"; then
12390   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
12391 $as_echo "$ac_ct_RANLIB" >&6; }
12392 else
12393   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12394 $as_echo "no" >&6; }
12395 fi
12396
12397   if test "x$ac_ct_RANLIB" = x; then
12398     RANLIB=":"
12399   else
12400     case $cross_compiling:$ac_tool_warned in
12401 yes:)
12402 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
12403 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
12404 ac_tool_warned=yes ;;
12405 esac
12406     RANLIB=$ac_ct_RANLIB
12407   fi
12408 else
12409   RANLIB="$ac_cv_prog_RANLIB"
12410 fi
12411
12412
12413
12414 # Put a plausible default for CC_FOR_BUILD in Makefile.
12415 if test -z "$CC_FOR_BUILD"; then
12416   if test "x$cross_compiling" = "xno"; then
12417     CC_FOR_BUILD='$(CC)'
12418   else
12419     CC_FOR_BUILD=gcc
12420   fi
12421 fi
12422
12423 # Also set EXEEXT_FOR_BUILD.
12424 if test "x$cross_compiling" = "xno"; then
12425   EXEEXT_FOR_BUILD='$(EXEEXT)'
12426 else
12427   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12428 $as_echo_n "checking for build system executable suffix... " >&6; }
12429 if test "${bfd_cv_build_exeext+set}" = set; then :
12430   $as_echo_n "(cached) " >&6
12431 else
12432   rm -f conftest*
12433      echo 'int main () { return 0; }' > conftest.c
12434      bfd_cv_build_exeext=
12435      ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12436      for file in conftest.*; do
12437        case $file in
12438        *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12439        *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12440        esac
12441      done
12442      rm -f conftest*
12443      test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
12444 fi
12445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12446 $as_echo "$bfd_cv_build_exeext" >&6; }
12447   EXEEXT_FOR_BUILD=""
12448   test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
12449 fi
12450
12451
12452 DEMANGLER_NAME=c++filt
12453 case "${host}" in
12454   *-*-go32* | *-*-msdos*)
12455     DEMANGLER_NAME=cxxfilt
12456 esac
12457
12458
12459 for ac_header in string.h strings.h stdlib.h unistd.h fcntl.h sys/file.h limits.h locale.h sys/param.h wchar.h
12460 do :
12461   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12462 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12463 eval as_val=\$$as_ac_Header
12464    if test "x$as_val" = x""yes; then :
12465   cat >>confdefs.h <<_ACEOF
12466 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12467 _ACEOF
12468
12469 fi
12470
12471 done
12472
12473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
12474 $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
12475 if test "${ac_cv_header_sys_wait_h+set}" = set; then :
12476   $as_echo_n "(cached) " >&6
12477 else
12478   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12479 /* end confdefs.h.  */
12480 #include <sys/types.h>
12481 #include <sys/wait.h>
12482 #ifndef WEXITSTATUS
12483 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
12484 #endif
12485 #ifndef WIFEXITED
12486 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
12487 #endif
12488
12489 int
12490 main ()
12491 {
12492   int s;
12493   wait (&s);
12494   s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
12495   ;
12496   return 0;
12497 }
12498 _ACEOF
12499 if ac_fn_c_try_compile "$LINENO"; then :
12500   ac_cv_header_sys_wait_h=yes
12501 else
12502   ac_cv_header_sys_wait_h=no
12503 fi
12504 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12505 fi
12506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
12507 $as_echo "$ac_cv_header_sys_wait_h" >&6; }
12508 if test $ac_cv_header_sys_wait_h = yes; then
12509
12510 $as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
12511
12512 fi
12513
12514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
12515 $as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
12516 if test "${gcc_cv_header_string+set}" = set; then :
12517   $as_echo_n "(cached) " >&6
12518 else
12519   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12520 /* end confdefs.h.  */
12521 #include <string.h>
12522 #include <strings.h>
12523 int
12524 main ()
12525 {
12526
12527   ;
12528   return 0;
12529 }
12530 _ACEOF
12531 if ac_fn_c_try_compile "$LINENO"; then :
12532   gcc_cv_header_string=yes
12533 else
12534   gcc_cv_header_string=no
12535 fi
12536 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12537 fi
12538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
12539 $as_echo "$gcc_cv_header_string" >&6; }
12540 if test $gcc_cv_header_string = yes; then
12541
12542 $as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
12543
12544 fi
12545
12546 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
12547 # for constant arguments.  Useless!
12548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
12549 $as_echo_n "checking for working alloca.h... " >&6; }
12550 if test "${ac_cv_working_alloca_h+set}" = set; then :
12551   $as_echo_n "(cached) " >&6
12552 else
12553   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12554 /* end confdefs.h.  */
12555 #include <alloca.h>
12556 int
12557 main ()
12558 {
12559 char *p = (char *) alloca (2 * sizeof (int));
12560                           if (p) return 0;
12561   ;
12562   return 0;
12563 }
12564 _ACEOF
12565 if ac_fn_c_try_link "$LINENO"; then :
12566   ac_cv_working_alloca_h=yes
12567 else
12568   ac_cv_working_alloca_h=no
12569 fi
12570 rm -f core conftest.err conftest.$ac_objext \
12571     conftest$ac_exeext conftest.$ac_ext
12572 fi
12573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
12574 $as_echo "$ac_cv_working_alloca_h" >&6; }
12575 if test $ac_cv_working_alloca_h = yes; then
12576
12577 $as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
12578
12579 fi
12580
12581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
12582 $as_echo_n "checking for alloca... " >&6; }
12583 if test "${ac_cv_func_alloca_works+set}" = set; then :
12584   $as_echo_n "(cached) " >&6
12585 else
12586   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12587 /* end confdefs.h.  */
12588 #ifdef __GNUC__
12589 # define alloca __builtin_alloca
12590 #else
12591 # ifdef _MSC_VER
12592 #  include <malloc.h>
12593 #  define alloca _alloca
12594 # else
12595 #  ifdef HAVE_ALLOCA_H
12596 #   include <alloca.h>
12597 #  else
12598 #   ifdef _AIX
12599  #pragma alloca
12600 #   else
12601 #    ifndef alloca /* predefined by HP cc +Olibcalls */
12602 char *alloca ();
12603 #    endif
12604 #   endif
12605 #  endif
12606 # endif
12607 #endif
12608
12609 int
12610 main ()
12611 {
12612 char *p = (char *) alloca (1);
12613                                     if (p) return 0;
12614   ;
12615   return 0;
12616 }
12617 _ACEOF
12618 if ac_fn_c_try_link "$LINENO"; then :
12619   ac_cv_func_alloca_works=yes
12620 else
12621   ac_cv_func_alloca_works=no
12622 fi
12623 rm -f core conftest.err conftest.$ac_objext \
12624     conftest$ac_exeext conftest.$ac_ext
12625 fi
12626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
12627 $as_echo "$ac_cv_func_alloca_works" >&6; }
12628
12629 if test $ac_cv_func_alloca_works = yes; then
12630
12631 $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
12632
12633 else
12634   # The SVR3 libPW and SVR4 libucb both contain incompatible functions
12635 # that cause trouble.  Some versions do not even contain alloca or
12636 # contain a buggy version.  If you still want to use their alloca,
12637 # use ar to extract alloca.o from them instead of compiling alloca.c.
12638
12639 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
12640
12641 $as_echo "#define C_ALLOCA 1" >>confdefs.h
12642
12643
12644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
12645 $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
12646 if test "${ac_cv_os_cray+set}" = set; then :
12647   $as_echo_n "(cached) " >&6
12648 else
12649   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12650 /* end confdefs.h.  */
12651 #if defined CRAY && ! defined CRAY2
12652 webecray
12653 #else
12654 wenotbecray
12655 #endif
12656
12657 _ACEOF
12658 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12659   $EGREP "webecray" >/dev/null 2>&1; then :
12660   ac_cv_os_cray=yes
12661 else
12662   ac_cv_os_cray=no
12663 fi
12664 rm -f conftest*
12665
12666 fi
12667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
12668 $as_echo "$ac_cv_os_cray" >&6; }
12669 if test $ac_cv_os_cray = yes; then
12670   for ac_func in _getb67 GETB67 getb67; do
12671     as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12672 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12673 eval as_val=\$$as_ac_var
12674    if test "x$as_val" = x""yes; then :
12675
12676 cat >>confdefs.h <<_ACEOF
12677 #define CRAY_STACKSEG_END $ac_func
12678 _ACEOF
12679
12680     break
12681 fi
12682
12683   done
12684 fi
12685
12686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
12687 $as_echo_n "checking stack direction for C alloca... " >&6; }
12688 if test "${ac_cv_c_stack_direction+set}" = set; then :
12689   $as_echo_n "(cached) " >&6
12690 else
12691   if test "$cross_compiling" = yes; then :
12692   ac_cv_c_stack_direction=0
12693 else
12694   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12695 /* end confdefs.h.  */
12696 $ac_includes_default
12697 int
12698 find_stack_direction ()
12699 {
12700   static char *addr = 0;
12701   auto char dummy;
12702   if (addr == 0)
12703     {
12704       addr = &dummy;
12705       return find_stack_direction ();
12706     }
12707   else
12708     return (&dummy > addr) ? 1 : -1;
12709 }
12710
12711 int
12712 main ()
12713 {
12714   return find_stack_direction () < 0;
12715 }
12716 _ACEOF
12717 if ac_fn_c_try_run "$LINENO"; then :
12718   ac_cv_c_stack_direction=1
12719 else
12720   ac_cv_c_stack_direction=-1
12721 fi
12722 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12723   conftest.$ac_objext conftest.beam conftest.$ac_ext
12724 fi
12725
12726 fi
12727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
12728 $as_echo "$ac_cv_c_stack_direction" >&6; }
12729 cat >>confdefs.h <<_ACEOF
12730 #define STACK_DIRECTION $ac_cv_c_stack_direction
12731 _ACEOF
12732
12733
12734 fi
12735
12736 for ac_func in sbrk utimes setmode getc_unlocked strcoll setlocale
12737 do :
12738   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12739 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12740 eval as_val=\$$as_ac_var
12741    if test "x$as_val" = x""yes; then :
12742   cat >>confdefs.h <<_ACEOF
12743 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12744 _ACEOF
12745
12746 fi
12747 done
12748
12749 ac_fn_c_check_func "$LINENO" "mkstemp" "ac_cv_func_mkstemp"
12750 if test "x$ac_cv_func_mkstemp" = x""yes; then :
12751
12752 $as_echo "#define HAVE_MKSTEMP 1" >>confdefs.h
12753
12754 fi
12755
12756 ac_fn_c_check_func "$LINENO" "mkdtemp" "ac_cv_func_mkdtemp"
12757 if test "x$ac_cv_func_mkdtemp" = x""yes; then :
12758
12759 $as_echo "#define HAVE_MKDTEMP 1" >>confdefs.h
12760
12761 fi
12762
12763   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5
12764 $as_echo_n "checking for mbstate_t... " >&6; }
12765   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12766 /* end confdefs.h.  */
12767 #include <wchar.h>
12768 int
12769 main ()
12770 {
12771 mbstate_t teststate;
12772   ;
12773   return 0;
12774 }
12775 _ACEOF
12776 if ac_fn_c_try_compile "$LINENO"; then :
12777   have_mbstate_t=yes
12778 else
12779   have_mbstate_t=no
12780 fi
12781 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12782   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_mbstate_t" >&5
12783 $as_echo "$have_mbstate_t" >&6; }
12784   if test x"$have_mbstate_t" = xyes; then
12785
12786 $as_echo "#define HAVE_MBSTATE_T 1" >>confdefs.h
12787
12788   fi
12789
12790 # Some systems have frexp only in -lm, not in -lc.
12791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing frexp" >&5
12792 $as_echo_n "checking for library containing frexp... " >&6; }
12793 if test "${ac_cv_search_frexp+set}" = set; then :
12794   $as_echo_n "(cached) " >&6
12795 else
12796   ac_func_search_save_LIBS=$LIBS
12797 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12798 /* end confdefs.h.  */
12799
12800 /* Override any GCC internal prototype to avoid an error.
12801    Use char because int might match the return type of a GCC
12802    builtin and then its argument prototype would still apply.  */
12803 #ifdef __cplusplus
12804 extern "C"
12805 #endif
12806 char frexp ();
12807 int
12808 main ()
12809 {
12810 return frexp ();
12811   ;
12812   return 0;
12813 }
12814 _ACEOF
12815 for ac_lib in '' m; do
12816   if test -z "$ac_lib"; then
12817     ac_res="none required"
12818   else
12819     ac_res=-l$ac_lib
12820     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12821   fi
12822   if ac_fn_c_try_link "$LINENO"; then :
12823   ac_cv_search_frexp=$ac_res
12824 fi
12825 rm -f core conftest.err conftest.$ac_objext \
12826     conftest$ac_exeext
12827   if test "${ac_cv_search_frexp+set}" = set; then :
12828   break
12829 fi
12830 done
12831 if test "${ac_cv_search_frexp+set}" = set; then :
12832
12833 else
12834   ac_cv_search_frexp=no
12835 fi
12836 rm conftest.$ac_ext
12837 LIBS=$ac_func_search_save_LIBS
12838 fi
12839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_frexp" >&5
12840 $as_echo "$ac_cv_search_frexp" >&6; }
12841 ac_res=$ac_cv_search_frexp
12842 if test "$ac_res" != no; then :
12843   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12844
12845 fi
12846
12847
12848
12849   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
12850 $as_echo_n "checking for LC_MESSAGES... " >&6; }
12851 if test "${am_cv_val_LC_MESSAGES+set}" = set; then :
12852   $as_echo_n "(cached) " >&6
12853 else
12854   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12855 /* end confdefs.h.  */
12856 #include <locale.h>
12857 int
12858 main ()
12859 {
12860 return LC_MESSAGES
12861   ;
12862   return 0;
12863 }
12864 _ACEOF
12865 if ac_fn_c_try_link "$LINENO"; then :
12866   am_cv_val_LC_MESSAGES=yes
12867 else
12868   am_cv_val_LC_MESSAGES=no
12869 fi
12870 rm -f core conftest.err conftest.$ac_objext \
12871     conftest$ac_exeext conftest.$ac_ext
12872 fi
12873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
12874 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
12875   if test $am_cv_val_LC_MESSAGES = yes; then
12876
12877 $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
12878
12879   fi
12880
12881
12882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in time.h" >&5
12883 $as_echo_n "checking for time_t in time.h... " >&6; }
12884 if test "${bu_cv_decl_time_t_time_h+set}" = set; then :
12885   $as_echo_n "(cached) " >&6
12886 else
12887   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12888 /* end confdefs.h.  */
12889 #include <time.h>
12890 int
12891 main ()
12892 {
12893 time_t i;
12894   ;
12895   return 0;
12896 }
12897 _ACEOF
12898 if ac_fn_c_try_compile "$LINENO"; then :
12899   bu_cv_decl_time_t_time_h=yes
12900 else
12901   bu_cv_decl_time_t_time_h=no
12902 fi
12903 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12904 fi
12905
12906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_time_h" >&5
12907 $as_echo "$bu_cv_decl_time_t_time_h" >&6; }
12908 if test $bu_cv_decl_time_t_time_h = yes; then
12909
12910 $as_echo "#define HAVE_TIME_T_IN_TIME_H 1" >>confdefs.h
12911
12912 fi
12913
12914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in sys/types.h" >&5
12915 $as_echo_n "checking for time_t in sys/types.h... " >&6; }
12916 if test "${bu_cv_decl_time_t_types_h+set}" = set; then :
12917   $as_echo_n "(cached) " >&6
12918 else
12919   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12920 /* end confdefs.h.  */
12921 #include <sys/types.h>
12922 int
12923 main ()
12924 {
12925 time_t i;
12926   ;
12927   return 0;
12928 }
12929 _ACEOF
12930 if ac_fn_c_try_compile "$LINENO"; then :
12931   bu_cv_decl_time_t_types_h=yes
12932 else
12933   bu_cv_decl_time_t_types_h=no
12934 fi
12935 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12936 fi
12937
12938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_types_h" >&5
12939 $as_echo "$bu_cv_decl_time_t_types_h" >&6; }
12940 if test $bu_cv_decl_time_t_types_h = yes; then
12941
12942 $as_echo "#define HAVE_TIME_T_IN_TYPES_H 1" >>confdefs.h
12943
12944 fi
12945
12946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
12947 $as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
12948 if test "${bu_cv_decl_getopt_unistd_h+set}" = set; then :
12949   $as_echo_n "(cached) " >&6
12950 else
12951   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12952 /* end confdefs.h.  */
12953 #include <unistd.h>
12954 int
12955 main ()
12956 {
12957 extern int getopt (int, char *const*, const char *);
12958   ;
12959   return 0;
12960 }
12961 _ACEOF
12962 if ac_fn_c_try_compile "$LINENO"; then :
12963   bu_cv_decl_getopt_unistd_h=yes
12964 else
12965   bu_cv_decl_getopt_unistd_h=no
12966 fi
12967 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12968 fi
12969
12970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_getopt_unistd_h" >&5
12971 $as_echo "$bu_cv_decl_getopt_unistd_h" >&6; }
12972 if test $bu_cv_decl_getopt_unistd_h = yes; then
12973
12974 $as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
12975
12976 fi
12977
12978 # Under Next 3.2 <utime.h> apparently does not define struct utimbuf
12979 # by default.
12980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for utime.h" >&5
12981 $as_echo_n "checking for utime.h... " >&6; }
12982 if test "${bu_cv_header_utime_h+set}" = set; then :
12983   $as_echo_n "(cached) " >&6
12984 else
12985   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12986 /* end confdefs.h.  */
12987 #include <sys/types.h>
12988 #ifdef HAVE_TIME_H
12989 #include <time.h>
12990 #endif
12991 #include <utime.h>
12992 int
12993 main ()
12994 {
12995 struct utimbuf s;
12996   ;
12997   return 0;
12998 }
12999 _ACEOF
13000 if ac_fn_c_try_compile "$LINENO"; then :
13001   bu_cv_header_utime_h=yes
13002 else
13003   bu_cv_header_utime_h=no
13004 fi
13005 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13006 fi
13007
13008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_header_utime_h" >&5
13009 $as_echo "$bu_cv_header_utime_h" >&6; }
13010 if test $bu_cv_header_utime_h = yes; then
13011
13012 $as_echo "#define HAVE_GOOD_UTIME_H 1" >>confdefs.h
13013
13014 fi
13015
13016 ac_fn_c_check_decl "$LINENO" "environ" "ac_cv_have_decl_environ" "$ac_includes_default"
13017 if test "x$ac_cv_have_decl_environ" = x""yes; then :
13018   ac_have_decl=1
13019 else
13020   ac_have_decl=0
13021 fi
13022
13023 cat >>confdefs.h <<_ACEOF
13024 #define HAVE_DECL_ENVIRON $ac_have_decl
13025 _ACEOF
13026 ac_fn_c_check_decl "$LINENO" "fprintf" "ac_cv_have_decl_fprintf" "$ac_includes_default"
13027 if test "x$ac_cv_have_decl_fprintf" = x""yes; then :
13028   ac_have_decl=1
13029 else
13030   ac_have_decl=0
13031 fi
13032
13033 cat >>confdefs.h <<_ACEOF
13034 #define HAVE_DECL_FPRINTF $ac_have_decl
13035 _ACEOF
13036 ac_fn_c_check_decl "$LINENO" "getc_unlocked" "ac_cv_have_decl_getc_unlocked" "$ac_includes_default"
13037 if test "x$ac_cv_have_decl_getc_unlocked" = x""yes; then :
13038   ac_have_decl=1
13039 else
13040   ac_have_decl=0
13041 fi
13042
13043 cat >>confdefs.h <<_ACEOF
13044 #define HAVE_DECL_GETC_UNLOCKED $ac_have_decl
13045 _ACEOF
13046 ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
13047 if test "x$ac_cv_have_decl_getenv" = x""yes; then :
13048   ac_have_decl=1
13049 else
13050   ac_have_decl=0
13051 fi
13052
13053 cat >>confdefs.h <<_ACEOF
13054 #define HAVE_DECL_GETENV $ac_have_decl
13055 _ACEOF
13056 ac_fn_c_check_decl "$LINENO" "sbrk" "ac_cv_have_decl_sbrk" "$ac_includes_default"
13057 if test "x$ac_cv_have_decl_sbrk" = x""yes; then :
13058   ac_have_decl=1
13059 else
13060   ac_have_decl=0
13061 fi
13062
13063 cat >>confdefs.h <<_ACEOF
13064 #define HAVE_DECL_SBRK $ac_have_decl
13065 _ACEOF
13066 ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
13067 if test "x$ac_cv_have_decl_snprintf" = x""yes; then :
13068   ac_have_decl=1
13069 else
13070   ac_have_decl=0
13071 fi
13072
13073 cat >>confdefs.h <<_ACEOF
13074 #define HAVE_DECL_SNPRINTF $ac_have_decl
13075 _ACEOF
13076 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
13077 if test "x$ac_cv_have_decl_stpcpy" = x""yes; then :
13078   ac_have_decl=1
13079 else
13080   ac_have_decl=0
13081 fi
13082
13083 cat >>confdefs.h <<_ACEOF
13084 #define HAVE_DECL_STPCPY $ac_have_decl
13085 _ACEOF
13086 ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
13087 if test "x$ac_cv_have_decl_strnlen" = x""yes; then :
13088   ac_have_decl=1
13089 else
13090   ac_have_decl=0
13091 fi
13092
13093 cat >>confdefs.h <<_ACEOF
13094 #define HAVE_DECL_STRNLEN $ac_have_decl
13095 _ACEOF
13096 ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
13097 if test "x$ac_cv_have_decl_strstr" = x""yes; then :
13098   ac_have_decl=1
13099 else
13100   ac_have_decl=0
13101 fi
13102
13103 cat >>confdefs.h <<_ACEOF
13104 #define HAVE_DECL_STRSTR $ac_have_decl
13105 _ACEOF
13106 ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
13107 if test "x$ac_cv_have_decl_vsnprintf" = x""yes; then :
13108   ac_have_decl=1
13109 else
13110   ac_have_decl=0
13111 fi
13112
13113 cat >>confdefs.h <<_ACEOF
13114 #define HAVE_DECL_VSNPRINTF $ac_have_decl
13115 _ACEOF
13116
13117
13118 # Link in zlib if we can.  This allows us to read compressed debug
13119 # sections.  This is used only by readelf.c (objdump uses bfd for
13120 # reading compressed sections).
13121
13122   # See if the user specified whether he wants zlib support or not.
13123
13124 # Check whether --with-zlib was given.
13125 if test "${with_zlib+set}" = set; then :
13126   withval=$with_zlib;
13127 else
13128   with_zlib=auto
13129 fi
13130
13131
13132   if test "$with_zlib" != "no"; then
13133     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing zlibVersion" >&5
13134 $as_echo_n "checking for library containing zlibVersion... " >&6; }
13135 if test "${ac_cv_search_zlibVersion+set}" = set; then :
13136   $as_echo_n "(cached) " >&6
13137 else
13138   ac_func_search_save_LIBS=$LIBS
13139 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13140 /* end confdefs.h.  */
13141
13142 /* Override any GCC internal prototype to avoid an error.
13143    Use char because int might match the return type of a GCC
13144    builtin and then its argument prototype would still apply.  */
13145 #ifdef __cplusplus
13146 extern "C"
13147 #endif
13148 char zlibVersion ();
13149 int
13150 main ()
13151 {
13152 return zlibVersion ();
13153   ;
13154   return 0;
13155 }
13156 _ACEOF
13157 for ac_lib in '' z; do
13158   if test -z "$ac_lib"; then
13159     ac_res="none required"
13160   else
13161     ac_res=-l$ac_lib
13162     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13163   fi
13164   if ac_fn_c_try_link "$LINENO"; then :
13165   ac_cv_search_zlibVersion=$ac_res
13166 fi
13167 rm -f core conftest.err conftest.$ac_objext \
13168     conftest$ac_exeext
13169   if test "${ac_cv_search_zlibVersion+set}" = set; then :
13170   break
13171 fi
13172 done
13173 if test "${ac_cv_search_zlibVersion+set}" = set; then :
13174
13175 else
13176   ac_cv_search_zlibVersion=no
13177 fi
13178 rm conftest.$ac_ext
13179 LIBS=$ac_func_search_save_LIBS
13180 fi
13181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_zlibVersion" >&5
13182 $as_echo "$ac_cv_search_zlibVersion" >&6; }
13183 ac_res=$ac_cv_search_zlibVersion
13184 if test "$ac_res" != no; then :
13185   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13186   for ac_header in zlib.h
13187 do :
13188   ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
13189 if test "x$ac_cv_header_zlib_h" = x""yes; then :
13190   cat >>confdefs.h <<_ACEOF
13191 #define HAVE_ZLIB_H 1
13192 _ACEOF
13193
13194 fi
13195
13196 done
13197
13198 fi
13199
13200     if test "$with_zlib" = "yes" -a "$ac_cv_header_zlib_h" != "yes"; then
13201       as_fn_error "zlib (libz) library was explicitly requested but not found" "$LINENO" 5
13202     fi
13203   fi
13204
13205
13206
13207 case "${host}" in
13208 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
13209
13210 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
13211  ;;
13212 esac
13213
13214 # target-specific stuff:
13215
13216 # Canonicalize the secondary target names.
13217 if test -n "$enable_targets"; then
13218     for targ in `echo $enable_targets | sed 's/,/ /g'`
13219     do
13220         result=`$ac_config_sub $targ 2>/dev/null`
13221         if test -n "$result"; then
13222             canon_targets="$canon_targets $result"
13223         else
13224             # Allow targets that config.sub doesn't recognize, like "all".
13225             canon_targets="$canon_targets $targ"
13226         fi
13227     done
13228 fi
13229
13230 ac_fn_c_check_header_mongrel "$LINENO" "iconv.h" "ac_cv_header_iconv_h" "$ac_includes_default"
13231 if test "x$ac_cv_header_iconv_h" = x""yes; then :
13232
13233 fi
13234
13235
13236
13237       if test "X$prefix" = "XNONE"; then
13238     acl_final_prefix="$ac_default_prefix"
13239   else
13240     acl_final_prefix="$prefix"
13241   fi
13242   if test "X$exec_prefix" = "XNONE"; then
13243     acl_final_exec_prefix='${prefix}'
13244   else
13245     acl_final_exec_prefix="$exec_prefix"
13246   fi
13247   acl_save_prefix="$prefix"
13248   prefix="$acl_final_prefix"
13249   eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
13250   prefix="$acl_save_prefix"
13251
13252
13253 # Check whether --with-gnu-ld was given.
13254 if test "${with_gnu_ld+set}" = set; then :
13255   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
13256 else
13257   with_gnu_ld=no
13258 fi
13259
13260 # Prepare PATH_SEPARATOR.
13261 # The user is always right.
13262 if test "${PATH_SEPARATOR+set}" != set; then
13263   echo "#! /bin/sh" >conf$$.sh
13264   echo  "exit 0"   >>conf$$.sh
13265   chmod +x conf$$.sh
13266   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13267     PATH_SEPARATOR=';'
13268   else
13269     PATH_SEPARATOR=:
13270   fi
13271   rm -f conf$$.sh
13272 fi
13273 ac_prog=ld
13274 if test "$GCC" = yes; then
13275   # Check if gcc -print-prog-name=ld gives a path.
13276   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
13277 $as_echo_n "checking for ld used by GCC... " >&6; }
13278   case $host in
13279   *-*-mingw*)
13280     # gcc leaves a trailing carriage return which upsets mingw
13281     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
13282   *)
13283     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
13284   esac
13285   case $ac_prog in
13286     # Accept absolute paths.
13287     [\\/]* | [A-Za-z]:[\\/]*)
13288       re_direlt='/[^/][^/]*/\.\./'
13289       # Canonicalize the path of ld
13290       ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
13291       while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
13292         ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
13293       done
13294       test -z "$LD" && LD="$ac_prog"
13295       ;;
13296   "")
13297     # If it fails, then pretend we aren't using GCC.
13298     ac_prog=ld
13299     ;;
13300   *)
13301     # If it is relative, then search for the first ld in PATH.
13302     with_gnu_ld=unknown
13303     ;;
13304   esac
13305 elif test "$with_gnu_ld" = yes; then
13306   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
13307 $as_echo_n "checking for GNU ld... " >&6; }
13308 else
13309   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
13310 $as_echo_n "checking for non-GNU ld... " >&6; }
13311 fi
13312 if test "${acl_cv_path_LD+set}" = set; then :
13313   $as_echo_n "(cached) " >&6
13314 else
13315   if test -z "$LD"; then
13316   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
13317   for ac_dir in $PATH; do
13318     test -z "$ac_dir" && ac_dir=.
13319     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
13320       acl_cv_path_LD="$ac_dir/$ac_prog"
13321       # Check to see if the program is GNU ld.  I'd rather use --version,
13322       # but apparently some GNU ld's only accept -v.
13323       # Break only if it was the GNU/non-GNU ld that we prefer.
13324       if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
13325         test "$with_gnu_ld" != no && break
13326       else
13327         test "$with_gnu_ld" != yes && break
13328       fi
13329     fi
13330   done
13331   IFS="$ac_save_ifs"
13332 else
13333   acl_cv_path_LD="$LD" # Let the user override the test with a path.
13334 fi
13335 fi
13336
13337 LD="$acl_cv_path_LD"
13338 if test -n "$LD"; then
13339   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
13340 $as_echo "$LD" >&6; }
13341 else
13342   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13343 $as_echo "no" >&6; }
13344 fi
13345 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
13346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
13347 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
13348 if test "${acl_cv_prog_gnu_ld+set}" = set; then :
13349   $as_echo_n "(cached) " >&6
13350 else
13351   # I'd rather use --version here, but apparently some GNU ld's only accept -v.
13352 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
13353   acl_cv_prog_gnu_ld=yes
13354 else
13355   acl_cv_prog_gnu_ld=no
13356 fi
13357 fi
13358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
13359 $as_echo "$acl_cv_prog_gnu_ld" >&6; }
13360 with_gnu_ld=$acl_cv_prog_gnu_ld
13361
13362
13363
13364                                                 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
13365 $as_echo_n "checking for shared library run path origin... " >&6; }
13366 if test "${acl_cv_rpath+set}" = set; then :
13367   $as_echo_n "(cached) " >&6
13368 else
13369
13370     CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
13371     ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
13372     . ./conftest.sh
13373     rm -f ./conftest.sh
13374     acl_cv_rpath=done
13375
13376 fi
13377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
13378 $as_echo "$acl_cv_rpath" >&6; }
13379   wl="$acl_cv_wl"
13380   libext="$acl_cv_libext"
13381   shlibext="$acl_cv_shlibext"
13382   hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
13383   hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
13384   hardcode_direct="$acl_cv_hardcode_direct"
13385   hardcode_minus_L="$acl_cv_hardcode_minus_L"
13386     # Check whether --enable-rpath was given.
13387 if test "${enable_rpath+set}" = set; then :
13388   enableval=$enable_rpath; :
13389 else
13390   enable_rpath=yes
13391 fi
13392
13393
13394
13395
13396
13397
13398
13399
13400     use_additional=yes
13401
13402   acl_save_prefix="$prefix"
13403   prefix="$acl_final_prefix"
13404   acl_save_exec_prefix="$exec_prefix"
13405   exec_prefix="$acl_final_exec_prefix"
13406
13407     eval additional_includedir=\"$includedir\"
13408     eval additional_libdir=\"$libdir\"
13409
13410   exec_prefix="$acl_save_exec_prefix"
13411   prefix="$acl_save_prefix"
13412
13413
13414 # Check whether --with-libiconv-prefix was given.
13415 if test "${with_libiconv_prefix+set}" = set; then :
13416   withval=$with_libiconv_prefix;
13417     if test "X$withval" = "Xno"; then
13418       use_additional=no
13419     else
13420       if test "X$withval" = "X"; then
13421
13422   acl_save_prefix="$prefix"
13423   prefix="$acl_final_prefix"
13424   acl_save_exec_prefix="$exec_prefix"
13425   exec_prefix="$acl_final_exec_prefix"
13426
13427           eval additional_includedir=\"$includedir\"
13428           eval additional_libdir=\"$libdir\"
13429
13430   exec_prefix="$acl_save_exec_prefix"
13431   prefix="$acl_save_prefix"
13432
13433       else
13434         additional_includedir="$withval/include"
13435         additional_libdir="$withval/lib"
13436       fi
13437     fi
13438
13439 fi
13440
13441       LIBICONV=
13442   LTLIBICONV=
13443   INCICONV=
13444   rpathdirs=
13445   ltrpathdirs=
13446   names_already_handled=
13447   names_next_round='iconv '
13448   while test -n "$names_next_round"; do
13449     names_this_round="$names_next_round"
13450     names_next_round=
13451     for name in $names_this_round; do
13452       already_handled=
13453       for n in $names_already_handled; do
13454         if test "$n" = "$name"; then
13455           already_handled=yes
13456           break
13457         fi
13458       done
13459       if test -z "$already_handled"; then
13460         names_already_handled="$names_already_handled $name"
13461                         uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
13462         eval value=\"\$HAVE_LIB$uppername\"
13463         if test -n "$value"; then
13464           if test "$value" = yes; then
13465             eval value=\"\$LIB$uppername\"
13466             test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
13467             eval value=\"\$LTLIB$uppername\"
13468             test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
13469           else
13470                                     :
13471           fi
13472         else
13473                               found_dir=
13474           found_la=
13475           found_so=
13476           found_a=
13477           if test $use_additional = yes; then
13478             if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
13479               found_dir="$additional_libdir"
13480               found_so="$additional_libdir/lib$name.$shlibext"
13481               if test -f "$additional_libdir/lib$name.la"; then
13482                 found_la="$additional_libdir/lib$name.la"
13483               fi
13484             else
13485               if test -f "$additional_libdir/lib$name.$libext"; then
13486                 found_dir="$additional_libdir"
13487                 found_a="$additional_libdir/lib$name.$libext"
13488                 if test -f "$additional_libdir/lib$name.la"; then
13489                   found_la="$additional_libdir/lib$name.la"
13490                 fi
13491               fi
13492             fi
13493           fi
13494           if test "X$found_dir" = "X"; then
13495             for x in $LDFLAGS $LTLIBICONV; do
13496
13497   acl_save_prefix="$prefix"
13498   prefix="$acl_final_prefix"
13499   acl_save_exec_prefix="$exec_prefix"
13500   exec_prefix="$acl_final_exec_prefix"
13501   eval x=\"$x\"
13502   exec_prefix="$acl_save_exec_prefix"
13503   prefix="$acl_save_prefix"
13504
13505               case "$x" in
13506                 -L*)
13507                   dir=`echo "X$x" | sed -e 's/^X-L//'`
13508                   if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
13509                     found_dir="$dir"
13510                     found_so="$dir/lib$name.$shlibext"
13511                     if test -f "$dir/lib$name.la"; then
13512                       found_la="$dir/lib$name.la"
13513                     fi
13514                   else
13515                     if test -f "$dir/lib$name.$libext"; then
13516                       found_dir="$dir"
13517                       found_a="$dir/lib$name.$libext"
13518                       if test -f "$dir/lib$name.la"; then
13519                         found_la="$dir/lib$name.la"
13520                       fi
13521                     fi
13522                   fi
13523                   ;;
13524               esac
13525               if test "X$found_dir" != "X"; then
13526                 break
13527               fi
13528             done
13529           fi
13530           if test "X$found_dir" != "X"; then
13531                         LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
13532             if test "X$found_so" != "X"; then
13533                                                         if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
13534                                 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13535               else
13536                                                                                 haveit=
13537                 for x in $ltrpathdirs; do
13538                   if test "X$x" = "X$found_dir"; then
13539                     haveit=yes
13540                     break
13541                   fi
13542                 done
13543                 if test -z "$haveit"; then
13544                   ltrpathdirs="$ltrpathdirs $found_dir"
13545                 fi
13546                                 if test "$hardcode_direct" = yes; then
13547                                                       LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13548                 else
13549                   if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
13550                                                             LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13551                                                             haveit=
13552                     for x in $rpathdirs; do
13553                       if test "X$x" = "X$found_dir"; then
13554                         haveit=yes
13555                         break
13556                       fi
13557                     done
13558                     if test -z "$haveit"; then
13559                       rpathdirs="$rpathdirs $found_dir"
13560                     fi
13561                   else
13562                                                                                 haveit=
13563                     for x in $LDFLAGS $LIBICONV; do
13564
13565   acl_save_prefix="$prefix"
13566   prefix="$acl_final_prefix"
13567   acl_save_exec_prefix="$exec_prefix"
13568   exec_prefix="$acl_final_exec_prefix"
13569   eval x=\"$x\"
13570   exec_prefix="$acl_save_exec_prefix"
13571   prefix="$acl_save_prefix"
13572
13573                       if test "X$x" = "X-L$found_dir"; then
13574                         haveit=yes
13575                         break
13576                       fi
13577                     done
13578                     if test -z "$haveit"; then
13579                       LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
13580                     fi
13581                     if test "$hardcode_minus_L" != no; then
13582                                                                                         LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13583                     else
13584                                                                                                                                                                                 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
13585                     fi
13586                   fi
13587                 fi
13588               fi
13589             else
13590               if test "X$found_a" != "X"; then
13591                                 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
13592               else
13593                                                 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
13594               fi
13595             fi
13596                         additional_includedir=
13597             case "$found_dir" in
13598               */lib | */lib/)
13599                 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
13600                 additional_includedir="$basedir/include"
13601                 ;;
13602             esac
13603             if test "X$additional_includedir" != "X"; then
13604                                                                                                                 if test "X$additional_includedir" != "X/usr/include"; then
13605                 haveit=
13606                 if test "X$additional_includedir" = "X/usr/local/include"; then
13607                   if test -n "$GCC"; then
13608                     case $host_os in
13609                       linux*) haveit=yes;;
13610                     esac
13611                   fi
13612                 fi
13613                 if test -z "$haveit"; then
13614                   for x in $CPPFLAGS $INCICONV; do
13615
13616   acl_save_prefix="$prefix"
13617   prefix="$acl_final_prefix"
13618   acl_save_exec_prefix="$exec_prefix"
13619   exec_prefix="$acl_final_exec_prefix"
13620   eval x=\"$x\"
13621   exec_prefix="$acl_save_exec_prefix"
13622   prefix="$acl_save_prefix"
13623
13624                     if test "X$x" = "X-I$additional_includedir"; then
13625                       haveit=yes
13626                       break
13627                     fi
13628                   done
13629                   if test -z "$haveit"; then
13630                     if test -d "$additional_includedir"; then
13631                                             INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
13632                     fi
13633                   fi
13634                 fi
13635               fi
13636             fi
13637                         if test -n "$found_la"; then
13638                                                         save_libdir="$libdir"
13639               case "$found_la" in
13640                 */* | *\\*) . "$found_la" ;;
13641                 *) . "./$found_la" ;;
13642               esac
13643               libdir="$save_libdir"
13644                             for dep in $dependency_libs; do
13645                 case "$dep" in
13646                   -L*)
13647                     additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
13648                                                                                                                                                                 if test "X$additional_libdir" != "X/usr/lib"; then
13649                       haveit=
13650                       if test "X$additional_libdir" = "X/usr/local/lib"; then
13651                         if test -n "$GCC"; then
13652                           case $host_os in
13653                             linux*) haveit=yes;;
13654                           esac
13655                         fi
13656                       fi
13657                       if test -z "$haveit"; then
13658                         haveit=
13659                         for x in $LDFLAGS $LIBICONV; do
13660
13661   acl_save_prefix="$prefix"
13662   prefix="$acl_final_prefix"
13663   acl_save_exec_prefix="$exec_prefix"
13664   exec_prefix="$acl_final_exec_prefix"
13665   eval x=\"$x\"
13666   exec_prefix="$acl_save_exec_prefix"
13667   prefix="$acl_save_prefix"
13668
13669                           if test "X$x" = "X-L$additional_libdir"; then
13670                             haveit=yes
13671                             break
13672                           fi
13673                         done
13674                         if test -z "$haveit"; then
13675                           if test -d "$additional_libdir"; then
13676                                                         LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
13677                           fi
13678                         fi
13679                         haveit=
13680                         for x in $LDFLAGS $LTLIBICONV; do
13681
13682   acl_save_prefix="$prefix"
13683   prefix="$acl_final_prefix"
13684   acl_save_exec_prefix="$exec_prefix"
13685   exec_prefix="$acl_final_exec_prefix"
13686   eval x=\"$x\"
13687   exec_prefix="$acl_save_exec_prefix"
13688   prefix="$acl_save_prefix"
13689
13690                           if test "X$x" = "X-L$additional_libdir"; then
13691                             haveit=yes
13692                             break
13693                           fi
13694                         done
13695                         if test -z "$haveit"; then
13696                           if test -d "$additional_libdir"; then
13697                                                         LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
13698                           fi
13699                         fi
13700                       fi
13701                     fi
13702                     ;;
13703                   -R*)
13704                     dir=`echo "X$dep" | sed -e 's/^X-R//'`
13705                     if test "$enable_rpath" != no; then
13706                                                                   haveit=
13707                       for x in $rpathdirs; do
13708                         if test "X$x" = "X$dir"; then
13709                           haveit=yes
13710                           break
13711                         fi
13712                       done
13713                       if test -z "$haveit"; then
13714                         rpathdirs="$rpathdirs $dir"
13715                       fi
13716                                                                   haveit=
13717                       for x in $ltrpathdirs; do
13718                         if test "X$x" = "X$dir"; then
13719                           haveit=yes
13720                           break
13721                         fi
13722                       done
13723                       if test -z "$haveit"; then
13724                         ltrpathdirs="$ltrpathdirs $dir"
13725                       fi
13726                     fi
13727                     ;;
13728                   -l*)
13729                                         names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
13730                     ;;
13731                   *.la)
13732                                                                                 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
13733                     ;;
13734                   *)
13735                                         LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
13736                     LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
13737                     ;;
13738                 esac
13739               done
13740             fi
13741           else
13742                                                             LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
13743             LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
13744           fi
13745         fi
13746       fi
13747     done
13748   done
13749   if test "X$rpathdirs" != "X"; then
13750     if test -n "$hardcode_libdir_separator"; then
13751                         alldirs=
13752       for found_dir in $rpathdirs; do
13753         alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
13754       done
13755             acl_save_libdir="$libdir"
13756       libdir="$alldirs"
13757       eval flag=\"$hardcode_libdir_flag_spec\"
13758       libdir="$acl_save_libdir"
13759       LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
13760     else
13761             for found_dir in $rpathdirs; do
13762         acl_save_libdir="$libdir"
13763         libdir="$found_dir"
13764         eval flag=\"$hardcode_libdir_flag_spec\"
13765         libdir="$acl_save_libdir"
13766         LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
13767       done
13768     fi
13769   fi
13770   if test "X$ltrpathdirs" != "X"; then
13771             for found_dir in $ltrpathdirs; do
13772       LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
13773     done
13774   fi
13775
13776
13777
13778
13779
13780
13781
13782           am_save_CPPFLAGS="$CPPFLAGS"
13783
13784   for element in $INCICONV; do
13785     haveit=
13786     for x in $CPPFLAGS; do
13787
13788   acl_save_prefix="$prefix"
13789   prefix="$acl_final_prefix"
13790   acl_save_exec_prefix="$exec_prefix"
13791   exec_prefix="$acl_final_exec_prefix"
13792   eval x=\"$x\"
13793   exec_prefix="$acl_save_exec_prefix"
13794   prefix="$acl_save_prefix"
13795
13796       if test "X$x" = "X$element"; then
13797         haveit=yes
13798         break
13799       fi
13800     done
13801     if test -z "$haveit"; then
13802       CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
13803     fi
13804   done
13805
13806
13807   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
13808 $as_echo_n "checking for iconv... " >&6; }
13809 if test "${am_cv_func_iconv+set}" = set; then :
13810   $as_echo_n "(cached) " >&6
13811 else
13812
13813     am_cv_func_iconv="no, consider installing GNU libiconv"
13814     am_cv_lib_iconv=no
13815     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13816 /* end confdefs.h.  */
13817 #include <stdlib.h>
13818 #include <iconv.h>
13819 int
13820 main ()
13821 {
13822 iconv_t cd = iconv_open("","");
13823        iconv(cd,NULL,NULL,NULL,NULL);
13824        iconv_close(cd);
13825   ;
13826   return 0;
13827 }
13828 _ACEOF
13829 if ac_fn_c_try_link "$LINENO"; then :
13830   am_cv_func_iconv=yes
13831 fi
13832 rm -f core conftest.err conftest.$ac_objext \
13833     conftest$ac_exeext conftest.$ac_ext
13834     if test "$am_cv_func_iconv" != yes; then
13835       am_save_LIBS="$LIBS"
13836       LIBS="$LIBS $LIBICONV"
13837       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13838 /* end confdefs.h.  */
13839 #include <stdlib.h>
13840 #include <iconv.h>
13841 int
13842 main ()
13843 {
13844 iconv_t cd = iconv_open("","");
13845          iconv(cd,NULL,NULL,NULL,NULL);
13846          iconv_close(cd);
13847   ;
13848   return 0;
13849 }
13850 _ACEOF
13851 if ac_fn_c_try_link "$LINENO"; then :
13852   am_cv_lib_iconv=yes
13853         am_cv_func_iconv=yes
13854 fi
13855 rm -f core conftest.err conftest.$ac_objext \
13856     conftest$ac_exeext conftest.$ac_ext
13857       LIBS="$am_save_LIBS"
13858     fi
13859
13860 fi
13861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
13862 $as_echo "$am_cv_func_iconv" >&6; }
13863   if test "$am_cv_func_iconv" = yes; then
13864
13865 $as_echo "#define HAVE_ICONV 1" >>confdefs.h
13866
13867   fi
13868   if test "$am_cv_lib_iconv" = yes; then
13869     { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
13870 $as_echo_n "checking how to link with libiconv... " >&6; }
13871     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
13872 $as_echo "$LIBICONV" >&6; }
13873   else
13874             CPPFLAGS="$am_save_CPPFLAGS"
13875     LIBICONV=
13876     LTLIBICONV=
13877   fi
13878
13879
13880
13881   if test "$am_cv_func_iconv" = yes; then
13882     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
13883 $as_echo_n "checking for iconv declaration... " >&6; }
13884     if test "${am_cv_proto_iconv+set}" = set; then :
13885   $as_echo_n "(cached) " >&6
13886 else
13887
13888       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13889 /* end confdefs.h.  */
13890
13891 #include <stdlib.h>
13892 #include <iconv.h>
13893 extern
13894 #ifdef __cplusplus
13895 "C"
13896 #endif
13897 #if defined(__STDC__) || defined(__cplusplus)
13898 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
13899 #else
13900 size_t iconv();
13901 #endif
13902
13903 int
13904 main ()
13905 {
13906
13907   ;
13908   return 0;
13909 }
13910 _ACEOF
13911 if ac_fn_c_try_compile "$LINENO"; then :
13912   am_cv_proto_iconv_arg1=""
13913 else
13914   am_cv_proto_iconv_arg1="const"
13915 fi
13916 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13917       am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"
13918 fi
13919
13920     am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
13921     { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
13922          }$am_cv_proto_iconv" >&5
13923 $as_echo "${ac_t:-
13924          }$am_cv_proto_iconv" >&6; }
13925
13926 cat >>confdefs.h <<_ACEOF
13927 #define ICONV_CONST $am_cv_proto_iconv_arg1
13928 _ACEOF
13929
13930   fi
13931
13932
13933 all_targets=false
13934 BUILD_NLMCONV=
13935 NLMCONV_DEFS=
13936 BUILD_SRCONV=
13937 BUILD_DLLTOOL=
13938 DLLTOOL_DEFS=
13939 DLLTOOL_DEFAULT=
13940 BUILD_WINDRES=
13941 BUILD_WINDMC=
13942 BUILD_DLLWRAP=
13943 BUILD_MISC=
13944 BUILD_INSTALL_MISC=
13945 OBJDUMP_DEFS=
13946 OBJDUMP_PRIVATE_VECTORS=
13947 OBJDUMP_PRIVATE_OFILES=
13948 od_vectors=
13949
13950 for targ in $target $canon_targets
13951 do
13952     if test "x$targ" = "xall"; then
13953         all_targets=true
13954         BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
13955         BUILD_SRCONV='$(SRCONV_PROG)'
13956         NLMCONV_DEFS="-DNLMCONV_I386 -DNLMCONV_ALPHA -DNLMCONV_POWERPC -DNLMCONV_SPARC"
13957         BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
13958         BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
13959         BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
13960         BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
13961         if test -z "$DLLTOOL_DEFAULT"; then
13962           DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
13963         fi
13964         DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
13965         BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
13966         od_vectors="$od_vectors objdump_private_desc_xcoff"
13967     else
13968         case $targ in
13969         i[3-7]86*-*-netware*)
13970           BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
13971           NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_I386"
13972           ;;
13973         alpha*-*-netware*)
13974           BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
13975           NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_ALPHA"
13976           ;;
13977         powerpc*-*-netware*)
13978           BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
13979           NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_POWERPC"
13980           ;;
13981         sparc*-*-netware*)
13982           BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
13983           NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_SPARC"
13984           ;;
13985         esac
13986
13987         case $targ in
13988         *-*-hms*) BUILD_SRCONV='$(SRCONV_PROG)' ;;
13989         esac
13990
13991         case $targ in
13992         arm-epoc-pe*)
13993           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
13994           if test -z "$DLLTOOL_DEFAULT"; then
13995             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_EPOC"
13996           fi
13997           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_EPOC -DDLLTOOL_ARM"
13998           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
13999           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14000           ;;
14001         arm-wince-pe* | arm-*-wince | arm*-*-cegcc* | arm*-*-mingw32ce*)
14002           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14003           if test -z "$DLLTOOL_DEFAULT"; then
14004             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_WINCE"
14005           fi
14006           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_WINCE -DDLLTOOL_ARM"
14007           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14008           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14009           ;;
14010         arm-*-pe*)
14011           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14012           if test -z "$DLLTOOL_DEFAULT"; then
14013             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM"
14014           fi
14015           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
14016           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14017           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14018           ;;
14019         x86_64-*-mingw* | x86_64-*-cygwin*)
14020           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14021           if test -z "$DLLTOOL_DEFAULT"; then
14022             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MX86_64"
14023           fi
14024           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MX86_64"
14025           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14026           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14027           BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
14028           ;;
14029         i[3-7]86-*-pe* | i[3-7]86-*-cygwin* | i[3-7]86-*-mingw32** | i[3-7]86-*-netbsdpe*)
14030           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14031           if test -z "$DLLTOOL_DEFAULT"; then
14032             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14033           fi
14034           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14035           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14036           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14037           BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
14038           ;;
14039         i[3-7]86-*-interix)
14040           BUILD_DLLTOOL='$(DLLTOOL_PROG)'
14041           if test -z "$DLLTOOL_DEFAULT"; then
14042             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14043           fi
14044           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14045           ;;
14046         powerpc*-aix5.[01])
14047           ;;
14048         powerpc*-aix[5-9].*)
14049           OBJDUMP_DEFS="-DAIX_WEAK_SUPPORT"
14050           ;;
14051         powerpc*-*-pe* | powerpc*-*-cygwin*)
14052           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14053           if test -z "$DLLTOOL_DEFAULT"; then
14054             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_PPC"
14055           fi
14056           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_PPC"
14057           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14058           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14059           ;;
14060         powerpc*-*-linux* | powerpc*-*-elf* | powerpc*-*-eabi*)
14061           case "$BUILD_INSTALL_MISC" in
14062             *embedspu*) ;;
14063             *) BUILD_INSTALL_MISC="${BUILD_INSTALL_MISC} embedspu"
14064           esac
14065           ;;
14066         sh*-*-pe)
14067           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14068           if test -z "$DLLTOOL_DEFAULT"; then
14069             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_SH"
14070           fi
14071           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_SH"
14072           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14073           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14074           ;;
14075         spu-*-*)
14076           BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
14077           ;;
14078         mips*-*-pe)
14079           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14080           if test -z "$DLLTOOL_DEFAULT"; then
14081             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MIPS"
14082           fi
14083           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MIPS"
14084           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14085           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14086           ;;
14087         mcore-*-pe)
14088           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14089           if test -z "$DLLTOOL_DEFAULT"; then
14090             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE"
14091           fi
14092           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE"
14093           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14094           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14095           ;;
14096         mcore-*-elf)
14097           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14098           if test -z "$DLLTOOL_DEFAULT"; then
14099             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE_ELF"
14100           fi
14101           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE_ELF"
14102           ;;
14103         mep-*)
14104           OBJDUMP_DEFS="-DSKIP_ZEROES=256 -DSKIP_ZEROES_AT_END=0"
14105           ;;
14106         esac
14107
14108         # Add objdump private vectors.
14109         case $targ in
14110         powerpc-*-aix*)
14111           od_vectors="$od_vectors objdump_private_desc_xcoff"
14112           ;;
14113         *-*-darwin*)
14114           od_vectors="$od_vectors objdump_private_desc_mach_o"
14115           ;;
14116         esac
14117     fi
14118 done
14119
14120 # Uniq objdump private vector, build objdump target ofiles.
14121 od_files=
14122 f=""
14123 for i in $od_vectors ; do
14124     case " $f " in
14125     *" $i "*) ;;
14126     *)
14127         f="$f $i"
14128         OBJDUMP_PRIVATE_VECTORS="$OBJDUMP_PRIVATE_VECTORS &$i,"
14129         case $i in
14130         objdump_private_desc_xcoff)
14131             od_files="$od_files od-xcoff" ;;
14132         objdump_private_desc_mach_o)
14133             od_files="$od_files od-macho" ;;
14134         *) as_fn_error "*** unknown private vector $i" "$LINENO" 5 ;;
14135         esac
14136         ;;
14137     esac
14138 done
14139
14140 # Uniq objdump target ofiles
14141 f=""
14142 for i in $od_files ; do
14143     case " $f " in
14144     *" $i "*) ;;
14145     *)
14146         f="$f $i"
14147         OBJDUMP_PRIVATE_OFILES="$OBJDUMP_PRIVATE_OFILES $i.$objext"
14148         ;;
14149     esac
14150 done
14151
14152 DLLTOOL_DEFS="$DLLTOOL_DEFS $DLLTOOL_DEFAULT"
14153
14154 if test "${with_windres+set}" = set; then
14155           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14156 fi
14157
14158 if test "${with_windmc+set}" = set; then
14159           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14160 fi
14161
14162 OBJDUMP_DEFS="${OBJDUMP_DEFS} -DOBJDUMP_PRIVATE_VECTORS=\"${OBJDUMP_PRIVATE_VECTORS}\""
14163
14164
14165
14166
14167
14168
14169
14170
14171
14172
14173
14174
14175
14176
14177
14178 cat >>confdefs.h <<_ACEOF
14179 #define TARGET "${target}"
14180 _ACEOF
14181
14182
14183 targ=$target
14184 . $srcdir/../bfd/config.bfd
14185 if test "x$targ_underscore" = "xyes"; then
14186     UNDERSCORE=1
14187 else
14188     UNDERSCORE=0
14189 fi
14190
14191 cat >>confdefs.h <<_ACEOF
14192 #define TARGET_PREPENDS_UNDERSCORE $UNDERSCORE
14193 _ACEOF
14194
14195
14196 # Emulation
14197 targ=$target
14198 . ${srcdir}/configure.tgt
14199 EMULATION=$targ_emul
14200 EMULATION_VECTOR=$targ_emul_vector
14201
14202
14203
14204
14205 # Required for html and install-html
14206
14207
14208
14209
14210
14211 ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
14212
14213 cat >confcache <<\_ACEOF
14214 # This file is a shell script that caches the results of configure
14215 # tests run on this system so they can be shared between configure
14216 # scripts and configure runs, see configure's option --config-cache.
14217 # It is not useful on other systems.  If it contains results you don't
14218 # want to keep, you may remove or edit it.
14219 #
14220 # config.status only pays attention to the cache file if you give it
14221 # the --recheck option to rerun configure.
14222 #
14223 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14224 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14225 # following values.
14226
14227 _ACEOF
14228
14229 # The following way of writing the cache mishandles newlines in values,
14230 # but we know of no workaround that is simple, portable, and efficient.
14231 # So, we kill variables containing newlines.
14232 # Ultrix sh set writes to stderr and can't be redirected directly,
14233 # and sets the high bit in the cache file unless we assign to the vars.
14234 (
14235   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14236     eval ac_val=\$$ac_var
14237     case $ac_val in #(
14238     *${as_nl}*)
14239       case $ac_var in #(
14240       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14241 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14242       esac
14243       case $ac_var in #(
14244       _ | IFS | as_nl) ;; #(
14245       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14246       *) { eval $ac_var=; unset $ac_var;} ;;
14247       esac ;;
14248     esac
14249   done
14250
14251   (set) 2>&1 |
14252     case $as_nl`(ac_space=' '; set) 2>&1` in #(
14253     *${as_nl}ac_space=\ *)
14254       # `set' does not quote correctly, so add quotes: double-quote
14255       # substitution turns \\\\ into \\, and sed turns \\ into \.
14256       sed -n \
14257         "s/'/'\\\\''/g;
14258           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14259       ;; #(
14260     *)
14261       # `set' quotes correctly as required by POSIX, so do not add quotes.
14262       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14263       ;;
14264     esac |
14265     sort
14266 ) |
14267   sed '
14268      /^ac_cv_env_/b end
14269      t clear
14270      :clear
14271      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14272      t end
14273      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14274      :end' >>confcache
14275 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14276   if test -w "$cache_file"; then
14277     test "x$cache_file" != "x/dev/null" &&
14278       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14279 $as_echo "$as_me: updating cache $cache_file" >&6;}
14280     cat confcache >$cache_file
14281   else
14282     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14283 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14284   fi
14285 fi
14286 rm -f confcache
14287
14288 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14289 # Let make expand exec_prefix.
14290 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14291
14292 DEFS=-DHAVE_CONFIG_H
14293
14294 ac_libobjs=
14295 ac_ltlibobjs=
14296 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14297   # 1. Remove the extension, and $U if already installed.
14298   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14299   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14300   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
14301   #    will be set to the directory where LIBOBJS objects are built.
14302   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14303   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14304 done
14305 LIBOBJS=$ac_libobjs
14306
14307 LTLIBOBJS=$ac_ltlibobjs
14308
14309
14310 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
14311   as_fn_error "conditional \"AMDEP\" was never defined.
14312 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14313 fi
14314 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
14315   as_fn_error "conditional \"am__fastdepCC\" was never defined.
14316 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14317 fi
14318  if test -n "$EXEEXT"; then
14319   am__EXEEXT_TRUE=
14320   am__EXEEXT_FALSE='#'
14321 else
14322   am__EXEEXT_TRUE='#'
14323   am__EXEEXT_FALSE=
14324 fi
14325
14326 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14327   as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
14328 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14329 fi
14330 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
14331   as_fn_error "conditional \"GENINSRC_NEVER\" was never defined.
14332 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14333 fi
14334
14335 : ${CONFIG_STATUS=./config.status}
14336 ac_write_fail=0
14337 ac_clean_files_save=$ac_clean_files
14338 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14339 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14340 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14341 as_write_fail=0
14342 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14343 #! $SHELL
14344 # Generated by $as_me.
14345 # Run this file to recreate the current configuration.
14346 # Compiler output produced by configure, useful for debugging
14347 # configure, is in config.log if it exists.
14348
14349 debug=false
14350 ac_cs_recheck=false
14351 ac_cs_silent=false
14352
14353 SHELL=\${CONFIG_SHELL-$SHELL}
14354 export SHELL
14355 _ASEOF
14356 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14357 ## -------------------- ##
14358 ## M4sh Initialization. ##
14359 ## -------------------- ##
14360
14361 # Be more Bourne compatible
14362 DUALCASE=1; export DUALCASE # for MKS sh
14363 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14364   emulate sh
14365   NULLCMD=:
14366   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14367   # is contrary to our usage.  Disable this feature.
14368   alias -g '${1+"$@"}'='"$@"'
14369   setopt NO_GLOB_SUBST
14370 else
14371   case `(set -o) 2>/dev/null` in #(
14372   *posix*) :
14373     set -o posix ;; #(
14374   *) :
14375      ;;
14376 esac
14377 fi
14378
14379
14380 as_nl='
14381 '
14382 export as_nl
14383 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14384 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14385 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14386 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14387 # Prefer a ksh shell builtin over an external printf program on Solaris,
14388 # but without wasting forks for bash or zsh.
14389 if test -z "$BASH_VERSION$ZSH_VERSION" \
14390     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14391   as_echo='print -r --'
14392   as_echo_n='print -rn --'
14393 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14394   as_echo='printf %s\n'
14395   as_echo_n='printf %s'
14396 else
14397   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14398     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14399     as_echo_n='/usr/ucb/echo -n'
14400   else
14401     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14402     as_echo_n_body='eval
14403       arg=$1;
14404       case $arg in #(
14405       *"$as_nl"*)
14406         expr "X$arg" : "X\\(.*\\)$as_nl";
14407         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14408       esac;
14409       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14410     '
14411     export as_echo_n_body
14412     as_echo_n='sh -c $as_echo_n_body as_echo'
14413   fi
14414   export as_echo_body
14415   as_echo='sh -c $as_echo_body as_echo'
14416 fi
14417
14418 # The user is always right.
14419 if test "${PATH_SEPARATOR+set}" != set; then
14420   PATH_SEPARATOR=:
14421   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14422     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14423       PATH_SEPARATOR=';'
14424   }
14425 fi
14426
14427
14428 # IFS
14429 # We need space, tab and new line, in precisely that order.  Quoting is
14430 # there to prevent editors from complaining about space-tab.
14431 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14432 # splitting by setting IFS to empty value.)
14433 IFS=" ""        $as_nl"
14434
14435 # Find who we are.  Look in the path if we contain no directory separator.
14436 case $0 in #((
14437   *[\\/]* ) as_myself=$0 ;;
14438   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14439 for as_dir in $PATH
14440 do
14441   IFS=$as_save_IFS
14442   test -z "$as_dir" && as_dir=.
14443     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14444   done
14445 IFS=$as_save_IFS
14446
14447      ;;
14448 esac
14449 # We did not find ourselves, most probably we were run as `sh COMMAND'
14450 # in which case we are not to be found in the path.
14451 if test "x$as_myself" = x; then
14452   as_myself=$0
14453 fi
14454 if test ! -f "$as_myself"; then
14455   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14456   exit 1
14457 fi
14458
14459 # Unset variables that we do not need and which cause bugs (e.g. in
14460 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
14461 # suppresses any "Segmentation fault" message there.  '((' could
14462 # trigger a bug in pdksh 5.2.14.
14463 for as_var in BASH_ENV ENV MAIL MAILPATH
14464 do eval test x\${$as_var+set} = xset \
14465   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14466 done
14467 PS1='$ '
14468 PS2='> '
14469 PS4='+ '
14470
14471 # NLS nuisances.
14472 LC_ALL=C
14473 export LC_ALL
14474 LANGUAGE=C
14475 export LANGUAGE
14476
14477 # CDPATH.
14478 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14479
14480
14481 # as_fn_error ERROR [LINENO LOG_FD]
14482 # ---------------------------------
14483 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14484 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14485 # script with status $?, using 1 if that was 0.
14486 as_fn_error ()
14487 {
14488   as_status=$?; test $as_status -eq 0 && as_status=1
14489   if test "$3"; then
14490     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14491     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
14492   fi
14493   $as_echo "$as_me: error: $1" >&2
14494   as_fn_exit $as_status
14495 } # as_fn_error
14496
14497
14498 # as_fn_set_status STATUS
14499 # -----------------------
14500 # Set $? to STATUS, without forking.
14501 as_fn_set_status ()
14502 {
14503   return $1
14504 } # as_fn_set_status
14505
14506 # as_fn_exit STATUS
14507 # -----------------
14508 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14509 as_fn_exit ()
14510 {
14511   set +e
14512   as_fn_set_status $1
14513   exit $1
14514 } # as_fn_exit
14515
14516 # as_fn_unset VAR
14517 # ---------------
14518 # Portably unset VAR.
14519 as_fn_unset ()
14520 {
14521   { eval $1=; unset $1;}
14522 }
14523 as_unset=as_fn_unset
14524 # as_fn_append VAR VALUE
14525 # ----------------------
14526 # Append the text in VALUE to the end of the definition contained in VAR. Take
14527 # advantage of any shell optimizations that allow amortized linear growth over
14528 # repeated appends, instead of the typical quadratic growth present in naive
14529 # implementations.
14530 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14531   eval 'as_fn_append ()
14532   {
14533     eval $1+=\$2
14534   }'
14535 else
14536   as_fn_append ()
14537   {
14538     eval $1=\$$1\$2
14539   }
14540 fi # as_fn_append
14541
14542 # as_fn_arith ARG...
14543 # ------------------
14544 # Perform arithmetic evaluation on the ARGs, and store the result in the
14545 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14546 # must be portable across $(()) and expr.
14547 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14548   eval 'as_fn_arith ()
14549   {
14550     as_val=$(( $* ))
14551   }'
14552 else
14553   as_fn_arith ()
14554   {
14555     as_val=`expr "$@" || test $? -eq 1`
14556   }
14557 fi # as_fn_arith
14558
14559
14560 if expr a : '\(a\)' >/dev/null 2>&1 &&
14561    test "X`expr 00001 : '.*\(...\)'`" = X001; then
14562   as_expr=expr
14563 else
14564   as_expr=false
14565 fi
14566
14567 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14568   as_basename=basename
14569 else
14570   as_basename=false
14571 fi
14572
14573 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14574   as_dirname=dirname
14575 else
14576   as_dirname=false
14577 fi
14578
14579 as_me=`$as_basename -- "$0" ||
14580 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14581          X"$0" : 'X\(//\)$' \| \
14582          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14583 $as_echo X/"$0" |
14584     sed '/^.*\/\([^/][^/]*\)\/*$/{
14585             s//\1/
14586             q
14587           }
14588           /^X\/\(\/\/\)$/{
14589             s//\1/
14590             q
14591           }
14592           /^X\/\(\/\).*/{
14593             s//\1/
14594             q
14595           }
14596           s/.*/./; q'`
14597
14598 # Avoid depending upon Character Ranges.
14599 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14600 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14601 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14602 as_cr_digits='0123456789'
14603 as_cr_alnum=$as_cr_Letters$as_cr_digits
14604
14605 ECHO_C= ECHO_N= ECHO_T=
14606 case `echo -n x` in #(((((
14607 -n*)
14608   case `echo 'xy\c'` in
14609   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
14610   xy)  ECHO_C='\c';;
14611   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
14612        ECHO_T=' ';;
14613   esac;;
14614 *)
14615   ECHO_N='-n';;
14616 esac
14617
14618 rm -f conf$$ conf$$.exe conf$$.file
14619 if test -d conf$$.dir; then
14620   rm -f conf$$.dir/conf$$.file
14621 else
14622   rm -f conf$$.dir
14623   mkdir conf$$.dir 2>/dev/null
14624 fi
14625 if (echo >conf$$.file) 2>/dev/null; then
14626   if ln -s conf$$.file conf$$ 2>/dev/null; then
14627     as_ln_s='ln -s'
14628     # ... but there are two gotchas:
14629     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14630     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14631     # In both cases, we have to default to `cp -p'.
14632     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14633       as_ln_s='cp -p'
14634   elif ln conf$$.file conf$$ 2>/dev/null; then
14635     as_ln_s=ln
14636   else
14637     as_ln_s='cp -p'
14638   fi
14639 else
14640   as_ln_s='cp -p'
14641 fi
14642 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14643 rmdir conf$$.dir 2>/dev/null
14644
14645
14646 # as_fn_mkdir_p
14647 # -------------
14648 # Create "$as_dir" as a directory, including parents if necessary.
14649 as_fn_mkdir_p ()
14650 {
14651
14652   case $as_dir in #(
14653   -*) as_dir=./$as_dir;;
14654   esac
14655   test -d "$as_dir" || eval $as_mkdir_p || {
14656     as_dirs=
14657     while :; do
14658       case $as_dir in #(
14659       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14660       *) as_qdir=$as_dir;;
14661       esac
14662       as_dirs="'$as_qdir' $as_dirs"
14663       as_dir=`$as_dirname -- "$as_dir" ||
14664 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14665          X"$as_dir" : 'X\(//\)[^/]' \| \
14666          X"$as_dir" : 'X\(//\)$' \| \
14667          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14668 $as_echo X"$as_dir" |
14669     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14670             s//\1/
14671             q
14672           }
14673           /^X\(\/\/\)[^/].*/{
14674             s//\1/
14675             q
14676           }
14677           /^X\(\/\/\)$/{
14678             s//\1/
14679             q
14680           }
14681           /^X\(\/\).*/{
14682             s//\1/
14683             q
14684           }
14685           s/.*/./; q'`
14686       test -d "$as_dir" && break
14687     done
14688     test -z "$as_dirs" || eval "mkdir $as_dirs"
14689   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14690
14691
14692 } # as_fn_mkdir_p
14693 if mkdir -p . 2>/dev/null; then
14694   as_mkdir_p='mkdir -p "$as_dir"'
14695 else
14696   test -d ./-p && rmdir ./-p
14697   as_mkdir_p=false
14698 fi
14699
14700 if test -x / >/dev/null 2>&1; then
14701   as_test_x='test -x'
14702 else
14703   if ls -dL / >/dev/null 2>&1; then
14704     as_ls_L_option=L
14705   else
14706     as_ls_L_option=
14707   fi
14708   as_test_x='
14709     eval sh -c '\''
14710       if test -d "$1"; then
14711         test -d "$1/.";
14712       else
14713         case $1 in #(
14714         -*)set "./$1";;
14715         esac;
14716         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14717         ???[sx]*):;;*)false;;esac;fi
14718     '\'' sh
14719   '
14720 fi
14721 as_executable_p=$as_test_x
14722
14723 # Sed expression to map a string onto a valid CPP name.
14724 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14725
14726 # Sed expression to map a string onto a valid variable name.
14727 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14728
14729
14730 exec 6>&1
14731 ## ----------------------------------- ##
14732 ## Main body of $CONFIG_STATUS script. ##
14733 ## ----------------------------------- ##
14734 _ASEOF
14735 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14736
14737 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14738 # Save the log message, to keep $0 and so on meaningful, and to
14739 # report actual input values of CONFIG_FILES etc. instead of their
14740 # values after options handling.
14741 ac_log="
14742 This file was extended by binutils $as_me 2.24.51, which was
14743 generated by GNU Autoconf 2.64.  Invocation command line was
14744
14745   CONFIG_FILES    = $CONFIG_FILES
14746   CONFIG_HEADERS  = $CONFIG_HEADERS
14747   CONFIG_LINKS    = $CONFIG_LINKS
14748   CONFIG_COMMANDS = $CONFIG_COMMANDS
14749   $ $0 $@
14750
14751 on `(hostname || uname -n) 2>/dev/null | sed 1q`
14752 "
14753
14754 _ACEOF
14755
14756 case $ac_config_files in *"
14757 "*) set x $ac_config_files; shift; ac_config_files=$*;;
14758 esac
14759
14760 case $ac_config_headers in *"
14761 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14762 esac
14763
14764
14765 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14766 # Files that config.status was made for.
14767 config_files="$ac_config_files"
14768 config_headers="$ac_config_headers"
14769 config_commands="$ac_config_commands"
14770
14771 _ACEOF
14772
14773 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14774 ac_cs_usage="\
14775 \`$as_me' instantiates files and other configuration actions
14776 from templates according to the current configuration.  Unless the files
14777 and actions are specified as TAGs, all are instantiated by default.
14778
14779 Usage: $0 [OPTION]... [TAG]...
14780
14781   -h, --help       print this help, then exit
14782   -V, --version    print version number and configuration settings, then exit
14783   -q, --quiet, --silent
14784                    do not print progress messages
14785   -d, --debug      don't remove temporary files
14786       --recheck    update $as_me by reconfiguring in the same conditions
14787       --file=FILE[:TEMPLATE]
14788                    instantiate the configuration file FILE
14789       --header=FILE[:TEMPLATE]
14790                    instantiate the configuration header FILE
14791
14792 Configuration files:
14793 $config_files
14794
14795 Configuration headers:
14796 $config_headers
14797
14798 Configuration commands:
14799 $config_commands
14800
14801 Report bugs to the package provider."
14802
14803 _ACEOF
14804 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14805 ac_cs_version="\\
14806 binutils config.status 2.24.51
14807 configured by $0, generated by GNU Autoconf 2.64,
14808   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
14809
14810 Copyright (C) 2009 Free Software Foundation, Inc.
14811 This config.status script is free software; the Free Software Foundation
14812 gives unlimited permission to copy, distribute and modify it."
14813
14814 ac_pwd='$ac_pwd'
14815 srcdir='$srcdir'
14816 INSTALL='$INSTALL'
14817 MKDIR_P='$MKDIR_P'
14818 AWK='$AWK'
14819 test -n "\$AWK" || AWK=awk
14820 _ACEOF
14821
14822 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14823 # The default lists apply if the user does not specify any file.
14824 ac_need_defaults=:
14825 while test $# != 0
14826 do
14827   case $1 in
14828   --*=*)
14829     ac_option=`expr "X$1" : 'X\([^=]*\)='`
14830     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14831     ac_shift=:
14832     ;;
14833   *)
14834     ac_option=$1
14835     ac_optarg=$2
14836     ac_shift=shift
14837     ;;
14838   esac
14839
14840   case $ac_option in
14841   # Handling of the options.
14842   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14843     ac_cs_recheck=: ;;
14844   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14845     $as_echo "$ac_cs_version"; exit ;;
14846   --debug | --debu | --deb | --de | --d | -d )
14847     debug=: ;;
14848   --file | --fil | --fi | --f )
14849     $ac_shift
14850     case $ac_optarg in
14851     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14852     esac
14853     as_fn_append CONFIG_FILES " '$ac_optarg'"
14854     ac_need_defaults=false;;
14855   --header | --heade | --head | --hea )
14856     $ac_shift
14857     case $ac_optarg in
14858     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14859     esac
14860     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
14861     ac_need_defaults=false;;
14862   --he | --h)
14863     # Conflict between --help and --header
14864     as_fn_error "ambiguous option: \`$1'
14865 Try \`$0 --help' for more information.";;
14866   --help | --hel | -h )
14867     $as_echo "$ac_cs_usage"; exit ;;
14868   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14869   | -silent | --silent | --silen | --sile | --sil | --si | --s)
14870     ac_cs_silent=: ;;
14871
14872   # This is an error.
14873   -*) as_fn_error "unrecognized option: \`$1'
14874 Try \`$0 --help' for more information." ;;
14875
14876   *) as_fn_append ac_config_targets " $1"
14877      ac_need_defaults=false ;;
14878
14879   esac
14880   shift
14881 done
14882
14883 ac_configure_extra_args=
14884
14885 if $ac_cs_silent; then
14886   exec 6>/dev/null
14887   ac_configure_extra_args="$ac_configure_extra_args --silent"
14888 fi
14889
14890 _ACEOF
14891 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14892 if \$ac_cs_recheck; then
14893   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14894   shift
14895   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14896   CONFIG_SHELL='$SHELL'
14897   export CONFIG_SHELL
14898   exec "\$@"
14899 fi
14900
14901 _ACEOF
14902 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14903 exec 5>>config.log
14904 {
14905   echo
14906   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14907 ## Running $as_me. ##
14908 _ASBOX
14909   $as_echo "$ac_log"
14910 } >&5
14911
14912 _ACEOF
14913 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14914 #
14915 # INIT-COMMANDS
14916 #
14917 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
14918
14919
14920 # The HP-UX ksh and POSIX shell print the target directory to stdout
14921 # if CDPATH is set.
14922 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14923
14924 sed_quote_subst='$sed_quote_subst'
14925 double_quote_subst='$double_quote_subst'
14926 delay_variable_subst='$delay_variable_subst'
14927 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14928 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14929 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14930 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14931 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14932 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14933 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14934 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14935 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14936 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14937 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14938 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14939 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14940 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14941 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14942 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14943 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14944 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14945 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14946 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14947 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14948 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14949 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14950 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14951 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14952 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14953 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14954 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14955 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14956 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14957 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14958 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14959 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14960 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14961 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14962 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14963 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14964 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14965 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14966 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14967 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14968 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14969 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14970 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14971 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14972 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14973 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14974 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14975 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"`'
14976 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14977 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14978 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14979 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14980 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14981 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14982 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14983 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14984 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14985 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14986 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14987 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14988 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14989 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14990 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14991 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14992 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14993 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14994 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14995 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14996 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14997 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14998 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14999 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15000 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15001 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15002 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15003 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15004 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15005 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15006 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15007 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15008 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15009 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15010 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15011 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15012 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15013 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15014 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15015 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15016 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
15017 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15018 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15019 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15020 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15021 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15022 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15023 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15024 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15025 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15026 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15027 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15028 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15029 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15030 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15031 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15032 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15033 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15034 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15035 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15036 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15037 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15038 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15039 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15040 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15041 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15042 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15043 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15044 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15045 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15046 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
15047
15048 LTCC='$LTCC'
15049 LTCFLAGS='$LTCFLAGS'
15050 compiler='$compiler_DEFAULT'
15051
15052 # A function that is used when there is no print builtin or printf.
15053 func_fallback_echo ()
15054 {
15055   eval 'cat <<_LTECHO_EOF
15056 \$1
15057 _LTECHO_EOF'
15058 }
15059
15060 # Quote evaled strings.
15061 for var in SHELL \
15062 ECHO \
15063 SED \
15064 GREP \
15065 EGREP \
15066 FGREP \
15067 LD \
15068 NM \
15069 LN_S \
15070 lt_SP2NL \
15071 lt_NL2SP \
15072 reload_flag \
15073 OBJDUMP \
15074 deplibs_check_method \
15075 file_magic_cmd \
15076 AR \
15077 AR_FLAGS \
15078 STRIP \
15079 RANLIB \
15080 CC \
15081 CFLAGS \
15082 compiler \
15083 lt_cv_sys_global_symbol_pipe \
15084 lt_cv_sys_global_symbol_to_cdecl \
15085 lt_cv_sys_global_symbol_to_c_name_address \
15086 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
15087 lt_prog_compiler_no_builtin_flag \
15088 lt_prog_compiler_wl \
15089 lt_prog_compiler_pic \
15090 lt_prog_compiler_static \
15091 lt_cv_prog_compiler_c_o \
15092 need_locks \
15093 DSYMUTIL \
15094 NMEDIT \
15095 LIPO \
15096 OTOOL \
15097 OTOOL64 \
15098 shrext_cmds \
15099 export_dynamic_flag_spec \
15100 whole_archive_flag_spec \
15101 compiler_needs_object \
15102 with_gnu_ld \
15103 allow_undefined_flag \
15104 no_undefined_flag \
15105 hardcode_libdir_flag_spec \
15106 hardcode_libdir_flag_spec_ld \
15107 hardcode_libdir_separator \
15108 fix_srcfile_path \
15109 exclude_expsyms \
15110 include_expsyms \
15111 file_list_spec \
15112 variables_saved_for_relink \
15113 libname_spec \
15114 library_names_spec \
15115 soname_spec \
15116 install_override_mode \
15117 finish_eval \
15118 old_striplib \
15119 striplib; do
15120     case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15121     *[\\\\\\\`\\"\\\$]*)
15122       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
15123       ;;
15124     *)
15125       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15126       ;;
15127     esac
15128 done
15129
15130 # Double-quote double-evaled strings.
15131 for var in reload_cmds \
15132 old_postinstall_cmds \
15133 old_postuninstall_cmds \
15134 old_archive_cmds \
15135 extract_expsyms_cmds \
15136 old_archive_from_new_cmds \
15137 old_archive_from_expsyms_cmds \
15138 archive_cmds \
15139 archive_expsym_cmds \
15140 module_cmds \
15141 module_expsym_cmds \
15142 export_symbols_cmds \
15143 prelink_cmds \
15144 postinstall_cmds \
15145 postuninstall_cmds \
15146 finish_cmds \
15147 sys_lib_search_path_spec \
15148 sys_lib_dlsearch_path_spec; do
15149     case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15150     *[\\\\\\\`\\"\\\$]*)
15151       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
15152       ;;
15153     *)
15154       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15155       ;;
15156     esac
15157 done
15158
15159 ac_aux_dir='$ac_aux_dir'
15160 xsi_shell='$xsi_shell'
15161 lt_shell_append='$lt_shell_append'
15162
15163 # See if we are running on zsh, and set the options which allow our
15164 # commands through without removal of \ escapes INIT.
15165 if test -n "\${ZSH_VERSION+set}" ; then
15166    setopt NO_GLOB_SUBST
15167 fi
15168
15169
15170     PACKAGE='$PACKAGE'
15171     VERSION='$VERSION'
15172     TIMESTAMP='$TIMESTAMP'
15173     RM='$RM'
15174     ofile='$ofile'
15175
15176
15177
15178 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
15179     # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
15180     # from automake.
15181     eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
15182     # Capture the value of LINGUAS because we need it to compute CATALOGS.
15183     LINGUAS="${LINGUAS-%UNSET%}"
15184
15185
15186 _ACEOF
15187
15188 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15189
15190 # Handling of arguments.
15191 for ac_config_target in $ac_config_targets
15192 do
15193   case $ac_config_target in
15194     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15195     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15196     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
15197     "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
15198     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15199     "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
15200     "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
15201
15202   *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15203   esac
15204 done
15205
15206
15207 # If the user did not use the arguments to specify the items to instantiate,
15208 # then the envvar interface is used.  Set only those that are not.
15209 # We use the long form for the default assignment because of an extremely
15210 # bizarre bug on SunOS 4.1.3.
15211 if $ac_need_defaults; then
15212   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15213   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15214   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15215 fi
15216
15217 # Have a temporary directory for convenience.  Make it in the build tree
15218 # simply because there is no reason against having it here, and in addition,
15219 # creating and moving files from /tmp can sometimes cause problems.
15220 # Hook for its removal unless debugging.
15221 # Note that there is a small window in which the directory will not be cleaned:
15222 # after its creation but before its name has been assigned to `$tmp'.
15223 $debug ||
15224 {
15225   tmp=
15226   trap 'exit_status=$?
15227   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15228 ' 0
15229   trap 'as_fn_exit 1' 1 2 13 15
15230 }
15231 # Create a (secure) tmp directory for tmp files.
15232
15233 {
15234   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15235   test -n "$tmp" && test -d "$tmp"
15236 }  ||
15237 {
15238   tmp=./conf$$-$RANDOM
15239   (umask 077 && mkdir "$tmp")
15240 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15241
15242 # Set up the scripts for CONFIG_FILES section.
15243 # No need to generate them if there are no CONFIG_FILES.
15244 # This happens for instance with `./config.status config.h'.
15245 if test -n "$CONFIG_FILES"; then
15246
15247
15248 ac_cr=`echo X | tr X '\015'`
15249 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15250 # But we know of no other shell where ac_cr would be empty at this
15251 # point, so we can use a bashism as a fallback.
15252 if test "x$ac_cr" = x; then
15253   eval ac_cr=\$\'\\r\'
15254 fi
15255 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15256 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15257   ac_cs_awk_cr='\r'
15258 else
15259   ac_cs_awk_cr=$ac_cr
15260 fi
15261
15262 echo 'BEGIN {' >"$tmp/subs1.awk" &&
15263 _ACEOF
15264
15265
15266 {
15267   echo "cat >conf$$subs.awk <<_ACEOF" &&
15268   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15269   echo "_ACEOF"
15270 } >conf$$subs.sh ||
15271   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15272 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15273 ac_delim='%!_!# '
15274 for ac_last_try in false false false false false :; do
15275   . ./conf$$subs.sh ||
15276     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15277
15278   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15279   if test $ac_delim_n = $ac_delim_num; then
15280     break
15281   elif $ac_last_try; then
15282     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15283   else
15284     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15285   fi
15286 done
15287 rm -f conf$$subs.sh
15288
15289 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15290 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15291 _ACEOF
15292 sed -n '
15293 h
15294 s/^/S["/; s/!.*/"]=/
15295 p
15296 g
15297 s/^[^!]*!//
15298 :repl
15299 t repl
15300 s/'"$ac_delim"'$//
15301 t delim
15302 :nl
15303 h
15304 s/\(.\{148\}\).*/\1/
15305 t more1
15306 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15307 p
15308 n
15309 b repl
15310 :more1
15311 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15312 p
15313 g
15314 s/.\{148\}//
15315 t nl
15316 :delim
15317 h
15318 s/\(.\{148\}\).*/\1/
15319 t more2
15320 s/["\\]/\\&/g; s/^/"/; s/$/"/
15321 p
15322 b
15323 :more2
15324 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15325 p
15326 g
15327 s/.\{148\}//
15328 t delim
15329 ' <conf$$subs.awk | sed '
15330 /^[^""]/{
15331   N
15332   s/\n//
15333 }
15334 ' >>$CONFIG_STATUS || ac_write_fail=1
15335 rm -f conf$$subs.awk
15336 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15337 _ACAWK
15338 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15339   for (key in S) S_is_set[key] = 1
15340   FS = "\a"
15341
15342 }
15343 {
15344   line = $ 0
15345   nfields = split(line, field, "@")
15346   substed = 0
15347   len = length(field[1])
15348   for (i = 2; i < nfields; i++) {
15349     key = field[i]
15350     keylen = length(key)
15351     if (S_is_set[key]) {
15352       value = S[key]
15353       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15354       len += length(value) + length(field[++i])
15355       substed = 1
15356     } else
15357       len += 1 + keylen
15358   }
15359
15360   print line
15361 }
15362
15363 _ACAWK
15364 _ACEOF
15365 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15366 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15367   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15368 else
15369   cat
15370 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15371   || as_fn_error "could not setup config files machinery" "$LINENO" 5
15372 _ACEOF
15373
15374 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15375 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15376 # trailing colons and then remove the whole line if VPATH becomes empty
15377 # (actually we leave an empty line to preserve line numbers).
15378 if test "x$srcdir" = x.; then
15379   ac_vpsub='/^[  ]*VPATH[        ]*=/{
15380 s/:*\$(srcdir):*/:/
15381 s/:*\${srcdir}:*/:/
15382 s/:*@srcdir@:*/:/
15383 s/^\([^=]*=[     ]*\):*/\1/
15384 s/:*$//
15385 s/^[^=]*=[       ]*$//
15386 }'
15387 fi
15388
15389 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15390 fi # test -n "$CONFIG_FILES"
15391
15392 # Set up the scripts for CONFIG_HEADERS section.
15393 # No need to generate them if there are no CONFIG_HEADERS.
15394 # This happens for instance with `./config.status Makefile'.
15395 if test -n "$CONFIG_HEADERS"; then
15396 cat >"$tmp/defines.awk" <<\_ACAWK ||
15397 BEGIN {
15398 _ACEOF
15399
15400 # Transform confdefs.h into an awk script `defines.awk', embedded as
15401 # here-document in config.status, that substitutes the proper values into
15402 # config.h.in to produce config.h.
15403
15404 # Create a delimiter string that does not exist in confdefs.h, to ease
15405 # handling of long lines.
15406 ac_delim='%!_!# '
15407 for ac_last_try in false false :; do
15408   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
15409   if test -z "$ac_t"; then
15410     break
15411   elif $ac_last_try; then
15412     as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
15413   else
15414     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15415   fi
15416 done
15417
15418 # For the awk script, D is an array of macro values keyed by name,
15419 # likewise P contains macro parameters if any.  Preserve backslash
15420 # newline sequences.
15421
15422 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15423 sed -n '
15424 s/.\{148\}/&'"$ac_delim"'/g
15425 t rset
15426 :rset
15427 s/^[     ]*#[    ]*define[       ][      ]*/ /
15428 t def
15429 d
15430 :def
15431 s/\\$//
15432 t bsnl
15433 s/["\\]/\\&/g
15434 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
15435 D["\1"]=" \3"/p
15436 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
15437 d
15438 :bsnl
15439 s/["\\]/\\&/g
15440 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
15441 D["\1"]=" \3\\\\\\n"\\/p
15442 t cont
15443 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15444 t cont
15445 d
15446 :cont
15447 n
15448 s/.\{148\}/&'"$ac_delim"'/g
15449 t clear
15450 :clear
15451 s/\\$//
15452 t bsnlc
15453 s/["\\]/\\&/g; s/^/"/; s/$/"/p
15454 d
15455 :bsnlc
15456 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15457 b cont
15458 ' <confdefs.h | sed '
15459 s/'"$ac_delim"'/"\\\
15460 "/g' >>$CONFIG_STATUS || ac_write_fail=1
15461
15462 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15463   for (key in D) D_is_set[key] = 1
15464   FS = "\a"
15465 }
15466 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15467   line = \$ 0
15468   split(line, arg, " ")
15469   if (arg[1] == "#") {
15470     defundef = arg[2]
15471     mac1 = arg[3]
15472   } else {
15473     defundef = substr(arg[1], 2)
15474     mac1 = arg[2]
15475   }
15476   split(mac1, mac2, "(") #)
15477   macro = mac2[1]
15478   prefix = substr(line, 1, index(line, defundef) - 1)
15479   if (D_is_set[macro]) {
15480     # Preserve the white space surrounding the "#".
15481     print prefix "define", macro P[macro] D[macro]
15482     next
15483   } else {
15484     # Replace #undef with comments.  This is necessary, for example,
15485     # in the case of _POSIX_SOURCE, which is predefined and required
15486     # on some systems where configure will not decide to define it.
15487     if (defundef == "undef") {
15488       print "/*", prefix defundef, macro, "*/"
15489       next
15490     }
15491   }
15492 }
15493 { print }
15494 _ACAWK
15495 _ACEOF
15496 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15497   as_fn_error "could not setup config headers machinery" "$LINENO" 5
15498 fi # test -n "$CONFIG_HEADERS"
15499
15500
15501 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
15502 shift
15503 for ac_tag
15504 do
15505   case $ac_tag in
15506   :[FHLC]) ac_mode=$ac_tag; continue;;
15507   esac
15508   case $ac_mode$ac_tag in
15509   :[FHL]*:*);;
15510   :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15511   :[FH]-) ac_tag=-:-;;
15512   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15513   esac
15514   ac_save_IFS=$IFS
15515   IFS=:
15516   set x $ac_tag
15517   IFS=$ac_save_IFS
15518   shift
15519   ac_file=$1
15520   shift
15521
15522   case $ac_mode in
15523   :L) ac_source=$1;;
15524   :[FH])
15525     ac_file_inputs=
15526     for ac_f
15527     do
15528       case $ac_f in
15529       -) ac_f="$tmp/stdin";;
15530       *) # Look for the file first in the build tree, then in the source tree
15531          # (if the path is not absolute).  The absolute path cannot be DOS-style,
15532          # because $ac_f cannot contain `:'.
15533          test -f "$ac_f" ||
15534            case $ac_f in
15535            [\\/$]*) false;;
15536            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15537            esac ||
15538            as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15539       esac
15540       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15541       as_fn_append ac_file_inputs " '$ac_f'"
15542     done
15543
15544     # Let's still pretend it is `configure' which instantiates (i.e., don't
15545     # use $as_me), people would be surprised to read:
15546     #    /* config.h.  Generated by config.status.  */
15547     configure_input='Generated from '`
15548           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15549         `' by configure.'
15550     if test x"$ac_file" != x-; then
15551       configure_input="$ac_file.  $configure_input"
15552       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15553 $as_echo "$as_me: creating $ac_file" >&6;}
15554     fi
15555     # Neutralize special characters interpreted by sed in replacement strings.
15556     case $configure_input in #(
15557     *\&* | *\|* | *\\* )
15558        ac_sed_conf_input=`$as_echo "$configure_input" |
15559        sed 's/[\\\\&|]/\\\\&/g'`;; #(
15560     *) ac_sed_conf_input=$configure_input;;
15561     esac
15562
15563     case $ac_tag in
15564     *:-:* | *:-) cat >"$tmp/stdin" \
15565       || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15566     esac
15567     ;;
15568   esac
15569
15570   ac_dir=`$as_dirname -- "$ac_file" ||
15571 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15572          X"$ac_file" : 'X\(//\)[^/]' \| \
15573          X"$ac_file" : 'X\(//\)$' \| \
15574          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15575 $as_echo X"$ac_file" |
15576     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15577             s//\1/
15578             q
15579           }
15580           /^X\(\/\/\)[^/].*/{
15581             s//\1/
15582             q
15583           }
15584           /^X\(\/\/\)$/{
15585             s//\1/
15586             q
15587           }
15588           /^X\(\/\).*/{
15589             s//\1/
15590             q
15591           }
15592           s/.*/./; q'`
15593   as_dir="$ac_dir"; as_fn_mkdir_p
15594   ac_builddir=.
15595
15596 case "$ac_dir" in
15597 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15598 *)
15599   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15600   # A ".." for each directory in $ac_dir_suffix.
15601   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15602   case $ac_top_builddir_sub in
15603   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15604   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15605   esac ;;
15606 esac
15607 ac_abs_top_builddir=$ac_pwd
15608 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15609 # for backward compatibility:
15610 ac_top_builddir=$ac_top_build_prefix
15611
15612 case $srcdir in
15613   .)  # We are building in place.
15614     ac_srcdir=.
15615     ac_top_srcdir=$ac_top_builddir_sub
15616     ac_abs_top_srcdir=$ac_pwd ;;
15617   [\\/]* | ?:[\\/]* )  # Absolute name.
15618     ac_srcdir=$srcdir$ac_dir_suffix;
15619     ac_top_srcdir=$srcdir
15620     ac_abs_top_srcdir=$srcdir ;;
15621   *) # Relative name.
15622     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15623     ac_top_srcdir=$ac_top_build_prefix$srcdir
15624     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15625 esac
15626 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15627
15628
15629   case $ac_mode in
15630   :F)
15631   #
15632   # CONFIG_FILE
15633   #
15634
15635   case $INSTALL in
15636   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15637   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15638   esac
15639   ac_MKDIR_P=$MKDIR_P
15640   case $MKDIR_P in
15641   [\\/$]* | ?:[\\/]* ) ;;
15642   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
15643   esac
15644 _ACEOF
15645
15646 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15647 # If the template does not know about datarootdir, expand it.
15648 # FIXME: This hack should be removed a few years after 2.60.
15649 ac_datarootdir_hack=; ac_datarootdir_seen=
15650 ac_sed_dataroot='
15651 /datarootdir/ {
15652   p
15653   q
15654 }
15655 /@datadir@/p
15656 /@docdir@/p
15657 /@infodir@/p
15658 /@localedir@/p
15659 /@mandir@/p'
15660 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15661 *datarootdir*) ac_datarootdir_seen=yes;;
15662 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15663   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15664 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15665 _ACEOF
15666 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15667   ac_datarootdir_hack='
15668   s&@datadir@&$datadir&g
15669   s&@docdir@&$docdir&g
15670   s&@infodir@&$infodir&g
15671   s&@localedir@&$localedir&g
15672   s&@mandir@&$mandir&g
15673   s&\\\${datarootdir}&$datarootdir&g' ;;
15674 esac
15675 _ACEOF
15676
15677 # Neutralize VPATH when `$srcdir' = `.'.
15678 # Shell code in configure.ac might set extrasub.
15679 # FIXME: do we really want to maintain this feature?
15680 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15681 ac_sed_extra="$ac_vpsub
15682 $extrasub
15683 _ACEOF
15684 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15685 :t
15686 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15687 s|@configure_input@|$ac_sed_conf_input|;t t
15688 s&@top_builddir@&$ac_top_builddir_sub&;t t
15689 s&@top_build_prefix@&$ac_top_build_prefix&;t t
15690 s&@srcdir@&$ac_srcdir&;t t
15691 s&@abs_srcdir@&$ac_abs_srcdir&;t t
15692 s&@top_srcdir@&$ac_top_srcdir&;t t
15693 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15694 s&@builddir@&$ac_builddir&;t t
15695 s&@abs_builddir@&$ac_abs_builddir&;t t
15696 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15697 s&@INSTALL@&$ac_INSTALL&;t t
15698 s&@MKDIR_P@&$ac_MKDIR_P&;t t
15699 $ac_datarootdir_hack
15700 "
15701 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
15702   || as_fn_error "could not create $ac_file" "$LINENO" 5
15703
15704 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15705   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15706   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15707   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15708 which seems to be undefined.  Please make sure it is defined." >&5
15709 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15710 which seems to be undefined.  Please make sure it is defined." >&2;}
15711
15712   rm -f "$tmp/stdin"
15713   case $ac_file in
15714   -) cat "$tmp/out" && rm -f "$tmp/out";;
15715   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15716   esac \
15717   || as_fn_error "could not create $ac_file" "$LINENO" 5
15718  ;;
15719   :H)
15720   #
15721   # CONFIG_HEADER
15722   #
15723   if test x"$ac_file" != x-; then
15724     {
15725       $as_echo "/* $configure_input  */" \
15726       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
15727     } >"$tmp/config.h" \
15728       || as_fn_error "could not create $ac_file" "$LINENO" 5
15729     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
15730       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15731 $as_echo "$as_me: $ac_file is unchanged" >&6;}
15732     else
15733       rm -f "$ac_file"
15734       mv "$tmp/config.h" "$ac_file" \
15735         || as_fn_error "could not create $ac_file" "$LINENO" 5
15736     fi
15737   else
15738     $as_echo "/* $configure_input  */" \
15739       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
15740       || as_fn_error "could not create -" "$LINENO" 5
15741   fi
15742 # Compute "$ac_file"'s index in $config_headers.
15743 _am_arg="$ac_file"
15744 _am_stamp_count=1
15745 for _am_header in $config_headers :; do
15746   case $_am_header in
15747     $_am_arg | $_am_arg:* )
15748       break ;;
15749     * )
15750       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
15751   esac
15752 done
15753 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
15754 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15755          X"$_am_arg" : 'X\(//\)[^/]' \| \
15756          X"$_am_arg" : 'X\(//\)$' \| \
15757          X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
15758 $as_echo X"$_am_arg" |
15759     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15760             s//\1/
15761             q
15762           }
15763           /^X\(\/\/\)[^/].*/{
15764             s//\1/
15765             q
15766           }
15767           /^X\(\/\/\)$/{
15768             s//\1/
15769             q
15770           }
15771           /^X\(\/\).*/{
15772             s//\1/
15773             q
15774           }
15775           s/.*/./; q'`/stamp-h$_am_stamp_count
15776  ;;
15777
15778   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15779 $as_echo "$as_me: executing $ac_file commands" >&6;}
15780  ;;
15781   esac
15782
15783
15784   case $ac_file$ac_mode in
15785     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
15786   # Autoconf 2.62 quotes --file arguments for eval, but not when files
15787   # are listed without --file.  Let's play safe and only enable the eval
15788   # if we detect the quoting.
15789   case $CONFIG_FILES in
15790   *\'*) eval set x "$CONFIG_FILES" ;;
15791   *)   set x $CONFIG_FILES ;;
15792   esac
15793   shift
15794   for mf
15795   do
15796     # Strip MF so we end up with the name of the file.
15797     mf=`echo "$mf" | sed -e 's/:.*$//'`
15798     # Check whether this is an Automake generated Makefile or not.
15799     # We used to match only the files named `Makefile.in', but
15800     # some people rename them; so instead we look at the file content.
15801     # Grep'ing the first line is not enough: some people post-process
15802     # each Makefile.in and add a new line on top of each file to say so.
15803     # Grep'ing the whole file is not good either: AIX grep has a line
15804     # limit of 2048, but all sed's we know have understand at least 4000.
15805     if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
15806       dirpart=`$as_dirname -- "$mf" ||
15807 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15808          X"$mf" : 'X\(//\)[^/]' \| \
15809          X"$mf" : 'X\(//\)$' \| \
15810          X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
15811 $as_echo X"$mf" |
15812     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15813             s//\1/
15814             q
15815           }
15816           /^X\(\/\/\)[^/].*/{
15817             s//\1/
15818             q
15819           }
15820           /^X\(\/\/\)$/{
15821             s//\1/
15822             q
15823           }
15824           /^X\(\/\).*/{
15825             s//\1/
15826             q
15827           }
15828           s/.*/./; q'`
15829     else
15830       continue
15831     fi
15832     # Extract the definition of DEPDIR, am__include, and am__quote
15833     # from the Makefile without running `make'.
15834     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
15835     test -z "$DEPDIR" && continue
15836     am__include=`sed -n 's/^am__include = //p' < "$mf"`
15837     test -z "am__include" && continue
15838     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
15839     # When using ansi2knr, U may be empty or an underscore; expand it
15840     U=`sed -n 's/^U = //p' < "$mf"`
15841     # Find all dependency output files, they are included files with
15842     # $(DEPDIR) in their names.  We invoke sed twice because it is the
15843     # simplest approach to changing $(DEPDIR) to its actual value in the
15844     # expansion.
15845     for file in `sed -n "
15846       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
15847          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
15848       # Make sure the directory exists.
15849       test -f "$dirpart/$file" && continue
15850       fdir=`$as_dirname -- "$file" ||
15851 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15852          X"$file" : 'X\(//\)[^/]' \| \
15853          X"$file" : 'X\(//\)$' \| \
15854          X"$file" : 'X\(/\)' \| . 2>/dev/null ||
15855 $as_echo X"$file" |
15856     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15857             s//\1/
15858             q
15859           }
15860           /^X\(\/\/\)[^/].*/{
15861             s//\1/
15862             q
15863           }
15864           /^X\(\/\/\)$/{
15865             s//\1/
15866             q
15867           }
15868           /^X\(\/\).*/{
15869             s//\1/
15870             q
15871           }
15872           s/.*/./; q'`
15873       as_dir=$dirpart/$fdir; as_fn_mkdir_p
15874       # echo "creating $dirpart/$file"
15875       echo '# dummy' > "$dirpart/$file"
15876     done
15877   done
15878 }
15879  ;;
15880     "libtool":C)
15881
15882     # See if we are running on zsh, and set the options which allow our
15883     # commands through without removal of \ escapes.
15884     if test -n "${ZSH_VERSION+set}" ; then
15885       setopt NO_GLOB_SUBST
15886     fi
15887
15888     cfgfile="${ofile}T"
15889     trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15890     $RM "$cfgfile"
15891
15892     cat <<_LT_EOF >> "$cfgfile"
15893 #! $SHELL
15894
15895 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15896 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15897 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15898 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
15899 #
15900 #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15901 #                 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15902 #   Written by Gordon Matzigkeit, 1996
15903 #
15904 #   This file is part of GNU Libtool.
15905 #
15906 # GNU Libtool is free software; you can redistribute it and/or
15907 # modify it under the terms of the GNU General Public License as
15908 # published by the Free Software Foundation; either version 2 of
15909 # the License, or (at your option) any later version.
15910 #
15911 # As a special exception to the GNU General Public License,
15912 # if you distribute this file as part of a program or library that
15913 # is built using GNU Libtool, you may include this file under the
15914 # same distribution terms that you use for the rest of that program.
15915 #
15916 # GNU Libtool is distributed in the hope that it will be useful,
15917 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15918 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15919 # GNU General Public License for more details.
15920 #
15921 # You should have received a copy of the GNU General Public License
15922 # along with GNU Libtool; see the file COPYING.  If not, a copy
15923 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15924 # obtained by writing to the Free Software Foundation, Inc.,
15925 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15926
15927
15928 # The names of the tagged configurations supported by this script.
15929 available_tags=""
15930
15931 # ### BEGIN LIBTOOL CONFIG
15932
15933 # Which release of libtool.m4 was used?
15934 macro_version=$macro_version
15935 macro_revision=$macro_revision
15936
15937 # Whether or not to build shared libraries.
15938 build_libtool_libs=$enable_shared
15939
15940 # Whether or not to build static libraries.
15941 build_old_libs=$enable_static
15942
15943 # What type of objects to build.
15944 pic_mode=$pic_mode
15945
15946 # Whether or not to optimize for fast installation.
15947 fast_install=$enable_fast_install
15948
15949 # Shell to use when invoking shell scripts.
15950 SHELL=$lt_SHELL
15951
15952 # An echo program that protects backslashes.
15953 ECHO=$lt_ECHO
15954
15955 # The host system.
15956 host_alias=$host_alias
15957 host=$host
15958 host_os=$host_os
15959
15960 # The build system.
15961 build_alias=$build_alias
15962 build=$build
15963 build_os=$build_os
15964
15965 # A sed program that does not truncate output.
15966 SED=$lt_SED
15967
15968 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
15969 Xsed="\$SED -e 1s/^X//"
15970
15971 # A grep program that handles long lines.
15972 GREP=$lt_GREP
15973
15974 # An ERE matcher.
15975 EGREP=$lt_EGREP
15976
15977 # A literal string matcher.
15978 FGREP=$lt_FGREP
15979
15980 # A BSD- or MS-compatible name lister.
15981 NM=$lt_NM
15982
15983 # Whether we need soft or hard links.
15984 LN_S=$lt_LN_S
15985
15986 # What is the maximum length of a command?
15987 max_cmd_len=$max_cmd_len
15988
15989 # Object file suffix (normally "o").
15990 objext=$ac_objext
15991
15992 # Executable file suffix (normally "").
15993 exeext=$exeext
15994
15995 # whether the shell understands "unset".
15996 lt_unset=$lt_unset
15997
15998 # turn spaces into newlines.
15999 SP2NL=$lt_lt_SP2NL
16000
16001 # turn newlines into spaces.
16002 NL2SP=$lt_lt_NL2SP
16003
16004 # An object symbol dumper.
16005 OBJDUMP=$lt_OBJDUMP
16006
16007 # Method to check whether dependent libraries are shared objects.
16008 deplibs_check_method=$lt_deplibs_check_method
16009
16010 # Command to use when deplibs_check_method == "file_magic".
16011 file_magic_cmd=$lt_file_magic_cmd
16012
16013 # The archiver.
16014 AR=$lt_AR
16015 AR_FLAGS=$lt_AR_FLAGS
16016
16017 # A symbol stripping program.
16018 STRIP=$lt_STRIP
16019
16020 # Commands used to install an old-style archive.
16021 RANLIB=$lt_RANLIB
16022 old_postinstall_cmds=$lt_old_postinstall_cmds
16023 old_postuninstall_cmds=$lt_old_postuninstall_cmds
16024
16025 # Whether to use a lock for old archive extraction.
16026 lock_old_archive_extraction=$lock_old_archive_extraction
16027
16028 # A C compiler.
16029 LTCC=$lt_CC
16030
16031 # LTCC compiler flags.
16032 LTCFLAGS=$lt_CFLAGS
16033
16034 # Take the output of nm and produce a listing of raw symbols and C names.
16035 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16036
16037 # Transform the output of nm in a proper C declaration.
16038 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16039
16040 # Transform the output of nm in a C name address pair.
16041 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16042
16043 # Transform the output of nm in a C name address pair when lib prefix is needed.
16044 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16045
16046 # The name of the directory that contains temporary libtool files.
16047 objdir=$objdir
16048
16049 # Used to examine libraries when file_magic_cmd begins with "file".
16050 MAGIC_CMD=$MAGIC_CMD
16051
16052 # Must we lock files when doing compilation?
16053 need_locks=$lt_need_locks
16054
16055 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16056 DSYMUTIL=$lt_DSYMUTIL
16057
16058 # Tool to change global to local symbols on Mac OS X.
16059 NMEDIT=$lt_NMEDIT
16060
16061 # Tool to manipulate fat objects and archives on Mac OS X.
16062 LIPO=$lt_LIPO
16063
16064 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
16065 OTOOL=$lt_OTOOL
16066
16067 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16068 OTOOL64=$lt_OTOOL64
16069
16070 # Old archive suffix (normally "a").
16071 libext=$libext
16072
16073 # Shared library suffix (normally ".so").
16074 shrext_cmds=$lt_shrext_cmds
16075
16076 # The commands to extract the exported symbol list from a shared archive.
16077 extract_expsyms_cmds=$lt_extract_expsyms_cmds
16078
16079 # Variables whose values should be saved in libtool wrapper scripts and
16080 # restored at link time.
16081 variables_saved_for_relink=$lt_variables_saved_for_relink
16082
16083 # Do we need the "lib" prefix for modules?
16084 need_lib_prefix=$need_lib_prefix
16085
16086 # Do we need a version for libraries?
16087 need_version=$need_version
16088
16089 # Library versioning type.
16090 version_type=$version_type
16091
16092 # Shared library runtime path variable.
16093 runpath_var=$runpath_var
16094
16095 # Shared library path variable.
16096 shlibpath_var=$shlibpath_var
16097
16098 # Is shlibpath searched before the hard-coded library search path?
16099 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16100
16101 # Format of library name prefix.
16102 libname_spec=$lt_libname_spec
16103
16104 # List of archive names.  First name is the real one, the rest are links.
16105 # The last name is the one that the linker finds with -lNAME
16106 library_names_spec=$lt_library_names_spec
16107
16108 # The coded name of the library, if different from the real name.
16109 soname_spec=$lt_soname_spec
16110
16111 # Permission mode override for installation of shared libraries.
16112 install_override_mode=$lt_install_override_mode
16113
16114 # Command to use after installation of a shared archive.
16115 postinstall_cmds=$lt_postinstall_cmds
16116
16117 # Command to use after uninstallation of a shared archive.
16118 postuninstall_cmds=$lt_postuninstall_cmds
16119
16120 # Commands used to finish a libtool library installation in a directory.
16121 finish_cmds=$lt_finish_cmds
16122
16123 # As "finish_cmds", except a single script fragment to be evaled but
16124 # not shown.
16125 finish_eval=$lt_finish_eval
16126
16127 # Whether we should hardcode library paths into libraries.
16128 hardcode_into_libs=$hardcode_into_libs
16129
16130 # Compile-time system search path for libraries.
16131 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16132
16133 # Run-time system search path for libraries.
16134 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16135
16136 # Whether dlopen is supported.
16137 dlopen_support=$enable_dlopen
16138
16139 # Whether dlopen of programs is supported.
16140 dlopen_self=$enable_dlopen_self
16141
16142 # Whether dlopen of statically linked programs is supported.
16143 dlopen_self_static=$enable_dlopen_self_static
16144
16145 # Commands to strip libraries.
16146 old_striplib=$lt_old_striplib
16147 striplib=$lt_striplib
16148
16149
16150 # The linker used to build libraries.
16151 LD=$lt_LD
16152
16153 # How to create reloadable object files.
16154 reload_flag=$lt_reload_flag
16155 reload_cmds=$lt_reload_cmds
16156
16157 # Commands used to build an old-style archive.
16158 old_archive_cmds=$lt_old_archive_cmds
16159
16160 # A language specific compiler.
16161 CC=$lt_compiler
16162
16163 # Is the compiler the GNU compiler?
16164 with_gcc=$GCC
16165
16166 # Compiler flag to turn off builtin functions.
16167 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16168
16169 # How to pass a linker flag through the compiler.
16170 wl=$lt_lt_prog_compiler_wl
16171
16172 # Additional compiler flags for building library objects.
16173 pic_flag=$lt_lt_prog_compiler_pic
16174
16175 # Compiler flag to prevent dynamic linking.
16176 link_static_flag=$lt_lt_prog_compiler_static
16177
16178 # Does compiler simultaneously support -c and -o options?
16179 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16180
16181 # Whether or not to add -lc for building shared libraries.
16182 build_libtool_need_lc=$archive_cmds_need_lc
16183
16184 # Whether or not to disallow shared libs when runtime libs are static.
16185 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16186
16187 # Compiler flag to allow reflexive dlopens.
16188 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16189
16190 # Compiler flag to generate shared objects directly from archives.
16191 whole_archive_flag_spec=$lt_whole_archive_flag_spec
16192
16193 # Whether the compiler copes with passing no objects directly.
16194 compiler_needs_object=$lt_compiler_needs_object
16195
16196 # Create an old-style archive from a shared archive.
16197 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16198
16199 # Create a temporary old-style archive to link instead of a shared archive.
16200 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16201
16202 # Commands used to build a shared archive.
16203 archive_cmds=$lt_archive_cmds
16204 archive_expsym_cmds=$lt_archive_expsym_cmds
16205
16206 # Commands used to build a loadable module if different from building
16207 # a shared archive.
16208 module_cmds=$lt_module_cmds
16209 module_expsym_cmds=$lt_module_expsym_cmds
16210
16211 # Whether we are building with GNU ld or not.
16212 with_gnu_ld=$lt_with_gnu_ld
16213
16214 # Flag that allows shared libraries with undefined symbols to be built.
16215 allow_undefined_flag=$lt_allow_undefined_flag
16216
16217 # Flag that enforces no undefined symbols.
16218 no_undefined_flag=$lt_no_undefined_flag
16219
16220 # Flag to hardcode \$libdir into a binary during linking.
16221 # This must work even if \$libdir does not exist
16222 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16223
16224 # If ld is used when linking, flag to hardcode \$libdir into a binary
16225 # during linking.  This must work even if \$libdir does not exist.
16226 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16227
16228 # Whether we need a single "-rpath" flag with a separated argument.
16229 hardcode_libdir_separator=$lt_hardcode_libdir_separator
16230
16231 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16232 # DIR into the resulting binary.
16233 hardcode_direct=$hardcode_direct
16234
16235 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16236 # DIR into the resulting binary and the resulting library dependency is
16237 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16238 # library is relocated.
16239 hardcode_direct_absolute=$hardcode_direct_absolute
16240
16241 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16242 # into the resulting binary.
16243 hardcode_minus_L=$hardcode_minus_L
16244
16245 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16246 # into the resulting binary.
16247 hardcode_shlibpath_var=$hardcode_shlibpath_var
16248
16249 # Set to "yes" if building a shared library automatically hardcodes DIR
16250 # into the library and all subsequent libraries and executables linked
16251 # against it.
16252 hardcode_automatic=$hardcode_automatic
16253
16254 # Set to yes if linker adds runtime paths of dependent libraries
16255 # to runtime path list.
16256 inherit_rpath=$inherit_rpath
16257
16258 # Whether libtool must link a program against all its dependency libraries.
16259 link_all_deplibs=$link_all_deplibs
16260
16261 # Fix the shell variable \$srcfile for the compiler.
16262 fix_srcfile_path=$lt_fix_srcfile_path
16263
16264 # Set to "yes" if exported symbols are required.
16265 always_export_symbols=$always_export_symbols
16266
16267 # The commands to list exported symbols.
16268 export_symbols_cmds=$lt_export_symbols_cmds
16269
16270 # Symbols that should not be listed in the preloaded symbols.
16271 exclude_expsyms=$lt_exclude_expsyms
16272
16273 # Symbols that must always be exported.
16274 include_expsyms=$lt_include_expsyms
16275
16276 # Commands necessary for linking programs (against libraries) with templates.
16277 prelink_cmds=$lt_prelink_cmds
16278
16279 # Specify filename containing input files.
16280 file_list_spec=$lt_file_list_spec
16281
16282 # How to hardcode a shared library path into an executable.
16283 hardcode_action=$hardcode_action
16284
16285 # ### END LIBTOOL CONFIG
16286
16287 _LT_EOF
16288
16289   case $host_os in
16290   aix3*)
16291     cat <<\_LT_EOF >> "$cfgfile"
16292 # AIX sometimes has problems with the GCC collect2 program.  For some
16293 # reason, if we set the COLLECT_NAMES environment variable, the problems
16294 # vanish in a puff of smoke.
16295 if test "X${COLLECT_NAMES+set}" != Xset; then
16296   COLLECT_NAMES=
16297   export COLLECT_NAMES
16298 fi
16299 _LT_EOF
16300     ;;
16301   esac
16302
16303
16304 ltmain="$ac_aux_dir/ltmain.sh"
16305
16306
16307   # We use sed instead of cat because bash on DJGPP gets confused if
16308   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
16309   # text mode, it properly converts lines to CR/LF.  This bash problem
16310   # is reportedly fixed, but why not run on old versions too?
16311   sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16312     || (rm -f "$cfgfile"; exit 1)
16313
16314   case $xsi_shell in
16315   yes)
16316     cat << \_LT_EOF >> "$cfgfile"
16317
16318 # func_dirname file append nondir_replacement
16319 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
16320 # otherwise set result to NONDIR_REPLACEMENT.
16321 func_dirname ()
16322 {
16323   case ${1} in
16324     */*) func_dirname_result="${1%/*}${2}" ;;
16325     *  ) func_dirname_result="${3}" ;;
16326   esac
16327 }
16328
16329 # func_basename file
16330 func_basename ()
16331 {
16332   func_basename_result="${1##*/}"
16333 }
16334
16335 # func_dirname_and_basename file append nondir_replacement
16336 # perform func_basename and func_dirname in a single function
16337 # call:
16338 #   dirname:  Compute the dirname of FILE.  If nonempty,
16339 #             add APPEND to the result, otherwise set result
16340 #             to NONDIR_REPLACEMENT.
16341 #             value returned in "$func_dirname_result"
16342 #   basename: Compute filename of FILE.
16343 #             value retuned in "$func_basename_result"
16344 # Implementation must be kept synchronized with func_dirname
16345 # and func_basename. For efficiency, we do not delegate to
16346 # those functions but instead duplicate the functionality here.
16347 func_dirname_and_basename ()
16348 {
16349   case ${1} in
16350     */*) func_dirname_result="${1%/*}${2}" ;;
16351     *  ) func_dirname_result="${3}" ;;
16352   esac
16353   func_basename_result="${1##*/}"
16354 }
16355
16356 # func_stripname prefix suffix name
16357 # strip PREFIX and SUFFIX off of NAME.
16358 # PREFIX and SUFFIX must not contain globbing or regex special
16359 # characters, hashes, percent signs, but SUFFIX may contain a leading
16360 # dot (in which case that matches only a dot).
16361 func_stripname ()
16362 {
16363   # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16364   # positional parameters, so assign one to ordinary parameter first.
16365   func_stripname_result=${3}
16366   func_stripname_result=${func_stripname_result#"${1}"}
16367   func_stripname_result=${func_stripname_result%"${2}"}
16368 }
16369
16370 # func_opt_split
16371 func_opt_split ()
16372 {
16373   func_opt_split_opt=${1%%=*}
16374   func_opt_split_arg=${1#*=}
16375 }
16376
16377 # func_lo2o object
16378 func_lo2o ()
16379 {
16380   case ${1} in
16381     *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16382     *)    func_lo2o_result=${1} ;;
16383   esac
16384 }
16385
16386 # func_xform libobj-or-source
16387 func_xform ()
16388 {
16389   func_xform_result=${1%.*}.lo
16390 }
16391
16392 # func_arith arithmetic-term...
16393 func_arith ()
16394 {
16395   func_arith_result=$(( $* ))
16396 }
16397
16398 # func_len string
16399 # STRING may not start with a hyphen.
16400 func_len ()
16401 {
16402   func_len_result=${#1}
16403 }
16404
16405 _LT_EOF
16406     ;;
16407   *) # Bourne compatible functions.
16408     cat << \_LT_EOF >> "$cfgfile"
16409
16410 # func_dirname file append nondir_replacement
16411 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
16412 # otherwise set result to NONDIR_REPLACEMENT.
16413 func_dirname ()
16414 {
16415   # Extract subdirectory from the argument.
16416   func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16417   if test "X$func_dirname_result" = "X${1}"; then
16418     func_dirname_result="${3}"
16419   else
16420     func_dirname_result="$func_dirname_result${2}"
16421   fi
16422 }
16423
16424 # func_basename file
16425 func_basename ()
16426 {
16427   func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16428 }
16429
16430
16431 # func_stripname prefix suffix name
16432 # strip PREFIX and SUFFIX off of NAME.
16433 # PREFIX and SUFFIX must not contain globbing or regex special
16434 # characters, hashes, percent signs, but SUFFIX may contain a leading
16435 # dot (in which case that matches only a dot).
16436 # func_strip_suffix prefix name
16437 func_stripname ()
16438 {
16439   case ${2} in
16440     .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16441     *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16442   esac
16443 }
16444
16445 # sed scripts:
16446 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16447 my_sed_long_arg='1s/^-[^=]*=//'
16448
16449 # func_opt_split
16450 func_opt_split ()
16451 {
16452   func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16453   func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16454 }
16455
16456 # func_lo2o object
16457 func_lo2o ()
16458 {
16459   func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16460 }
16461
16462 # func_xform libobj-or-source
16463 func_xform ()
16464 {
16465   func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16466 }
16467
16468 # func_arith arithmetic-term...
16469 func_arith ()
16470 {
16471   func_arith_result=`expr "$@"`
16472 }
16473
16474 # func_len string
16475 # STRING may not start with a hyphen.
16476 func_len ()
16477 {
16478   func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16479 }
16480
16481 _LT_EOF
16482 esac
16483
16484 case $lt_shell_append in
16485   yes)
16486     cat << \_LT_EOF >> "$cfgfile"
16487
16488 # func_append var value
16489 # Append VALUE to the end of shell variable VAR.
16490 func_append ()
16491 {
16492   eval "$1+=\$2"
16493 }
16494 _LT_EOF
16495     ;;
16496   *)
16497     cat << \_LT_EOF >> "$cfgfile"
16498
16499 # func_append var value
16500 # Append VALUE to the end of shell variable VAR.
16501 func_append ()
16502 {
16503   eval "$1=\$$1\$2"
16504 }
16505
16506 _LT_EOF
16507     ;;
16508   esac
16509
16510
16511   sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16512     || (rm -f "$cfgfile"; exit 1)
16513
16514   mv -f "$cfgfile" "$ofile" ||
16515     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16516   chmod +x "$ofile"
16517
16518  ;;
16519     "default-1":C)
16520     for ac_file in $CONFIG_FILES; do
16521       # Support "outfile[:infile[:infile...]]"
16522       case "$ac_file" in
16523         *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
16524       esac
16525       # PO directories have a Makefile.in generated from Makefile.in.in.
16526       case "$ac_file" in */Makefile.in)
16527         # Adjust a relative srcdir.
16528         ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
16529         ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
16530         ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
16531         # In autoconf-2.13 it is called $ac_given_srcdir.
16532         # In autoconf-2.50 it is called $srcdir.
16533         test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
16534         case "$ac_given_srcdir" in
16535           .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
16536           /*) top_srcdir="$ac_given_srcdir" ;;
16537           *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
16538         esac
16539         if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
16540           rm -f "$ac_dir/POTFILES"
16541           test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
16542           cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[   ]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
16543           POMAKEFILEDEPS="POTFILES.in"
16544           # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
16545           # on $ac_dir but don't depend on user-specified configuration
16546           # parameters.
16547           if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
16548             # The LINGUAS file contains the set of available languages.
16549             if test -n "$OBSOLETE_ALL_LINGUAS"; then
16550               test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
16551             fi
16552             ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
16553             # Hide the ALL_LINGUAS assigment from automake.
16554             eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
16555             POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
16556           else
16557             # The set of available languages was given in configure.in.
16558             eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
16559           fi
16560           case "$ac_given_srcdir" in
16561             .) srcdirpre= ;;
16562             *) srcdirpre='$(srcdir)/' ;;
16563           esac
16564           POFILES=
16565           GMOFILES=
16566           UPDATEPOFILES=
16567           DUMMYPOFILES=
16568           for lang in $ALL_LINGUAS; do
16569             POFILES="$POFILES $srcdirpre$lang.po"
16570             GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
16571             UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
16572             DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
16573           done
16574           # CATALOGS depends on both $ac_dir and the user's LINGUAS
16575           # environment variable.
16576           INST_LINGUAS=
16577           if test -n "$ALL_LINGUAS"; then
16578             for presentlang in $ALL_LINGUAS; do
16579               useit=no
16580               if test "%UNSET%" != "$LINGUAS"; then
16581                 desiredlanguages="$LINGUAS"
16582               else
16583                 desiredlanguages="$ALL_LINGUAS"
16584               fi
16585               for desiredlang in $desiredlanguages; do
16586                 # Use the presentlang catalog if desiredlang is
16587                 #   a. equal to presentlang, or
16588                 #   b. a variant of presentlang (because in this case,
16589                 #      presentlang can be used as a fallback for messages
16590                 #      which are not translated in the desiredlang catalog).
16591                 case "$desiredlang" in
16592                   "$presentlang"*) useit=yes;;
16593                 esac
16594               done
16595               if test $useit = yes; then
16596                 INST_LINGUAS="$INST_LINGUAS $presentlang"
16597               fi
16598             done
16599           fi
16600           CATALOGS=
16601           if test -n "$INST_LINGUAS"; then
16602             for lang in $INST_LINGUAS; do
16603               CATALOGS="$CATALOGS $lang.gmo"
16604             done
16605           fi
16606           test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
16607           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"
16608           for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
16609             if test -f "$f"; then
16610               case "$f" in
16611                 *.orig | *.bak | *~) ;;
16612                 *) cat "$f" >> "$ac_dir/Makefile" ;;
16613               esac
16614             fi
16615           done
16616         fi
16617         ;;
16618       esac
16619     done ;;
16620
16621   esac
16622 done # for ac_tag
16623
16624
16625 as_fn_exit 0
16626 _ACEOF
16627 ac_clean_files=$ac_clean_files_save
16628
16629 test $ac_write_fail = 0 ||
16630   as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
16631
16632
16633 # configure is writing to config.log, and then calls config.status.
16634 # config.status does its own redirection, appending to config.log.
16635 # Unfortunately, on DOS this fails, as config.log is still kept open
16636 # by configure, so config.status won't be able to write to it; its
16637 # output is simply discarded.  So we exec the FD to /dev/null,
16638 # effectively closing config.log, so it can be properly (re)opened and
16639 # appended to by config.status.  When coming back to configure, we
16640 # need to make the FD available again.
16641 if test "$no_create" != yes; then
16642   ac_cs_success=:
16643   ac_config_status_args=
16644   test "$silent" = yes &&
16645     ac_config_status_args="$ac_config_status_args --quiet"
16646   exec 5>/dev/null
16647   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16648   exec 5>>config.log
16649   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16650   # would make configure fail if this is the last instruction.
16651   $ac_cs_success || as_fn_exit $?
16652 fi
16653 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16654   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16655 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16656 fi
16657