Revert the AM_ZLIB change in binutils
[external/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.25.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.25.51'
560 PACKAGE_STRING='binutils 2.25.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 zlibinc
622 zlibdir
623 ALLOCA
624 DEMANGLER_NAME
625 EXEEXT_FOR_BUILD
626 CC_FOR_BUILD
627 HDEFINES
628 GENINSRC_NEVER_FALSE
629 GENINSRC_NEVER_TRUE
630 MAINT
631 MAINTAINER_MODE_FALSE
632 MAINTAINER_MODE_TRUE
633 MSGMERGE
634 MSGFMT
635 MKINSTALLDIRS
636 CATOBJEXT
637 GENCAT
638 INSTOBJEXT
639 DATADIRNAME
640 CATALOGS
641 POSUB
642 GMSGFMT
643 XGETTEXT
644 INCINTL
645 LIBINTL_DEP
646 LIBINTL
647 USE_NLS
648 LEXLIB
649 LEX_OUTPUT_ROOT
650 LEX
651 YFLAGS
652 YACC
653 NO_WERROR
654 WARN_CFLAGS
655 OTOOL64
656 OTOOL
657 LIPO
658 NMEDIT
659 DSYMUTIL
660 RANLIB
661 AR
662 OBJDUMP
663 LN_S
664 NM
665 ac_ct_DUMPBIN
666 DUMPBIN
667 LD
668 FGREP
669 SED
670 LIBTOOL
671 EGREP
672 GREP
673 CPP
674 am__fastdepCC_FALSE
675 am__fastdepCC_TRUE
676 CCDEPMODE
677 AMDEPBACKSLASH
678 AMDEP_FALSE
679 AMDEP_TRUE
680 am__quote
681 am__include
682 DEPDIR
683 am__untar
684 am__tar
685 AMTAR
686 am__leading_dot
687 SET_MAKE
688 AWK
689 mkdir_p
690 MKDIR_P
691 INSTALL_STRIP_PROGRAM
692 STRIP
693 install_sh
694 MAKEINFO
695 AUTOHEADER
696 AUTOMAKE
697 AUTOCONF
698 ACLOCAL
699 VERSION
700 PACKAGE
701 CYGPATH_W
702 am__isrc
703 INSTALL_DATA
704 INSTALL_SCRIPT
705 INSTALL_PROGRAM
706 OBJEXT
707 EXEEXT
708 ac_ct_CC
709 CPPFLAGS
710 LDFLAGS
711 CFLAGS
712 CC
713 target_os
714 target_vendor
715 target_cpu
716 target
717 host_os
718 host_vendor
719 host_cpu
720 host
721 build_os
722 build_vendor
723 build_cpu
724 build
725 target_alias
726 host_alias
727 build_alias
728 LIBS
729 ECHO_T
730 ECHO_N
731 ECHO_C
732 DEFS
733 mandir
734 localedir
735 libdir
736 psdir
737 pdfdir
738 dvidir
739 htmldir
740 infodir
741 docdir
742 oldincludedir
743 includedir
744 localstatedir
745 sharedstatedir
746 sysconfdir
747 datadir
748 datarootdir
749 libexecdir
750 sbindir
751 bindir
752 program_transform_name
753 prefix
754 exec_prefix
755 PACKAGE_URL
756 PACKAGE_BUGREPORT
757 PACKAGE_STRING
758 PACKAGE_VERSION
759 PACKAGE_TARNAME
760 PACKAGE_NAME
761 PATH_SEPARATOR
762 SHELL'
763 ac_subst_files=''
764 ac_user_opts='
765 enable_option_checking
766 enable_dependency_tracking
767 enable_shared
768 enable_static
769 with_pic
770 enable_fast_install
771 with_gnu_ld
772 enable_libtool_lock
773 enable_plugins
774 enable_largefile
775 enable_targets
776 enable_deterministic_archives
777 enable_default_strings_all
778 enable_werror
779 enable_build_warnings
780 enable_nls
781 enable_maintainer_mode
782 with_system_zlib
783 enable_rpath
784 with_libiconv_prefix
785 '
786       ac_precious_vars='build_alias
787 host_alias
788 target_alias
789 CC
790 CFLAGS
791 LDFLAGS
792 LIBS
793 CPPFLAGS
794 CPP
795 YACC
796 YFLAGS'
797
798
799 # Initialize some variables set by options.
800 ac_init_help=
801 ac_init_version=false
802 ac_unrecognized_opts=
803 ac_unrecognized_sep=
804 # The variables have the same names as the options, with
805 # dashes changed to underlines.
806 cache_file=/dev/null
807 exec_prefix=NONE
808 no_create=
809 no_recursion=
810 prefix=NONE
811 program_prefix=NONE
812 program_suffix=NONE
813 program_transform_name=s,x,x,
814 silent=
815 site=
816 srcdir=
817 verbose=
818 x_includes=NONE
819 x_libraries=NONE
820
821 # Installation directory options.
822 # These are left unexpanded so users can "make install exec_prefix=/foo"
823 # and all the variables that are supposed to be based on exec_prefix
824 # by default will actually change.
825 # Use braces instead of parens because sh, perl, etc. also accept them.
826 # (The list follows the same order as the GNU Coding Standards.)
827 bindir='${exec_prefix}/bin'
828 sbindir='${exec_prefix}/sbin'
829 libexecdir='${exec_prefix}/libexec'
830 datarootdir='${prefix}/share'
831 datadir='${datarootdir}'
832 sysconfdir='${prefix}/etc'
833 sharedstatedir='${prefix}/com'
834 localstatedir='${prefix}/var'
835 includedir='${prefix}/include'
836 oldincludedir='/usr/include'
837 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
838 infodir='${datarootdir}/info'
839 htmldir='${docdir}'
840 dvidir='${docdir}'
841 pdfdir='${docdir}'
842 psdir='${docdir}'
843 libdir='${exec_prefix}/lib'
844 localedir='${datarootdir}/locale'
845 mandir='${datarootdir}/man'
846
847 ac_prev=
848 ac_dashdash=
849 for ac_option
850 do
851   # If the previous option needs an argument, assign it.
852   if test -n "$ac_prev"; then
853     eval $ac_prev=\$ac_option
854     ac_prev=
855     continue
856   fi
857
858   case $ac_option in
859   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
860   *)    ac_optarg=yes ;;
861   esac
862
863   # Accept the important Cygnus configure options, so we can diagnose typos.
864
865   case $ac_dashdash$ac_option in
866   --)
867     ac_dashdash=yes ;;
868
869   -bindir | --bindir | --bindi | --bind | --bin | --bi)
870     ac_prev=bindir ;;
871   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
872     bindir=$ac_optarg ;;
873
874   -build | --build | --buil | --bui | --bu)
875     ac_prev=build_alias ;;
876   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
877     build_alias=$ac_optarg ;;
878
879   -cache-file | --cache-file | --cache-fil | --cache-fi \
880   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
881     ac_prev=cache_file ;;
882   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
883   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
884     cache_file=$ac_optarg ;;
885
886   --config-cache | -C)
887     cache_file=config.cache ;;
888
889   -datadir | --datadir | --datadi | --datad)
890     ac_prev=datadir ;;
891   -datadir=* | --datadir=* | --datadi=* | --datad=*)
892     datadir=$ac_optarg ;;
893
894   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
895   | --dataroo | --dataro | --datar)
896     ac_prev=datarootdir ;;
897   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
898   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
899     datarootdir=$ac_optarg ;;
900
901   -disable-* | --disable-*)
902     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
903     # Reject names that are not valid shell variable names.
904     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
905       as_fn_error "invalid feature name: $ac_useropt"
906     ac_useropt_orig=$ac_useropt
907     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
908     case $ac_user_opts in
909       *"
910 "enable_$ac_useropt"
911 "*) ;;
912       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
913          ac_unrecognized_sep=', ';;
914     esac
915     eval enable_$ac_useropt=no ;;
916
917   -docdir | --docdir | --docdi | --doc | --do)
918     ac_prev=docdir ;;
919   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
920     docdir=$ac_optarg ;;
921
922   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
923     ac_prev=dvidir ;;
924   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
925     dvidir=$ac_optarg ;;
926
927   -enable-* | --enable-*)
928     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
929     # Reject names that are not valid shell variable names.
930     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
931       as_fn_error "invalid feature name: $ac_useropt"
932     ac_useropt_orig=$ac_useropt
933     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
934     case $ac_user_opts in
935       *"
936 "enable_$ac_useropt"
937 "*) ;;
938       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
939          ac_unrecognized_sep=', ';;
940     esac
941     eval enable_$ac_useropt=\$ac_optarg ;;
942
943   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
944   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
945   | --exec | --exe | --ex)
946     ac_prev=exec_prefix ;;
947   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
948   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
949   | --exec=* | --exe=* | --ex=*)
950     exec_prefix=$ac_optarg ;;
951
952   -gas | --gas | --ga | --g)
953     # Obsolete; use --with-gas.
954     with_gas=yes ;;
955
956   -help | --help | --hel | --he | -h)
957     ac_init_help=long ;;
958   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
959     ac_init_help=recursive ;;
960   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
961     ac_init_help=short ;;
962
963   -host | --host | --hos | --ho)
964     ac_prev=host_alias ;;
965   -host=* | --host=* | --hos=* | --ho=*)
966     host_alias=$ac_optarg ;;
967
968   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
969     ac_prev=htmldir ;;
970   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
971   | --ht=*)
972     htmldir=$ac_optarg ;;
973
974   -includedir | --includedir | --includedi | --included | --include \
975   | --includ | --inclu | --incl | --inc)
976     ac_prev=includedir ;;
977   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
978   | --includ=* | --inclu=* | --incl=* | --inc=*)
979     includedir=$ac_optarg ;;
980
981   -infodir | --infodir | --infodi | --infod | --info | --inf)
982     ac_prev=infodir ;;
983   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
984     infodir=$ac_optarg ;;
985
986   -libdir | --libdir | --libdi | --libd)
987     ac_prev=libdir ;;
988   -libdir=* | --libdir=* | --libdi=* | --libd=*)
989     libdir=$ac_optarg ;;
990
991   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
992   | --libexe | --libex | --libe)
993     ac_prev=libexecdir ;;
994   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
995   | --libexe=* | --libex=* | --libe=*)
996     libexecdir=$ac_optarg ;;
997
998   -localedir | --localedir | --localedi | --localed | --locale)
999     ac_prev=localedir ;;
1000   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1001     localedir=$ac_optarg ;;
1002
1003   -localstatedir | --localstatedir | --localstatedi | --localstated \
1004   | --localstate | --localstat | --localsta | --localst | --locals)
1005     ac_prev=localstatedir ;;
1006   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1007   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1008     localstatedir=$ac_optarg ;;
1009
1010   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1011     ac_prev=mandir ;;
1012   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1013     mandir=$ac_optarg ;;
1014
1015   -nfp | --nfp | --nf)
1016     # Obsolete; use --without-fp.
1017     with_fp=no ;;
1018
1019   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1020   | --no-cr | --no-c | -n)
1021     no_create=yes ;;
1022
1023   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1024   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1025     no_recursion=yes ;;
1026
1027   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1028   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1029   | --oldin | --oldi | --old | --ol | --o)
1030     ac_prev=oldincludedir ;;
1031   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1032   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1033   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1034     oldincludedir=$ac_optarg ;;
1035
1036   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1037     ac_prev=prefix ;;
1038   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1039     prefix=$ac_optarg ;;
1040
1041   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1042   | --program-pre | --program-pr | --program-p)
1043     ac_prev=program_prefix ;;
1044   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1045   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1046     program_prefix=$ac_optarg ;;
1047
1048   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1049   | --program-suf | --program-su | --program-s)
1050     ac_prev=program_suffix ;;
1051   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1052   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1053     program_suffix=$ac_optarg ;;
1054
1055   -program-transform-name | --program-transform-name \
1056   | --program-transform-nam | --program-transform-na \
1057   | --program-transform-n | --program-transform- \
1058   | --program-transform | --program-transfor \
1059   | --program-transfo | --program-transf \
1060   | --program-trans | --program-tran \
1061   | --progr-tra | --program-tr | --program-t)
1062     ac_prev=program_transform_name ;;
1063   -program-transform-name=* | --program-transform-name=* \
1064   | --program-transform-nam=* | --program-transform-na=* \
1065   | --program-transform-n=* | --program-transform-=* \
1066   | --program-transform=* | --program-transfor=* \
1067   | --program-transfo=* | --program-transf=* \
1068   | --program-trans=* | --program-tran=* \
1069   | --progr-tra=* | --program-tr=* | --program-t=*)
1070     program_transform_name=$ac_optarg ;;
1071
1072   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1073     ac_prev=pdfdir ;;
1074   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1075     pdfdir=$ac_optarg ;;
1076
1077   -psdir | --psdir | --psdi | --psd | --ps)
1078     ac_prev=psdir ;;
1079   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1080     psdir=$ac_optarg ;;
1081
1082   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1083   | -silent | --silent | --silen | --sile | --sil)
1084     silent=yes ;;
1085
1086   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1087     ac_prev=sbindir ;;
1088   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1089   | --sbi=* | --sb=*)
1090     sbindir=$ac_optarg ;;
1091
1092   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1093   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1094   | --sharedst | --shareds | --shared | --share | --shar \
1095   | --sha | --sh)
1096     ac_prev=sharedstatedir ;;
1097   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1098   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1099   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1100   | --sha=* | --sh=*)
1101     sharedstatedir=$ac_optarg ;;
1102
1103   -site | --site | --sit)
1104     ac_prev=site ;;
1105   -site=* | --site=* | --sit=*)
1106     site=$ac_optarg ;;
1107
1108   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1109     ac_prev=srcdir ;;
1110   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1111     srcdir=$ac_optarg ;;
1112
1113   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1114   | --syscon | --sysco | --sysc | --sys | --sy)
1115     ac_prev=sysconfdir ;;
1116   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1117   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1118     sysconfdir=$ac_optarg ;;
1119
1120   -target | --target | --targe | --targ | --tar | --ta | --t)
1121     ac_prev=target_alias ;;
1122   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1123     target_alias=$ac_optarg ;;
1124
1125   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1126     verbose=yes ;;
1127
1128   -version | --version | --versio | --versi | --vers | -V)
1129     ac_init_version=: ;;
1130
1131   -with-* | --with-*)
1132     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1133     # Reject names that are not valid shell variable names.
1134     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1135       as_fn_error "invalid package name: $ac_useropt"
1136     ac_useropt_orig=$ac_useropt
1137     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1138     case $ac_user_opts in
1139       *"
1140 "with_$ac_useropt"
1141 "*) ;;
1142       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1143          ac_unrecognized_sep=', ';;
1144     esac
1145     eval with_$ac_useropt=\$ac_optarg ;;
1146
1147   -without-* | --without-*)
1148     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1149     # Reject names that are not valid shell variable names.
1150     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1151       as_fn_error "invalid package name: $ac_useropt"
1152     ac_useropt_orig=$ac_useropt
1153     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1154     case $ac_user_opts in
1155       *"
1156 "with_$ac_useropt"
1157 "*) ;;
1158       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1159          ac_unrecognized_sep=', ';;
1160     esac
1161     eval with_$ac_useropt=no ;;
1162
1163   --x)
1164     # Obsolete; use --with-x.
1165     with_x=yes ;;
1166
1167   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1168   | --x-incl | --x-inc | --x-in | --x-i)
1169     ac_prev=x_includes ;;
1170   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1171   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1172     x_includes=$ac_optarg ;;
1173
1174   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1175   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1176     ac_prev=x_libraries ;;
1177   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1178   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1179     x_libraries=$ac_optarg ;;
1180
1181   -*) as_fn_error "unrecognized option: \`$ac_option'
1182 Try \`$0 --help' for more information."
1183     ;;
1184
1185   *=*)
1186     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1187     # Reject names that are not valid shell variable names.
1188     case $ac_envvar in #(
1189       '' | [0-9]* | *[!_$as_cr_alnum]* )
1190       as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1191     esac
1192     eval $ac_envvar=\$ac_optarg
1193     export $ac_envvar ;;
1194
1195   *)
1196     # FIXME: should be removed in autoconf 3.0.
1197     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1198     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1199       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1200     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1201     ;;
1202
1203   esac
1204 done
1205
1206 if test -n "$ac_prev"; then
1207   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1208   as_fn_error "missing argument to $ac_option"
1209 fi
1210
1211 if test -n "$ac_unrecognized_opts"; then
1212   case $enable_option_checking in
1213     no) ;;
1214     fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1215     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1216   esac
1217 fi
1218
1219 # Check all directory arguments for consistency.
1220 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1221                 datadir sysconfdir sharedstatedir localstatedir includedir \
1222                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1223                 libdir localedir mandir
1224 do
1225   eval ac_val=\$$ac_var
1226   # Remove trailing slashes.
1227   case $ac_val in
1228     */ )
1229       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1230       eval $ac_var=\$ac_val;;
1231   esac
1232   # Be sure to have absolute directory names.
1233   case $ac_val in
1234     [\\/$]* | ?:[\\/]* )  continue;;
1235     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1236   esac
1237   as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1238 done
1239
1240 # There might be people who depend on the old broken behavior: `$host'
1241 # used to hold the argument of --host etc.
1242 # FIXME: To remove some day.
1243 build=$build_alias
1244 host=$host_alias
1245 target=$target_alias
1246
1247 # FIXME: To remove some day.
1248 if test "x$host_alias" != x; then
1249   if test "x$build_alias" = x; then
1250     cross_compiling=maybe
1251     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1252     If a cross compiler is detected then cross compile mode will be used." >&2
1253   elif test "x$build_alias" != "x$host_alias"; then
1254     cross_compiling=yes
1255   fi
1256 fi
1257
1258 ac_tool_prefix=
1259 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1260
1261 test "$silent" = yes && exec 6>/dev/null
1262
1263
1264 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1265 ac_ls_di=`ls -di .` &&
1266 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1267   as_fn_error "working directory cannot be determined"
1268 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1269   as_fn_error "pwd does not report name of working directory"
1270
1271
1272 # Find the source files, if location was not specified.
1273 if test -z "$srcdir"; then
1274   ac_srcdir_defaulted=yes
1275   # Try the directory containing this script, then the parent directory.
1276   ac_confdir=`$as_dirname -- "$as_myself" ||
1277 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1278          X"$as_myself" : 'X\(//\)[^/]' \| \
1279          X"$as_myself" : 'X\(//\)$' \| \
1280          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1281 $as_echo X"$as_myself" |
1282     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1283             s//\1/
1284             q
1285           }
1286           /^X\(\/\/\)[^/].*/{
1287             s//\1/
1288             q
1289           }
1290           /^X\(\/\/\)$/{
1291             s//\1/
1292             q
1293           }
1294           /^X\(\/\).*/{
1295             s//\1/
1296             q
1297           }
1298           s/.*/./; q'`
1299   srcdir=$ac_confdir
1300   if test ! -r "$srcdir/$ac_unique_file"; then
1301     srcdir=..
1302   fi
1303 else
1304   ac_srcdir_defaulted=no
1305 fi
1306 if test ! -r "$srcdir/$ac_unique_file"; then
1307   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1308   as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1309 fi
1310 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1311 ac_abs_confdir=`(
1312         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1313         pwd)`
1314 # When building in place, set srcdir=.
1315 if test "$ac_abs_confdir" = "$ac_pwd"; then
1316   srcdir=.
1317 fi
1318 # Remove unnecessary trailing slashes from srcdir.
1319 # Double slashes in file names in object file debugging info
1320 # mess up M-x gdb in Emacs.
1321 case $srcdir in
1322 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1323 esac
1324 for ac_var in $ac_precious_vars; do
1325   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1326   eval ac_env_${ac_var}_value=\$${ac_var}
1327   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1328   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1329 done
1330
1331 #
1332 # Report the --help message.
1333 #
1334 if test "$ac_init_help" = "long"; then
1335   # Omit some internal or obsolete options to make the list less imposing.
1336   # This message is too long to be a string in the A/UX 3.1 sh.
1337   cat <<_ACEOF
1338 \`configure' configures binutils 2.25.51 to adapt to many kinds of systems.
1339
1340 Usage: $0 [OPTION]... [VAR=VALUE]...
1341
1342 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1343 VAR=VALUE.  See below for descriptions of some of the useful variables.
1344
1345 Defaults for the options are specified in brackets.
1346
1347 Configuration:
1348   -h, --help              display this help and exit
1349       --help=short        display options specific to this package
1350       --help=recursive    display the short help of all the included packages
1351   -V, --version           display version information and exit
1352   -q, --quiet, --silent   do not print \`checking...' messages
1353       --cache-file=FILE   cache test results in FILE [disabled]
1354   -C, --config-cache      alias for \`--cache-file=config.cache'
1355   -n, --no-create         do not create output files
1356       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1357
1358 Installation directories:
1359   --prefix=PREFIX         install architecture-independent files in PREFIX
1360                           [$ac_default_prefix]
1361   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1362                           [PREFIX]
1363
1364 By default, \`make install' will install all the files in
1365 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1366 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1367 for instance \`--prefix=\$HOME'.
1368
1369 For better control, use the options below.
1370
1371 Fine tuning of the installation directories:
1372   --bindir=DIR            user executables [EPREFIX/bin]
1373   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1374   --libexecdir=DIR        program executables [EPREFIX/libexec]
1375   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1376   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1377   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1378   --libdir=DIR            object code libraries [EPREFIX/lib]
1379   --includedir=DIR        C header files [PREFIX/include]
1380   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1381   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1382   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1383   --infodir=DIR           info documentation [DATAROOTDIR/info]
1384   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1385   --mandir=DIR            man documentation [DATAROOTDIR/man]
1386   --docdir=DIR            documentation root [DATAROOTDIR/doc/binutils]
1387   --htmldir=DIR           html documentation [DOCDIR]
1388   --dvidir=DIR            dvi documentation [DOCDIR]
1389   --pdfdir=DIR            pdf documentation [DOCDIR]
1390   --psdir=DIR             ps documentation [DOCDIR]
1391 _ACEOF
1392
1393   cat <<\_ACEOF
1394
1395 Program names:
1396   --program-prefix=PREFIX            prepend PREFIX to installed program names
1397   --program-suffix=SUFFIX            append SUFFIX to installed program names
1398   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1399
1400 System types:
1401   --build=BUILD     configure for building on BUILD [guessed]
1402   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1403   --target=TARGET   configure for building compilers for TARGET [HOST]
1404 _ACEOF
1405 fi
1406
1407 if test -n "$ac_init_help"; then
1408   case $ac_init_help in
1409      short | recursive ) echo "Configuration of binutils 2.25.51:";;
1410    esac
1411   cat <<\_ACEOF
1412
1413 Optional Features:
1414   --disable-option-checking  ignore unrecognized --enable/--with options
1415   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1416   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1417   --disable-dependency-tracking  speeds up one-time build
1418   --enable-dependency-tracking   do not reject slow dependency extractors
1419   --enable-shared[=PKGS]  build shared libraries [default=yes]
1420   --enable-static[=PKGS]  build static libraries [default=yes]
1421   --enable-fast-install[=PKGS]
1422                           optimize for fast installation [default=yes]
1423   --disable-libtool-lock  avoid locking (might break parallel builds)
1424   --enable-plugins        Enable support for plugins
1425   --disable-largefile     omit support for large files
1426   --enable-targets        alternative target configurations
1427   --enable-deterministic-archives
1428                           ar and ranlib default to -D behavior
1429   --disable-default-strings-all
1430                           strings defaults to --data behavior
1431   --enable-werror         treat compile warnings as errors
1432   --enable-build-warnings enable build-time compiler warnings
1433   --disable-nls           do not use Native Language Support
1434   --enable-maintainer-mode  enable make rules and dependencies not useful
1435                           (and sometimes confusing) to the casual installer
1436   --disable-rpath         do not hardcode runtime library paths
1437
1438 Optional Packages:
1439   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1440   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1441   --with-pic              try to use only PIC/non-PIC objects [default=use
1442                           both]
1443   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1444   --with-system-zlib      use installed libz
1445   --with-gnu-ld           assume the C compiler uses GNU ld default=no
1446   --with-libiconv-prefix[=DIR]  search for libiconv in DIR/include and DIR/lib
1447   --without-libiconv-prefix     don't search for libiconv in includedir and libdir
1448
1449 Some influential environment variables:
1450   CC          C compiler command
1451   CFLAGS      C compiler flags
1452   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1453               nonstandard directory <lib dir>
1454   LIBS        libraries to pass to the linker, e.g. -l<library>
1455   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1456               you have headers in a nonstandard directory <include dir>
1457   CPP         C preprocessor
1458   YACC        The `Yet Another C Compiler' implementation to use. Defaults to
1459               the first program found out of: `bison -y', `byacc', `yacc'.
1460   YFLAGS      The list of arguments that will be passed by default to $YACC.
1461               This script will default YFLAGS to the empty string to avoid a
1462               default value of `-d' given by some make applications.
1463
1464 Use these variables to override the choices made by `configure' or to help
1465 it to find libraries and programs with nonstandard names/locations.
1466
1467 Report bugs to the package provider.
1468 _ACEOF
1469 ac_status=$?
1470 fi
1471
1472 if test "$ac_init_help" = "recursive"; then
1473   # If there are subdirs, report their specific --help.
1474   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1475     test -d "$ac_dir" ||
1476       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1477       continue
1478     ac_builddir=.
1479
1480 case "$ac_dir" in
1481 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1482 *)
1483   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1484   # A ".." for each directory in $ac_dir_suffix.
1485   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1486   case $ac_top_builddir_sub in
1487   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1488   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1489   esac ;;
1490 esac
1491 ac_abs_top_builddir=$ac_pwd
1492 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1493 # for backward compatibility:
1494 ac_top_builddir=$ac_top_build_prefix
1495
1496 case $srcdir in
1497   .)  # We are building in place.
1498     ac_srcdir=.
1499     ac_top_srcdir=$ac_top_builddir_sub
1500     ac_abs_top_srcdir=$ac_pwd ;;
1501   [\\/]* | ?:[\\/]* )  # Absolute name.
1502     ac_srcdir=$srcdir$ac_dir_suffix;
1503     ac_top_srcdir=$srcdir
1504     ac_abs_top_srcdir=$srcdir ;;
1505   *) # Relative name.
1506     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1507     ac_top_srcdir=$ac_top_build_prefix$srcdir
1508     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1509 esac
1510 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1511
1512     cd "$ac_dir" || { ac_status=$?; continue; }
1513     # Check for guested configure.
1514     if test -f "$ac_srcdir/configure.gnu"; then
1515       echo &&
1516       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1517     elif test -f "$ac_srcdir/configure"; then
1518       echo &&
1519       $SHELL "$ac_srcdir/configure" --help=recursive
1520     else
1521       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1522     fi || ac_status=$?
1523     cd "$ac_pwd" || { ac_status=$?; break; }
1524   done
1525 fi
1526
1527 test -n "$ac_init_help" && exit $ac_status
1528 if $ac_init_version; then
1529   cat <<\_ACEOF
1530 binutils configure 2.25.51
1531 generated by GNU Autoconf 2.64
1532
1533 Copyright (C) 2009 Free Software Foundation, Inc.
1534 This configure script is free software; the Free Software Foundation
1535 gives unlimited permission to copy, distribute and modify it.
1536 _ACEOF
1537   exit
1538 fi
1539
1540 ## ------------------------ ##
1541 ## Autoconf initialization. ##
1542 ## ------------------------ ##
1543
1544 # ac_fn_c_try_compile LINENO
1545 # --------------------------
1546 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1547 ac_fn_c_try_compile ()
1548 {
1549   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1550   rm -f conftest.$ac_objext
1551   if { { ac_try="$ac_compile"
1552 case "(($ac_try" in
1553   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1554   *) ac_try_echo=$ac_try;;
1555 esac
1556 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1557 $as_echo "$ac_try_echo"; } >&5
1558   (eval "$ac_compile") 2>conftest.err
1559   ac_status=$?
1560   if test -s conftest.err; then
1561     grep -v '^ *+' conftest.err >conftest.er1
1562     cat conftest.er1 >&5
1563     mv -f conftest.er1 conftest.err
1564   fi
1565   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1566   test $ac_status = 0; } && {
1567          test -z "$ac_c_werror_flag" ||
1568          test ! -s conftest.err
1569        } && test -s conftest.$ac_objext; then :
1570   ac_retval=0
1571 else
1572   $as_echo "$as_me: failed program was:" >&5
1573 sed 's/^/| /' conftest.$ac_ext >&5
1574
1575         ac_retval=1
1576 fi
1577   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1578   return $ac_retval
1579
1580 } # ac_fn_c_try_compile
1581
1582 # ac_fn_c_try_link LINENO
1583 # -----------------------
1584 # Try to link conftest.$ac_ext, and return whether this succeeded.
1585 ac_fn_c_try_link ()
1586 {
1587   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1588   rm -f conftest.$ac_objext conftest$ac_exeext
1589   if { { ac_try="$ac_link"
1590 case "(($ac_try" in
1591   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1592   *) ac_try_echo=$ac_try;;
1593 esac
1594 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1595 $as_echo "$ac_try_echo"; } >&5
1596   (eval "$ac_link") 2>conftest.err
1597   ac_status=$?
1598   if test -s conftest.err; then
1599     grep -v '^ *+' conftest.err >conftest.er1
1600     cat conftest.er1 >&5
1601     mv -f conftest.er1 conftest.err
1602   fi
1603   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1604   test $ac_status = 0; } && {
1605          test -z "$ac_c_werror_flag" ||
1606          test ! -s conftest.err
1607        } && test -s conftest$ac_exeext && {
1608          test "$cross_compiling" = yes ||
1609          $as_test_x conftest$ac_exeext
1610        }; then :
1611   ac_retval=0
1612 else
1613   $as_echo "$as_me: failed program was:" >&5
1614 sed 's/^/| /' conftest.$ac_ext >&5
1615
1616         ac_retval=1
1617 fi
1618   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1619   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1620   # interfere with the next link command; also delete a directory that is
1621   # left behind by Apple's compiler.  We do this before executing the actions.
1622   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1623   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1624   return $ac_retval
1625
1626 } # ac_fn_c_try_link
1627
1628 # ac_fn_c_try_cpp LINENO
1629 # ----------------------
1630 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1631 ac_fn_c_try_cpp ()
1632 {
1633   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1634   if { { ac_try="$ac_cpp conftest.$ac_ext"
1635 case "(($ac_try" in
1636   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1637   *) ac_try_echo=$ac_try;;
1638 esac
1639 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1640 $as_echo "$ac_try_echo"; } >&5
1641   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1642   ac_status=$?
1643   if test -s conftest.err; then
1644     grep -v '^ *+' conftest.err >conftest.er1
1645     cat conftest.er1 >&5
1646     mv -f conftest.er1 conftest.err
1647   fi
1648   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1649   test $ac_status = 0; } >/dev/null && {
1650          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1651          test ! -s conftest.err
1652        }; then :
1653   ac_retval=0
1654 else
1655   $as_echo "$as_me: failed program was:" >&5
1656 sed 's/^/| /' conftest.$ac_ext >&5
1657
1658     ac_retval=1
1659 fi
1660   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1661   return $ac_retval
1662
1663 } # ac_fn_c_try_cpp
1664
1665 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1666 # -------------------------------------------------------
1667 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1668 # the include files in INCLUDES and setting the cache variable VAR
1669 # accordingly.
1670 ac_fn_c_check_header_mongrel ()
1671 {
1672   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1673   if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1674   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1675 $as_echo_n "checking for $2... " >&6; }
1676 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1677   $as_echo_n "(cached) " >&6
1678 fi
1679 eval ac_res=\$$3
1680                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1681 $as_echo "$ac_res" >&6; }
1682 else
1683   # Is the header compilable?
1684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1685 $as_echo_n "checking $2 usability... " >&6; }
1686 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1687 /* end confdefs.h.  */
1688 $4
1689 #include <$2>
1690 _ACEOF
1691 if ac_fn_c_try_compile "$LINENO"; then :
1692   ac_header_compiler=yes
1693 else
1694   ac_header_compiler=no
1695 fi
1696 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1698 $as_echo "$ac_header_compiler" >&6; }
1699
1700 # Is the header present?
1701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1702 $as_echo_n "checking $2 presence... " >&6; }
1703 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1704 /* end confdefs.h.  */
1705 #include <$2>
1706 _ACEOF
1707 if ac_fn_c_try_cpp "$LINENO"; then :
1708   ac_header_preproc=yes
1709 else
1710   ac_header_preproc=no
1711 fi
1712 rm -f conftest.err conftest.$ac_ext
1713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1714 $as_echo "$ac_header_preproc" >&6; }
1715
1716 # So?  What about this header?
1717 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1718   yes:no: )
1719     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1720 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1721     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1722 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1723     ;;
1724   no:yes:* )
1725     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1726 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1727     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
1728 $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
1729     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1730 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1731     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
1732 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
1733     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1734 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1735     ;;
1736 esac
1737   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1738 $as_echo_n "checking for $2... " >&6; }
1739 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1740   $as_echo_n "(cached) " >&6
1741 else
1742   eval "$3=\$ac_header_compiler"
1743 fi
1744 eval ac_res=\$$3
1745                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1746 $as_echo "$ac_res" >&6; }
1747 fi
1748   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1749
1750 } # ac_fn_c_check_header_mongrel
1751
1752 # ac_fn_c_try_run LINENO
1753 # ----------------------
1754 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1755 # that executables *can* be run.
1756 ac_fn_c_try_run ()
1757 {
1758   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1759   if { { ac_try="$ac_link"
1760 case "(($ac_try" in
1761   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1762   *) ac_try_echo=$ac_try;;
1763 esac
1764 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1765 $as_echo "$ac_try_echo"; } >&5
1766   (eval "$ac_link") 2>&5
1767   ac_status=$?
1768   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1769   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1770   { { case "(($ac_try" in
1771   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1772   *) ac_try_echo=$ac_try;;
1773 esac
1774 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1775 $as_echo "$ac_try_echo"; } >&5
1776   (eval "$ac_try") 2>&5
1777   ac_status=$?
1778   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1779   test $ac_status = 0; }; }; then :
1780   ac_retval=0
1781 else
1782   $as_echo "$as_me: program exited with status $ac_status" >&5
1783        $as_echo "$as_me: failed program was:" >&5
1784 sed 's/^/| /' conftest.$ac_ext >&5
1785
1786        ac_retval=$ac_status
1787 fi
1788   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1789   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1790   return $ac_retval
1791
1792 } # ac_fn_c_try_run
1793
1794 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1795 # -------------------------------------------------------
1796 # Tests whether HEADER exists and can be compiled using the include files in
1797 # INCLUDES, setting the cache variable VAR accordingly.
1798 ac_fn_c_check_header_compile ()
1799 {
1800   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1801   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1802 $as_echo_n "checking for $2... " >&6; }
1803 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1804   $as_echo_n "(cached) " >&6
1805 else
1806   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1807 /* end confdefs.h.  */
1808 $4
1809 #include <$2>
1810 _ACEOF
1811 if ac_fn_c_try_compile "$LINENO"; then :
1812   eval "$3=yes"
1813 else
1814   eval "$3=no"
1815 fi
1816 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1817 fi
1818 eval ac_res=\$$3
1819                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1820 $as_echo "$ac_res" >&6; }
1821   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1822
1823 } # ac_fn_c_check_header_compile
1824
1825 # ac_fn_c_check_func LINENO FUNC VAR
1826 # ----------------------------------
1827 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1828 ac_fn_c_check_func ()
1829 {
1830   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1831   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1832 $as_echo_n "checking for $2... " >&6; }
1833 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1834   $as_echo_n "(cached) " >&6
1835 else
1836   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1837 /* end confdefs.h.  */
1838 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1839    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1840 #define $2 innocuous_$2
1841
1842 /* System header to define __stub macros and hopefully few prototypes,
1843     which can conflict with char $2 (); below.
1844     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1845     <limits.h> exists even on freestanding compilers.  */
1846
1847 #ifdef __STDC__
1848 # include <limits.h>
1849 #else
1850 # include <assert.h>
1851 #endif
1852
1853 #undef $2
1854
1855 /* Override any GCC internal prototype to avoid an error.
1856    Use char because int might match the return type of a GCC
1857    builtin and then its argument prototype would still apply.  */
1858 #ifdef __cplusplus
1859 extern "C"
1860 #endif
1861 char $2 ();
1862 /* The GNU C library defines this for functions which it implements
1863     to always fail with ENOSYS.  Some functions are actually named
1864     something starting with __ and the normal name is an alias.  */
1865 #if defined __stub_$2 || defined __stub___$2
1866 choke me
1867 #endif
1868
1869 int
1870 main ()
1871 {
1872 return $2 ();
1873   ;
1874   return 0;
1875 }
1876 _ACEOF
1877 if ac_fn_c_try_link "$LINENO"; then :
1878   eval "$3=yes"
1879 else
1880   eval "$3=no"
1881 fi
1882 rm -f core conftest.err conftest.$ac_objext \
1883     conftest$ac_exeext conftest.$ac_ext
1884 fi
1885 eval ac_res=\$$3
1886                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1887 $as_echo "$ac_res" >&6; }
1888   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1889
1890 } # ac_fn_c_check_func
1891
1892 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1893 # --------------------------------------------
1894 # Tries to find the compile-time value of EXPR in a program that includes
1895 # INCLUDES, setting VAR accordingly. Returns whether the value could be
1896 # computed
1897 ac_fn_c_compute_int ()
1898 {
1899   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1900   if test "$cross_compiling" = yes; then
1901     # Depending upon the size, compute the lo and hi bounds.
1902 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1903 /* end confdefs.h.  */
1904 $4
1905 int
1906 main ()
1907 {
1908 static int test_array [1 - 2 * !(($2) >= 0)];
1909 test_array [0] = 0
1910
1911   ;
1912   return 0;
1913 }
1914 _ACEOF
1915 if ac_fn_c_try_compile "$LINENO"; then :
1916   ac_lo=0 ac_mid=0
1917   while :; do
1918     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1919 /* end confdefs.h.  */
1920 $4
1921 int
1922 main ()
1923 {
1924 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1925 test_array [0] = 0
1926
1927   ;
1928   return 0;
1929 }
1930 _ACEOF
1931 if ac_fn_c_try_compile "$LINENO"; then :
1932   ac_hi=$ac_mid; break
1933 else
1934   as_fn_arith $ac_mid + 1 && ac_lo=$as_val
1935                         if test $ac_lo -le $ac_mid; then
1936                           ac_lo= ac_hi=
1937                           break
1938                         fi
1939                         as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
1940 fi
1941 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1942   done
1943 else
1944   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1945 /* end confdefs.h.  */
1946 $4
1947 int
1948 main ()
1949 {
1950 static int test_array [1 - 2 * !(($2) < 0)];
1951 test_array [0] = 0
1952
1953   ;
1954   return 0;
1955 }
1956 _ACEOF
1957 if ac_fn_c_try_compile "$LINENO"; then :
1958   ac_hi=-1 ac_mid=-1
1959   while :; do
1960     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1961 /* end confdefs.h.  */
1962 $4
1963 int
1964 main ()
1965 {
1966 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
1967 test_array [0] = 0
1968
1969   ;
1970   return 0;
1971 }
1972 _ACEOF
1973 if ac_fn_c_try_compile "$LINENO"; then :
1974   ac_lo=$ac_mid; break
1975 else
1976   as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
1977                         if test $ac_mid -le $ac_hi; then
1978                           ac_lo= ac_hi=
1979                           break
1980                         fi
1981                         as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
1982 fi
1983 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1984   done
1985 else
1986   ac_lo= ac_hi=
1987 fi
1988 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1989 fi
1990 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1991 # Binary search between lo and hi bounds.
1992 while test "x$ac_lo" != "x$ac_hi"; do
1993   as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
1994   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1995 /* end confdefs.h.  */
1996 $4
1997 int
1998 main ()
1999 {
2000 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2001 test_array [0] = 0
2002
2003   ;
2004   return 0;
2005 }
2006 _ACEOF
2007 if ac_fn_c_try_compile "$LINENO"; then :
2008   ac_hi=$ac_mid
2009 else
2010   as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2011 fi
2012 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2013 done
2014 case $ac_lo in #((
2015 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2016 '') ac_retval=1 ;;
2017 esac
2018   else
2019     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2020 /* end confdefs.h.  */
2021 $4
2022 static long int longval () { return $2; }
2023 static unsigned long int ulongval () { return $2; }
2024 #include <stdio.h>
2025 #include <stdlib.h>
2026 int
2027 main ()
2028 {
2029
2030   FILE *f = fopen ("conftest.val", "w");
2031   if (! f)
2032     return 1;
2033   if (($2) < 0)
2034     {
2035       long int i = longval ();
2036       if (i != ($2))
2037         return 1;
2038       fprintf (f, "%ld", i);
2039     }
2040   else
2041     {
2042       unsigned long int i = ulongval ();
2043       if (i != ($2))
2044         return 1;
2045       fprintf (f, "%lu", i);
2046     }
2047   /* Do not output a trailing newline, as this causes \r\n confusion
2048      on some platforms.  */
2049   return ferror (f) || fclose (f) != 0;
2050
2051   ;
2052   return 0;
2053 }
2054 _ACEOF
2055 if ac_fn_c_try_run "$LINENO"; then :
2056   echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2057 else
2058   ac_retval=1
2059 fi
2060 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2061   conftest.$ac_objext conftest.beam conftest.$ac_ext
2062 rm -f conftest.val
2063
2064   fi
2065   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2066   return $ac_retval
2067
2068 } # ac_fn_c_compute_int
2069
2070 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2071 # -------------------------------------------
2072 # Tests whether TYPE exists after having included INCLUDES, setting cache
2073 # variable VAR accordingly.
2074 ac_fn_c_check_type ()
2075 {
2076   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2077   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2078 $as_echo_n "checking for $2... " >&6; }
2079 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2080   $as_echo_n "(cached) " >&6
2081 else
2082   eval "$3=no"
2083   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2084 /* end confdefs.h.  */
2085 $4
2086 int
2087 main ()
2088 {
2089 if (sizeof ($2))
2090          return 0;
2091   ;
2092   return 0;
2093 }
2094 _ACEOF
2095 if ac_fn_c_try_compile "$LINENO"; then :
2096   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2097 /* end confdefs.h.  */
2098 $4
2099 int
2100 main ()
2101 {
2102 if (sizeof (($2)))
2103             return 0;
2104   ;
2105   return 0;
2106 }
2107 _ACEOF
2108 if ac_fn_c_try_compile "$LINENO"; then :
2109
2110 else
2111   eval "$3=yes"
2112 fi
2113 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2114 fi
2115 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2116 fi
2117 eval ac_res=\$$3
2118                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2119 $as_echo "$ac_res" >&6; }
2120   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2121
2122 } # ac_fn_c_check_type
2123
2124 # ac_fn_c_check_decl LINENO SYMBOL VAR
2125 # ------------------------------------
2126 # Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
2127 ac_fn_c_check_decl ()
2128 {
2129   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2130   as_decl_name=`echo $2|sed 's/ *(.*//'`
2131   as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2132   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2133 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2134 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2135   $as_echo_n "(cached) " >&6
2136 else
2137   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2138 /* end confdefs.h.  */
2139 $4
2140 int
2141 main ()
2142 {
2143 #ifndef $as_decl_name
2144 #ifdef __cplusplus
2145   (void) $as_decl_use;
2146 #else
2147   (void) $as_decl_name;
2148 #endif
2149 #endif
2150
2151   ;
2152   return 0;
2153 }
2154 _ACEOF
2155 if ac_fn_c_try_compile "$LINENO"; then :
2156   eval "$3=yes"
2157 else
2158   eval "$3=no"
2159 fi
2160 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2161 fi
2162 eval ac_res=\$$3
2163                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2164 $as_echo "$ac_res" >&6; }
2165   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2166
2167 } # ac_fn_c_check_decl
2168 cat >config.log <<_ACEOF
2169 This file contains any messages produced by compilers while
2170 running configure, to aid debugging if configure makes a mistake.
2171
2172 It was created by binutils $as_me 2.25.51, which was
2173 generated by GNU Autoconf 2.64.  Invocation command line was
2174
2175   $ $0 $@
2176
2177 _ACEOF
2178 exec 5>>config.log
2179 {
2180 cat <<_ASUNAME
2181 ## --------- ##
2182 ## Platform. ##
2183 ## --------- ##
2184
2185 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2186 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2187 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2188 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2189 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2190
2191 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2192 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
2193
2194 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
2195 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
2196 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2197 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
2198 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
2199 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
2200 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
2201
2202 _ASUNAME
2203
2204 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2205 for as_dir in $PATH
2206 do
2207   IFS=$as_save_IFS
2208   test -z "$as_dir" && as_dir=.
2209     $as_echo "PATH: $as_dir"
2210   done
2211 IFS=$as_save_IFS
2212
2213 } >&5
2214
2215 cat >&5 <<_ACEOF
2216
2217
2218 ## ----------- ##
2219 ## Core tests. ##
2220 ## ----------- ##
2221
2222 _ACEOF
2223
2224
2225 # Keep a trace of the command line.
2226 # Strip out --no-create and --no-recursion so they do not pile up.
2227 # Strip out --silent because we don't want to record it for future runs.
2228 # Also quote any args containing shell meta-characters.
2229 # Make two passes to allow for proper duplicate-argument suppression.
2230 ac_configure_args=
2231 ac_configure_args0=
2232 ac_configure_args1=
2233 ac_must_keep_next=false
2234 for ac_pass in 1 2
2235 do
2236   for ac_arg
2237   do
2238     case $ac_arg in
2239     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2240     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2241     | -silent | --silent | --silen | --sile | --sil)
2242       continue ;;
2243     *\'*)
2244       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2245     esac
2246     case $ac_pass in
2247     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2248     2)
2249       as_fn_append ac_configure_args1 " '$ac_arg'"
2250       if test $ac_must_keep_next = true; then
2251         ac_must_keep_next=false # Got value, back to normal.
2252       else
2253         case $ac_arg in
2254           *=* | --config-cache | -C | -disable-* | --disable-* \
2255           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2256           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2257           | -with-* | --with-* | -without-* | --without-* | --x)
2258             case "$ac_configure_args0 " in
2259               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2260             esac
2261             ;;
2262           -* ) ac_must_keep_next=true ;;
2263         esac
2264       fi
2265       as_fn_append ac_configure_args " '$ac_arg'"
2266       ;;
2267     esac
2268   done
2269 done
2270 { ac_configure_args0=; unset ac_configure_args0;}
2271 { ac_configure_args1=; unset ac_configure_args1;}
2272
2273 # When interrupted or exit'd, cleanup temporary files, and complete
2274 # config.log.  We remove comments because anyway the quotes in there
2275 # would cause problems or look ugly.
2276 # WARNING: Use '\'' to represent an apostrophe within the trap.
2277 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2278 trap 'exit_status=$?
2279   # Save into config.log some information that might help in debugging.
2280   {
2281     echo
2282
2283     cat <<\_ASBOX
2284 ## ---------------- ##
2285 ## Cache variables. ##
2286 ## ---------------- ##
2287 _ASBOX
2288     echo
2289     # The following way of writing the cache mishandles newlines in values,
2290 (
2291   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2292     eval ac_val=\$$ac_var
2293     case $ac_val in #(
2294     *${as_nl}*)
2295       case $ac_var in #(
2296       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2297 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2298       esac
2299       case $ac_var in #(
2300       _ | IFS | as_nl) ;; #(
2301       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2302       *) { eval $ac_var=; unset $ac_var;} ;;
2303       esac ;;
2304     esac
2305   done
2306   (set) 2>&1 |
2307     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2308     *${as_nl}ac_space=\ *)
2309       sed -n \
2310         "s/'\''/'\''\\\\'\'''\''/g;
2311           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2312       ;; #(
2313     *)
2314       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2315       ;;
2316     esac |
2317     sort
2318 )
2319     echo
2320
2321     cat <<\_ASBOX
2322 ## ----------------- ##
2323 ## Output variables. ##
2324 ## ----------------- ##
2325 _ASBOX
2326     echo
2327     for ac_var in $ac_subst_vars
2328     do
2329       eval ac_val=\$$ac_var
2330       case $ac_val in
2331       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2332       esac
2333       $as_echo "$ac_var='\''$ac_val'\''"
2334     done | sort
2335     echo
2336
2337     if test -n "$ac_subst_files"; then
2338       cat <<\_ASBOX
2339 ## ------------------- ##
2340 ## File substitutions. ##
2341 ## ------------------- ##
2342 _ASBOX
2343       echo
2344       for ac_var in $ac_subst_files
2345       do
2346         eval ac_val=\$$ac_var
2347         case $ac_val in
2348         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2349         esac
2350         $as_echo "$ac_var='\''$ac_val'\''"
2351       done | sort
2352       echo
2353     fi
2354
2355     if test -s confdefs.h; then
2356       cat <<\_ASBOX
2357 ## ----------- ##
2358 ## confdefs.h. ##
2359 ## ----------- ##
2360 _ASBOX
2361       echo
2362       cat confdefs.h
2363       echo
2364     fi
2365     test "$ac_signal" != 0 &&
2366       $as_echo "$as_me: caught signal $ac_signal"
2367     $as_echo "$as_me: exit $exit_status"
2368   } >&5
2369   rm -f core *.core core.conftest.* &&
2370     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2371     exit $exit_status
2372 ' 0
2373 for ac_signal in 1 2 13 15; do
2374   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2375 done
2376 ac_signal=0
2377
2378 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2379 rm -f -r conftest* confdefs.h
2380
2381 $as_echo "/* confdefs.h */" > confdefs.h
2382
2383 # Predefined preprocessor variables.
2384
2385 cat >>confdefs.h <<_ACEOF
2386 #define PACKAGE_NAME "$PACKAGE_NAME"
2387 _ACEOF
2388
2389 cat >>confdefs.h <<_ACEOF
2390 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2391 _ACEOF
2392
2393 cat >>confdefs.h <<_ACEOF
2394 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2395 _ACEOF
2396
2397 cat >>confdefs.h <<_ACEOF
2398 #define PACKAGE_STRING "$PACKAGE_STRING"
2399 _ACEOF
2400
2401 cat >>confdefs.h <<_ACEOF
2402 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2403 _ACEOF
2404
2405 cat >>confdefs.h <<_ACEOF
2406 #define PACKAGE_URL "$PACKAGE_URL"
2407 _ACEOF
2408
2409
2410 # Let the site file select an alternate cache file if it wants to.
2411 # Prefer an explicitly selected file to automatically selected ones.
2412 ac_site_file1=NONE
2413 ac_site_file2=NONE
2414 if test -n "$CONFIG_SITE"; then
2415   ac_site_file1=$CONFIG_SITE
2416 elif test "x$prefix" != xNONE; then
2417   ac_site_file1=$prefix/share/config.site
2418   ac_site_file2=$prefix/etc/config.site
2419 else
2420   ac_site_file1=$ac_default_prefix/share/config.site
2421   ac_site_file2=$ac_default_prefix/etc/config.site
2422 fi
2423 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2424 do
2425   test "x$ac_site_file" = xNONE && continue
2426   if test -r "$ac_site_file"; then
2427     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2428 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2429     sed 's/^/| /' "$ac_site_file" >&5
2430     . "$ac_site_file"
2431   fi
2432 done
2433
2434 if test -r "$cache_file"; then
2435   # Some versions of bash will fail to source /dev/null (special
2436   # files actually), so we avoid doing that.
2437   if test -f "$cache_file"; then
2438     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2439 $as_echo "$as_me: loading cache $cache_file" >&6;}
2440     case $cache_file in
2441       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2442       *)                      . "./$cache_file";;
2443     esac
2444   fi
2445 else
2446   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2447 $as_echo "$as_me: creating cache $cache_file" >&6;}
2448   >$cache_file
2449 fi
2450
2451 # Check that the precious variables saved in the cache have kept the same
2452 # value.
2453 ac_cache_corrupted=false
2454 for ac_var in $ac_precious_vars; do
2455   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2456   eval ac_new_set=\$ac_env_${ac_var}_set
2457   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2458   eval ac_new_val=\$ac_env_${ac_var}_value
2459   case $ac_old_set,$ac_new_set in
2460     set,)
2461       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2462 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2463       ac_cache_corrupted=: ;;
2464     ,set)
2465       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2466 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2467       ac_cache_corrupted=: ;;
2468     ,);;
2469     *)
2470       if test "x$ac_old_val" != "x$ac_new_val"; then
2471         # differences in whitespace do not lead to failure.
2472         ac_old_val_w=`echo x $ac_old_val`
2473         ac_new_val_w=`echo x $ac_new_val`
2474         if test "$ac_old_val_w" != "$ac_new_val_w"; then
2475           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2476 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2477           ac_cache_corrupted=:
2478         else
2479           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2480 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2481           eval $ac_var=\$ac_old_val
2482         fi
2483         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2484 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2485         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2486 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2487       fi;;
2488   esac
2489   # Pass precious variables to config.status.
2490   if test "$ac_new_set" = set; then
2491     case $ac_new_val in
2492     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2493     *) ac_arg=$ac_var=$ac_new_val ;;
2494     esac
2495     case " $ac_configure_args " in
2496       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2497       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2498     esac
2499   fi
2500 done
2501 if $ac_cache_corrupted; then
2502   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2503 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2504   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2505 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2506   as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2507 fi
2508 ## -------------------- ##
2509 ## Main body of script. ##
2510 ## -------------------- ##
2511
2512 ac_ext=c
2513 ac_cpp='$CPP $CPPFLAGS'
2514 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2515 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2516 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2517
2518
2519
2520
2521
2522
2523
2524 ac_aux_dir=
2525 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2526   for ac_t in install-sh install.sh shtool; do
2527     if test -f "$ac_dir/$ac_t"; then
2528       ac_aux_dir=$ac_dir
2529       ac_install_sh="$ac_aux_dir/$ac_t -c"
2530       break 2
2531     fi
2532   done
2533 done
2534 if test -z "$ac_aux_dir"; then
2535   as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2536 fi
2537
2538 # These three variables are undocumented and unsupported,
2539 # and are intended to be withdrawn in a future Autoconf release.
2540 # They can cause serious problems if a builder's source tree is in a directory
2541 # whose full name contains unusual characters.
2542 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2543 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2544 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2545
2546
2547 # Make sure we can run config.sub.
2548 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2549   as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2550
2551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2552 $as_echo_n "checking build system type... " >&6; }
2553 if test "${ac_cv_build+set}" = set; then :
2554   $as_echo_n "(cached) " >&6
2555 else
2556   ac_build_alias=$build_alias
2557 test "x$ac_build_alias" = x &&
2558   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2559 test "x$ac_build_alias" = x &&
2560   as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2561 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2562   as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2563
2564 fi
2565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2566 $as_echo "$ac_cv_build" >&6; }
2567 case $ac_cv_build in
2568 *-*-*) ;;
2569 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2570 esac
2571 build=$ac_cv_build
2572 ac_save_IFS=$IFS; IFS='-'
2573 set x $ac_cv_build
2574 shift
2575 build_cpu=$1
2576 build_vendor=$2
2577 shift; shift
2578 # Remember, the first character of IFS is used to create $*,
2579 # except with old shells:
2580 build_os=$*
2581 IFS=$ac_save_IFS
2582 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2583
2584
2585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2586 $as_echo_n "checking host system type... " >&6; }
2587 if test "${ac_cv_host+set}" = set; then :
2588   $as_echo_n "(cached) " >&6
2589 else
2590   if test "x$host_alias" = x; then
2591   ac_cv_host=$ac_cv_build
2592 else
2593   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2594     as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2595 fi
2596
2597 fi
2598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2599 $as_echo "$ac_cv_host" >&6; }
2600 case $ac_cv_host in
2601 *-*-*) ;;
2602 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2603 esac
2604 host=$ac_cv_host
2605 ac_save_IFS=$IFS; IFS='-'
2606 set x $ac_cv_host
2607 shift
2608 host_cpu=$1
2609 host_vendor=$2
2610 shift; shift
2611 # Remember, the first character of IFS is used to create $*,
2612 # except with old shells:
2613 host_os=$*
2614 IFS=$ac_save_IFS
2615 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2616
2617
2618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2619 $as_echo_n "checking target system type... " >&6; }
2620 if test "${ac_cv_target+set}" = set; then :
2621   $as_echo_n "(cached) " >&6
2622 else
2623   if test "x$target_alias" = x; then
2624   ac_cv_target=$ac_cv_host
2625 else
2626   ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2627     as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2628 fi
2629
2630 fi
2631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2632 $as_echo "$ac_cv_target" >&6; }
2633 case $ac_cv_target in
2634 *-*-*) ;;
2635 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2636 esac
2637 target=$ac_cv_target
2638 ac_save_IFS=$IFS; IFS='-'
2639 set x $ac_cv_target
2640 shift
2641 target_cpu=$1
2642 target_vendor=$2
2643 shift; shift
2644 # Remember, the first character of IFS is used to create $*,
2645 # except with old shells:
2646 target_os=$*
2647 IFS=$ac_save_IFS
2648 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2649
2650
2651 # The aliases save the names the user supplied, while $host etc.
2652 # will get canonicalized.
2653 test -n "$target_alias" &&
2654   test "$program_prefix$program_suffix$program_transform_name" = \
2655     NONENONEs,x,x, &&
2656   program_prefix=${target_alias}-
2657 ac_ext=c
2658 ac_cpp='$CPP $CPPFLAGS'
2659 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2660 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2661 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2662 if test -n "$ac_tool_prefix"; then
2663   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2664 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2666 $as_echo_n "checking for $ac_word... " >&6; }
2667 if test "${ac_cv_prog_CC+set}" = set; then :
2668   $as_echo_n "(cached) " >&6
2669 else
2670   if test -n "$CC"; then
2671   ac_cv_prog_CC="$CC" # Let the user override the test.
2672 else
2673 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2674 for as_dir in $PATH
2675 do
2676   IFS=$as_save_IFS
2677   test -z "$as_dir" && as_dir=.
2678     for ac_exec_ext in '' $ac_executable_extensions; do
2679   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2680     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2681     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2682     break 2
2683   fi
2684 done
2685   done
2686 IFS=$as_save_IFS
2687
2688 fi
2689 fi
2690 CC=$ac_cv_prog_CC
2691 if test -n "$CC"; then
2692   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2693 $as_echo "$CC" >&6; }
2694 else
2695   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2696 $as_echo "no" >&6; }
2697 fi
2698
2699
2700 fi
2701 if test -z "$ac_cv_prog_CC"; then
2702   ac_ct_CC=$CC
2703   # Extract the first word of "gcc", so it can be a program name with args.
2704 set dummy gcc; ac_word=$2
2705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2706 $as_echo_n "checking for $ac_word... " >&6; }
2707 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2708   $as_echo_n "(cached) " >&6
2709 else
2710   if test -n "$ac_ct_CC"; then
2711   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2712 else
2713 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2714 for as_dir in $PATH
2715 do
2716   IFS=$as_save_IFS
2717   test -z "$as_dir" && as_dir=.
2718     for ac_exec_ext in '' $ac_executable_extensions; do
2719   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2720     ac_cv_prog_ac_ct_CC="gcc"
2721     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2722     break 2
2723   fi
2724 done
2725   done
2726 IFS=$as_save_IFS
2727
2728 fi
2729 fi
2730 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2731 if test -n "$ac_ct_CC"; then
2732   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2733 $as_echo "$ac_ct_CC" >&6; }
2734 else
2735   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2736 $as_echo "no" >&6; }
2737 fi
2738
2739   if test "x$ac_ct_CC" = x; then
2740     CC=""
2741   else
2742     case $cross_compiling:$ac_tool_warned in
2743 yes:)
2744 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2745 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2746 ac_tool_warned=yes ;;
2747 esac
2748     CC=$ac_ct_CC
2749   fi
2750 else
2751   CC="$ac_cv_prog_CC"
2752 fi
2753
2754 if test -z "$CC"; then
2755           if test -n "$ac_tool_prefix"; then
2756     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2757 set dummy ${ac_tool_prefix}cc; ac_word=$2
2758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2759 $as_echo_n "checking for $ac_word... " >&6; }
2760 if test "${ac_cv_prog_CC+set}" = set; then :
2761   $as_echo_n "(cached) " >&6
2762 else
2763   if test -n "$CC"; then
2764   ac_cv_prog_CC="$CC" # Let the user override the test.
2765 else
2766 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2767 for as_dir in $PATH
2768 do
2769   IFS=$as_save_IFS
2770   test -z "$as_dir" && as_dir=.
2771     for ac_exec_ext in '' $ac_executable_extensions; do
2772   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2773     ac_cv_prog_CC="${ac_tool_prefix}cc"
2774     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2775     break 2
2776   fi
2777 done
2778   done
2779 IFS=$as_save_IFS
2780
2781 fi
2782 fi
2783 CC=$ac_cv_prog_CC
2784 if test -n "$CC"; then
2785   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2786 $as_echo "$CC" >&6; }
2787 else
2788   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2789 $as_echo "no" >&6; }
2790 fi
2791
2792
2793   fi
2794 fi
2795 if test -z "$CC"; then
2796   # Extract the first word of "cc", so it can be a program name with args.
2797 set dummy cc; ac_word=$2
2798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2799 $as_echo_n "checking for $ac_word... " >&6; }
2800 if test "${ac_cv_prog_CC+set}" = set; then :
2801   $as_echo_n "(cached) " >&6
2802 else
2803   if test -n "$CC"; then
2804   ac_cv_prog_CC="$CC" # Let the user override the test.
2805 else
2806   ac_prog_rejected=no
2807 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2808 for as_dir in $PATH
2809 do
2810   IFS=$as_save_IFS
2811   test -z "$as_dir" && as_dir=.
2812     for ac_exec_ext in '' $ac_executable_extensions; do
2813   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2814     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2815        ac_prog_rejected=yes
2816        continue
2817      fi
2818     ac_cv_prog_CC="cc"
2819     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2820     break 2
2821   fi
2822 done
2823   done
2824 IFS=$as_save_IFS
2825
2826 if test $ac_prog_rejected = yes; then
2827   # We found a bogon in the path, so make sure we never use it.
2828   set dummy $ac_cv_prog_CC
2829   shift
2830   if test $# != 0; then
2831     # We chose a different compiler from the bogus one.
2832     # However, it has the same basename, so the bogon will be chosen
2833     # first if we set CC to just the basename; use the full file name.
2834     shift
2835     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2836   fi
2837 fi
2838 fi
2839 fi
2840 CC=$ac_cv_prog_CC
2841 if test -n "$CC"; then
2842   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2843 $as_echo "$CC" >&6; }
2844 else
2845   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2846 $as_echo "no" >&6; }
2847 fi
2848
2849
2850 fi
2851 if test -z "$CC"; then
2852   if test -n "$ac_tool_prefix"; then
2853   for ac_prog in cl.exe
2854   do
2855     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2856 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2858 $as_echo_n "checking for $ac_word... " >&6; }
2859 if test "${ac_cv_prog_CC+set}" = set; then :
2860   $as_echo_n "(cached) " >&6
2861 else
2862   if test -n "$CC"; then
2863   ac_cv_prog_CC="$CC" # Let the user override the test.
2864 else
2865 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2866 for as_dir in $PATH
2867 do
2868   IFS=$as_save_IFS
2869   test -z "$as_dir" && as_dir=.
2870     for ac_exec_ext in '' $ac_executable_extensions; do
2871   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2872     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2873     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2874     break 2
2875   fi
2876 done
2877   done
2878 IFS=$as_save_IFS
2879
2880 fi
2881 fi
2882 CC=$ac_cv_prog_CC
2883 if test -n "$CC"; then
2884   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2885 $as_echo "$CC" >&6; }
2886 else
2887   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2888 $as_echo "no" >&6; }
2889 fi
2890
2891
2892     test -n "$CC" && break
2893   done
2894 fi
2895 if test -z "$CC"; then
2896   ac_ct_CC=$CC
2897   for ac_prog in cl.exe
2898 do
2899   # Extract the first word of "$ac_prog", so it can be a program name with args.
2900 set dummy $ac_prog; ac_word=$2
2901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2902 $as_echo_n "checking for $ac_word... " >&6; }
2903 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2904   $as_echo_n "(cached) " >&6
2905 else
2906   if test -n "$ac_ct_CC"; then
2907   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2908 else
2909 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2910 for as_dir in $PATH
2911 do
2912   IFS=$as_save_IFS
2913   test -z "$as_dir" && as_dir=.
2914     for ac_exec_ext in '' $ac_executable_extensions; do
2915   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2916     ac_cv_prog_ac_ct_CC="$ac_prog"
2917     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2918     break 2
2919   fi
2920 done
2921   done
2922 IFS=$as_save_IFS
2923
2924 fi
2925 fi
2926 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2927 if test -n "$ac_ct_CC"; then
2928   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2929 $as_echo "$ac_ct_CC" >&6; }
2930 else
2931   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2932 $as_echo "no" >&6; }
2933 fi
2934
2935
2936   test -n "$ac_ct_CC" && break
2937 done
2938
2939   if test "x$ac_ct_CC" = x; then
2940     CC=""
2941   else
2942     case $cross_compiling:$ac_tool_warned in
2943 yes:)
2944 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2945 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2946 ac_tool_warned=yes ;;
2947 esac
2948     CC=$ac_ct_CC
2949   fi
2950 fi
2951
2952 fi
2953
2954
2955 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2956 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2957 as_fn_error "no acceptable C compiler found in \$PATH
2958 See \`config.log' for more details." "$LINENO" 5; }
2959
2960 # Provide some information about the compiler.
2961 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2962 set X $ac_compile
2963 ac_compiler=$2
2964 for ac_option in --version -v -V -qversion; do
2965   { { ac_try="$ac_compiler $ac_option >&5"
2966 case "(($ac_try" in
2967   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2968   *) ac_try_echo=$ac_try;;
2969 esac
2970 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2971 $as_echo "$ac_try_echo"; } >&5
2972   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2973   ac_status=$?
2974   if test -s conftest.err; then
2975     sed '10a\
2976 ... rest of stderr output deleted ...
2977          10q' conftest.err >conftest.er1
2978     cat conftest.er1 >&5
2979     rm -f conftest.er1 conftest.err
2980   fi
2981   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2982   test $ac_status = 0; }
2983 done
2984
2985 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2986 /* end confdefs.h.  */
2987
2988 int
2989 main ()
2990 {
2991
2992   ;
2993   return 0;
2994 }
2995 _ACEOF
2996 ac_clean_files_save=$ac_clean_files
2997 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
2998 # Try to create an executable without -o first, disregard a.out.
2999 # It will help us diagnose broken compilers, and finding out an intuition
3000 # of exeext.
3001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3002 $as_echo_n "checking for C compiler default output file name... " >&6; }
3003 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3004
3005 # The possible output files:
3006 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3007
3008 ac_rmfiles=
3009 for ac_file in $ac_files
3010 do
3011   case $ac_file in
3012     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3013     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3014   esac
3015 done
3016 rm -f $ac_rmfiles
3017
3018 if { { ac_try="$ac_link_default"
3019 case "(($ac_try" in
3020   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3021   *) ac_try_echo=$ac_try;;
3022 esac
3023 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3024 $as_echo "$ac_try_echo"; } >&5
3025   (eval "$ac_link_default") 2>&5
3026   ac_status=$?
3027   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3028   test $ac_status = 0; }; then :
3029   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3030 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3031 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
3032 # so that the user can short-circuit this test for compilers unknown to
3033 # Autoconf.
3034 for ac_file in $ac_files ''
3035 do
3036   test -f "$ac_file" || continue
3037   case $ac_file in
3038     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3039         ;;
3040     [ab].out )
3041         # We found the default executable, but exeext='' is most
3042         # certainly right.
3043         break;;
3044     *.* )
3045         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3046         then :; else
3047            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3048         fi
3049         # We set ac_cv_exeext here because the later test for it is not
3050         # safe: cross compilers may not add the suffix if given an `-o'
3051         # argument, so we may need to know it at that point already.
3052         # Even if this section looks crufty: it has the advantage of
3053         # actually working.
3054         break;;
3055     * )
3056         break;;
3057   esac
3058 done
3059 test "$ac_cv_exeext" = no && ac_cv_exeext=
3060
3061 else
3062   ac_file=''
3063 fi
3064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3065 $as_echo "$ac_file" >&6; }
3066 if test -z "$ac_file"; then :
3067   $as_echo "$as_me: failed program was:" >&5
3068 sed 's/^/| /' conftest.$ac_ext >&5
3069
3070 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3071 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3072 { as_fn_set_status 77
3073 as_fn_error "C compiler cannot create executables
3074 See \`config.log' for more details." "$LINENO" 5; }; }
3075 fi
3076 ac_exeext=$ac_cv_exeext
3077
3078 # Check that the compiler produces executables we can run.  If not, either
3079 # the compiler is broken, or we cross compile.
3080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3081 $as_echo_n "checking whether the C compiler works... " >&6; }
3082 # If not cross compiling, check that we can run a simple program.
3083 if test "$cross_compiling" != yes; then
3084   if { ac_try='./$ac_file'
3085   { { case "(($ac_try" in
3086   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3087   *) ac_try_echo=$ac_try;;
3088 esac
3089 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3090 $as_echo "$ac_try_echo"; } >&5
3091   (eval "$ac_try") 2>&5
3092   ac_status=$?
3093   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3094   test $ac_status = 0; }; }; then
3095     cross_compiling=no
3096   else
3097     if test "$cross_compiling" = maybe; then
3098         cross_compiling=yes
3099     else
3100         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3101 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3102 as_fn_error "cannot run C compiled programs.
3103 If you meant to cross compile, use \`--host'.
3104 See \`config.log' for more details." "$LINENO" 5; }
3105     fi
3106   fi
3107 fi
3108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3109 $as_echo "yes" >&6; }
3110
3111 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3112 ac_clean_files=$ac_clean_files_save
3113 # Check that the compiler produces executables we can run.  If not, either
3114 # the compiler is broken, or we cross compile.
3115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3116 $as_echo_n "checking whether we are cross compiling... " >&6; }
3117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3118 $as_echo "$cross_compiling" >&6; }
3119
3120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3121 $as_echo_n "checking for suffix of executables... " >&6; }
3122 if { { ac_try="$ac_link"
3123 case "(($ac_try" in
3124   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3125   *) ac_try_echo=$ac_try;;
3126 esac
3127 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3128 $as_echo "$ac_try_echo"; } >&5
3129   (eval "$ac_link") 2>&5
3130   ac_status=$?
3131   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3132   test $ac_status = 0; }; then :
3133   # If both `conftest.exe' and `conftest' are `present' (well, observable)
3134 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3135 # work properly (i.e., refer to `conftest.exe'), while it won't with
3136 # `rm'.
3137 for ac_file in conftest.exe conftest conftest.*; do
3138   test -f "$ac_file" || continue
3139   case $ac_file in
3140     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3141     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3142           break;;
3143     * ) break;;
3144   esac
3145 done
3146 else
3147   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3148 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3149 as_fn_error "cannot compute suffix of executables: cannot compile and link
3150 See \`config.log' for more details." "$LINENO" 5; }
3151 fi
3152 rm -f conftest$ac_cv_exeext
3153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3154 $as_echo "$ac_cv_exeext" >&6; }
3155
3156 rm -f conftest.$ac_ext
3157 EXEEXT=$ac_cv_exeext
3158 ac_exeext=$EXEEXT
3159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3160 $as_echo_n "checking for suffix of object files... " >&6; }
3161 if test "${ac_cv_objext+set}" = set; then :
3162   $as_echo_n "(cached) " >&6
3163 else
3164   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3165 /* end confdefs.h.  */
3166
3167 int
3168 main ()
3169 {
3170
3171   ;
3172   return 0;
3173 }
3174 _ACEOF
3175 rm -f conftest.o conftest.obj
3176 if { { ac_try="$ac_compile"
3177 case "(($ac_try" in
3178   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3179   *) ac_try_echo=$ac_try;;
3180 esac
3181 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3182 $as_echo "$ac_try_echo"; } >&5
3183   (eval "$ac_compile") 2>&5
3184   ac_status=$?
3185   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3186   test $ac_status = 0; }; then :
3187   for ac_file in conftest.o conftest.obj conftest.*; do
3188   test -f "$ac_file" || continue;
3189   case $ac_file in
3190     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3191     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3192        break;;
3193   esac
3194 done
3195 else
3196   $as_echo "$as_me: failed program was:" >&5
3197 sed 's/^/| /' conftest.$ac_ext >&5
3198
3199 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3200 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3201 as_fn_error "cannot compute suffix of object files: cannot compile
3202 See \`config.log' for more details." "$LINENO" 5; }
3203 fi
3204 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3205 fi
3206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3207 $as_echo "$ac_cv_objext" >&6; }
3208 OBJEXT=$ac_cv_objext
3209 ac_objext=$OBJEXT
3210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3211 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3212 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3213   $as_echo_n "(cached) " >&6
3214 else
3215   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3216 /* end confdefs.h.  */
3217
3218 int
3219 main ()
3220 {
3221 #ifndef __GNUC__
3222        choke me
3223 #endif
3224
3225   ;
3226   return 0;
3227 }
3228 _ACEOF
3229 if ac_fn_c_try_compile "$LINENO"; then :
3230   ac_compiler_gnu=yes
3231 else
3232   ac_compiler_gnu=no
3233 fi
3234 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3235 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3236
3237 fi
3238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3239 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3240 if test $ac_compiler_gnu = yes; then
3241   GCC=yes
3242 else
3243   GCC=
3244 fi
3245 ac_test_CFLAGS=${CFLAGS+set}
3246 ac_save_CFLAGS=$CFLAGS
3247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3248 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3249 if test "${ac_cv_prog_cc_g+set}" = set; then :
3250   $as_echo_n "(cached) " >&6
3251 else
3252   ac_save_c_werror_flag=$ac_c_werror_flag
3253    ac_c_werror_flag=yes
3254    ac_cv_prog_cc_g=no
3255    CFLAGS="-g"
3256    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3257 /* end confdefs.h.  */
3258
3259 int
3260 main ()
3261 {
3262
3263   ;
3264   return 0;
3265 }
3266 _ACEOF
3267 if ac_fn_c_try_compile "$LINENO"; then :
3268   ac_cv_prog_cc_g=yes
3269 else
3270   CFLAGS=""
3271       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3272 /* end confdefs.h.  */
3273
3274 int
3275 main ()
3276 {
3277
3278   ;
3279   return 0;
3280 }
3281 _ACEOF
3282 if ac_fn_c_try_compile "$LINENO"; then :
3283
3284 else
3285   ac_c_werror_flag=$ac_save_c_werror_flag
3286          CFLAGS="-g"
3287          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3288 /* end confdefs.h.  */
3289
3290 int
3291 main ()
3292 {
3293
3294   ;
3295   return 0;
3296 }
3297 _ACEOF
3298 if ac_fn_c_try_compile "$LINENO"; then :
3299   ac_cv_prog_cc_g=yes
3300 fi
3301 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3302 fi
3303 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3304 fi
3305 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3306    ac_c_werror_flag=$ac_save_c_werror_flag
3307 fi
3308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3309 $as_echo "$ac_cv_prog_cc_g" >&6; }
3310 if test "$ac_test_CFLAGS" = set; then
3311   CFLAGS=$ac_save_CFLAGS
3312 elif test $ac_cv_prog_cc_g = yes; then
3313   if test "$GCC" = yes; then
3314     CFLAGS="-g -O2"
3315   else
3316     CFLAGS="-g"
3317   fi
3318 else
3319   if test "$GCC" = yes; then
3320     CFLAGS="-O2"
3321   else
3322     CFLAGS=
3323   fi
3324 fi
3325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3326 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3327 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3328   $as_echo_n "(cached) " >&6
3329 else
3330   ac_cv_prog_cc_c89=no
3331 ac_save_CC=$CC
3332 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3333 /* end confdefs.h.  */
3334 #include <stdarg.h>
3335 #include <stdio.h>
3336 #include <sys/types.h>
3337 #include <sys/stat.h>
3338 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3339 struct buf { int x; };
3340 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3341 static char *e (p, i)
3342      char **p;
3343      int i;
3344 {
3345   return p[i];
3346 }
3347 static char *f (char * (*g) (char **, int), char **p, ...)
3348 {
3349   char *s;
3350   va_list v;
3351   va_start (v,p);
3352   s = g (p, va_arg (v,int));
3353   va_end (v);
3354   return s;
3355 }
3356
3357 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3358    function prototypes and stuff, but not '\xHH' hex character constants.
3359    These don't provoke an error unfortunately, instead are silently treated
3360    as 'x'.  The following induces an error, until -std is added to get
3361    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3362    array size at least.  It's necessary to write '\x00'==0 to get something
3363    that's true only with -std.  */
3364 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3365
3366 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3367    inside strings and character constants.  */
3368 #define FOO(x) 'x'
3369 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3370
3371 int test (int i, double x);
3372 struct s1 {int (*f) (int a);};
3373 struct s2 {int (*f) (double a);};
3374 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3375 int argc;
3376 char **argv;
3377 int
3378 main ()
3379 {
3380 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3381   ;
3382   return 0;
3383 }
3384 _ACEOF
3385 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3386         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3387 do
3388   CC="$ac_save_CC $ac_arg"
3389   if ac_fn_c_try_compile "$LINENO"; then :
3390   ac_cv_prog_cc_c89=$ac_arg
3391 fi
3392 rm -f core conftest.err conftest.$ac_objext
3393   test "x$ac_cv_prog_cc_c89" != "xno" && break
3394 done
3395 rm -f conftest.$ac_ext
3396 CC=$ac_save_CC
3397
3398 fi
3399 # AC_CACHE_VAL
3400 case "x$ac_cv_prog_cc_c89" in
3401   x)
3402     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3403 $as_echo "none needed" >&6; } ;;
3404   xno)
3405     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3406 $as_echo "unsupported" >&6; } ;;
3407   *)
3408     CC="$CC $ac_cv_prog_cc_c89"
3409     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3410 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3411 esac
3412 if test "x$ac_cv_prog_cc_c89" != xno; then :
3413
3414 fi
3415
3416 ac_ext=c
3417 ac_cpp='$CPP $CPPFLAGS'
3418 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3419 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3420 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3421
3422
3423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3424 $as_echo_n "checking for library containing strerror... " >&6; }
3425 if test "${ac_cv_search_strerror+set}" = set; then :
3426   $as_echo_n "(cached) " >&6
3427 else
3428   ac_func_search_save_LIBS=$LIBS
3429 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3430 /* end confdefs.h.  */
3431
3432 /* Override any GCC internal prototype to avoid an error.
3433    Use char because int might match the return type of a GCC
3434    builtin and then its argument prototype would still apply.  */
3435 #ifdef __cplusplus
3436 extern "C"
3437 #endif
3438 char strerror ();
3439 int
3440 main ()
3441 {
3442 return strerror ();
3443   ;
3444   return 0;
3445 }
3446 _ACEOF
3447 for ac_lib in '' cposix; do
3448   if test -z "$ac_lib"; then
3449     ac_res="none required"
3450   else
3451     ac_res=-l$ac_lib
3452     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
3453   fi
3454   if ac_fn_c_try_link "$LINENO"; then :
3455   ac_cv_search_strerror=$ac_res
3456 fi
3457 rm -f core conftest.err conftest.$ac_objext \
3458     conftest$ac_exeext
3459   if test "${ac_cv_search_strerror+set}" = set; then :
3460   break
3461 fi
3462 done
3463 if test "${ac_cv_search_strerror+set}" = set; then :
3464
3465 else
3466   ac_cv_search_strerror=no
3467 fi
3468 rm conftest.$ac_ext
3469 LIBS=$ac_func_search_save_LIBS
3470 fi
3471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3472 $as_echo "$ac_cv_search_strerror" >&6; }
3473 ac_res=$ac_cv_search_strerror
3474 if test "$ac_res" != no; then :
3475   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3476
3477 fi
3478
3479
3480 am__api_version='1.11'
3481
3482 # Find a good install program.  We prefer a C program (faster),
3483 # so one script is as good as another.  But avoid the broken or
3484 # incompatible versions:
3485 # SysV /etc/install, /usr/sbin/install
3486 # SunOS /usr/etc/install
3487 # IRIX /sbin/install
3488 # AIX /bin/install
3489 # AmigaOS /C/install, which installs bootblocks on floppy discs
3490 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3491 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3492 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3493 # OS/2's system install, which has a completely different semantic
3494 # ./install, which can be erroneously created by make from ./install.sh.
3495 # Reject install programs that cannot install multiple files.
3496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3497 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3498 if test -z "$INSTALL"; then
3499 if test "${ac_cv_path_install+set}" = set; then :
3500   $as_echo_n "(cached) " >&6
3501 else
3502   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3503 for as_dir in $PATH
3504 do
3505   IFS=$as_save_IFS
3506   test -z "$as_dir" && as_dir=.
3507     # Account for people who put trailing slashes in PATH elements.
3508 case $as_dir/ in #((
3509   ./ | .// | /[cC]/* | \
3510   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3511   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3512   /usr/ucb/* ) ;;
3513   *)
3514     # OSF1 and SCO ODT 3.0 have their own names for install.
3515     # Don't use installbsd from OSF since it installs stuff as root
3516     # by default.
3517     for ac_prog in ginstall scoinst install; do
3518       for ac_exec_ext in '' $ac_executable_extensions; do
3519         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3520           if test $ac_prog = install &&
3521             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3522             # AIX install.  It has an incompatible calling convention.
3523             :
3524           elif test $ac_prog = install &&
3525             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3526             # program-specific install script used by HP pwplus--don't use.
3527             :
3528           else
3529             rm -rf conftest.one conftest.two conftest.dir
3530             echo one > conftest.one
3531             echo two > conftest.two
3532             mkdir conftest.dir
3533             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3534               test -s conftest.one && test -s conftest.two &&
3535               test -s conftest.dir/conftest.one &&
3536               test -s conftest.dir/conftest.two
3537             then
3538               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3539               break 3
3540             fi
3541           fi
3542         fi
3543       done
3544     done
3545     ;;
3546 esac
3547
3548   done
3549 IFS=$as_save_IFS
3550
3551 rm -rf conftest.one conftest.two conftest.dir
3552
3553 fi
3554   if test "${ac_cv_path_install+set}" = set; then
3555     INSTALL=$ac_cv_path_install
3556   else
3557     # As a last resort, use the slow shell script.  Don't cache a
3558     # value for INSTALL within a source directory, because that will
3559     # break other packages using the cache if that directory is
3560     # removed, or if the value is a relative name.
3561     INSTALL=$ac_install_sh
3562   fi
3563 fi
3564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3565 $as_echo "$INSTALL" >&6; }
3566
3567 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3568 # It thinks the first close brace ends the variable substitution.
3569 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3570
3571 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3572
3573 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3574
3575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3576 $as_echo_n "checking whether build environment is sane... " >&6; }
3577 # Just in case
3578 sleep 1
3579 echo timestamp > conftest.file
3580 # Reject unsafe characters in $srcdir or the absolute working directory
3581 # name.  Accept space and tab only in the latter.
3582 am_lf='
3583 '
3584 case `pwd` in
3585   *[\\\"\#\$\&\'\`$am_lf]*)
3586     as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
3587 esac
3588 case $srcdir in
3589   *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
3590     as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3591 esac
3592
3593 # Do `set' in a subshell so we don't clobber the current shell's
3594 # arguments.  Must try -L first in case configure is actually a
3595 # symlink; some systems play weird games with the mod time of symlinks
3596 # (eg FreeBSD returns the mod time of the symlink's containing
3597 # directory).
3598 if (
3599    set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3600    if test "$*" = "X"; then
3601       # -L didn't work.
3602       set X `ls -t "$srcdir/configure" conftest.file`
3603    fi
3604    rm -f conftest.file
3605    if test "$*" != "X $srcdir/configure conftest.file" \
3606       && test "$*" != "X conftest.file $srcdir/configure"; then
3607
3608       # If neither matched, then we have a broken ls.  This can happen
3609       # if, for instance, CONFIG_SHELL is bash and it inherits a
3610       # broken ls alias from the environment.  This has actually
3611       # happened.  Such a system could not be considered "sane".
3612       as_fn_error "ls -t appears to fail.  Make sure there is not a broken
3613 alias in your environment" "$LINENO" 5
3614    fi
3615
3616    test "$2" = conftest.file
3617    )
3618 then
3619    # Ok.
3620    :
3621 else
3622    as_fn_error "newly created file is older than distributed files!
3623 Check your system clock" "$LINENO" 5
3624 fi
3625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3626 $as_echo "yes" >&6; }
3627 test "$program_prefix" != NONE &&
3628   program_transform_name="s&^&$program_prefix&;$program_transform_name"
3629 # Use a double $ so make ignores it.
3630 test "$program_suffix" != NONE &&
3631   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3632 # Double any \ or $.
3633 # By default was `s,x,x', remove it if useless.
3634 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3635 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3636
3637 # expand $ac_aux_dir to an absolute path
3638 am_aux_dir=`cd $ac_aux_dir && pwd`
3639
3640 if test x"${MISSING+set}" != xset; then
3641   case $am_aux_dir in
3642   *\ * | *\     *)
3643     MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3644   *)
3645     MISSING="\${SHELL} $am_aux_dir/missing" ;;
3646   esac
3647 fi
3648 # Use eval to expand $SHELL
3649 if eval "$MISSING --run true"; then
3650   am_missing_run="$MISSING --run "
3651 else
3652   am_missing_run=
3653   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3654 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3655 fi
3656
3657 if test x"${install_sh}" != xset; then
3658   case $am_aux_dir in
3659   *\ * | *\     *)
3660     install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3661   *)
3662     install_sh="\${SHELL} $am_aux_dir/install-sh"
3663   esac
3664 fi
3665
3666 # Installed binaries are usually stripped using `strip' when the user
3667 # run `make install-strip'.  However `strip' might not be the right
3668 # tool to use in cross-compilation environments, therefore Automake
3669 # will honor the `STRIP' environment variable to overrule this program.
3670 if test "$cross_compiling" != no; then
3671   if test -n "$ac_tool_prefix"; then
3672   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3673 set dummy ${ac_tool_prefix}strip; ac_word=$2
3674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3675 $as_echo_n "checking for $ac_word... " >&6; }
3676 if test "${ac_cv_prog_STRIP+set}" = set; then :
3677   $as_echo_n "(cached) " >&6
3678 else
3679   if test -n "$STRIP"; then
3680   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3681 else
3682 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3683 for as_dir in $PATH
3684 do
3685   IFS=$as_save_IFS
3686   test -z "$as_dir" && as_dir=.
3687     for ac_exec_ext in '' $ac_executable_extensions; do
3688   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3689     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3690     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3691     break 2
3692   fi
3693 done
3694   done
3695 IFS=$as_save_IFS
3696
3697 fi
3698 fi
3699 STRIP=$ac_cv_prog_STRIP
3700 if test -n "$STRIP"; then
3701   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3702 $as_echo "$STRIP" >&6; }
3703 else
3704   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3705 $as_echo "no" >&6; }
3706 fi
3707
3708
3709 fi
3710 if test -z "$ac_cv_prog_STRIP"; then
3711   ac_ct_STRIP=$STRIP
3712   # Extract the first word of "strip", so it can be a program name with args.
3713 set dummy strip; ac_word=$2
3714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3715 $as_echo_n "checking for $ac_word... " >&6; }
3716 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3717   $as_echo_n "(cached) " >&6
3718 else
3719   if test -n "$ac_ct_STRIP"; then
3720   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3721 else
3722 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3723 for as_dir in $PATH
3724 do
3725   IFS=$as_save_IFS
3726   test -z "$as_dir" && as_dir=.
3727     for ac_exec_ext in '' $ac_executable_extensions; do
3728   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3729     ac_cv_prog_ac_ct_STRIP="strip"
3730     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3731     break 2
3732   fi
3733 done
3734   done
3735 IFS=$as_save_IFS
3736
3737 fi
3738 fi
3739 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3740 if test -n "$ac_ct_STRIP"; then
3741   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3742 $as_echo "$ac_ct_STRIP" >&6; }
3743 else
3744   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3745 $as_echo "no" >&6; }
3746 fi
3747
3748   if test "x$ac_ct_STRIP" = x; then
3749     STRIP=":"
3750   else
3751     case $cross_compiling:$ac_tool_warned in
3752 yes:)
3753 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3754 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3755 ac_tool_warned=yes ;;
3756 esac
3757     STRIP=$ac_ct_STRIP
3758   fi
3759 else
3760   STRIP="$ac_cv_prog_STRIP"
3761 fi
3762
3763 fi
3764 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3765
3766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3767 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3768 if test -z "$MKDIR_P"; then
3769   if test "${ac_cv_path_mkdir+set}" = set; then :
3770   $as_echo_n "(cached) " >&6
3771 else
3772   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3773 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3774 do
3775   IFS=$as_save_IFS
3776   test -z "$as_dir" && as_dir=.
3777     for ac_prog in mkdir gmkdir; do
3778          for ac_exec_ext in '' $ac_executable_extensions; do
3779            { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3780            case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3781              'mkdir (GNU coreutils) '* | \
3782              'mkdir (coreutils) '* | \
3783              'mkdir (fileutils) '4.1*)
3784                ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3785                break 3;;
3786            esac
3787          done
3788        done
3789   done
3790 IFS=$as_save_IFS
3791
3792 fi
3793
3794   if test "${ac_cv_path_mkdir+set}" = set; then
3795     MKDIR_P="$ac_cv_path_mkdir -p"
3796   else
3797     # As a last resort, use the slow shell script.  Don't cache a
3798     # value for MKDIR_P within a source directory, because that will
3799     # break other packages using the cache if that directory is
3800     # removed, or if the value is a relative name.
3801     test -d ./--version && rmdir ./--version
3802     MKDIR_P="$ac_install_sh -d"
3803   fi
3804 fi
3805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3806 $as_echo "$MKDIR_P" >&6; }
3807
3808 mkdir_p="$MKDIR_P"
3809 case $mkdir_p in
3810   [\\/$]* | ?:[\\/]*) ;;
3811   */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3812 esac
3813
3814 for ac_prog in gawk mawk nawk awk
3815 do
3816   # Extract the first word of "$ac_prog", so it can be a program name with args.
3817 set dummy $ac_prog; ac_word=$2
3818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3819 $as_echo_n "checking for $ac_word... " >&6; }
3820 if test "${ac_cv_prog_AWK+set}" = set; then :
3821   $as_echo_n "(cached) " >&6
3822 else
3823   if test -n "$AWK"; then
3824   ac_cv_prog_AWK="$AWK" # Let the user override the test.
3825 else
3826 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3827 for as_dir in $PATH
3828 do
3829   IFS=$as_save_IFS
3830   test -z "$as_dir" && as_dir=.
3831     for ac_exec_ext in '' $ac_executable_extensions; do
3832   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3833     ac_cv_prog_AWK="$ac_prog"
3834     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3835     break 2
3836   fi
3837 done
3838   done
3839 IFS=$as_save_IFS
3840
3841 fi
3842 fi
3843 AWK=$ac_cv_prog_AWK
3844 if test -n "$AWK"; then
3845   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3846 $as_echo "$AWK" >&6; }
3847 else
3848   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3849 $as_echo "no" >&6; }
3850 fi
3851
3852
3853   test -n "$AWK" && break
3854 done
3855
3856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3857 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3858 set x ${MAKE-make}
3859 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3860 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3861   $as_echo_n "(cached) " >&6
3862 else
3863   cat >conftest.make <<\_ACEOF
3864 SHELL = /bin/sh
3865 all:
3866         @echo '@@@%%%=$(MAKE)=@@@%%%'
3867 _ACEOF
3868 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3869 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3870   *@@@%%%=?*=@@@%%%*)
3871     eval ac_cv_prog_make_${ac_make}_set=yes;;
3872   *)
3873     eval ac_cv_prog_make_${ac_make}_set=no;;
3874 esac
3875 rm -f conftest.make
3876 fi
3877 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3878   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3879 $as_echo "yes" >&6; }
3880   SET_MAKE=
3881 else
3882   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3883 $as_echo "no" >&6; }
3884   SET_MAKE="MAKE=${MAKE-make}"
3885 fi
3886
3887 rm -rf .tst 2>/dev/null
3888 mkdir .tst 2>/dev/null
3889 if test -d .tst; then
3890   am__leading_dot=.
3891 else
3892   am__leading_dot=_
3893 fi
3894 rmdir .tst 2>/dev/null
3895
3896 DEPDIR="${am__leading_dot}deps"
3897
3898 ac_config_commands="$ac_config_commands depfiles"
3899
3900
3901 am_make=${MAKE-make}
3902 cat > confinc << 'END'
3903 am__doit:
3904         @echo this is the am__doit target
3905 .PHONY: am__doit
3906 END
3907 # If we don't find an include directive, just comment out the code.
3908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3909 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3910 am__include="#"
3911 am__quote=
3912 _am_result=none
3913 # First try GNU make style include.
3914 echo "include confinc" > confmf
3915 # Ignore all kinds of additional output from `make'.
3916 case `$am_make -s -f confmf 2> /dev/null` in #(
3917 *the\ am__doit\ target*)
3918   am__include=include
3919   am__quote=
3920   _am_result=GNU
3921   ;;
3922 esac
3923 # Now try BSD make style include.
3924 if test "$am__include" = "#"; then
3925    echo '.include "confinc"' > confmf
3926    case `$am_make -s -f confmf 2> /dev/null` in #(
3927    *the\ am__doit\ target*)
3928      am__include=.include
3929      am__quote="\""
3930      _am_result=BSD
3931      ;;
3932    esac
3933 fi
3934
3935
3936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3937 $as_echo "$_am_result" >&6; }
3938 rm -f confinc confmf
3939
3940 # Check whether --enable-dependency-tracking was given.
3941 if test "${enable_dependency_tracking+set}" = set; then :
3942   enableval=$enable_dependency_tracking;
3943 fi
3944
3945 if test "x$enable_dependency_tracking" != xno; then
3946   am_depcomp="$ac_aux_dir/depcomp"
3947   AMDEPBACKSLASH='\'
3948 fi
3949  if test "x$enable_dependency_tracking" != xno; then
3950   AMDEP_TRUE=
3951   AMDEP_FALSE='#'
3952 else
3953   AMDEP_TRUE='#'
3954   AMDEP_FALSE=
3955 fi
3956
3957
3958 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3959   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3960   # is not polluted with repeated "-I."
3961   am__isrc=' -I$(srcdir)'
3962   # test to see if srcdir already configured
3963   if test -f $srcdir/config.status; then
3964     as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3965   fi
3966 fi
3967
3968 # test whether we have cygpath
3969 if test -z "$CYGPATH_W"; then
3970   if (cygpath --version) >/dev/null 2>/dev/null; then
3971     CYGPATH_W='cygpath -w'
3972   else
3973     CYGPATH_W=echo
3974   fi
3975 fi
3976
3977
3978 # Define the identity of the package.
3979  PACKAGE='binutils'
3980  VERSION='2.25.51'
3981
3982
3983 cat >>confdefs.h <<_ACEOF
3984 #define PACKAGE "$PACKAGE"
3985 _ACEOF
3986
3987
3988 cat >>confdefs.h <<_ACEOF
3989 #define VERSION "$VERSION"
3990 _ACEOF
3991
3992 # Some tools Automake needs.
3993
3994 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3995
3996
3997 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3998
3999
4000 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4001
4002
4003 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
4004
4005
4006 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
4007
4008 # We need awk for the "check" target.  The system "awk" is bad on
4009 # some platforms.
4010 # Always define AMTAR for backward compatibility.
4011
4012 AMTAR=${AMTAR-"${am_missing_run}tar"}
4013
4014 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
4015
4016
4017
4018
4019 depcc="$CC"   am_compiler_list=
4020
4021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4022 $as_echo_n "checking dependency style of $depcc... " >&6; }
4023 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
4024   $as_echo_n "(cached) " >&6
4025 else
4026   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4027   # We make a subdir and do the tests there.  Otherwise we can end up
4028   # making bogus files that we don't know about and never remove.  For
4029   # instance it was reported that on HP-UX the gcc test will end up
4030   # making a dummy file named `D' -- because `-MD' means `put the output
4031   # in D'.
4032   mkdir conftest.dir
4033   # Copy depcomp to subdir because otherwise we won't find it if we're
4034   # using a relative directory.
4035   cp "$am_depcomp" conftest.dir
4036   cd conftest.dir
4037   # We will build objects and dependencies in a subdirectory because
4038   # it helps to detect inapplicable dependency modes.  For instance
4039   # both Tru64's cc and ICC support -MD to output dependencies as a
4040   # side effect of compilation, but ICC will put the dependencies in
4041   # the current directory while Tru64 will put them in the object
4042   # directory.
4043   mkdir sub
4044
4045   am_cv_CC_dependencies_compiler_type=none
4046   if test "$am_compiler_list" = ""; then
4047      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4048   fi
4049   am__universal=false
4050   case " $depcc " in #(
4051      *\ -arch\ *\ -arch\ *) am__universal=true ;;
4052      esac
4053
4054   for depmode in $am_compiler_list; do
4055     # Setup a source with many dependencies, because some compilers
4056     # like to wrap large dependency lists on column 80 (with \), and
4057     # we should not choose a depcomp mode which is confused by this.
4058     #
4059     # We need to recreate these files for each test, as the compiler may
4060     # overwrite some of them when testing with obscure command lines.
4061     # This happens at least with the AIX C compiler.
4062     : > sub/conftest.c
4063     for i in 1 2 3 4 5 6; do
4064       echo '#include "conftst'$i'.h"' >> sub/conftest.c
4065       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4066       # Solaris 8's {/usr,}/bin/sh.
4067       touch sub/conftst$i.h
4068     done
4069     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4070
4071     # We check with `-c' and `-o' for the sake of the "dashmstdout"
4072     # mode.  It turns out that the SunPro C++ compiler does not properly
4073     # handle `-M -o', and we need to detect this.  Also, some Intel
4074     # versions had trouble with output in subdirs
4075     am__obj=sub/conftest.${OBJEXT-o}
4076     am__minus_obj="-o $am__obj"
4077     case $depmode in
4078     gcc)
4079       # This depmode causes a compiler race in universal mode.
4080       test "$am__universal" = false || continue
4081       ;;
4082     nosideeffect)
4083       # after this tag, mechanisms are not by side-effect, so they'll
4084       # only be used when explicitly requested
4085       if test "x$enable_dependency_tracking" = xyes; then
4086         continue
4087       else
4088         break
4089       fi
4090       ;;
4091     msvisualcpp | msvcmsys)
4092       # This compiler won't grok `-c -o', but also, the minuso test has
4093       # not run yet.  These depmodes are late enough in the game, and
4094       # so weak that their functioning should not be impacted.
4095       am__obj=conftest.${OBJEXT-o}
4096       am__minus_obj=
4097       ;;
4098     none) break ;;
4099     esac
4100     if depmode=$depmode \
4101        source=sub/conftest.c object=$am__obj \
4102        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4103        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4104          >/dev/null 2>conftest.err &&
4105        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4106        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4107        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4108        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4109       # icc doesn't choke on unknown options, it will just issue warnings
4110       # or remarks (even with -Werror).  So we grep stderr for any message
4111       # that says an option was ignored or not supported.
4112       # When given -MP, icc 7.0 and 7.1 complain thusly:
4113       #   icc: Command line warning: ignoring option '-M'; no argument required
4114       # The diagnosis changed in icc 8.0:
4115       #   icc: Command line remark: option '-MP' not supported
4116       if (grep 'ignoring option' conftest.err ||
4117           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4118         am_cv_CC_dependencies_compiler_type=$depmode
4119         break
4120       fi
4121     fi
4122   done
4123
4124   cd ..
4125   rm -rf conftest.dir
4126 else
4127   am_cv_CC_dependencies_compiler_type=none
4128 fi
4129
4130 fi
4131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4132 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4133 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4134
4135  if
4136   test "x$enable_dependency_tracking" != xno \
4137   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4138   am__fastdepCC_TRUE=
4139   am__fastdepCC_FALSE='#'
4140 else
4141   am__fastdepCC_TRUE='#'
4142   am__fastdepCC_FALSE=
4143 fi
4144
4145
4146
4147
4148 ac_ext=c
4149 ac_cpp='$CPP $CPPFLAGS'
4150 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4151 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4152 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4153 if test -n "$ac_tool_prefix"; then
4154   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4155 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4157 $as_echo_n "checking for $ac_word... " >&6; }
4158 if test "${ac_cv_prog_CC+set}" = set; then :
4159   $as_echo_n "(cached) " >&6
4160 else
4161   if test -n "$CC"; then
4162   ac_cv_prog_CC="$CC" # Let the user override the test.
4163 else
4164 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4165 for as_dir in $PATH
4166 do
4167   IFS=$as_save_IFS
4168   test -z "$as_dir" && as_dir=.
4169     for ac_exec_ext in '' $ac_executable_extensions; do
4170   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4171     ac_cv_prog_CC="${ac_tool_prefix}gcc"
4172     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4173     break 2
4174   fi
4175 done
4176   done
4177 IFS=$as_save_IFS
4178
4179 fi
4180 fi
4181 CC=$ac_cv_prog_CC
4182 if test -n "$CC"; then
4183   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4184 $as_echo "$CC" >&6; }
4185 else
4186   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4187 $as_echo "no" >&6; }
4188 fi
4189
4190
4191 fi
4192 if test -z "$ac_cv_prog_CC"; then
4193   ac_ct_CC=$CC
4194   # Extract the first word of "gcc", so it can be a program name with args.
4195 set dummy gcc; ac_word=$2
4196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4197 $as_echo_n "checking for $ac_word... " >&6; }
4198 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4199   $as_echo_n "(cached) " >&6
4200 else
4201   if test -n "$ac_ct_CC"; then
4202   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4203 else
4204 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4205 for as_dir in $PATH
4206 do
4207   IFS=$as_save_IFS
4208   test -z "$as_dir" && as_dir=.
4209     for ac_exec_ext in '' $ac_executable_extensions; do
4210   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4211     ac_cv_prog_ac_ct_CC="gcc"
4212     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4213     break 2
4214   fi
4215 done
4216   done
4217 IFS=$as_save_IFS
4218
4219 fi
4220 fi
4221 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4222 if test -n "$ac_ct_CC"; then
4223   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4224 $as_echo "$ac_ct_CC" >&6; }
4225 else
4226   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4227 $as_echo "no" >&6; }
4228 fi
4229
4230   if test "x$ac_ct_CC" = x; then
4231     CC=""
4232   else
4233     case $cross_compiling:$ac_tool_warned in
4234 yes:)
4235 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4236 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4237 ac_tool_warned=yes ;;
4238 esac
4239     CC=$ac_ct_CC
4240   fi
4241 else
4242   CC="$ac_cv_prog_CC"
4243 fi
4244
4245 if test -z "$CC"; then
4246           if test -n "$ac_tool_prefix"; then
4247     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4248 set dummy ${ac_tool_prefix}cc; ac_word=$2
4249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4250 $as_echo_n "checking for $ac_word... " >&6; }
4251 if test "${ac_cv_prog_CC+set}" = set; then :
4252   $as_echo_n "(cached) " >&6
4253 else
4254   if test -n "$CC"; then
4255   ac_cv_prog_CC="$CC" # Let the user override the test.
4256 else
4257 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4258 for as_dir in $PATH
4259 do
4260   IFS=$as_save_IFS
4261   test -z "$as_dir" && as_dir=.
4262     for ac_exec_ext in '' $ac_executable_extensions; do
4263   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4264     ac_cv_prog_CC="${ac_tool_prefix}cc"
4265     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4266     break 2
4267   fi
4268 done
4269   done
4270 IFS=$as_save_IFS
4271
4272 fi
4273 fi
4274 CC=$ac_cv_prog_CC
4275 if test -n "$CC"; then
4276   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4277 $as_echo "$CC" >&6; }
4278 else
4279   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4280 $as_echo "no" >&6; }
4281 fi
4282
4283
4284   fi
4285 fi
4286 if test -z "$CC"; then
4287   # Extract the first word of "cc", so it can be a program name with args.
4288 set dummy cc; ac_word=$2
4289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4290 $as_echo_n "checking for $ac_word... " >&6; }
4291 if test "${ac_cv_prog_CC+set}" = set; then :
4292   $as_echo_n "(cached) " >&6
4293 else
4294   if test -n "$CC"; then
4295   ac_cv_prog_CC="$CC" # Let the user override the test.
4296 else
4297   ac_prog_rejected=no
4298 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4299 for as_dir in $PATH
4300 do
4301   IFS=$as_save_IFS
4302   test -z "$as_dir" && as_dir=.
4303     for ac_exec_ext in '' $ac_executable_extensions; do
4304   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4305     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4306        ac_prog_rejected=yes
4307        continue
4308      fi
4309     ac_cv_prog_CC="cc"
4310     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4311     break 2
4312   fi
4313 done
4314   done
4315 IFS=$as_save_IFS
4316
4317 if test $ac_prog_rejected = yes; then
4318   # We found a bogon in the path, so make sure we never use it.
4319   set dummy $ac_cv_prog_CC
4320   shift
4321   if test $# != 0; then
4322     # We chose a different compiler from the bogus one.
4323     # However, it has the same basename, so the bogon will be chosen
4324     # first if we set CC to just the basename; use the full file name.
4325     shift
4326     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4327   fi
4328 fi
4329 fi
4330 fi
4331 CC=$ac_cv_prog_CC
4332 if test -n "$CC"; then
4333   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4334 $as_echo "$CC" >&6; }
4335 else
4336   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4337 $as_echo "no" >&6; }
4338 fi
4339
4340
4341 fi
4342 if test -z "$CC"; then
4343   if test -n "$ac_tool_prefix"; then
4344   for ac_prog in cl.exe
4345   do
4346     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4347 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4349 $as_echo_n "checking for $ac_word... " >&6; }
4350 if test "${ac_cv_prog_CC+set}" = set; then :
4351   $as_echo_n "(cached) " >&6
4352 else
4353   if test -n "$CC"; then
4354   ac_cv_prog_CC="$CC" # Let the user override the test.
4355 else
4356 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4357 for as_dir in $PATH
4358 do
4359   IFS=$as_save_IFS
4360   test -z "$as_dir" && as_dir=.
4361     for ac_exec_ext in '' $ac_executable_extensions; do
4362   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4363     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4364     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4365     break 2
4366   fi
4367 done
4368   done
4369 IFS=$as_save_IFS
4370
4371 fi
4372 fi
4373 CC=$ac_cv_prog_CC
4374 if test -n "$CC"; then
4375   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4376 $as_echo "$CC" >&6; }
4377 else
4378   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4379 $as_echo "no" >&6; }
4380 fi
4381
4382
4383     test -n "$CC" && break
4384   done
4385 fi
4386 if test -z "$CC"; then
4387   ac_ct_CC=$CC
4388   for ac_prog in cl.exe
4389 do
4390   # Extract the first word of "$ac_prog", so it can be a program name with args.
4391 set dummy $ac_prog; ac_word=$2
4392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4393 $as_echo_n "checking for $ac_word... " >&6; }
4394 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4395   $as_echo_n "(cached) " >&6
4396 else
4397   if test -n "$ac_ct_CC"; then
4398   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4399 else
4400 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4401 for as_dir in $PATH
4402 do
4403   IFS=$as_save_IFS
4404   test -z "$as_dir" && as_dir=.
4405     for ac_exec_ext in '' $ac_executable_extensions; do
4406   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4407     ac_cv_prog_ac_ct_CC="$ac_prog"
4408     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4409     break 2
4410   fi
4411 done
4412   done
4413 IFS=$as_save_IFS
4414
4415 fi
4416 fi
4417 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4418 if test -n "$ac_ct_CC"; then
4419   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4420 $as_echo "$ac_ct_CC" >&6; }
4421 else
4422   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4423 $as_echo "no" >&6; }
4424 fi
4425
4426
4427   test -n "$ac_ct_CC" && break
4428 done
4429
4430   if test "x$ac_ct_CC" = x; then
4431     CC=""
4432   else
4433     case $cross_compiling:$ac_tool_warned in
4434 yes:)
4435 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4436 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4437 ac_tool_warned=yes ;;
4438 esac
4439     CC=$ac_ct_CC
4440   fi
4441 fi
4442
4443 fi
4444
4445
4446 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4447 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4448 as_fn_error "no acceptable C compiler found in \$PATH
4449 See \`config.log' for more details." "$LINENO" 5; }
4450
4451 # Provide some information about the compiler.
4452 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4453 set X $ac_compile
4454 ac_compiler=$2
4455 for ac_option in --version -v -V -qversion; do
4456   { { ac_try="$ac_compiler $ac_option >&5"
4457 case "(($ac_try" in
4458   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4459   *) ac_try_echo=$ac_try;;
4460 esac
4461 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4462 $as_echo "$ac_try_echo"; } >&5
4463   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4464   ac_status=$?
4465   if test -s conftest.err; then
4466     sed '10a\
4467 ... rest of stderr output deleted ...
4468          10q' conftest.err >conftest.er1
4469     cat conftest.er1 >&5
4470     rm -f conftest.er1 conftest.err
4471   fi
4472   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4473   test $ac_status = 0; }
4474 done
4475
4476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4477 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4478 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4479   $as_echo_n "(cached) " >&6
4480 else
4481   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4482 /* end confdefs.h.  */
4483
4484 int
4485 main ()
4486 {
4487 #ifndef __GNUC__
4488        choke me
4489 #endif
4490
4491   ;
4492   return 0;
4493 }
4494 _ACEOF
4495 if ac_fn_c_try_compile "$LINENO"; then :
4496   ac_compiler_gnu=yes
4497 else
4498   ac_compiler_gnu=no
4499 fi
4500 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4501 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4502
4503 fi
4504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4505 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4506 if test $ac_compiler_gnu = yes; then
4507   GCC=yes
4508 else
4509   GCC=
4510 fi
4511 ac_test_CFLAGS=${CFLAGS+set}
4512 ac_save_CFLAGS=$CFLAGS
4513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4514 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4515 if test "${ac_cv_prog_cc_g+set}" = set; then :
4516   $as_echo_n "(cached) " >&6
4517 else
4518   ac_save_c_werror_flag=$ac_c_werror_flag
4519    ac_c_werror_flag=yes
4520    ac_cv_prog_cc_g=no
4521    CFLAGS="-g"
4522    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4523 /* end confdefs.h.  */
4524
4525 int
4526 main ()
4527 {
4528
4529   ;
4530   return 0;
4531 }
4532 _ACEOF
4533 if ac_fn_c_try_compile "$LINENO"; then :
4534   ac_cv_prog_cc_g=yes
4535 else
4536   CFLAGS=""
4537       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4538 /* end confdefs.h.  */
4539
4540 int
4541 main ()
4542 {
4543
4544   ;
4545   return 0;
4546 }
4547 _ACEOF
4548 if ac_fn_c_try_compile "$LINENO"; then :
4549
4550 else
4551   ac_c_werror_flag=$ac_save_c_werror_flag
4552          CFLAGS="-g"
4553          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4554 /* end confdefs.h.  */
4555
4556 int
4557 main ()
4558 {
4559
4560   ;
4561   return 0;
4562 }
4563 _ACEOF
4564 if ac_fn_c_try_compile "$LINENO"; then :
4565   ac_cv_prog_cc_g=yes
4566 fi
4567 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4568 fi
4569 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4570 fi
4571 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4572    ac_c_werror_flag=$ac_save_c_werror_flag
4573 fi
4574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4575 $as_echo "$ac_cv_prog_cc_g" >&6; }
4576 if test "$ac_test_CFLAGS" = set; then
4577   CFLAGS=$ac_save_CFLAGS
4578 elif test $ac_cv_prog_cc_g = yes; then
4579   if test "$GCC" = yes; then
4580     CFLAGS="-g -O2"
4581   else
4582     CFLAGS="-g"
4583   fi
4584 else
4585   if test "$GCC" = yes; then
4586     CFLAGS="-O2"
4587   else
4588     CFLAGS=
4589   fi
4590 fi
4591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4592 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4593 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4594   $as_echo_n "(cached) " >&6
4595 else
4596   ac_cv_prog_cc_c89=no
4597 ac_save_CC=$CC
4598 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4599 /* end confdefs.h.  */
4600 #include <stdarg.h>
4601 #include <stdio.h>
4602 #include <sys/types.h>
4603 #include <sys/stat.h>
4604 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
4605 struct buf { int x; };
4606 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4607 static char *e (p, i)
4608      char **p;
4609      int i;
4610 {
4611   return p[i];
4612 }
4613 static char *f (char * (*g) (char **, int), char **p, ...)
4614 {
4615   char *s;
4616   va_list v;
4617   va_start (v,p);
4618   s = g (p, va_arg (v,int));
4619   va_end (v);
4620   return s;
4621 }
4622
4623 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
4624    function prototypes and stuff, but not '\xHH' hex character constants.
4625    These don't provoke an error unfortunately, instead are silently treated
4626    as 'x'.  The following induces an error, until -std is added to get
4627    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
4628    array size at least.  It's necessary to write '\x00'==0 to get something
4629    that's true only with -std.  */
4630 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4631
4632 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4633    inside strings and character constants.  */
4634 #define FOO(x) 'x'
4635 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4636
4637 int test (int i, double x);
4638 struct s1 {int (*f) (int a);};
4639 struct s2 {int (*f) (double a);};
4640 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4641 int argc;
4642 char **argv;
4643 int
4644 main ()
4645 {
4646 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
4647   ;
4648   return 0;
4649 }
4650 _ACEOF
4651 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4652         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4653 do
4654   CC="$ac_save_CC $ac_arg"
4655   if ac_fn_c_try_compile "$LINENO"; then :
4656   ac_cv_prog_cc_c89=$ac_arg
4657 fi
4658 rm -f core conftest.err conftest.$ac_objext
4659   test "x$ac_cv_prog_cc_c89" != "xno" && break
4660 done
4661 rm -f conftest.$ac_ext
4662 CC=$ac_save_CC
4663
4664 fi
4665 # AC_CACHE_VAL
4666 case "x$ac_cv_prog_cc_c89" in
4667   x)
4668     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4669 $as_echo "none needed" >&6; } ;;
4670   xno)
4671     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4672 $as_echo "unsupported" >&6; } ;;
4673   *)
4674     CC="$CC $ac_cv_prog_cc_c89"
4675     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4676 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4677 esac
4678 if test "x$ac_cv_prog_cc_c89" != xno; then :
4679
4680 fi
4681
4682 ac_ext=c
4683 ac_cpp='$CPP $CPPFLAGS'
4684 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4685 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4686 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4687
4688 ac_ext=c
4689 ac_cpp='$CPP $CPPFLAGS'
4690 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4691 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4692 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4694 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4695 # On Suns, sometimes $CPP names a directory.
4696 if test -n "$CPP" && test -d "$CPP"; then
4697   CPP=
4698 fi
4699 if test -z "$CPP"; then
4700   if test "${ac_cv_prog_CPP+set}" = set; then :
4701   $as_echo_n "(cached) " >&6
4702 else
4703       # Double quotes because CPP needs to be expanded
4704     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4705     do
4706       ac_preproc_ok=false
4707 for ac_c_preproc_warn_flag in '' yes
4708 do
4709   # Use a header file that comes with gcc, so configuring glibc
4710   # with a fresh cross-compiler works.
4711   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4712   # <limits.h> exists even on freestanding compilers.
4713   # On the NeXT, cc -E runs the code through the compiler's parser,
4714   # not just through cpp. "Syntax error" is here to catch this case.
4715   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4716 /* end confdefs.h.  */
4717 #ifdef __STDC__
4718 # include <limits.h>
4719 #else
4720 # include <assert.h>
4721 #endif
4722                      Syntax error
4723 _ACEOF
4724 if ac_fn_c_try_cpp "$LINENO"; then :
4725
4726 else
4727   # Broken: fails on valid input.
4728 continue
4729 fi
4730 rm -f conftest.err conftest.$ac_ext
4731
4732   # OK, works on sane cases.  Now check whether nonexistent headers
4733   # can be detected and how.
4734   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4735 /* end confdefs.h.  */
4736 #include <ac_nonexistent.h>
4737 _ACEOF
4738 if ac_fn_c_try_cpp "$LINENO"; then :
4739   # Broken: success on invalid input.
4740 continue
4741 else
4742   # Passes both tests.
4743 ac_preproc_ok=:
4744 break
4745 fi
4746 rm -f conftest.err conftest.$ac_ext
4747
4748 done
4749 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4750 rm -f conftest.err conftest.$ac_ext
4751 if $ac_preproc_ok; then :
4752   break
4753 fi
4754
4755     done
4756     ac_cv_prog_CPP=$CPP
4757
4758 fi
4759   CPP=$ac_cv_prog_CPP
4760 else
4761   ac_cv_prog_CPP=$CPP
4762 fi
4763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4764 $as_echo "$CPP" >&6; }
4765 ac_preproc_ok=false
4766 for ac_c_preproc_warn_flag in '' yes
4767 do
4768   # Use a header file that comes with gcc, so configuring glibc
4769   # with a fresh cross-compiler works.
4770   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4771   # <limits.h> exists even on freestanding compilers.
4772   # On the NeXT, cc -E runs the code through the compiler's parser,
4773   # not just through cpp. "Syntax error" is here to catch this case.
4774   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4775 /* end confdefs.h.  */
4776 #ifdef __STDC__
4777 # include <limits.h>
4778 #else
4779 # include <assert.h>
4780 #endif
4781                      Syntax error
4782 _ACEOF
4783 if ac_fn_c_try_cpp "$LINENO"; then :
4784
4785 else
4786   # Broken: fails on valid input.
4787 continue
4788 fi
4789 rm -f conftest.err conftest.$ac_ext
4790
4791   # OK, works on sane cases.  Now check whether nonexistent headers
4792   # can be detected and how.
4793   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4794 /* end confdefs.h.  */
4795 #include <ac_nonexistent.h>
4796 _ACEOF
4797 if ac_fn_c_try_cpp "$LINENO"; then :
4798   # Broken: success on invalid input.
4799 continue
4800 else
4801   # Passes both tests.
4802 ac_preproc_ok=:
4803 break
4804 fi
4805 rm -f conftest.err conftest.$ac_ext
4806
4807 done
4808 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4809 rm -f conftest.err conftest.$ac_ext
4810 if $ac_preproc_ok; then :
4811
4812 else
4813   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4814 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4815 as_fn_error "C preprocessor \"$CPP\" fails sanity check
4816 See \`config.log' for more details." "$LINENO" 5; }
4817 fi
4818
4819 ac_ext=c
4820 ac_cpp='$CPP $CPPFLAGS'
4821 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4822 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4823 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4824
4825
4826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4827 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4828 if test "${ac_cv_path_GREP+set}" = set; then :
4829   $as_echo_n "(cached) " >&6
4830 else
4831   if test -z "$GREP"; then
4832   ac_path_GREP_found=false
4833   # Loop through the user's path and test for each of PROGNAME-LIST
4834   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4835 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4836 do
4837   IFS=$as_save_IFS
4838   test -z "$as_dir" && as_dir=.
4839     for ac_prog in grep ggrep; do
4840     for ac_exec_ext in '' $ac_executable_extensions; do
4841       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4842       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4843 # Check for GNU ac_path_GREP and select it if it is found.
4844   # Check for GNU $ac_path_GREP
4845 case `"$ac_path_GREP" --version 2>&1` in
4846 *GNU*)
4847   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4848 *)
4849   ac_count=0
4850   $as_echo_n 0123456789 >"conftest.in"
4851   while :
4852   do
4853     cat "conftest.in" "conftest.in" >"conftest.tmp"
4854     mv "conftest.tmp" "conftest.in"
4855     cp "conftest.in" "conftest.nl"
4856     $as_echo 'GREP' >> "conftest.nl"
4857     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4858     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4859     as_fn_arith $ac_count + 1 && ac_count=$as_val
4860     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4861       # Best one so far, save it but keep looking for a better one
4862       ac_cv_path_GREP="$ac_path_GREP"
4863       ac_path_GREP_max=$ac_count
4864     fi
4865     # 10*(2^10) chars as input seems more than enough
4866     test $ac_count -gt 10 && break
4867   done
4868   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4869 esac
4870
4871       $ac_path_GREP_found && break 3
4872     done
4873   done
4874   done
4875 IFS=$as_save_IFS
4876   if test -z "$ac_cv_path_GREP"; then
4877     as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4878   fi
4879 else
4880   ac_cv_path_GREP=$GREP
4881 fi
4882
4883 fi
4884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4885 $as_echo "$ac_cv_path_GREP" >&6; }
4886  GREP="$ac_cv_path_GREP"
4887
4888
4889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4890 $as_echo_n "checking for egrep... " >&6; }
4891 if test "${ac_cv_path_EGREP+set}" = set; then :
4892   $as_echo_n "(cached) " >&6
4893 else
4894   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4895    then ac_cv_path_EGREP="$GREP -E"
4896    else
4897      if test -z "$EGREP"; then
4898   ac_path_EGREP_found=false
4899   # Loop through the user's path and test for each of PROGNAME-LIST
4900   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4901 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4902 do
4903   IFS=$as_save_IFS
4904   test -z "$as_dir" && as_dir=.
4905     for ac_prog in egrep; do
4906     for ac_exec_ext in '' $ac_executable_extensions; do
4907       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4908       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4909 # Check for GNU ac_path_EGREP and select it if it is found.
4910   # Check for GNU $ac_path_EGREP
4911 case `"$ac_path_EGREP" --version 2>&1` in
4912 *GNU*)
4913   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4914 *)
4915   ac_count=0
4916   $as_echo_n 0123456789 >"conftest.in"
4917   while :
4918   do
4919     cat "conftest.in" "conftest.in" >"conftest.tmp"
4920     mv "conftest.tmp" "conftest.in"
4921     cp "conftest.in" "conftest.nl"
4922     $as_echo 'EGREP' >> "conftest.nl"
4923     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4924     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4925     as_fn_arith $ac_count + 1 && ac_count=$as_val
4926     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4927       # Best one so far, save it but keep looking for a better one
4928       ac_cv_path_EGREP="$ac_path_EGREP"
4929       ac_path_EGREP_max=$ac_count
4930     fi
4931     # 10*(2^10) chars as input seems more than enough
4932     test $ac_count -gt 10 && break
4933   done
4934   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4935 esac
4936
4937       $ac_path_EGREP_found && break 3
4938     done
4939   done
4940   done
4941 IFS=$as_save_IFS
4942   if test -z "$ac_cv_path_EGREP"; then
4943     as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4944   fi
4945 else
4946   ac_cv_path_EGREP=$EGREP
4947 fi
4948
4949    fi
4950 fi
4951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4952 $as_echo "$ac_cv_path_EGREP" >&6; }
4953  EGREP="$ac_cv_path_EGREP"
4954
4955
4956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4957 $as_echo_n "checking for ANSI C header files... " >&6; }
4958 if test "${ac_cv_header_stdc+set}" = set; then :
4959   $as_echo_n "(cached) " >&6
4960 else
4961   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4962 /* end confdefs.h.  */
4963 #include <stdlib.h>
4964 #include <stdarg.h>
4965 #include <string.h>
4966 #include <float.h>
4967
4968 int
4969 main ()
4970 {
4971
4972   ;
4973   return 0;
4974 }
4975 _ACEOF
4976 if ac_fn_c_try_compile "$LINENO"; then :
4977   ac_cv_header_stdc=yes
4978 else
4979   ac_cv_header_stdc=no
4980 fi
4981 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4982
4983 if test $ac_cv_header_stdc = yes; then
4984   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4985   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4986 /* end confdefs.h.  */
4987 #include <string.h>
4988
4989 _ACEOF
4990 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4991   $EGREP "memchr" >/dev/null 2>&1; then :
4992
4993 else
4994   ac_cv_header_stdc=no
4995 fi
4996 rm -f conftest*
4997
4998 fi
4999
5000 if test $ac_cv_header_stdc = yes; then
5001   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5002   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5003 /* end confdefs.h.  */
5004 #include <stdlib.h>
5005
5006 _ACEOF
5007 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5008   $EGREP "free" >/dev/null 2>&1; then :
5009
5010 else
5011   ac_cv_header_stdc=no
5012 fi
5013 rm -f conftest*
5014
5015 fi
5016
5017 if test $ac_cv_header_stdc = yes; then
5018   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5019   if test "$cross_compiling" = yes; then :
5020   :
5021 else
5022   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5023 /* end confdefs.h.  */
5024 #include <ctype.h>
5025 #include <stdlib.h>
5026 #if ((' ' & 0x0FF) == 0x020)
5027 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5028 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5029 #else
5030 # define ISLOWER(c) \
5031                    (('a' <= (c) && (c) <= 'i') \
5032                      || ('j' <= (c) && (c) <= 'r') \
5033                      || ('s' <= (c) && (c) <= 'z'))
5034 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5035 #endif
5036
5037 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5038 int
5039 main ()
5040 {
5041   int i;
5042   for (i = 0; i < 256; i++)
5043     if (XOR (islower (i), ISLOWER (i))
5044         || toupper (i) != TOUPPER (i))
5045       return 2;
5046   return 0;
5047 }
5048 _ACEOF
5049 if ac_fn_c_try_run "$LINENO"; then :
5050
5051 else
5052   ac_cv_header_stdc=no
5053 fi
5054 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5055   conftest.$ac_objext conftest.beam conftest.$ac_ext
5056 fi
5057
5058 fi
5059 fi
5060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5061 $as_echo "$ac_cv_header_stdc" >&6; }
5062 if test $ac_cv_header_stdc = yes; then
5063
5064 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5065
5066 fi
5067
5068 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5069 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5070                   inttypes.h stdint.h unistd.h
5071 do :
5072   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5073 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5074 "
5075 eval as_val=\$$as_ac_Header
5076    if test "x$as_val" = x""yes; then :
5077   cat >>confdefs.h <<_ACEOF
5078 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5079 _ACEOF
5080
5081 fi
5082
5083 done
5084
5085
5086
5087   ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5088 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5089   MINIX=yes
5090 else
5091   MINIX=
5092 fi
5093
5094
5095   if test "$MINIX" = yes; then
5096
5097 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5098
5099
5100 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5101
5102
5103 $as_echo "#define _MINIX 1" >>confdefs.h
5104
5105   fi
5106
5107
5108   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5109 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5110 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5111   $as_echo_n "(cached) " >&6
5112 else
5113   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5114 /* end confdefs.h.  */
5115
5116 #         define __EXTENSIONS__ 1
5117           $ac_includes_default
5118 int
5119 main ()
5120 {
5121
5122   ;
5123   return 0;
5124 }
5125 _ACEOF
5126 if ac_fn_c_try_compile "$LINENO"; then :
5127   ac_cv_safe_to_define___extensions__=yes
5128 else
5129   ac_cv_safe_to_define___extensions__=no
5130 fi
5131 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5132 fi
5133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5134 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5135   test $ac_cv_safe_to_define___extensions__ = yes &&
5136     $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5137
5138   $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5139
5140   $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5141
5142   $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5143
5144   $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5145
5146
5147
5148
5149
5150 case `pwd` in
5151   *\ * | *\     *)
5152     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5153 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5154 esac
5155
5156
5157
5158 macro_version='2.2.7a'
5159 macro_revision='1.3134'
5160
5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173 ltmain="$ac_aux_dir/ltmain.sh"
5174
5175 # Backslashify metacharacters that are still active within
5176 # double-quoted strings.
5177 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5178
5179 # Same as above, but do not quote variable references.
5180 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5181
5182 # Sed substitution to delay expansion of an escaped shell variable in a
5183 # double_quote_subst'ed string.
5184 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5185
5186 # Sed substitution to delay expansion of an escaped single quote.
5187 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5188
5189 # Sed substitution to avoid accidental globbing in evaled expressions
5190 no_glob_subst='s/\*/\\\*/g'
5191
5192 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5193 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5194 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5195
5196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5197 $as_echo_n "checking how to print strings... " >&6; }
5198 # Test print first, because it will be a builtin if present.
5199 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5200    test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5201   ECHO='print -r --'
5202 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5203   ECHO='printf %s\n'
5204 else
5205   # Use this function as a fallback that always works.
5206   func_fallback_echo ()
5207   {
5208     eval 'cat <<_LTECHO_EOF
5209 $1
5210 _LTECHO_EOF'
5211   }
5212   ECHO='func_fallback_echo'
5213 fi
5214
5215 # func_echo_all arg...
5216 # Invoke $ECHO with all args, space-separated.
5217 func_echo_all ()
5218 {
5219     $ECHO ""
5220 }
5221
5222 case "$ECHO" in
5223   printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5224 $as_echo "printf" >&6; } ;;
5225   print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5226 $as_echo "print -r" >&6; } ;;
5227   *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5228 $as_echo "cat" >&6; } ;;
5229 esac
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5245 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5246 if test "${ac_cv_path_SED+set}" = set; then :
5247   $as_echo_n "(cached) " >&6
5248 else
5249             ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5250      for ac_i in 1 2 3 4 5 6 7; do
5251        ac_script="$ac_script$as_nl$ac_script"
5252      done
5253      echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5254      { ac_script=; unset ac_script;}
5255      if test -z "$SED"; then
5256   ac_path_SED_found=false
5257   # Loop through the user's path and test for each of PROGNAME-LIST
5258   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5259 for as_dir in $PATH
5260 do
5261   IFS=$as_save_IFS
5262   test -z "$as_dir" && as_dir=.
5263     for ac_prog in sed gsed; do
5264     for ac_exec_ext in '' $ac_executable_extensions; do
5265       ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5266       { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5267 # Check for GNU ac_path_SED and select it if it is found.
5268   # Check for GNU $ac_path_SED
5269 case `"$ac_path_SED" --version 2>&1` in
5270 *GNU*)
5271   ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5272 *)
5273   ac_count=0
5274   $as_echo_n 0123456789 >"conftest.in"
5275   while :
5276   do
5277     cat "conftest.in" "conftest.in" >"conftest.tmp"
5278     mv "conftest.tmp" "conftest.in"
5279     cp "conftest.in" "conftest.nl"
5280     $as_echo '' >> "conftest.nl"
5281     "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5282     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5283     as_fn_arith $ac_count + 1 && ac_count=$as_val
5284     if test $ac_count -gt ${ac_path_SED_max-0}; then
5285       # Best one so far, save it but keep looking for a better one
5286       ac_cv_path_SED="$ac_path_SED"
5287       ac_path_SED_max=$ac_count
5288     fi
5289     # 10*(2^10) chars as input seems more than enough
5290     test $ac_count -gt 10 && break
5291   done
5292   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5293 esac
5294
5295       $ac_path_SED_found && break 3
5296     done
5297   done
5298   done
5299 IFS=$as_save_IFS
5300   if test -z "$ac_cv_path_SED"; then
5301     as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5302   fi
5303 else
5304   ac_cv_path_SED=$SED
5305 fi
5306
5307 fi
5308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5309 $as_echo "$ac_cv_path_SED" >&6; }
5310  SED="$ac_cv_path_SED"
5311   rm -f conftest.sed
5312
5313 test -z "$SED" && SED=sed
5314 Xsed="$SED -e 1s/^X//"
5315
5316
5317
5318
5319
5320
5321
5322
5323
5324
5325
5326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5327 $as_echo_n "checking for fgrep... " >&6; }
5328 if test "${ac_cv_path_FGREP+set}" = set; then :
5329   $as_echo_n "(cached) " >&6
5330 else
5331   if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5332    then ac_cv_path_FGREP="$GREP -F"
5333    else
5334      if test -z "$FGREP"; then
5335   ac_path_FGREP_found=false
5336   # Loop through the user's path and test for each of PROGNAME-LIST
5337   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5338 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5339 do
5340   IFS=$as_save_IFS
5341   test -z "$as_dir" && as_dir=.
5342     for ac_prog in fgrep; do
5343     for ac_exec_ext in '' $ac_executable_extensions; do
5344       ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5345       { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5346 # Check for GNU ac_path_FGREP and select it if it is found.
5347   # Check for GNU $ac_path_FGREP
5348 case `"$ac_path_FGREP" --version 2>&1` in
5349 *GNU*)
5350   ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5351 *)
5352   ac_count=0
5353   $as_echo_n 0123456789 >"conftest.in"
5354   while :
5355   do
5356     cat "conftest.in" "conftest.in" >"conftest.tmp"
5357     mv "conftest.tmp" "conftest.in"
5358     cp "conftest.in" "conftest.nl"
5359     $as_echo 'FGREP' >> "conftest.nl"
5360     "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5361     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5362     as_fn_arith $ac_count + 1 && ac_count=$as_val
5363     if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5364       # Best one so far, save it but keep looking for a better one
5365       ac_cv_path_FGREP="$ac_path_FGREP"
5366       ac_path_FGREP_max=$ac_count
5367     fi
5368     # 10*(2^10) chars as input seems more than enough
5369     test $ac_count -gt 10 && break
5370   done
5371   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5372 esac
5373
5374       $ac_path_FGREP_found && break 3
5375     done
5376   done
5377   done
5378 IFS=$as_save_IFS
5379   if test -z "$ac_cv_path_FGREP"; then
5380     as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5381   fi
5382 else
5383   ac_cv_path_FGREP=$FGREP
5384 fi
5385
5386    fi
5387 fi
5388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5389 $as_echo "$ac_cv_path_FGREP" >&6; }
5390  FGREP="$ac_cv_path_FGREP"
5391
5392
5393 test -z "$GREP" && GREP=grep
5394
5395
5396
5397
5398
5399
5400
5401
5402
5403
5404
5405
5406
5407
5408
5409
5410
5411
5412
5413 # Check whether --with-gnu-ld was given.
5414 if test "${with_gnu_ld+set}" = set; then :
5415   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5416 else
5417   with_gnu_ld=no
5418 fi
5419
5420 ac_prog=ld
5421 if test "$GCC" = yes; then
5422   # Check if gcc -print-prog-name=ld gives a path.
5423   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5424 $as_echo_n "checking for ld used by $CC... " >&6; }
5425   case $host in
5426   *-*-mingw*)
5427     # gcc leaves a trailing carriage return which upsets mingw
5428     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5429   *)
5430     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5431   esac
5432   case $ac_prog in
5433     # Accept absolute paths.
5434     [\\/]* | ?:[\\/]*)
5435       re_direlt='/[^/][^/]*/\.\./'
5436       # Canonicalize the pathname of ld
5437       ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5438       while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5439         ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5440       done
5441       test -z "$LD" && LD="$ac_prog"
5442       ;;
5443   "")
5444     # If it fails, then pretend we aren't using GCC.
5445     ac_prog=ld
5446     ;;
5447   *)
5448     # If it is relative, then search for the first ld in PATH.
5449     with_gnu_ld=unknown
5450     ;;
5451   esac
5452 elif test "$with_gnu_ld" = yes; then
5453   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5454 $as_echo_n "checking for GNU ld... " >&6; }
5455 else
5456   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5457 $as_echo_n "checking for non-GNU ld... " >&6; }
5458 fi
5459 if test "${lt_cv_path_LD+set}" = set; then :
5460   $as_echo_n "(cached) " >&6
5461 else
5462   if test -z "$LD"; then
5463   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5464   for ac_dir in $PATH; do
5465     IFS="$lt_save_ifs"
5466     test -z "$ac_dir" && ac_dir=.
5467     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5468       lt_cv_path_LD="$ac_dir/$ac_prog"
5469       # Check to see if the program is GNU ld.  I'd rather use --version,
5470       # but apparently some variants of GNU ld only accept -v.
5471       # Break only if it was the GNU/non-GNU ld that we prefer.
5472       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5473       *GNU* | *'with BFD'*)
5474         test "$with_gnu_ld" != no && break
5475         ;;
5476       *)
5477         test "$with_gnu_ld" != yes && break
5478         ;;
5479       esac
5480     fi
5481   done
5482   IFS="$lt_save_ifs"
5483 else
5484   lt_cv_path_LD="$LD" # Let the user override the test with a path.
5485 fi
5486 fi
5487
5488 LD="$lt_cv_path_LD"
5489 if test -n "$LD"; then
5490   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5491 $as_echo "$LD" >&6; }
5492 else
5493   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5494 $as_echo "no" >&6; }
5495 fi
5496 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5498 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5499 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5500   $as_echo_n "(cached) " >&6
5501 else
5502   # I'd rather use --version here, but apparently some GNU lds only accept -v.
5503 case `$LD -v 2>&1 </dev/null` in
5504 *GNU* | *'with BFD'*)
5505   lt_cv_prog_gnu_ld=yes
5506   ;;
5507 *)
5508   lt_cv_prog_gnu_ld=no
5509   ;;
5510 esac
5511 fi
5512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5513 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5514 with_gnu_ld=$lt_cv_prog_gnu_ld
5515
5516
5517
5518
5519
5520
5521
5522
5523
5524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5525 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5526 if test "${lt_cv_path_NM+set}" = set; then :
5527   $as_echo_n "(cached) " >&6
5528 else
5529   if test -n "$NM"; then
5530   # Let the user override the test.
5531   lt_cv_path_NM="$NM"
5532 else
5533   lt_nm_to_check="${ac_tool_prefix}nm"
5534   if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5535     lt_nm_to_check="$lt_nm_to_check nm"
5536   fi
5537   for lt_tmp_nm in $lt_nm_to_check; do
5538     lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5539     for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5540       IFS="$lt_save_ifs"
5541       test -z "$ac_dir" && ac_dir=.
5542       tmp_nm="$ac_dir/$lt_tmp_nm"
5543       if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5544         # Check to see if the nm accepts a BSD-compat flag.
5545         # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5546         #   nm: unknown option "B" ignored
5547         # Tru64's nm complains that /dev/null is an invalid object file
5548         case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5549         */dev/null* | *'Invalid file or object type'*)
5550           lt_cv_path_NM="$tmp_nm -B"
5551           break
5552           ;;
5553         *)
5554           case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5555           */dev/null*)
5556             lt_cv_path_NM="$tmp_nm -p"
5557             break
5558             ;;
5559           *)
5560             lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5561             continue # so that we can try to find one that supports BSD flags
5562             ;;
5563           esac
5564           ;;
5565         esac
5566       fi
5567     done
5568     IFS="$lt_save_ifs"
5569   done
5570   : ${lt_cv_path_NM=no}
5571 fi
5572 fi
5573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5574 $as_echo "$lt_cv_path_NM" >&6; }
5575 if test "$lt_cv_path_NM" != "no"; then
5576   NM="$lt_cv_path_NM"
5577 else
5578   # Didn't find any BSD compatible name lister, look for dumpbin.
5579   if test -n "$DUMPBIN"; then :
5580     # Let the user override the test.
5581   else
5582     if test -n "$ac_tool_prefix"; then
5583   for ac_prog in dumpbin "link -dump"
5584   do
5585     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5586 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5588 $as_echo_n "checking for $ac_word... " >&6; }
5589 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5590   $as_echo_n "(cached) " >&6
5591 else
5592   if test -n "$DUMPBIN"; then
5593   ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5594 else
5595 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5596 for as_dir in $PATH
5597 do
5598   IFS=$as_save_IFS
5599   test -z "$as_dir" && as_dir=.
5600     for ac_exec_ext in '' $ac_executable_extensions; do
5601   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5602     ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5603     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5604     break 2
5605   fi
5606 done
5607   done
5608 IFS=$as_save_IFS
5609
5610 fi
5611 fi
5612 DUMPBIN=$ac_cv_prog_DUMPBIN
5613 if test -n "$DUMPBIN"; then
5614   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5615 $as_echo "$DUMPBIN" >&6; }
5616 else
5617   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5618 $as_echo "no" >&6; }
5619 fi
5620
5621
5622     test -n "$DUMPBIN" && break
5623   done
5624 fi
5625 if test -z "$DUMPBIN"; then
5626   ac_ct_DUMPBIN=$DUMPBIN
5627   for ac_prog in dumpbin "link -dump"
5628 do
5629   # Extract the first word of "$ac_prog", so it can be a program name with args.
5630 set dummy $ac_prog; ac_word=$2
5631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5632 $as_echo_n "checking for $ac_word... " >&6; }
5633 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5634   $as_echo_n "(cached) " >&6
5635 else
5636   if test -n "$ac_ct_DUMPBIN"; then
5637   ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5638 else
5639 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5640 for as_dir in $PATH
5641 do
5642   IFS=$as_save_IFS
5643   test -z "$as_dir" && as_dir=.
5644     for ac_exec_ext in '' $ac_executable_extensions; do
5645   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5646     ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5647     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5648     break 2
5649   fi
5650 done
5651   done
5652 IFS=$as_save_IFS
5653
5654 fi
5655 fi
5656 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5657 if test -n "$ac_ct_DUMPBIN"; then
5658   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5659 $as_echo "$ac_ct_DUMPBIN" >&6; }
5660 else
5661   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5662 $as_echo "no" >&6; }
5663 fi
5664
5665
5666   test -n "$ac_ct_DUMPBIN" && break
5667 done
5668
5669   if test "x$ac_ct_DUMPBIN" = x; then
5670     DUMPBIN=":"
5671   else
5672     case $cross_compiling:$ac_tool_warned in
5673 yes:)
5674 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5675 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5676 ac_tool_warned=yes ;;
5677 esac
5678     DUMPBIN=$ac_ct_DUMPBIN
5679   fi
5680 fi
5681
5682     case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5683     *COFF*)
5684       DUMPBIN="$DUMPBIN -symbols"
5685       ;;
5686     *)
5687       DUMPBIN=:
5688       ;;
5689     esac
5690   fi
5691
5692   if test "$DUMPBIN" != ":"; then
5693     NM="$DUMPBIN"
5694   fi
5695 fi
5696 test -z "$NM" && NM=nm
5697
5698
5699
5700
5701
5702
5703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5704 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5705 if test "${lt_cv_nm_interface+set}" = set; then :
5706   $as_echo_n "(cached) " >&6
5707 else
5708   lt_cv_nm_interface="BSD nm"
5709   echo "int some_variable = 0;" > conftest.$ac_ext
5710   (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5711   (eval "$ac_compile" 2>conftest.err)
5712   cat conftest.err >&5
5713   (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5714   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5715   cat conftest.err >&5
5716   (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5717   cat conftest.out >&5
5718   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5719     lt_cv_nm_interface="MS dumpbin"
5720   fi
5721   rm -f conftest*
5722 fi
5723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5724 $as_echo "$lt_cv_nm_interface" >&6; }
5725
5726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5727 $as_echo_n "checking whether ln -s works... " >&6; }
5728 LN_S=$as_ln_s
5729 if test "$LN_S" = "ln -s"; then
5730   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5731 $as_echo "yes" >&6; }
5732 else
5733   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5734 $as_echo "no, using $LN_S" >&6; }
5735 fi
5736
5737 # find the maximum length of command line arguments
5738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5739 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5740 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5741   $as_echo_n "(cached) " >&6
5742 else
5743     i=0
5744   teststring="ABCD"
5745
5746   case $build_os in
5747   msdosdjgpp*)
5748     # On DJGPP, this test can blow up pretty badly due to problems in libc
5749     # (any single argument exceeding 2000 bytes causes a buffer overrun
5750     # during glob expansion).  Even if it were fixed, the result of this
5751     # check would be larger than it should be.
5752     lt_cv_sys_max_cmd_len=12288;    # 12K is about right
5753     ;;
5754
5755   gnu*)
5756     # Under GNU Hurd, this test is not required because there is
5757     # no limit to the length of command line arguments.
5758     # Libtool will interpret -1 as no limit whatsoever
5759     lt_cv_sys_max_cmd_len=-1;
5760     ;;
5761
5762   cygwin* | mingw* | cegcc*)
5763     # On Win9x/ME, this test blows up -- it succeeds, but takes
5764     # about 5 minutes as the teststring grows exponentially.
5765     # Worse, since 9x/ME are not pre-emptively multitasking,
5766     # you end up with a "frozen" computer, even though with patience
5767     # the test eventually succeeds (with a max line length of 256k).
5768     # Instead, let's just punt: use the minimum linelength reported by
5769     # all of the supported platforms: 8192 (on NT/2K/XP).
5770     lt_cv_sys_max_cmd_len=8192;
5771     ;;
5772
5773   mint*)
5774     # On MiNT this can take a long time and run out of memory.
5775     lt_cv_sys_max_cmd_len=8192;
5776     ;;
5777
5778   amigaos*)
5779     # On AmigaOS with pdksh, this test takes hours, literally.
5780     # So we just punt and use a minimum line length of 8192.
5781     lt_cv_sys_max_cmd_len=8192;
5782     ;;
5783
5784   netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5785     # This has been around since 386BSD, at least.  Likely further.
5786     if test -x /sbin/sysctl; then
5787       lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5788     elif test -x /usr/sbin/sysctl; then
5789       lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5790     else
5791       lt_cv_sys_max_cmd_len=65536       # usable default for all BSDs
5792     fi
5793     # And add a safety zone
5794     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5795     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5796     ;;
5797
5798   interix*)
5799     # We know the value 262144 and hardcode it with a safety zone (like BSD)
5800     lt_cv_sys_max_cmd_len=196608
5801     ;;
5802
5803   osf*)
5804     # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5805     # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5806     # nice to cause kernel panics so lets avoid the loop below.
5807     # First set a reasonable default.
5808     lt_cv_sys_max_cmd_len=16384
5809     #
5810     if test -x /sbin/sysconfig; then
5811       case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5812         *1*) lt_cv_sys_max_cmd_len=-1 ;;
5813       esac
5814     fi
5815     ;;
5816   sco3.2v5*)
5817     lt_cv_sys_max_cmd_len=102400
5818     ;;
5819   sysv5* | sco5v6* | sysv4.2uw2*)
5820     kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5821     if test -n "$kargmax"; then
5822       lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[  ]//'`
5823     else
5824       lt_cv_sys_max_cmd_len=32768
5825     fi
5826     ;;
5827   *)
5828     lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5829     if test -n "$lt_cv_sys_max_cmd_len"; then
5830       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5831       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5832     else
5833       # Make teststring a little bigger before we do anything with it.
5834       # a 1K string should be a reasonable start.
5835       for i in 1 2 3 4 5 6 7 8 ; do
5836         teststring=$teststring$teststring
5837       done
5838       SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5839       # If test is not a shell built-in, we'll probably end up computing a
5840       # maximum length that is only half of the actual maximum length, but
5841       # we can't tell.
5842       while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5843                  = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5844               test $i != 17 # 1/2 MB should be enough
5845       do
5846         i=`expr $i + 1`
5847         teststring=$teststring$teststring
5848       done
5849       # Only check the string length outside the loop.
5850       lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5851       teststring=
5852       # Add a significant safety factor because C++ compilers can tack on
5853       # massive amounts of additional arguments before passing them to the
5854       # linker.  It appears as though 1/2 is a usable value.
5855       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5856     fi
5857     ;;
5858   esac
5859
5860 fi
5861
5862 if test -n $lt_cv_sys_max_cmd_len ; then
5863   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5864 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5865 else
5866   { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5867 $as_echo "none" >&6; }
5868 fi
5869 max_cmd_len=$lt_cv_sys_max_cmd_len
5870
5871
5872
5873
5874
5875
5876 : ${CP="cp -f"}
5877 : ${MV="mv -f"}
5878 : ${RM="rm -f"}
5879
5880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5881 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5882 # Try some XSI features
5883 xsi_shell=no
5884 ( _lt_dummy="a/b/c"
5885   test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5886       = c,a/b,, \
5887     && eval 'test $(( 1 + 1 )) -eq 2 \
5888     && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5889   && xsi_shell=yes
5890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5891 $as_echo "$xsi_shell" >&6; }
5892
5893
5894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5895 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5896 lt_shell_append=no
5897 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5898     >/dev/null 2>&1 \
5899   && lt_shell_append=yes
5900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5901 $as_echo "$lt_shell_append" >&6; }
5902
5903
5904 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5905   lt_unset=unset
5906 else
5907   lt_unset=false
5908 fi
5909
5910
5911
5912
5913
5914 # test EBCDIC or ASCII
5915 case `echo X|tr X '\101'` in
5916  A) # ASCII based system
5917     # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5918   lt_SP2NL='tr \040 \012'
5919   lt_NL2SP='tr \015\012 \040\040'
5920   ;;
5921  *) # EBCDIC based system
5922   lt_SP2NL='tr \100 \n'
5923   lt_NL2SP='tr \r\n \100\100'
5924   ;;
5925 esac
5926
5927
5928
5929
5930
5931
5932
5933
5934
5935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5936 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5937 if test "${lt_cv_ld_reload_flag+set}" = set; then :
5938   $as_echo_n "(cached) " >&6
5939 else
5940   lt_cv_ld_reload_flag='-r'
5941 fi
5942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5943 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5944 reload_flag=$lt_cv_ld_reload_flag
5945 case $reload_flag in
5946 "" | " "*) ;;
5947 *) reload_flag=" $reload_flag" ;;
5948 esac
5949 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5950 case $host_os in
5951   darwin*)
5952     if test "$GCC" = yes; then
5953       reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5954     else
5955       reload_cmds='$LD$reload_flag -o $output$reload_objs'
5956     fi
5957     ;;
5958 esac
5959
5960
5961
5962
5963
5964
5965
5966
5967
5968 if test -n "$ac_tool_prefix"; then
5969   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5970 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5972 $as_echo_n "checking for $ac_word... " >&6; }
5973 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5974   $as_echo_n "(cached) " >&6
5975 else
5976   if test -n "$OBJDUMP"; then
5977   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5978 else
5979 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5980 for as_dir in $PATH
5981 do
5982   IFS=$as_save_IFS
5983   test -z "$as_dir" && as_dir=.
5984     for ac_exec_ext in '' $ac_executable_extensions; do
5985   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5986     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5987     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5988     break 2
5989   fi
5990 done
5991   done
5992 IFS=$as_save_IFS
5993
5994 fi
5995 fi
5996 OBJDUMP=$ac_cv_prog_OBJDUMP
5997 if test -n "$OBJDUMP"; then
5998   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5999 $as_echo "$OBJDUMP" >&6; }
6000 else
6001   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6002 $as_echo "no" >&6; }
6003 fi
6004
6005
6006 fi
6007 if test -z "$ac_cv_prog_OBJDUMP"; then
6008   ac_ct_OBJDUMP=$OBJDUMP
6009   # Extract the first word of "objdump", so it can be a program name with args.
6010 set dummy objdump; ac_word=$2
6011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6012 $as_echo_n "checking for $ac_word... " >&6; }
6013 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6014   $as_echo_n "(cached) " >&6
6015 else
6016   if test -n "$ac_ct_OBJDUMP"; then
6017   ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6018 else
6019 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6020 for as_dir in $PATH
6021 do
6022   IFS=$as_save_IFS
6023   test -z "$as_dir" && as_dir=.
6024     for ac_exec_ext in '' $ac_executable_extensions; do
6025   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6026     ac_cv_prog_ac_ct_OBJDUMP="objdump"
6027     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6028     break 2
6029   fi
6030 done
6031   done
6032 IFS=$as_save_IFS
6033
6034 fi
6035 fi
6036 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6037 if test -n "$ac_ct_OBJDUMP"; then
6038   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6039 $as_echo "$ac_ct_OBJDUMP" >&6; }
6040 else
6041   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6042 $as_echo "no" >&6; }
6043 fi
6044
6045   if test "x$ac_ct_OBJDUMP" = x; then
6046     OBJDUMP="false"
6047   else
6048     case $cross_compiling:$ac_tool_warned in
6049 yes:)
6050 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6051 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6052 ac_tool_warned=yes ;;
6053 esac
6054     OBJDUMP=$ac_ct_OBJDUMP
6055   fi
6056 else
6057   OBJDUMP="$ac_cv_prog_OBJDUMP"
6058 fi
6059
6060 test -z "$OBJDUMP" && OBJDUMP=objdump
6061
6062
6063
6064
6065
6066
6067
6068
6069
6070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6071 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6072 if test "${lt_cv_deplibs_check_method+set}" = set; then :
6073   $as_echo_n "(cached) " >&6
6074 else
6075   lt_cv_file_magic_cmd='$MAGIC_CMD'
6076 lt_cv_file_magic_test_file=
6077 lt_cv_deplibs_check_method='unknown'
6078 # Need to set the preceding variable on all platforms that support
6079 # interlibrary dependencies.
6080 # 'none' -- dependencies not supported.
6081 # `unknown' -- same as none, but documents that we really don't know.
6082 # 'pass_all' -- all dependencies passed with no checks.
6083 # 'test_compile' -- check by making test program.
6084 # 'file_magic [[regex]]' -- check by looking for files in library path
6085 # which responds to the $file_magic_cmd with a given extended regex.
6086 # If you have `file' or equivalent on your system and you're not sure
6087 # whether `pass_all' will *always* work, you probably want this one.
6088
6089 case $host_os in
6090 aix[4-9]*)
6091   lt_cv_deplibs_check_method=pass_all
6092   ;;
6093
6094 beos*)
6095   lt_cv_deplibs_check_method=pass_all
6096   ;;
6097
6098 bsdi[45]*)
6099   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6100   lt_cv_file_magic_cmd='/usr/bin/file -L'
6101   lt_cv_file_magic_test_file=/shlib/libc.so
6102   ;;
6103
6104 cygwin*)
6105   # func_win32_libid is a shell function defined in ltmain.sh
6106   lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6107   lt_cv_file_magic_cmd='func_win32_libid'
6108   ;;
6109
6110 mingw* | pw32*)
6111   # Base MSYS/MinGW do not provide the 'file' command needed by
6112   # func_win32_libid shell function, so use a weaker test based on 'objdump',
6113   # unless we find 'file', for example because we are cross-compiling.
6114   # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6115   if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6116     lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6117     lt_cv_file_magic_cmd='func_win32_libid'
6118   else
6119     lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6120     lt_cv_file_magic_cmd='$OBJDUMP -f'
6121   fi
6122   ;;
6123
6124 cegcc*)
6125   # use the weaker test based on 'objdump'. See mingw*.
6126   lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6127   lt_cv_file_magic_cmd='$OBJDUMP -f'
6128   ;;
6129
6130 darwin* | rhapsody*)
6131   lt_cv_deplibs_check_method=pass_all
6132   ;;
6133
6134 freebsd* | dragonfly*)
6135   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6136     case $host_cpu in
6137     i*86 )
6138       # Not sure whether the presence of OpenBSD here was a mistake.
6139       # Let's accept both of them until this is cleared up.
6140       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6141       lt_cv_file_magic_cmd=/usr/bin/file
6142       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6143       ;;
6144     esac
6145   else
6146     lt_cv_deplibs_check_method=pass_all
6147   fi
6148   ;;
6149
6150 gnu*)
6151   lt_cv_deplibs_check_method=pass_all
6152   ;;
6153
6154 haiku*)
6155   lt_cv_deplibs_check_method=pass_all
6156   ;;
6157
6158 hpux10.20* | hpux11*)
6159   lt_cv_file_magic_cmd=/usr/bin/file
6160   case $host_cpu in
6161   ia64*)
6162     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6163     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6164     ;;
6165   hppa*64*)
6166     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]'
6167     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6168     ;;
6169   *)
6170     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6171     lt_cv_file_magic_test_file=/usr/lib/libc.sl
6172     ;;
6173   esac
6174   ;;
6175
6176 interix[3-9]*)
6177   # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6178   lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6179   ;;
6180
6181 irix5* | irix6* | nonstopux*)
6182   case $LD in
6183   *-32|*"-32 ") libmagic=32-bit;;
6184   *-n32|*"-n32 ") libmagic=N32;;
6185   *-64|*"-64 ") libmagic=64-bit;;
6186   *) libmagic=never-match;;
6187   esac
6188   lt_cv_deplibs_check_method=pass_all
6189   ;;
6190
6191 # This must be Linux ELF.
6192 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6193   lt_cv_deplibs_check_method=pass_all
6194   ;;
6195
6196 netbsd*)
6197   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6198     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6199   else
6200     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6201   fi
6202   ;;
6203
6204 newos6*)
6205   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6206   lt_cv_file_magic_cmd=/usr/bin/file
6207   lt_cv_file_magic_test_file=/usr/lib/libnls.so
6208   ;;
6209
6210 *nto* | *qnx*)
6211   lt_cv_deplibs_check_method=pass_all
6212   ;;
6213
6214 openbsd*)
6215   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6216     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6217   else
6218     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6219   fi
6220   ;;
6221
6222 osf3* | osf4* | osf5*)
6223   lt_cv_deplibs_check_method=pass_all
6224   ;;
6225
6226 rdos*)
6227   lt_cv_deplibs_check_method=pass_all
6228   ;;
6229
6230 solaris*)
6231   lt_cv_deplibs_check_method=pass_all
6232   ;;
6233
6234 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6235   lt_cv_deplibs_check_method=pass_all
6236   ;;
6237
6238 sysv4 | sysv4.3*)
6239   case $host_vendor in
6240   motorola)
6241     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]'
6242     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6243     ;;
6244   ncr)
6245     lt_cv_deplibs_check_method=pass_all
6246     ;;
6247   sequent)
6248     lt_cv_file_magic_cmd='/bin/file'
6249     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6250     ;;
6251   sni)
6252     lt_cv_file_magic_cmd='/bin/file'
6253     lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6254     lt_cv_file_magic_test_file=/lib/libc.so
6255     ;;
6256   siemens)
6257     lt_cv_deplibs_check_method=pass_all
6258     ;;
6259   pc)
6260     lt_cv_deplibs_check_method=pass_all
6261     ;;
6262   esac
6263   ;;
6264
6265 tpf*)
6266   lt_cv_deplibs_check_method=pass_all
6267   ;;
6268 esac
6269
6270 fi
6271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6272 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6273 file_magic_cmd=$lt_cv_file_magic_cmd
6274 deplibs_check_method=$lt_cv_deplibs_check_method
6275 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6276
6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288 if test -n "$ac_tool_prefix"; then
6289   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6290 set dummy ${ac_tool_prefix}ar; ac_word=$2
6291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6292 $as_echo_n "checking for $ac_word... " >&6; }
6293 if test "${ac_cv_prog_AR+set}" = set; then :
6294   $as_echo_n "(cached) " >&6
6295 else
6296   if test -n "$AR"; then
6297   ac_cv_prog_AR="$AR" # Let the user override the test.
6298 else
6299 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6300 for as_dir in $PATH
6301 do
6302   IFS=$as_save_IFS
6303   test -z "$as_dir" && as_dir=.
6304     for ac_exec_ext in '' $ac_executable_extensions; do
6305   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6306     ac_cv_prog_AR="${ac_tool_prefix}ar"
6307     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6308     break 2
6309   fi
6310 done
6311   done
6312 IFS=$as_save_IFS
6313
6314 fi
6315 fi
6316 AR=$ac_cv_prog_AR
6317 if test -n "$AR"; then
6318   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6319 $as_echo "$AR" >&6; }
6320 else
6321   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6322 $as_echo "no" >&6; }
6323 fi
6324
6325
6326 fi
6327 if test -z "$ac_cv_prog_AR"; then
6328   ac_ct_AR=$AR
6329   # Extract the first word of "ar", so it can be a program name with args.
6330 set dummy ar; ac_word=$2
6331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6332 $as_echo_n "checking for $ac_word... " >&6; }
6333 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6334   $as_echo_n "(cached) " >&6
6335 else
6336   if test -n "$ac_ct_AR"; then
6337   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6338 else
6339 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6340 for as_dir in $PATH
6341 do
6342   IFS=$as_save_IFS
6343   test -z "$as_dir" && as_dir=.
6344     for ac_exec_ext in '' $ac_executable_extensions; do
6345   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6346     ac_cv_prog_ac_ct_AR="ar"
6347     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6348     break 2
6349   fi
6350 done
6351   done
6352 IFS=$as_save_IFS
6353
6354 fi
6355 fi
6356 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6357 if test -n "$ac_ct_AR"; then
6358   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6359 $as_echo "$ac_ct_AR" >&6; }
6360 else
6361   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6362 $as_echo "no" >&6; }
6363 fi
6364
6365   if test "x$ac_ct_AR" = x; then
6366     AR="false"
6367   else
6368     case $cross_compiling:$ac_tool_warned in
6369 yes:)
6370 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6371 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6372 ac_tool_warned=yes ;;
6373 esac
6374     AR=$ac_ct_AR
6375   fi
6376 else
6377   AR="$ac_cv_prog_AR"
6378 fi
6379
6380 test -z "$AR" && AR=ar
6381 test -z "$AR_FLAGS" && AR_FLAGS=cru
6382
6383
6384
6385
6386
6387
6388
6389
6390
6391
6392
6393 if test -n "$ac_tool_prefix"; then
6394   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6395 set dummy ${ac_tool_prefix}strip; ac_word=$2
6396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6397 $as_echo_n "checking for $ac_word... " >&6; }
6398 if test "${ac_cv_prog_STRIP+set}" = set; then :
6399   $as_echo_n "(cached) " >&6
6400 else
6401   if test -n "$STRIP"; then
6402   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6403 else
6404 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6405 for as_dir in $PATH
6406 do
6407   IFS=$as_save_IFS
6408   test -z "$as_dir" && as_dir=.
6409     for ac_exec_ext in '' $ac_executable_extensions; do
6410   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6411     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6412     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6413     break 2
6414   fi
6415 done
6416   done
6417 IFS=$as_save_IFS
6418
6419 fi
6420 fi
6421 STRIP=$ac_cv_prog_STRIP
6422 if test -n "$STRIP"; then
6423   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6424 $as_echo "$STRIP" >&6; }
6425 else
6426   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6427 $as_echo "no" >&6; }
6428 fi
6429
6430
6431 fi
6432 if test -z "$ac_cv_prog_STRIP"; then
6433   ac_ct_STRIP=$STRIP
6434   # Extract the first word of "strip", so it can be a program name with args.
6435 set dummy strip; ac_word=$2
6436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6437 $as_echo_n "checking for $ac_word... " >&6; }
6438 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6439   $as_echo_n "(cached) " >&6
6440 else
6441   if test -n "$ac_ct_STRIP"; then
6442   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6443 else
6444 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6445 for as_dir in $PATH
6446 do
6447   IFS=$as_save_IFS
6448   test -z "$as_dir" && as_dir=.
6449     for ac_exec_ext in '' $ac_executable_extensions; do
6450   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6451     ac_cv_prog_ac_ct_STRIP="strip"
6452     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6453     break 2
6454   fi
6455 done
6456   done
6457 IFS=$as_save_IFS
6458
6459 fi
6460 fi
6461 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6462 if test -n "$ac_ct_STRIP"; then
6463   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6464 $as_echo "$ac_ct_STRIP" >&6; }
6465 else
6466   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6467 $as_echo "no" >&6; }
6468 fi
6469
6470   if test "x$ac_ct_STRIP" = x; then
6471     STRIP=":"
6472   else
6473     case $cross_compiling:$ac_tool_warned in
6474 yes:)
6475 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6476 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6477 ac_tool_warned=yes ;;
6478 esac
6479     STRIP=$ac_ct_STRIP
6480   fi
6481 else
6482   STRIP="$ac_cv_prog_STRIP"
6483 fi
6484
6485 test -z "$STRIP" && STRIP=:
6486
6487
6488
6489
6490
6491
6492 if test -n "$ac_tool_prefix"; then
6493   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6494 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6496 $as_echo_n "checking for $ac_word... " >&6; }
6497 if test "${ac_cv_prog_RANLIB+set}" = set; then :
6498   $as_echo_n "(cached) " >&6
6499 else
6500   if test -n "$RANLIB"; then
6501   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6502 else
6503 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6504 for as_dir in $PATH
6505 do
6506   IFS=$as_save_IFS
6507   test -z "$as_dir" && as_dir=.
6508     for ac_exec_ext in '' $ac_executable_extensions; do
6509   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6510     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6511     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6512     break 2
6513   fi
6514 done
6515   done
6516 IFS=$as_save_IFS
6517
6518 fi
6519 fi
6520 RANLIB=$ac_cv_prog_RANLIB
6521 if test -n "$RANLIB"; then
6522   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6523 $as_echo "$RANLIB" >&6; }
6524 else
6525   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6526 $as_echo "no" >&6; }
6527 fi
6528
6529
6530 fi
6531 if test -z "$ac_cv_prog_RANLIB"; then
6532   ac_ct_RANLIB=$RANLIB
6533   # Extract the first word of "ranlib", so it can be a program name with args.
6534 set dummy ranlib; ac_word=$2
6535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6536 $as_echo_n "checking for $ac_word... " >&6; }
6537 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6538   $as_echo_n "(cached) " >&6
6539 else
6540   if test -n "$ac_ct_RANLIB"; then
6541   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6542 else
6543 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6544 for as_dir in $PATH
6545 do
6546   IFS=$as_save_IFS
6547   test -z "$as_dir" && as_dir=.
6548     for ac_exec_ext in '' $ac_executable_extensions; do
6549   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6550     ac_cv_prog_ac_ct_RANLIB="ranlib"
6551     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6552     break 2
6553   fi
6554 done
6555   done
6556 IFS=$as_save_IFS
6557
6558 fi
6559 fi
6560 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6561 if test -n "$ac_ct_RANLIB"; then
6562   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6563 $as_echo "$ac_ct_RANLIB" >&6; }
6564 else
6565   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6566 $as_echo "no" >&6; }
6567 fi
6568
6569   if test "x$ac_ct_RANLIB" = x; then
6570     RANLIB=":"
6571   else
6572     case $cross_compiling:$ac_tool_warned in
6573 yes:)
6574 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6575 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6576 ac_tool_warned=yes ;;
6577 esac
6578     RANLIB=$ac_ct_RANLIB
6579   fi
6580 else
6581   RANLIB="$ac_cv_prog_RANLIB"
6582 fi
6583
6584 test -z "$RANLIB" && RANLIB=:
6585
6586
6587
6588
6589
6590
6591 # Determine commands to create old-style static archives.
6592 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6593 old_postinstall_cmds='chmod 644 $oldlib'
6594 old_postuninstall_cmds=
6595
6596 if test -n "$RANLIB"; then
6597   case $host_os in
6598   openbsd*)
6599     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6600     ;;
6601   *)
6602     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6603     ;;
6604   esac
6605   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6606 fi
6607
6608 case $host_os in
6609   darwin*)
6610     lock_old_archive_extraction=yes ;;
6611   *)
6612     lock_old_archive_extraction=no ;;
6613 esac
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
6652
6653 # If no C compiler was specified, use CC.
6654 LTCC=${LTCC-"$CC"}
6655
6656 # If no C compiler flags were specified, use CFLAGS.
6657 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6658
6659 # Allow CC to be a program name with arguments.
6660 compiler=$CC
6661
6662
6663 # Check for command to grab the raw symbol name followed by C symbol from nm.
6664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6665 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6666 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6667   $as_echo_n "(cached) " >&6
6668 else
6669
6670 # These are sane defaults that work on at least a few old systems.
6671 # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
6672
6673 # Character class describing NM global symbol codes.
6674 symcode='[BCDEGRST]'
6675
6676 # Regexp to match symbols that can be accessed directly from C.
6677 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6678
6679 # Define system-specific variables.
6680 case $host_os in
6681 aix*)
6682   symcode='[BCDT]'
6683   ;;
6684 cygwin* | mingw* | pw32* | cegcc*)
6685   symcode='[ABCDGISTW]'
6686   ;;
6687 hpux*)
6688   if test "$host_cpu" = ia64; then
6689     symcode='[ABCDEGRST]'
6690   fi
6691   ;;
6692 irix* | nonstopux*)
6693   symcode='[BCDEGRST]'
6694   ;;
6695 osf*)
6696   symcode='[BCDEGQRST]'
6697   ;;
6698 solaris*)
6699   symcode='[BDRT]'
6700   ;;
6701 sco3.2v5*)
6702   symcode='[DT]'
6703   ;;
6704 sysv4.2uw2*)
6705   symcode='[DT]'
6706   ;;
6707 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6708   symcode='[ABDT]'
6709   ;;
6710 sysv4)
6711   symcode='[DFNSTU]'
6712   ;;
6713 esac
6714
6715 # If we're using GNU nm, then use its standard symbol codes.
6716 case `$NM -V 2>&1` in
6717 *GNU* | *'with BFD'*)
6718   symcode='[ABCDGIRSTW]' ;;
6719 esac
6720
6721 # Transform an extracted symbol line into a proper C declaration.
6722 # Some systems (esp. on ia64) link data and code symbols differently,
6723 # so use this general approach.
6724 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6725
6726 # Transform an extracted symbol line into symbol name and symbol address
6727 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (void *) \&\2},/p'"
6728 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'"
6729
6730 # Handle CRLF in mingw tool chain
6731 opt_cr=
6732 case $build_os in
6733 mingw*)
6734   opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6735   ;;
6736 esac
6737
6738 # Try without a prefix underscore, then with it.
6739 for ac_symprfx in "" "_"; do
6740
6741   # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6742   symxfrm="\\1 $ac_symprfx\\2 \\2"
6743
6744   # Write the raw and C identifiers.
6745   if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6746     # Fake it for dumpbin and say T for any non-static function
6747     # and D for any global variable.
6748     # Also find C++ and __fastcall symbols from MSVC++,
6749     # which start with @ or ?.
6750     lt_cv_sys_global_symbol_pipe="$AWK '"\
6751 "     {last_section=section; section=\$ 3};"\
6752 "     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6753 "     \$ 0!~/External *\|/{next};"\
6754 "     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6755 "     {if(hide[section]) next};"\
6756 "     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6757 "     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6758 "     s[1]~/^[@?]/{print s[1], s[1]; next};"\
6759 "     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6760 "     ' prfx=^$ac_symprfx"
6761   else
6762     lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[      ]\($symcode$symcode*\)[         ][      ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6763   fi
6764
6765   # Check to see that the pipe works correctly.
6766   pipe_works=no
6767
6768   rm -f conftest*
6769   cat > conftest.$ac_ext <<_LT_EOF
6770 #ifdef __cplusplus
6771 extern "C" {
6772 #endif
6773 char nm_test_var;
6774 void nm_test_func(void);
6775 void nm_test_func(void){}
6776 #ifdef __cplusplus
6777 }
6778 #endif
6779 int main(){nm_test_var='a';nm_test_func();return(0);}
6780 _LT_EOF
6781
6782   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6783   (eval $ac_compile) 2>&5
6784   ac_status=$?
6785   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6786   test $ac_status = 0; }; then
6787     # Now try to grab the symbols.
6788     nlist=conftest.nm
6789     if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6790   (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6791   ac_status=$?
6792   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6793   test $ac_status = 0; } && test -s "$nlist"; then
6794       # Try sorting and uniquifying the output.
6795       if sort "$nlist" | uniq > "$nlist"T; then
6796         mv -f "$nlist"T "$nlist"
6797       else
6798         rm -f "$nlist"T
6799       fi
6800
6801       # Make sure that we snagged all the symbols we need.
6802       if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6803         if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6804           cat <<_LT_EOF > conftest.$ac_ext
6805 #ifdef __cplusplus
6806 extern "C" {
6807 #endif
6808
6809 _LT_EOF
6810           # Now generate the symbol file.
6811           eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6812
6813           cat <<_LT_EOF >> conftest.$ac_ext
6814
6815 /* The mapping between symbol names and symbols.  */
6816 const struct {
6817   const char *name;
6818   void       *address;
6819 }
6820 lt__PROGRAM__LTX_preloaded_symbols[] =
6821 {
6822   { "@PROGRAM@", (void *) 0 },
6823 _LT_EOF
6824           $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6825           cat <<\_LT_EOF >> conftest.$ac_ext
6826   {0, (void *) 0}
6827 };
6828
6829 /* This works around a problem in FreeBSD linker */
6830 #ifdef FREEBSD_WORKAROUND
6831 static const void *lt_preloaded_setup() {
6832   return lt__PROGRAM__LTX_preloaded_symbols;
6833 }
6834 #endif
6835
6836 #ifdef __cplusplus
6837 }
6838 #endif
6839 _LT_EOF
6840           # Now try linking the two files.
6841           mv conftest.$ac_objext conftstm.$ac_objext
6842           lt_save_LIBS="$LIBS"
6843           lt_save_CFLAGS="$CFLAGS"
6844           LIBS="conftstm.$ac_objext"
6845           CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6846           if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6847   (eval $ac_link) 2>&5
6848   ac_status=$?
6849   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6850   test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6851             pipe_works=yes
6852           fi
6853           LIBS="$lt_save_LIBS"
6854           CFLAGS="$lt_save_CFLAGS"
6855         else
6856           echo "cannot find nm_test_func in $nlist" >&5
6857         fi
6858       else
6859         echo "cannot find nm_test_var in $nlist" >&5
6860       fi
6861     else
6862       echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6863     fi
6864   else
6865     echo "$progname: failed program was:" >&5
6866     cat conftest.$ac_ext >&5
6867   fi
6868   rm -rf conftest* conftst*
6869
6870   # Do not use the global_symbol_pipe unless it works.
6871   if test "$pipe_works" = yes; then
6872     break
6873   else
6874     lt_cv_sys_global_symbol_pipe=
6875   fi
6876 done
6877
6878 fi
6879
6880 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6881   lt_cv_sys_global_symbol_to_cdecl=
6882 fi
6883 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6884   { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6885 $as_echo "failed" >&6; }
6886 else
6887   { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6888 $as_echo "ok" >&6; }
6889 fi
6890
6891
6892
6893
6894
6895
6896
6897
6898
6899
6900
6901
6902
6903
6904
6905
6906
6907
6908
6909
6910
6911
6912 # Check whether --enable-libtool-lock was given.
6913 if test "${enable_libtool_lock+set}" = set; then :
6914   enableval=$enable_libtool_lock;
6915 fi
6916
6917 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6918
6919 # Some flags need to be propagated to the compiler or linker for good
6920 # libtool support.
6921 case $host in
6922 ia64-*-hpux*)
6923   # Find out which ABI we are using.
6924   echo 'int i;' > conftest.$ac_ext
6925   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6926   (eval $ac_compile) 2>&5
6927   ac_status=$?
6928   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6929   test $ac_status = 0; }; then
6930     case `/usr/bin/file conftest.$ac_objext` in
6931       *ELF-32*)
6932         HPUX_IA64_MODE="32"
6933         ;;
6934       *ELF-64*)
6935         HPUX_IA64_MODE="64"
6936         ;;
6937     esac
6938   fi
6939   rm -rf conftest*
6940   ;;
6941 *-*-irix6*)
6942   # Find out which ABI we are using.
6943   echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6944   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6945   (eval $ac_compile) 2>&5
6946   ac_status=$?
6947   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6948   test $ac_status = 0; }; then
6949     if test "$lt_cv_prog_gnu_ld" = yes; then
6950       case `/usr/bin/file conftest.$ac_objext` in
6951         *32-bit*)
6952           LD="${LD-ld} -melf32bsmip"
6953           ;;
6954         *N32*)
6955           LD="${LD-ld} -melf32bmipn32"
6956           ;;
6957         *64-bit*)
6958           LD="${LD-ld} -melf64bmip"
6959         ;;
6960       esac
6961     else
6962       case `/usr/bin/file conftest.$ac_objext` in
6963         *32-bit*)
6964           LD="${LD-ld} -32"
6965           ;;
6966         *N32*)
6967           LD="${LD-ld} -n32"
6968           ;;
6969         *64-bit*)
6970           LD="${LD-ld} -64"
6971           ;;
6972       esac
6973     fi
6974   fi
6975   rm -rf conftest*
6976   ;;
6977
6978 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6979 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6980   # Find out which ABI we are using.
6981   echo 'int i;' > conftest.$ac_ext
6982   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6983   (eval $ac_compile) 2>&5
6984   ac_status=$?
6985   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6986   test $ac_status = 0; }; then
6987     case `/usr/bin/file conftest.o` in
6988       *32-bit*)
6989         case $host in
6990           x86_64-*kfreebsd*-gnu)
6991             LD="${LD-ld} -m elf_i386_fbsd"
6992             ;;
6993           x86_64-*linux*)
6994             case `/usr/bin/file conftest.o` in
6995               *x86-64*)
6996                 LD="${LD-ld} -m elf32_x86_64"
6997                 ;;
6998               *)
6999                 LD="${LD-ld} -m elf_i386"
7000                 ;;
7001             esac
7002             ;;
7003           powerpc64le-*linux*)
7004             LD="${LD-ld} -m elf32lppclinux"
7005             ;;
7006           powerpc64-*linux*)
7007             LD="${LD-ld} -m elf32ppclinux"
7008             ;;
7009           s390x-*linux*)
7010             LD="${LD-ld} -m elf_s390"
7011             ;;
7012           sparc64-*linux*)
7013             LD="${LD-ld} -m elf32_sparc"
7014             ;;
7015         esac
7016         ;;
7017       *64-bit*)
7018         case $host in
7019           x86_64-*kfreebsd*-gnu)
7020             LD="${LD-ld} -m elf_x86_64_fbsd"
7021             ;;
7022           x86_64-*linux*)
7023             LD="${LD-ld} -m elf_x86_64"
7024             ;;
7025           powerpcle-*linux*)
7026             LD="${LD-ld} -m elf64lppc"
7027             ;;
7028           powerpc-*linux*)
7029             LD="${LD-ld} -m elf64ppc"
7030             ;;
7031           s390*-*linux*|s390*-*tpf*)
7032             LD="${LD-ld} -m elf64_s390"
7033             ;;
7034           sparc*-*linux*)
7035             LD="${LD-ld} -m elf64_sparc"
7036             ;;
7037         esac
7038         ;;
7039     esac
7040   fi
7041   rm -rf conftest*
7042   ;;
7043
7044 *-*-sco3.2v5*)
7045   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7046   SAVE_CFLAGS="$CFLAGS"
7047   CFLAGS="$CFLAGS -belf"
7048   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7049 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7050 if test "${lt_cv_cc_needs_belf+set}" = set; then :
7051   $as_echo_n "(cached) " >&6
7052 else
7053   ac_ext=c
7054 ac_cpp='$CPP $CPPFLAGS'
7055 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7056 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7057 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7058
7059      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7060 /* end confdefs.h.  */
7061
7062 int
7063 main ()
7064 {
7065
7066   ;
7067   return 0;
7068 }
7069 _ACEOF
7070 if ac_fn_c_try_link "$LINENO"; then :
7071   lt_cv_cc_needs_belf=yes
7072 else
7073   lt_cv_cc_needs_belf=no
7074 fi
7075 rm -f core conftest.err conftest.$ac_objext \
7076     conftest$ac_exeext conftest.$ac_ext
7077      ac_ext=c
7078 ac_cpp='$CPP $CPPFLAGS'
7079 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7080 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7081 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7082
7083 fi
7084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7085 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7086   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7087     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7088     CFLAGS="$SAVE_CFLAGS"
7089   fi
7090   ;;
7091 sparc*-*solaris*)
7092   # Find out which ABI we are using.
7093   echo 'int i;' > conftest.$ac_ext
7094   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7095   (eval $ac_compile) 2>&5
7096   ac_status=$?
7097   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7098   test $ac_status = 0; }; then
7099     case `/usr/bin/file conftest.o` in
7100     *64-bit*)
7101       case $lt_cv_prog_gnu_ld in
7102       yes*) LD="${LD-ld} -m elf64_sparc" ;;
7103       *)
7104         if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7105           LD="${LD-ld} -64"
7106         fi
7107         ;;
7108       esac
7109       ;;
7110     esac
7111   fi
7112   rm -rf conftest*
7113   ;;
7114 esac
7115
7116 need_locks="$enable_libtool_lock"
7117
7118
7119   case $host_os in
7120     rhapsody* | darwin*)
7121     if test -n "$ac_tool_prefix"; then
7122   # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7123 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7125 $as_echo_n "checking for $ac_word... " >&6; }
7126 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7127   $as_echo_n "(cached) " >&6
7128 else
7129   if test -n "$DSYMUTIL"; then
7130   ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7131 else
7132 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7133 for as_dir in $PATH
7134 do
7135   IFS=$as_save_IFS
7136   test -z "$as_dir" && as_dir=.
7137     for ac_exec_ext in '' $ac_executable_extensions; do
7138   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7139     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7140     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7141     break 2
7142   fi
7143 done
7144   done
7145 IFS=$as_save_IFS
7146
7147 fi
7148 fi
7149 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7150 if test -n "$DSYMUTIL"; then
7151   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7152 $as_echo "$DSYMUTIL" >&6; }
7153 else
7154   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7155 $as_echo "no" >&6; }
7156 fi
7157
7158
7159 fi
7160 if test -z "$ac_cv_prog_DSYMUTIL"; then
7161   ac_ct_DSYMUTIL=$DSYMUTIL
7162   # Extract the first word of "dsymutil", so it can be a program name with args.
7163 set dummy dsymutil; ac_word=$2
7164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7165 $as_echo_n "checking for $ac_word... " >&6; }
7166 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7167   $as_echo_n "(cached) " >&6
7168 else
7169   if test -n "$ac_ct_DSYMUTIL"; then
7170   ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7171 else
7172 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7173 for as_dir in $PATH
7174 do
7175   IFS=$as_save_IFS
7176   test -z "$as_dir" && as_dir=.
7177     for ac_exec_ext in '' $ac_executable_extensions; do
7178   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7179     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7180     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7181     break 2
7182   fi
7183 done
7184   done
7185 IFS=$as_save_IFS
7186
7187 fi
7188 fi
7189 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7190 if test -n "$ac_ct_DSYMUTIL"; then
7191   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7192 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7193 else
7194   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7195 $as_echo "no" >&6; }
7196 fi
7197
7198   if test "x$ac_ct_DSYMUTIL" = x; then
7199     DSYMUTIL=":"
7200   else
7201     case $cross_compiling:$ac_tool_warned in
7202 yes:)
7203 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7204 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7205 ac_tool_warned=yes ;;
7206 esac
7207     DSYMUTIL=$ac_ct_DSYMUTIL
7208   fi
7209 else
7210   DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7211 fi
7212
7213     if test -n "$ac_tool_prefix"; then
7214   # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7215 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7217 $as_echo_n "checking for $ac_word... " >&6; }
7218 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7219   $as_echo_n "(cached) " >&6
7220 else
7221   if test -n "$NMEDIT"; then
7222   ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7223 else
7224 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7225 for as_dir in $PATH
7226 do
7227   IFS=$as_save_IFS
7228   test -z "$as_dir" && as_dir=.
7229     for ac_exec_ext in '' $ac_executable_extensions; do
7230   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7231     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7232     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7233     break 2
7234   fi
7235 done
7236   done
7237 IFS=$as_save_IFS
7238
7239 fi
7240 fi
7241 NMEDIT=$ac_cv_prog_NMEDIT
7242 if test -n "$NMEDIT"; then
7243   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7244 $as_echo "$NMEDIT" >&6; }
7245 else
7246   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7247 $as_echo "no" >&6; }
7248 fi
7249
7250
7251 fi
7252 if test -z "$ac_cv_prog_NMEDIT"; then
7253   ac_ct_NMEDIT=$NMEDIT
7254   # Extract the first word of "nmedit", so it can be a program name with args.
7255 set dummy nmedit; ac_word=$2
7256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7257 $as_echo_n "checking for $ac_word... " >&6; }
7258 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7259   $as_echo_n "(cached) " >&6
7260 else
7261   if test -n "$ac_ct_NMEDIT"; then
7262   ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7263 else
7264 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7265 for as_dir in $PATH
7266 do
7267   IFS=$as_save_IFS
7268   test -z "$as_dir" && as_dir=.
7269     for ac_exec_ext in '' $ac_executable_extensions; do
7270   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7271     ac_cv_prog_ac_ct_NMEDIT="nmedit"
7272     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7273     break 2
7274   fi
7275 done
7276   done
7277 IFS=$as_save_IFS
7278
7279 fi
7280 fi
7281 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7282 if test -n "$ac_ct_NMEDIT"; then
7283   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7284 $as_echo "$ac_ct_NMEDIT" >&6; }
7285 else
7286   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7287 $as_echo "no" >&6; }
7288 fi
7289
7290   if test "x$ac_ct_NMEDIT" = x; then
7291     NMEDIT=":"
7292   else
7293     case $cross_compiling:$ac_tool_warned in
7294 yes:)
7295 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7296 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7297 ac_tool_warned=yes ;;
7298 esac
7299     NMEDIT=$ac_ct_NMEDIT
7300   fi
7301 else
7302   NMEDIT="$ac_cv_prog_NMEDIT"
7303 fi
7304
7305     if test -n "$ac_tool_prefix"; then
7306   # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7307 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7309 $as_echo_n "checking for $ac_word... " >&6; }
7310 if test "${ac_cv_prog_LIPO+set}" = set; then :
7311   $as_echo_n "(cached) " >&6
7312 else
7313   if test -n "$LIPO"; then
7314   ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7315 else
7316 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7317 for as_dir in $PATH
7318 do
7319   IFS=$as_save_IFS
7320   test -z "$as_dir" && as_dir=.
7321     for ac_exec_ext in '' $ac_executable_extensions; do
7322   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7323     ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7324     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7325     break 2
7326   fi
7327 done
7328   done
7329 IFS=$as_save_IFS
7330
7331 fi
7332 fi
7333 LIPO=$ac_cv_prog_LIPO
7334 if test -n "$LIPO"; then
7335   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7336 $as_echo "$LIPO" >&6; }
7337 else
7338   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7339 $as_echo "no" >&6; }
7340 fi
7341
7342
7343 fi
7344 if test -z "$ac_cv_prog_LIPO"; then
7345   ac_ct_LIPO=$LIPO
7346   # Extract the first word of "lipo", so it can be a program name with args.
7347 set dummy lipo; ac_word=$2
7348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7349 $as_echo_n "checking for $ac_word... " >&6; }
7350 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7351   $as_echo_n "(cached) " >&6
7352 else
7353   if test -n "$ac_ct_LIPO"; then
7354   ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7355 else
7356 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7357 for as_dir in $PATH
7358 do
7359   IFS=$as_save_IFS
7360   test -z "$as_dir" && as_dir=.
7361     for ac_exec_ext in '' $ac_executable_extensions; do
7362   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7363     ac_cv_prog_ac_ct_LIPO="lipo"
7364     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7365     break 2
7366   fi
7367 done
7368   done
7369 IFS=$as_save_IFS
7370
7371 fi
7372 fi
7373 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7374 if test -n "$ac_ct_LIPO"; then
7375   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7376 $as_echo "$ac_ct_LIPO" >&6; }
7377 else
7378   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7379 $as_echo "no" >&6; }
7380 fi
7381
7382   if test "x$ac_ct_LIPO" = x; then
7383     LIPO=":"
7384   else
7385     case $cross_compiling:$ac_tool_warned in
7386 yes:)
7387 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7388 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7389 ac_tool_warned=yes ;;
7390 esac
7391     LIPO=$ac_ct_LIPO
7392   fi
7393 else
7394   LIPO="$ac_cv_prog_LIPO"
7395 fi
7396
7397     if test -n "$ac_tool_prefix"; then
7398   # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7399 set dummy ${ac_tool_prefix}otool; ac_word=$2
7400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7401 $as_echo_n "checking for $ac_word... " >&6; }
7402 if test "${ac_cv_prog_OTOOL+set}" = set; then :
7403   $as_echo_n "(cached) " >&6
7404 else
7405   if test -n "$OTOOL"; then
7406   ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7407 else
7408 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7409 for as_dir in $PATH
7410 do
7411   IFS=$as_save_IFS
7412   test -z "$as_dir" && as_dir=.
7413     for ac_exec_ext in '' $ac_executable_extensions; do
7414   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7415     ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7416     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7417     break 2
7418   fi
7419 done
7420   done
7421 IFS=$as_save_IFS
7422
7423 fi
7424 fi
7425 OTOOL=$ac_cv_prog_OTOOL
7426 if test -n "$OTOOL"; then
7427   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7428 $as_echo "$OTOOL" >&6; }
7429 else
7430   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7431 $as_echo "no" >&6; }
7432 fi
7433
7434
7435 fi
7436 if test -z "$ac_cv_prog_OTOOL"; then
7437   ac_ct_OTOOL=$OTOOL
7438   # Extract the first word of "otool", so it can be a program name with args.
7439 set dummy otool; ac_word=$2
7440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7441 $as_echo_n "checking for $ac_word... " >&6; }
7442 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7443   $as_echo_n "(cached) " >&6
7444 else
7445   if test -n "$ac_ct_OTOOL"; then
7446   ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7447 else
7448 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7449 for as_dir in $PATH
7450 do
7451   IFS=$as_save_IFS
7452   test -z "$as_dir" && as_dir=.
7453     for ac_exec_ext in '' $ac_executable_extensions; do
7454   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7455     ac_cv_prog_ac_ct_OTOOL="otool"
7456     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7457     break 2
7458   fi
7459 done
7460   done
7461 IFS=$as_save_IFS
7462
7463 fi
7464 fi
7465 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7466 if test -n "$ac_ct_OTOOL"; then
7467   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7468 $as_echo "$ac_ct_OTOOL" >&6; }
7469 else
7470   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7471 $as_echo "no" >&6; }
7472 fi
7473
7474   if test "x$ac_ct_OTOOL" = x; then
7475     OTOOL=":"
7476   else
7477     case $cross_compiling:$ac_tool_warned in
7478 yes:)
7479 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7480 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7481 ac_tool_warned=yes ;;
7482 esac
7483     OTOOL=$ac_ct_OTOOL
7484   fi
7485 else
7486   OTOOL="$ac_cv_prog_OTOOL"
7487 fi
7488
7489     if test -n "$ac_tool_prefix"; then
7490   # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7491 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7493 $as_echo_n "checking for $ac_word... " >&6; }
7494 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7495   $as_echo_n "(cached) " >&6
7496 else
7497   if test -n "$OTOOL64"; then
7498   ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7499 else
7500 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7501 for as_dir in $PATH
7502 do
7503   IFS=$as_save_IFS
7504   test -z "$as_dir" && as_dir=.
7505     for ac_exec_ext in '' $ac_executable_extensions; do
7506   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7507     ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7508     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7509     break 2
7510   fi
7511 done
7512   done
7513 IFS=$as_save_IFS
7514
7515 fi
7516 fi
7517 OTOOL64=$ac_cv_prog_OTOOL64
7518 if test -n "$OTOOL64"; then
7519   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7520 $as_echo "$OTOOL64" >&6; }
7521 else
7522   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7523 $as_echo "no" >&6; }
7524 fi
7525
7526
7527 fi
7528 if test -z "$ac_cv_prog_OTOOL64"; then
7529   ac_ct_OTOOL64=$OTOOL64
7530   # Extract the first word of "otool64", so it can be a program name with args.
7531 set dummy otool64; ac_word=$2
7532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7533 $as_echo_n "checking for $ac_word... " >&6; }
7534 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7535   $as_echo_n "(cached) " >&6
7536 else
7537   if test -n "$ac_ct_OTOOL64"; then
7538   ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7539 else
7540 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7541 for as_dir in $PATH
7542 do
7543   IFS=$as_save_IFS
7544   test -z "$as_dir" && as_dir=.
7545     for ac_exec_ext in '' $ac_executable_extensions; do
7546   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7547     ac_cv_prog_ac_ct_OTOOL64="otool64"
7548     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7549     break 2
7550   fi
7551 done
7552   done
7553 IFS=$as_save_IFS
7554
7555 fi
7556 fi
7557 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7558 if test -n "$ac_ct_OTOOL64"; then
7559   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7560 $as_echo "$ac_ct_OTOOL64" >&6; }
7561 else
7562   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7563 $as_echo "no" >&6; }
7564 fi
7565
7566   if test "x$ac_ct_OTOOL64" = x; then
7567     OTOOL64=":"
7568   else
7569     case $cross_compiling:$ac_tool_warned in
7570 yes:)
7571 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7572 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7573 ac_tool_warned=yes ;;
7574 esac
7575     OTOOL64=$ac_ct_OTOOL64
7576   fi
7577 else
7578   OTOOL64="$ac_cv_prog_OTOOL64"
7579 fi
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
7606
7607     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7608 $as_echo_n "checking for -single_module linker flag... " >&6; }
7609 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7610   $as_echo_n "(cached) " >&6
7611 else
7612   lt_cv_apple_cc_single_mod=no
7613       if test -z "${LT_MULTI_MODULE}"; then
7614         # By default we will add the -single_module flag. You can override
7615         # by either setting the environment variable LT_MULTI_MODULE
7616         # non-empty at configure time, or by adding -multi_module to the
7617         # link flags.
7618         rm -rf libconftest.dylib*
7619         echo "int foo(void){return 1;}" > conftest.c
7620         echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7621 -dynamiclib -Wl,-single_module conftest.c" >&5
7622         $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7623           -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7624         _lt_result=$?
7625         if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7626           lt_cv_apple_cc_single_mod=yes
7627         else
7628           cat conftest.err >&5
7629         fi
7630         rm -rf libconftest.dylib*
7631         rm -f conftest.*
7632       fi
7633 fi
7634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7635 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7636     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7637 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7638 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7639   $as_echo_n "(cached) " >&6
7640 else
7641   lt_cv_ld_exported_symbols_list=no
7642       save_LDFLAGS=$LDFLAGS
7643       echo "_main" > conftest.sym
7644       LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7645       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7646 /* end confdefs.h.  */
7647
7648 int
7649 main ()
7650 {
7651
7652   ;
7653   return 0;
7654 }
7655 _ACEOF
7656 if ac_fn_c_try_link "$LINENO"; then :
7657   lt_cv_ld_exported_symbols_list=yes
7658 else
7659   lt_cv_ld_exported_symbols_list=no
7660 fi
7661 rm -f core conftest.err conftest.$ac_objext \
7662     conftest$ac_exeext conftest.$ac_ext
7663         LDFLAGS="$save_LDFLAGS"
7664
7665 fi
7666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7667 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7668     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7669 $as_echo_n "checking for -force_load linker flag... " >&6; }
7670 if test "${lt_cv_ld_force_load+set}" = set; then :
7671   $as_echo_n "(cached) " >&6
7672 else
7673   lt_cv_ld_force_load=no
7674       cat > conftest.c << _LT_EOF
7675 int forced_loaded() { return 2;}
7676 _LT_EOF
7677       echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7678       $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7679       echo "$AR cru libconftest.a conftest.o" >&5
7680       $AR cru libconftest.a conftest.o 2>&5
7681       cat > conftest.c << _LT_EOF
7682 int main() { return 0;}
7683 _LT_EOF
7684       echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7685       $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7686       _lt_result=$?
7687       if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7688         lt_cv_ld_force_load=yes
7689       else
7690         cat conftest.err >&5
7691       fi
7692         rm -f conftest.err libconftest.a conftest conftest.c
7693         rm -rf conftest.dSYM
7694
7695 fi
7696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7697 $as_echo "$lt_cv_ld_force_load" >&6; }
7698     case $host_os in
7699     rhapsody* | darwin1.[012])
7700       _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7701     darwin1.*)
7702       _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7703     darwin*) # darwin 5.x on
7704       # if running on 10.5 or later, the deployment target defaults
7705       # to the OS version, if on x86, and 10.4, the deployment
7706       # target defaults to 10.4. Don't you love it?
7707       case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7708         10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7709           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7710         10.[012][,.]*)
7711           _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7712         10.*)
7713           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7714       esac
7715     ;;
7716   esac
7717     if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7718       _lt_dar_single_mod='$single_module'
7719     fi
7720     if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7721       _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7722     else
7723       _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7724     fi
7725     if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7726       _lt_dsymutil='~$DSYMUTIL $lib || :'
7727     else
7728       _lt_dsymutil=
7729     fi
7730     ;;
7731   esac
7732
7733 for ac_header in dlfcn.h
7734 do :
7735   ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7736 "
7737 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
7738   cat >>confdefs.h <<_ACEOF
7739 #define HAVE_DLFCN_H 1
7740 _ACEOF
7741
7742 fi
7743
7744 done
7745
7746
7747
7748
7749
7750 # Set options
7751
7752
7753
7754         enable_dlopen=no
7755
7756
7757   enable_win32_dll=no
7758
7759
7760             # Check whether --enable-shared was given.
7761 if test "${enable_shared+set}" = set; then :
7762   enableval=$enable_shared; p=${PACKAGE-default}
7763     case $enableval in
7764     yes) enable_shared=yes ;;
7765     no) enable_shared=no ;;
7766     *)
7767       enable_shared=no
7768       # Look at the argument we got.  We use all the common list separators.
7769       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7770       for pkg in $enableval; do
7771         IFS="$lt_save_ifs"
7772         if test "X$pkg" = "X$p"; then
7773           enable_shared=yes
7774         fi
7775       done
7776       IFS="$lt_save_ifs"
7777       ;;
7778     esac
7779 else
7780   enable_shared=yes
7781 fi
7782
7783
7784
7785
7786
7787
7788
7789
7790
7791   # Check whether --enable-static was given.
7792 if test "${enable_static+set}" = set; then :
7793   enableval=$enable_static; p=${PACKAGE-default}
7794     case $enableval in
7795     yes) enable_static=yes ;;
7796     no) enable_static=no ;;
7797     *)
7798      enable_static=no
7799       # Look at the argument we got.  We use all the common list separators.
7800       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7801       for pkg in $enableval; do
7802         IFS="$lt_save_ifs"
7803         if test "X$pkg" = "X$p"; then
7804           enable_static=yes
7805         fi
7806       done
7807       IFS="$lt_save_ifs"
7808       ;;
7809     esac
7810 else
7811   enable_static=yes
7812 fi
7813
7814
7815
7816
7817
7818
7819
7820
7821
7822
7823 # Check whether --with-pic was given.
7824 if test "${with_pic+set}" = set; then :
7825   withval=$with_pic; pic_mode="$withval"
7826 else
7827   pic_mode=default
7828 fi
7829
7830
7831 test -z "$pic_mode" && pic_mode=default
7832
7833
7834
7835
7836
7837
7838
7839   # Check whether --enable-fast-install was given.
7840 if test "${enable_fast_install+set}" = set; then :
7841   enableval=$enable_fast_install; p=${PACKAGE-default}
7842     case $enableval in
7843     yes) enable_fast_install=yes ;;
7844     no) enable_fast_install=no ;;
7845     *)
7846       enable_fast_install=no
7847       # Look at the argument we got.  We use all the common list separators.
7848       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7849       for pkg in $enableval; do
7850         IFS="$lt_save_ifs"
7851         if test "X$pkg" = "X$p"; then
7852           enable_fast_install=yes
7853         fi
7854       done
7855       IFS="$lt_save_ifs"
7856       ;;
7857     esac
7858 else
7859   enable_fast_install=yes
7860 fi
7861
7862
7863
7864
7865
7866
7867
7868
7869
7870
7871
7872 # This can be used to rebuild libtool when needed
7873 LIBTOOL_DEPS="$ltmain"
7874
7875 # Always use our own libtool.
7876 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
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
7902
7903 test -z "$LN_S" && LN_S="ln -s"
7904
7905
7906
7907
7908
7909
7910
7911
7912
7913
7914
7915
7916
7917
7918 if test -n "${ZSH_VERSION+set}" ; then
7919    setopt NO_GLOB_SUBST
7920 fi
7921
7922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7923 $as_echo_n "checking for objdir... " >&6; }
7924 if test "${lt_cv_objdir+set}" = set; then :
7925   $as_echo_n "(cached) " >&6
7926 else
7927   rm -f .libs 2>/dev/null
7928 mkdir .libs 2>/dev/null
7929 if test -d .libs; then
7930   lt_cv_objdir=.libs
7931 else
7932   # MS-DOS does not allow filenames that begin with a dot.
7933   lt_cv_objdir=_libs
7934 fi
7935 rmdir .libs 2>/dev/null
7936 fi
7937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7938 $as_echo "$lt_cv_objdir" >&6; }
7939 objdir=$lt_cv_objdir
7940
7941
7942
7943
7944
7945 cat >>confdefs.h <<_ACEOF
7946 #define LT_OBJDIR "$lt_cv_objdir/"
7947 _ACEOF
7948
7949
7950
7951
7952 case $host_os in
7953 aix3*)
7954   # AIX sometimes has problems with the GCC collect2 program.  For some
7955   # reason, if we set the COLLECT_NAMES environment variable, the problems
7956   # vanish in a puff of smoke.
7957   if test "X${COLLECT_NAMES+set}" != Xset; then
7958     COLLECT_NAMES=
7959     export COLLECT_NAMES
7960   fi
7961   ;;
7962 esac
7963
7964 # Global variables:
7965 ofile=libtool
7966 can_build_shared=yes
7967
7968 # All known linkers require a `.a' archive for static linking (except MSVC,
7969 # which needs '.lib').
7970 libext=a
7971
7972 with_gnu_ld="$lt_cv_prog_gnu_ld"
7973
7974 old_CC="$CC"
7975 old_CFLAGS="$CFLAGS"
7976
7977 # Set sane defaults for various variables
7978 test -z "$CC" && CC=cc
7979 test -z "$LTCC" && LTCC=$CC
7980 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7981 test -z "$LD" && LD=ld
7982 test -z "$ac_objext" && ac_objext=o
7983
7984 for cc_temp in $compiler""; do
7985   case $cc_temp in
7986     compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7987     distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7988     \-*) ;;
7989     *) break;;
7990   esac
7991 done
7992 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7993
7994
7995 # Only perform the check for file, if the check method requires it
7996 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7997 case $deplibs_check_method in
7998 file_magic*)
7999   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8000     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8001 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8002 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8003   $as_echo_n "(cached) " >&6
8004 else
8005   case $MAGIC_CMD in
8006 [\\/*] |  ?:[\\/]*)
8007   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8008   ;;
8009 *)
8010   lt_save_MAGIC_CMD="$MAGIC_CMD"
8011   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8012   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8013   for ac_dir in $ac_dummy; do
8014     IFS="$lt_save_ifs"
8015     test -z "$ac_dir" && ac_dir=.
8016     if test -f $ac_dir/${ac_tool_prefix}file; then
8017       lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8018       if test -n "$file_magic_test_file"; then
8019         case $deplibs_check_method in
8020         "file_magic "*)
8021           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8022           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8023           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8024             $EGREP "$file_magic_regex" > /dev/null; then
8025             :
8026           else
8027             cat <<_LT_EOF 1>&2
8028
8029 *** Warning: the command libtool uses to detect shared libraries,
8030 *** $file_magic_cmd, produces output that libtool cannot recognize.
8031 *** The result is that libtool may fail to recognize shared libraries
8032 *** as such.  This will affect the creation of libtool libraries that
8033 *** depend on shared libraries, but programs linked with such libtool
8034 *** libraries will work regardless of this problem.  Nevertheless, you
8035 *** may want to report the problem to your system manager and/or to
8036 *** bug-libtool@gnu.org
8037
8038 _LT_EOF
8039           fi ;;
8040         esac
8041       fi
8042       break
8043     fi
8044   done
8045   IFS="$lt_save_ifs"
8046   MAGIC_CMD="$lt_save_MAGIC_CMD"
8047   ;;
8048 esac
8049 fi
8050
8051 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8052 if test -n "$MAGIC_CMD"; then
8053   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8054 $as_echo "$MAGIC_CMD" >&6; }
8055 else
8056   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8057 $as_echo "no" >&6; }
8058 fi
8059
8060
8061
8062
8063
8064 if test -z "$lt_cv_path_MAGIC_CMD"; then
8065   if test -n "$ac_tool_prefix"; then
8066     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8067 $as_echo_n "checking for file... " >&6; }
8068 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8069   $as_echo_n "(cached) " >&6
8070 else
8071   case $MAGIC_CMD in
8072 [\\/*] |  ?:[\\/]*)
8073   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8074   ;;
8075 *)
8076   lt_save_MAGIC_CMD="$MAGIC_CMD"
8077   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8078   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8079   for ac_dir in $ac_dummy; do
8080     IFS="$lt_save_ifs"
8081     test -z "$ac_dir" && ac_dir=.
8082     if test -f $ac_dir/file; then
8083       lt_cv_path_MAGIC_CMD="$ac_dir/file"
8084       if test -n "$file_magic_test_file"; then
8085         case $deplibs_check_method in
8086         "file_magic "*)
8087           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8088           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8089           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8090             $EGREP "$file_magic_regex" > /dev/null; then
8091             :
8092           else
8093             cat <<_LT_EOF 1>&2
8094
8095 *** Warning: the command libtool uses to detect shared libraries,
8096 *** $file_magic_cmd, produces output that libtool cannot recognize.
8097 *** The result is that libtool may fail to recognize shared libraries
8098 *** as such.  This will affect the creation of libtool libraries that
8099 *** depend on shared libraries, but programs linked with such libtool
8100 *** libraries will work regardless of this problem.  Nevertheless, you
8101 *** may want to report the problem to your system manager and/or to
8102 *** bug-libtool@gnu.org
8103
8104 _LT_EOF
8105           fi ;;
8106         esac
8107       fi
8108       break
8109     fi
8110   done
8111   IFS="$lt_save_ifs"
8112   MAGIC_CMD="$lt_save_MAGIC_CMD"
8113   ;;
8114 esac
8115 fi
8116
8117 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8118 if test -n "$MAGIC_CMD"; then
8119   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8120 $as_echo "$MAGIC_CMD" >&6; }
8121 else
8122   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8123 $as_echo "no" >&6; }
8124 fi
8125
8126
8127   else
8128     MAGIC_CMD=:
8129   fi
8130 fi
8131
8132   fi
8133   ;;
8134 esac
8135
8136 # Use C for the default configuration in the libtool script
8137
8138 lt_save_CC="$CC"
8139 ac_ext=c
8140 ac_cpp='$CPP $CPPFLAGS'
8141 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8142 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8143 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8144
8145
8146 # Source file extension for C test sources.
8147 ac_ext=c
8148
8149 # Object file extension for compiled C test sources.
8150 objext=o
8151 objext=$objext
8152
8153 # Code to be used in simple compile tests
8154 lt_simple_compile_test_code="int some_variable = 0;"
8155
8156 # Code to be used in simple link tests
8157 lt_simple_link_test_code='int main(){return(0);}'
8158
8159
8160
8161
8162
8163
8164
8165 # If no C compiler was specified, use CC.
8166 LTCC=${LTCC-"$CC"}
8167
8168 # If no C compiler flags were specified, use CFLAGS.
8169 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8170
8171 # Allow CC to be a program name with arguments.
8172 compiler=$CC
8173
8174 # Save the default compiler, since it gets overwritten when the other
8175 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8176 compiler_DEFAULT=$CC
8177
8178 # save warnings/boilerplate of simple test code
8179 ac_outfile=conftest.$ac_objext
8180 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8181 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8182 _lt_compiler_boilerplate=`cat conftest.err`
8183 $RM conftest*
8184
8185 ac_outfile=conftest.$ac_objext
8186 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8187 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8188 _lt_linker_boilerplate=`cat conftest.err`
8189 $RM -r conftest*
8190
8191
8192 ## CAVEAT EMPTOR:
8193 ## There is no encapsulation within the following macros, do not change
8194 ## the running order or otherwise move them around unless you know exactly
8195 ## what you are doing...
8196 if test -n "$compiler"; then
8197
8198 lt_prog_compiler_no_builtin_flag=
8199
8200 if test "$GCC" = yes; then
8201   case $cc_basename in
8202   nvcc*)
8203     lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8204   *)
8205     lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8206   esac
8207
8208   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8209 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8210 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
8211   $as_echo_n "(cached) " >&6
8212 else
8213   lt_cv_prog_compiler_rtti_exceptions=no
8214    ac_outfile=conftest.$ac_objext
8215    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8216    lt_compiler_flag="-fno-rtti -fno-exceptions"
8217    # Insert the option either (1) after the last *FLAGS variable, or
8218    # (2) before a word containing "conftest.", or (3) at the end.
8219    # Note that $ac_compile itself does not contain backslashes and begins
8220    # with a dollar sign (not a hyphen), so the echo should work correctly.
8221    # The option is referenced via a variable to avoid confusing sed.
8222    lt_compile=`echo "$ac_compile" | $SED \
8223    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8224    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8225    -e 's:$: $lt_compiler_flag:'`
8226    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8227    (eval "$lt_compile" 2>conftest.err)
8228    ac_status=$?
8229    cat conftest.err >&5
8230    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8231    if (exit $ac_status) && test -s "$ac_outfile"; then
8232      # The compiler can only warn and ignore the option if not recognized
8233      # So say no if there are warnings other than the usual output.
8234      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8235      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8236      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8237        lt_cv_prog_compiler_rtti_exceptions=yes
8238      fi
8239    fi
8240    $RM conftest*
8241
8242 fi
8243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8244 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8245
8246 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8247     lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8248 else
8249     :
8250 fi
8251
8252 fi
8253
8254
8255
8256
8257
8258
8259   lt_prog_compiler_wl=
8260 lt_prog_compiler_pic=
8261 lt_prog_compiler_static=
8262
8263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8264 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8265
8266   if test "$GCC" = yes; then
8267     lt_prog_compiler_wl='-Wl,'
8268     lt_prog_compiler_static='-static'
8269
8270     case $host_os in
8271       aix*)
8272       # All AIX code is PIC.
8273       if test "$host_cpu" = ia64; then
8274         # AIX 5 now supports IA64 processor
8275         lt_prog_compiler_static='-Bstatic'
8276       fi
8277       lt_prog_compiler_pic='-fPIC'
8278       ;;
8279
8280     amigaos*)
8281       case $host_cpu in
8282       powerpc)
8283             # see comment about AmigaOS4 .so support
8284             lt_prog_compiler_pic='-fPIC'
8285         ;;
8286       m68k)
8287             # FIXME: we need at least 68020 code to build shared libraries, but
8288             # adding the `-m68020' flag to GCC prevents building anything better,
8289             # like `-m68040'.
8290             lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8291         ;;
8292       esac
8293       ;;
8294
8295     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8296       # PIC is the default for these OSes.
8297       ;;
8298
8299     mingw* | cygwin* | pw32* | os2* | cegcc*)
8300       # This hack is so that the source file can tell whether it is being
8301       # built for inclusion in a dll (and should export symbols for example).
8302       # Although the cygwin gcc ignores -fPIC, still need this for old-style
8303       # (--disable-auto-import) libraries
8304       lt_prog_compiler_pic='-DDLL_EXPORT'
8305       ;;
8306
8307     darwin* | rhapsody*)
8308       # PIC is the default on this platform
8309       # Common symbols not allowed in MH_DYLIB files
8310       lt_prog_compiler_pic='-fno-common'
8311       ;;
8312
8313     haiku*)
8314       # PIC is the default for Haiku.
8315       # The "-static" flag exists, but is broken.
8316       lt_prog_compiler_static=
8317       ;;
8318
8319     hpux*)
8320       # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8321       # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
8322       # sets the default TLS model and affects inlining.
8323       case $host_cpu in
8324       hppa*64*)
8325         # +Z the default
8326         ;;
8327       *)
8328         lt_prog_compiler_pic='-fPIC'
8329         ;;
8330       esac
8331       ;;
8332
8333     interix[3-9]*)
8334       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8335       # Instead, we relocate shared libraries at runtime.
8336       ;;
8337
8338     msdosdjgpp*)
8339       # Just because we use GCC doesn't mean we suddenly get shared libraries
8340       # on systems that don't support them.
8341       lt_prog_compiler_can_build_shared=no
8342       enable_shared=no
8343       ;;
8344
8345     *nto* | *qnx*)
8346       # QNX uses GNU C++, but need to define -shared option too, otherwise
8347       # it will coredump.
8348       lt_prog_compiler_pic='-fPIC -shared'
8349       ;;
8350
8351     sysv4*MP*)
8352       if test -d /usr/nec; then
8353         lt_prog_compiler_pic=-Kconform_pic
8354       fi
8355       ;;
8356
8357     *)
8358       lt_prog_compiler_pic='-fPIC'
8359       ;;
8360     esac
8361
8362     case $cc_basename in
8363     nvcc*) # Cuda Compiler Driver 2.2
8364       lt_prog_compiler_wl='-Xlinker '
8365       lt_prog_compiler_pic='-Xcompiler -fPIC'
8366       ;;
8367     esac
8368   else
8369     # PORTME Check for flag to pass linker flags through the system compiler.
8370     case $host_os in
8371     aix*)
8372       lt_prog_compiler_wl='-Wl,'
8373       if test "$host_cpu" = ia64; then
8374         # AIX 5 now supports IA64 processor
8375         lt_prog_compiler_static='-Bstatic'
8376       else
8377         lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8378       fi
8379       ;;
8380
8381     mingw* | cygwin* | pw32* | os2* | cegcc*)
8382       # This hack is so that the source file can tell whether it is being
8383       # built for inclusion in a dll (and should export symbols for example).
8384       lt_prog_compiler_pic='-DDLL_EXPORT'
8385       ;;
8386
8387     hpux9* | hpux10* | hpux11*)
8388       lt_prog_compiler_wl='-Wl,'
8389       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8390       # not for PA HP-UX.
8391       case $host_cpu in
8392       hppa*64*|ia64*)
8393         # +Z the default
8394         ;;
8395       *)
8396         lt_prog_compiler_pic='+Z'
8397         ;;
8398       esac
8399       # Is there a better lt_prog_compiler_static that works with the bundled CC?
8400       lt_prog_compiler_static='${wl}-a ${wl}archive'
8401       ;;
8402
8403     irix5* | irix6* | nonstopux*)
8404       lt_prog_compiler_wl='-Wl,'
8405       # PIC (with -KPIC) is the default.
8406       lt_prog_compiler_static='-non_shared'
8407       ;;
8408
8409     linux* | k*bsd*-gnu | kopensolaris*-gnu)
8410       case $cc_basename in
8411       # old Intel for x86_64 which still supported -KPIC.
8412       ecc*)
8413         lt_prog_compiler_wl='-Wl,'
8414         lt_prog_compiler_pic='-KPIC'
8415         lt_prog_compiler_static='-static'
8416         ;;
8417       # icc used to be incompatible with GCC.
8418       # ICC 10 doesn't accept -KPIC any more.
8419       icc* | ifort*)
8420         lt_prog_compiler_wl='-Wl,'
8421         lt_prog_compiler_pic='-fPIC'
8422         lt_prog_compiler_static='-static'
8423         ;;
8424       # Lahey Fortran 8.1.
8425       lf95*)
8426         lt_prog_compiler_wl='-Wl,'
8427         lt_prog_compiler_pic='--shared'
8428         lt_prog_compiler_static='--static'
8429         ;;
8430       pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8431         # Portland Group compilers (*not* the Pentium gcc compiler,
8432         # which looks to be a dead project)
8433         lt_prog_compiler_wl='-Wl,'
8434         lt_prog_compiler_pic='-fpic'
8435         lt_prog_compiler_static='-Bstatic'
8436         ;;
8437       ccc*)
8438         lt_prog_compiler_wl='-Wl,'
8439         # All Alpha code is PIC.
8440         lt_prog_compiler_static='-non_shared'
8441         ;;
8442       xl* | bgxl* | bgf* | mpixl*)
8443         # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8444         lt_prog_compiler_wl='-Wl,'
8445         lt_prog_compiler_pic='-qpic'
8446         lt_prog_compiler_static='-qstaticlink'
8447         ;;
8448       *)
8449         case `$CC -V 2>&1 | sed 5q` in
8450         *Sun\ F* | *Sun*Fortran*)
8451           # Sun Fortran 8.3 passes all unrecognized flags to the linker
8452           lt_prog_compiler_pic='-KPIC'
8453           lt_prog_compiler_static='-Bstatic'
8454           lt_prog_compiler_wl=''
8455           ;;
8456         *Sun\ C*)
8457           # Sun C 5.9
8458           lt_prog_compiler_pic='-KPIC'
8459           lt_prog_compiler_static='-Bstatic'
8460           lt_prog_compiler_wl='-Wl,'
8461           ;;
8462         esac
8463         ;;
8464       esac
8465       ;;
8466
8467     newsos6)
8468       lt_prog_compiler_pic='-KPIC'
8469       lt_prog_compiler_static='-Bstatic'
8470       ;;
8471
8472     *nto* | *qnx*)
8473       # QNX uses GNU C++, but need to define -shared option too, otherwise
8474       # it will coredump.
8475       lt_prog_compiler_pic='-fPIC -shared'
8476       ;;
8477
8478     osf3* | osf4* | osf5*)
8479       lt_prog_compiler_wl='-Wl,'
8480       # All OSF/1 code is PIC.
8481       lt_prog_compiler_static='-non_shared'
8482       ;;
8483
8484     rdos*)
8485       lt_prog_compiler_static='-non_shared'
8486       ;;
8487
8488     solaris*)
8489       lt_prog_compiler_pic='-KPIC'
8490       lt_prog_compiler_static='-Bstatic'
8491       case $cc_basename in
8492       f77* | f90* | f95*)
8493         lt_prog_compiler_wl='-Qoption ld ';;
8494       *)
8495         lt_prog_compiler_wl='-Wl,';;
8496       esac
8497       ;;
8498
8499     sunos4*)
8500       lt_prog_compiler_wl='-Qoption ld '
8501       lt_prog_compiler_pic='-PIC'
8502       lt_prog_compiler_static='-Bstatic'
8503       ;;
8504
8505     sysv4 | sysv4.2uw2* | sysv4.3*)
8506       lt_prog_compiler_wl='-Wl,'
8507       lt_prog_compiler_pic='-KPIC'
8508       lt_prog_compiler_static='-Bstatic'
8509       ;;
8510
8511     sysv4*MP*)
8512       if test -d /usr/nec ;then
8513         lt_prog_compiler_pic='-Kconform_pic'
8514         lt_prog_compiler_static='-Bstatic'
8515       fi
8516       ;;
8517
8518     sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8519       lt_prog_compiler_wl='-Wl,'
8520       lt_prog_compiler_pic='-KPIC'
8521       lt_prog_compiler_static='-Bstatic'
8522       ;;
8523
8524     unicos*)
8525       lt_prog_compiler_wl='-Wl,'
8526       lt_prog_compiler_can_build_shared=no
8527       ;;
8528
8529     uts4*)
8530       lt_prog_compiler_pic='-pic'
8531       lt_prog_compiler_static='-Bstatic'
8532       ;;
8533
8534     *)
8535       lt_prog_compiler_can_build_shared=no
8536       ;;
8537     esac
8538   fi
8539
8540 case $host_os in
8541   # For platforms which do not support PIC, -DPIC is meaningless:
8542   *djgpp*)
8543     lt_prog_compiler_pic=
8544     ;;
8545   *)
8546     lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8547     ;;
8548 esac
8549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8550 $as_echo "$lt_prog_compiler_pic" >&6; }
8551
8552
8553
8554
8555
8556
8557 #
8558 # Check to make sure the PIC flag actually works.
8559 #
8560 if test -n "$lt_prog_compiler_pic"; then
8561   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8562 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8563 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8564   $as_echo_n "(cached) " >&6
8565 else
8566   lt_cv_prog_compiler_pic_works=no
8567    ac_outfile=conftest.$ac_objext
8568    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8569    lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8570    # Insert the option either (1) after the last *FLAGS variable, or
8571    # (2) before a word containing "conftest.", or (3) at the end.
8572    # Note that $ac_compile itself does not contain backslashes and begins
8573    # with a dollar sign (not a hyphen), so the echo should work correctly.
8574    # The option is referenced via a variable to avoid confusing sed.
8575    lt_compile=`echo "$ac_compile" | $SED \
8576    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8577    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8578    -e 's:$: $lt_compiler_flag:'`
8579    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8580    (eval "$lt_compile" 2>conftest.err)
8581    ac_status=$?
8582    cat conftest.err >&5
8583    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8584    if (exit $ac_status) && test -s "$ac_outfile"; then
8585      # The compiler can only warn and ignore the option if not recognized
8586      # So say no if there are warnings other than the usual output.
8587      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8588      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8589      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8590        lt_cv_prog_compiler_pic_works=yes
8591      fi
8592    fi
8593    $RM conftest*
8594
8595 fi
8596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8597 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8598
8599 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8600     case $lt_prog_compiler_pic in
8601      "" | " "*) ;;
8602      *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8603      esac
8604 else
8605     lt_prog_compiler_pic=
8606      lt_prog_compiler_can_build_shared=no
8607 fi
8608
8609 fi
8610
8611
8612
8613
8614
8615
8616 #
8617 # Check to make sure the static flag actually works.
8618 #
8619 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8621 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8622 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8623   $as_echo_n "(cached) " >&6
8624 else
8625   lt_cv_prog_compiler_static_works=no
8626    save_LDFLAGS="$LDFLAGS"
8627    LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8628    echo "$lt_simple_link_test_code" > conftest.$ac_ext
8629    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8630      # The linker can only warn and ignore the option if not recognized
8631      # So say no if there are warnings
8632      if test -s conftest.err; then
8633        # Append any errors to the config.log.
8634        cat conftest.err 1>&5
8635        $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8636        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8637        if diff conftest.exp conftest.er2 >/dev/null; then
8638          lt_cv_prog_compiler_static_works=yes
8639        fi
8640      else
8641        lt_cv_prog_compiler_static_works=yes
8642      fi
8643    fi
8644    $RM -r conftest*
8645    LDFLAGS="$save_LDFLAGS"
8646
8647 fi
8648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8649 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8650
8651 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8652     :
8653 else
8654     lt_prog_compiler_static=
8655 fi
8656
8657
8658
8659
8660
8661
8662
8663   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8664 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8665 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8666   $as_echo_n "(cached) " >&6
8667 else
8668   lt_cv_prog_compiler_c_o=no
8669    $RM -r conftest 2>/dev/null
8670    mkdir conftest
8671    cd conftest
8672    mkdir out
8673    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8674
8675    lt_compiler_flag="-o out/conftest2.$ac_objext"
8676    # Insert the option either (1) after the last *FLAGS variable, or
8677    # (2) before a word containing "conftest.", or (3) at the end.
8678    # Note that $ac_compile itself does not contain backslashes and begins
8679    # with a dollar sign (not a hyphen), so the echo should work correctly.
8680    lt_compile=`echo "$ac_compile" | $SED \
8681    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8682    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8683    -e 's:$: $lt_compiler_flag:'`
8684    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8685    (eval "$lt_compile" 2>out/conftest.err)
8686    ac_status=$?
8687    cat out/conftest.err >&5
8688    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8689    if (exit $ac_status) && test -s out/conftest2.$ac_objext
8690    then
8691      # The compiler can only warn and ignore the option if not recognized
8692      # So say no if there are warnings
8693      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8694      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8695      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8696        lt_cv_prog_compiler_c_o=yes
8697      fi
8698    fi
8699    chmod u+w . 2>&5
8700    $RM conftest*
8701    # SGI C++ compiler will create directory out/ii_files/ for
8702    # template instantiation
8703    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8704    $RM out/* && rmdir out
8705    cd ..
8706    $RM -r conftest
8707    $RM conftest*
8708
8709 fi
8710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8711 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8712
8713
8714
8715
8716
8717
8718   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8719 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8720 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8721   $as_echo_n "(cached) " >&6
8722 else
8723   lt_cv_prog_compiler_c_o=no
8724    $RM -r conftest 2>/dev/null
8725    mkdir conftest
8726    cd conftest
8727    mkdir out
8728    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8729
8730    lt_compiler_flag="-o out/conftest2.$ac_objext"
8731    # Insert the option either (1) after the last *FLAGS variable, or
8732    # (2) before a word containing "conftest.", or (3) at the end.
8733    # Note that $ac_compile itself does not contain backslashes and begins
8734    # with a dollar sign (not a hyphen), so the echo should work correctly.
8735    lt_compile=`echo "$ac_compile" | $SED \
8736    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8737    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8738    -e 's:$: $lt_compiler_flag:'`
8739    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8740    (eval "$lt_compile" 2>out/conftest.err)
8741    ac_status=$?
8742    cat out/conftest.err >&5
8743    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8744    if (exit $ac_status) && test -s out/conftest2.$ac_objext
8745    then
8746      # The compiler can only warn and ignore the option if not recognized
8747      # So say no if there are warnings
8748      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8749      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8750      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8751        lt_cv_prog_compiler_c_o=yes
8752      fi
8753    fi
8754    chmod u+w . 2>&5
8755    $RM conftest*
8756    # SGI C++ compiler will create directory out/ii_files/ for
8757    # template instantiation
8758    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8759    $RM out/* && rmdir out
8760    cd ..
8761    $RM -r conftest
8762    $RM conftest*
8763
8764 fi
8765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8766 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8767
8768
8769
8770
8771 hard_links="nottested"
8772 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8773   # do not overwrite the value of need_locks provided by the user
8774   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8775 $as_echo_n "checking if we can lock with hard links... " >&6; }
8776   hard_links=yes
8777   $RM conftest*
8778   ln conftest.a conftest.b 2>/dev/null && hard_links=no
8779   touch conftest.a
8780   ln conftest.a conftest.b 2>&5 || hard_links=no
8781   ln conftest.a conftest.b 2>/dev/null && hard_links=no
8782   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8783 $as_echo "$hard_links" >&6; }
8784   if test "$hard_links" = no; then
8785     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8786 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8787     need_locks=warn
8788   fi
8789 else
8790   need_locks=no
8791 fi
8792
8793
8794
8795
8796
8797
8798   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8799 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8800
8801   runpath_var=
8802   allow_undefined_flag=
8803   always_export_symbols=no
8804   archive_cmds=
8805   archive_expsym_cmds=
8806   compiler_needs_object=no
8807   enable_shared_with_static_runtimes=no
8808   export_dynamic_flag_spec=
8809   export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8810   hardcode_automatic=no
8811   hardcode_direct=no
8812   hardcode_direct_absolute=no
8813   hardcode_libdir_flag_spec=
8814   hardcode_libdir_flag_spec_ld=
8815   hardcode_libdir_separator=
8816   hardcode_minus_L=no
8817   hardcode_shlibpath_var=unsupported
8818   inherit_rpath=no
8819   link_all_deplibs=unknown
8820   module_cmds=
8821   module_expsym_cmds=
8822   old_archive_from_new_cmds=
8823   old_archive_from_expsyms_cmds=
8824   thread_safe_flag_spec=
8825   whole_archive_flag_spec=
8826   # include_expsyms should be a list of space-separated symbols to be *always*
8827   # included in the symbol list
8828   include_expsyms=
8829   # exclude_expsyms can be an extended regexp of symbols to exclude
8830   # it will be wrapped by ` (' and `)$', so one must not match beginning or
8831   # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8832   # as well as any symbol that contains `d'.
8833   exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8834   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8835   # platforms (ab)use it in PIC code, but their linkers get confused if
8836   # the symbol is explicitly referenced.  Since portable code cannot
8837   # rely on this symbol name, it's probably fine to never include it in
8838   # preloaded symbol tables.
8839   # Exclude shared library initialization/finalization symbols.
8840   extract_expsyms_cmds=
8841
8842   case $host_os in
8843   cygwin* | mingw* | pw32* | cegcc*)
8844     # FIXME: the MSVC++ port hasn't been tested in a loooong time
8845     # When not using gcc, we currently assume that we are using
8846     # Microsoft Visual C++.
8847     if test "$GCC" != yes; then
8848       with_gnu_ld=no
8849     fi
8850     ;;
8851   interix*)
8852     # we just hope/assume this is gcc and not c89 (= MSVC++)
8853     with_gnu_ld=yes
8854     ;;
8855   openbsd*)
8856     with_gnu_ld=no
8857     ;;
8858   esac
8859
8860   ld_shlibs=yes
8861
8862   # On some targets, GNU ld is compatible enough with the native linker
8863   # that we're better off using the native interface for both.
8864   lt_use_gnu_ld_interface=no
8865   if test "$with_gnu_ld" = yes; then
8866     case $host_os in
8867       aix*)
8868         # The AIX port of GNU ld has always aspired to compatibility
8869         # with the native linker.  However, as the warning in the GNU ld
8870         # block says, versions before 2.19.5* couldn't really create working
8871         # shared libraries, regardless of the interface used.
8872         case `$LD -v 2>&1` in
8873           *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8874           *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8875           *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8876           *)
8877             lt_use_gnu_ld_interface=yes
8878             ;;
8879         esac
8880         ;;
8881       *)
8882         lt_use_gnu_ld_interface=yes
8883         ;;
8884     esac
8885   fi
8886
8887   if test "$lt_use_gnu_ld_interface" = yes; then
8888     # If archive_cmds runs LD, not CC, wlarc should be empty
8889     wlarc='${wl}'
8890
8891     # Set some defaults for GNU ld with shared library support. These
8892     # are reset later if shared libraries are not supported. Putting them
8893     # here allows them to be overridden if necessary.
8894     runpath_var=LD_RUN_PATH
8895     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8896     export_dynamic_flag_spec='${wl}--export-dynamic'
8897     # ancient GNU ld didn't support --whole-archive et. al.
8898     if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8899       whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8900     else
8901       whole_archive_flag_spec=
8902     fi
8903     supports_anon_versioning=no
8904     case `$LD -v 2>&1` in
8905       *GNU\ gold*) supports_anon_versioning=yes ;;
8906       *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8907       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8908       *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8909       *\ 2.11.*) ;; # other 2.11 versions
8910       *) supports_anon_versioning=yes ;;
8911     esac
8912
8913     # See if GNU ld supports shared libraries.
8914     case $host_os in
8915     aix[3-9]*)
8916       # On AIX/PPC, the GNU linker is very broken
8917       if test "$host_cpu" != ia64; then
8918         ld_shlibs=no
8919         cat <<_LT_EOF 1>&2
8920
8921 *** Warning: the GNU linker, at least up to release 2.19, is reported
8922 *** to be unable to reliably create shared libraries on AIX.
8923 *** Therefore, libtool is disabling shared libraries support.  If you
8924 *** really care for shared libraries, you may want to install binutils
8925 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8926 *** You will then need to restart the configuration process.
8927
8928 _LT_EOF
8929       fi
8930       ;;
8931
8932     amigaos*)
8933       case $host_cpu in
8934       powerpc)
8935             # see comment about AmigaOS4 .so support
8936             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8937             archive_expsym_cmds=''
8938         ;;
8939       m68k)
8940             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)'
8941             hardcode_libdir_flag_spec='-L$libdir'
8942             hardcode_minus_L=yes
8943         ;;
8944       esac
8945       ;;
8946
8947     beos*)
8948       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8949         allow_undefined_flag=unsupported
8950         # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8951         # support --undefined.  This deserves some investigation.  FIXME
8952         archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8953       else
8954         ld_shlibs=no
8955       fi
8956       ;;
8957
8958     cygwin* | mingw* | pw32* | cegcc*)
8959       # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8960       # as there is no search path for DLLs.
8961       hardcode_libdir_flag_spec='-L$libdir'
8962       export_dynamic_flag_spec='${wl}--export-all-symbols'
8963       allow_undefined_flag=unsupported
8964       always_export_symbols=no
8965       enable_shared_with_static_runtimes=yes
8966       export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8967
8968       if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8969         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8970         # If the export-symbols file already is a .def file (1st line
8971         # is EXPORTS), use it as is; otherwise, prepend...
8972         archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8973           cp $export_symbols $output_objdir/$soname.def;
8974         else
8975           echo EXPORTS > $output_objdir/$soname.def;
8976           cat $export_symbols >> $output_objdir/$soname.def;
8977         fi~
8978         $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8979       else
8980         ld_shlibs=no
8981       fi
8982       ;;
8983
8984     haiku*)
8985       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8986       link_all_deplibs=yes
8987       ;;
8988
8989     interix[3-9]*)
8990       hardcode_direct=no
8991       hardcode_shlibpath_var=no
8992       hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8993       export_dynamic_flag_spec='${wl}-E'
8994       # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8995       # Instead, shared libraries are loaded at an image base (0x10000000 by
8996       # default) and relocated if they conflict, which is a slow very memory
8997       # consuming and fragmenting process.  To avoid this, we pick a random,
8998       # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8999       # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
9000       archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9001       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'
9002       ;;
9003
9004     gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9005       tmp_diet=no
9006       if test "$host_os" = linux-dietlibc; then
9007         case $cc_basename in
9008           diet\ *) tmp_diet=yes;;       # linux-dietlibc with static linking (!diet-dyn)
9009         esac
9010       fi
9011       if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9012          && test "$tmp_diet" = no
9013       then
9014         tmp_addflag=' $pic_flag'
9015         tmp_sharedflag='-shared'
9016         case $cc_basename,$host_cpu in
9017         pgcc*)                          # Portland Group C compiler
9018           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'
9019           tmp_addflag=' $pic_flag'
9020           ;;
9021         pgf77* | pgf90* | pgf95* | pgfortran*)
9022                                         # Portland Group f77 and f90 compilers
9023           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'
9024           tmp_addflag=' $pic_flag -Mnomain' ;;
9025         ecc*,ia64* | icc*,ia64*)        # Intel C compiler on ia64
9026           tmp_addflag=' -i_dynamic' ;;
9027         efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
9028           tmp_addflag=' -i_dynamic -nofor_main' ;;
9029         ifc* | ifort*)                  # Intel Fortran compiler
9030           tmp_addflag=' -nofor_main' ;;
9031         lf95*)                          # Lahey Fortran 8.1
9032           whole_archive_flag_spec=
9033           tmp_sharedflag='--shared' ;;
9034         xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9035           tmp_sharedflag='-qmkshrobj'
9036           tmp_addflag= ;;
9037         nvcc*)  # Cuda Compiler Driver 2.2
9038           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'
9039           compiler_needs_object=yes
9040           ;;
9041         esac
9042         case `$CC -V 2>&1 | sed 5q` in
9043         *Sun\ C*)                       # Sun C 5.9
9044           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'
9045           compiler_needs_object=yes
9046           tmp_sharedflag='-G' ;;
9047         *Sun\ F*)                       # Sun Fortran 8.3
9048           tmp_sharedflag='-G' ;;
9049         esac
9050         archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9051
9052         if test "x$supports_anon_versioning" = xyes; then
9053           archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9054             cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9055             echo "local: *; };" >> $output_objdir/$libname.ver~
9056             $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9057         fi
9058
9059         case $cc_basename in
9060         xlf* | bgf* | bgxlf* | mpixlf*)
9061           # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9062           whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9063           hardcode_libdir_flag_spec=
9064           hardcode_libdir_flag_spec_ld='-rpath $libdir'
9065           archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9066           if test "x$supports_anon_versioning" = xyes; then
9067             archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9068               cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9069               echo "local: *; };" >> $output_objdir/$libname.ver~
9070               $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9071           fi
9072           ;;
9073         esac
9074       else
9075         ld_shlibs=no
9076       fi
9077       ;;
9078
9079     netbsd*)
9080       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9081         archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9082         wlarc=
9083       else
9084         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9085         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9086       fi
9087       ;;
9088
9089     solaris*)
9090       if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9091         ld_shlibs=no
9092         cat <<_LT_EOF 1>&2
9093
9094 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9095 *** create shared libraries on Solaris systems.  Therefore, libtool
9096 *** is disabling shared libraries support.  We urge you to upgrade GNU
9097 *** binutils to release 2.9.1 or newer.  Another option is to modify
9098 *** your PATH or compiler configuration so that the native linker is
9099 *** used, and then restart.
9100
9101 _LT_EOF
9102       elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9103         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9104         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9105       else
9106         ld_shlibs=no
9107       fi
9108       ;;
9109
9110     sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9111       case `$LD -v 2>&1` in
9112         *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9113         ld_shlibs=no
9114         cat <<_LT_EOF 1>&2
9115
9116 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9117 *** reliably create shared libraries on SCO systems.  Therefore, libtool
9118 *** is disabling shared libraries support.  We urge you to upgrade GNU
9119 *** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
9120 *** your PATH or compiler configuration so that the native linker is
9121 *** used, and then restart.
9122
9123 _LT_EOF
9124         ;;
9125         *)
9126           # For security reasons, it is highly recommended that you always
9127           # use absolute paths for naming shared libraries, and exclude the
9128           # DT_RUNPATH tag from executables and libraries.  But doing so
9129           # requires that you compile everything twice, which is a pain.
9130           if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9131             hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9132             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9133             archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9134           else
9135             ld_shlibs=no
9136           fi
9137         ;;
9138       esac
9139       ;;
9140
9141     sunos4*)
9142       archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9143       wlarc=
9144       hardcode_direct=yes
9145       hardcode_shlibpath_var=no
9146       ;;
9147
9148     *)
9149       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9150         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9151         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9152       else
9153         ld_shlibs=no
9154       fi
9155       ;;
9156     esac
9157
9158     if test "$ld_shlibs" = no; then
9159       runpath_var=
9160       hardcode_libdir_flag_spec=
9161       export_dynamic_flag_spec=
9162       whole_archive_flag_spec=
9163     fi
9164   else
9165     # PORTME fill in a description of your system's linker (not GNU ld)
9166     case $host_os in
9167     aix3*)
9168       allow_undefined_flag=unsupported
9169       always_export_symbols=yes
9170       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'
9171       # Note: this linker hardcodes the directories in LIBPATH if there
9172       # are no directories specified by -L.
9173       hardcode_minus_L=yes
9174       if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9175         # Neither direct hardcoding nor static linking is supported with a
9176         # broken collect2.
9177         hardcode_direct=unsupported
9178       fi
9179       ;;
9180
9181     aix[4-9]*)
9182       if test "$host_cpu" = ia64; then
9183         # On IA64, the linker does run time linking by default, so we don't
9184         # have to do anything special.
9185         aix_use_runtimelinking=no
9186         exp_sym_flag='-Bexport'
9187         no_entry_flag=""
9188       else
9189         # If we're using GNU nm, then we don't want the "-C" option.
9190         # -C means demangle to AIX nm, but means don't demangle with GNU nm
9191         # Also, AIX nm treats weak defined symbols like other global
9192         # defined symbols, whereas GNU nm marks them as "W".
9193         if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9194           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'
9195         else
9196           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'
9197         fi
9198         aix_use_runtimelinking=no
9199
9200         # Test if we are trying to use run time linking or normal
9201         # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9202         # need to do runtime linking.
9203         case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9204           for ld_flag in $LDFLAGS; do
9205           if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9206             aix_use_runtimelinking=yes
9207             break
9208           fi
9209           done
9210           ;;
9211         esac
9212
9213         exp_sym_flag='-bexport'
9214         no_entry_flag='-bnoentry'
9215       fi
9216
9217       # When large executables or shared objects are built, AIX ld can
9218       # have problems creating the table of contents.  If linking a library
9219       # or program results in "error TOC overflow" add -mminimal-toc to
9220       # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
9221       # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9222
9223       archive_cmds=''
9224       hardcode_direct=yes
9225       hardcode_direct_absolute=yes
9226       hardcode_libdir_separator=':'
9227       link_all_deplibs=yes
9228       file_list_spec='${wl}-f,'
9229
9230       if test "$GCC" = yes; then
9231         case $host_os in aix4.[012]|aix4.[012].*)
9232         # We only want to do this on AIX 4.2 and lower, the check
9233         # below for broken collect2 doesn't work under 4.3+
9234           collect2name=`${CC} -print-prog-name=collect2`
9235           if test -f "$collect2name" &&
9236            strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9237           then
9238           # We have reworked collect2
9239           :
9240           else
9241           # We have old collect2
9242           hardcode_direct=unsupported
9243           # It fails to find uninstalled libraries when the uninstalled
9244           # path is not listed in the libpath.  Setting hardcode_minus_L
9245           # to unsupported forces relinking
9246           hardcode_minus_L=yes
9247           hardcode_libdir_flag_spec='-L$libdir'
9248           hardcode_libdir_separator=
9249           fi
9250           ;;
9251         esac
9252         shared_flag='-shared'
9253         if test "$aix_use_runtimelinking" = yes; then
9254           shared_flag="$shared_flag "'${wl}-G'
9255         fi
9256       else
9257         # not using gcc
9258         if test "$host_cpu" = ia64; then
9259         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9260         # chokes on -Wl,-G. The following line is correct:
9261           shared_flag='-G'
9262         else
9263           if test "$aix_use_runtimelinking" = yes; then
9264             shared_flag='${wl}-G'
9265           else
9266             shared_flag='${wl}-bM:SRE'
9267           fi
9268         fi
9269       fi
9270
9271       export_dynamic_flag_spec='${wl}-bexpall'
9272       # It seems that -bexpall does not export symbols beginning with
9273       # underscore (_), so it is better to generate a list of symbols to export.
9274       always_export_symbols=yes
9275       if test "$aix_use_runtimelinking" = yes; then
9276         # Warning - without using the other runtime loading flags (-brtl),
9277         # -berok will link without error, but may produce a broken library.
9278         allow_undefined_flag='-berok'
9279         # Determine the default libpath from the value encoded in an
9280         # empty executable.
9281         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9282 /* end confdefs.h.  */
9283
9284 int
9285 main ()
9286 {
9287
9288   ;
9289   return 0;
9290 }
9291 _ACEOF
9292 if ac_fn_c_try_link "$LINENO"; then :
9293
9294 lt_aix_libpath_sed='
9295     /Import File Strings/,/^$/ {
9296         /^0/ {
9297             s/^0  *\(.*\)$/\1/
9298             p
9299         }
9300     }'
9301 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9302 # Check for a 64-bit object if we didn't find anything.
9303 if test -z "$aix_libpath"; then
9304   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9305 fi
9306 fi
9307 rm -f core conftest.err conftest.$ac_objext \
9308     conftest$ac_exeext conftest.$ac_ext
9309 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9310
9311         hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9312         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"
9313       else
9314         if test "$host_cpu" = ia64; then
9315           hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9316           allow_undefined_flag="-z nodefs"
9317           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"
9318         else
9319          # Determine the default libpath from the value encoded in an
9320          # empty executable.
9321          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9322 /* end confdefs.h.  */
9323
9324 int
9325 main ()
9326 {
9327
9328   ;
9329   return 0;
9330 }
9331 _ACEOF
9332 if ac_fn_c_try_link "$LINENO"; then :
9333
9334 lt_aix_libpath_sed='
9335     /Import File Strings/,/^$/ {
9336         /^0/ {
9337             s/^0  *\(.*\)$/\1/
9338             p
9339         }
9340     }'
9341 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9342 # Check for a 64-bit object if we didn't find anything.
9343 if test -z "$aix_libpath"; then
9344   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9345 fi
9346 fi
9347 rm -f core conftest.err conftest.$ac_objext \
9348     conftest$ac_exeext conftest.$ac_ext
9349 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9350
9351          hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9352           # Warning - without using the other run time loading flags,
9353           # -berok will link without error, but may produce a broken library.
9354           no_undefined_flag=' ${wl}-bernotok'
9355           allow_undefined_flag=' ${wl}-berok'
9356           if test "$with_gnu_ld" = yes; then
9357             # We only use this code for GNU lds that support --whole-archive.
9358             whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9359           else
9360             # Exported symbols can be pulled into shared objects from archives
9361             whole_archive_flag_spec='$convenience'
9362           fi
9363           archive_cmds_need_lc=yes
9364           # This is similar to how AIX traditionally builds its shared libraries.
9365           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'
9366         fi
9367       fi
9368       ;;
9369
9370     amigaos*)
9371       case $host_cpu in
9372       powerpc)
9373             # see comment about AmigaOS4 .so support
9374             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9375             archive_expsym_cmds=''
9376         ;;
9377       m68k)
9378             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)'
9379             hardcode_libdir_flag_spec='-L$libdir'
9380             hardcode_minus_L=yes
9381         ;;
9382       esac
9383       ;;
9384
9385     bsdi[45]*)
9386       export_dynamic_flag_spec=-rdynamic
9387       ;;
9388
9389     cygwin* | mingw* | pw32* | cegcc*)
9390       # When not using gcc, we currently assume that we are using
9391       # Microsoft Visual C++.
9392       # hardcode_libdir_flag_spec is actually meaningless, as there is
9393       # no search path for DLLs.
9394       hardcode_libdir_flag_spec=' '
9395       allow_undefined_flag=unsupported
9396       # Tell ltmain to make .lib files, not .a files.
9397       libext=lib
9398       # Tell ltmain to make .dll files, not .so files.
9399       shrext_cmds=".dll"
9400       # FIXME: Setting linknames here is a bad hack.
9401       archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9402       # The linker will automatically build a .lib file if we build a DLL.
9403       old_archive_from_new_cmds='true'
9404       # FIXME: Should let the user specify the lib program.
9405       old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9406       fix_srcfile_path='`cygpath -w "$srcfile"`'
9407       enable_shared_with_static_runtimes=yes
9408       ;;
9409
9410     darwin* | rhapsody*)
9411
9412
9413   archive_cmds_need_lc=no
9414   hardcode_direct=no
9415   hardcode_automatic=yes
9416   hardcode_shlibpath_var=unsupported
9417   if test "$lt_cv_ld_force_load" = "yes"; then
9418     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\"`'
9419   else
9420     whole_archive_flag_spec=''
9421   fi
9422   link_all_deplibs=yes
9423   allow_undefined_flag="$_lt_dar_allow_undefined"
9424   case $cc_basename in
9425      ifort*) _lt_dar_can_shared=yes ;;
9426      *) _lt_dar_can_shared=$GCC ;;
9427   esac
9428   if test "$_lt_dar_can_shared" = "yes"; then
9429     output_verbose_link_cmd=func_echo_all
9430     archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9431     module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9432     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}"
9433     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}"
9434
9435   else
9436   ld_shlibs=no
9437   fi
9438
9439       ;;
9440
9441     dgux*)
9442       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9443       hardcode_libdir_flag_spec='-L$libdir'
9444       hardcode_shlibpath_var=no
9445       ;;
9446
9447     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9448     # support.  Future versions do this automatically, but an explicit c++rt0.o
9449     # does not break anything, and helps significantly (at the cost of a little
9450     # extra space).
9451     freebsd2.2*)
9452       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9453       hardcode_libdir_flag_spec='-R$libdir'
9454       hardcode_direct=yes
9455       hardcode_shlibpath_var=no
9456       ;;
9457
9458     # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9459     freebsd2.*)
9460       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9461       hardcode_direct=yes
9462       hardcode_minus_L=yes
9463       hardcode_shlibpath_var=no
9464       ;;
9465
9466     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9467     freebsd* | dragonfly*)
9468       archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9469       hardcode_libdir_flag_spec='-R$libdir'
9470       hardcode_direct=yes
9471       hardcode_shlibpath_var=no
9472       ;;
9473
9474     hpux9*)
9475       if test "$GCC" = yes; then
9476         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'
9477       else
9478         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'
9479       fi
9480       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9481       hardcode_libdir_separator=:
9482       hardcode_direct=yes
9483
9484       # hardcode_minus_L: Not really in the search PATH,
9485       # but as the default location of the library.
9486       hardcode_minus_L=yes
9487       export_dynamic_flag_spec='${wl}-E'
9488       ;;
9489
9490     hpux10*)
9491       if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9492         archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9493       else
9494         archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9495       fi
9496       if test "$with_gnu_ld" = no; then
9497         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9498         hardcode_libdir_flag_spec_ld='+b $libdir'
9499         hardcode_libdir_separator=:
9500         hardcode_direct=yes
9501         hardcode_direct_absolute=yes
9502         export_dynamic_flag_spec='${wl}-E'
9503         # hardcode_minus_L: Not really in the search PATH,
9504         # but as the default location of the library.
9505         hardcode_minus_L=yes
9506       fi
9507       ;;
9508
9509     hpux11*)
9510       if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9511         case $host_cpu in
9512         hppa*64*)
9513           archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9514           ;;
9515         ia64*)
9516           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9517           ;;
9518         *)
9519           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9520           ;;
9521         esac
9522       else
9523         case $host_cpu in
9524         hppa*64*)
9525           archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9526           ;;
9527         ia64*)
9528           archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9529           ;;
9530         *)
9531
9532           # Older versions of the 11.00 compiler do not understand -b yet
9533           # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9534           { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9535 $as_echo_n "checking if $CC understands -b... " >&6; }
9536 if test "${lt_cv_prog_compiler__b+set}" = set; then :
9537   $as_echo_n "(cached) " >&6
9538 else
9539   lt_cv_prog_compiler__b=no
9540    save_LDFLAGS="$LDFLAGS"
9541    LDFLAGS="$LDFLAGS -b"
9542    echo "$lt_simple_link_test_code" > conftest.$ac_ext
9543    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9544      # The linker can only warn and ignore the option if not recognized
9545      # So say no if there are warnings
9546      if test -s conftest.err; then
9547        # Append any errors to the config.log.
9548        cat conftest.err 1>&5
9549        $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9550        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9551        if diff conftest.exp conftest.er2 >/dev/null; then
9552          lt_cv_prog_compiler__b=yes
9553        fi
9554      else
9555        lt_cv_prog_compiler__b=yes
9556      fi
9557    fi
9558    $RM -r conftest*
9559    LDFLAGS="$save_LDFLAGS"
9560
9561 fi
9562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9563 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9564
9565 if test x"$lt_cv_prog_compiler__b" = xyes; then
9566     archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9567 else
9568     archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9569 fi
9570
9571           ;;
9572         esac
9573       fi
9574       if test "$with_gnu_ld" = no; then
9575         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9576         hardcode_libdir_separator=:
9577
9578         case $host_cpu in
9579         hppa*64*|ia64*)
9580           hardcode_direct=no
9581           hardcode_shlibpath_var=no
9582           ;;
9583         *)
9584           hardcode_direct=yes
9585           hardcode_direct_absolute=yes
9586           export_dynamic_flag_spec='${wl}-E'
9587
9588           # hardcode_minus_L: Not really in the search PATH,
9589           # but as the default location of the library.
9590           hardcode_minus_L=yes
9591           ;;
9592         esac
9593       fi
9594       ;;
9595
9596     irix5* | irix6* | nonstopux*)
9597       if test "$GCC" = yes; then
9598         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'
9599         # Try to use the -exported_symbol ld option, if it does not
9600         # work, assume that -exports_file does not work either and
9601         # implicitly export all symbols.
9602         save_LDFLAGS="$LDFLAGS"
9603         LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9604         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9605 /* end confdefs.h.  */
9606 int foo(void) {}
9607 _ACEOF
9608 if ac_fn_c_try_link "$LINENO"; then :
9609   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'
9610
9611 fi
9612 rm -f core conftest.err conftest.$ac_objext \
9613     conftest$ac_exeext conftest.$ac_ext
9614         LDFLAGS="$save_LDFLAGS"
9615       else
9616         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'
9617         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'
9618       fi
9619       archive_cmds_need_lc='no'
9620       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9621       hardcode_libdir_separator=:
9622       inherit_rpath=yes
9623       link_all_deplibs=yes
9624       ;;
9625
9626     netbsd*)
9627       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9628         archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
9629       else
9630         archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
9631       fi
9632       hardcode_libdir_flag_spec='-R$libdir'
9633       hardcode_direct=yes
9634       hardcode_shlibpath_var=no
9635       ;;
9636
9637     newsos6)
9638       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9639       hardcode_direct=yes
9640       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9641       hardcode_libdir_separator=:
9642       hardcode_shlibpath_var=no
9643       ;;
9644
9645     *nto* | *qnx*)
9646       ;;
9647
9648     openbsd*)
9649       if test -f /usr/libexec/ld.so; then
9650         hardcode_direct=yes
9651         hardcode_shlibpath_var=no
9652         hardcode_direct_absolute=yes
9653         if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9654           archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9655           archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9656           hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9657           export_dynamic_flag_spec='${wl}-E'
9658         else
9659           case $host_os in
9660            openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9661              archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9662              hardcode_libdir_flag_spec='-R$libdir'
9663              ;;
9664            *)
9665              archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9666              hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9667              ;;
9668           esac
9669         fi
9670       else
9671         ld_shlibs=no
9672       fi
9673       ;;
9674
9675     os2*)
9676       hardcode_libdir_flag_spec='-L$libdir'
9677       hardcode_minus_L=yes
9678       allow_undefined_flag=unsupported
9679       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'
9680       old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9681       ;;
9682
9683     osf3*)
9684       if test "$GCC" = yes; then
9685         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9686         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'
9687       else
9688         allow_undefined_flag=' -expect_unresolved \*'
9689         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'
9690       fi
9691       archive_cmds_need_lc='no'
9692       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9693       hardcode_libdir_separator=:
9694       ;;
9695
9696     osf4* | osf5*)      # as osf3* with the addition of -msym flag
9697       if test "$GCC" = yes; then
9698         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9699         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'
9700         hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9701       else
9702         allow_undefined_flag=' -expect_unresolved \*'
9703         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'
9704         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~
9705         $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'
9706
9707         # Both c and cxx compiler support -rpath directly
9708         hardcode_libdir_flag_spec='-rpath $libdir'
9709       fi
9710       archive_cmds_need_lc='no'
9711       hardcode_libdir_separator=:
9712       ;;
9713
9714     solaris*)
9715       no_undefined_flag=' -z defs'
9716       if test "$GCC" = yes; then
9717         wlarc='${wl}'
9718         archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9719         archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9720           $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9721       else
9722         case `$CC -V 2>&1` in
9723         *"Compilers 5.0"*)
9724           wlarc=''
9725           archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9726           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9727           $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9728           ;;
9729         *)
9730           wlarc='${wl}'
9731           archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9732           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9733           $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9734           ;;
9735         esac
9736       fi
9737       hardcode_libdir_flag_spec='-R$libdir'
9738       hardcode_shlibpath_var=no
9739       case $host_os in
9740       solaris2.[0-5] | solaris2.[0-5].*) ;;
9741       *)
9742         # The compiler driver will combine and reorder linker options,
9743         # but understands `-z linker_flag'.  GCC discards it without `$wl',
9744         # but is careful enough not to reorder.
9745         # Supported since Solaris 2.6 (maybe 2.5.1?)
9746         if test "$GCC" = yes; then
9747           whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9748         else
9749           whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9750         fi
9751         ;;
9752       esac
9753       link_all_deplibs=yes
9754       ;;
9755
9756     sunos4*)
9757       if test "x$host_vendor" = xsequent; then
9758         # Use $CC to link under sequent, because it throws in some extra .o
9759         # files that make .init and .fini sections work.
9760         archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9761       else
9762         archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9763       fi
9764       hardcode_libdir_flag_spec='-L$libdir'
9765       hardcode_direct=yes
9766       hardcode_minus_L=yes
9767       hardcode_shlibpath_var=no
9768       ;;
9769
9770     sysv4)
9771       case $host_vendor in
9772         sni)
9773           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9774           hardcode_direct=yes # is this really true???
9775         ;;
9776         siemens)
9777           ## LD is ld it makes a PLAMLIB
9778           ## CC just makes a GrossModule.
9779           archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9780           reload_cmds='$CC -r -o $output$reload_objs'
9781           hardcode_direct=no
9782         ;;
9783         motorola)
9784           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9785           hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9786         ;;
9787       esac
9788       runpath_var='LD_RUN_PATH'
9789       hardcode_shlibpath_var=no
9790       ;;
9791
9792     sysv4.3*)
9793       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9794       hardcode_shlibpath_var=no
9795       export_dynamic_flag_spec='-Bexport'
9796       ;;
9797
9798     sysv4*MP*)
9799       if test -d /usr/nec; then
9800         archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9801         hardcode_shlibpath_var=no
9802         runpath_var=LD_RUN_PATH
9803         hardcode_runpath_var=yes
9804         ld_shlibs=yes
9805       fi
9806       ;;
9807
9808     sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9809       no_undefined_flag='${wl}-z,text'
9810       archive_cmds_need_lc=no
9811       hardcode_shlibpath_var=no
9812       runpath_var='LD_RUN_PATH'
9813
9814       if test "$GCC" = yes; then
9815         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9816         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9817       else
9818         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9819         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9820       fi
9821       ;;
9822
9823     sysv5* | sco3.2v5* | sco5v6*)
9824       # Note: We can NOT use -z defs as we might desire, because we do not
9825       # link with -lc, and that would cause any symbols used from libc to
9826       # always be unresolved, which means just about no library would
9827       # ever link correctly.  If we're not using GNU ld we use -z text
9828       # though, which does catch some bad symbols but isn't as heavy-handed
9829       # as -z defs.
9830       no_undefined_flag='${wl}-z,text'
9831       allow_undefined_flag='${wl}-z,nodefs'
9832       archive_cmds_need_lc=no
9833       hardcode_shlibpath_var=no
9834       hardcode_libdir_flag_spec='${wl}-R,$libdir'
9835       hardcode_libdir_separator=':'
9836       link_all_deplibs=yes
9837       export_dynamic_flag_spec='${wl}-Bexport'
9838       runpath_var='LD_RUN_PATH'
9839
9840       if test "$GCC" = yes; then
9841         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9842         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9843       else
9844         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9845         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9846       fi
9847       ;;
9848
9849     uts4*)
9850       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9851       hardcode_libdir_flag_spec='-L$libdir'
9852       hardcode_shlibpath_var=no
9853       ;;
9854
9855     *)
9856       ld_shlibs=no
9857       ;;
9858     esac
9859
9860     if test x$host_vendor = xsni; then
9861       case $host in
9862       sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9863         export_dynamic_flag_spec='${wl}-Blargedynsym'
9864         ;;
9865       esac
9866     fi
9867   fi
9868
9869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9870 $as_echo "$ld_shlibs" >&6; }
9871 test "$ld_shlibs" = no && can_build_shared=no
9872
9873 with_gnu_ld=$with_gnu_ld
9874
9875
9876
9877
9878
9879
9880
9881
9882
9883
9884
9885
9886
9887
9888
9889 #
9890 # Do we need to explicitly link libc?
9891 #
9892 case "x$archive_cmds_need_lc" in
9893 x|xyes)
9894   # Assume -lc should be added
9895   archive_cmds_need_lc=yes
9896
9897   if test "$enable_shared" = yes && test "$GCC" = yes; then
9898     case $archive_cmds in
9899     *'~'*)
9900       # FIXME: we may have to deal with multi-command sequences.
9901       ;;
9902     '$CC '*)
9903       # Test whether the compiler implicitly links with -lc since on some
9904       # systems, -lgcc has to come before -lc. If gcc already passes -lc
9905       # to ld, don't add -lc before -lgcc.
9906       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9907 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9908 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9909   $as_echo_n "(cached) " >&6
9910 else
9911   $RM conftest*
9912         echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9913
9914         if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9915   (eval $ac_compile) 2>&5
9916   ac_status=$?
9917   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9918   test $ac_status = 0; } 2>conftest.err; then
9919           soname=conftest
9920           lib=conftest
9921           libobjs=conftest.$ac_objext
9922           deplibs=
9923           wl=$lt_prog_compiler_wl
9924           pic_flag=$lt_prog_compiler_pic
9925           compiler_flags=-v
9926           linker_flags=-v
9927           verstring=
9928           output_objdir=.
9929           libname=conftest
9930           lt_save_allow_undefined_flag=$allow_undefined_flag
9931           allow_undefined_flag=
9932           if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9933   (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9934   ac_status=$?
9935   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9936   test $ac_status = 0; }
9937           then
9938             lt_cv_archive_cmds_need_lc=no
9939           else
9940             lt_cv_archive_cmds_need_lc=yes
9941           fi
9942           allow_undefined_flag=$lt_save_allow_undefined_flag
9943         else
9944           cat conftest.err 1>&5
9945         fi
9946         $RM conftest*
9947
9948 fi
9949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9950 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9951       archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9952       ;;
9953     esac
9954   fi
9955   ;;
9956 esac
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
10113
10114   { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10115 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10116
10117 if test "$GCC" = yes; then
10118   case $host_os in
10119     darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10120     *) lt_awk_arg="/^libraries:/" ;;
10121   esac
10122   case $host_os in
10123     mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10124     *) lt_sed_strip_eq="s,=/,/,g" ;;
10125   esac
10126   lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10127   case $lt_search_path_spec in
10128   *\;*)
10129     # if the path contains ";" then we assume it to be the separator
10130     # otherwise default to the standard path separator (i.e. ":") - it is
10131     # assumed that no part of a normal pathname contains ";" but that should
10132     # okay in the real world where ";" in dirpaths is itself problematic.
10133     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10134     ;;
10135   *)
10136     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10137     ;;
10138   esac
10139   # Ok, now we have the path, separated by spaces, we can step through it
10140   # and add multilib dir if necessary.
10141   lt_tmp_lt_search_path_spec=
10142   lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10143   for lt_sys_path in $lt_search_path_spec; do
10144     if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10145       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10146     else
10147       test -d "$lt_sys_path" && \
10148         lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10149     fi
10150   done
10151   lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10152 BEGIN {RS=" "; FS="/|\n";} {
10153   lt_foo="";
10154   lt_count=0;
10155   for (lt_i = NF; lt_i > 0; lt_i--) {
10156     if ($lt_i != "" && $lt_i != ".") {
10157       if ($lt_i == "..") {
10158         lt_count++;
10159       } else {
10160         if (lt_count == 0) {
10161           lt_foo="/" $lt_i lt_foo;
10162         } else {
10163           lt_count--;
10164         }
10165       }
10166     }
10167   }
10168   if (lt_foo != "") { lt_freq[lt_foo]++; }
10169   if (lt_freq[lt_foo] == 1) { print lt_foo; }
10170 }'`
10171   # AWK program above erroneously prepends '/' to C:/dos/paths
10172   # for these hosts.
10173   case $host_os in
10174     mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10175       $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10176   esac
10177   sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10178 else
10179   sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10180 fi
10181 library_names_spec=
10182 libname_spec='lib$name'
10183 soname_spec=
10184 shrext_cmds=".so"
10185 postinstall_cmds=
10186 postuninstall_cmds=
10187 finish_cmds=
10188 finish_eval=
10189 shlibpath_var=
10190 shlibpath_overrides_runpath=unknown
10191 version_type=none
10192 dynamic_linker="$host_os ld.so"
10193 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10194 need_lib_prefix=unknown
10195 hardcode_into_libs=no
10196
10197 # when you set need_version to no, make sure it does not cause -set_version
10198 # flags to be left without arguments
10199 need_version=unknown
10200
10201 case $host_os in
10202 aix3*)
10203   version_type=linux
10204   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10205   shlibpath_var=LIBPATH
10206
10207   # AIX 3 has no versioning support, so we append a major version to the name.
10208   soname_spec='${libname}${release}${shared_ext}$major'
10209   ;;
10210
10211 aix[4-9]*)
10212   version_type=linux
10213   need_lib_prefix=no
10214   need_version=no
10215   hardcode_into_libs=yes
10216   if test "$host_cpu" = ia64; then
10217     # AIX 5 supports IA64
10218     library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10219     shlibpath_var=LD_LIBRARY_PATH
10220   else
10221     # With GCC up to 2.95.x, collect2 would create an import file
10222     # for dependence libraries.  The import file would start with
10223     # the line `#! .'.  This would cause the generated library to
10224     # depend on `.', always an invalid library.  This was fixed in
10225     # development snapshots of GCC prior to 3.0.
10226     case $host_os in
10227       aix4 | aix4.[01] | aix4.[01].*)
10228       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10229            echo ' yes '
10230            echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10231         :
10232       else
10233         can_build_shared=no
10234       fi
10235       ;;
10236     esac
10237     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10238     # soname into executable. Probably we can add versioning support to
10239     # collect2, so additional links can be useful in future.
10240     if test "$aix_use_runtimelinking" = yes; then
10241       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10242       # instead of lib<name>.a to let people know that these are not
10243       # typical AIX shared libraries.
10244       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10245     else
10246       # We preserve .a as extension for shared libraries through AIX4.2
10247       # and later when we are not doing run time linking.
10248       library_names_spec='${libname}${release}.a $libname.a'
10249       soname_spec='${libname}${release}${shared_ext}$major'
10250     fi
10251     shlibpath_var=LIBPATH
10252   fi
10253   ;;
10254
10255 amigaos*)
10256   case $host_cpu in
10257   powerpc)
10258     # Since July 2007 AmigaOS4 officially supports .so libraries.
10259     # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10260     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10261     ;;
10262   m68k)
10263     library_names_spec='$libname.ixlibrary $libname.a'
10264     # Create ${libname}_ixlibrary.a entries in /sys/libs.
10265     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'
10266     ;;
10267   esac
10268   ;;
10269
10270 beos*)
10271   library_names_spec='${libname}${shared_ext}'
10272   dynamic_linker="$host_os ld.so"
10273   shlibpath_var=LIBRARY_PATH
10274   ;;
10275
10276 bsdi[45]*)
10277   version_type=linux
10278   need_version=no
10279   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10280   soname_spec='${libname}${release}${shared_ext}$major'
10281   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10282   shlibpath_var=LD_LIBRARY_PATH
10283   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10284   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10285   # the default ld.so.conf also contains /usr/contrib/lib and
10286   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10287   # libtool to hard-code these into programs
10288   ;;
10289
10290 cygwin* | mingw* | pw32* | cegcc*)
10291   version_type=windows
10292   shrext_cmds=".dll"
10293   need_version=no
10294   need_lib_prefix=no
10295
10296   case $GCC,$host_os in
10297   yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10298     library_names_spec='$libname.dll.a'
10299     # DLL is installed to $(libdir)/../bin by postinstall_cmds
10300     postinstall_cmds='base_file=`basename \${file}`~
10301       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10302       dldir=$destdir/`dirname \$dlpath`~
10303       test -d \$dldir || mkdir -p \$dldir~
10304       $install_prog $dir/$dlname \$dldir/$dlname~
10305       chmod a+x \$dldir/$dlname~
10306       if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10307         eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10308       fi'
10309     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10310       dlpath=$dir/\$dldll~
10311        $RM \$dlpath'
10312     shlibpath_overrides_runpath=yes
10313
10314     case $host_os in
10315     cygwin*)
10316       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10317       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10318
10319       sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10320       ;;
10321     mingw* | cegcc*)
10322       # MinGW DLLs use traditional 'lib' prefix
10323       soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10324       ;;
10325     pw32*)
10326       # pw32 DLLs use 'pw' prefix rather than 'lib'
10327       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10328       ;;
10329     esac
10330     ;;
10331
10332   *)
10333     library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10334     ;;
10335   esac
10336   dynamic_linker='Win32 ld.exe'
10337   # FIXME: first we should search . and the directory the executable is in
10338   shlibpath_var=PATH
10339   ;;
10340
10341 darwin* | rhapsody*)
10342   dynamic_linker="$host_os dyld"
10343   version_type=darwin
10344   need_lib_prefix=no
10345   need_version=no
10346   library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10347   soname_spec='${libname}${release}${major}$shared_ext'
10348   shlibpath_overrides_runpath=yes
10349   shlibpath_var=DYLD_LIBRARY_PATH
10350   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10351
10352   sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10353   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10354   ;;
10355
10356 dgux*)
10357   version_type=linux
10358   need_lib_prefix=no
10359   need_version=no
10360   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10361   soname_spec='${libname}${release}${shared_ext}$major'
10362   shlibpath_var=LD_LIBRARY_PATH
10363   ;;
10364
10365 freebsd* | dragonfly*)
10366   # DragonFly does not have aout.  When/if they implement a new
10367   # versioning mechanism, adjust this.
10368   if test -x /usr/bin/objformat; then
10369     objformat=`/usr/bin/objformat`
10370   else
10371     case $host_os in
10372     freebsd[23].*) objformat=aout ;;
10373     *) objformat=elf ;;
10374     esac
10375   fi
10376   version_type=freebsd-$objformat
10377   case $version_type in
10378     freebsd-elf*)
10379       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10380       need_version=no
10381       need_lib_prefix=no
10382       ;;
10383     freebsd-*)
10384       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10385       need_version=yes
10386       ;;
10387   esac
10388   shlibpath_var=LD_LIBRARY_PATH
10389   case $host_os in
10390   freebsd2.*)
10391     shlibpath_overrides_runpath=yes
10392     ;;
10393   freebsd3.[01]* | freebsdelf3.[01]*)
10394     shlibpath_overrides_runpath=yes
10395     hardcode_into_libs=yes
10396     ;;
10397   freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10398   freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10399     shlibpath_overrides_runpath=no
10400     hardcode_into_libs=yes
10401     ;;
10402   *) # from 4.6 on, and DragonFly
10403     shlibpath_overrides_runpath=yes
10404     hardcode_into_libs=yes
10405     ;;
10406   esac
10407   ;;
10408
10409 gnu*)
10410   version_type=linux
10411   need_lib_prefix=no
10412   need_version=no
10413   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10414   soname_spec='${libname}${release}${shared_ext}$major'
10415   shlibpath_var=LD_LIBRARY_PATH
10416   hardcode_into_libs=yes
10417   ;;
10418
10419 haiku*)
10420   version_type=linux
10421   need_lib_prefix=no
10422   need_version=no
10423   dynamic_linker="$host_os runtime_loader"
10424   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10425   soname_spec='${libname}${release}${shared_ext}$major'
10426   shlibpath_var=LIBRARY_PATH
10427   shlibpath_overrides_runpath=yes
10428   sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10429   hardcode_into_libs=yes
10430   ;;
10431
10432 hpux9* | hpux10* | hpux11*)
10433   # Give a soname corresponding to the major version so that dld.sl refuses to
10434   # link against other versions.
10435   version_type=sunos
10436   need_lib_prefix=no
10437   need_version=no
10438   case $host_cpu in
10439   ia64*)
10440     shrext_cmds='.so'
10441     hardcode_into_libs=yes
10442     dynamic_linker="$host_os dld.so"
10443     shlibpath_var=LD_LIBRARY_PATH
10444     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10445     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10446     soname_spec='${libname}${release}${shared_ext}$major'
10447     if test "X$HPUX_IA64_MODE" = X32; then
10448       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10449     else
10450       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10451     fi
10452     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10453     ;;
10454   hppa*64*)
10455     shrext_cmds='.sl'
10456     hardcode_into_libs=yes
10457     dynamic_linker="$host_os dld.sl"
10458     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10459     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10460     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10461     soname_spec='${libname}${release}${shared_ext}$major'
10462     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10463     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10464     ;;
10465   *)
10466     shrext_cmds='.sl'
10467     dynamic_linker="$host_os dld.sl"
10468     shlibpath_var=SHLIB_PATH
10469     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10470     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10471     soname_spec='${libname}${release}${shared_ext}$major'
10472     ;;
10473   esac
10474   # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10475   postinstall_cmds='chmod 555 $lib'
10476   # or fails outright, so override atomically:
10477   install_override_mode=555
10478   ;;
10479
10480 interix[3-9]*)
10481   version_type=linux
10482   need_lib_prefix=no
10483   need_version=no
10484   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10485   soname_spec='${libname}${release}${shared_ext}$major'
10486   dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10487   shlibpath_var=LD_LIBRARY_PATH
10488   shlibpath_overrides_runpath=no
10489   hardcode_into_libs=yes
10490   ;;
10491
10492 irix5* | irix6* | nonstopux*)
10493   case $host_os in
10494     nonstopux*) version_type=nonstopux ;;
10495     *)
10496         if test "$lt_cv_prog_gnu_ld" = yes; then
10497                 version_type=linux
10498         else
10499                 version_type=irix
10500         fi ;;
10501   esac
10502   need_lib_prefix=no
10503   need_version=no
10504   soname_spec='${libname}${release}${shared_ext}$major'
10505   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10506   case $host_os in
10507   irix5* | nonstopux*)
10508     libsuff= shlibsuff=
10509     ;;
10510   *)
10511     case $LD in # libtool.m4 will add one of these switches to LD
10512     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10513       libsuff= shlibsuff= libmagic=32-bit;;
10514     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10515       libsuff=32 shlibsuff=N32 libmagic=N32;;
10516     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10517       libsuff=64 shlibsuff=64 libmagic=64-bit;;
10518     *) libsuff= shlibsuff= libmagic=never-match;;
10519     esac
10520     ;;
10521   esac
10522   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10523   shlibpath_overrides_runpath=no
10524   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10525   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10526   hardcode_into_libs=yes
10527   ;;
10528
10529 # No shared lib support for Linux oldld, aout, or coff.
10530 linux*oldld* | linux*aout* | linux*coff*)
10531   dynamic_linker=no
10532   ;;
10533
10534 # This must be Linux ELF.
10535 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10536   version_type=linux
10537   need_lib_prefix=no
10538   need_version=no
10539   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10540   soname_spec='${libname}${release}${shared_ext}$major'
10541   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10542   shlibpath_var=LD_LIBRARY_PATH
10543   shlibpath_overrides_runpath=no
10544
10545   # Some binutils ld are patched to set DT_RUNPATH
10546   if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10547   $as_echo_n "(cached) " >&6
10548 else
10549   lt_cv_shlibpath_overrides_runpath=no
10550     save_LDFLAGS=$LDFLAGS
10551     save_libdir=$libdir
10552     eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10553          LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10554     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10555 /* end confdefs.h.  */
10556
10557 int
10558 main ()
10559 {
10560
10561   ;
10562   return 0;
10563 }
10564 _ACEOF
10565 if ac_fn_c_try_link "$LINENO"; then :
10566   if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10567   lt_cv_shlibpath_overrides_runpath=yes
10568 fi
10569 fi
10570 rm -f core conftest.err conftest.$ac_objext \
10571     conftest$ac_exeext conftest.$ac_ext
10572     LDFLAGS=$save_LDFLAGS
10573     libdir=$save_libdir
10574
10575 fi
10576
10577   shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10578
10579   # This implies no fast_install, which is unacceptable.
10580   # Some rework will be needed to allow for fast_install
10581   # before this can be enabled.
10582   hardcode_into_libs=yes
10583
10584   # Append ld.so.conf contents to the search path
10585   if test -f /etc/ld.so.conf; then
10586     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' ' '`
10587     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10588   fi
10589
10590   # We used to test for /lib/ld.so.1 and disable shared libraries on
10591   # powerpc, because MkLinux only supported shared libraries with the
10592   # GNU dynamic linker.  Since this was broken with cross compilers,
10593   # most powerpc-linux boxes support dynamic linking these days and
10594   # people can always --disable-shared, the test was removed, and we
10595   # assume the GNU/Linux dynamic linker is in use.
10596   dynamic_linker='GNU/Linux ld.so'
10597   ;;
10598
10599 netbsd*)
10600   version_type=sunos
10601   need_lib_prefix=no
10602   need_version=no
10603   if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10604     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10605     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10606     dynamic_linker='NetBSD (a.out) ld.so'
10607   else
10608     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10609     soname_spec='${libname}${release}${shared_ext}$major'
10610     dynamic_linker='NetBSD ld.elf_so'
10611   fi
10612   shlibpath_var=LD_LIBRARY_PATH
10613   shlibpath_overrides_runpath=yes
10614   hardcode_into_libs=yes
10615   ;;
10616
10617 newsos6)
10618   version_type=linux
10619   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10620   shlibpath_var=LD_LIBRARY_PATH
10621   shlibpath_overrides_runpath=yes
10622   ;;
10623
10624 *nto* | *qnx*)
10625   version_type=qnx
10626   need_lib_prefix=no
10627   need_version=no
10628   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10629   soname_spec='${libname}${release}${shared_ext}$major'
10630   shlibpath_var=LD_LIBRARY_PATH
10631   shlibpath_overrides_runpath=no
10632   hardcode_into_libs=yes
10633   dynamic_linker='ldqnx.so'
10634   ;;
10635
10636 openbsd*)
10637   version_type=sunos
10638   sys_lib_dlsearch_path_spec="/usr/lib"
10639   need_lib_prefix=no
10640   # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10641   case $host_os in
10642     openbsd3.3 | openbsd3.3.*)  need_version=yes ;;
10643     *)                          need_version=no  ;;
10644   esac
10645   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10646   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10647   shlibpath_var=LD_LIBRARY_PATH
10648   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10649     case $host_os in
10650       openbsd2.[89] | openbsd2.[89].*)
10651         shlibpath_overrides_runpath=no
10652         ;;
10653       *)
10654         shlibpath_overrides_runpath=yes
10655         ;;
10656       esac
10657   else
10658     shlibpath_overrides_runpath=yes
10659   fi
10660   ;;
10661
10662 os2*)
10663   libname_spec='$name'
10664   shrext_cmds=".dll"
10665   need_lib_prefix=no
10666   library_names_spec='$libname${shared_ext} $libname.a'
10667   dynamic_linker='OS/2 ld.exe'
10668   shlibpath_var=LIBPATH
10669   ;;
10670
10671 osf3* | osf4* | osf5*)
10672   version_type=osf
10673   need_lib_prefix=no
10674   need_version=no
10675   soname_spec='${libname}${release}${shared_ext}$major'
10676   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10677   shlibpath_var=LD_LIBRARY_PATH
10678   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10679   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10680   ;;
10681
10682 rdos*)
10683   dynamic_linker=no
10684   ;;
10685
10686 solaris*)
10687   version_type=linux
10688   need_lib_prefix=no
10689   need_version=no
10690   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10691   soname_spec='${libname}${release}${shared_ext}$major'
10692   shlibpath_var=LD_LIBRARY_PATH
10693   shlibpath_overrides_runpath=yes
10694   hardcode_into_libs=yes
10695   # ldd complains unless libraries are executable
10696   postinstall_cmds='chmod +x $lib'
10697   ;;
10698
10699 sunos4*)
10700   version_type=sunos
10701   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10702   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10703   shlibpath_var=LD_LIBRARY_PATH
10704   shlibpath_overrides_runpath=yes
10705   if test "$with_gnu_ld" = yes; then
10706     need_lib_prefix=no
10707   fi
10708   need_version=yes
10709   ;;
10710
10711 sysv4 | sysv4.3*)
10712   version_type=linux
10713   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10714   soname_spec='${libname}${release}${shared_ext}$major'
10715   shlibpath_var=LD_LIBRARY_PATH
10716   case $host_vendor in
10717     sni)
10718       shlibpath_overrides_runpath=no
10719       need_lib_prefix=no
10720       runpath_var=LD_RUN_PATH
10721       ;;
10722     siemens)
10723       need_lib_prefix=no
10724       ;;
10725     motorola)
10726       need_lib_prefix=no
10727       need_version=no
10728       shlibpath_overrides_runpath=no
10729       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10730       ;;
10731   esac
10732   ;;
10733
10734 sysv4*MP*)
10735   if test -d /usr/nec ;then
10736     version_type=linux
10737     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10738     soname_spec='$libname${shared_ext}.$major'
10739     shlibpath_var=LD_LIBRARY_PATH
10740   fi
10741   ;;
10742
10743 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10744   version_type=freebsd-elf
10745   need_lib_prefix=no
10746   need_version=no
10747   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10748   soname_spec='${libname}${release}${shared_ext}$major'
10749   shlibpath_var=LD_LIBRARY_PATH
10750   shlibpath_overrides_runpath=yes
10751   hardcode_into_libs=yes
10752   if test "$with_gnu_ld" = yes; then
10753     sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10754   else
10755     sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10756     case $host_os in
10757       sco3.2v5*)
10758         sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10759         ;;
10760     esac
10761   fi
10762   sys_lib_dlsearch_path_spec='/usr/lib'
10763   ;;
10764
10765 tpf*)
10766   # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
10767   version_type=linux
10768   need_lib_prefix=no
10769   need_version=no
10770   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10771   shlibpath_var=LD_LIBRARY_PATH
10772   shlibpath_overrides_runpath=no
10773   hardcode_into_libs=yes
10774   ;;
10775
10776 uts4*)
10777   version_type=linux
10778   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10779   soname_spec='${libname}${release}${shared_ext}$major'
10780   shlibpath_var=LD_LIBRARY_PATH
10781   ;;
10782
10783 *)
10784   dynamic_linker=no
10785   ;;
10786 esac
10787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10788 $as_echo "$dynamic_linker" >&6; }
10789 test "$dynamic_linker" = no && can_build_shared=no
10790
10791 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10792 if test "$GCC" = yes; then
10793   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10794 fi
10795
10796 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10797   sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10798 fi
10799 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10800   sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10801 fi
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
10893
10894   { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10895 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10896 hardcode_action=
10897 if test -n "$hardcode_libdir_flag_spec" ||
10898    test -n "$runpath_var" ||
10899    test "X$hardcode_automatic" = "Xyes" ; then
10900
10901   # We can hardcode non-existent directories.
10902   if test "$hardcode_direct" != no &&
10903      # If the only mechanism to avoid hardcoding is shlibpath_var, we
10904      # have to relink, otherwise we might link with an installed library
10905      # when we should be linking with a yet-to-be-installed one
10906      ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10907      test "$hardcode_minus_L" != no; then
10908     # Linking always hardcodes the temporary library directory.
10909     hardcode_action=relink
10910   else
10911     # We can link without hardcoding, and we can hardcode nonexisting dirs.
10912     hardcode_action=immediate
10913   fi
10914 else
10915   # We cannot hardcode anything, or else we can only hardcode existing
10916   # directories.
10917   hardcode_action=unsupported
10918 fi
10919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10920 $as_echo "$hardcode_action" >&6; }
10921
10922 if test "$hardcode_action" = relink ||
10923    test "$inherit_rpath" = yes; then
10924   # Fast installation is not supported
10925   enable_fast_install=no
10926 elif test "$shlibpath_overrides_runpath" = yes ||
10927      test "$enable_shared" = no; then
10928   # Fast installation is not necessary
10929   enable_fast_install=needless
10930 fi
10931
10932
10933
10934
10935
10936
10937   if test "x$enable_dlopen" != xyes; then
10938   enable_dlopen=unknown
10939   enable_dlopen_self=unknown
10940   enable_dlopen_self_static=unknown
10941 else
10942   lt_cv_dlopen=no
10943   lt_cv_dlopen_libs=
10944
10945   case $host_os in
10946   beos*)
10947     lt_cv_dlopen="load_add_on"
10948     lt_cv_dlopen_libs=
10949     lt_cv_dlopen_self=yes
10950     ;;
10951
10952   mingw* | pw32* | cegcc*)
10953     lt_cv_dlopen="LoadLibrary"
10954     lt_cv_dlopen_libs=
10955     ;;
10956
10957   cygwin*)
10958     lt_cv_dlopen="dlopen"
10959     lt_cv_dlopen_libs=
10960     ;;
10961
10962   darwin*)
10963   # if libdl is installed we need to link against it
10964     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10965 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10966 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10967   $as_echo_n "(cached) " >&6
10968 else
10969   ac_check_lib_save_LIBS=$LIBS
10970 LIBS="-ldl  $LIBS"
10971 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10972 /* end confdefs.h.  */
10973
10974 /* Override any GCC internal prototype to avoid an error.
10975    Use char because int might match the return type of a GCC
10976    builtin and then its argument prototype would still apply.  */
10977 #ifdef __cplusplus
10978 extern "C"
10979 #endif
10980 char dlopen ();
10981 int
10982 main ()
10983 {
10984 return dlopen ();
10985   ;
10986   return 0;
10987 }
10988 _ACEOF
10989 if ac_fn_c_try_link "$LINENO"; then :
10990   ac_cv_lib_dl_dlopen=yes
10991 else
10992   ac_cv_lib_dl_dlopen=no
10993 fi
10994 rm -f core conftest.err conftest.$ac_objext \
10995     conftest$ac_exeext conftest.$ac_ext
10996 LIBS=$ac_check_lib_save_LIBS
10997 fi
10998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10999 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11000 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11001   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11002 else
11003
11004     lt_cv_dlopen="dyld"
11005     lt_cv_dlopen_libs=
11006     lt_cv_dlopen_self=yes
11007
11008 fi
11009
11010     ;;
11011
11012   *)
11013     ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11014 if test "x$ac_cv_func_shl_load" = x""yes; then :
11015   lt_cv_dlopen="shl_load"
11016 else
11017   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11018 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11019 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
11020   $as_echo_n "(cached) " >&6
11021 else
11022   ac_check_lib_save_LIBS=$LIBS
11023 LIBS="-ldld  $LIBS"
11024 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11025 /* end confdefs.h.  */
11026
11027 /* Override any GCC internal prototype to avoid an error.
11028    Use char because int might match the return type of a GCC
11029    builtin and then its argument prototype would still apply.  */
11030 #ifdef __cplusplus
11031 extern "C"
11032 #endif
11033 char shl_load ();
11034 int
11035 main ()
11036 {
11037 return shl_load ();
11038   ;
11039   return 0;
11040 }
11041 _ACEOF
11042 if ac_fn_c_try_link "$LINENO"; then :
11043   ac_cv_lib_dld_shl_load=yes
11044 else
11045   ac_cv_lib_dld_shl_load=no
11046 fi
11047 rm -f core conftest.err conftest.$ac_objext \
11048     conftest$ac_exeext conftest.$ac_ext
11049 LIBS=$ac_check_lib_save_LIBS
11050 fi
11051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11052 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11053 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
11054   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11055 else
11056   ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11057 if test "x$ac_cv_func_dlopen" = x""yes; then :
11058   lt_cv_dlopen="dlopen"
11059 else
11060   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11061 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11062 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11063   $as_echo_n "(cached) " >&6
11064 else
11065   ac_check_lib_save_LIBS=$LIBS
11066 LIBS="-ldl  $LIBS"
11067 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11068 /* end confdefs.h.  */
11069
11070 /* Override any GCC internal prototype to avoid an error.
11071    Use char because int might match the return type of a GCC
11072    builtin and then its argument prototype would still apply.  */
11073 #ifdef __cplusplus
11074 extern "C"
11075 #endif
11076 char dlopen ();
11077 int
11078 main ()
11079 {
11080 return dlopen ();
11081   ;
11082   return 0;
11083 }
11084 _ACEOF
11085 if ac_fn_c_try_link "$LINENO"; then :
11086   ac_cv_lib_dl_dlopen=yes
11087 else
11088   ac_cv_lib_dl_dlopen=no
11089 fi
11090 rm -f core conftest.err conftest.$ac_objext \
11091     conftest$ac_exeext conftest.$ac_ext
11092 LIBS=$ac_check_lib_save_LIBS
11093 fi
11094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11095 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11096 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11097   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11098 else
11099   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11100 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11101 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
11102   $as_echo_n "(cached) " >&6
11103 else
11104   ac_check_lib_save_LIBS=$LIBS
11105 LIBS="-lsvld  $LIBS"
11106 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11107 /* end confdefs.h.  */
11108
11109 /* Override any GCC internal prototype to avoid an error.
11110    Use char because int might match the return type of a GCC
11111    builtin and then its argument prototype would still apply.  */
11112 #ifdef __cplusplus
11113 extern "C"
11114 #endif
11115 char dlopen ();
11116 int
11117 main ()
11118 {
11119 return dlopen ();
11120   ;
11121   return 0;
11122 }
11123 _ACEOF
11124 if ac_fn_c_try_link "$LINENO"; then :
11125   ac_cv_lib_svld_dlopen=yes
11126 else
11127   ac_cv_lib_svld_dlopen=no
11128 fi
11129 rm -f core conftest.err conftest.$ac_objext \
11130     conftest$ac_exeext conftest.$ac_ext
11131 LIBS=$ac_check_lib_save_LIBS
11132 fi
11133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11134 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11135 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
11136   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11137 else
11138   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11139 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11140 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
11141   $as_echo_n "(cached) " >&6
11142 else
11143   ac_check_lib_save_LIBS=$LIBS
11144 LIBS="-ldld  $LIBS"
11145 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11146 /* end confdefs.h.  */
11147
11148 /* Override any GCC internal prototype to avoid an error.
11149    Use char because int might match the return type of a GCC
11150    builtin and then its argument prototype would still apply.  */
11151 #ifdef __cplusplus
11152 extern "C"
11153 #endif
11154 char dld_link ();
11155 int
11156 main ()
11157 {
11158 return dld_link ();
11159   ;
11160   return 0;
11161 }
11162 _ACEOF
11163 if ac_fn_c_try_link "$LINENO"; then :
11164   ac_cv_lib_dld_dld_link=yes
11165 else
11166   ac_cv_lib_dld_dld_link=no
11167 fi
11168 rm -f core conftest.err conftest.$ac_objext \
11169     conftest$ac_exeext conftest.$ac_ext
11170 LIBS=$ac_check_lib_save_LIBS
11171 fi
11172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11173 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11174 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
11175   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11176 fi
11177
11178
11179 fi
11180
11181
11182 fi
11183
11184
11185 fi
11186
11187
11188 fi
11189
11190
11191 fi
11192
11193     ;;
11194   esac
11195
11196   if test "x$lt_cv_dlopen" != xno; then
11197     enable_dlopen=yes
11198   else
11199     enable_dlopen=no
11200   fi
11201
11202   case $lt_cv_dlopen in
11203   dlopen)
11204     save_CPPFLAGS="$CPPFLAGS"
11205     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11206
11207     save_LDFLAGS="$LDFLAGS"
11208     wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11209
11210     save_LIBS="$LIBS"
11211     LIBS="$lt_cv_dlopen_libs $LIBS"
11212
11213     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11214 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11215 if test "${lt_cv_dlopen_self+set}" = set; then :
11216   $as_echo_n "(cached) " >&6
11217 else
11218           if test "$cross_compiling" = yes; then :
11219   lt_cv_dlopen_self=cross
11220 else
11221   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11222   lt_status=$lt_dlunknown
11223   cat > conftest.$ac_ext <<_LT_EOF
11224 #line 11224 "configure"
11225 #include "confdefs.h"
11226
11227 #if HAVE_DLFCN_H
11228 #include <dlfcn.h>
11229 #endif
11230
11231 #include <stdio.h>
11232
11233 #ifdef RTLD_GLOBAL
11234 #  define LT_DLGLOBAL           RTLD_GLOBAL
11235 #else
11236 #  ifdef DL_GLOBAL
11237 #    define LT_DLGLOBAL         DL_GLOBAL
11238 #  else
11239 #    define LT_DLGLOBAL         0
11240 #  endif
11241 #endif
11242
11243 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11244    find out it does not work in some platform. */
11245 #ifndef LT_DLLAZY_OR_NOW
11246 #  ifdef RTLD_LAZY
11247 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
11248 #  else
11249 #    ifdef DL_LAZY
11250 #      define LT_DLLAZY_OR_NOW          DL_LAZY
11251 #    else
11252 #      ifdef RTLD_NOW
11253 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
11254 #      else
11255 #        ifdef DL_NOW
11256 #          define LT_DLLAZY_OR_NOW      DL_NOW
11257 #        else
11258 #          define LT_DLLAZY_OR_NOW      0
11259 #        endif
11260 #      endif
11261 #    endif
11262 #  endif
11263 #endif
11264
11265 /* When -fvisbility=hidden is used, assume the code has been annotated
11266    correspondingly for the symbols needed.  */
11267 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11268 void fnord () __attribute__((visibility("default")));
11269 #endif
11270
11271 void fnord () { int i=42; }
11272 int main ()
11273 {
11274   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11275   int status = $lt_dlunknown;
11276
11277   if (self)
11278     {
11279       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
11280       else
11281         {
11282           if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
11283           else puts (dlerror ());
11284         }
11285       /* dlclose (self); */
11286     }
11287   else
11288     puts (dlerror ());
11289
11290   return status;
11291 }
11292 _LT_EOF
11293   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11294   (eval $ac_link) 2>&5
11295   ac_status=$?
11296   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11297   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11298     (./conftest; exit; ) >&5 2>/dev/null
11299     lt_status=$?
11300     case x$lt_status in
11301       x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11302       x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11303       x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11304     esac
11305   else :
11306     # compilation failed
11307     lt_cv_dlopen_self=no
11308   fi
11309 fi
11310 rm -fr conftest*
11311
11312
11313 fi
11314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11315 $as_echo "$lt_cv_dlopen_self" >&6; }
11316
11317     if test "x$lt_cv_dlopen_self" = xyes; then
11318       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11319       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11320 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11321 if test "${lt_cv_dlopen_self_static+set}" = set; then :
11322   $as_echo_n "(cached) " >&6
11323 else
11324           if test "$cross_compiling" = yes; then :
11325   lt_cv_dlopen_self_static=cross
11326 else
11327   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11328   lt_status=$lt_dlunknown
11329   cat > conftest.$ac_ext <<_LT_EOF
11330 #line 11330 "configure"
11331 #include "confdefs.h"
11332
11333 #if HAVE_DLFCN_H
11334 #include <dlfcn.h>
11335 #endif
11336
11337 #include <stdio.h>
11338
11339 #ifdef RTLD_GLOBAL
11340 #  define LT_DLGLOBAL           RTLD_GLOBAL
11341 #else
11342 #  ifdef DL_GLOBAL
11343 #    define LT_DLGLOBAL         DL_GLOBAL
11344 #  else
11345 #    define LT_DLGLOBAL         0
11346 #  endif
11347 #endif
11348
11349 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11350    find out it does not work in some platform. */
11351 #ifndef LT_DLLAZY_OR_NOW
11352 #  ifdef RTLD_LAZY
11353 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
11354 #  else
11355 #    ifdef DL_LAZY
11356 #      define LT_DLLAZY_OR_NOW          DL_LAZY
11357 #    else
11358 #      ifdef RTLD_NOW
11359 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
11360 #      else
11361 #        ifdef DL_NOW
11362 #          define LT_DLLAZY_OR_NOW      DL_NOW
11363 #        else
11364 #          define LT_DLLAZY_OR_NOW      0
11365 #        endif
11366 #      endif
11367 #    endif
11368 #  endif
11369 #endif
11370
11371 /* When -fvisbility=hidden is used, assume the code has been annotated
11372    correspondingly for the symbols needed.  */
11373 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11374 void fnord () __attribute__((visibility("default")));
11375 #endif
11376
11377 void fnord () { int i=42; }
11378 int main ()
11379 {
11380   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11381   int status = $lt_dlunknown;
11382
11383   if (self)
11384     {
11385       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
11386       else
11387         {
11388           if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
11389           else puts (dlerror ());
11390         }
11391       /* dlclose (self); */
11392     }
11393   else
11394     puts (dlerror ());
11395
11396   return status;
11397 }
11398 _LT_EOF
11399   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11400   (eval $ac_link) 2>&5
11401   ac_status=$?
11402   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11403   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11404     (./conftest; exit; ) >&5 2>/dev/null
11405     lt_status=$?
11406     case x$lt_status in
11407       x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11408       x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11409       x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11410     esac
11411   else :
11412     # compilation failed
11413     lt_cv_dlopen_self_static=no
11414   fi
11415 fi
11416 rm -fr conftest*
11417
11418
11419 fi
11420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11421 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11422     fi
11423
11424     CPPFLAGS="$save_CPPFLAGS"
11425     LDFLAGS="$save_LDFLAGS"
11426     LIBS="$save_LIBS"
11427     ;;
11428   esac
11429
11430   case $lt_cv_dlopen_self in
11431   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11432   *) enable_dlopen_self=unknown ;;
11433   esac
11434
11435   case $lt_cv_dlopen_self_static in
11436   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11437   *) enable_dlopen_self_static=unknown ;;
11438   esac
11439 fi
11440
11441
11442
11443
11444
11445
11446
11447
11448
11449
11450
11451
11452
11453
11454
11455
11456
11457 striplib=
11458 old_striplib=
11459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11460 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11461 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11462   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11463   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11464   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11465 $as_echo "yes" >&6; }
11466 else
11467 # FIXME - insert some real tests, host_os isn't really good enough
11468   case $host_os in
11469   darwin*)
11470     if test -n "$STRIP" ; then
11471       striplib="$STRIP -x"
11472       old_striplib="$STRIP -S"
11473       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11474 $as_echo "yes" >&6; }
11475     else
11476       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11477 $as_echo "no" >&6; }
11478     fi
11479     ;;
11480   *)
11481     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11482 $as_echo "no" >&6; }
11483     ;;
11484   esac
11485 fi
11486
11487
11488
11489
11490
11491
11492
11493
11494
11495
11496
11497
11498   # Report which library types will actually be built
11499   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11500 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11501   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11502 $as_echo "$can_build_shared" >&6; }
11503
11504   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11505 $as_echo_n "checking whether to build shared libraries... " >&6; }
11506   test "$can_build_shared" = "no" && enable_shared=no
11507
11508   # On AIX, shared libraries and static libraries use the same namespace, and
11509   # are all built from PIC.
11510   case $host_os in
11511   aix3*)
11512     test "$enable_shared" = yes && enable_static=no
11513     if test -n "$RANLIB"; then
11514       archive_cmds="$archive_cmds~\$RANLIB \$lib"
11515       postinstall_cmds='$RANLIB $lib'
11516     fi
11517     ;;
11518
11519   aix[4-9]*)
11520     if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11521       test "$enable_shared" = yes && enable_static=no
11522     fi
11523     ;;
11524   esac
11525   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11526 $as_echo "$enable_shared" >&6; }
11527
11528   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11529 $as_echo_n "checking whether to build static libraries... " >&6; }
11530   # Make sure either enable_shared or enable_static is yes.
11531   test "$enable_shared" = yes || enable_static=yes
11532   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11533 $as_echo "$enable_static" >&6; }
11534
11535
11536
11537
11538 fi
11539 ac_ext=c
11540 ac_cpp='$CPP $CPPFLAGS'
11541 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11542 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11543 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11544
11545 CC="$lt_save_CC"
11546
11547
11548
11549
11550
11551
11552
11553
11554
11555
11556
11557
11558
11559         ac_config_commands="$ac_config_commands libtool"
11560
11561
11562
11563
11564 # Only expand once:
11565
11566
11567
11568 # The tests for host and target for $enable_largefile require
11569 # canonical names.
11570
11571
11572
11573 # As the $enable_largefile decision depends on --enable-plugins we must set it
11574 # even in directories otherwise not depending on the $plugins option.
11575
11576
11577   maybe_plugins=no
11578   for ac_header in dlfcn.h
11579 do :
11580   ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11581 "
11582 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
11583   cat >>confdefs.h <<_ACEOF
11584 #define HAVE_DLFCN_H 1
11585 _ACEOF
11586  maybe_plugins=yes
11587 fi
11588
11589 done
11590
11591   for ac_header in windows.h
11592 do :
11593   ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11594 "
11595 if test "x$ac_cv_header_windows_h" = x""yes; then :
11596   cat >>confdefs.h <<_ACEOF
11597 #define HAVE_WINDOWS_H 1
11598 _ACEOF
11599  maybe_plugins=yes
11600 fi
11601
11602 done
11603
11604
11605   # Check whether --enable-plugins was given.
11606 if test "${enable_plugins+set}" = set; then :
11607   enableval=$enable_plugins; case "${enableval}" in
11608       no) plugins=no ;;
11609       *) plugins=yes
11610          if test "$maybe_plugins" != "yes" ; then
11611            as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11612          fi ;;
11613      esac
11614 else
11615   plugins=$maybe_plugins
11616
11617 fi
11618
11619   if test "$plugins" = "yes"; then
11620     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
11621 $as_echo_n "checking for library containing dlopen... " >&6; }
11622 if test "${ac_cv_search_dlopen+set}" = set; then :
11623   $as_echo_n "(cached) " >&6
11624 else
11625   ac_func_search_save_LIBS=$LIBS
11626 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11627 /* end confdefs.h.  */
11628
11629 /* Override any GCC internal prototype to avoid an error.
11630    Use char because int might match the return type of a GCC
11631    builtin and then its argument prototype would still apply.  */
11632 #ifdef __cplusplus
11633 extern "C"
11634 #endif
11635 char dlopen ();
11636 int
11637 main ()
11638 {
11639 return dlopen ();
11640   ;
11641   return 0;
11642 }
11643 _ACEOF
11644 for ac_lib in '' dl; do
11645   if test -z "$ac_lib"; then
11646     ac_res="none required"
11647   else
11648     ac_res=-l$ac_lib
11649     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
11650   fi
11651   if ac_fn_c_try_link "$LINENO"; then :
11652   ac_cv_search_dlopen=$ac_res
11653 fi
11654 rm -f core conftest.err conftest.$ac_objext \
11655     conftest$ac_exeext
11656   if test "${ac_cv_search_dlopen+set}" = set; then :
11657   break
11658 fi
11659 done
11660 if test "${ac_cv_search_dlopen+set}" = set; then :
11661
11662 else
11663   ac_cv_search_dlopen=no
11664 fi
11665 rm conftest.$ac_ext
11666 LIBS=$ac_func_search_save_LIBS
11667 fi
11668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
11669 $as_echo "$ac_cv_search_dlopen" >&6; }
11670 ac_res=$ac_cv_search_dlopen
11671 if test "$ac_res" != no; then :
11672   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11673
11674 fi
11675
11676   fi
11677
11678
11679 case "${host}" in
11680   sparc-*-solaris*|i[3-7]86-*-solaris*)
11681     # On native 32bit sparc and ia32 solaris, large-file and procfs support
11682     # are mutually exclusive; and without procfs support, the bfd/ elf module
11683     # cannot provide certain routines such as elfcore_write_prpsinfo
11684     # or elfcore_write_prstatus.  So unless the user explicitly requested
11685     # large-file support through the --enable-largefile switch, disable
11686     # large-file support in favor of procfs support.
11687     test "${target}" = "${host}" -a "x$plugins" = xno \
11688       && : ${enable_largefile="no"}
11689     ;;
11690 esac
11691
11692 # Check whether --enable-largefile was given.
11693 if test "${enable_largefile+set}" = set; then :
11694   enableval=$enable_largefile;
11695 fi
11696
11697 if test "$enable_largefile" != no; then
11698
11699   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11700 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11701 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
11702   $as_echo_n "(cached) " >&6
11703 else
11704   ac_cv_sys_largefile_CC=no
11705      if test "$GCC" != yes; then
11706        ac_save_CC=$CC
11707        while :; do
11708          # IRIX 6.2 and later do not support large files by default,
11709          # so use the C compiler's -n32 option if that helps.
11710          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11711 /* end confdefs.h.  */
11712 #include <sys/types.h>
11713  /* Check that off_t can represent 2**63 - 1 correctly.
11714     We can't simply define LARGE_OFF_T to be 9223372036854775807,
11715     since some C++ compilers masquerading as C compilers
11716     incorrectly reject 9223372036854775807.  */
11717 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11718   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11719                        && LARGE_OFF_T % 2147483647 == 1)
11720                       ? 1 : -1];
11721 int
11722 main ()
11723 {
11724
11725   ;
11726   return 0;
11727 }
11728 _ACEOF
11729          if ac_fn_c_try_compile "$LINENO"; then :
11730   break
11731 fi
11732 rm -f core conftest.err conftest.$ac_objext
11733          CC="$CC -n32"
11734          if ac_fn_c_try_compile "$LINENO"; then :
11735   ac_cv_sys_largefile_CC=' -n32'; break
11736 fi
11737 rm -f core conftest.err conftest.$ac_objext
11738          break
11739        done
11740        CC=$ac_save_CC
11741        rm -f conftest.$ac_ext
11742     fi
11743 fi
11744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11745 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
11746   if test "$ac_cv_sys_largefile_CC" != no; then
11747     CC=$CC$ac_cv_sys_largefile_CC
11748   fi
11749
11750   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11751 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11752 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
11753   $as_echo_n "(cached) " >&6
11754 else
11755   while :; do
11756   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11757 /* end confdefs.h.  */
11758 #include <sys/types.h>
11759  /* Check that off_t can represent 2**63 - 1 correctly.
11760     We can't simply define LARGE_OFF_T to be 9223372036854775807,
11761     since some C++ compilers masquerading as C compilers
11762     incorrectly reject 9223372036854775807.  */
11763 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11764   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11765                        && LARGE_OFF_T % 2147483647 == 1)
11766                       ? 1 : -1];
11767 int
11768 main ()
11769 {
11770
11771   ;
11772   return 0;
11773 }
11774 _ACEOF
11775 if ac_fn_c_try_compile "$LINENO"; then :
11776   ac_cv_sys_file_offset_bits=no; break
11777 fi
11778 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11779   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11780 /* end confdefs.h.  */
11781 #define _FILE_OFFSET_BITS 64
11782 #include <sys/types.h>
11783  /* Check that off_t can represent 2**63 - 1 correctly.
11784     We can't simply define LARGE_OFF_T to be 9223372036854775807,
11785     since some C++ compilers masquerading as C compilers
11786     incorrectly reject 9223372036854775807.  */
11787 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11788   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11789                        && LARGE_OFF_T % 2147483647 == 1)
11790                       ? 1 : -1];
11791 int
11792 main ()
11793 {
11794
11795   ;
11796   return 0;
11797 }
11798 _ACEOF
11799 if ac_fn_c_try_compile "$LINENO"; then :
11800   ac_cv_sys_file_offset_bits=64; break
11801 fi
11802 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11803   ac_cv_sys_file_offset_bits=unknown
11804   break
11805 done
11806 fi
11807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11808 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11809 case $ac_cv_sys_file_offset_bits in #(
11810   no | unknown) ;;
11811   *)
11812 cat >>confdefs.h <<_ACEOF
11813 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11814 _ACEOF
11815 ;;
11816 esac
11817 rm -rf conftest*
11818   if test $ac_cv_sys_file_offset_bits = unknown; then
11819     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11820 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11821 if test "${ac_cv_sys_large_files+set}" = set; then :
11822   $as_echo_n "(cached) " >&6
11823 else
11824   while :; do
11825   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11826 /* end confdefs.h.  */
11827 #include <sys/types.h>
11828  /* Check that off_t can represent 2**63 - 1 correctly.
11829     We can't simply define LARGE_OFF_T to be 9223372036854775807,
11830     since some C++ compilers masquerading as C compilers
11831     incorrectly reject 9223372036854775807.  */
11832 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11833   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11834                        && LARGE_OFF_T % 2147483647 == 1)
11835                       ? 1 : -1];
11836 int
11837 main ()
11838 {
11839
11840   ;
11841   return 0;
11842 }
11843 _ACEOF
11844 if ac_fn_c_try_compile "$LINENO"; then :
11845   ac_cv_sys_large_files=no; break
11846 fi
11847 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11848   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11849 /* end confdefs.h.  */
11850 #define _LARGE_FILES 1
11851 #include <sys/types.h>
11852  /* Check that off_t can represent 2**63 - 1 correctly.
11853     We can't simply define LARGE_OFF_T to be 9223372036854775807,
11854     since some C++ compilers masquerading as C compilers
11855     incorrectly reject 9223372036854775807.  */
11856 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11857   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11858                        && LARGE_OFF_T % 2147483647 == 1)
11859                       ? 1 : -1];
11860 int
11861 main ()
11862 {
11863
11864   ;
11865   return 0;
11866 }
11867 _ACEOF
11868 if ac_fn_c_try_compile "$LINENO"; then :
11869   ac_cv_sys_large_files=1; break
11870 fi
11871 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11872   ac_cv_sys_large_files=unknown
11873   break
11874 done
11875 fi
11876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11877 $as_echo "$ac_cv_sys_large_files" >&6; }
11878 case $ac_cv_sys_large_files in #(
11879   no | unknown) ;;
11880   *)
11881 cat >>confdefs.h <<_ACEOF
11882 #define _LARGE_FILES $ac_cv_sys_large_files
11883 _ACEOF
11884 ;;
11885 esac
11886 rm -rf conftest*
11887   fi
11888 fi
11889
11890
11891
11892 # Check whether --enable-targets was given.
11893 if test "${enable_targets+set}" = set; then :
11894   enableval=$enable_targets; case "${enableval}" in
11895   yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
11896             ;;
11897   no)       enable_targets= ;;
11898   *)        enable_targets=$enableval ;;
11899 esac
11900 fi
11901
11902 # Check whether --enable-deterministic-archives was given.
11903 if test "${enable_deterministic_archives+set}" = set; then :
11904   enableval=$enable_deterministic_archives;
11905 if test "${enableval}" = no; then
11906   default_ar_deterministic=0
11907 else
11908   default_ar_deterministic=1
11909 fi
11910 else
11911   default_ar_deterministic=0
11912 fi
11913
11914
11915
11916 cat >>confdefs.h <<_ACEOF
11917 #define DEFAULT_AR_DETERMINISTIC $default_ar_deterministic
11918 _ACEOF
11919
11920
11921 # Check whether --enable-default-strings-all was given.
11922 if test "${enable_default_strings_all+set}" = set; then :
11923   enableval=$enable_default_strings_all;
11924 if test "${enableval}" = no; then
11925   default_strings_all=0
11926 else
11927   default_strings_all=1
11928 fi
11929 else
11930   default_strings_all=1
11931 fi
11932
11933
11934
11935 cat >>confdefs.h <<_ACEOF
11936 #define DEFAULT_STRINGS_ALL $default_strings_all
11937 _ACEOF
11938
11939
11940
11941 # Set the 'development' global.
11942 . $srcdir/../bfd/development.sh
11943
11944 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11945 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11946 /* end confdefs.h.  */
11947 __GNUC__
11948 _ACEOF
11949 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11950   $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11951
11952 else
11953   GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11954 fi
11955 rm -f conftest*
11956
11957
11958 # Check whether --enable-werror was given.
11959 if test "${enable_werror+set}" = set; then :
11960   enableval=$enable_werror; case "${enableval}" in
11961      yes | y) ERROR_ON_WARNING="yes" ;;
11962      no | n)  ERROR_ON_WARNING="no" ;;
11963      *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11964    esac
11965 fi
11966
11967
11968 # Disable -Wformat by default when using gcc on mingw
11969 case "${host}" in
11970   *-*-mingw32*)
11971     if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11972       GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
11973     fi
11974     ;;
11975   *) ;;
11976 esac
11977
11978 # Enable -Werror by default when using gcc.  Turn it off for releases.
11979 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
11980     ERROR_ON_WARNING=yes
11981 fi
11982
11983 NO_WERROR=
11984 if test "${ERROR_ON_WARNING}" = yes ; then
11985     GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
11986     NO_WERROR="-Wno-error"
11987 fi
11988
11989 if test "${GCC}" = yes ; then
11990   WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11991 fi
11992
11993 # Check whether --enable-build-warnings was given.
11994 if test "${enable_build_warnings+set}" = set; then :
11995   enableval=$enable_build_warnings; case "${enableval}" in
11996   yes)  WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
11997   no)   if test "${GCC}" = yes ; then
11998           WARN_CFLAGS="-w"
11999         fi;;
12000   ,*)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
12001         WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";;
12002   *,)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
12003         WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
12004   *)    WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12005 esac
12006 fi
12007
12008
12009 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12010   echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12011 fi
12012
12013
12014
12015
12016
12017 ac_config_headers="$ac_config_headers config.h:config.in"
12018
12019
12020
12021
12022 if test -z "$target" ; then
12023     as_fn_error "Unrecognized target system type; please check config.sub." "$LINENO" 5
12024 fi
12025 if test -z "$host" ; then
12026     as_fn_error "Unrecognized host system type; please check config.sub." "$LINENO" 5
12027 fi
12028
12029 for ac_prog in 'bison -y' byacc
12030 do
12031   # Extract the first word of "$ac_prog", so it can be a program name with args.
12032 set dummy $ac_prog; ac_word=$2
12033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12034 $as_echo_n "checking for $ac_word... " >&6; }
12035 if test "${ac_cv_prog_YACC+set}" = set; then :
12036   $as_echo_n "(cached) " >&6
12037 else
12038   if test -n "$YACC"; then
12039   ac_cv_prog_YACC="$YACC" # Let the user override the test.
12040 else
12041 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12042 for as_dir in $PATH
12043 do
12044   IFS=$as_save_IFS
12045   test -z "$as_dir" && as_dir=.
12046     for ac_exec_ext in '' $ac_executable_extensions; do
12047   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12048     ac_cv_prog_YACC="$ac_prog"
12049     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12050     break 2
12051   fi
12052 done
12053   done
12054 IFS=$as_save_IFS
12055
12056 fi
12057 fi
12058 YACC=$ac_cv_prog_YACC
12059 if test -n "$YACC"; then
12060   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
12061 $as_echo "$YACC" >&6; }
12062 else
12063   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12064 $as_echo "no" >&6; }
12065 fi
12066
12067
12068   test -n "$YACC" && break
12069 done
12070 test -n "$YACC" || YACC="yacc"
12071
12072 for ac_prog in flex lex
12073 do
12074   # Extract the first word of "$ac_prog", so it can be a program name with args.
12075 set dummy $ac_prog; ac_word=$2
12076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12077 $as_echo_n "checking for $ac_word... " >&6; }
12078 if test "${ac_cv_prog_LEX+set}" = set; then :
12079   $as_echo_n "(cached) " >&6
12080 else
12081   if test -n "$LEX"; then
12082   ac_cv_prog_LEX="$LEX" # Let the user override the test.
12083 else
12084 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12085 for as_dir in $PATH
12086 do
12087   IFS=$as_save_IFS
12088   test -z "$as_dir" && as_dir=.
12089     for ac_exec_ext in '' $ac_executable_extensions; do
12090   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12091     ac_cv_prog_LEX="$ac_prog"
12092     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12093     break 2
12094   fi
12095 done
12096   done
12097 IFS=$as_save_IFS
12098
12099 fi
12100 fi
12101 LEX=$ac_cv_prog_LEX
12102 if test -n "$LEX"; then
12103   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
12104 $as_echo "$LEX" >&6; }
12105 else
12106   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12107 $as_echo "no" >&6; }
12108 fi
12109
12110
12111   test -n "$LEX" && break
12112 done
12113 test -n "$LEX" || LEX=":"
12114
12115 if test "x$LEX" != "x:"; then
12116   cat >conftest.l <<_ACEOF
12117 %%
12118 a { ECHO; }
12119 b { REJECT; }
12120 c { yymore (); }
12121 d { yyless (1); }
12122 e { yyless (input () != 0); }
12123 f { unput (yytext[0]); }
12124 . { BEGIN INITIAL; }
12125 %%
12126 #ifdef YYTEXT_POINTER
12127 extern char *yytext;
12128 #endif
12129 int
12130 main (void)
12131 {
12132   return ! yylex () + ! yywrap ();
12133 }
12134 _ACEOF
12135 { { ac_try="$LEX conftest.l"
12136 case "(($ac_try" in
12137   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12138   *) ac_try_echo=$ac_try;;
12139 esac
12140 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
12141 $as_echo "$ac_try_echo"; } >&5
12142   (eval "$LEX conftest.l") 2>&5
12143   ac_status=$?
12144   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12145   test $ac_status = 0; }
12146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
12147 $as_echo_n "checking lex output file root... " >&6; }
12148 if test "${ac_cv_prog_lex_root+set}" = set; then :
12149   $as_echo_n "(cached) " >&6
12150 else
12151
12152 if test -f lex.yy.c; then
12153   ac_cv_prog_lex_root=lex.yy
12154 elif test -f lexyy.c; then
12155   ac_cv_prog_lex_root=lexyy
12156 else
12157   as_fn_error "cannot find output from $LEX; giving up" "$LINENO" 5
12158 fi
12159 fi
12160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
12161 $as_echo "$ac_cv_prog_lex_root" >&6; }
12162 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
12163
12164 if test -z "${LEXLIB+set}"; then
12165   { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
12166 $as_echo_n "checking lex library... " >&6; }
12167 if test "${ac_cv_lib_lex+set}" = set; then :
12168   $as_echo_n "(cached) " >&6
12169 else
12170
12171     ac_save_LIBS=$LIBS
12172     ac_cv_lib_lex='none needed'
12173     for ac_lib in '' -lfl -ll; do
12174       LIBS="$ac_lib $ac_save_LIBS"
12175       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12176 /* end confdefs.h.  */
12177 `cat $LEX_OUTPUT_ROOT.c`
12178 _ACEOF
12179 if ac_fn_c_try_link "$LINENO"; then :
12180   ac_cv_lib_lex=$ac_lib
12181 fi
12182 rm -f core conftest.err conftest.$ac_objext \
12183     conftest$ac_exeext conftest.$ac_ext
12184       test "$ac_cv_lib_lex" != 'none needed' && break
12185     done
12186     LIBS=$ac_save_LIBS
12187
12188 fi
12189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
12190 $as_echo "$ac_cv_lib_lex" >&6; }
12191   test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
12192 fi
12193
12194
12195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
12196 $as_echo_n "checking whether yytext is a pointer... " >&6; }
12197 if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then :
12198   $as_echo_n "(cached) " >&6
12199 else
12200   # POSIX says lex can declare yytext either as a pointer or an array; the
12201 # default is implementation-dependent.  Figure out which it is, since
12202 # not all implementations provide the %pointer and %array declarations.
12203 ac_cv_prog_lex_yytext_pointer=no
12204 ac_save_LIBS=$LIBS
12205 LIBS="$LEXLIB $ac_save_LIBS"
12206 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12207 /* end confdefs.h.  */
12208 #define YYTEXT_POINTER 1
12209 `cat $LEX_OUTPUT_ROOT.c`
12210 _ACEOF
12211 if ac_fn_c_try_link "$LINENO"; then :
12212   ac_cv_prog_lex_yytext_pointer=yes
12213 fi
12214 rm -f core conftest.err conftest.$ac_objext \
12215     conftest$ac_exeext conftest.$ac_ext
12216 LIBS=$ac_save_LIBS
12217
12218 fi
12219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
12220 $as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
12221 if test $ac_cv_prog_lex_yytext_pointer = yes; then
12222
12223 $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
12224
12225 fi
12226 rm -f conftest.l $LEX_OUTPUT_ROOT.c
12227
12228 fi
12229 if test "$LEX" = :; then
12230   LEX=${am_missing_run}flex
12231 fi
12232
12233 ALL_LINGUAS="bg da es fi fr id it ja ro ru rw sk sv tr uk vi zh_CN zh_TW hr"
12234 # If we haven't got the data from the intl directory,
12235 # assume NLS is disabled.
12236 USE_NLS=no
12237 LIBINTL=
12238 LIBINTL_DEP=
12239 INCINTL=
12240 XGETTEXT=
12241 GMSGFMT=
12242 POSUB=
12243
12244 if test -f  ../intl/config.intl; then
12245   .  ../intl/config.intl
12246 fi
12247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12248 $as_echo_n "checking whether NLS is requested... " >&6; }
12249 if test x"$USE_NLS" != xyes; then
12250   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12251 $as_echo "no" >&6; }
12252 else
12253   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12254 $as_echo "yes" >&6; }
12255
12256 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
12257
12258
12259   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12260 $as_echo_n "checking for catalogs to be installed... " >&6; }
12261   # Look for .po and .gmo files in the source directory.
12262   CATALOGS=
12263   XLINGUAS=
12264   for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12265     # If there aren't any .gmo files the shell will give us the
12266     # literal string "../path/to/srcdir/po/*.gmo" which has to be
12267     # weeded out.
12268     case "$cat" in *\**)
12269       continue;;
12270     esac
12271     # The quadruple backslash is collapsed to a double backslash
12272     # by the backticks, then collapsed again by the double quotes,
12273     # leaving us with one backslash in the sed expression (right
12274     # before the dot that mustn't act as a wildcard).
12275     cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12276     lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12277     # The user is allowed to set LINGUAS to a list of languages to
12278     # install catalogs for.  If it's empty that means "all of them."
12279     if test "x$LINGUAS" = x; then
12280       CATALOGS="$CATALOGS $cat"
12281       XLINGUAS="$XLINGUAS $lang"
12282     else
12283       case "$LINGUAS" in *$lang*)
12284         CATALOGS="$CATALOGS $cat"
12285         XLINGUAS="$XLINGUAS $lang"
12286         ;;
12287       esac
12288     fi
12289   done
12290   LINGUAS="$XLINGUAS"
12291   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12292 $as_echo "$LINGUAS" >&6; }
12293
12294
12295     DATADIRNAME=share
12296
12297   INSTOBJEXT=.mo
12298
12299   GENCAT=gencat
12300
12301   CATOBJEXT=.gmo
12302
12303 fi
12304
12305         MKINSTALLDIRS=
12306   if test -n "$ac_aux_dir"; then
12307     case "$ac_aux_dir" in
12308       /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12309       *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12310     esac
12311   fi
12312   if test -z "$MKINSTALLDIRS"; then
12313     MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12314   fi
12315
12316
12317
12318   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12319 $as_echo_n "checking whether NLS is requested... " >&6; }
12320     # Check whether --enable-nls was given.
12321 if test "${enable_nls+set}" = set; then :
12322   enableval=$enable_nls; USE_NLS=$enableval
12323 else
12324   USE_NLS=yes
12325 fi
12326
12327   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12328 $as_echo "$USE_NLS" >&6; }
12329
12330
12331
12332
12333
12334
12335 # Prepare PATH_SEPARATOR.
12336 # The user is always right.
12337 if test "${PATH_SEPARATOR+set}" != set; then
12338   echo "#! /bin/sh" >conf$$.sh
12339   echo  "exit 0"   >>conf$$.sh
12340   chmod +x conf$$.sh
12341   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12342     PATH_SEPARATOR=';'
12343   else
12344     PATH_SEPARATOR=:
12345   fi
12346   rm -f conf$$.sh
12347 fi
12348
12349 # Find out how to test for executable files. Don't use a zero-byte file,
12350 # as systems may use methods other than mode bits to determine executability.
12351 cat >conf$$.file <<_ASEOF
12352 #! /bin/sh
12353 exit 0
12354 _ASEOF
12355 chmod +x conf$$.file
12356 if test -x conf$$.file >/dev/null 2>&1; then
12357   ac_executable_p="test -x"
12358 else
12359   ac_executable_p="test -f"
12360 fi
12361 rm -f conf$$.file
12362
12363 # Extract the first word of "msgfmt", so it can be a program name with args.
12364 set dummy msgfmt; ac_word=$2
12365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12366 $as_echo_n "checking for $ac_word... " >&6; }
12367 if test "${ac_cv_path_MSGFMT+set}" = set; then :
12368   $as_echo_n "(cached) " >&6
12369 else
12370   case "$MSGFMT" in
12371   [\\/]* | ?:[\\/]*)
12372     ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12373     ;;
12374   *)
12375     ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12376     for ac_dir in $PATH; do
12377       IFS="$ac_save_IFS"
12378       test -z "$ac_dir" && ac_dir=.
12379       for ac_exec_ext in '' $ac_executable_extensions; do
12380         if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12381           if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12382      (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12383             ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12384             break 2
12385           fi
12386         fi
12387       done
12388     done
12389     IFS="$ac_save_IFS"
12390   test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12391     ;;
12392 esac
12393 fi
12394 MSGFMT="$ac_cv_path_MSGFMT"
12395 if test "$MSGFMT" != ":"; then
12396   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12397 $as_echo "$MSGFMT" >&6; }
12398 else
12399   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12400 $as_echo "no" >&6; }
12401 fi
12402
12403   # Extract the first word of "gmsgfmt", so it can be a program name with args.
12404 set dummy gmsgfmt; ac_word=$2
12405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12406 $as_echo_n "checking for $ac_word... " >&6; }
12407 if test "${ac_cv_path_GMSGFMT+set}" = set; then :
12408   $as_echo_n "(cached) " >&6
12409 else
12410   case $GMSGFMT in
12411   [\\/]* | ?:[\\/]*)
12412   ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12413   ;;
12414   *)
12415   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12416 for as_dir in $PATH
12417 do
12418   IFS=$as_save_IFS
12419   test -z "$as_dir" && as_dir=.
12420     for ac_exec_ext in '' $ac_executable_extensions; do
12421   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12422     ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
12423     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12424     break 2
12425   fi
12426 done
12427   done
12428 IFS=$as_save_IFS
12429
12430   test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12431   ;;
12432 esac
12433 fi
12434 GMSGFMT=$ac_cv_path_GMSGFMT
12435 if test -n "$GMSGFMT"; then
12436   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12437 $as_echo "$GMSGFMT" >&6; }
12438 else
12439   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12440 $as_echo "no" >&6; }
12441 fi
12442
12443
12444
12445
12446 # Prepare PATH_SEPARATOR.
12447 # The user is always right.
12448 if test "${PATH_SEPARATOR+set}" != set; then
12449   echo "#! /bin/sh" >conf$$.sh
12450   echo  "exit 0"   >>conf$$.sh
12451   chmod +x conf$$.sh
12452   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12453     PATH_SEPARATOR=';'
12454   else
12455     PATH_SEPARATOR=:
12456   fi
12457   rm -f conf$$.sh
12458 fi
12459
12460 # Find out how to test for executable files. Don't use a zero-byte file,
12461 # as systems may use methods other than mode bits to determine executability.
12462 cat >conf$$.file <<_ASEOF
12463 #! /bin/sh
12464 exit 0
12465 _ASEOF
12466 chmod +x conf$$.file
12467 if test -x conf$$.file >/dev/null 2>&1; then
12468   ac_executable_p="test -x"
12469 else
12470   ac_executable_p="test -f"
12471 fi
12472 rm -f conf$$.file
12473
12474 # Extract the first word of "xgettext", so it can be a program name with args.
12475 set dummy xgettext; ac_word=$2
12476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12477 $as_echo_n "checking for $ac_word... " >&6; }
12478 if test "${ac_cv_path_XGETTEXT+set}" = set; then :
12479   $as_echo_n "(cached) " >&6
12480 else
12481   case "$XGETTEXT" in
12482   [\\/]* | ?:[\\/]*)
12483     ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12484     ;;
12485   *)
12486     ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12487     for ac_dir in $PATH; do
12488       IFS="$ac_save_IFS"
12489       test -z "$ac_dir" && ac_dir=.
12490       for ac_exec_ext in '' $ac_executable_extensions; do
12491         if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12492           if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12493      (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
12494             ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12495             break 2
12496           fi
12497         fi
12498       done
12499     done
12500     IFS="$ac_save_IFS"
12501   test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12502     ;;
12503 esac
12504 fi
12505 XGETTEXT="$ac_cv_path_XGETTEXT"
12506 if test "$XGETTEXT" != ":"; then
12507   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12508 $as_echo "$XGETTEXT" >&6; }
12509 else
12510   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12511 $as_echo "no" >&6; }
12512 fi
12513
12514     rm -f messages.po
12515
12516
12517 # Prepare PATH_SEPARATOR.
12518 # The user is always right.
12519 if test "${PATH_SEPARATOR+set}" != set; then
12520   echo "#! /bin/sh" >conf$$.sh
12521   echo  "exit 0"   >>conf$$.sh
12522   chmod +x conf$$.sh
12523   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12524     PATH_SEPARATOR=';'
12525   else
12526     PATH_SEPARATOR=:
12527   fi
12528   rm -f conf$$.sh
12529 fi
12530
12531 # Find out how to test for executable files. Don't use a zero-byte file,
12532 # as systems may use methods other than mode bits to determine executability.
12533 cat >conf$$.file <<_ASEOF
12534 #! /bin/sh
12535 exit 0
12536 _ASEOF
12537 chmod +x conf$$.file
12538 if test -x conf$$.file >/dev/null 2>&1; then
12539   ac_executable_p="test -x"
12540 else
12541   ac_executable_p="test -f"
12542 fi
12543 rm -f conf$$.file
12544
12545 # Extract the first word of "msgmerge", so it can be a program name with args.
12546 set dummy msgmerge; ac_word=$2
12547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12548 $as_echo_n "checking for $ac_word... " >&6; }
12549 if test "${ac_cv_path_MSGMERGE+set}" = set; then :
12550   $as_echo_n "(cached) " >&6
12551 else
12552   case "$MSGMERGE" in
12553   [\\/]* | ?:[\\/]*)
12554     ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12555     ;;
12556   *)
12557     ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12558     for ac_dir in $PATH; do
12559       IFS="$ac_save_IFS"
12560       test -z "$ac_dir" && ac_dir=.
12561       for ac_exec_ext in '' $ac_executable_extensions; do
12562         if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12563           if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12564             ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12565             break 2
12566           fi
12567         fi
12568       done
12569     done
12570     IFS="$ac_save_IFS"
12571   test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12572     ;;
12573 esac
12574 fi
12575 MSGMERGE="$ac_cv_path_MSGMERGE"
12576 if test "$MSGMERGE" != ":"; then
12577   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12578 $as_echo "$MSGMERGE" >&6; }
12579 else
12580   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12581 $as_echo "no" >&6; }
12582 fi
12583
12584
12585       if test "$GMSGFMT" != ":"; then
12586             if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12587        (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12588       : ;
12589     else
12590       GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
12591       { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12592 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
12593       GMSGFMT=":"
12594     fi
12595   fi
12596
12597       if test "$XGETTEXT" != ":"; then
12598             if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12599        (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
12600       : ;
12601     else
12602       { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12603 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
12604       XGETTEXT=":"
12605     fi
12606         rm -f messages.po
12607   fi
12608
12609   ac_config_commands="$ac_config_commands default-1"
12610
12611
12612
12613
12614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12615 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12616     # Check whether --enable-maintainer-mode was given.
12617 if test "${enable_maintainer_mode+set}" = set; then :
12618   enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
12619 else
12620   USE_MAINTAINER_MODE=no
12621 fi
12622
12623   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12624 $as_echo "$USE_MAINTAINER_MODE" >&6; }
12625    if test $USE_MAINTAINER_MODE = yes; then
12626   MAINTAINER_MODE_TRUE=
12627   MAINTAINER_MODE_FALSE='#'
12628 else
12629   MAINTAINER_MODE_TRUE='#'
12630   MAINTAINER_MODE_FALSE=
12631 fi
12632
12633   MAINT=$MAINTAINER_MODE_TRUE
12634
12635
12636  if false; then
12637   GENINSRC_NEVER_TRUE=
12638   GENINSRC_NEVER_FALSE='#'
12639 else
12640   GENINSRC_NEVER_TRUE='#'
12641   GENINSRC_NEVER_FALSE=
12642 fi
12643
12644
12645 if test -n "$EXEEXT"; then
12646
12647 $as_echo "#define HAVE_EXECUTABLE_SUFFIX 1" >>confdefs.h
12648
12649 fi
12650
12651 cat >>confdefs.h <<_ACEOF
12652 #define EXECUTABLE_SUFFIX "${EXEEXT}"
12653 _ACEOF
12654
12655
12656 # host-specific stuff:
12657
12658 HDEFINES=
12659
12660 . ${srcdir}/../bfd/configure.host
12661
12662
12663 AR=${AR-ar}
12664
12665 if test -n "$ac_tool_prefix"; then
12666   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
12667 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
12668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12669 $as_echo_n "checking for $ac_word... " >&6; }
12670 if test "${ac_cv_prog_RANLIB+set}" = set; then :
12671   $as_echo_n "(cached) " >&6
12672 else
12673   if test -n "$RANLIB"; then
12674   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
12675 else
12676 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12677 for as_dir in $PATH
12678 do
12679   IFS=$as_save_IFS
12680   test -z "$as_dir" && as_dir=.
12681     for ac_exec_ext in '' $ac_executable_extensions; do
12682   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12683     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
12684     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12685     break 2
12686   fi
12687 done
12688   done
12689 IFS=$as_save_IFS
12690
12691 fi
12692 fi
12693 RANLIB=$ac_cv_prog_RANLIB
12694 if test -n "$RANLIB"; then
12695   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
12696 $as_echo "$RANLIB" >&6; }
12697 else
12698   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12699 $as_echo "no" >&6; }
12700 fi
12701
12702
12703 fi
12704 if test -z "$ac_cv_prog_RANLIB"; then
12705   ac_ct_RANLIB=$RANLIB
12706   # Extract the first word of "ranlib", so it can be a program name with args.
12707 set dummy ranlib; ac_word=$2
12708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12709 $as_echo_n "checking for $ac_word... " >&6; }
12710 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
12711   $as_echo_n "(cached) " >&6
12712 else
12713   if test -n "$ac_ct_RANLIB"; then
12714   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
12715 else
12716 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12717 for as_dir in $PATH
12718 do
12719   IFS=$as_save_IFS
12720   test -z "$as_dir" && as_dir=.
12721     for ac_exec_ext in '' $ac_executable_extensions; do
12722   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12723     ac_cv_prog_ac_ct_RANLIB="ranlib"
12724     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12725     break 2
12726   fi
12727 done
12728   done
12729 IFS=$as_save_IFS
12730
12731 fi
12732 fi
12733 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
12734 if test -n "$ac_ct_RANLIB"; then
12735   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
12736 $as_echo "$ac_ct_RANLIB" >&6; }
12737 else
12738   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12739 $as_echo "no" >&6; }
12740 fi
12741
12742   if test "x$ac_ct_RANLIB" = x; then
12743     RANLIB=":"
12744   else
12745     case $cross_compiling:$ac_tool_warned in
12746 yes:)
12747 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
12748 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
12749 ac_tool_warned=yes ;;
12750 esac
12751     RANLIB=$ac_ct_RANLIB
12752   fi
12753 else
12754   RANLIB="$ac_cv_prog_RANLIB"
12755 fi
12756
12757
12758
12759 # Put a plausible default for CC_FOR_BUILD in Makefile.
12760 if test -z "$CC_FOR_BUILD"; then
12761   if test "x$cross_compiling" = "xno"; then
12762     CC_FOR_BUILD='$(CC)'
12763   else
12764     CC_FOR_BUILD=gcc
12765   fi
12766 fi
12767
12768 # Also set EXEEXT_FOR_BUILD.
12769 if test "x$cross_compiling" = "xno"; then
12770   EXEEXT_FOR_BUILD='$(EXEEXT)'
12771 else
12772   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12773 $as_echo_n "checking for build system executable suffix... " >&6; }
12774 if test "${bfd_cv_build_exeext+set}" = set; then :
12775   $as_echo_n "(cached) " >&6
12776 else
12777   rm -f conftest*
12778      echo 'int main () { return 0; }' > conftest.c
12779      bfd_cv_build_exeext=
12780      ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12781      for file in conftest.*; do
12782        case $file in
12783        *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12784        *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12785        esac
12786      done
12787      rm -f conftest*
12788      test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
12789 fi
12790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12791 $as_echo "$bfd_cv_build_exeext" >&6; }
12792   EXEEXT_FOR_BUILD=""
12793   test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
12794 fi
12795
12796
12797 DEMANGLER_NAME=c++filt
12798 case "${host}" in
12799   *-*-go32* | *-*-msdos*)
12800     DEMANGLER_NAME=cxxfilt
12801 esac
12802
12803
12804 # The cast to long int works around a bug in the HP C Compiler
12805 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12806 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12807 # This bug is HP SR number 8606223364.
12808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
12809 $as_echo_n "checking size of long... " >&6; }
12810 if test "${ac_cv_sizeof_long+set}" = set; then :
12811   $as_echo_n "(cached) " >&6
12812 else
12813   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long"        "$ac_includes_default"; then :
12814
12815 else
12816   if test "$ac_cv_type_long" = yes; then
12817      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12818 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12819 { as_fn_set_status 77
12820 as_fn_error "cannot compute sizeof (long)
12821 See \`config.log' for more details." "$LINENO" 5; }; }
12822    else
12823      ac_cv_sizeof_long=0
12824    fi
12825 fi
12826
12827 fi
12828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
12829 $as_echo "$ac_cv_sizeof_long" >&6; }
12830
12831
12832
12833 cat >>confdefs.h <<_ACEOF
12834 #define SIZEOF_LONG $ac_cv_sizeof_long
12835 _ACEOF
12836
12837
12838 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12839 if test "x$ac_cv_type_long_long" = x""yes; then :
12840
12841 cat >>confdefs.h <<_ACEOF
12842 #define HAVE_LONG_LONG 1
12843 _ACEOF
12844
12845 # The cast to long int works around a bug in the HP C Compiler
12846 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12847 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12848 # This bug is HP SR number 8606223364.
12849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
12850 $as_echo_n "checking size of long long... " >&6; }
12851 if test "${ac_cv_sizeof_long_long+set}" = set; then :
12852   $as_echo_n "(cached) " >&6
12853 else
12854   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long"        "$ac_includes_default"; then :
12855
12856 else
12857   if test "$ac_cv_type_long_long" = yes; then
12858      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12859 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12860 { as_fn_set_status 77
12861 as_fn_error "cannot compute sizeof (long long)
12862 See \`config.log' for more details." "$LINENO" 5; }; }
12863    else
12864      ac_cv_sizeof_long_long=0
12865    fi
12866 fi
12867
12868 fi
12869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
12870 $as_echo "$ac_cv_sizeof_long_long" >&6; }
12871
12872
12873
12874 cat >>confdefs.h <<_ACEOF
12875 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
12876 _ACEOF
12877
12878
12879 fi
12880
12881
12882 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
12883 do :
12884   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12885 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12886 eval as_val=\$$as_ac_Header
12887    if test "x$as_val" = x""yes; then :
12888   cat >>confdefs.h <<_ACEOF
12889 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12890 _ACEOF
12891
12892 fi
12893
12894 done
12895
12896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
12897 $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
12898 if test "${ac_cv_header_sys_wait_h+set}" = set; then :
12899   $as_echo_n "(cached) " >&6
12900 else
12901   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12902 /* end confdefs.h.  */
12903 #include <sys/types.h>
12904 #include <sys/wait.h>
12905 #ifndef WEXITSTATUS
12906 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
12907 #endif
12908 #ifndef WIFEXITED
12909 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
12910 #endif
12911
12912 int
12913 main ()
12914 {
12915   int s;
12916   wait (&s);
12917   s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
12918   ;
12919   return 0;
12920 }
12921 _ACEOF
12922 if ac_fn_c_try_compile "$LINENO"; then :
12923   ac_cv_header_sys_wait_h=yes
12924 else
12925   ac_cv_header_sys_wait_h=no
12926 fi
12927 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12928 fi
12929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
12930 $as_echo "$ac_cv_header_sys_wait_h" >&6; }
12931 if test $ac_cv_header_sys_wait_h = yes; then
12932
12933 $as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
12934
12935 fi
12936
12937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
12938 $as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
12939 if test "${gcc_cv_header_string+set}" = set; then :
12940   $as_echo_n "(cached) " >&6
12941 else
12942   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12943 /* end confdefs.h.  */
12944 #include <string.h>
12945 #include <strings.h>
12946 int
12947 main ()
12948 {
12949
12950   ;
12951   return 0;
12952 }
12953 _ACEOF
12954 if ac_fn_c_try_compile "$LINENO"; then :
12955   gcc_cv_header_string=yes
12956 else
12957   gcc_cv_header_string=no
12958 fi
12959 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12960 fi
12961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
12962 $as_echo "$gcc_cv_header_string" >&6; }
12963 if test $gcc_cv_header_string = yes; then
12964
12965 $as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
12966
12967 fi
12968
12969 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
12970 # for constant arguments.  Useless!
12971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
12972 $as_echo_n "checking for working alloca.h... " >&6; }
12973 if test "${ac_cv_working_alloca_h+set}" = set; then :
12974   $as_echo_n "(cached) " >&6
12975 else
12976   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12977 /* end confdefs.h.  */
12978 #include <alloca.h>
12979 int
12980 main ()
12981 {
12982 char *p = (char *) alloca (2 * sizeof (int));
12983                           if (p) return 0;
12984   ;
12985   return 0;
12986 }
12987 _ACEOF
12988 if ac_fn_c_try_link "$LINENO"; then :
12989   ac_cv_working_alloca_h=yes
12990 else
12991   ac_cv_working_alloca_h=no
12992 fi
12993 rm -f core conftest.err conftest.$ac_objext \
12994     conftest$ac_exeext conftest.$ac_ext
12995 fi
12996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
12997 $as_echo "$ac_cv_working_alloca_h" >&6; }
12998 if test $ac_cv_working_alloca_h = yes; then
12999
13000 $as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
13001
13002 fi
13003
13004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
13005 $as_echo_n "checking for alloca... " >&6; }
13006 if test "${ac_cv_func_alloca_works+set}" = set; then :
13007   $as_echo_n "(cached) " >&6
13008 else
13009   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13010 /* end confdefs.h.  */
13011 #ifdef __GNUC__
13012 # define alloca __builtin_alloca
13013 #else
13014 # ifdef _MSC_VER
13015 #  include <malloc.h>
13016 #  define alloca _alloca
13017 # else
13018 #  ifdef HAVE_ALLOCA_H
13019 #   include <alloca.h>
13020 #  else
13021 #   ifdef _AIX
13022  #pragma alloca
13023 #   else
13024 #    ifndef alloca /* predefined by HP cc +Olibcalls */
13025 char *alloca ();
13026 #    endif
13027 #   endif
13028 #  endif
13029 # endif
13030 #endif
13031
13032 int
13033 main ()
13034 {
13035 char *p = (char *) alloca (1);
13036                                     if (p) return 0;
13037   ;
13038   return 0;
13039 }
13040 _ACEOF
13041 if ac_fn_c_try_link "$LINENO"; then :
13042   ac_cv_func_alloca_works=yes
13043 else
13044   ac_cv_func_alloca_works=no
13045 fi
13046 rm -f core conftest.err conftest.$ac_objext \
13047     conftest$ac_exeext conftest.$ac_ext
13048 fi
13049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
13050 $as_echo "$ac_cv_func_alloca_works" >&6; }
13051
13052 if test $ac_cv_func_alloca_works = yes; then
13053
13054 $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
13055
13056 else
13057   # The SVR3 libPW and SVR4 libucb both contain incompatible functions
13058 # that cause trouble.  Some versions do not even contain alloca or
13059 # contain a buggy version.  If you still want to use their alloca,
13060 # use ar to extract alloca.o from them instead of compiling alloca.c.
13061
13062 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
13063
13064 $as_echo "#define C_ALLOCA 1" >>confdefs.h
13065
13066
13067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
13068 $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
13069 if test "${ac_cv_os_cray+set}" = set; then :
13070   $as_echo_n "(cached) " >&6
13071 else
13072   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13073 /* end confdefs.h.  */
13074 #if defined CRAY && ! defined CRAY2
13075 webecray
13076 #else
13077 wenotbecray
13078 #endif
13079
13080 _ACEOF
13081 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13082   $EGREP "webecray" >/dev/null 2>&1; then :
13083   ac_cv_os_cray=yes
13084 else
13085   ac_cv_os_cray=no
13086 fi
13087 rm -f conftest*
13088
13089 fi
13090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
13091 $as_echo "$ac_cv_os_cray" >&6; }
13092 if test $ac_cv_os_cray = yes; then
13093   for ac_func in _getb67 GETB67 getb67; do
13094     as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13095 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13096 eval as_val=\$$as_ac_var
13097    if test "x$as_val" = x""yes; then :
13098
13099 cat >>confdefs.h <<_ACEOF
13100 #define CRAY_STACKSEG_END $ac_func
13101 _ACEOF
13102
13103     break
13104 fi
13105
13106   done
13107 fi
13108
13109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
13110 $as_echo_n "checking stack direction for C alloca... " >&6; }
13111 if test "${ac_cv_c_stack_direction+set}" = set; then :
13112   $as_echo_n "(cached) " >&6
13113 else
13114   if test "$cross_compiling" = yes; then :
13115   ac_cv_c_stack_direction=0
13116 else
13117   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13118 /* end confdefs.h.  */
13119 $ac_includes_default
13120 int
13121 find_stack_direction ()
13122 {
13123   static char *addr = 0;
13124   auto char dummy;
13125   if (addr == 0)
13126     {
13127       addr = &dummy;
13128       return find_stack_direction ();
13129     }
13130   else
13131     return (&dummy > addr) ? 1 : -1;
13132 }
13133
13134 int
13135 main ()
13136 {
13137   return find_stack_direction () < 0;
13138 }
13139 _ACEOF
13140 if ac_fn_c_try_run "$LINENO"; then :
13141   ac_cv_c_stack_direction=1
13142 else
13143   ac_cv_c_stack_direction=-1
13144 fi
13145 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13146   conftest.$ac_objext conftest.beam conftest.$ac_ext
13147 fi
13148
13149 fi
13150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
13151 $as_echo "$ac_cv_c_stack_direction" >&6; }
13152 cat >>confdefs.h <<_ACEOF
13153 #define STACK_DIRECTION $ac_cv_c_stack_direction
13154 _ACEOF
13155
13156
13157 fi
13158
13159 for ac_func in sbrk utimes setmode getc_unlocked strcoll setlocale
13160 do :
13161   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13162 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13163 eval as_val=\$$as_ac_var
13164    if test "x$as_val" = x""yes; then :
13165   cat >>confdefs.h <<_ACEOF
13166 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13167 _ACEOF
13168
13169 fi
13170 done
13171
13172 ac_fn_c_check_func "$LINENO" "mkstemp" "ac_cv_func_mkstemp"
13173 if test "x$ac_cv_func_mkstemp" = x""yes; then :
13174
13175 $as_echo "#define HAVE_MKSTEMP 1" >>confdefs.h
13176
13177 fi
13178
13179 ac_fn_c_check_func "$LINENO" "mkdtemp" "ac_cv_func_mkdtemp"
13180 if test "x$ac_cv_func_mkdtemp" = x""yes; then :
13181
13182 $as_echo "#define HAVE_MKDTEMP 1" >>confdefs.h
13183
13184 fi
13185
13186   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5
13187 $as_echo_n "checking for mbstate_t... " >&6; }
13188   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13189 /* end confdefs.h.  */
13190 #include <wchar.h>
13191 int
13192 main ()
13193 {
13194 mbstate_t teststate;
13195   ;
13196   return 0;
13197 }
13198 _ACEOF
13199 if ac_fn_c_try_compile "$LINENO"; then :
13200   have_mbstate_t=yes
13201 else
13202   have_mbstate_t=no
13203 fi
13204 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13205   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_mbstate_t" >&5
13206 $as_echo "$have_mbstate_t" >&6; }
13207   if test x"$have_mbstate_t" = xyes; then
13208
13209 $as_echo "#define HAVE_MBSTATE_T 1" >>confdefs.h
13210
13211   fi
13212
13213 # Some systems have frexp only in -lm, not in -lc.
13214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing frexp" >&5
13215 $as_echo_n "checking for library containing frexp... " >&6; }
13216 if test "${ac_cv_search_frexp+set}" = set; then :
13217   $as_echo_n "(cached) " >&6
13218 else
13219   ac_func_search_save_LIBS=$LIBS
13220 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13221 /* end confdefs.h.  */
13222
13223 /* Override any GCC internal prototype to avoid an error.
13224    Use char because int might match the return type of a GCC
13225    builtin and then its argument prototype would still apply.  */
13226 #ifdef __cplusplus
13227 extern "C"
13228 #endif
13229 char frexp ();
13230 int
13231 main ()
13232 {
13233 return frexp ();
13234   ;
13235   return 0;
13236 }
13237 _ACEOF
13238 for ac_lib in '' m; do
13239   if test -z "$ac_lib"; then
13240     ac_res="none required"
13241   else
13242     ac_res=-l$ac_lib
13243     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13244   fi
13245   if ac_fn_c_try_link "$LINENO"; then :
13246   ac_cv_search_frexp=$ac_res
13247 fi
13248 rm -f core conftest.err conftest.$ac_objext \
13249     conftest$ac_exeext
13250   if test "${ac_cv_search_frexp+set}" = set; then :
13251   break
13252 fi
13253 done
13254 if test "${ac_cv_search_frexp+set}" = set; then :
13255
13256 else
13257   ac_cv_search_frexp=no
13258 fi
13259 rm conftest.$ac_ext
13260 LIBS=$ac_func_search_save_LIBS
13261 fi
13262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_frexp" >&5
13263 $as_echo "$ac_cv_search_frexp" >&6; }
13264 ac_res=$ac_cv_search_frexp
13265 if test "$ac_res" != no; then :
13266   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13267
13268 fi
13269
13270
13271
13272   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
13273 $as_echo_n "checking for LC_MESSAGES... " >&6; }
13274 if test "${am_cv_val_LC_MESSAGES+set}" = set; then :
13275   $as_echo_n "(cached) " >&6
13276 else
13277   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13278 /* end confdefs.h.  */
13279 #include <locale.h>
13280 int
13281 main ()
13282 {
13283 return LC_MESSAGES
13284   ;
13285   return 0;
13286 }
13287 _ACEOF
13288 if ac_fn_c_try_link "$LINENO"; then :
13289   am_cv_val_LC_MESSAGES=yes
13290 else
13291   am_cv_val_LC_MESSAGES=no
13292 fi
13293 rm -f core conftest.err conftest.$ac_objext \
13294     conftest$ac_exeext conftest.$ac_ext
13295 fi
13296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
13297 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
13298   if test $am_cv_val_LC_MESSAGES = yes; then
13299
13300 $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
13301
13302   fi
13303
13304
13305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in time.h" >&5
13306 $as_echo_n "checking for time_t in time.h... " >&6; }
13307 if test "${bu_cv_decl_time_t_time_h+set}" = set; then :
13308   $as_echo_n "(cached) " >&6
13309 else
13310   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13311 /* end confdefs.h.  */
13312 #include <time.h>
13313 int
13314 main ()
13315 {
13316 time_t i;
13317   ;
13318   return 0;
13319 }
13320 _ACEOF
13321 if ac_fn_c_try_compile "$LINENO"; then :
13322   bu_cv_decl_time_t_time_h=yes
13323 else
13324   bu_cv_decl_time_t_time_h=no
13325 fi
13326 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13327 fi
13328
13329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_time_h" >&5
13330 $as_echo "$bu_cv_decl_time_t_time_h" >&6; }
13331 if test $bu_cv_decl_time_t_time_h = yes; then
13332
13333 $as_echo "#define HAVE_TIME_T_IN_TIME_H 1" >>confdefs.h
13334
13335 fi
13336
13337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in sys/types.h" >&5
13338 $as_echo_n "checking for time_t in sys/types.h... " >&6; }
13339 if test "${bu_cv_decl_time_t_types_h+set}" = set; then :
13340   $as_echo_n "(cached) " >&6
13341 else
13342   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13343 /* end confdefs.h.  */
13344 #include <sys/types.h>
13345 int
13346 main ()
13347 {
13348 time_t i;
13349   ;
13350   return 0;
13351 }
13352 _ACEOF
13353 if ac_fn_c_try_compile "$LINENO"; then :
13354   bu_cv_decl_time_t_types_h=yes
13355 else
13356   bu_cv_decl_time_t_types_h=no
13357 fi
13358 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13359 fi
13360
13361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_types_h" >&5
13362 $as_echo "$bu_cv_decl_time_t_types_h" >&6; }
13363 if test $bu_cv_decl_time_t_types_h = yes; then
13364
13365 $as_echo "#define HAVE_TIME_T_IN_TYPES_H 1" >>confdefs.h
13366
13367 fi
13368
13369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
13370 $as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
13371 if test "${bu_cv_decl_getopt_unistd_h+set}" = set; then :
13372   $as_echo_n "(cached) " >&6
13373 else
13374   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13375 /* end confdefs.h.  */
13376 #include <unistd.h>
13377 int
13378 main ()
13379 {
13380 extern int getopt (int, char *const*, const char *);
13381   ;
13382   return 0;
13383 }
13384 _ACEOF
13385 if ac_fn_c_try_compile "$LINENO"; then :
13386   bu_cv_decl_getopt_unistd_h=yes
13387 else
13388   bu_cv_decl_getopt_unistd_h=no
13389 fi
13390 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13391 fi
13392
13393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_getopt_unistd_h" >&5
13394 $as_echo "$bu_cv_decl_getopt_unistd_h" >&6; }
13395 if test $bu_cv_decl_getopt_unistd_h = yes; then
13396
13397 $as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
13398
13399 fi
13400
13401 # Under Next 3.2 <utime.h> apparently does not define struct utimbuf
13402 # by default.
13403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for utime.h" >&5
13404 $as_echo_n "checking for utime.h... " >&6; }
13405 if test "${bu_cv_header_utime_h+set}" = set; then :
13406   $as_echo_n "(cached) " >&6
13407 else
13408   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13409 /* end confdefs.h.  */
13410 #include <sys/types.h>
13411 #ifdef HAVE_TIME_H
13412 #include <time.h>
13413 #endif
13414 #include <utime.h>
13415 int
13416 main ()
13417 {
13418 struct utimbuf s;
13419   ;
13420   return 0;
13421 }
13422 _ACEOF
13423 if ac_fn_c_try_compile "$LINENO"; then :
13424   bu_cv_header_utime_h=yes
13425 else
13426   bu_cv_header_utime_h=no
13427 fi
13428 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13429 fi
13430
13431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_header_utime_h" >&5
13432 $as_echo "$bu_cv_header_utime_h" >&6; }
13433 if test $bu_cv_header_utime_h = yes; then
13434
13435 $as_echo "#define HAVE_GOOD_UTIME_H 1" >>confdefs.h
13436
13437 fi
13438
13439 ac_fn_c_check_decl "$LINENO" "environ" "ac_cv_have_decl_environ" "$ac_includes_default"
13440 if test "x$ac_cv_have_decl_environ" = x""yes; then :
13441   ac_have_decl=1
13442 else
13443   ac_have_decl=0
13444 fi
13445
13446 cat >>confdefs.h <<_ACEOF
13447 #define HAVE_DECL_ENVIRON $ac_have_decl
13448 _ACEOF
13449 ac_fn_c_check_decl "$LINENO" "fprintf" "ac_cv_have_decl_fprintf" "$ac_includes_default"
13450 if test "x$ac_cv_have_decl_fprintf" = x""yes; then :
13451   ac_have_decl=1
13452 else
13453   ac_have_decl=0
13454 fi
13455
13456 cat >>confdefs.h <<_ACEOF
13457 #define HAVE_DECL_FPRINTF $ac_have_decl
13458 _ACEOF
13459 ac_fn_c_check_decl "$LINENO" "getc_unlocked" "ac_cv_have_decl_getc_unlocked" "$ac_includes_default"
13460 if test "x$ac_cv_have_decl_getc_unlocked" = x""yes; then :
13461   ac_have_decl=1
13462 else
13463   ac_have_decl=0
13464 fi
13465
13466 cat >>confdefs.h <<_ACEOF
13467 #define HAVE_DECL_GETC_UNLOCKED $ac_have_decl
13468 _ACEOF
13469 ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
13470 if test "x$ac_cv_have_decl_getenv" = x""yes; then :
13471   ac_have_decl=1
13472 else
13473   ac_have_decl=0
13474 fi
13475
13476 cat >>confdefs.h <<_ACEOF
13477 #define HAVE_DECL_GETENV $ac_have_decl
13478 _ACEOF
13479 ac_fn_c_check_decl "$LINENO" "sbrk" "ac_cv_have_decl_sbrk" "$ac_includes_default"
13480 if test "x$ac_cv_have_decl_sbrk" = x""yes; then :
13481   ac_have_decl=1
13482 else
13483   ac_have_decl=0
13484 fi
13485
13486 cat >>confdefs.h <<_ACEOF
13487 #define HAVE_DECL_SBRK $ac_have_decl
13488 _ACEOF
13489 ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
13490 if test "x$ac_cv_have_decl_snprintf" = x""yes; then :
13491   ac_have_decl=1
13492 else
13493   ac_have_decl=0
13494 fi
13495
13496 cat >>confdefs.h <<_ACEOF
13497 #define HAVE_DECL_SNPRINTF $ac_have_decl
13498 _ACEOF
13499 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
13500 if test "x$ac_cv_have_decl_stpcpy" = x""yes; then :
13501   ac_have_decl=1
13502 else
13503   ac_have_decl=0
13504 fi
13505
13506 cat >>confdefs.h <<_ACEOF
13507 #define HAVE_DECL_STPCPY $ac_have_decl
13508 _ACEOF
13509 ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
13510 if test "x$ac_cv_have_decl_strnlen" = x""yes; then :
13511   ac_have_decl=1
13512 else
13513   ac_have_decl=0
13514 fi
13515
13516 cat >>confdefs.h <<_ACEOF
13517 #define HAVE_DECL_STRNLEN $ac_have_decl
13518 _ACEOF
13519 ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
13520 if test "x$ac_cv_have_decl_strstr" = x""yes; then :
13521   ac_have_decl=1
13522 else
13523   ac_have_decl=0
13524 fi
13525
13526 cat >>confdefs.h <<_ACEOF
13527 #define HAVE_DECL_STRSTR $ac_have_decl
13528 _ACEOF
13529 ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
13530 if test "x$ac_cv_have_decl_vsnprintf" = x""yes; then :
13531   ac_have_decl=1
13532 else
13533   ac_have_decl=0
13534 fi
13535
13536 cat >>confdefs.h <<_ACEOF
13537 #define HAVE_DECL_VSNPRINTF $ac_have_decl
13538 _ACEOF
13539
13540
13541 # Link in zlib if we can.  This allows us to read compressed debug
13542 # sections.  This is used only by readelf.c (objdump uses bfd for
13543 # reading compressed sections).
13544
13545   # Use the system's zlib library.
13546   zlibdir=-L../zlib
13547   zlibinc="-I\$(srcdir)/../zlib"
13548
13549 # Check whether --with-system-zlib was given.
13550 if test "${with_system_zlib+set}" = set; then :
13551   withval=$with_system_zlib; zlibdir=
13552   zlibinc=
13553
13554 fi
13555
13556
13557
13558
13559
13560
13561 case "${host}" in
13562 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
13563
13564 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
13565  ;;
13566 esac
13567
13568 # target-specific stuff:
13569
13570 # Canonicalize the secondary target names.
13571 if test -n "$enable_targets"; then
13572     for targ in `echo $enable_targets | sed 's/,/ /g'`
13573     do
13574         result=`$ac_config_sub $targ 2>/dev/null`
13575         if test -n "$result"; then
13576             canon_targets="$canon_targets $result"
13577         else
13578             # Allow targets that config.sub doesn't recognize, like "all".
13579             canon_targets="$canon_targets $targ"
13580         fi
13581     done
13582 fi
13583
13584 ac_fn_c_check_header_mongrel "$LINENO" "iconv.h" "ac_cv_header_iconv_h" "$ac_includes_default"
13585 if test "x$ac_cv_header_iconv_h" = x""yes; then :
13586
13587 fi
13588
13589
13590
13591       if test "X$prefix" = "XNONE"; then
13592     acl_final_prefix="$ac_default_prefix"
13593   else
13594     acl_final_prefix="$prefix"
13595   fi
13596   if test "X$exec_prefix" = "XNONE"; then
13597     acl_final_exec_prefix='${prefix}'
13598   else
13599     acl_final_exec_prefix="$exec_prefix"
13600   fi
13601   acl_save_prefix="$prefix"
13602   prefix="$acl_final_prefix"
13603   eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
13604   prefix="$acl_save_prefix"
13605
13606
13607 # Check whether --with-gnu-ld was given.
13608 if test "${with_gnu_ld+set}" = set; then :
13609   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
13610 else
13611   with_gnu_ld=no
13612 fi
13613
13614 # Prepare PATH_SEPARATOR.
13615 # The user is always right.
13616 if test "${PATH_SEPARATOR+set}" != set; then
13617   echo "#! /bin/sh" >conf$$.sh
13618   echo  "exit 0"   >>conf$$.sh
13619   chmod +x conf$$.sh
13620   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13621     PATH_SEPARATOR=';'
13622   else
13623     PATH_SEPARATOR=:
13624   fi
13625   rm -f conf$$.sh
13626 fi
13627 ac_prog=ld
13628 if test "$GCC" = yes; then
13629   # Check if gcc -print-prog-name=ld gives a path.
13630   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
13631 $as_echo_n "checking for ld used by GCC... " >&6; }
13632   case $host in
13633   *-*-mingw*)
13634     # gcc leaves a trailing carriage return which upsets mingw
13635     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
13636   *)
13637     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
13638   esac
13639   case $ac_prog in
13640     # Accept absolute paths.
13641     [\\/]* | [A-Za-z]:[\\/]*)
13642       re_direlt='/[^/][^/]*/\.\./'
13643       # Canonicalize the path of ld
13644       ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
13645       while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
13646         ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
13647       done
13648       test -z "$LD" && LD="$ac_prog"
13649       ;;
13650   "")
13651     # If it fails, then pretend we aren't using GCC.
13652     ac_prog=ld
13653     ;;
13654   *)
13655     # If it is relative, then search for the first ld in PATH.
13656     with_gnu_ld=unknown
13657     ;;
13658   esac
13659 elif test "$with_gnu_ld" = yes; then
13660   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
13661 $as_echo_n "checking for GNU ld... " >&6; }
13662 else
13663   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
13664 $as_echo_n "checking for non-GNU ld... " >&6; }
13665 fi
13666 if test "${acl_cv_path_LD+set}" = set; then :
13667   $as_echo_n "(cached) " >&6
13668 else
13669   if test -z "$LD"; then
13670   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
13671   for ac_dir in $PATH; do
13672     test -z "$ac_dir" && ac_dir=.
13673     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
13674       acl_cv_path_LD="$ac_dir/$ac_prog"
13675       # Check to see if the program is GNU ld.  I'd rather use --version,
13676       # but apparently some GNU ld's only accept -v.
13677       # Break only if it was the GNU/non-GNU ld that we prefer.
13678       if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
13679         test "$with_gnu_ld" != no && break
13680       else
13681         test "$with_gnu_ld" != yes && break
13682       fi
13683     fi
13684   done
13685   IFS="$ac_save_ifs"
13686 else
13687   acl_cv_path_LD="$LD" # Let the user override the test with a path.
13688 fi
13689 fi
13690
13691 LD="$acl_cv_path_LD"
13692 if test -n "$LD"; then
13693   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
13694 $as_echo "$LD" >&6; }
13695 else
13696   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13697 $as_echo "no" >&6; }
13698 fi
13699 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
13700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
13701 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
13702 if test "${acl_cv_prog_gnu_ld+set}" = set; then :
13703   $as_echo_n "(cached) " >&6
13704 else
13705   # I'd rather use --version here, but apparently some GNU ld's only accept -v.
13706 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
13707   acl_cv_prog_gnu_ld=yes
13708 else
13709   acl_cv_prog_gnu_ld=no
13710 fi
13711 fi
13712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
13713 $as_echo "$acl_cv_prog_gnu_ld" >&6; }
13714 with_gnu_ld=$acl_cv_prog_gnu_ld
13715
13716
13717
13718                                                 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
13719 $as_echo_n "checking for shared library run path origin... " >&6; }
13720 if test "${acl_cv_rpath+set}" = set; then :
13721   $as_echo_n "(cached) " >&6
13722 else
13723
13724     CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
13725     ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
13726     . ./conftest.sh
13727     rm -f ./conftest.sh
13728     acl_cv_rpath=done
13729
13730 fi
13731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
13732 $as_echo "$acl_cv_rpath" >&6; }
13733   wl="$acl_cv_wl"
13734   libext="$acl_cv_libext"
13735   shlibext="$acl_cv_shlibext"
13736   hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
13737   hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
13738   hardcode_direct="$acl_cv_hardcode_direct"
13739   hardcode_minus_L="$acl_cv_hardcode_minus_L"
13740     # Check whether --enable-rpath was given.
13741 if test "${enable_rpath+set}" = set; then :
13742   enableval=$enable_rpath; :
13743 else
13744   enable_rpath=yes
13745 fi
13746
13747
13748
13749
13750
13751
13752
13753
13754     use_additional=yes
13755
13756   acl_save_prefix="$prefix"
13757   prefix="$acl_final_prefix"
13758   acl_save_exec_prefix="$exec_prefix"
13759   exec_prefix="$acl_final_exec_prefix"
13760
13761     eval additional_includedir=\"$includedir\"
13762     eval additional_libdir=\"$libdir\"
13763
13764   exec_prefix="$acl_save_exec_prefix"
13765   prefix="$acl_save_prefix"
13766
13767
13768 # Check whether --with-libiconv-prefix was given.
13769 if test "${with_libiconv_prefix+set}" = set; then :
13770   withval=$with_libiconv_prefix;
13771     if test "X$withval" = "Xno"; then
13772       use_additional=no
13773     else
13774       if test "X$withval" = "X"; then
13775
13776   acl_save_prefix="$prefix"
13777   prefix="$acl_final_prefix"
13778   acl_save_exec_prefix="$exec_prefix"
13779   exec_prefix="$acl_final_exec_prefix"
13780
13781           eval additional_includedir=\"$includedir\"
13782           eval additional_libdir=\"$libdir\"
13783
13784   exec_prefix="$acl_save_exec_prefix"
13785   prefix="$acl_save_prefix"
13786
13787       else
13788         additional_includedir="$withval/include"
13789         additional_libdir="$withval/lib"
13790       fi
13791     fi
13792
13793 fi
13794
13795       LIBICONV=
13796   LTLIBICONV=
13797   INCICONV=
13798   rpathdirs=
13799   ltrpathdirs=
13800   names_already_handled=
13801   names_next_round='iconv '
13802   while test -n "$names_next_round"; do
13803     names_this_round="$names_next_round"
13804     names_next_round=
13805     for name in $names_this_round; do
13806       already_handled=
13807       for n in $names_already_handled; do
13808         if test "$n" = "$name"; then
13809           already_handled=yes
13810           break
13811         fi
13812       done
13813       if test -z "$already_handled"; then
13814         names_already_handled="$names_already_handled $name"
13815                         uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
13816         eval value=\"\$HAVE_LIB$uppername\"
13817         if test -n "$value"; then
13818           if test "$value" = yes; then
13819             eval value=\"\$LIB$uppername\"
13820             test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
13821             eval value=\"\$LTLIB$uppername\"
13822             test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
13823           else
13824                                     :
13825           fi
13826         else
13827                               found_dir=
13828           found_la=
13829           found_so=
13830           found_a=
13831           if test $use_additional = yes; then
13832             if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
13833               found_dir="$additional_libdir"
13834               found_so="$additional_libdir/lib$name.$shlibext"
13835               if test -f "$additional_libdir/lib$name.la"; then
13836                 found_la="$additional_libdir/lib$name.la"
13837               fi
13838             else
13839               if test -f "$additional_libdir/lib$name.$libext"; then
13840                 found_dir="$additional_libdir"
13841                 found_a="$additional_libdir/lib$name.$libext"
13842                 if test -f "$additional_libdir/lib$name.la"; then
13843                   found_la="$additional_libdir/lib$name.la"
13844                 fi
13845               fi
13846             fi
13847           fi
13848           if test "X$found_dir" = "X"; then
13849             for x in $LDFLAGS $LTLIBICONV; do
13850
13851   acl_save_prefix="$prefix"
13852   prefix="$acl_final_prefix"
13853   acl_save_exec_prefix="$exec_prefix"
13854   exec_prefix="$acl_final_exec_prefix"
13855   eval x=\"$x\"
13856   exec_prefix="$acl_save_exec_prefix"
13857   prefix="$acl_save_prefix"
13858
13859               case "$x" in
13860                 -L*)
13861                   dir=`echo "X$x" | sed -e 's/^X-L//'`
13862                   if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
13863                     found_dir="$dir"
13864                     found_so="$dir/lib$name.$shlibext"
13865                     if test -f "$dir/lib$name.la"; then
13866                       found_la="$dir/lib$name.la"
13867                     fi
13868                   else
13869                     if test -f "$dir/lib$name.$libext"; then
13870                       found_dir="$dir"
13871                       found_a="$dir/lib$name.$libext"
13872                       if test -f "$dir/lib$name.la"; then
13873                         found_la="$dir/lib$name.la"
13874                       fi
13875                     fi
13876                   fi
13877                   ;;
13878               esac
13879               if test "X$found_dir" != "X"; then
13880                 break
13881               fi
13882             done
13883           fi
13884           if test "X$found_dir" != "X"; then
13885                         LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
13886             if test "X$found_so" != "X"; then
13887                                                         if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
13888                                 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13889               else
13890                                                                                 haveit=
13891                 for x in $ltrpathdirs; do
13892                   if test "X$x" = "X$found_dir"; then
13893                     haveit=yes
13894                     break
13895                   fi
13896                 done
13897                 if test -z "$haveit"; then
13898                   ltrpathdirs="$ltrpathdirs $found_dir"
13899                 fi
13900                                 if test "$hardcode_direct" = yes; then
13901                                                       LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13902                 else
13903                   if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
13904                                                             LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13905                                                             haveit=
13906                     for x in $rpathdirs; do
13907                       if test "X$x" = "X$found_dir"; then
13908                         haveit=yes
13909                         break
13910                       fi
13911                     done
13912                     if test -z "$haveit"; then
13913                       rpathdirs="$rpathdirs $found_dir"
13914                     fi
13915                   else
13916                                                                                 haveit=
13917                     for x in $LDFLAGS $LIBICONV; do
13918
13919   acl_save_prefix="$prefix"
13920   prefix="$acl_final_prefix"
13921   acl_save_exec_prefix="$exec_prefix"
13922   exec_prefix="$acl_final_exec_prefix"
13923   eval x=\"$x\"
13924   exec_prefix="$acl_save_exec_prefix"
13925   prefix="$acl_save_prefix"
13926
13927                       if test "X$x" = "X-L$found_dir"; then
13928                         haveit=yes
13929                         break
13930                       fi
13931                     done
13932                     if test -z "$haveit"; then
13933                       LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
13934                     fi
13935                     if test "$hardcode_minus_L" != no; then
13936                                                                                         LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13937                     else
13938                                                                                                                                                                                 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
13939                     fi
13940                   fi
13941                 fi
13942               fi
13943             else
13944               if test "X$found_a" != "X"; then
13945                                 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
13946               else
13947                                                 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
13948               fi
13949             fi
13950                         additional_includedir=
13951             case "$found_dir" in
13952               */lib | */lib/)
13953                 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
13954                 additional_includedir="$basedir/include"
13955                 ;;
13956             esac
13957             if test "X$additional_includedir" != "X"; then
13958                                                                                                                 if test "X$additional_includedir" != "X/usr/include"; then
13959                 haveit=
13960                 if test "X$additional_includedir" = "X/usr/local/include"; then
13961                   if test -n "$GCC"; then
13962                     case $host_os in
13963                       linux*) haveit=yes;;
13964                     esac
13965                   fi
13966                 fi
13967                 if test -z "$haveit"; then
13968                   for x in $CPPFLAGS $INCICONV; do
13969
13970   acl_save_prefix="$prefix"
13971   prefix="$acl_final_prefix"
13972   acl_save_exec_prefix="$exec_prefix"
13973   exec_prefix="$acl_final_exec_prefix"
13974   eval x=\"$x\"
13975   exec_prefix="$acl_save_exec_prefix"
13976   prefix="$acl_save_prefix"
13977
13978                     if test "X$x" = "X-I$additional_includedir"; then
13979                       haveit=yes
13980                       break
13981                     fi
13982                   done
13983                   if test -z "$haveit"; then
13984                     if test -d "$additional_includedir"; then
13985                                             INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
13986                     fi
13987                   fi
13988                 fi
13989               fi
13990             fi
13991                         if test -n "$found_la"; then
13992                                                         save_libdir="$libdir"
13993               case "$found_la" in
13994                 */* | *\\*) . "$found_la" ;;
13995                 *) . "./$found_la" ;;
13996               esac
13997               libdir="$save_libdir"
13998                             for dep in $dependency_libs; do
13999                 case "$dep" in
14000                   -L*)
14001                     additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
14002                                                                                                                                                                 if test "X$additional_libdir" != "X/usr/lib"; then
14003                       haveit=
14004                       if test "X$additional_libdir" = "X/usr/local/lib"; then
14005                         if test -n "$GCC"; then
14006                           case $host_os in
14007                             linux*) haveit=yes;;
14008                           esac
14009                         fi
14010                       fi
14011                       if test -z "$haveit"; then
14012                         haveit=
14013                         for x in $LDFLAGS $LIBICONV; do
14014
14015   acl_save_prefix="$prefix"
14016   prefix="$acl_final_prefix"
14017   acl_save_exec_prefix="$exec_prefix"
14018   exec_prefix="$acl_final_exec_prefix"
14019   eval x=\"$x\"
14020   exec_prefix="$acl_save_exec_prefix"
14021   prefix="$acl_save_prefix"
14022
14023                           if test "X$x" = "X-L$additional_libdir"; then
14024                             haveit=yes
14025                             break
14026                           fi
14027                         done
14028                         if test -z "$haveit"; then
14029                           if test -d "$additional_libdir"; then
14030                                                         LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
14031                           fi
14032                         fi
14033                         haveit=
14034                         for x in $LDFLAGS $LTLIBICONV; do
14035
14036   acl_save_prefix="$prefix"
14037   prefix="$acl_final_prefix"
14038   acl_save_exec_prefix="$exec_prefix"
14039   exec_prefix="$acl_final_exec_prefix"
14040   eval x=\"$x\"
14041   exec_prefix="$acl_save_exec_prefix"
14042   prefix="$acl_save_prefix"
14043
14044                           if test "X$x" = "X-L$additional_libdir"; then
14045                             haveit=yes
14046                             break
14047                           fi
14048                         done
14049                         if test -z "$haveit"; then
14050                           if test -d "$additional_libdir"; then
14051                                                         LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
14052                           fi
14053                         fi
14054                       fi
14055                     fi
14056                     ;;
14057                   -R*)
14058                     dir=`echo "X$dep" | sed -e 's/^X-R//'`
14059                     if test "$enable_rpath" != no; then
14060                                                                   haveit=
14061                       for x in $rpathdirs; do
14062                         if test "X$x" = "X$dir"; then
14063                           haveit=yes
14064                           break
14065                         fi
14066                       done
14067                       if test -z "$haveit"; then
14068                         rpathdirs="$rpathdirs $dir"
14069                       fi
14070                                                                   haveit=
14071                       for x in $ltrpathdirs; do
14072                         if test "X$x" = "X$dir"; then
14073                           haveit=yes
14074                           break
14075                         fi
14076                       done
14077                       if test -z "$haveit"; then
14078                         ltrpathdirs="$ltrpathdirs $dir"
14079                       fi
14080                     fi
14081                     ;;
14082                   -l*)
14083                                         names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
14084                     ;;
14085                   *.la)
14086                                                                                 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
14087                     ;;
14088                   *)
14089                                         LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
14090                     LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
14091                     ;;
14092                 esac
14093               done
14094             fi
14095           else
14096                                                             LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
14097             LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
14098           fi
14099         fi
14100       fi
14101     done
14102   done
14103   if test "X$rpathdirs" != "X"; then
14104     if test -n "$hardcode_libdir_separator"; then
14105                         alldirs=
14106       for found_dir in $rpathdirs; do
14107         alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
14108       done
14109             acl_save_libdir="$libdir"
14110       libdir="$alldirs"
14111       eval flag=\"$hardcode_libdir_flag_spec\"
14112       libdir="$acl_save_libdir"
14113       LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
14114     else
14115             for found_dir in $rpathdirs; do
14116         acl_save_libdir="$libdir"
14117         libdir="$found_dir"
14118         eval flag=\"$hardcode_libdir_flag_spec\"
14119         libdir="$acl_save_libdir"
14120         LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
14121       done
14122     fi
14123   fi
14124   if test "X$ltrpathdirs" != "X"; then
14125             for found_dir in $ltrpathdirs; do
14126       LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
14127     done
14128   fi
14129
14130
14131
14132
14133
14134
14135
14136           am_save_CPPFLAGS="$CPPFLAGS"
14137
14138   for element in $INCICONV; do
14139     haveit=
14140     for x in $CPPFLAGS; do
14141
14142   acl_save_prefix="$prefix"
14143   prefix="$acl_final_prefix"
14144   acl_save_exec_prefix="$exec_prefix"
14145   exec_prefix="$acl_final_exec_prefix"
14146   eval x=\"$x\"
14147   exec_prefix="$acl_save_exec_prefix"
14148   prefix="$acl_save_prefix"
14149
14150       if test "X$x" = "X$element"; then
14151         haveit=yes
14152         break
14153       fi
14154     done
14155     if test -z "$haveit"; then
14156       CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
14157     fi
14158   done
14159
14160
14161   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
14162 $as_echo_n "checking for iconv... " >&6; }
14163 if test "${am_cv_func_iconv+set}" = set; then :
14164   $as_echo_n "(cached) " >&6
14165 else
14166
14167     am_cv_func_iconv="no, consider installing GNU libiconv"
14168     am_cv_lib_iconv=no
14169     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14170 /* end confdefs.h.  */
14171 #include <stdlib.h>
14172 #include <iconv.h>
14173 int
14174 main ()
14175 {
14176 iconv_t cd = iconv_open("","");
14177        iconv(cd,NULL,NULL,NULL,NULL);
14178        iconv_close(cd);
14179   ;
14180   return 0;
14181 }
14182 _ACEOF
14183 if ac_fn_c_try_link "$LINENO"; then :
14184   am_cv_func_iconv=yes
14185 fi
14186 rm -f core conftest.err conftest.$ac_objext \
14187     conftest$ac_exeext conftest.$ac_ext
14188     if test "$am_cv_func_iconv" != yes; then
14189       am_save_LIBS="$LIBS"
14190       LIBS="$LIBS $LIBICONV"
14191       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14192 /* end confdefs.h.  */
14193 #include <stdlib.h>
14194 #include <iconv.h>
14195 int
14196 main ()
14197 {
14198 iconv_t cd = iconv_open("","");
14199          iconv(cd,NULL,NULL,NULL,NULL);
14200          iconv_close(cd);
14201   ;
14202   return 0;
14203 }
14204 _ACEOF
14205 if ac_fn_c_try_link "$LINENO"; then :
14206   am_cv_lib_iconv=yes
14207         am_cv_func_iconv=yes
14208 fi
14209 rm -f core conftest.err conftest.$ac_objext \
14210     conftest$ac_exeext conftest.$ac_ext
14211       LIBS="$am_save_LIBS"
14212     fi
14213
14214 fi
14215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
14216 $as_echo "$am_cv_func_iconv" >&6; }
14217   if test "$am_cv_func_iconv" = yes; then
14218
14219 $as_echo "#define HAVE_ICONV 1" >>confdefs.h
14220
14221   fi
14222   if test "$am_cv_lib_iconv" = yes; then
14223     { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
14224 $as_echo_n "checking how to link with libiconv... " >&6; }
14225     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
14226 $as_echo "$LIBICONV" >&6; }
14227   else
14228             CPPFLAGS="$am_save_CPPFLAGS"
14229     LIBICONV=
14230     LTLIBICONV=
14231   fi
14232
14233
14234
14235   if test "$am_cv_func_iconv" = yes; then
14236     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
14237 $as_echo_n "checking for iconv declaration... " >&6; }
14238     if test "${am_cv_proto_iconv+set}" = set; then :
14239   $as_echo_n "(cached) " >&6
14240 else
14241
14242       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14243 /* end confdefs.h.  */
14244
14245 #include <stdlib.h>
14246 #include <iconv.h>
14247 extern
14248 #ifdef __cplusplus
14249 "C"
14250 #endif
14251 #if defined(__STDC__) || defined(__cplusplus)
14252 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
14253 #else
14254 size_t iconv();
14255 #endif
14256
14257 int
14258 main ()
14259 {
14260
14261   ;
14262   return 0;
14263 }
14264 _ACEOF
14265 if ac_fn_c_try_compile "$LINENO"; then :
14266   am_cv_proto_iconv_arg1=""
14267 else
14268   am_cv_proto_iconv_arg1="const"
14269 fi
14270 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14271       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);"
14272 fi
14273
14274     am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
14275     { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
14276          }$am_cv_proto_iconv" >&5
14277 $as_echo "${ac_t:-
14278          }$am_cv_proto_iconv" >&6; }
14279
14280 cat >>confdefs.h <<_ACEOF
14281 #define ICONV_CONST $am_cv_proto_iconv_arg1
14282 _ACEOF
14283
14284   fi
14285
14286
14287 all_targets=false
14288 BUILD_NLMCONV=
14289 NLMCONV_DEFS=
14290 BUILD_SRCONV=
14291 BUILD_DLLTOOL=
14292 DLLTOOL_DEFS=
14293 DLLTOOL_DEFAULT=
14294 BUILD_WINDRES=
14295 BUILD_WINDMC=
14296 BUILD_DLLWRAP=
14297 BUILD_MISC=
14298 BUILD_INSTALL_MISC=
14299 OBJDUMP_DEFS=
14300 OBJDUMP_PRIVATE_VECTORS=
14301 OBJDUMP_PRIVATE_OFILES=
14302 od_vectors=
14303
14304 for targ in $target $canon_targets
14305 do
14306     if test "x$targ" = "xall"; then
14307         all_targets=true
14308         BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14309         BUILD_SRCONV='$(SRCONV_PROG)'
14310         NLMCONV_DEFS="-DNLMCONV_I386 -DNLMCONV_ALPHA -DNLMCONV_POWERPC -DNLMCONV_SPARC"
14311         BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
14312         BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14313         BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14314         BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14315         if test -z "$DLLTOOL_DEFAULT"; then
14316           DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14317         fi
14318         DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14319         BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
14320         od_vectors="$od_vectors objdump_private_desc_xcoff"
14321     else
14322         case $targ in
14323         i[3-7]86*-*-netware*)
14324           BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14325           NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_I386"
14326           ;;
14327         alpha*-*-netware*)
14328           BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14329           NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_ALPHA"
14330           ;;
14331         powerpc*-*-netware*)
14332           BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14333           NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_POWERPC"
14334           ;;
14335         sparc*-*-netware*)
14336           BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14337           NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_SPARC"
14338           ;;
14339         esac
14340
14341         case $targ in
14342         *-*-hms*) BUILD_SRCONV='$(SRCONV_PROG)' ;;
14343         esac
14344
14345         case $targ in
14346         arm-epoc-pe*)
14347           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14348           if test -z "$DLLTOOL_DEFAULT"; then
14349             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_EPOC"
14350           fi
14351           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_EPOC -DDLLTOOL_ARM"
14352           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14353           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14354           ;;
14355         arm-wince-pe* | arm-*-wince | arm*-*-cegcc* | arm*-*-mingw32ce*)
14356           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14357           if test -z "$DLLTOOL_DEFAULT"; then
14358             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_WINCE"
14359           fi
14360           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_WINCE -DDLLTOOL_ARM"
14361           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14362           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14363           ;;
14364         arm-*-pe*)
14365           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14366           if test -z "$DLLTOOL_DEFAULT"; then
14367             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM"
14368           fi
14369           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
14370           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14371           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14372           ;;
14373         x86_64-*-mingw* | x86_64-*-cygwin*)
14374           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14375           if test -z "$DLLTOOL_DEFAULT"; then
14376             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MX86_64"
14377           fi
14378           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MX86_64"
14379           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14380           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14381           BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
14382           ;;
14383         i[3-7]86-*-pe* | i[3-7]86-*-cygwin* | i[3-7]86-*-mingw32** | i[3-7]86-*-netbsdpe*)
14384           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14385           if test -z "$DLLTOOL_DEFAULT"; then
14386             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14387           fi
14388           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14389           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14390           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14391           BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
14392           ;;
14393         i[3-7]86-*-interix)
14394           BUILD_DLLTOOL='$(DLLTOOL_PROG)'
14395           if test -z "$DLLTOOL_DEFAULT"; then
14396             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14397           fi
14398           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14399           ;;
14400         powerpc*-aix5.[01])
14401           ;;
14402         powerpc*-aix[5-9].*)
14403           OBJDUMP_DEFS="-DAIX_WEAK_SUPPORT"
14404           ;;
14405         powerpc*-*-pe* | powerpc*-*-cygwin*)
14406           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14407           if test -z "$DLLTOOL_DEFAULT"; then
14408             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_PPC"
14409           fi
14410           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_PPC"
14411           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14412           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14413           ;;
14414         powerpc*-*-linux* | powerpc*-*-elf* | powerpc*-*-eabi*)
14415           case "$BUILD_INSTALL_MISC" in
14416             *embedspu*) ;;
14417             *) BUILD_INSTALL_MISC="${BUILD_INSTALL_MISC} embedspu"
14418           esac
14419           ;;
14420         sh*-*-pe)
14421           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14422           if test -z "$DLLTOOL_DEFAULT"; then
14423             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_SH"
14424           fi
14425           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_SH"
14426           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14427           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14428           ;;
14429         spu-*-*)
14430           BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
14431           ;;
14432         mips*-*-pe)
14433           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14434           if test -z "$DLLTOOL_DEFAULT"; then
14435             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MIPS"
14436           fi
14437           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MIPS"
14438           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14439           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14440           ;;
14441         mcore-*-pe)
14442           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14443           if test -z "$DLLTOOL_DEFAULT"; then
14444             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE"
14445           fi
14446           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE"
14447           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14448           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14449           ;;
14450         mcore-*-elf)
14451           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14452           if test -z "$DLLTOOL_DEFAULT"; then
14453             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE_ELF"
14454           fi
14455           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE_ELF"
14456           ;;
14457         mep-*)
14458           OBJDUMP_DEFS="-DSKIP_ZEROES=256 -DSKIP_ZEROES_AT_END=0"
14459           ;;
14460         esac
14461
14462         # Add objdump private vectors.
14463         case $targ in
14464         avr-*-*)
14465           od_vectors="$od_vectors objdump_private_desc_elf32_avr"
14466           ;;
14467         powerpc-*-aix*)
14468           od_vectors="$od_vectors objdump_private_desc_xcoff"
14469           ;;
14470         *-*-darwin*)
14471           od_vectors="$od_vectors objdump_private_desc_mach_o"
14472           ;;
14473         esac
14474     fi
14475 done
14476
14477 # Uniq objdump private vector, build objdump target ofiles.
14478 od_files=
14479 f=""
14480 for i in $od_vectors ; do
14481     case " $f " in
14482     *" $i "*) ;;
14483     *)
14484         f="$f $i"
14485         OBJDUMP_PRIVATE_VECTORS="$OBJDUMP_PRIVATE_VECTORS &$i,"
14486         case $i in
14487         objdump_private_desc_elf32_avr)
14488             od_files="$od_files od-elf32_avr" ;;
14489         objdump_private_desc_xcoff)
14490             od_files="$od_files od-xcoff" ;;
14491         objdump_private_desc_mach_o)
14492             od_files="$od_files od-macho" ;;
14493         *) as_fn_error "*** unknown private vector $i" "$LINENO" 5 ;;
14494         esac
14495         ;;
14496     esac
14497 done
14498
14499 # Uniq objdump target ofiles
14500 f=""
14501 for i in $od_files ; do
14502     case " $f " in
14503     *" $i "*) ;;
14504     *)
14505         f="$f $i"
14506         OBJDUMP_PRIVATE_OFILES="$OBJDUMP_PRIVATE_OFILES $i.$objext"
14507         ;;
14508     esac
14509 done
14510
14511 DLLTOOL_DEFS="$DLLTOOL_DEFS $DLLTOOL_DEFAULT"
14512
14513 if test "${with_windres+set}" = set; then
14514           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14515 fi
14516
14517 if test "${with_windmc+set}" = set; then
14518           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14519 fi
14520
14521 OBJDUMP_DEFS="${OBJDUMP_DEFS} -DOBJDUMP_PRIVATE_VECTORS=\"${OBJDUMP_PRIVATE_VECTORS}\""
14522
14523
14524
14525
14526
14527
14528
14529
14530
14531
14532
14533
14534
14535
14536
14537 cat >>confdefs.h <<_ACEOF
14538 #define TARGET "${target}"
14539 _ACEOF
14540
14541
14542 targ=$target
14543 . $srcdir/../bfd/config.bfd
14544 if test "x$targ_underscore" = "xyes"; then
14545     UNDERSCORE=1
14546 else
14547     UNDERSCORE=0
14548 fi
14549
14550 cat >>confdefs.h <<_ACEOF
14551 #define TARGET_PREPENDS_UNDERSCORE $UNDERSCORE
14552 _ACEOF
14553
14554
14555 # Emulation
14556 targ=$target
14557 . ${srcdir}/configure.tgt
14558 EMULATION=$targ_emul
14559 EMULATION_VECTOR=$targ_emul_vector
14560
14561
14562
14563
14564 # Required for html and install-html
14565
14566
14567
14568
14569
14570 ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
14571
14572 cat >confcache <<\_ACEOF
14573 # This file is a shell script that caches the results of configure
14574 # tests run on this system so they can be shared between configure
14575 # scripts and configure runs, see configure's option --config-cache.
14576 # It is not useful on other systems.  If it contains results you don't
14577 # want to keep, you may remove or edit it.
14578 #
14579 # config.status only pays attention to the cache file if you give it
14580 # the --recheck option to rerun configure.
14581 #
14582 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14583 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14584 # following values.
14585
14586 _ACEOF
14587
14588 # The following way of writing the cache mishandles newlines in values,
14589 # but we know of no workaround that is simple, portable, and efficient.
14590 # So, we kill variables containing newlines.
14591 # Ultrix sh set writes to stderr and can't be redirected directly,
14592 # and sets the high bit in the cache file unless we assign to the vars.
14593 (
14594   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14595     eval ac_val=\$$ac_var
14596     case $ac_val in #(
14597     *${as_nl}*)
14598       case $ac_var in #(
14599       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14600 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14601       esac
14602       case $ac_var in #(
14603       _ | IFS | as_nl) ;; #(
14604       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14605       *) { eval $ac_var=; unset $ac_var;} ;;
14606       esac ;;
14607     esac
14608   done
14609
14610   (set) 2>&1 |
14611     case $as_nl`(ac_space=' '; set) 2>&1` in #(
14612     *${as_nl}ac_space=\ *)
14613       # `set' does not quote correctly, so add quotes: double-quote
14614       # substitution turns \\\\ into \\, and sed turns \\ into \.
14615       sed -n \
14616         "s/'/'\\\\''/g;
14617           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14618       ;; #(
14619     *)
14620       # `set' quotes correctly as required by POSIX, so do not add quotes.
14621       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14622       ;;
14623     esac |
14624     sort
14625 ) |
14626   sed '
14627      /^ac_cv_env_/b end
14628      t clear
14629      :clear
14630      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14631      t end
14632      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14633      :end' >>confcache
14634 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14635   if test -w "$cache_file"; then
14636     test "x$cache_file" != "x/dev/null" &&
14637       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14638 $as_echo "$as_me: updating cache $cache_file" >&6;}
14639     cat confcache >$cache_file
14640   else
14641     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14642 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14643   fi
14644 fi
14645 rm -f confcache
14646
14647 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14648 # Let make expand exec_prefix.
14649 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14650
14651 DEFS=-DHAVE_CONFIG_H
14652
14653 ac_libobjs=
14654 ac_ltlibobjs=
14655 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14656   # 1. Remove the extension, and $U if already installed.
14657   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14658   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14659   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
14660   #    will be set to the directory where LIBOBJS objects are built.
14661   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14662   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14663 done
14664 LIBOBJS=$ac_libobjs
14665
14666 LTLIBOBJS=$ac_ltlibobjs
14667
14668
14669 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
14670   as_fn_error "conditional \"AMDEP\" was never defined.
14671 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14672 fi
14673 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
14674   as_fn_error "conditional \"am__fastdepCC\" was never defined.
14675 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14676 fi
14677  if test -n "$EXEEXT"; then
14678   am__EXEEXT_TRUE=
14679   am__EXEEXT_FALSE='#'
14680 else
14681   am__EXEEXT_TRUE='#'
14682   am__EXEEXT_FALSE=
14683 fi
14684
14685 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14686   as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
14687 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14688 fi
14689 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
14690   as_fn_error "conditional \"GENINSRC_NEVER\" was never defined.
14691 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14692 fi
14693
14694 : ${CONFIG_STATUS=./config.status}
14695 ac_write_fail=0
14696 ac_clean_files_save=$ac_clean_files
14697 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14698 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14699 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14700 as_write_fail=0
14701 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14702 #! $SHELL
14703 # Generated by $as_me.
14704 # Run this file to recreate the current configuration.
14705 # Compiler output produced by configure, useful for debugging
14706 # configure, is in config.log if it exists.
14707
14708 debug=false
14709 ac_cs_recheck=false
14710 ac_cs_silent=false
14711
14712 SHELL=\${CONFIG_SHELL-$SHELL}
14713 export SHELL
14714 _ASEOF
14715 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14716 ## -------------------- ##
14717 ## M4sh Initialization. ##
14718 ## -------------------- ##
14719
14720 # Be more Bourne compatible
14721 DUALCASE=1; export DUALCASE # for MKS sh
14722 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14723   emulate sh
14724   NULLCMD=:
14725   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14726   # is contrary to our usage.  Disable this feature.
14727   alias -g '${1+"$@"}'='"$@"'
14728   setopt NO_GLOB_SUBST
14729 else
14730   case `(set -o) 2>/dev/null` in #(
14731   *posix*) :
14732     set -o posix ;; #(
14733   *) :
14734      ;;
14735 esac
14736 fi
14737
14738
14739 as_nl='
14740 '
14741 export as_nl
14742 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14743 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14744 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14745 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14746 # Prefer a ksh shell builtin over an external printf program on Solaris,
14747 # but without wasting forks for bash or zsh.
14748 if test -z "$BASH_VERSION$ZSH_VERSION" \
14749     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14750   as_echo='print -r --'
14751   as_echo_n='print -rn --'
14752 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14753   as_echo='printf %s\n'
14754   as_echo_n='printf %s'
14755 else
14756   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14757     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14758     as_echo_n='/usr/ucb/echo -n'
14759   else
14760     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14761     as_echo_n_body='eval
14762       arg=$1;
14763       case $arg in #(
14764       *"$as_nl"*)
14765         expr "X$arg" : "X\\(.*\\)$as_nl";
14766         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14767       esac;
14768       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14769     '
14770     export as_echo_n_body
14771     as_echo_n='sh -c $as_echo_n_body as_echo'
14772   fi
14773   export as_echo_body
14774   as_echo='sh -c $as_echo_body as_echo'
14775 fi
14776
14777 # The user is always right.
14778 if test "${PATH_SEPARATOR+set}" != set; then
14779   PATH_SEPARATOR=:
14780   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14781     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14782       PATH_SEPARATOR=';'
14783   }
14784 fi
14785
14786
14787 # IFS
14788 # We need space, tab and new line, in precisely that order.  Quoting is
14789 # there to prevent editors from complaining about space-tab.
14790 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14791 # splitting by setting IFS to empty value.)
14792 IFS=" ""        $as_nl"
14793
14794 # Find who we are.  Look in the path if we contain no directory separator.
14795 case $0 in #((
14796   *[\\/]* ) as_myself=$0 ;;
14797   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14798 for as_dir in $PATH
14799 do
14800   IFS=$as_save_IFS
14801   test -z "$as_dir" && as_dir=.
14802     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14803   done
14804 IFS=$as_save_IFS
14805
14806      ;;
14807 esac
14808 # We did not find ourselves, most probably we were run as `sh COMMAND'
14809 # in which case we are not to be found in the path.
14810 if test "x$as_myself" = x; then
14811   as_myself=$0
14812 fi
14813 if test ! -f "$as_myself"; then
14814   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14815   exit 1
14816 fi
14817
14818 # Unset variables that we do not need and which cause bugs (e.g. in
14819 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
14820 # suppresses any "Segmentation fault" message there.  '((' could
14821 # trigger a bug in pdksh 5.2.14.
14822 for as_var in BASH_ENV ENV MAIL MAILPATH
14823 do eval test x\${$as_var+set} = xset \
14824   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14825 done
14826 PS1='$ '
14827 PS2='> '
14828 PS4='+ '
14829
14830 # NLS nuisances.
14831 LC_ALL=C
14832 export LC_ALL
14833 LANGUAGE=C
14834 export LANGUAGE
14835
14836 # CDPATH.
14837 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14838
14839
14840 # as_fn_error ERROR [LINENO LOG_FD]
14841 # ---------------------------------
14842 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14843 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14844 # script with status $?, using 1 if that was 0.
14845 as_fn_error ()
14846 {
14847   as_status=$?; test $as_status -eq 0 && as_status=1
14848   if test "$3"; then
14849     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14850     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
14851   fi
14852   $as_echo "$as_me: error: $1" >&2
14853   as_fn_exit $as_status
14854 } # as_fn_error
14855
14856
14857 # as_fn_set_status STATUS
14858 # -----------------------
14859 # Set $? to STATUS, without forking.
14860 as_fn_set_status ()
14861 {
14862   return $1
14863 } # as_fn_set_status
14864
14865 # as_fn_exit STATUS
14866 # -----------------
14867 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14868 as_fn_exit ()
14869 {
14870   set +e
14871   as_fn_set_status $1
14872   exit $1
14873 } # as_fn_exit
14874
14875 # as_fn_unset VAR
14876 # ---------------
14877 # Portably unset VAR.
14878 as_fn_unset ()
14879 {
14880   { eval $1=; unset $1;}
14881 }
14882 as_unset=as_fn_unset
14883 # as_fn_append VAR VALUE
14884 # ----------------------
14885 # Append the text in VALUE to the end of the definition contained in VAR. Take
14886 # advantage of any shell optimizations that allow amortized linear growth over
14887 # repeated appends, instead of the typical quadratic growth present in naive
14888 # implementations.
14889 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14890   eval 'as_fn_append ()
14891   {
14892     eval $1+=\$2
14893   }'
14894 else
14895   as_fn_append ()
14896   {
14897     eval $1=\$$1\$2
14898   }
14899 fi # as_fn_append
14900
14901 # as_fn_arith ARG...
14902 # ------------------
14903 # Perform arithmetic evaluation on the ARGs, and store the result in the
14904 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14905 # must be portable across $(()) and expr.
14906 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14907   eval 'as_fn_arith ()
14908   {
14909     as_val=$(( $* ))
14910   }'
14911 else
14912   as_fn_arith ()
14913   {
14914     as_val=`expr "$@" || test $? -eq 1`
14915   }
14916 fi # as_fn_arith
14917
14918
14919 if expr a : '\(a\)' >/dev/null 2>&1 &&
14920    test "X`expr 00001 : '.*\(...\)'`" = X001; then
14921   as_expr=expr
14922 else
14923   as_expr=false
14924 fi
14925
14926 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14927   as_basename=basename
14928 else
14929   as_basename=false
14930 fi
14931
14932 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14933   as_dirname=dirname
14934 else
14935   as_dirname=false
14936 fi
14937
14938 as_me=`$as_basename -- "$0" ||
14939 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14940          X"$0" : 'X\(//\)$' \| \
14941          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14942 $as_echo X/"$0" |
14943     sed '/^.*\/\([^/][^/]*\)\/*$/{
14944             s//\1/
14945             q
14946           }
14947           /^X\/\(\/\/\)$/{
14948             s//\1/
14949             q
14950           }
14951           /^X\/\(\/\).*/{
14952             s//\1/
14953             q
14954           }
14955           s/.*/./; q'`
14956
14957 # Avoid depending upon Character Ranges.
14958 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14959 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14960 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14961 as_cr_digits='0123456789'
14962 as_cr_alnum=$as_cr_Letters$as_cr_digits
14963
14964 ECHO_C= ECHO_N= ECHO_T=
14965 case `echo -n x` in #(((((
14966 -n*)
14967   case `echo 'xy\c'` in
14968   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
14969   xy)  ECHO_C='\c';;
14970   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
14971        ECHO_T=' ';;
14972   esac;;
14973 *)
14974   ECHO_N='-n';;
14975 esac
14976
14977 rm -f conf$$ conf$$.exe conf$$.file
14978 if test -d conf$$.dir; then
14979   rm -f conf$$.dir/conf$$.file
14980 else
14981   rm -f conf$$.dir
14982   mkdir conf$$.dir 2>/dev/null
14983 fi
14984 if (echo >conf$$.file) 2>/dev/null; then
14985   if ln -s conf$$.file conf$$ 2>/dev/null; then
14986     as_ln_s='ln -s'
14987     # ... but there are two gotchas:
14988     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14989     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14990     # In both cases, we have to default to `cp -p'.
14991     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14992       as_ln_s='cp -p'
14993   elif ln conf$$.file conf$$ 2>/dev/null; then
14994     as_ln_s=ln
14995   else
14996     as_ln_s='cp -p'
14997   fi
14998 else
14999   as_ln_s='cp -p'
15000 fi
15001 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15002 rmdir conf$$.dir 2>/dev/null
15003
15004
15005 # as_fn_mkdir_p
15006 # -------------
15007 # Create "$as_dir" as a directory, including parents if necessary.
15008 as_fn_mkdir_p ()
15009 {
15010
15011   case $as_dir in #(
15012   -*) as_dir=./$as_dir;;
15013   esac
15014   test -d "$as_dir" || eval $as_mkdir_p || {
15015     as_dirs=
15016     while :; do
15017       case $as_dir in #(
15018       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15019       *) as_qdir=$as_dir;;
15020       esac
15021       as_dirs="'$as_qdir' $as_dirs"
15022       as_dir=`$as_dirname -- "$as_dir" ||
15023 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15024          X"$as_dir" : 'X\(//\)[^/]' \| \
15025          X"$as_dir" : 'X\(//\)$' \| \
15026          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15027 $as_echo X"$as_dir" |
15028     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15029             s//\1/
15030             q
15031           }
15032           /^X\(\/\/\)[^/].*/{
15033             s//\1/
15034             q
15035           }
15036           /^X\(\/\/\)$/{
15037             s//\1/
15038             q
15039           }
15040           /^X\(\/\).*/{
15041             s//\1/
15042             q
15043           }
15044           s/.*/./; q'`
15045       test -d "$as_dir" && break
15046     done
15047     test -z "$as_dirs" || eval "mkdir $as_dirs"
15048   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15049
15050
15051 } # as_fn_mkdir_p
15052 if mkdir -p . 2>/dev/null; then
15053   as_mkdir_p='mkdir -p "$as_dir"'
15054 else
15055   test -d ./-p && rmdir ./-p
15056   as_mkdir_p=false
15057 fi
15058
15059 if test -x / >/dev/null 2>&1; then
15060   as_test_x='test -x'
15061 else
15062   if ls -dL / >/dev/null 2>&1; then
15063     as_ls_L_option=L
15064   else
15065     as_ls_L_option=
15066   fi
15067   as_test_x='
15068     eval sh -c '\''
15069       if test -d "$1"; then
15070         test -d "$1/.";
15071       else
15072         case $1 in #(
15073         -*)set "./$1";;
15074         esac;
15075         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15076         ???[sx]*):;;*)false;;esac;fi
15077     '\'' sh
15078   '
15079 fi
15080 as_executable_p=$as_test_x
15081
15082 # Sed expression to map a string onto a valid CPP name.
15083 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15084
15085 # Sed expression to map a string onto a valid variable name.
15086 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15087
15088
15089 exec 6>&1
15090 ## ----------------------------------- ##
15091 ## Main body of $CONFIG_STATUS script. ##
15092 ## ----------------------------------- ##
15093 _ASEOF
15094 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15095
15096 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15097 # Save the log message, to keep $0 and so on meaningful, and to
15098 # report actual input values of CONFIG_FILES etc. instead of their
15099 # values after options handling.
15100 ac_log="
15101 This file was extended by binutils $as_me 2.25.51, which was
15102 generated by GNU Autoconf 2.64.  Invocation command line was
15103
15104   CONFIG_FILES    = $CONFIG_FILES
15105   CONFIG_HEADERS  = $CONFIG_HEADERS
15106   CONFIG_LINKS    = $CONFIG_LINKS
15107   CONFIG_COMMANDS = $CONFIG_COMMANDS
15108   $ $0 $@
15109
15110 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15111 "
15112
15113 _ACEOF
15114
15115 case $ac_config_files in *"
15116 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15117 esac
15118
15119 case $ac_config_headers in *"
15120 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15121 esac
15122
15123
15124 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15125 # Files that config.status was made for.
15126 config_files="$ac_config_files"
15127 config_headers="$ac_config_headers"
15128 config_commands="$ac_config_commands"
15129
15130 _ACEOF
15131
15132 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15133 ac_cs_usage="\
15134 \`$as_me' instantiates files and other configuration actions
15135 from templates according to the current configuration.  Unless the files
15136 and actions are specified as TAGs, all are instantiated by default.
15137
15138 Usage: $0 [OPTION]... [TAG]...
15139
15140   -h, --help       print this help, then exit
15141   -V, --version    print version number and configuration settings, then exit
15142   -q, --quiet, --silent
15143                    do not print progress messages
15144   -d, --debug      don't remove temporary files
15145       --recheck    update $as_me by reconfiguring in the same conditions
15146       --file=FILE[:TEMPLATE]
15147                    instantiate the configuration file FILE
15148       --header=FILE[:TEMPLATE]
15149                    instantiate the configuration header FILE
15150
15151 Configuration files:
15152 $config_files
15153
15154 Configuration headers:
15155 $config_headers
15156
15157 Configuration commands:
15158 $config_commands
15159
15160 Report bugs to the package provider."
15161
15162 _ACEOF
15163 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15164 ac_cs_version="\\
15165 binutils config.status 2.25.51
15166 configured by $0, generated by GNU Autoconf 2.64,
15167   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
15168
15169 Copyright (C) 2009 Free Software Foundation, Inc.
15170 This config.status script is free software; the Free Software Foundation
15171 gives unlimited permission to copy, distribute and modify it."
15172
15173 ac_pwd='$ac_pwd'
15174 srcdir='$srcdir'
15175 INSTALL='$INSTALL'
15176 MKDIR_P='$MKDIR_P'
15177 AWK='$AWK'
15178 test -n "\$AWK" || AWK=awk
15179 _ACEOF
15180
15181 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15182 # The default lists apply if the user does not specify any file.
15183 ac_need_defaults=:
15184 while test $# != 0
15185 do
15186   case $1 in
15187   --*=*)
15188     ac_option=`expr "X$1" : 'X\([^=]*\)='`
15189     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15190     ac_shift=:
15191     ;;
15192   *)
15193     ac_option=$1
15194     ac_optarg=$2
15195     ac_shift=shift
15196     ;;
15197   esac
15198
15199   case $ac_option in
15200   # Handling of the options.
15201   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15202     ac_cs_recheck=: ;;
15203   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15204     $as_echo "$ac_cs_version"; exit ;;
15205   --debug | --debu | --deb | --de | --d | -d )
15206     debug=: ;;
15207   --file | --fil | --fi | --f )
15208     $ac_shift
15209     case $ac_optarg in
15210     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15211     esac
15212     as_fn_append CONFIG_FILES " '$ac_optarg'"
15213     ac_need_defaults=false;;
15214   --header | --heade | --head | --hea )
15215     $ac_shift
15216     case $ac_optarg in
15217     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15218     esac
15219     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
15220     ac_need_defaults=false;;
15221   --he | --h)
15222     # Conflict between --help and --header
15223     as_fn_error "ambiguous option: \`$1'
15224 Try \`$0 --help' for more information.";;
15225   --help | --hel | -h )
15226     $as_echo "$ac_cs_usage"; exit ;;
15227   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15228   | -silent | --silent | --silen | --sile | --sil | --si | --s)
15229     ac_cs_silent=: ;;
15230
15231   # This is an error.
15232   -*) as_fn_error "unrecognized option: \`$1'
15233 Try \`$0 --help' for more information." ;;
15234
15235   *) as_fn_append ac_config_targets " $1"
15236      ac_need_defaults=false ;;
15237
15238   esac
15239   shift
15240 done
15241
15242 ac_configure_extra_args=
15243
15244 if $ac_cs_silent; then
15245   exec 6>/dev/null
15246   ac_configure_extra_args="$ac_configure_extra_args --silent"
15247 fi
15248
15249 _ACEOF
15250 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15251 if \$ac_cs_recheck; then
15252   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15253   shift
15254   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15255   CONFIG_SHELL='$SHELL'
15256   export CONFIG_SHELL
15257   exec "\$@"
15258 fi
15259
15260 _ACEOF
15261 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15262 exec 5>>config.log
15263 {
15264   echo
15265   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15266 ## Running $as_me. ##
15267 _ASBOX
15268   $as_echo "$ac_log"
15269 } >&5
15270
15271 _ACEOF
15272 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15273 #
15274 # INIT-COMMANDS
15275 #
15276 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
15277
15278
15279 # The HP-UX ksh and POSIX shell print the target directory to stdout
15280 # if CDPATH is set.
15281 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15282
15283 sed_quote_subst='$sed_quote_subst'
15284 double_quote_subst='$double_quote_subst'
15285 delay_variable_subst='$delay_variable_subst'
15286 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15287 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15288 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15289 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15290 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15291 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15292 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15293 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15294 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15295 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15296 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15297 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15298 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15299 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15300 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15301 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15302 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15303 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15304 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15305 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15306 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15307 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15308 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15309 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15310 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15311 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15312 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15313 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15314 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15315 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15316 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15317 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15318 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15319 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15320 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15321 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15322 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15323 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15324 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15325 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15326 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15327 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15328 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15329 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15330 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15331 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15332 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15333 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15334 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"`'
15335 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15336 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15337 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
15338 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
15339 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
15340 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15341 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15342 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15343 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15344 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15345 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15346 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15347 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15348 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15349 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15350 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15351 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15352 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15353 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15354 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15355 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15356 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15357 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15358 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15359 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15360 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15361 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15362 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15363 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15364 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15365 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15366 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15367 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15368 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15369 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15370 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15371 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15372 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15373 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15374 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15375 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
15376 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15377 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15378 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15379 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15380 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15381 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15382 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15383 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15384 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15385 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15386 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15387 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15388 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15389 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15390 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15391 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15392 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15393 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15394 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15395 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15396 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15397 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15398 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15399 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15400 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15401 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15402 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15403 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15404 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15405 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
15406
15407 LTCC='$LTCC'
15408 LTCFLAGS='$LTCFLAGS'
15409 compiler='$compiler_DEFAULT'
15410
15411 # A function that is used when there is no print builtin or printf.
15412 func_fallback_echo ()
15413 {
15414   eval 'cat <<_LTECHO_EOF
15415 \$1
15416 _LTECHO_EOF'
15417 }
15418
15419 # Quote evaled strings.
15420 for var in SHELL \
15421 ECHO \
15422 SED \
15423 GREP \
15424 EGREP \
15425 FGREP \
15426 LD \
15427 NM \
15428 LN_S \
15429 lt_SP2NL \
15430 lt_NL2SP \
15431 reload_flag \
15432 OBJDUMP \
15433 deplibs_check_method \
15434 file_magic_cmd \
15435 AR \
15436 AR_FLAGS \
15437 STRIP \
15438 RANLIB \
15439 CC \
15440 CFLAGS \
15441 compiler \
15442 lt_cv_sys_global_symbol_pipe \
15443 lt_cv_sys_global_symbol_to_cdecl \
15444 lt_cv_sys_global_symbol_to_c_name_address \
15445 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
15446 lt_prog_compiler_no_builtin_flag \
15447 lt_prog_compiler_wl \
15448 lt_prog_compiler_pic \
15449 lt_prog_compiler_static \
15450 lt_cv_prog_compiler_c_o \
15451 need_locks \
15452 DSYMUTIL \
15453 NMEDIT \
15454 LIPO \
15455 OTOOL \
15456 OTOOL64 \
15457 shrext_cmds \
15458 export_dynamic_flag_spec \
15459 whole_archive_flag_spec \
15460 compiler_needs_object \
15461 with_gnu_ld \
15462 allow_undefined_flag \
15463 no_undefined_flag \
15464 hardcode_libdir_flag_spec \
15465 hardcode_libdir_flag_spec_ld \
15466 hardcode_libdir_separator \
15467 fix_srcfile_path \
15468 exclude_expsyms \
15469 include_expsyms \
15470 file_list_spec \
15471 variables_saved_for_relink \
15472 libname_spec \
15473 library_names_spec \
15474 soname_spec \
15475 install_override_mode \
15476 finish_eval \
15477 old_striplib \
15478 striplib; do
15479     case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15480     *[\\\\\\\`\\"\\\$]*)
15481       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
15482       ;;
15483     *)
15484       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15485       ;;
15486     esac
15487 done
15488
15489 # Double-quote double-evaled strings.
15490 for var in reload_cmds \
15491 old_postinstall_cmds \
15492 old_postuninstall_cmds \
15493 old_archive_cmds \
15494 extract_expsyms_cmds \
15495 old_archive_from_new_cmds \
15496 old_archive_from_expsyms_cmds \
15497 archive_cmds \
15498 archive_expsym_cmds \
15499 module_cmds \
15500 module_expsym_cmds \
15501 export_symbols_cmds \
15502 prelink_cmds \
15503 postinstall_cmds \
15504 postuninstall_cmds \
15505 finish_cmds \
15506 sys_lib_search_path_spec \
15507 sys_lib_dlsearch_path_spec; do
15508     case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15509     *[\\\\\\\`\\"\\\$]*)
15510       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
15511       ;;
15512     *)
15513       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15514       ;;
15515     esac
15516 done
15517
15518 ac_aux_dir='$ac_aux_dir'
15519 xsi_shell='$xsi_shell'
15520 lt_shell_append='$lt_shell_append'
15521
15522 # See if we are running on zsh, and set the options which allow our
15523 # commands through without removal of \ escapes INIT.
15524 if test -n "\${ZSH_VERSION+set}" ; then
15525    setopt NO_GLOB_SUBST
15526 fi
15527
15528
15529     PACKAGE='$PACKAGE'
15530     VERSION='$VERSION'
15531     TIMESTAMP='$TIMESTAMP'
15532     RM='$RM'
15533     ofile='$ofile'
15534
15535
15536
15537 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
15538     # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
15539     # from automake.
15540     eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
15541     # Capture the value of LINGUAS because we need it to compute CATALOGS.
15542     LINGUAS="${LINGUAS-%UNSET%}"
15543
15544
15545 _ACEOF
15546
15547 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15548
15549 # Handling of arguments.
15550 for ac_config_target in $ac_config_targets
15551 do
15552   case $ac_config_target in
15553     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15554     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15555     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
15556     "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
15557     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15558     "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
15559     "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
15560
15561   *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15562   esac
15563 done
15564
15565
15566 # If the user did not use the arguments to specify the items to instantiate,
15567 # then the envvar interface is used.  Set only those that are not.
15568 # We use the long form for the default assignment because of an extremely
15569 # bizarre bug on SunOS 4.1.3.
15570 if $ac_need_defaults; then
15571   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15572   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15573   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15574 fi
15575
15576 # Have a temporary directory for convenience.  Make it in the build tree
15577 # simply because there is no reason against having it here, and in addition,
15578 # creating and moving files from /tmp can sometimes cause problems.
15579 # Hook for its removal unless debugging.
15580 # Note that there is a small window in which the directory will not be cleaned:
15581 # after its creation but before its name has been assigned to `$tmp'.
15582 $debug ||
15583 {
15584   tmp=
15585   trap 'exit_status=$?
15586   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15587 ' 0
15588   trap 'as_fn_exit 1' 1 2 13 15
15589 }
15590 # Create a (secure) tmp directory for tmp files.
15591
15592 {
15593   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15594   test -n "$tmp" && test -d "$tmp"
15595 }  ||
15596 {
15597   tmp=./conf$$-$RANDOM
15598   (umask 077 && mkdir "$tmp")
15599 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15600
15601 # Set up the scripts for CONFIG_FILES section.
15602 # No need to generate them if there are no CONFIG_FILES.
15603 # This happens for instance with `./config.status config.h'.
15604 if test -n "$CONFIG_FILES"; then
15605
15606
15607 ac_cr=`echo X | tr X '\015'`
15608 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15609 # But we know of no other shell where ac_cr would be empty at this
15610 # point, so we can use a bashism as a fallback.
15611 if test "x$ac_cr" = x; then
15612   eval ac_cr=\$\'\\r\'
15613 fi
15614 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15615 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15616   ac_cs_awk_cr='\r'
15617 else
15618   ac_cs_awk_cr=$ac_cr
15619 fi
15620
15621 echo 'BEGIN {' >"$tmp/subs1.awk" &&
15622 _ACEOF
15623
15624
15625 {
15626   echo "cat >conf$$subs.awk <<_ACEOF" &&
15627   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15628   echo "_ACEOF"
15629 } >conf$$subs.sh ||
15630   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15631 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15632 ac_delim='%!_!# '
15633 for ac_last_try in false false false false false :; do
15634   . ./conf$$subs.sh ||
15635     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15636
15637   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15638   if test $ac_delim_n = $ac_delim_num; then
15639     break
15640   elif $ac_last_try; then
15641     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15642   else
15643     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15644   fi
15645 done
15646 rm -f conf$$subs.sh
15647
15648 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15649 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15650 _ACEOF
15651 sed -n '
15652 h
15653 s/^/S["/; s/!.*/"]=/
15654 p
15655 g
15656 s/^[^!]*!//
15657 :repl
15658 t repl
15659 s/'"$ac_delim"'$//
15660 t delim
15661 :nl
15662 h
15663 s/\(.\{148\}\).*/\1/
15664 t more1
15665 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15666 p
15667 n
15668 b repl
15669 :more1
15670 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15671 p
15672 g
15673 s/.\{148\}//
15674 t nl
15675 :delim
15676 h
15677 s/\(.\{148\}\).*/\1/
15678 t more2
15679 s/["\\]/\\&/g; s/^/"/; s/$/"/
15680 p
15681 b
15682 :more2
15683 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15684 p
15685 g
15686 s/.\{148\}//
15687 t delim
15688 ' <conf$$subs.awk | sed '
15689 /^[^""]/{
15690   N
15691   s/\n//
15692 }
15693 ' >>$CONFIG_STATUS || ac_write_fail=1
15694 rm -f conf$$subs.awk
15695 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15696 _ACAWK
15697 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15698   for (key in S) S_is_set[key] = 1
15699   FS = "\a"
15700
15701 }
15702 {
15703   line = $ 0
15704   nfields = split(line, field, "@")
15705   substed = 0
15706   len = length(field[1])
15707   for (i = 2; i < nfields; i++) {
15708     key = field[i]
15709     keylen = length(key)
15710     if (S_is_set[key]) {
15711       value = S[key]
15712       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15713       len += length(value) + length(field[++i])
15714       substed = 1
15715     } else
15716       len += 1 + keylen
15717   }
15718
15719   print line
15720 }
15721
15722 _ACAWK
15723 _ACEOF
15724 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15725 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15726   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15727 else
15728   cat
15729 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15730   || as_fn_error "could not setup config files machinery" "$LINENO" 5
15731 _ACEOF
15732
15733 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15734 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15735 # trailing colons and then remove the whole line if VPATH becomes empty
15736 # (actually we leave an empty line to preserve line numbers).
15737 if test "x$srcdir" = x.; then
15738   ac_vpsub='/^[  ]*VPATH[        ]*=/{
15739 s/:*\$(srcdir):*/:/
15740 s/:*\${srcdir}:*/:/
15741 s/:*@srcdir@:*/:/
15742 s/^\([^=]*=[     ]*\):*/\1/
15743 s/:*$//
15744 s/^[^=]*=[       ]*$//
15745 }'
15746 fi
15747
15748 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15749 fi # test -n "$CONFIG_FILES"
15750
15751 # Set up the scripts for CONFIG_HEADERS section.
15752 # No need to generate them if there are no CONFIG_HEADERS.
15753 # This happens for instance with `./config.status Makefile'.
15754 if test -n "$CONFIG_HEADERS"; then
15755 cat >"$tmp/defines.awk" <<\_ACAWK ||
15756 BEGIN {
15757 _ACEOF
15758
15759 # Transform confdefs.h into an awk script `defines.awk', embedded as
15760 # here-document in config.status, that substitutes the proper values into
15761 # config.h.in to produce config.h.
15762
15763 # Create a delimiter string that does not exist in confdefs.h, to ease
15764 # handling of long lines.
15765 ac_delim='%!_!# '
15766 for ac_last_try in false false :; do
15767   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
15768   if test -z "$ac_t"; then
15769     break
15770   elif $ac_last_try; then
15771     as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
15772   else
15773     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15774   fi
15775 done
15776
15777 # For the awk script, D is an array of macro values keyed by name,
15778 # likewise P contains macro parameters if any.  Preserve backslash
15779 # newline sequences.
15780
15781 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15782 sed -n '
15783 s/.\{148\}/&'"$ac_delim"'/g
15784 t rset
15785 :rset
15786 s/^[     ]*#[    ]*define[       ][      ]*/ /
15787 t def
15788 d
15789 :def
15790 s/\\$//
15791 t bsnl
15792 s/["\\]/\\&/g
15793 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
15794 D["\1"]=" \3"/p
15795 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
15796 d
15797 :bsnl
15798 s/["\\]/\\&/g
15799 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
15800 D["\1"]=" \3\\\\\\n"\\/p
15801 t cont
15802 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15803 t cont
15804 d
15805 :cont
15806 n
15807 s/.\{148\}/&'"$ac_delim"'/g
15808 t clear
15809 :clear
15810 s/\\$//
15811 t bsnlc
15812 s/["\\]/\\&/g; s/^/"/; s/$/"/p
15813 d
15814 :bsnlc
15815 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15816 b cont
15817 ' <confdefs.h | sed '
15818 s/'"$ac_delim"'/"\\\
15819 "/g' >>$CONFIG_STATUS || ac_write_fail=1
15820
15821 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15822   for (key in D) D_is_set[key] = 1
15823   FS = "\a"
15824 }
15825 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15826   line = \$ 0
15827   split(line, arg, " ")
15828   if (arg[1] == "#") {
15829     defundef = arg[2]
15830     mac1 = arg[3]
15831   } else {
15832     defundef = substr(arg[1], 2)
15833     mac1 = arg[2]
15834   }
15835   split(mac1, mac2, "(") #)
15836   macro = mac2[1]
15837   prefix = substr(line, 1, index(line, defundef) - 1)
15838   if (D_is_set[macro]) {
15839     # Preserve the white space surrounding the "#".
15840     print prefix "define", macro P[macro] D[macro]
15841     next
15842   } else {
15843     # Replace #undef with comments.  This is necessary, for example,
15844     # in the case of _POSIX_SOURCE, which is predefined and required
15845     # on some systems where configure will not decide to define it.
15846     if (defundef == "undef") {
15847       print "/*", prefix defundef, macro, "*/"
15848       next
15849     }
15850   }
15851 }
15852 { print }
15853 _ACAWK
15854 _ACEOF
15855 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15856   as_fn_error "could not setup config headers machinery" "$LINENO" 5
15857 fi # test -n "$CONFIG_HEADERS"
15858
15859
15860 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
15861 shift
15862 for ac_tag
15863 do
15864   case $ac_tag in
15865   :[FHLC]) ac_mode=$ac_tag; continue;;
15866   esac
15867   case $ac_mode$ac_tag in
15868   :[FHL]*:*);;
15869   :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15870   :[FH]-) ac_tag=-:-;;
15871   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15872   esac
15873   ac_save_IFS=$IFS
15874   IFS=:
15875   set x $ac_tag
15876   IFS=$ac_save_IFS
15877   shift
15878   ac_file=$1
15879   shift
15880
15881   case $ac_mode in
15882   :L) ac_source=$1;;
15883   :[FH])
15884     ac_file_inputs=
15885     for ac_f
15886     do
15887       case $ac_f in
15888       -) ac_f="$tmp/stdin";;
15889       *) # Look for the file first in the build tree, then in the source tree
15890          # (if the path is not absolute).  The absolute path cannot be DOS-style,
15891          # because $ac_f cannot contain `:'.
15892          test -f "$ac_f" ||
15893            case $ac_f in
15894            [\\/$]*) false;;
15895            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15896            esac ||
15897            as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15898       esac
15899       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15900       as_fn_append ac_file_inputs " '$ac_f'"
15901     done
15902
15903     # Let's still pretend it is `configure' which instantiates (i.e., don't
15904     # use $as_me), people would be surprised to read:
15905     #    /* config.h.  Generated by config.status.  */
15906     configure_input='Generated from '`
15907           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15908         `' by configure.'
15909     if test x"$ac_file" != x-; then
15910       configure_input="$ac_file.  $configure_input"
15911       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15912 $as_echo "$as_me: creating $ac_file" >&6;}
15913     fi
15914     # Neutralize special characters interpreted by sed in replacement strings.
15915     case $configure_input in #(
15916     *\&* | *\|* | *\\* )
15917        ac_sed_conf_input=`$as_echo "$configure_input" |
15918        sed 's/[\\\\&|]/\\\\&/g'`;; #(
15919     *) ac_sed_conf_input=$configure_input;;
15920     esac
15921
15922     case $ac_tag in
15923     *:-:* | *:-) cat >"$tmp/stdin" \
15924       || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15925     esac
15926     ;;
15927   esac
15928
15929   ac_dir=`$as_dirname -- "$ac_file" ||
15930 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15931          X"$ac_file" : 'X\(//\)[^/]' \| \
15932          X"$ac_file" : 'X\(//\)$' \| \
15933          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15934 $as_echo X"$ac_file" |
15935     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15936             s//\1/
15937             q
15938           }
15939           /^X\(\/\/\)[^/].*/{
15940             s//\1/
15941             q
15942           }
15943           /^X\(\/\/\)$/{
15944             s//\1/
15945             q
15946           }
15947           /^X\(\/\).*/{
15948             s//\1/
15949             q
15950           }
15951           s/.*/./; q'`
15952   as_dir="$ac_dir"; as_fn_mkdir_p
15953   ac_builddir=.
15954
15955 case "$ac_dir" in
15956 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15957 *)
15958   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15959   # A ".." for each directory in $ac_dir_suffix.
15960   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15961   case $ac_top_builddir_sub in
15962   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15963   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15964   esac ;;
15965 esac
15966 ac_abs_top_builddir=$ac_pwd
15967 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15968 # for backward compatibility:
15969 ac_top_builddir=$ac_top_build_prefix
15970
15971 case $srcdir in
15972   .)  # We are building in place.
15973     ac_srcdir=.
15974     ac_top_srcdir=$ac_top_builddir_sub
15975     ac_abs_top_srcdir=$ac_pwd ;;
15976   [\\/]* | ?:[\\/]* )  # Absolute name.
15977     ac_srcdir=$srcdir$ac_dir_suffix;
15978     ac_top_srcdir=$srcdir
15979     ac_abs_top_srcdir=$srcdir ;;
15980   *) # Relative name.
15981     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15982     ac_top_srcdir=$ac_top_build_prefix$srcdir
15983     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15984 esac
15985 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15986
15987
15988   case $ac_mode in
15989   :F)
15990   #
15991   # CONFIG_FILE
15992   #
15993
15994   case $INSTALL in
15995   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15996   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15997   esac
15998   ac_MKDIR_P=$MKDIR_P
15999   case $MKDIR_P in
16000   [\\/$]* | ?:[\\/]* ) ;;
16001   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
16002   esac
16003 _ACEOF
16004
16005 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16006 # If the template does not know about datarootdir, expand it.
16007 # FIXME: This hack should be removed a few years after 2.60.
16008 ac_datarootdir_hack=; ac_datarootdir_seen=
16009 ac_sed_dataroot='
16010 /datarootdir/ {
16011   p
16012   q
16013 }
16014 /@datadir@/p
16015 /@docdir@/p
16016 /@infodir@/p
16017 /@localedir@/p
16018 /@mandir@/p'
16019 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16020 *datarootdir*) ac_datarootdir_seen=yes;;
16021 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16022   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16023 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16024 _ACEOF
16025 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16026   ac_datarootdir_hack='
16027   s&@datadir@&$datadir&g
16028   s&@docdir@&$docdir&g
16029   s&@infodir@&$infodir&g
16030   s&@localedir@&$localedir&g
16031   s&@mandir@&$mandir&g
16032   s&\\\${datarootdir}&$datarootdir&g' ;;
16033 esac
16034 _ACEOF
16035
16036 # Neutralize VPATH when `$srcdir' = `.'.
16037 # Shell code in configure.ac might set extrasub.
16038 # FIXME: do we really want to maintain this feature?
16039 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16040 ac_sed_extra="$ac_vpsub
16041 $extrasub
16042 _ACEOF
16043 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16044 :t
16045 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16046 s|@configure_input@|$ac_sed_conf_input|;t t
16047 s&@top_builddir@&$ac_top_builddir_sub&;t t
16048 s&@top_build_prefix@&$ac_top_build_prefix&;t t
16049 s&@srcdir@&$ac_srcdir&;t t
16050 s&@abs_srcdir@&$ac_abs_srcdir&;t t
16051 s&@top_srcdir@&$ac_top_srcdir&;t t
16052 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16053 s&@builddir@&$ac_builddir&;t t
16054 s&@abs_builddir@&$ac_abs_builddir&;t t
16055 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16056 s&@INSTALL@&$ac_INSTALL&;t t
16057 s&@MKDIR_P@&$ac_MKDIR_P&;t t
16058 $ac_datarootdir_hack
16059 "
16060 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
16061   || as_fn_error "could not create $ac_file" "$LINENO" 5
16062
16063 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16064   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
16065   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
16066   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16067 which seems to be undefined.  Please make sure it is defined." >&5
16068 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16069 which seems to be undefined.  Please make sure it is defined." >&2;}
16070
16071   rm -f "$tmp/stdin"
16072   case $ac_file in
16073   -) cat "$tmp/out" && rm -f "$tmp/out";;
16074   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
16075   esac \
16076   || as_fn_error "could not create $ac_file" "$LINENO" 5
16077  ;;
16078   :H)
16079   #
16080   # CONFIG_HEADER
16081   #
16082   if test x"$ac_file" != x-; then
16083     {
16084       $as_echo "/* $configure_input  */" \
16085       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
16086     } >"$tmp/config.h" \
16087       || as_fn_error "could not create $ac_file" "$LINENO" 5
16088     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
16089       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16090 $as_echo "$as_me: $ac_file is unchanged" >&6;}
16091     else
16092       rm -f "$ac_file"
16093       mv "$tmp/config.h" "$ac_file" \
16094         || as_fn_error "could not create $ac_file" "$LINENO" 5
16095     fi
16096   else
16097     $as_echo "/* $configure_input  */" \
16098       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
16099       || as_fn_error "could not create -" "$LINENO" 5
16100   fi
16101 # Compute "$ac_file"'s index in $config_headers.
16102 _am_arg="$ac_file"
16103 _am_stamp_count=1
16104 for _am_header in $config_headers :; do
16105   case $_am_header in
16106     $_am_arg | $_am_arg:* )
16107       break ;;
16108     * )
16109       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
16110   esac
16111 done
16112 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
16113 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16114          X"$_am_arg" : 'X\(//\)[^/]' \| \
16115          X"$_am_arg" : 'X\(//\)$' \| \
16116          X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
16117 $as_echo X"$_am_arg" |
16118     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16119             s//\1/
16120             q
16121           }
16122           /^X\(\/\/\)[^/].*/{
16123             s//\1/
16124             q
16125           }
16126           /^X\(\/\/\)$/{
16127             s//\1/
16128             q
16129           }
16130           /^X\(\/\).*/{
16131             s//\1/
16132             q
16133           }
16134           s/.*/./; q'`/stamp-h$_am_stamp_count
16135  ;;
16136
16137   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16138 $as_echo "$as_me: executing $ac_file commands" >&6;}
16139  ;;
16140   esac
16141
16142
16143   case $ac_file$ac_mode in
16144     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16145   # Autoconf 2.62 quotes --file arguments for eval, but not when files
16146   # are listed without --file.  Let's play safe and only enable the eval
16147   # if we detect the quoting.
16148   case $CONFIG_FILES in
16149   *\'*) eval set x "$CONFIG_FILES" ;;
16150   *)   set x $CONFIG_FILES ;;
16151   esac
16152   shift
16153   for mf
16154   do
16155     # Strip MF so we end up with the name of the file.
16156     mf=`echo "$mf" | sed -e 's/:.*$//'`
16157     # Check whether this is an Automake generated Makefile or not.
16158     # We used to match only the files named `Makefile.in', but
16159     # some people rename them; so instead we look at the file content.
16160     # Grep'ing the first line is not enough: some people post-process
16161     # each Makefile.in and add a new line on top of each file to say so.
16162     # Grep'ing the whole file is not good either: AIX grep has a line
16163     # limit of 2048, but all sed's we know have understand at least 4000.
16164     if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
16165       dirpart=`$as_dirname -- "$mf" ||
16166 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16167          X"$mf" : 'X\(//\)[^/]' \| \
16168          X"$mf" : 'X\(//\)$' \| \
16169          X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16170 $as_echo X"$mf" |
16171     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16172             s//\1/
16173             q
16174           }
16175           /^X\(\/\/\)[^/].*/{
16176             s//\1/
16177             q
16178           }
16179           /^X\(\/\/\)$/{
16180             s//\1/
16181             q
16182           }
16183           /^X\(\/\).*/{
16184             s//\1/
16185             q
16186           }
16187           s/.*/./; q'`
16188     else
16189       continue
16190     fi
16191     # Extract the definition of DEPDIR, am__include, and am__quote
16192     # from the Makefile without running `make'.
16193     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16194     test -z "$DEPDIR" && continue
16195     am__include=`sed -n 's/^am__include = //p' < "$mf"`
16196     test -z "am__include" && continue
16197     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16198     # When using ansi2knr, U may be empty or an underscore; expand it
16199     U=`sed -n 's/^U = //p' < "$mf"`
16200     # Find all dependency output files, they are included files with
16201     # $(DEPDIR) in their names.  We invoke sed twice because it is the
16202     # simplest approach to changing $(DEPDIR) to its actual value in the
16203     # expansion.
16204     for file in `sed -n "
16205       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16206          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
16207       # Make sure the directory exists.
16208       test -f "$dirpart/$file" && continue
16209       fdir=`$as_dirname -- "$file" ||
16210 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16211          X"$file" : 'X\(//\)[^/]' \| \
16212          X"$file" : 'X\(//\)$' \| \
16213          X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16214 $as_echo X"$file" |
16215     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16216             s//\1/
16217             q
16218           }
16219           /^X\(\/\/\)[^/].*/{
16220             s//\1/
16221             q
16222           }
16223           /^X\(\/\/\)$/{
16224             s//\1/
16225             q
16226           }
16227           /^X\(\/\).*/{
16228             s//\1/
16229             q
16230           }
16231           s/.*/./; q'`
16232       as_dir=$dirpart/$fdir; as_fn_mkdir_p
16233       # echo "creating $dirpart/$file"
16234       echo '# dummy' > "$dirpart/$file"
16235     done
16236   done
16237 }
16238  ;;
16239     "libtool":C)
16240
16241     # See if we are running on zsh, and set the options which allow our
16242     # commands through without removal of \ escapes.
16243     if test -n "${ZSH_VERSION+set}" ; then
16244       setopt NO_GLOB_SUBST
16245     fi
16246
16247     cfgfile="${ofile}T"
16248     trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16249     $RM "$cfgfile"
16250
16251     cat <<_LT_EOF >> "$cfgfile"
16252 #! $SHELL
16253
16254 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
16255 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
16256 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16257 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16258 #
16259 #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16260 #                 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
16261 #   Written by Gordon Matzigkeit, 1996
16262 #
16263 #   This file is part of GNU Libtool.
16264 #
16265 # GNU Libtool is free software; you can redistribute it and/or
16266 # modify it under the terms of the GNU General Public License as
16267 # published by the Free Software Foundation; either version 2 of
16268 # the License, or (at your option) any later version.
16269 #
16270 # As a special exception to the GNU General Public License,
16271 # if you distribute this file as part of a program or library that
16272 # is built using GNU Libtool, you may include this file under the
16273 # same distribution terms that you use for the rest of that program.
16274 #
16275 # GNU Libtool is distributed in the hope that it will be useful,
16276 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16277 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16278 # GNU General Public License for more details.
16279 #
16280 # You should have received a copy of the GNU General Public License
16281 # along with GNU Libtool; see the file COPYING.  If not, a copy
16282 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16283 # obtained by writing to the Free Software Foundation, Inc.,
16284 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16285
16286
16287 # The names of the tagged configurations supported by this script.
16288 available_tags=""
16289
16290 # ### BEGIN LIBTOOL CONFIG
16291
16292 # Which release of libtool.m4 was used?
16293 macro_version=$macro_version
16294 macro_revision=$macro_revision
16295
16296 # Whether or not to build shared libraries.
16297 build_libtool_libs=$enable_shared
16298
16299 # Whether or not to build static libraries.
16300 build_old_libs=$enable_static
16301
16302 # What type of objects to build.
16303 pic_mode=$pic_mode
16304
16305 # Whether or not to optimize for fast installation.
16306 fast_install=$enable_fast_install
16307
16308 # Shell to use when invoking shell scripts.
16309 SHELL=$lt_SHELL
16310
16311 # An echo program that protects backslashes.
16312 ECHO=$lt_ECHO
16313
16314 # The host system.
16315 host_alias=$host_alias
16316 host=$host
16317 host_os=$host_os
16318
16319 # The build system.
16320 build_alias=$build_alias
16321 build=$build
16322 build_os=$build_os
16323
16324 # A sed program that does not truncate output.
16325 SED=$lt_SED
16326
16327 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
16328 Xsed="\$SED -e 1s/^X//"
16329
16330 # A grep program that handles long lines.
16331 GREP=$lt_GREP
16332
16333 # An ERE matcher.
16334 EGREP=$lt_EGREP
16335
16336 # A literal string matcher.
16337 FGREP=$lt_FGREP
16338
16339 # A BSD- or MS-compatible name lister.
16340 NM=$lt_NM
16341
16342 # Whether we need soft or hard links.
16343 LN_S=$lt_LN_S
16344
16345 # What is the maximum length of a command?
16346 max_cmd_len=$max_cmd_len
16347
16348 # Object file suffix (normally "o").
16349 objext=$ac_objext
16350
16351 # Executable file suffix (normally "").
16352 exeext=$exeext
16353
16354 # whether the shell understands "unset".
16355 lt_unset=$lt_unset
16356
16357 # turn spaces into newlines.
16358 SP2NL=$lt_lt_SP2NL
16359
16360 # turn newlines into spaces.
16361 NL2SP=$lt_lt_NL2SP
16362
16363 # An object symbol dumper.
16364 OBJDUMP=$lt_OBJDUMP
16365
16366 # Method to check whether dependent libraries are shared objects.
16367 deplibs_check_method=$lt_deplibs_check_method
16368
16369 # Command to use when deplibs_check_method == "file_magic".
16370 file_magic_cmd=$lt_file_magic_cmd
16371
16372 # The archiver.
16373 AR=$lt_AR
16374 AR_FLAGS=$lt_AR_FLAGS
16375
16376 # A symbol stripping program.
16377 STRIP=$lt_STRIP
16378
16379 # Commands used to install an old-style archive.
16380 RANLIB=$lt_RANLIB
16381 old_postinstall_cmds=$lt_old_postinstall_cmds
16382 old_postuninstall_cmds=$lt_old_postuninstall_cmds
16383
16384 # Whether to use a lock for old archive extraction.
16385 lock_old_archive_extraction=$lock_old_archive_extraction
16386
16387 # A C compiler.
16388 LTCC=$lt_CC
16389
16390 # LTCC compiler flags.
16391 LTCFLAGS=$lt_CFLAGS
16392
16393 # Take the output of nm and produce a listing of raw symbols and C names.
16394 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16395
16396 # Transform the output of nm in a proper C declaration.
16397 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16398
16399 # Transform the output of nm in a C name address pair.
16400 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16401
16402 # Transform the output of nm in a C name address pair when lib prefix is needed.
16403 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16404
16405 # The name of the directory that contains temporary libtool files.
16406 objdir=$objdir
16407
16408 # Used to examine libraries when file_magic_cmd begins with "file".
16409 MAGIC_CMD=$MAGIC_CMD
16410
16411 # Must we lock files when doing compilation?
16412 need_locks=$lt_need_locks
16413
16414 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16415 DSYMUTIL=$lt_DSYMUTIL
16416
16417 # Tool to change global to local symbols on Mac OS X.
16418 NMEDIT=$lt_NMEDIT
16419
16420 # Tool to manipulate fat objects and archives on Mac OS X.
16421 LIPO=$lt_LIPO
16422
16423 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
16424 OTOOL=$lt_OTOOL
16425
16426 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16427 OTOOL64=$lt_OTOOL64
16428
16429 # Old archive suffix (normally "a").
16430 libext=$libext
16431
16432 # Shared library suffix (normally ".so").
16433 shrext_cmds=$lt_shrext_cmds
16434
16435 # The commands to extract the exported symbol list from a shared archive.
16436 extract_expsyms_cmds=$lt_extract_expsyms_cmds
16437
16438 # Variables whose values should be saved in libtool wrapper scripts and
16439 # restored at link time.
16440 variables_saved_for_relink=$lt_variables_saved_for_relink
16441
16442 # Do we need the "lib" prefix for modules?
16443 need_lib_prefix=$need_lib_prefix
16444
16445 # Do we need a version for libraries?
16446 need_version=$need_version
16447
16448 # Library versioning type.
16449 version_type=$version_type
16450
16451 # Shared library runtime path variable.
16452 runpath_var=$runpath_var
16453
16454 # Shared library path variable.
16455 shlibpath_var=$shlibpath_var
16456
16457 # Is shlibpath searched before the hard-coded library search path?
16458 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16459
16460 # Format of library name prefix.
16461 libname_spec=$lt_libname_spec
16462
16463 # List of archive names.  First name is the real one, the rest are links.
16464 # The last name is the one that the linker finds with -lNAME
16465 library_names_spec=$lt_library_names_spec
16466
16467 # The coded name of the library, if different from the real name.
16468 soname_spec=$lt_soname_spec
16469
16470 # Permission mode override for installation of shared libraries.
16471 install_override_mode=$lt_install_override_mode
16472
16473 # Command to use after installation of a shared archive.
16474 postinstall_cmds=$lt_postinstall_cmds
16475
16476 # Command to use after uninstallation of a shared archive.
16477 postuninstall_cmds=$lt_postuninstall_cmds
16478
16479 # Commands used to finish a libtool library installation in a directory.
16480 finish_cmds=$lt_finish_cmds
16481
16482 # As "finish_cmds", except a single script fragment to be evaled but
16483 # not shown.
16484 finish_eval=$lt_finish_eval
16485
16486 # Whether we should hardcode library paths into libraries.
16487 hardcode_into_libs=$hardcode_into_libs
16488
16489 # Compile-time system search path for libraries.
16490 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16491
16492 # Run-time system search path for libraries.
16493 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16494
16495 # Whether dlopen is supported.
16496 dlopen_support=$enable_dlopen
16497
16498 # Whether dlopen of programs is supported.
16499 dlopen_self=$enable_dlopen_self
16500
16501 # Whether dlopen of statically linked programs is supported.
16502 dlopen_self_static=$enable_dlopen_self_static
16503
16504 # Commands to strip libraries.
16505 old_striplib=$lt_old_striplib
16506 striplib=$lt_striplib
16507
16508
16509 # The linker used to build libraries.
16510 LD=$lt_LD
16511
16512 # How to create reloadable object files.
16513 reload_flag=$lt_reload_flag
16514 reload_cmds=$lt_reload_cmds
16515
16516 # Commands used to build an old-style archive.
16517 old_archive_cmds=$lt_old_archive_cmds
16518
16519 # A language specific compiler.
16520 CC=$lt_compiler
16521
16522 # Is the compiler the GNU compiler?
16523 with_gcc=$GCC
16524
16525 # Compiler flag to turn off builtin functions.
16526 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16527
16528 # How to pass a linker flag through the compiler.
16529 wl=$lt_lt_prog_compiler_wl
16530
16531 # Additional compiler flags for building library objects.
16532 pic_flag=$lt_lt_prog_compiler_pic
16533
16534 # Compiler flag to prevent dynamic linking.
16535 link_static_flag=$lt_lt_prog_compiler_static
16536
16537 # Does compiler simultaneously support -c and -o options?
16538 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16539
16540 # Whether or not to add -lc for building shared libraries.
16541 build_libtool_need_lc=$archive_cmds_need_lc
16542
16543 # Whether or not to disallow shared libs when runtime libs are static.
16544 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16545
16546 # Compiler flag to allow reflexive dlopens.
16547 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16548
16549 # Compiler flag to generate shared objects directly from archives.
16550 whole_archive_flag_spec=$lt_whole_archive_flag_spec
16551
16552 # Whether the compiler copes with passing no objects directly.
16553 compiler_needs_object=$lt_compiler_needs_object
16554
16555 # Create an old-style archive from a shared archive.
16556 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16557
16558 # Create a temporary old-style archive to link instead of a shared archive.
16559 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16560
16561 # Commands used to build a shared archive.
16562 archive_cmds=$lt_archive_cmds
16563 archive_expsym_cmds=$lt_archive_expsym_cmds
16564
16565 # Commands used to build a loadable module if different from building
16566 # a shared archive.
16567 module_cmds=$lt_module_cmds
16568 module_expsym_cmds=$lt_module_expsym_cmds
16569
16570 # Whether we are building with GNU ld or not.
16571 with_gnu_ld=$lt_with_gnu_ld
16572
16573 # Flag that allows shared libraries with undefined symbols to be built.
16574 allow_undefined_flag=$lt_allow_undefined_flag
16575
16576 # Flag that enforces no undefined symbols.
16577 no_undefined_flag=$lt_no_undefined_flag
16578
16579 # Flag to hardcode \$libdir into a binary during linking.
16580 # This must work even if \$libdir does not exist
16581 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16582
16583 # If ld is used when linking, flag to hardcode \$libdir into a binary
16584 # during linking.  This must work even if \$libdir does not exist.
16585 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16586
16587 # Whether we need a single "-rpath" flag with a separated argument.
16588 hardcode_libdir_separator=$lt_hardcode_libdir_separator
16589
16590 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16591 # DIR into the resulting binary.
16592 hardcode_direct=$hardcode_direct
16593
16594 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16595 # DIR into the resulting binary and the resulting library dependency is
16596 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16597 # library is relocated.
16598 hardcode_direct_absolute=$hardcode_direct_absolute
16599
16600 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16601 # into the resulting binary.
16602 hardcode_minus_L=$hardcode_minus_L
16603
16604 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16605 # into the resulting binary.
16606 hardcode_shlibpath_var=$hardcode_shlibpath_var
16607
16608 # Set to "yes" if building a shared library automatically hardcodes DIR
16609 # into the library and all subsequent libraries and executables linked
16610 # against it.
16611 hardcode_automatic=$hardcode_automatic
16612
16613 # Set to yes if linker adds runtime paths of dependent libraries
16614 # to runtime path list.
16615 inherit_rpath=$inherit_rpath
16616
16617 # Whether libtool must link a program against all its dependency libraries.
16618 link_all_deplibs=$link_all_deplibs
16619
16620 # Fix the shell variable \$srcfile for the compiler.
16621 fix_srcfile_path=$lt_fix_srcfile_path
16622
16623 # Set to "yes" if exported symbols are required.
16624 always_export_symbols=$always_export_symbols
16625
16626 # The commands to list exported symbols.
16627 export_symbols_cmds=$lt_export_symbols_cmds
16628
16629 # Symbols that should not be listed in the preloaded symbols.
16630 exclude_expsyms=$lt_exclude_expsyms
16631
16632 # Symbols that must always be exported.
16633 include_expsyms=$lt_include_expsyms
16634
16635 # Commands necessary for linking programs (against libraries) with templates.
16636 prelink_cmds=$lt_prelink_cmds
16637
16638 # Specify filename containing input files.
16639 file_list_spec=$lt_file_list_spec
16640
16641 # How to hardcode a shared library path into an executable.
16642 hardcode_action=$hardcode_action
16643
16644 # ### END LIBTOOL CONFIG
16645
16646 _LT_EOF
16647
16648   case $host_os in
16649   aix3*)
16650     cat <<\_LT_EOF >> "$cfgfile"
16651 # AIX sometimes has problems with the GCC collect2 program.  For some
16652 # reason, if we set the COLLECT_NAMES environment variable, the problems
16653 # vanish in a puff of smoke.
16654 if test "X${COLLECT_NAMES+set}" != Xset; then
16655   COLLECT_NAMES=
16656   export COLLECT_NAMES
16657 fi
16658 _LT_EOF
16659     ;;
16660   esac
16661
16662
16663 ltmain="$ac_aux_dir/ltmain.sh"
16664
16665
16666   # We use sed instead of cat because bash on DJGPP gets confused if
16667   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
16668   # text mode, it properly converts lines to CR/LF.  This bash problem
16669   # is reportedly fixed, but why not run on old versions too?
16670   sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16671     || (rm -f "$cfgfile"; exit 1)
16672
16673   case $xsi_shell in
16674   yes)
16675     cat << \_LT_EOF >> "$cfgfile"
16676
16677 # func_dirname file append nondir_replacement
16678 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
16679 # otherwise set result to NONDIR_REPLACEMENT.
16680 func_dirname ()
16681 {
16682   case ${1} in
16683     */*) func_dirname_result="${1%/*}${2}" ;;
16684     *  ) func_dirname_result="${3}" ;;
16685   esac
16686 }
16687
16688 # func_basename file
16689 func_basename ()
16690 {
16691   func_basename_result="${1##*/}"
16692 }
16693
16694 # func_dirname_and_basename file append nondir_replacement
16695 # perform func_basename and func_dirname in a single function
16696 # call:
16697 #   dirname:  Compute the dirname of FILE.  If nonempty,
16698 #             add APPEND to the result, otherwise set result
16699 #             to NONDIR_REPLACEMENT.
16700 #             value returned in "$func_dirname_result"
16701 #   basename: Compute filename of FILE.
16702 #             value retuned in "$func_basename_result"
16703 # Implementation must be kept synchronized with func_dirname
16704 # and func_basename. For efficiency, we do not delegate to
16705 # those functions but instead duplicate the functionality here.
16706 func_dirname_and_basename ()
16707 {
16708   case ${1} in
16709     */*) func_dirname_result="${1%/*}${2}" ;;
16710     *  ) func_dirname_result="${3}" ;;
16711   esac
16712   func_basename_result="${1##*/}"
16713 }
16714
16715 # func_stripname prefix suffix name
16716 # strip PREFIX and SUFFIX off of NAME.
16717 # PREFIX and SUFFIX must not contain globbing or regex special
16718 # characters, hashes, percent signs, but SUFFIX may contain a leading
16719 # dot (in which case that matches only a dot).
16720 func_stripname ()
16721 {
16722   # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16723   # positional parameters, so assign one to ordinary parameter first.
16724   func_stripname_result=${3}
16725   func_stripname_result=${func_stripname_result#"${1}"}
16726   func_stripname_result=${func_stripname_result%"${2}"}
16727 }
16728
16729 # func_opt_split
16730 func_opt_split ()
16731 {
16732   func_opt_split_opt=${1%%=*}
16733   func_opt_split_arg=${1#*=}
16734 }
16735
16736 # func_lo2o object
16737 func_lo2o ()
16738 {
16739   case ${1} in
16740     *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16741     *)    func_lo2o_result=${1} ;;
16742   esac
16743 }
16744
16745 # func_xform libobj-or-source
16746 func_xform ()
16747 {
16748   func_xform_result=${1%.*}.lo
16749 }
16750
16751 # func_arith arithmetic-term...
16752 func_arith ()
16753 {
16754   func_arith_result=$(( $* ))
16755 }
16756
16757 # func_len string
16758 # STRING may not start with a hyphen.
16759 func_len ()
16760 {
16761   func_len_result=${#1}
16762 }
16763
16764 _LT_EOF
16765     ;;
16766   *) # Bourne compatible functions.
16767     cat << \_LT_EOF >> "$cfgfile"
16768
16769 # func_dirname file append nondir_replacement
16770 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
16771 # otherwise set result to NONDIR_REPLACEMENT.
16772 func_dirname ()
16773 {
16774   # Extract subdirectory from the argument.
16775   func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16776   if test "X$func_dirname_result" = "X${1}"; then
16777     func_dirname_result="${3}"
16778   else
16779     func_dirname_result="$func_dirname_result${2}"
16780   fi
16781 }
16782
16783 # func_basename file
16784 func_basename ()
16785 {
16786   func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16787 }
16788
16789
16790 # func_stripname prefix suffix name
16791 # strip PREFIX and SUFFIX off of NAME.
16792 # PREFIX and SUFFIX must not contain globbing or regex special
16793 # characters, hashes, percent signs, but SUFFIX may contain a leading
16794 # dot (in which case that matches only a dot).
16795 # func_strip_suffix prefix name
16796 func_stripname ()
16797 {
16798   case ${2} in
16799     .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16800     *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16801   esac
16802 }
16803
16804 # sed scripts:
16805 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16806 my_sed_long_arg='1s/^-[^=]*=//'
16807
16808 # func_opt_split
16809 func_opt_split ()
16810 {
16811   func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16812   func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16813 }
16814
16815 # func_lo2o object
16816 func_lo2o ()
16817 {
16818   func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16819 }
16820
16821 # func_xform libobj-or-source
16822 func_xform ()
16823 {
16824   func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16825 }
16826
16827 # func_arith arithmetic-term...
16828 func_arith ()
16829 {
16830   func_arith_result=`expr "$@"`
16831 }
16832
16833 # func_len string
16834 # STRING may not start with a hyphen.
16835 func_len ()
16836 {
16837   func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16838 }
16839
16840 _LT_EOF
16841 esac
16842
16843 case $lt_shell_append in
16844   yes)
16845     cat << \_LT_EOF >> "$cfgfile"
16846
16847 # func_append var value
16848 # Append VALUE to the end of shell variable VAR.
16849 func_append ()
16850 {
16851   eval "$1+=\$2"
16852 }
16853 _LT_EOF
16854     ;;
16855   *)
16856     cat << \_LT_EOF >> "$cfgfile"
16857
16858 # func_append var value
16859 # Append VALUE to the end of shell variable VAR.
16860 func_append ()
16861 {
16862   eval "$1=\$$1\$2"
16863 }
16864
16865 _LT_EOF
16866     ;;
16867   esac
16868
16869
16870   sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16871     || (rm -f "$cfgfile"; exit 1)
16872
16873   mv -f "$cfgfile" "$ofile" ||
16874     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16875   chmod +x "$ofile"
16876
16877  ;;
16878     "default-1":C)
16879     for ac_file in $CONFIG_FILES; do
16880       # Support "outfile[:infile[:infile...]]"
16881       case "$ac_file" in
16882         *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
16883       esac
16884       # PO directories have a Makefile.in generated from Makefile.in.in.
16885       case "$ac_file" in */Makefile.in)
16886         # Adjust a relative srcdir.
16887         ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
16888         ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
16889         ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
16890         # In autoconf-2.13 it is called $ac_given_srcdir.
16891         # In autoconf-2.50 it is called $srcdir.
16892         test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
16893         case "$ac_given_srcdir" in
16894           .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
16895           /*) top_srcdir="$ac_given_srcdir" ;;
16896           *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
16897         esac
16898         if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
16899           rm -f "$ac_dir/POTFILES"
16900           test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
16901           cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[   ]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
16902           POMAKEFILEDEPS="POTFILES.in"
16903           # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
16904           # on $ac_dir but don't depend on user-specified configuration
16905           # parameters.
16906           if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
16907             # The LINGUAS file contains the set of available languages.
16908             if test -n "$OBSOLETE_ALL_LINGUAS"; then
16909               test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
16910             fi
16911             ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
16912             # Hide the ALL_LINGUAS assigment from automake.
16913             eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
16914             POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
16915           else
16916             # The set of available languages was given in configure.in.
16917             eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
16918           fi
16919           case "$ac_given_srcdir" in
16920             .) srcdirpre= ;;
16921             *) srcdirpre='$(srcdir)/' ;;
16922           esac
16923           POFILES=
16924           GMOFILES=
16925           UPDATEPOFILES=
16926           DUMMYPOFILES=
16927           for lang in $ALL_LINGUAS; do
16928             POFILES="$POFILES $srcdirpre$lang.po"
16929             GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
16930             UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
16931             DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
16932           done
16933           # CATALOGS depends on both $ac_dir and the user's LINGUAS
16934           # environment variable.
16935           INST_LINGUAS=
16936           if test -n "$ALL_LINGUAS"; then
16937             for presentlang in $ALL_LINGUAS; do
16938               useit=no
16939               if test "%UNSET%" != "$LINGUAS"; then
16940                 desiredlanguages="$LINGUAS"
16941               else
16942                 desiredlanguages="$ALL_LINGUAS"
16943               fi
16944               for desiredlang in $desiredlanguages; do
16945                 # Use the presentlang catalog if desiredlang is
16946                 #   a. equal to presentlang, or
16947                 #   b. a variant of presentlang (because in this case,
16948                 #      presentlang can be used as a fallback for messages
16949                 #      which are not translated in the desiredlang catalog).
16950                 case "$desiredlang" in
16951                   "$presentlang"*) useit=yes;;
16952                 esac
16953               done
16954               if test $useit = yes; then
16955                 INST_LINGUAS="$INST_LINGUAS $presentlang"
16956               fi
16957             done
16958           fi
16959           CATALOGS=
16960           if test -n "$INST_LINGUAS"; then
16961             for lang in $INST_LINGUAS; do
16962               CATALOGS="$CATALOGS $lang.gmo"
16963             done
16964           fi
16965           test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
16966           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"
16967           for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
16968             if test -f "$f"; then
16969               case "$f" in
16970                 *.orig | *.bak | *~) ;;
16971                 *) cat "$f" >> "$ac_dir/Makefile" ;;
16972               esac
16973             fi
16974           done
16975         fi
16976         ;;
16977       esac
16978     done ;;
16979
16980   esac
16981 done # for ac_tag
16982
16983
16984 as_fn_exit 0
16985 _ACEOF
16986 ac_clean_files=$ac_clean_files_save
16987
16988 test $ac_write_fail = 0 ||
16989   as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
16990
16991
16992 # configure is writing to config.log, and then calls config.status.
16993 # config.status does its own redirection, appending to config.log.
16994 # Unfortunately, on DOS this fails, as config.log is still kept open
16995 # by configure, so config.status won't be able to write to it; its
16996 # output is simply discarded.  So we exec the FD to /dev/null,
16997 # effectively closing config.log, so it can be properly (re)opened and
16998 # appended to by config.status.  When coming back to configure, we
16999 # need to make the FD available again.
17000 if test "$no_create" != yes; then
17001   ac_cs_success=:
17002   ac_config_status_args=
17003   test "$silent" = yes &&
17004     ac_config_status_args="$ac_config_status_args --quiet"
17005   exec 5>/dev/null
17006   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17007   exec 5>>config.log
17008   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17009   # would make configure fail if this is the last instruction.
17010   $ac_cs_success || as_fn_exit $?
17011 fi
17012 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17013   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17014 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
17015 fi
17016