Enhance support for copying and stripping Solaris and ARM binaries.
[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.26.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.26.51'
560 PACKAGE_STRING='binutils 2.26.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 WARN_WRITE_STRINGS
654 NO_WERROR
655 WARN_CFLAGS
656 OTOOL64
657 OTOOL
658 LIPO
659 NMEDIT
660 DSYMUTIL
661 RANLIB
662 AR
663 OBJDUMP
664 LN_S
665 NM
666 ac_ct_DUMPBIN
667 DUMPBIN
668 LD
669 FGREP
670 SED
671 LIBTOOL
672 EGREP
673 GREP
674 CPP
675 am__fastdepCC_FALSE
676 am__fastdepCC_TRUE
677 CCDEPMODE
678 AMDEPBACKSLASH
679 AMDEP_FALSE
680 AMDEP_TRUE
681 am__quote
682 am__include
683 DEPDIR
684 am__untar
685 am__tar
686 AMTAR
687 am__leading_dot
688 SET_MAKE
689 AWK
690 mkdir_p
691 MKDIR_P
692 INSTALL_STRIP_PROGRAM
693 STRIP
694 install_sh
695 MAKEINFO
696 AUTOHEADER
697 AUTOMAKE
698 AUTOCONF
699 ACLOCAL
700 VERSION
701 PACKAGE
702 CYGPATH_W
703 am__isrc
704 INSTALL_DATA
705 INSTALL_SCRIPT
706 INSTALL_PROGRAM
707 OBJEXT
708 EXEEXT
709 ac_ct_CC
710 CPPFLAGS
711 LDFLAGS
712 CFLAGS
713 CC
714 target_os
715 target_vendor
716 target_cpu
717 target
718 host_os
719 host_vendor
720 host_cpu
721 host
722 build_os
723 build_vendor
724 build_cpu
725 build
726 target_alias
727 host_alias
728 build_alias
729 LIBS
730 ECHO_T
731 ECHO_N
732 ECHO_C
733 DEFS
734 mandir
735 localedir
736 libdir
737 psdir
738 pdfdir
739 dvidir
740 htmldir
741 infodir
742 docdir
743 oldincludedir
744 includedir
745 localstatedir
746 sharedstatedir
747 sysconfdir
748 datadir
749 datarootdir
750 libexecdir
751 sbindir
752 bindir
753 program_transform_name
754 prefix
755 exec_prefix
756 PACKAGE_URL
757 PACKAGE_BUGREPORT
758 PACKAGE_STRING
759 PACKAGE_VERSION
760 PACKAGE_TARNAME
761 PACKAGE_NAME
762 PATH_SEPARATOR
763 SHELL'
764 ac_subst_files=''
765 ac_user_opts='
766 enable_option_checking
767 enable_dependency_tracking
768 enable_shared
769 enable_static
770 with_pic
771 enable_fast_install
772 with_gnu_ld
773 enable_libtool_lock
774 enable_plugins
775 enable_largefile
776 enable_targets
777 enable_deterministic_archives
778 enable_default_strings_all
779 enable_werror
780 enable_build_warnings
781 enable_nls
782 enable_maintainer_mode
783 with_system_zlib
784 enable_rpath
785 with_libiconv_prefix
786 '
787       ac_precious_vars='build_alias
788 host_alias
789 target_alias
790 CC
791 CFLAGS
792 LDFLAGS
793 LIBS
794 CPPFLAGS
795 CPP
796 YACC
797 YFLAGS'
798
799
800 # Initialize some variables set by options.
801 ac_init_help=
802 ac_init_version=false
803 ac_unrecognized_opts=
804 ac_unrecognized_sep=
805 # The variables have the same names as the options, with
806 # dashes changed to underlines.
807 cache_file=/dev/null
808 exec_prefix=NONE
809 no_create=
810 no_recursion=
811 prefix=NONE
812 program_prefix=NONE
813 program_suffix=NONE
814 program_transform_name=s,x,x,
815 silent=
816 site=
817 srcdir=
818 verbose=
819 x_includes=NONE
820 x_libraries=NONE
821
822 # Installation directory options.
823 # These are left unexpanded so users can "make install exec_prefix=/foo"
824 # and all the variables that are supposed to be based on exec_prefix
825 # by default will actually change.
826 # Use braces instead of parens because sh, perl, etc. also accept them.
827 # (The list follows the same order as the GNU Coding Standards.)
828 bindir='${exec_prefix}/bin'
829 sbindir='${exec_prefix}/sbin'
830 libexecdir='${exec_prefix}/libexec'
831 datarootdir='${prefix}/share'
832 datadir='${datarootdir}'
833 sysconfdir='${prefix}/etc'
834 sharedstatedir='${prefix}/com'
835 localstatedir='${prefix}/var'
836 includedir='${prefix}/include'
837 oldincludedir='/usr/include'
838 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
839 infodir='${datarootdir}/info'
840 htmldir='${docdir}'
841 dvidir='${docdir}'
842 pdfdir='${docdir}'
843 psdir='${docdir}'
844 libdir='${exec_prefix}/lib'
845 localedir='${datarootdir}/locale'
846 mandir='${datarootdir}/man'
847
848 ac_prev=
849 ac_dashdash=
850 for ac_option
851 do
852   # If the previous option needs an argument, assign it.
853   if test -n "$ac_prev"; then
854     eval $ac_prev=\$ac_option
855     ac_prev=
856     continue
857   fi
858
859   case $ac_option in
860   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
861   *)    ac_optarg=yes ;;
862   esac
863
864   # Accept the important Cygnus configure options, so we can diagnose typos.
865
866   case $ac_dashdash$ac_option in
867   --)
868     ac_dashdash=yes ;;
869
870   -bindir | --bindir | --bindi | --bind | --bin | --bi)
871     ac_prev=bindir ;;
872   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
873     bindir=$ac_optarg ;;
874
875   -build | --build | --buil | --bui | --bu)
876     ac_prev=build_alias ;;
877   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
878     build_alias=$ac_optarg ;;
879
880   -cache-file | --cache-file | --cache-fil | --cache-fi \
881   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
882     ac_prev=cache_file ;;
883   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
884   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
885     cache_file=$ac_optarg ;;
886
887   --config-cache | -C)
888     cache_file=config.cache ;;
889
890   -datadir | --datadir | --datadi | --datad)
891     ac_prev=datadir ;;
892   -datadir=* | --datadir=* | --datadi=* | --datad=*)
893     datadir=$ac_optarg ;;
894
895   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
896   | --dataroo | --dataro | --datar)
897     ac_prev=datarootdir ;;
898   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
899   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
900     datarootdir=$ac_optarg ;;
901
902   -disable-* | --disable-*)
903     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
904     # Reject names that are not valid shell variable names.
905     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
906       as_fn_error "invalid feature name: $ac_useropt"
907     ac_useropt_orig=$ac_useropt
908     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
909     case $ac_user_opts in
910       *"
911 "enable_$ac_useropt"
912 "*) ;;
913       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
914          ac_unrecognized_sep=', ';;
915     esac
916     eval enable_$ac_useropt=no ;;
917
918   -docdir | --docdir | --docdi | --doc | --do)
919     ac_prev=docdir ;;
920   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
921     docdir=$ac_optarg ;;
922
923   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
924     ac_prev=dvidir ;;
925   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
926     dvidir=$ac_optarg ;;
927
928   -enable-* | --enable-*)
929     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
930     # Reject names that are not valid shell variable names.
931     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
932       as_fn_error "invalid feature name: $ac_useropt"
933     ac_useropt_orig=$ac_useropt
934     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
935     case $ac_user_opts in
936       *"
937 "enable_$ac_useropt"
938 "*) ;;
939       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
940          ac_unrecognized_sep=', ';;
941     esac
942     eval enable_$ac_useropt=\$ac_optarg ;;
943
944   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
945   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
946   | --exec | --exe | --ex)
947     ac_prev=exec_prefix ;;
948   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
949   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
950   | --exec=* | --exe=* | --ex=*)
951     exec_prefix=$ac_optarg ;;
952
953   -gas | --gas | --ga | --g)
954     # Obsolete; use --with-gas.
955     with_gas=yes ;;
956
957   -help | --help | --hel | --he | -h)
958     ac_init_help=long ;;
959   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
960     ac_init_help=recursive ;;
961   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
962     ac_init_help=short ;;
963
964   -host | --host | --hos | --ho)
965     ac_prev=host_alias ;;
966   -host=* | --host=* | --hos=* | --ho=*)
967     host_alias=$ac_optarg ;;
968
969   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
970     ac_prev=htmldir ;;
971   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
972   | --ht=*)
973     htmldir=$ac_optarg ;;
974
975   -includedir | --includedir | --includedi | --included | --include \
976   | --includ | --inclu | --incl | --inc)
977     ac_prev=includedir ;;
978   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
979   | --includ=* | --inclu=* | --incl=* | --inc=*)
980     includedir=$ac_optarg ;;
981
982   -infodir | --infodir | --infodi | --infod | --info | --inf)
983     ac_prev=infodir ;;
984   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
985     infodir=$ac_optarg ;;
986
987   -libdir | --libdir | --libdi | --libd)
988     ac_prev=libdir ;;
989   -libdir=* | --libdir=* | --libdi=* | --libd=*)
990     libdir=$ac_optarg ;;
991
992   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
993   | --libexe | --libex | --libe)
994     ac_prev=libexecdir ;;
995   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
996   | --libexe=* | --libex=* | --libe=*)
997     libexecdir=$ac_optarg ;;
998
999   -localedir | --localedir | --localedi | --localed | --locale)
1000     ac_prev=localedir ;;
1001   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1002     localedir=$ac_optarg ;;
1003
1004   -localstatedir | --localstatedir | --localstatedi | --localstated \
1005   | --localstate | --localstat | --localsta | --localst | --locals)
1006     ac_prev=localstatedir ;;
1007   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1008   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1009     localstatedir=$ac_optarg ;;
1010
1011   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1012     ac_prev=mandir ;;
1013   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1014     mandir=$ac_optarg ;;
1015
1016   -nfp | --nfp | --nf)
1017     # Obsolete; use --without-fp.
1018     with_fp=no ;;
1019
1020   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1021   | --no-cr | --no-c | -n)
1022     no_create=yes ;;
1023
1024   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1025   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1026     no_recursion=yes ;;
1027
1028   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1029   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1030   | --oldin | --oldi | --old | --ol | --o)
1031     ac_prev=oldincludedir ;;
1032   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1033   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1034   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1035     oldincludedir=$ac_optarg ;;
1036
1037   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1038     ac_prev=prefix ;;
1039   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1040     prefix=$ac_optarg ;;
1041
1042   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1043   | --program-pre | --program-pr | --program-p)
1044     ac_prev=program_prefix ;;
1045   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1046   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1047     program_prefix=$ac_optarg ;;
1048
1049   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1050   | --program-suf | --program-su | --program-s)
1051     ac_prev=program_suffix ;;
1052   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1053   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1054     program_suffix=$ac_optarg ;;
1055
1056   -program-transform-name | --program-transform-name \
1057   | --program-transform-nam | --program-transform-na \
1058   | --program-transform-n | --program-transform- \
1059   | --program-transform | --program-transfor \
1060   | --program-transfo | --program-transf \
1061   | --program-trans | --program-tran \
1062   | --progr-tra | --program-tr | --program-t)
1063     ac_prev=program_transform_name ;;
1064   -program-transform-name=* | --program-transform-name=* \
1065   | --program-transform-nam=* | --program-transform-na=* \
1066   | --program-transform-n=* | --program-transform-=* \
1067   | --program-transform=* | --program-transfor=* \
1068   | --program-transfo=* | --program-transf=* \
1069   | --program-trans=* | --program-tran=* \
1070   | --progr-tra=* | --program-tr=* | --program-t=*)
1071     program_transform_name=$ac_optarg ;;
1072
1073   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1074     ac_prev=pdfdir ;;
1075   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1076     pdfdir=$ac_optarg ;;
1077
1078   -psdir | --psdir | --psdi | --psd | --ps)
1079     ac_prev=psdir ;;
1080   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1081     psdir=$ac_optarg ;;
1082
1083   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1084   | -silent | --silent | --silen | --sile | --sil)
1085     silent=yes ;;
1086
1087   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1088     ac_prev=sbindir ;;
1089   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1090   | --sbi=* | --sb=*)
1091     sbindir=$ac_optarg ;;
1092
1093   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1094   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1095   | --sharedst | --shareds | --shared | --share | --shar \
1096   | --sha | --sh)
1097     ac_prev=sharedstatedir ;;
1098   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1099   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1100   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1101   | --sha=* | --sh=*)
1102     sharedstatedir=$ac_optarg ;;
1103
1104   -site | --site | --sit)
1105     ac_prev=site ;;
1106   -site=* | --site=* | --sit=*)
1107     site=$ac_optarg ;;
1108
1109   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1110     ac_prev=srcdir ;;
1111   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1112     srcdir=$ac_optarg ;;
1113
1114   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1115   | --syscon | --sysco | --sysc | --sys | --sy)
1116     ac_prev=sysconfdir ;;
1117   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1118   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1119     sysconfdir=$ac_optarg ;;
1120
1121   -target | --target | --targe | --targ | --tar | --ta | --t)
1122     ac_prev=target_alias ;;
1123   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1124     target_alias=$ac_optarg ;;
1125
1126   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1127     verbose=yes ;;
1128
1129   -version | --version | --versio | --versi | --vers | -V)
1130     ac_init_version=: ;;
1131
1132   -with-* | --with-*)
1133     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1134     # Reject names that are not valid shell variable names.
1135     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1136       as_fn_error "invalid package name: $ac_useropt"
1137     ac_useropt_orig=$ac_useropt
1138     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1139     case $ac_user_opts in
1140       *"
1141 "with_$ac_useropt"
1142 "*) ;;
1143       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1144          ac_unrecognized_sep=', ';;
1145     esac
1146     eval with_$ac_useropt=\$ac_optarg ;;
1147
1148   -without-* | --without-*)
1149     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1150     # Reject names that are not valid shell variable names.
1151     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1152       as_fn_error "invalid package name: $ac_useropt"
1153     ac_useropt_orig=$ac_useropt
1154     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1155     case $ac_user_opts in
1156       *"
1157 "with_$ac_useropt"
1158 "*) ;;
1159       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1160          ac_unrecognized_sep=', ';;
1161     esac
1162     eval with_$ac_useropt=no ;;
1163
1164   --x)
1165     # Obsolete; use --with-x.
1166     with_x=yes ;;
1167
1168   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1169   | --x-incl | --x-inc | --x-in | --x-i)
1170     ac_prev=x_includes ;;
1171   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1172   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1173     x_includes=$ac_optarg ;;
1174
1175   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1176   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1177     ac_prev=x_libraries ;;
1178   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1179   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1180     x_libraries=$ac_optarg ;;
1181
1182   -*) as_fn_error "unrecognized option: \`$ac_option'
1183 Try \`$0 --help' for more information."
1184     ;;
1185
1186   *=*)
1187     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1188     # Reject names that are not valid shell variable names.
1189     case $ac_envvar in #(
1190       '' | [0-9]* | *[!_$as_cr_alnum]* )
1191       as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1192     esac
1193     eval $ac_envvar=\$ac_optarg
1194     export $ac_envvar ;;
1195
1196   *)
1197     # FIXME: should be removed in autoconf 3.0.
1198     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1199     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1200       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1201     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1202     ;;
1203
1204   esac
1205 done
1206
1207 if test -n "$ac_prev"; then
1208   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1209   as_fn_error "missing argument to $ac_option"
1210 fi
1211
1212 if test -n "$ac_unrecognized_opts"; then
1213   case $enable_option_checking in
1214     no) ;;
1215     fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1216     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1217   esac
1218 fi
1219
1220 # Check all directory arguments for consistency.
1221 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1222                 datadir sysconfdir sharedstatedir localstatedir includedir \
1223                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1224                 libdir localedir mandir
1225 do
1226   eval ac_val=\$$ac_var
1227   # Remove trailing slashes.
1228   case $ac_val in
1229     */ )
1230       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1231       eval $ac_var=\$ac_val;;
1232   esac
1233   # Be sure to have absolute directory names.
1234   case $ac_val in
1235     [\\/$]* | ?:[\\/]* )  continue;;
1236     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1237   esac
1238   as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1239 done
1240
1241 # There might be people who depend on the old broken behavior: `$host'
1242 # used to hold the argument of --host etc.
1243 # FIXME: To remove some day.
1244 build=$build_alias
1245 host=$host_alias
1246 target=$target_alias
1247
1248 # FIXME: To remove some day.
1249 if test "x$host_alias" != x; then
1250   if test "x$build_alias" = x; then
1251     cross_compiling=maybe
1252     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1253     If a cross compiler is detected then cross compile mode will be used." >&2
1254   elif test "x$build_alias" != "x$host_alias"; then
1255     cross_compiling=yes
1256   fi
1257 fi
1258
1259 ac_tool_prefix=
1260 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1261
1262 test "$silent" = yes && exec 6>/dev/null
1263
1264
1265 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1266 ac_ls_di=`ls -di .` &&
1267 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1268   as_fn_error "working directory cannot be determined"
1269 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1270   as_fn_error "pwd does not report name of working directory"
1271
1272
1273 # Find the source files, if location was not specified.
1274 if test -z "$srcdir"; then
1275   ac_srcdir_defaulted=yes
1276   # Try the directory containing this script, then the parent directory.
1277   ac_confdir=`$as_dirname -- "$as_myself" ||
1278 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1279          X"$as_myself" : 'X\(//\)[^/]' \| \
1280          X"$as_myself" : 'X\(//\)$' \| \
1281          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1282 $as_echo X"$as_myself" |
1283     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1284             s//\1/
1285             q
1286           }
1287           /^X\(\/\/\)[^/].*/{
1288             s//\1/
1289             q
1290           }
1291           /^X\(\/\/\)$/{
1292             s//\1/
1293             q
1294           }
1295           /^X\(\/\).*/{
1296             s//\1/
1297             q
1298           }
1299           s/.*/./; q'`
1300   srcdir=$ac_confdir
1301   if test ! -r "$srcdir/$ac_unique_file"; then
1302     srcdir=..
1303   fi
1304 else
1305   ac_srcdir_defaulted=no
1306 fi
1307 if test ! -r "$srcdir/$ac_unique_file"; then
1308   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1309   as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1310 fi
1311 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1312 ac_abs_confdir=`(
1313         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1314         pwd)`
1315 # When building in place, set srcdir=.
1316 if test "$ac_abs_confdir" = "$ac_pwd"; then
1317   srcdir=.
1318 fi
1319 # Remove unnecessary trailing slashes from srcdir.
1320 # Double slashes in file names in object file debugging info
1321 # mess up M-x gdb in Emacs.
1322 case $srcdir in
1323 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1324 esac
1325 for ac_var in $ac_precious_vars; do
1326   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1327   eval ac_env_${ac_var}_value=\$${ac_var}
1328   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1329   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1330 done
1331
1332 #
1333 # Report the --help message.
1334 #
1335 if test "$ac_init_help" = "long"; then
1336   # Omit some internal or obsolete options to make the list less imposing.
1337   # This message is too long to be a string in the A/UX 3.1 sh.
1338   cat <<_ACEOF
1339 \`configure' configures binutils 2.26.51 to adapt to many kinds of systems.
1340
1341 Usage: $0 [OPTION]... [VAR=VALUE]...
1342
1343 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1344 VAR=VALUE.  See below for descriptions of some of the useful variables.
1345
1346 Defaults for the options are specified in brackets.
1347
1348 Configuration:
1349   -h, --help              display this help and exit
1350       --help=short        display options specific to this package
1351       --help=recursive    display the short help of all the included packages
1352   -V, --version           display version information and exit
1353   -q, --quiet, --silent   do not print \`checking...' messages
1354       --cache-file=FILE   cache test results in FILE [disabled]
1355   -C, --config-cache      alias for \`--cache-file=config.cache'
1356   -n, --no-create         do not create output files
1357       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1358
1359 Installation directories:
1360   --prefix=PREFIX         install architecture-independent files in PREFIX
1361                           [$ac_default_prefix]
1362   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1363                           [PREFIX]
1364
1365 By default, \`make install' will install all the files in
1366 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1367 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1368 for instance \`--prefix=\$HOME'.
1369
1370 For better control, use the options below.
1371
1372 Fine tuning of the installation directories:
1373   --bindir=DIR            user executables [EPREFIX/bin]
1374   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1375   --libexecdir=DIR        program executables [EPREFIX/libexec]
1376   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1377   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1378   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1379   --libdir=DIR            object code libraries [EPREFIX/lib]
1380   --includedir=DIR        C header files [PREFIX/include]
1381   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1382   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1383   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1384   --infodir=DIR           info documentation [DATAROOTDIR/info]
1385   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1386   --mandir=DIR            man documentation [DATAROOTDIR/man]
1387   --docdir=DIR            documentation root [DATAROOTDIR/doc/binutils]
1388   --htmldir=DIR           html documentation [DOCDIR]
1389   --dvidir=DIR            dvi documentation [DOCDIR]
1390   --pdfdir=DIR            pdf documentation [DOCDIR]
1391   --psdir=DIR             ps documentation [DOCDIR]
1392 _ACEOF
1393
1394   cat <<\_ACEOF
1395
1396 Program names:
1397   --program-prefix=PREFIX            prepend PREFIX to installed program names
1398   --program-suffix=SUFFIX            append SUFFIX to installed program names
1399   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1400
1401 System types:
1402   --build=BUILD     configure for building on BUILD [guessed]
1403   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1404   --target=TARGET   configure for building compilers for TARGET [HOST]
1405 _ACEOF
1406 fi
1407
1408 if test -n "$ac_init_help"; then
1409   case $ac_init_help in
1410      short | recursive ) echo "Configuration of binutils 2.26.51:";;
1411    esac
1412   cat <<\_ACEOF
1413
1414 Optional Features:
1415   --disable-option-checking  ignore unrecognized --enable/--with options
1416   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1417   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1418   --disable-dependency-tracking  speeds up one-time build
1419   --enable-dependency-tracking   do not reject slow dependency extractors
1420   --enable-shared[=PKGS]  build shared libraries [default=yes]
1421   --enable-static[=PKGS]  build static libraries [default=yes]
1422   --enable-fast-install[=PKGS]
1423                           optimize for fast installation [default=yes]
1424   --disable-libtool-lock  avoid locking (might break parallel builds)
1425   --enable-plugins        Enable support for plugins
1426   --disable-largefile     omit support for large files
1427   --enable-targets        alternative target configurations
1428   --enable-deterministic-archives
1429                           ar and ranlib default to -D behavior
1430   --disable-default-strings-all
1431                           strings defaults to --data behavior
1432   --enable-werror         treat compile warnings as errors
1433   --enable-build-warnings enable build-time compiler warnings
1434   --disable-nls           do not use Native Language Support
1435   --enable-maintainer-mode  enable make rules and dependencies not useful
1436                           (and sometimes confusing) to the casual installer
1437   --disable-rpath         do not hardcode runtime library paths
1438
1439 Optional Packages:
1440   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1441   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1442   --with-pic              try to use only PIC/non-PIC objects [default=use
1443                           both]
1444   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1445   --with-system-zlib      use installed libz
1446   --with-gnu-ld           assume the C compiler uses GNU ld default=no
1447   --with-libiconv-prefix[=DIR]  search for libiconv in DIR/include and DIR/lib
1448   --without-libiconv-prefix     don't search for libiconv in includedir and libdir
1449
1450 Some influential environment variables:
1451   CC          C compiler command
1452   CFLAGS      C compiler flags
1453   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1454               nonstandard directory <lib dir>
1455   LIBS        libraries to pass to the linker, e.g. -l<library>
1456   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1457               you have headers in a nonstandard directory <include dir>
1458   CPP         C preprocessor
1459   YACC        The `Yet Another C Compiler' implementation to use. Defaults to
1460               the first program found out of: `bison -y', `byacc', `yacc'.
1461   YFLAGS      The list of arguments that will be passed by default to $YACC.
1462               This script will default YFLAGS to the empty string to avoid a
1463               default value of `-d' given by some make applications.
1464
1465 Use these variables to override the choices made by `configure' or to help
1466 it to find libraries and programs with nonstandard names/locations.
1467
1468 Report bugs to the package provider.
1469 _ACEOF
1470 ac_status=$?
1471 fi
1472
1473 if test "$ac_init_help" = "recursive"; then
1474   # If there are subdirs, report their specific --help.
1475   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1476     test -d "$ac_dir" ||
1477       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1478       continue
1479     ac_builddir=.
1480
1481 case "$ac_dir" in
1482 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1483 *)
1484   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1485   # A ".." for each directory in $ac_dir_suffix.
1486   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1487   case $ac_top_builddir_sub in
1488   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1489   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1490   esac ;;
1491 esac
1492 ac_abs_top_builddir=$ac_pwd
1493 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1494 # for backward compatibility:
1495 ac_top_builddir=$ac_top_build_prefix
1496
1497 case $srcdir in
1498   .)  # We are building in place.
1499     ac_srcdir=.
1500     ac_top_srcdir=$ac_top_builddir_sub
1501     ac_abs_top_srcdir=$ac_pwd ;;
1502   [\\/]* | ?:[\\/]* )  # Absolute name.
1503     ac_srcdir=$srcdir$ac_dir_suffix;
1504     ac_top_srcdir=$srcdir
1505     ac_abs_top_srcdir=$srcdir ;;
1506   *) # Relative name.
1507     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1508     ac_top_srcdir=$ac_top_build_prefix$srcdir
1509     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1510 esac
1511 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1512
1513     cd "$ac_dir" || { ac_status=$?; continue; }
1514     # Check for guested configure.
1515     if test -f "$ac_srcdir/configure.gnu"; then
1516       echo &&
1517       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1518     elif test -f "$ac_srcdir/configure"; then
1519       echo &&
1520       $SHELL "$ac_srcdir/configure" --help=recursive
1521     else
1522       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1523     fi || ac_status=$?
1524     cd "$ac_pwd" || { ac_status=$?; break; }
1525   done
1526 fi
1527
1528 test -n "$ac_init_help" && exit $ac_status
1529 if $ac_init_version; then
1530   cat <<\_ACEOF
1531 binutils configure 2.26.51
1532 generated by GNU Autoconf 2.64
1533
1534 Copyright (C) 2009 Free Software Foundation, Inc.
1535 This configure script is free software; the Free Software Foundation
1536 gives unlimited permission to copy, distribute and modify it.
1537 _ACEOF
1538   exit
1539 fi
1540
1541 ## ------------------------ ##
1542 ## Autoconf initialization. ##
1543 ## ------------------------ ##
1544
1545 # ac_fn_c_try_compile LINENO
1546 # --------------------------
1547 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1548 ac_fn_c_try_compile ()
1549 {
1550   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1551   rm -f conftest.$ac_objext
1552   if { { ac_try="$ac_compile"
1553 case "(($ac_try" in
1554   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1555   *) ac_try_echo=$ac_try;;
1556 esac
1557 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1558 $as_echo "$ac_try_echo"; } >&5
1559   (eval "$ac_compile") 2>conftest.err
1560   ac_status=$?
1561   if test -s conftest.err; then
1562     grep -v '^ *+' conftest.err >conftest.er1
1563     cat conftest.er1 >&5
1564     mv -f conftest.er1 conftest.err
1565   fi
1566   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1567   test $ac_status = 0; } && {
1568          test -z "$ac_c_werror_flag" ||
1569          test ! -s conftest.err
1570        } && test -s conftest.$ac_objext; then :
1571   ac_retval=0
1572 else
1573   $as_echo "$as_me: failed program was:" >&5
1574 sed 's/^/| /' conftest.$ac_ext >&5
1575
1576         ac_retval=1
1577 fi
1578   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1579   return $ac_retval
1580
1581 } # ac_fn_c_try_compile
1582
1583 # ac_fn_c_try_link LINENO
1584 # -----------------------
1585 # Try to link conftest.$ac_ext, and return whether this succeeded.
1586 ac_fn_c_try_link ()
1587 {
1588   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1589   rm -f conftest.$ac_objext conftest$ac_exeext
1590   if { { ac_try="$ac_link"
1591 case "(($ac_try" in
1592   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1593   *) ac_try_echo=$ac_try;;
1594 esac
1595 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1596 $as_echo "$ac_try_echo"; } >&5
1597   (eval "$ac_link") 2>conftest.err
1598   ac_status=$?
1599   if test -s conftest.err; then
1600     grep -v '^ *+' conftest.err >conftest.er1
1601     cat conftest.er1 >&5
1602     mv -f conftest.er1 conftest.err
1603   fi
1604   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1605   test $ac_status = 0; } && {
1606          test -z "$ac_c_werror_flag" ||
1607          test ! -s conftest.err
1608        } && test -s conftest$ac_exeext && {
1609          test "$cross_compiling" = yes ||
1610          $as_test_x conftest$ac_exeext
1611        }; then :
1612   ac_retval=0
1613 else
1614   $as_echo "$as_me: failed program was:" >&5
1615 sed 's/^/| /' conftest.$ac_ext >&5
1616
1617         ac_retval=1
1618 fi
1619   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1620   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1621   # interfere with the next link command; also delete a directory that is
1622   # left behind by Apple's compiler.  We do this before executing the actions.
1623   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1624   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1625   return $ac_retval
1626
1627 } # ac_fn_c_try_link
1628
1629 # ac_fn_c_try_cpp LINENO
1630 # ----------------------
1631 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1632 ac_fn_c_try_cpp ()
1633 {
1634   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1635   if { { ac_try="$ac_cpp conftest.$ac_ext"
1636 case "(($ac_try" in
1637   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1638   *) ac_try_echo=$ac_try;;
1639 esac
1640 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1641 $as_echo "$ac_try_echo"; } >&5
1642   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1643   ac_status=$?
1644   if test -s conftest.err; then
1645     grep -v '^ *+' conftest.err >conftest.er1
1646     cat conftest.er1 >&5
1647     mv -f conftest.er1 conftest.err
1648   fi
1649   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1650   test $ac_status = 0; } >/dev/null && {
1651          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1652          test ! -s conftest.err
1653        }; then :
1654   ac_retval=0
1655 else
1656   $as_echo "$as_me: failed program was:" >&5
1657 sed 's/^/| /' conftest.$ac_ext >&5
1658
1659     ac_retval=1
1660 fi
1661   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1662   return $ac_retval
1663
1664 } # ac_fn_c_try_cpp
1665
1666 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1667 # -------------------------------------------------------
1668 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1669 # the include files in INCLUDES and setting the cache variable VAR
1670 # accordingly.
1671 ac_fn_c_check_header_mongrel ()
1672 {
1673   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1674   if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1675   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1676 $as_echo_n "checking for $2... " >&6; }
1677 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1678   $as_echo_n "(cached) " >&6
1679 fi
1680 eval ac_res=\$$3
1681                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1682 $as_echo "$ac_res" >&6; }
1683 else
1684   # Is the header compilable?
1685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1686 $as_echo_n "checking $2 usability... " >&6; }
1687 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1688 /* end confdefs.h.  */
1689 $4
1690 #include <$2>
1691 _ACEOF
1692 if ac_fn_c_try_compile "$LINENO"; then :
1693   ac_header_compiler=yes
1694 else
1695   ac_header_compiler=no
1696 fi
1697 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1699 $as_echo "$ac_header_compiler" >&6; }
1700
1701 # Is the header present?
1702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1703 $as_echo_n "checking $2 presence... " >&6; }
1704 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1705 /* end confdefs.h.  */
1706 #include <$2>
1707 _ACEOF
1708 if ac_fn_c_try_cpp "$LINENO"; then :
1709   ac_header_preproc=yes
1710 else
1711   ac_header_preproc=no
1712 fi
1713 rm -f conftest.err conftest.$ac_ext
1714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1715 $as_echo "$ac_header_preproc" >&6; }
1716
1717 # So?  What about this header?
1718 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1719   yes:no: )
1720     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1721 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1722     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1723 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1724     ;;
1725   no:yes:* )
1726     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1727 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1728     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
1729 $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
1730     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1731 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1732     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
1733 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
1734     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1735 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1736     ;;
1737 esac
1738   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1739 $as_echo_n "checking for $2... " >&6; }
1740 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1741   $as_echo_n "(cached) " >&6
1742 else
1743   eval "$3=\$ac_header_compiler"
1744 fi
1745 eval ac_res=\$$3
1746                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1747 $as_echo "$ac_res" >&6; }
1748 fi
1749   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1750
1751 } # ac_fn_c_check_header_mongrel
1752
1753 # ac_fn_c_try_run LINENO
1754 # ----------------------
1755 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1756 # that executables *can* be run.
1757 ac_fn_c_try_run ()
1758 {
1759   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1760   if { { ac_try="$ac_link"
1761 case "(($ac_try" in
1762   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1763   *) ac_try_echo=$ac_try;;
1764 esac
1765 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1766 $as_echo "$ac_try_echo"; } >&5
1767   (eval "$ac_link") 2>&5
1768   ac_status=$?
1769   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1770   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1771   { { case "(($ac_try" in
1772   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1773   *) ac_try_echo=$ac_try;;
1774 esac
1775 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1776 $as_echo "$ac_try_echo"; } >&5
1777   (eval "$ac_try") 2>&5
1778   ac_status=$?
1779   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1780   test $ac_status = 0; }; }; then :
1781   ac_retval=0
1782 else
1783   $as_echo "$as_me: program exited with status $ac_status" >&5
1784        $as_echo "$as_me: failed program was:" >&5
1785 sed 's/^/| /' conftest.$ac_ext >&5
1786
1787        ac_retval=$ac_status
1788 fi
1789   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1790   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1791   return $ac_retval
1792
1793 } # ac_fn_c_try_run
1794
1795 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1796 # -------------------------------------------------------
1797 # Tests whether HEADER exists and can be compiled using the include files in
1798 # INCLUDES, setting the cache variable VAR accordingly.
1799 ac_fn_c_check_header_compile ()
1800 {
1801   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1802   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1803 $as_echo_n "checking for $2... " >&6; }
1804 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1805   $as_echo_n "(cached) " >&6
1806 else
1807   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1808 /* end confdefs.h.  */
1809 $4
1810 #include <$2>
1811 _ACEOF
1812 if ac_fn_c_try_compile "$LINENO"; then :
1813   eval "$3=yes"
1814 else
1815   eval "$3=no"
1816 fi
1817 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1818 fi
1819 eval ac_res=\$$3
1820                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1821 $as_echo "$ac_res" >&6; }
1822   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1823
1824 } # ac_fn_c_check_header_compile
1825
1826 # ac_fn_c_check_func LINENO FUNC VAR
1827 # ----------------------------------
1828 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1829 ac_fn_c_check_func ()
1830 {
1831   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1832   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1833 $as_echo_n "checking for $2... " >&6; }
1834 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1835   $as_echo_n "(cached) " >&6
1836 else
1837   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1838 /* end confdefs.h.  */
1839 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1840    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1841 #define $2 innocuous_$2
1842
1843 /* System header to define __stub macros and hopefully few prototypes,
1844     which can conflict with char $2 (); below.
1845     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1846     <limits.h> exists even on freestanding compilers.  */
1847
1848 #ifdef __STDC__
1849 # include <limits.h>
1850 #else
1851 # include <assert.h>
1852 #endif
1853
1854 #undef $2
1855
1856 /* Override any GCC internal prototype to avoid an error.
1857    Use char because int might match the return type of a GCC
1858    builtin and then its argument prototype would still apply.  */
1859 #ifdef __cplusplus
1860 extern "C"
1861 #endif
1862 char $2 ();
1863 /* The GNU C library defines this for functions which it implements
1864     to always fail with ENOSYS.  Some functions are actually named
1865     something starting with __ and the normal name is an alias.  */
1866 #if defined __stub_$2 || defined __stub___$2
1867 choke me
1868 #endif
1869
1870 int
1871 main ()
1872 {
1873 return $2 ();
1874   ;
1875   return 0;
1876 }
1877 _ACEOF
1878 if ac_fn_c_try_link "$LINENO"; then :
1879   eval "$3=yes"
1880 else
1881   eval "$3=no"
1882 fi
1883 rm -f core conftest.err conftest.$ac_objext \
1884     conftest$ac_exeext conftest.$ac_ext
1885 fi
1886 eval ac_res=\$$3
1887                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1888 $as_echo "$ac_res" >&6; }
1889   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1890
1891 } # ac_fn_c_check_func
1892
1893 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1894 # --------------------------------------------
1895 # Tries to find the compile-time value of EXPR in a program that includes
1896 # INCLUDES, setting VAR accordingly. Returns whether the value could be
1897 # computed
1898 ac_fn_c_compute_int ()
1899 {
1900   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1901   if test "$cross_compiling" = yes; then
1902     # Depending upon the size, compute the lo and hi bounds.
1903 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1904 /* end confdefs.h.  */
1905 $4
1906 int
1907 main ()
1908 {
1909 static int test_array [1 - 2 * !(($2) >= 0)];
1910 test_array [0] = 0
1911
1912   ;
1913   return 0;
1914 }
1915 _ACEOF
1916 if ac_fn_c_try_compile "$LINENO"; then :
1917   ac_lo=0 ac_mid=0
1918   while :; do
1919     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1920 /* end confdefs.h.  */
1921 $4
1922 int
1923 main ()
1924 {
1925 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1926 test_array [0] = 0
1927
1928   ;
1929   return 0;
1930 }
1931 _ACEOF
1932 if ac_fn_c_try_compile "$LINENO"; then :
1933   ac_hi=$ac_mid; break
1934 else
1935   as_fn_arith $ac_mid + 1 && ac_lo=$as_val
1936                         if test $ac_lo -le $ac_mid; then
1937                           ac_lo= ac_hi=
1938                           break
1939                         fi
1940                         as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
1941 fi
1942 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1943   done
1944 else
1945   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1946 /* end confdefs.h.  */
1947 $4
1948 int
1949 main ()
1950 {
1951 static int test_array [1 - 2 * !(($2) < 0)];
1952 test_array [0] = 0
1953
1954   ;
1955   return 0;
1956 }
1957 _ACEOF
1958 if ac_fn_c_try_compile "$LINENO"; then :
1959   ac_hi=-1 ac_mid=-1
1960   while :; do
1961     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1962 /* end confdefs.h.  */
1963 $4
1964 int
1965 main ()
1966 {
1967 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
1968 test_array [0] = 0
1969
1970   ;
1971   return 0;
1972 }
1973 _ACEOF
1974 if ac_fn_c_try_compile "$LINENO"; then :
1975   ac_lo=$ac_mid; break
1976 else
1977   as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
1978                         if test $ac_mid -le $ac_hi; then
1979                           ac_lo= ac_hi=
1980                           break
1981                         fi
1982                         as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
1983 fi
1984 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1985   done
1986 else
1987   ac_lo= ac_hi=
1988 fi
1989 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1990 fi
1991 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1992 # Binary search between lo and hi bounds.
1993 while test "x$ac_lo" != "x$ac_hi"; do
1994   as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
1995   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1996 /* end confdefs.h.  */
1997 $4
1998 int
1999 main ()
2000 {
2001 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2002 test_array [0] = 0
2003
2004   ;
2005   return 0;
2006 }
2007 _ACEOF
2008 if ac_fn_c_try_compile "$LINENO"; then :
2009   ac_hi=$ac_mid
2010 else
2011   as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2012 fi
2013 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2014 done
2015 case $ac_lo in #((
2016 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2017 '') ac_retval=1 ;;
2018 esac
2019   else
2020     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2021 /* end confdefs.h.  */
2022 $4
2023 static long int longval () { return $2; }
2024 static unsigned long int ulongval () { return $2; }
2025 #include <stdio.h>
2026 #include <stdlib.h>
2027 int
2028 main ()
2029 {
2030
2031   FILE *f = fopen ("conftest.val", "w");
2032   if (! f)
2033     return 1;
2034   if (($2) < 0)
2035     {
2036       long int i = longval ();
2037       if (i != ($2))
2038         return 1;
2039       fprintf (f, "%ld", i);
2040     }
2041   else
2042     {
2043       unsigned long int i = ulongval ();
2044       if (i != ($2))
2045         return 1;
2046       fprintf (f, "%lu", i);
2047     }
2048   /* Do not output a trailing newline, as this causes \r\n confusion
2049      on some platforms.  */
2050   return ferror (f) || fclose (f) != 0;
2051
2052   ;
2053   return 0;
2054 }
2055 _ACEOF
2056 if ac_fn_c_try_run "$LINENO"; then :
2057   echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2058 else
2059   ac_retval=1
2060 fi
2061 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2062   conftest.$ac_objext conftest.beam conftest.$ac_ext
2063 rm -f conftest.val
2064
2065   fi
2066   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2067   return $ac_retval
2068
2069 } # ac_fn_c_compute_int
2070
2071 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2072 # -------------------------------------------
2073 # Tests whether TYPE exists after having included INCLUDES, setting cache
2074 # variable VAR accordingly.
2075 ac_fn_c_check_type ()
2076 {
2077   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2078   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2079 $as_echo_n "checking for $2... " >&6; }
2080 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2081   $as_echo_n "(cached) " >&6
2082 else
2083   eval "$3=no"
2084   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2085 /* end confdefs.h.  */
2086 $4
2087 int
2088 main ()
2089 {
2090 if (sizeof ($2))
2091          return 0;
2092   ;
2093   return 0;
2094 }
2095 _ACEOF
2096 if ac_fn_c_try_compile "$LINENO"; then :
2097   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2098 /* end confdefs.h.  */
2099 $4
2100 int
2101 main ()
2102 {
2103 if (sizeof (($2)))
2104             return 0;
2105   ;
2106   return 0;
2107 }
2108 _ACEOF
2109 if ac_fn_c_try_compile "$LINENO"; then :
2110
2111 else
2112   eval "$3=yes"
2113 fi
2114 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2115 fi
2116 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2117 fi
2118 eval ac_res=\$$3
2119                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2120 $as_echo "$ac_res" >&6; }
2121   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2122
2123 } # ac_fn_c_check_type
2124
2125 # ac_fn_c_check_decl LINENO SYMBOL VAR
2126 # ------------------------------------
2127 # Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
2128 ac_fn_c_check_decl ()
2129 {
2130   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2131   as_decl_name=`echo $2|sed 's/ *(.*//'`
2132   as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2133   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2134 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2135 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2136   $as_echo_n "(cached) " >&6
2137 else
2138   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2139 /* end confdefs.h.  */
2140 $4
2141 int
2142 main ()
2143 {
2144 #ifndef $as_decl_name
2145 #ifdef __cplusplus
2146   (void) $as_decl_use;
2147 #else
2148   (void) $as_decl_name;
2149 #endif
2150 #endif
2151
2152   ;
2153   return 0;
2154 }
2155 _ACEOF
2156 if ac_fn_c_try_compile "$LINENO"; then :
2157   eval "$3=yes"
2158 else
2159   eval "$3=no"
2160 fi
2161 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2162 fi
2163 eval ac_res=\$$3
2164                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2165 $as_echo "$ac_res" >&6; }
2166   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2167
2168 } # ac_fn_c_check_decl
2169 cat >config.log <<_ACEOF
2170 This file contains any messages produced by compilers while
2171 running configure, to aid debugging if configure makes a mistake.
2172
2173 It was created by binutils $as_me 2.26.51, which was
2174 generated by GNU Autoconf 2.64.  Invocation command line was
2175
2176   $ $0 $@
2177
2178 _ACEOF
2179 exec 5>>config.log
2180 {
2181 cat <<_ASUNAME
2182 ## --------- ##
2183 ## Platform. ##
2184 ## --------- ##
2185
2186 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2187 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2188 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2189 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2190 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2191
2192 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2193 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
2194
2195 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
2196 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
2197 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2198 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
2199 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
2200 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
2201 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
2202
2203 _ASUNAME
2204
2205 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2206 for as_dir in $PATH
2207 do
2208   IFS=$as_save_IFS
2209   test -z "$as_dir" && as_dir=.
2210     $as_echo "PATH: $as_dir"
2211   done
2212 IFS=$as_save_IFS
2213
2214 } >&5
2215
2216 cat >&5 <<_ACEOF
2217
2218
2219 ## ----------- ##
2220 ## Core tests. ##
2221 ## ----------- ##
2222
2223 _ACEOF
2224
2225
2226 # Keep a trace of the command line.
2227 # Strip out --no-create and --no-recursion so they do not pile up.
2228 # Strip out --silent because we don't want to record it for future runs.
2229 # Also quote any args containing shell meta-characters.
2230 # Make two passes to allow for proper duplicate-argument suppression.
2231 ac_configure_args=
2232 ac_configure_args0=
2233 ac_configure_args1=
2234 ac_must_keep_next=false
2235 for ac_pass in 1 2
2236 do
2237   for ac_arg
2238   do
2239     case $ac_arg in
2240     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2241     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2242     | -silent | --silent | --silen | --sile | --sil)
2243       continue ;;
2244     *\'*)
2245       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2246     esac
2247     case $ac_pass in
2248     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2249     2)
2250       as_fn_append ac_configure_args1 " '$ac_arg'"
2251       if test $ac_must_keep_next = true; then
2252         ac_must_keep_next=false # Got value, back to normal.
2253       else
2254         case $ac_arg in
2255           *=* | --config-cache | -C | -disable-* | --disable-* \
2256           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2257           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2258           | -with-* | --with-* | -without-* | --without-* | --x)
2259             case "$ac_configure_args0 " in
2260               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2261             esac
2262             ;;
2263           -* ) ac_must_keep_next=true ;;
2264         esac
2265       fi
2266       as_fn_append ac_configure_args " '$ac_arg'"
2267       ;;
2268     esac
2269   done
2270 done
2271 { ac_configure_args0=; unset ac_configure_args0;}
2272 { ac_configure_args1=; unset ac_configure_args1;}
2273
2274 # When interrupted or exit'd, cleanup temporary files, and complete
2275 # config.log.  We remove comments because anyway the quotes in there
2276 # would cause problems or look ugly.
2277 # WARNING: Use '\'' to represent an apostrophe within the trap.
2278 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2279 trap 'exit_status=$?
2280   # Save into config.log some information that might help in debugging.
2281   {
2282     echo
2283
2284     cat <<\_ASBOX
2285 ## ---------------- ##
2286 ## Cache variables. ##
2287 ## ---------------- ##
2288 _ASBOX
2289     echo
2290     # The following way of writing the cache mishandles newlines in values,
2291 (
2292   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2293     eval ac_val=\$$ac_var
2294     case $ac_val in #(
2295     *${as_nl}*)
2296       case $ac_var in #(
2297       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2298 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2299       esac
2300       case $ac_var in #(
2301       _ | IFS | as_nl) ;; #(
2302       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2303       *) { eval $ac_var=; unset $ac_var;} ;;
2304       esac ;;
2305     esac
2306   done
2307   (set) 2>&1 |
2308     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2309     *${as_nl}ac_space=\ *)
2310       sed -n \
2311         "s/'\''/'\''\\\\'\'''\''/g;
2312           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2313       ;; #(
2314     *)
2315       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2316       ;;
2317     esac |
2318     sort
2319 )
2320     echo
2321
2322     cat <<\_ASBOX
2323 ## ----------------- ##
2324 ## Output variables. ##
2325 ## ----------------- ##
2326 _ASBOX
2327     echo
2328     for ac_var in $ac_subst_vars
2329     do
2330       eval ac_val=\$$ac_var
2331       case $ac_val in
2332       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2333       esac
2334       $as_echo "$ac_var='\''$ac_val'\''"
2335     done | sort
2336     echo
2337
2338     if test -n "$ac_subst_files"; then
2339       cat <<\_ASBOX
2340 ## ------------------- ##
2341 ## File substitutions. ##
2342 ## ------------------- ##
2343 _ASBOX
2344       echo
2345       for ac_var in $ac_subst_files
2346       do
2347         eval ac_val=\$$ac_var
2348         case $ac_val in
2349         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2350         esac
2351         $as_echo "$ac_var='\''$ac_val'\''"
2352       done | sort
2353       echo
2354     fi
2355
2356     if test -s confdefs.h; then
2357       cat <<\_ASBOX
2358 ## ----------- ##
2359 ## confdefs.h. ##
2360 ## ----------- ##
2361 _ASBOX
2362       echo
2363       cat confdefs.h
2364       echo
2365     fi
2366     test "$ac_signal" != 0 &&
2367       $as_echo "$as_me: caught signal $ac_signal"
2368     $as_echo "$as_me: exit $exit_status"
2369   } >&5
2370   rm -f core *.core core.conftest.* &&
2371     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2372     exit $exit_status
2373 ' 0
2374 for ac_signal in 1 2 13 15; do
2375   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2376 done
2377 ac_signal=0
2378
2379 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2380 rm -f -r conftest* confdefs.h
2381
2382 $as_echo "/* confdefs.h */" > confdefs.h
2383
2384 # Predefined preprocessor variables.
2385
2386 cat >>confdefs.h <<_ACEOF
2387 #define PACKAGE_NAME "$PACKAGE_NAME"
2388 _ACEOF
2389
2390 cat >>confdefs.h <<_ACEOF
2391 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2392 _ACEOF
2393
2394 cat >>confdefs.h <<_ACEOF
2395 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2396 _ACEOF
2397
2398 cat >>confdefs.h <<_ACEOF
2399 #define PACKAGE_STRING "$PACKAGE_STRING"
2400 _ACEOF
2401
2402 cat >>confdefs.h <<_ACEOF
2403 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2404 _ACEOF
2405
2406 cat >>confdefs.h <<_ACEOF
2407 #define PACKAGE_URL "$PACKAGE_URL"
2408 _ACEOF
2409
2410
2411 # Let the site file select an alternate cache file if it wants to.
2412 # Prefer an explicitly selected file to automatically selected ones.
2413 ac_site_file1=NONE
2414 ac_site_file2=NONE
2415 if test -n "$CONFIG_SITE"; then
2416   ac_site_file1=$CONFIG_SITE
2417 elif test "x$prefix" != xNONE; then
2418   ac_site_file1=$prefix/share/config.site
2419   ac_site_file2=$prefix/etc/config.site
2420 else
2421   ac_site_file1=$ac_default_prefix/share/config.site
2422   ac_site_file2=$ac_default_prefix/etc/config.site
2423 fi
2424 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2425 do
2426   test "x$ac_site_file" = xNONE && continue
2427   if test -r "$ac_site_file"; then
2428     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2429 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2430     sed 's/^/| /' "$ac_site_file" >&5
2431     . "$ac_site_file"
2432   fi
2433 done
2434
2435 if test -r "$cache_file"; then
2436   # Some versions of bash will fail to source /dev/null (special
2437   # files actually), so we avoid doing that.
2438   if test -f "$cache_file"; then
2439     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2440 $as_echo "$as_me: loading cache $cache_file" >&6;}
2441     case $cache_file in
2442       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2443       *)                      . "./$cache_file";;
2444     esac
2445   fi
2446 else
2447   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2448 $as_echo "$as_me: creating cache $cache_file" >&6;}
2449   >$cache_file
2450 fi
2451
2452 # Check that the precious variables saved in the cache have kept the same
2453 # value.
2454 ac_cache_corrupted=false
2455 for ac_var in $ac_precious_vars; do
2456   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2457   eval ac_new_set=\$ac_env_${ac_var}_set
2458   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2459   eval ac_new_val=\$ac_env_${ac_var}_value
2460   case $ac_old_set,$ac_new_set in
2461     set,)
2462       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2463 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2464       ac_cache_corrupted=: ;;
2465     ,set)
2466       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2467 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2468       ac_cache_corrupted=: ;;
2469     ,);;
2470     *)
2471       if test "x$ac_old_val" != "x$ac_new_val"; then
2472         # differences in whitespace do not lead to failure.
2473         ac_old_val_w=`echo x $ac_old_val`
2474         ac_new_val_w=`echo x $ac_new_val`
2475         if test "$ac_old_val_w" != "$ac_new_val_w"; then
2476           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2477 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2478           ac_cache_corrupted=:
2479         else
2480           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2481 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2482           eval $ac_var=\$ac_old_val
2483         fi
2484         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2485 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2486         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2487 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2488       fi;;
2489   esac
2490   # Pass precious variables to config.status.
2491   if test "$ac_new_set" = set; then
2492     case $ac_new_val in
2493     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2494     *) ac_arg=$ac_var=$ac_new_val ;;
2495     esac
2496     case " $ac_configure_args " in
2497       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2498       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2499     esac
2500   fi
2501 done
2502 if $ac_cache_corrupted; then
2503   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2504 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2505   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2506 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2507   as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2508 fi
2509 ## -------------------- ##
2510 ## Main body of script. ##
2511 ## -------------------- ##
2512
2513 ac_ext=c
2514 ac_cpp='$CPP $CPPFLAGS'
2515 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2516 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2517 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2518
2519
2520
2521
2522
2523
2524
2525 ac_aux_dir=
2526 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2527   for ac_t in install-sh install.sh shtool; do
2528     if test -f "$ac_dir/$ac_t"; then
2529       ac_aux_dir=$ac_dir
2530       ac_install_sh="$ac_aux_dir/$ac_t -c"
2531       break 2
2532     fi
2533   done
2534 done
2535 if test -z "$ac_aux_dir"; then
2536   as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2537 fi
2538
2539 # These three variables are undocumented and unsupported,
2540 # and are intended to be withdrawn in a future Autoconf release.
2541 # They can cause serious problems if a builder's source tree is in a directory
2542 # whose full name contains unusual characters.
2543 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2544 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2545 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2546
2547
2548 # Make sure we can run config.sub.
2549 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2550   as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2551
2552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2553 $as_echo_n "checking build system type... " >&6; }
2554 if test "${ac_cv_build+set}" = set; then :
2555   $as_echo_n "(cached) " >&6
2556 else
2557   ac_build_alias=$build_alias
2558 test "x$ac_build_alias" = x &&
2559   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2560 test "x$ac_build_alias" = x &&
2561   as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2562 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2563   as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2564
2565 fi
2566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2567 $as_echo "$ac_cv_build" >&6; }
2568 case $ac_cv_build in
2569 *-*-*) ;;
2570 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2571 esac
2572 build=$ac_cv_build
2573 ac_save_IFS=$IFS; IFS='-'
2574 set x $ac_cv_build
2575 shift
2576 build_cpu=$1
2577 build_vendor=$2
2578 shift; shift
2579 # Remember, the first character of IFS is used to create $*,
2580 # except with old shells:
2581 build_os=$*
2582 IFS=$ac_save_IFS
2583 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2584
2585
2586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2587 $as_echo_n "checking host system type... " >&6; }
2588 if test "${ac_cv_host+set}" = set; then :
2589   $as_echo_n "(cached) " >&6
2590 else
2591   if test "x$host_alias" = x; then
2592   ac_cv_host=$ac_cv_build
2593 else
2594   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2595     as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2596 fi
2597
2598 fi
2599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2600 $as_echo "$ac_cv_host" >&6; }
2601 case $ac_cv_host in
2602 *-*-*) ;;
2603 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2604 esac
2605 host=$ac_cv_host
2606 ac_save_IFS=$IFS; IFS='-'
2607 set x $ac_cv_host
2608 shift
2609 host_cpu=$1
2610 host_vendor=$2
2611 shift; shift
2612 # Remember, the first character of IFS is used to create $*,
2613 # except with old shells:
2614 host_os=$*
2615 IFS=$ac_save_IFS
2616 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2617
2618
2619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2620 $as_echo_n "checking target system type... " >&6; }
2621 if test "${ac_cv_target+set}" = set; then :
2622   $as_echo_n "(cached) " >&6
2623 else
2624   if test "x$target_alias" = x; then
2625   ac_cv_target=$ac_cv_host
2626 else
2627   ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2628     as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2629 fi
2630
2631 fi
2632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2633 $as_echo "$ac_cv_target" >&6; }
2634 case $ac_cv_target in
2635 *-*-*) ;;
2636 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2637 esac
2638 target=$ac_cv_target
2639 ac_save_IFS=$IFS; IFS='-'
2640 set x $ac_cv_target
2641 shift
2642 target_cpu=$1
2643 target_vendor=$2
2644 shift; shift
2645 # Remember, the first character of IFS is used to create $*,
2646 # except with old shells:
2647 target_os=$*
2648 IFS=$ac_save_IFS
2649 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2650
2651
2652 # The aliases save the names the user supplied, while $host etc.
2653 # will get canonicalized.
2654 test -n "$target_alias" &&
2655   test "$program_prefix$program_suffix$program_transform_name" = \
2656     NONENONEs,x,x, &&
2657   program_prefix=${target_alias}-
2658 ac_ext=c
2659 ac_cpp='$CPP $CPPFLAGS'
2660 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2661 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2662 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2663 if test -n "$ac_tool_prefix"; then
2664   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2665 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2667 $as_echo_n "checking for $ac_word... " >&6; }
2668 if test "${ac_cv_prog_CC+set}" = set; then :
2669   $as_echo_n "(cached) " >&6
2670 else
2671   if test -n "$CC"; then
2672   ac_cv_prog_CC="$CC" # Let the user override the test.
2673 else
2674 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2675 for as_dir in $PATH
2676 do
2677   IFS=$as_save_IFS
2678   test -z "$as_dir" && as_dir=.
2679     for ac_exec_ext in '' $ac_executable_extensions; do
2680   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2681     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2682     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2683     break 2
2684   fi
2685 done
2686   done
2687 IFS=$as_save_IFS
2688
2689 fi
2690 fi
2691 CC=$ac_cv_prog_CC
2692 if test -n "$CC"; then
2693   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2694 $as_echo "$CC" >&6; }
2695 else
2696   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2697 $as_echo "no" >&6; }
2698 fi
2699
2700
2701 fi
2702 if test -z "$ac_cv_prog_CC"; then
2703   ac_ct_CC=$CC
2704   # Extract the first word of "gcc", so it can be a program name with args.
2705 set dummy gcc; ac_word=$2
2706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2707 $as_echo_n "checking for $ac_word... " >&6; }
2708 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2709   $as_echo_n "(cached) " >&6
2710 else
2711   if test -n "$ac_ct_CC"; then
2712   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2713 else
2714 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2715 for as_dir in $PATH
2716 do
2717   IFS=$as_save_IFS
2718   test -z "$as_dir" && as_dir=.
2719     for ac_exec_ext in '' $ac_executable_extensions; do
2720   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2721     ac_cv_prog_ac_ct_CC="gcc"
2722     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2723     break 2
2724   fi
2725 done
2726   done
2727 IFS=$as_save_IFS
2728
2729 fi
2730 fi
2731 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2732 if test -n "$ac_ct_CC"; then
2733   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2734 $as_echo "$ac_ct_CC" >&6; }
2735 else
2736   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2737 $as_echo "no" >&6; }
2738 fi
2739
2740   if test "x$ac_ct_CC" = x; then
2741     CC=""
2742   else
2743     case $cross_compiling:$ac_tool_warned in
2744 yes:)
2745 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2746 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2747 ac_tool_warned=yes ;;
2748 esac
2749     CC=$ac_ct_CC
2750   fi
2751 else
2752   CC="$ac_cv_prog_CC"
2753 fi
2754
2755 if test -z "$CC"; then
2756           if test -n "$ac_tool_prefix"; then
2757     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2758 set dummy ${ac_tool_prefix}cc; ac_word=$2
2759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2760 $as_echo_n "checking for $ac_word... " >&6; }
2761 if test "${ac_cv_prog_CC+set}" = set; then :
2762   $as_echo_n "(cached) " >&6
2763 else
2764   if test -n "$CC"; then
2765   ac_cv_prog_CC="$CC" # Let the user override the test.
2766 else
2767 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2768 for as_dir in $PATH
2769 do
2770   IFS=$as_save_IFS
2771   test -z "$as_dir" && as_dir=.
2772     for ac_exec_ext in '' $ac_executable_extensions; do
2773   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2774     ac_cv_prog_CC="${ac_tool_prefix}cc"
2775     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2776     break 2
2777   fi
2778 done
2779   done
2780 IFS=$as_save_IFS
2781
2782 fi
2783 fi
2784 CC=$ac_cv_prog_CC
2785 if test -n "$CC"; then
2786   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2787 $as_echo "$CC" >&6; }
2788 else
2789   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2790 $as_echo "no" >&6; }
2791 fi
2792
2793
2794   fi
2795 fi
2796 if test -z "$CC"; then
2797   # Extract the first word of "cc", so it can be a program name with args.
2798 set dummy cc; ac_word=$2
2799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2800 $as_echo_n "checking for $ac_word... " >&6; }
2801 if test "${ac_cv_prog_CC+set}" = set; then :
2802   $as_echo_n "(cached) " >&6
2803 else
2804   if test -n "$CC"; then
2805   ac_cv_prog_CC="$CC" # Let the user override the test.
2806 else
2807   ac_prog_rejected=no
2808 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2809 for as_dir in $PATH
2810 do
2811   IFS=$as_save_IFS
2812   test -z "$as_dir" && as_dir=.
2813     for ac_exec_ext in '' $ac_executable_extensions; do
2814   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2815     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2816        ac_prog_rejected=yes
2817        continue
2818      fi
2819     ac_cv_prog_CC="cc"
2820     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2821     break 2
2822   fi
2823 done
2824   done
2825 IFS=$as_save_IFS
2826
2827 if test $ac_prog_rejected = yes; then
2828   # We found a bogon in the path, so make sure we never use it.
2829   set dummy $ac_cv_prog_CC
2830   shift
2831   if test $# != 0; then
2832     # We chose a different compiler from the bogus one.
2833     # However, it has the same basename, so the bogon will be chosen
2834     # first if we set CC to just the basename; use the full file name.
2835     shift
2836     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2837   fi
2838 fi
2839 fi
2840 fi
2841 CC=$ac_cv_prog_CC
2842 if test -n "$CC"; then
2843   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2844 $as_echo "$CC" >&6; }
2845 else
2846   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2847 $as_echo "no" >&6; }
2848 fi
2849
2850
2851 fi
2852 if test -z "$CC"; then
2853   if test -n "$ac_tool_prefix"; then
2854   for ac_prog in cl.exe
2855   do
2856     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2857 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2859 $as_echo_n "checking for $ac_word... " >&6; }
2860 if test "${ac_cv_prog_CC+set}" = set; then :
2861   $as_echo_n "(cached) " >&6
2862 else
2863   if test -n "$CC"; then
2864   ac_cv_prog_CC="$CC" # Let the user override the test.
2865 else
2866 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2867 for as_dir in $PATH
2868 do
2869   IFS=$as_save_IFS
2870   test -z "$as_dir" && as_dir=.
2871     for ac_exec_ext in '' $ac_executable_extensions; do
2872   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2873     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2874     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2875     break 2
2876   fi
2877 done
2878   done
2879 IFS=$as_save_IFS
2880
2881 fi
2882 fi
2883 CC=$ac_cv_prog_CC
2884 if test -n "$CC"; then
2885   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2886 $as_echo "$CC" >&6; }
2887 else
2888   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2889 $as_echo "no" >&6; }
2890 fi
2891
2892
2893     test -n "$CC" && break
2894   done
2895 fi
2896 if test -z "$CC"; then
2897   ac_ct_CC=$CC
2898   for ac_prog in cl.exe
2899 do
2900   # Extract the first word of "$ac_prog", so it can be a program name with args.
2901 set dummy $ac_prog; ac_word=$2
2902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2903 $as_echo_n "checking for $ac_word... " >&6; }
2904 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2905   $as_echo_n "(cached) " >&6
2906 else
2907   if test -n "$ac_ct_CC"; then
2908   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2909 else
2910 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2911 for as_dir in $PATH
2912 do
2913   IFS=$as_save_IFS
2914   test -z "$as_dir" && as_dir=.
2915     for ac_exec_ext in '' $ac_executable_extensions; do
2916   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2917     ac_cv_prog_ac_ct_CC="$ac_prog"
2918     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2919     break 2
2920   fi
2921 done
2922   done
2923 IFS=$as_save_IFS
2924
2925 fi
2926 fi
2927 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2928 if test -n "$ac_ct_CC"; then
2929   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2930 $as_echo "$ac_ct_CC" >&6; }
2931 else
2932   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2933 $as_echo "no" >&6; }
2934 fi
2935
2936
2937   test -n "$ac_ct_CC" && break
2938 done
2939
2940   if test "x$ac_ct_CC" = x; then
2941     CC=""
2942   else
2943     case $cross_compiling:$ac_tool_warned in
2944 yes:)
2945 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2946 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2947 ac_tool_warned=yes ;;
2948 esac
2949     CC=$ac_ct_CC
2950   fi
2951 fi
2952
2953 fi
2954
2955
2956 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2957 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2958 as_fn_error "no acceptable C compiler found in \$PATH
2959 See \`config.log' for more details." "$LINENO" 5; }
2960
2961 # Provide some information about the compiler.
2962 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2963 set X $ac_compile
2964 ac_compiler=$2
2965 for ac_option in --version -v -V -qversion; do
2966   { { ac_try="$ac_compiler $ac_option >&5"
2967 case "(($ac_try" in
2968   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2969   *) ac_try_echo=$ac_try;;
2970 esac
2971 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2972 $as_echo "$ac_try_echo"; } >&5
2973   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2974   ac_status=$?
2975   if test -s conftest.err; then
2976     sed '10a\
2977 ... rest of stderr output deleted ...
2978          10q' conftest.err >conftest.er1
2979     cat conftest.er1 >&5
2980     rm -f conftest.er1 conftest.err
2981   fi
2982   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2983   test $ac_status = 0; }
2984 done
2985
2986 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2987 /* end confdefs.h.  */
2988
2989 int
2990 main ()
2991 {
2992
2993   ;
2994   return 0;
2995 }
2996 _ACEOF
2997 ac_clean_files_save=$ac_clean_files
2998 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
2999 # Try to create an executable without -o first, disregard a.out.
3000 # It will help us diagnose broken compilers, and finding out an intuition
3001 # of exeext.
3002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3003 $as_echo_n "checking for C compiler default output file name... " >&6; }
3004 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3005
3006 # The possible output files:
3007 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3008
3009 ac_rmfiles=
3010 for ac_file in $ac_files
3011 do
3012   case $ac_file in
3013     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3014     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3015   esac
3016 done
3017 rm -f $ac_rmfiles
3018
3019 if { { ac_try="$ac_link_default"
3020 case "(($ac_try" in
3021   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3022   *) ac_try_echo=$ac_try;;
3023 esac
3024 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3025 $as_echo "$ac_try_echo"; } >&5
3026   (eval "$ac_link_default") 2>&5
3027   ac_status=$?
3028   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3029   test $ac_status = 0; }; then :
3030   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3031 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3032 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
3033 # so that the user can short-circuit this test for compilers unknown to
3034 # Autoconf.
3035 for ac_file in $ac_files ''
3036 do
3037   test -f "$ac_file" || continue
3038   case $ac_file in
3039     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3040         ;;
3041     [ab].out )
3042         # We found the default executable, but exeext='' is most
3043         # certainly right.
3044         break;;
3045     *.* )
3046         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3047         then :; else
3048            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3049         fi
3050         # We set ac_cv_exeext here because the later test for it is not
3051         # safe: cross compilers may not add the suffix if given an `-o'
3052         # argument, so we may need to know it at that point already.
3053         # Even if this section looks crufty: it has the advantage of
3054         # actually working.
3055         break;;
3056     * )
3057         break;;
3058   esac
3059 done
3060 test "$ac_cv_exeext" = no && ac_cv_exeext=
3061
3062 else
3063   ac_file=''
3064 fi
3065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3066 $as_echo "$ac_file" >&6; }
3067 if test -z "$ac_file"; then :
3068   $as_echo "$as_me: failed program was:" >&5
3069 sed 's/^/| /' conftest.$ac_ext >&5
3070
3071 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3072 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3073 { as_fn_set_status 77
3074 as_fn_error "C compiler cannot create executables
3075 See \`config.log' for more details." "$LINENO" 5; }; }
3076 fi
3077 ac_exeext=$ac_cv_exeext
3078
3079 # Check that the compiler produces executables we can run.  If not, either
3080 # the compiler is broken, or we cross compile.
3081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3082 $as_echo_n "checking whether the C compiler works... " >&6; }
3083 # If not cross compiling, check that we can run a simple program.
3084 if test "$cross_compiling" != yes; then
3085   if { ac_try='./$ac_file'
3086   { { case "(($ac_try" in
3087   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3088   *) ac_try_echo=$ac_try;;
3089 esac
3090 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3091 $as_echo "$ac_try_echo"; } >&5
3092   (eval "$ac_try") 2>&5
3093   ac_status=$?
3094   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3095   test $ac_status = 0; }; }; then
3096     cross_compiling=no
3097   else
3098     if test "$cross_compiling" = maybe; then
3099         cross_compiling=yes
3100     else
3101         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3102 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3103 as_fn_error "cannot run C compiled programs.
3104 If you meant to cross compile, use \`--host'.
3105 See \`config.log' for more details." "$LINENO" 5; }
3106     fi
3107   fi
3108 fi
3109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3110 $as_echo "yes" >&6; }
3111
3112 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3113 ac_clean_files=$ac_clean_files_save
3114 # Check that the compiler produces executables we can run.  If not, either
3115 # the compiler is broken, or we cross compile.
3116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3117 $as_echo_n "checking whether we are cross compiling... " >&6; }
3118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3119 $as_echo "$cross_compiling" >&6; }
3120
3121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3122 $as_echo_n "checking for suffix of executables... " >&6; }
3123 if { { ac_try="$ac_link"
3124 case "(($ac_try" in
3125   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3126   *) ac_try_echo=$ac_try;;
3127 esac
3128 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3129 $as_echo "$ac_try_echo"; } >&5
3130   (eval "$ac_link") 2>&5
3131   ac_status=$?
3132   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3133   test $ac_status = 0; }; then :
3134   # If both `conftest.exe' and `conftest' are `present' (well, observable)
3135 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3136 # work properly (i.e., refer to `conftest.exe'), while it won't with
3137 # `rm'.
3138 for ac_file in conftest.exe conftest conftest.*; do
3139   test -f "$ac_file" || continue
3140   case $ac_file in
3141     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3142     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3143           break;;
3144     * ) break;;
3145   esac
3146 done
3147 else
3148   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3149 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3150 as_fn_error "cannot compute suffix of executables: cannot compile and link
3151 See \`config.log' for more details." "$LINENO" 5; }
3152 fi
3153 rm -f conftest$ac_cv_exeext
3154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3155 $as_echo "$ac_cv_exeext" >&6; }
3156
3157 rm -f conftest.$ac_ext
3158 EXEEXT=$ac_cv_exeext
3159 ac_exeext=$EXEEXT
3160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3161 $as_echo_n "checking for suffix of object files... " >&6; }
3162 if test "${ac_cv_objext+set}" = set; then :
3163   $as_echo_n "(cached) " >&6
3164 else
3165   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3166 /* end confdefs.h.  */
3167
3168 int
3169 main ()
3170 {
3171
3172   ;
3173   return 0;
3174 }
3175 _ACEOF
3176 rm -f conftest.o conftest.obj
3177 if { { ac_try="$ac_compile"
3178 case "(($ac_try" in
3179   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3180   *) ac_try_echo=$ac_try;;
3181 esac
3182 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3183 $as_echo "$ac_try_echo"; } >&5
3184   (eval "$ac_compile") 2>&5
3185   ac_status=$?
3186   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3187   test $ac_status = 0; }; then :
3188   for ac_file in conftest.o conftest.obj conftest.*; do
3189   test -f "$ac_file" || continue;
3190   case $ac_file in
3191     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3192     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3193        break;;
3194   esac
3195 done
3196 else
3197   $as_echo "$as_me: failed program was:" >&5
3198 sed 's/^/| /' conftest.$ac_ext >&5
3199
3200 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3201 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3202 as_fn_error "cannot compute suffix of object files: cannot compile
3203 See \`config.log' for more details." "$LINENO" 5; }
3204 fi
3205 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3206 fi
3207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3208 $as_echo "$ac_cv_objext" >&6; }
3209 OBJEXT=$ac_cv_objext
3210 ac_objext=$OBJEXT
3211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3212 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3213 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3214   $as_echo_n "(cached) " >&6
3215 else
3216   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3217 /* end confdefs.h.  */
3218
3219 int
3220 main ()
3221 {
3222 #ifndef __GNUC__
3223        choke me
3224 #endif
3225
3226   ;
3227   return 0;
3228 }
3229 _ACEOF
3230 if ac_fn_c_try_compile "$LINENO"; then :
3231   ac_compiler_gnu=yes
3232 else
3233   ac_compiler_gnu=no
3234 fi
3235 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3236 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3237
3238 fi
3239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3240 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3241 if test $ac_compiler_gnu = yes; then
3242   GCC=yes
3243 else
3244   GCC=
3245 fi
3246 ac_test_CFLAGS=${CFLAGS+set}
3247 ac_save_CFLAGS=$CFLAGS
3248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3249 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3250 if test "${ac_cv_prog_cc_g+set}" = set; then :
3251   $as_echo_n "(cached) " >&6
3252 else
3253   ac_save_c_werror_flag=$ac_c_werror_flag
3254    ac_c_werror_flag=yes
3255    ac_cv_prog_cc_g=no
3256    CFLAGS="-g"
3257    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3258 /* end confdefs.h.  */
3259
3260 int
3261 main ()
3262 {
3263
3264   ;
3265   return 0;
3266 }
3267 _ACEOF
3268 if ac_fn_c_try_compile "$LINENO"; then :
3269   ac_cv_prog_cc_g=yes
3270 else
3271   CFLAGS=""
3272       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3273 /* end confdefs.h.  */
3274
3275 int
3276 main ()
3277 {
3278
3279   ;
3280   return 0;
3281 }
3282 _ACEOF
3283 if ac_fn_c_try_compile "$LINENO"; then :
3284
3285 else
3286   ac_c_werror_flag=$ac_save_c_werror_flag
3287          CFLAGS="-g"
3288          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3289 /* end confdefs.h.  */
3290
3291 int
3292 main ()
3293 {
3294
3295   ;
3296   return 0;
3297 }
3298 _ACEOF
3299 if ac_fn_c_try_compile "$LINENO"; then :
3300   ac_cv_prog_cc_g=yes
3301 fi
3302 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3303 fi
3304 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3305 fi
3306 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3307    ac_c_werror_flag=$ac_save_c_werror_flag
3308 fi
3309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3310 $as_echo "$ac_cv_prog_cc_g" >&6; }
3311 if test "$ac_test_CFLAGS" = set; then
3312   CFLAGS=$ac_save_CFLAGS
3313 elif test $ac_cv_prog_cc_g = yes; then
3314   if test "$GCC" = yes; then
3315     CFLAGS="-g -O2"
3316   else
3317     CFLAGS="-g"
3318   fi
3319 else
3320   if test "$GCC" = yes; then
3321     CFLAGS="-O2"
3322   else
3323     CFLAGS=
3324   fi
3325 fi
3326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3327 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3328 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3329   $as_echo_n "(cached) " >&6
3330 else
3331   ac_cv_prog_cc_c89=no
3332 ac_save_CC=$CC
3333 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3334 /* end confdefs.h.  */
3335 #include <stdarg.h>
3336 #include <stdio.h>
3337 #include <sys/types.h>
3338 #include <sys/stat.h>
3339 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3340 struct buf { int x; };
3341 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3342 static char *e (p, i)
3343      char **p;
3344      int i;
3345 {
3346   return p[i];
3347 }
3348 static char *f (char * (*g) (char **, int), char **p, ...)
3349 {
3350   char *s;
3351   va_list v;
3352   va_start (v,p);
3353   s = g (p, va_arg (v,int));
3354   va_end (v);
3355   return s;
3356 }
3357
3358 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3359    function prototypes and stuff, but not '\xHH' hex character constants.
3360    These don't provoke an error unfortunately, instead are silently treated
3361    as 'x'.  The following induces an error, until -std is added to get
3362    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3363    array size at least.  It's necessary to write '\x00'==0 to get something
3364    that's true only with -std.  */
3365 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3366
3367 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3368    inside strings and character constants.  */
3369 #define FOO(x) 'x'
3370 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3371
3372 int test (int i, double x);
3373 struct s1 {int (*f) (int a);};
3374 struct s2 {int (*f) (double a);};
3375 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3376 int argc;
3377 char **argv;
3378 int
3379 main ()
3380 {
3381 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3382   ;
3383   return 0;
3384 }
3385 _ACEOF
3386 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3387         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3388 do
3389   CC="$ac_save_CC $ac_arg"
3390   if ac_fn_c_try_compile "$LINENO"; then :
3391   ac_cv_prog_cc_c89=$ac_arg
3392 fi
3393 rm -f core conftest.err conftest.$ac_objext
3394   test "x$ac_cv_prog_cc_c89" != "xno" && break
3395 done
3396 rm -f conftest.$ac_ext
3397 CC=$ac_save_CC
3398
3399 fi
3400 # AC_CACHE_VAL
3401 case "x$ac_cv_prog_cc_c89" in
3402   x)
3403     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3404 $as_echo "none needed" >&6; } ;;
3405   xno)
3406     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3407 $as_echo "unsupported" >&6; } ;;
3408   *)
3409     CC="$CC $ac_cv_prog_cc_c89"
3410     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3411 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3412 esac
3413 if test "x$ac_cv_prog_cc_c89" != xno; then :
3414
3415 fi
3416
3417 ac_ext=c
3418 ac_cpp='$CPP $CPPFLAGS'
3419 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3420 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3421 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3422
3423
3424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3425 $as_echo_n "checking for library containing strerror... " >&6; }
3426 if test "${ac_cv_search_strerror+set}" = set; then :
3427   $as_echo_n "(cached) " >&6
3428 else
3429   ac_func_search_save_LIBS=$LIBS
3430 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3431 /* end confdefs.h.  */
3432
3433 /* Override any GCC internal prototype to avoid an error.
3434    Use char because int might match the return type of a GCC
3435    builtin and then its argument prototype would still apply.  */
3436 #ifdef __cplusplus
3437 extern "C"
3438 #endif
3439 char strerror ();
3440 int
3441 main ()
3442 {
3443 return strerror ();
3444   ;
3445   return 0;
3446 }
3447 _ACEOF
3448 for ac_lib in '' cposix; do
3449   if test -z "$ac_lib"; then
3450     ac_res="none required"
3451   else
3452     ac_res=-l$ac_lib
3453     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
3454   fi
3455   if ac_fn_c_try_link "$LINENO"; then :
3456   ac_cv_search_strerror=$ac_res
3457 fi
3458 rm -f core conftest.err conftest.$ac_objext \
3459     conftest$ac_exeext
3460   if test "${ac_cv_search_strerror+set}" = set; then :
3461   break
3462 fi
3463 done
3464 if test "${ac_cv_search_strerror+set}" = set; then :
3465
3466 else
3467   ac_cv_search_strerror=no
3468 fi
3469 rm conftest.$ac_ext
3470 LIBS=$ac_func_search_save_LIBS
3471 fi
3472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3473 $as_echo "$ac_cv_search_strerror" >&6; }
3474 ac_res=$ac_cv_search_strerror
3475 if test "$ac_res" != no; then :
3476   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3477
3478 fi
3479
3480
3481 am__api_version='1.11'
3482
3483 # Find a good install program.  We prefer a C program (faster),
3484 # so one script is as good as another.  But avoid the broken or
3485 # incompatible versions:
3486 # SysV /etc/install, /usr/sbin/install
3487 # SunOS /usr/etc/install
3488 # IRIX /sbin/install
3489 # AIX /bin/install
3490 # AmigaOS /C/install, which installs bootblocks on floppy discs
3491 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3492 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3493 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3494 # OS/2's system install, which has a completely different semantic
3495 # ./install, which can be erroneously created by make from ./install.sh.
3496 # Reject install programs that cannot install multiple files.
3497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3498 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3499 if test -z "$INSTALL"; then
3500 if test "${ac_cv_path_install+set}" = set; then :
3501   $as_echo_n "(cached) " >&6
3502 else
3503   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3504 for as_dir in $PATH
3505 do
3506   IFS=$as_save_IFS
3507   test -z "$as_dir" && as_dir=.
3508     # Account for people who put trailing slashes in PATH elements.
3509 case $as_dir/ in #((
3510   ./ | .// | /[cC]/* | \
3511   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3512   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3513   /usr/ucb/* ) ;;
3514   *)
3515     # OSF1 and SCO ODT 3.0 have their own names for install.
3516     # Don't use installbsd from OSF since it installs stuff as root
3517     # by default.
3518     for ac_prog in ginstall scoinst install; do
3519       for ac_exec_ext in '' $ac_executable_extensions; do
3520         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3521           if test $ac_prog = install &&
3522             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3523             # AIX install.  It has an incompatible calling convention.
3524             :
3525           elif test $ac_prog = install &&
3526             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3527             # program-specific install script used by HP pwplus--don't use.
3528             :
3529           else
3530             rm -rf conftest.one conftest.two conftest.dir
3531             echo one > conftest.one
3532             echo two > conftest.two
3533             mkdir conftest.dir
3534             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3535               test -s conftest.one && test -s conftest.two &&
3536               test -s conftest.dir/conftest.one &&
3537               test -s conftest.dir/conftest.two
3538             then
3539               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3540               break 3
3541             fi
3542           fi
3543         fi
3544       done
3545     done
3546     ;;
3547 esac
3548
3549   done
3550 IFS=$as_save_IFS
3551
3552 rm -rf conftest.one conftest.two conftest.dir
3553
3554 fi
3555   if test "${ac_cv_path_install+set}" = set; then
3556     INSTALL=$ac_cv_path_install
3557   else
3558     # As a last resort, use the slow shell script.  Don't cache a
3559     # value for INSTALL within a source directory, because that will
3560     # break other packages using the cache if that directory is
3561     # removed, or if the value is a relative name.
3562     INSTALL=$ac_install_sh
3563   fi
3564 fi
3565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3566 $as_echo "$INSTALL" >&6; }
3567
3568 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3569 # It thinks the first close brace ends the variable substitution.
3570 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3571
3572 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3573
3574 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3575
3576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3577 $as_echo_n "checking whether build environment is sane... " >&6; }
3578 # Just in case
3579 sleep 1
3580 echo timestamp > conftest.file
3581 # Reject unsafe characters in $srcdir or the absolute working directory
3582 # name.  Accept space and tab only in the latter.
3583 am_lf='
3584 '
3585 case `pwd` in
3586   *[\\\"\#\$\&\'\`$am_lf]*)
3587     as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
3588 esac
3589 case $srcdir in
3590   *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
3591     as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3592 esac
3593
3594 # Do `set' in a subshell so we don't clobber the current shell's
3595 # arguments.  Must try -L first in case configure is actually a
3596 # symlink; some systems play weird games with the mod time of symlinks
3597 # (eg FreeBSD returns the mod time of the symlink's containing
3598 # directory).
3599 if (
3600    set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3601    if test "$*" = "X"; then
3602       # -L didn't work.
3603       set X `ls -t "$srcdir/configure" conftest.file`
3604    fi
3605    rm -f conftest.file
3606    if test "$*" != "X $srcdir/configure conftest.file" \
3607       && test "$*" != "X conftest.file $srcdir/configure"; then
3608
3609       # If neither matched, then we have a broken ls.  This can happen
3610       # if, for instance, CONFIG_SHELL is bash and it inherits a
3611       # broken ls alias from the environment.  This has actually
3612       # happened.  Such a system could not be considered "sane".
3613       as_fn_error "ls -t appears to fail.  Make sure there is not a broken
3614 alias in your environment" "$LINENO" 5
3615    fi
3616
3617    test "$2" = conftest.file
3618    )
3619 then
3620    # Ok.
3621    :
3622 else
3623    as_fn_error "newly created file is older than distributed files!
3624 Check your system clock" "$LINENO" 5
3625 fi
3626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3627 $as_echo "yes" >&6; }
3628 test "$program_prefix" != NONE &&
3629   program_transform_name="s&^&$program_prefix&;$program_transform_name"
3630 # Use a double $ so make ignores it.
3631 test "$program_suffix" != NONE &&
3632   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3633 # Double any \ or $.
3634 # By default was `s,x,x', remove it if useless.
3635 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3636 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3637
3638 # expand $ac_aux_dir to an absolute path
3639 am_aux_dir=`cd $ac_aux_dir && pwd`
3640
3641 if test x"${MISSING+set}" != xset; then
3642   case $am_aux_dir in
3643   *\ * | *\     *)
3644     MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3645   *)
3646     MISSING="\${SHELL} $am_aux_dir/missing" ;;
3647   esac
3648 fi
3649 # Use eval to expand $SHELL
3650 if eval "$MISSING --run true"; then
3651   am_missing_run="$MISSING --run "
3652 else
3653   am_missing_run=
3654   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3655 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3656 fi
3657
3658 if test x"${install_sh}" != xset; then
3659   case $am_aux_dir in
3660   *\ * | *\     *)
3661     install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3662   *)
3663     install_sh="\${SHELL} $am_aux_dir/install-sh"
3664   esac
3665 fi
3666
3667 # Installed binaries are usually stripped using `strip' when the user
3668 # run `make install-strip'.  However `strip' might not be the right
3669 # tool to use in cross-compilation environments, therefore Automake
3670 # will honor the `STRIP' environment variable to overrule this program.
3671 if test "$cross_compiling" != no; then
3672   if test -n "$ac_tool_prefix"; then
3673   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3674 set dummy ${ac_tool_prefix}strip; ac_word=$2
3675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3676 $as_echo_n "checking for $ac_word... " >&6; }
3677 if test "${ac_cv_prog_STRIP+set}" = set; then :
3678   $as_echo_n "(cached) " >&6
3679 else
3680   if test -n "$STRIP"; then
3681   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3682 else
3683 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3684 for as_dir in $PATH
3685 do
3686   IFS=$as_save_IFS
3687   test -z "$as_dir" && as_dir=.
3688     for ac_exec_ext in '' $ac_executable_extensions; do
3689   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3690     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3691     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3692     break 2
3693   fi
3694 done
3695   done
3696 IFS=$as_save_IFS
3697
3698 fi
3699 fi
3700 STRIP=$ac_cv_prog_STRIP
3701 if test -n "$STRIP"; then
3702   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3703 $as_echo "$STRIP" >&6; }
3704 else
3705   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3706 $as_echo "no" >&6; }
3707 fi
3708
3709
3710 fi
3711 if test -z "$ac_cv_prog_STRIP"; then
3712   ac_ct_STRIP=$STRIP
3713   # Extract the first word of "strip", so it can be a program name with args.
3714 set dummy strip; ac_word=$2
3715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3716 $as_echo_n "checking for $ac_word... " >&6; }
3717 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3718   $as_echo_n "(cached) " >&6
3719 else
3720   if test -n "$ac_ct_STRIP"; then
3721   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3722 else
3723 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3724 for as_dir in $PATH
3725 do
3726   IFS=$as_save_IFS
3727   test -z "$as_dir" && as_dir=.
3728     for ac_exec_ext in '' $ac_executable_extensions; do
3729   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3730     ac_cv_prog_ac_ct_STRIP="strip"
3731     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3732     break 2
3733   fi
3734 done
3735   done
3736 IFS=$as_save_IFS
3737
3738 fi
3739 fi
3740 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3741 if test -n "$ac_ct_STRIP"; then
3742   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3743 $as_echo "$ac_ct_STRIP" >&6; }
3744 else
3745   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3746 $as_echo "no" >&6; }
3747 fi
3748
3749   if test "x$ac_ct_STRIP" = x; then
3750     STRIP=":"
3751   else
3752     case $cross_compiling:$ac_tool_warned in
3753 yes:)
3754 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3755 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3756 ac_tool_warned=yes ;;
3757 esac
3758     STRIP=$ac_ct_STRIP
3759   fi
3760 else
3761   STRIP="$ac_cv_prog_STRIP"
3762 fi
3763
3764 fi
3765 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3766
3767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3768 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3769 if test -z "$MKDIR_P"; then
3770   if test "${ac_cv_path_mkdir+set}" = set; then :
3771   $as_echo_n "(cached) " >&6
3772 else
3773   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3774 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3775 do
3776   IFS=$as_save_IFS
3777   test -z "$as_dir" && as_dir=.
3778     for ac_prog in mkdir gmkdir; do
3779          for ac_exec_ext in '' $ac_executable_extensions; do
3780            { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3781            case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3782              'mkdir (GNU coreutils) '* | \
3783              'mkdir (coreutils) '* | \
3784              'mkdir (fileutils) '4.1*)
3785                ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3786                break 3;;
3787            esac
3788          done
3789        done
3790   done
3791 IFS=$as_save_IFS
3792
3793 fi
3794
3795   if test "${ac_cv_path_mkdir+set}" = set; then
3796     MKDIR_P="$ac_cv_path_mkdir -p"
3797   else
3798     # As a last resort, use the slow shell script.  Don't cache a
3799     # value for MKDIR_P within a source directory, because that will
3800     # break other packages using the cache if that directory is
3801     # removed, or if the value is a relative name.
3802     test -d ./--version && rmdir ./--version
3803     MKDIR_P="$ac_install_sh -d"
3804   fi
3805 fi
3806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3807 $as_echo "$MKDIR_P" >&6; }
3808
3809 mkdir_p="$MKDIR_P"
3810 case $mkdir_p in
3811   [\\/$]* | ?:[\\/]*) ;;
3812   */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3813 esac
3814
3815 for ac_prog in gawk mawk nawk awk
3816 do
3817   # Extract the first word of "$ac_prog", so it can be a program name with args.
3818 set dummy $ac_prog; ac_word=$2
3819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3820 $as_echo_n "checking for $ac_word... " >&6; }
3821 if test "${ac_cv_prog_AWK+set}" = set; then :
3822   $as_echo_n "(cached) " >&6
3823 else
3824   if test -n "$AWK"; then
3825   ac_cv_prog_AWK="$AWK" # Let the user override the test.
3826 else
3827 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3828 for as_dir in $PATH
3829 do
3830   IFS=$as_save_IFS
3831   test -z "$as_dir" && as_dir=.
3832     for ac_exec_ext in '' $ac_executable_extensions; do
3833   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3834     ac_cv_prog_AWK="$ac_prog"
3835     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3836     break 2
3837   fi
3838 done
3839   done
3840 IFS=$as_save_IFS
3841
3842 fi
3843 fi
3844 AWK=$ac_cv_prog_AWK
3845 if test -n "$AWK"; then
3846   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3847 $as_echo "$AWK" >&6; }
3848 else
3849   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3850 $as_echo "no" >&6; }
3851 fi
3852
3853
3854   test -n "$AWK" && break
3855 done
3856
3857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3858 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3859 set x ${MAKE-make}
3860 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3861 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3862   $as_echo_n "(cached) " >&6
3863 else
3864   cat >conftest.make <<\_ACEOF
3865 SHELL = /bin/sh
3866 all:
3867         @echo '@@@%%%=$(MAKE)=@@@%%%'
3868 _ACEOF
3869 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3870 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3871   *@@@%%%=?*=@@@%%%*)
3872     eval ac_cv_prog_make_${ac_make}_set=yes;;
3873   *)
3874     eval ac_cv_prog_make_${ac_make}_set=no;;
3875 esac
3876 rm -f conftest.make
3877 fi
3878 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3879   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3880 $as_echo "yes" >&6; }
3881   SET_MAKE=
3882 else
3883   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3884 $as_echo "no" >&6; }
3885   SET_MAKE="MAKE=${MAKE-make}"
3886 fi
3887
3888 rm -rf .tst 2>/dev/null
3889 mkdir .tst 2>/dev/null
3890 if test -d .tst; then
3891   am__leading_dot=.
3892 else
3893   am__leading_dot=_
3894 fi
3895 rmdir .tst 2>/dev/null
3896
3897 DEPDIR="${am__leading_dot}deps"
3898
3899 ac_config_commands="$ac_config_commands depfiles"
3900
3901
3902 am_make=${MAKE-make}
3903 cat > confinc << 'END'
3904 am__doit:
3905         @echo this is the am__doit target
3906 .PHONY: am__doit
3907 END
3908 # If we don't find an include directive, just comment out the code.
3909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3910 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3911 am__include="#"
3912 am__quote=
3913 _am_result=none
3914 # First try GNU make style include.
3915 echo "include confinc" > confmf
3916 # Ignore all kinds of additional output from `make'.
3917 case `$am_make -s -f confmf 2> /dev/null` in #(
3918 *the\ am__doit\ target*)
3919   am__include=include
3920   am__quote=
3921   _am_result=GNU
3922   ;;
3923 esac
3924 # Now try BSD make style include.
3925 if test "$am__include" = "#"; then
3926    echo '.include "confinc"' > confmf
3927    case `$am_make -s -f confmf 2> /dev/null` in #(
3928    *the\ am__doit\ target*)
3929      am__include=.include
3930      am__quote="\""
3931      _am_result=BSD
3932      ;;
3933    esac
3934 fi
3935
3936
3937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3938 $as_echo "$_am_result" >&6; }
3939 rm -f confinc confmf
3940
3941 # Check whether --enable-dependency-tracking was given.
3942 if test "${enable_dependency_tracking+set}" = set; then :
3943   enableval=$enable_dependency_tracking;
3944 fi
3945
3946 if test "x$enable_dependency_tracking" != xno; then
3947   am_depcomp="$ac_aux_dir/depcomp"
3948   AMDEPBACKSLASH='\'
3949 fi
3950  if test "x$enable_dependency_tracking" != xno; then
3951   AMDEP_TRUE=
3952   AMDEP_FALSE='#'
3953 else
3954   AMDEP_TRUE='#'
3955   AMDEP_FALSE=
3956 fi
3957
3958
3959 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3960   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3961   # is not polluted with repeated "-I."
3962   am__isrc=' -I$(srcdir)'
3963   # test to see if srcdir already configured
3964   if test -f $srcdir/config.status; then
3965     as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3966   fi
3967 fi
3968
3969 # test whether we have cygpath
3970 if test -z "$CYGPATH_W"; then
3971   if (cygpath --version) >/dev/null 2>/dev/null; then
3972     CYGPATH_W='cygpath -w'
3973   else
3974     CYGPATH_W=echo
3975   fi
3976 fi
3977
3978
3979 # Define the identity of the package.
3980  PACKAGE='binutils'
3981  VERSION='2.26.51'
3982
3983
3984 cat >>confdefs.h <<_ACEOF
3985 #define PACKAGE "$PACKAGE"
3986 _ACEOF
3987
3988
3989 cat >>confdefs.h <<_ACEOF
3990 #define VERSION "$VERSION"
3991 _ACEOF
3992
3993 # Some tools Automake needs.
3994
3995 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3996
3997
3998 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3999
4000
4001 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4002
4003
4004 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
4005
4006
4007 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
4008
4009 # We need awk for the "check" target.  The system "awk" is bad on
4010 # some platforms.
4011 # Always define AMTAR for backward compatibility.
4012
4013 AMTAR=${AMTAR-"${am_missing_run}tar"}
4014
4015 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
4016
4017
4018
4019
4020 depcc="$CC"   am_compiler_list=
4021
4022 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4023 $as_echo_n "checking dependency style of $depcc... " >&6; }
4024 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
4025   $as_echo_n "(cached) " >&6
4026 else
4027   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4028   # We make a subdir and do the tests there.  Otherwise we can end up
4029   # making bogus files that we don't know about and never remove.  For
4030   # instance it was reported that on HP-UX the gcc test will end up
4031   # making a dummy file named `D' -- because `-MD' means `put the output
4032   # in D'.
4033   mkdir conftest.dir
4034   # Copy depcomp to subdir because otherwise we won't find it if we're
4035   # using a relative directory.
4036   cp "$am_depcomp" conftest.dir
4037   cd conftest.dir
4038   # We will build objects and dependencies in a subdirectory because
4039   # it helps to detect inapplicable dependency modes.  For instance
4040   # both Tru64's cc and ICC support -MD to output dependencies as a
4041   # side effect of compilation, but ICC will put the dependencies in
4042   # the current directory while Tru64 will put them in the object
4043   # directory.
4044   mkdir sub
4045
4046   am_cv_CC_dependencies_compiler_type=none
4047   if test "$am_compiler_list" = ""; then
4048      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4049   fi
4050   am__universal=false
4051   case " $depcc " in #(
4052      *\ -arch\ *\ -arch\ *) am__universal=true ;;
4053      esac
4054
4055   for depmode in $am_compiler_list; do
4056     # Setup a source with many dependencies, because some compilers
4057     # like to wrap large dependency lists on column 80 (with \), and
4058     # we should not choose a depcomp mode which is confused by this.
4059     #
4060     # We need to recreate these files for each test, as the compiler may
4061     # overwrite some of them when testing with obscure command lines.
4062     # This happens at least with the AIX C compiler.
4063     : > sub/conftest.c
4064     for i in 1 2 3 4 5 6; do
4065       echo '#include "conftst'$i'.h"' >> sub/conftest.c
4066       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4067       # Solaris 8's {/usr,}/bin/sh.
4068       touch sub/conftst$i.h
4069     done
4070     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4071
4072     # We check with `-c' and `-o' for the sake of the "dashmstdout"
4073     # mode.  It turns out that the SunPro C++ compiler does not properly
4074     # handle `-M -o', and we need to detect this.  Also, some Intel
4075     # versions had trouble with output in subdirs
4076     am__obj=sub/conftest.${OBJEXT-o}
4077     am__minus_obj="-o $am__obj"
4078     case $depmode in
4079     gcc)
4080       # This depmode causes a compiler race in universal mode.
4081       test "$am__universal" = false || continue
4082       ;;
4083     nosideeffect)
4084       # after this tag, mechanisms are not by side-effect, so they'll
4085       # only be used when explicitly requested
4086       if test "x$enable_dependency_tracking" = xyes; then
4087         continue
4088       else
4089         break
4090       fi
4091       ;;
4092     msvisualcpp | msvcmsys)
4093       # This compiler won't grok `-c -o', but also, the minuso test has
4094       # not run yet.  These depmodes are late enough in the game, and
4095       # so weak that their functioning should not be impacted.
4096       am__obj=conftest.${OBJEXT-o}
4097       am__minus_obj=
4098       ;;
4099     none) break ;;
4100     esac
4101     if depmode=$depmode \
4102        source=sub/conftest.c object=$am__obj \
4103        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4104        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4105          >/dev/null 2>conftest.err &&
4106        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4107        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4108        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4109        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4110       # icc doesn't choke on unknown options, it will just issue warnings
4111       # or remarks (even with -Werror).  So we grep stderr for any message
4112       # that says an option was ignored or not supported.
4113       # When given -MP, icc 7.0 and 7.1 complain thusly:
4114       #   icc: Command line warning: ignoring option '-M'; no argument required
4115       # The diagnosis changed in icc 8.0:
4116       #   icc: Command line remark: option '-MP' not supported
4117       if (grep 'ignoring option' conftest.err ||
4118           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4119         am_cv_CC_dependencies_compiler_type=$depmode
4120         break
4121       fi
4122     fi
4123   done
4124
4125   cd ..
4126   rm -rf conftest.dir
4127 else
4128   am_cv_CC_dependencies_compiler_type=none
4129 fi
4130
4131 fi
4132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4133 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4134 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4135
4136  if
4137   test "x$enable_dependency_tracking" != xno \
4138   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4139   am__fastdepCC_TRUE=
4140   am__fastdepCC_FALSE='#'
4141 else
4142   am__fastdepCC_TRUE='#'
4143   am__fastdepCC_FALSE=
4144 fi
4145
4146
4147
4148
4149 ac_ext=c
4150 ac_cpp='$CPP $CPPFLAGS'
4151 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4152 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4153 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4154 if test -n "$ac_tool_prefix"; then
4155   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4156 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4158 $as_echo_n "checking for $ac_word... " >&6; }
4159 if test "${ac_cv_prog_CC+set}" = set; then :
4160   $as_echo_n "(cached) " >&6
4161 else
4162   if test -n "$CC"; then
4163   ac_cv_prog_CC="$CC" # Let the user override the test.
4164 else
4165 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4166 for as_dir in $PATH
4167 do
4168   IFS=$as_save_IFS
4169   test -z "$as_dir" && as_dir=.
4170     for ac_exec_ext in '' $ac_executable_extensions; do
4171   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4172     ac_cv_prog_CC="${ac_tool_prefix}gcc"
4173     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4174     break 2
4175   fi
4176 done
4177   done
4178 IFS=$as_save_IFS
4179
4180 fi
4181 fi
4182 CC=$ac_cv_prog_CC
4183 if test -n "$CC"; then
4184   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4185 $as_echo "$CC" >&6; }
4186 else
4187   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4188 $as_echo "no" >&6; }
4189 fi
4190
4191
4192 fi
4193 if test -z "$ac_cv_prog_CC"; then
4194   ac_ct_CC=$CC
4195   # Extract the first word of "gcc", so it can be a program name with args.
4196 set dummy gcc; ac_word=$2
4197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4198 $as_echo_n "checking for $ac_word... " >&6; }
4199 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4200   $as_echo_n "(cached) " >&6
4201 else
4202   if test -n "$ac_ct_CC"; then
4203   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4204 else
4205 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4206 for as_dir in $PATH
4207 do
4208   IFS=$as_save_IFS
4209   test -z "$as_dir" && as_dir=.
4210     for ac_exec_ext in '' $ac_executable_extensions; do
4211   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4212     ac_cv_prog_ac_ct_CC="gcc"
4213     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4214     break 2
4215   fi
4216 done
4217   done
4218 IFS=$as_save_IFS
4219
4220 fi
4221 fi
4222 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4223 if test -n "$ac_ct_CC"; then
4224   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4225 $as_echo "$ac_ct_CC" >&6; }
4226 else
4227   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4228 $as_echo "no" >&6; }
4229 fi
4230
4231   if test "x$ac_ct_CC" = x; then
4232     CC=""
4233   else
4234     case $cross_compiling:$ac_tool_warned in
4235 yes:)
4236 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4237 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4238 ac_tool_warned=yes ;;
4239 esac
4240     CC=$ac_ct_CC
4241   fi
4242 else
4243   CC="$ac_cv_prog_CC"
4244 fi
4245
4246 if test -z "$CC"; then
4247           if test -n "$ac_tool_prefix"; then
4248     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4249 set dummy ${ac_tool_prefix}cc; ac_word=$2
4250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4251 $as_echo_n "checking for $ac_word... " >&6; }
4252 if test "${ac_cv_prog_CC+set}" = set; then :
4253   $as_echo_n "(cached) " >&6
4254 else
4255   if test -n "$CC"; then
4256   ac_cv_prog_CC="$CC" # Let the user override the test.
4257 else
4258 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4259 for as_dir in $PATH
4260 do
4261   IFS=$as_save_IFS
4262   test -z "$as_dir" && as_dir=.
4263     for ac_exec_ext in '' $ac_executable_extensions; do
4264   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4265     ac_cv_prog_CC="${ac_tool_prefix}cc"
4266     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4267     break 2
4268   fi
4269 done
4270   done
4271 IFS=$as_save_IFS
4272
4273 fi
4274 fi
4275 CC=$ac_cv_prog_CC
4276 if test -n "$CC"; then
4277   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4278 $as_echo "$CC" >&6; }
4279 else
4280   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4281 $as_echo "no" >&6; }
4282 fi
4283
4284
4285   fi
4286 fi
4287 if test -z "$CC"; then
4288   # Extract the first word of "cc", so it can be a program name with args.
4289 set dummy cc; ac_word=$2
4290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4291 $as_echo_n "checking for $ac_word... " >&6; }
4292 if test "${ac_cv_prog_CC+set}" = set; then :
4293   $as_echo_n "(cached) " >&6
4294 else
4295   if test -n "$CC"; then
4296   ac_cv_prog_CC="$CC" # Let the user override the test.
4297 else
4298   ac_prog_rejected=no
4299 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4300 for as_dir in $PATH
4301 do
4302   IFS=$as_save_IFS
4303   test -z "$as_dir" && as_dir=.
4304     for ac_exec_ext in '' $ac_executable_extensions; do
4305   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4306     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4307        ac_prog_rejected=yes
4308        continue
4309      fi
4310     ac_cv_prog_CC="cc"
4311     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4312     break 2
4313   fi
4314 done
4315   done
4316 IFS=$as_save_IFS
4317
4318 if test $ac_prog_rejected = yes; then
4319   # We found a bogon in the path, so make sure we never use it.
4320   set dummy $ac_cv_prog_CC
4321   shift
4322   if test $# != 0; then
4323     # We chose a different compiler from the bogus one.
4324     # However, it has the same basename, so the bogon will be chosen
4325     # first if we set CC to just the basename; use the full file name.
4326     shift
4327     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4328   fi
4329 fi
4330 fi
4331 fi
4332 CC=$ac_cv_prog_CC
4333 if test -n "$CC"; then
4334   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4335 $as_echo "$CC" >&6; }
4336 else
4337   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4338 $as_echo "no" >&6; }
4339 fi
4340
4341
4342 fi
4343 if test -z "$CC"; then
4344   if test -n "$ac_tool_prefix"; then
4345   for ac_prog in cl.exe
4346   do
4347     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4348 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4350 $as_echo_n "checking for $ac_word... " >&6; }
4351 if test "${ac_cv_prog_CC+set}" = set; then :
4352   $as_echo_n "(cached) " >&6
4353 else
4354   if test -n "$CC"; then
4355   ac_cv_prog_CC="$CC" # Let the user override the test.
4356 else
4357 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4358 for as_dir in $PATH
4359 do
4360   IFS=$as_save_IFS
4361   test -z "$as_dir" && as_dir=.
4362     for ac_exec_ext in '' $ac_executable_extensions; do
4363   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4364     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4365     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4366     break 2
4367   fi
4368 done
4369   done
4370 IFS=$as_save_IFS
4371
4372 fi
4373 fi
4374 CC=$ac_cv_prog_CC
4375 if test -n "$CC"; then
4376   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4377 $as_echo "$CC" >&6; }
4378 else
4379   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4380 $as_echo "no" >&6; }
4381 fi
4382
4383
4384     test -n "$CC" && break
4385   done
4386 fi
4387 if test -z "$CC"; then
4388   ac_ct_CC=$CC
4389   for ac_prog in cl.exe
4390 do
4391   # Extract the first word of "$ac_prog", so it can be a program name with args.
4392 set dummy $ac_prog; ac_word=$2
4393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4394 $as_echo_n "checking for $ac_word... " >&6; }
4395 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4396   $as_echo_n "(cached) " >&6
4397 else
4398   if test -n "$ac_ct_CC"; then
4399   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4400 else
4401 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4402 for as_dir in $PATH
4403 do
4404   IFS=$as_save_IFS
4405   test -z "$as_dir" && as_dir=.
4406     for ac_exec_ext in '' $ac_executable_extensions; do
4407   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4408     ac_cv_prog_ac_ct_CC="$ac_prog"
4409     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4410     break 2
4411   fi
4412 done
4413   done
4414 IFS=$as_save_IFS
4415
4416 fi
4417 fi
4418 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4419 if test -n "$ac_ct_CC"; then
4420   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4421 $as_echo "$ac_ct_CC" >&6; }
4422 else
4423   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4424 $as_echo "no" >&6; }
4425 fi
4426
4427
4428   test -n "$ac_ct_CC" && break
4429 done
4430
4431   if test "x$ac_ct_CC" = x; then
4432     CC=""
4433   else
4434     case $cross_compiling:$ac_tool_warned in
4435 yes:)
4436 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4437 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4438 ac_tool_warned=yes ;;
4439 esac
4440     CC=$ac_ct_CC
4441   fi
4442 fi
4443
4444 fi
4445
4446
4447 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4448 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4449 as_fn_error "no acceptable C compiler found in \$PATH
4450 See \`config.log' for more details." "$LINENO" 5; }
4451
4452 # Provide some information about the compiler.
4453 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4454 set X $ac_compile
4455 ac_compiler=$2
4456 for ac_option in --version -v -V -qversion; do
4457   { { ac_try="$ac_compiler $ac_option >&5"
4458 case "(($ac_try" in
4459   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4460   *) ac_try_echo=$ac_try;;
4461 esac
4462 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4463 $as_echo "$ac_try_echo"; } >&5
4464   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4465   ac_status=$?
4466   if test -s conftest.err; then
4467     sed '10a\
4468 ... rest of stderr output deleted ...
4469          10q' conftest.err >conftest.er1
4470     cat conftest.er1 >&5
4471     rm -f conftest.er1 conftest.err
4472   fi
4473   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4474   test $ac_status = 0; }
4475 done
4476
4477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4478 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4479 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4480   $as_echo_n "(cached) " >&6
4481 else
4482   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4483 /* end confdefs.h.  */
4484
4485 int
4486 main ()
4487 {
4488 #ifndef __GNUC__
4489        choke me
4490 #endif
4491
4492   ;
4493   return 0;
4494 }
4495 _ACEOF
4496 if ac_fn_c_try_compile "$LINENO"; then :
4497   ac_compiler_gnu=yes
4498 else
4499   ac_compiler_gnu=no
4500 fi
4501 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4502 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4503
4504 fi
4505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4506 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4507 if test $ac_compiler_gnu = yes; then
4508   GCC=yes
4509 else
4510   GCC=
4511 fi
4512 ac_test_CFLAGS=${CFLAGS+set}
4513 ac_save_CFLAGS=$CFLAGS
4514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4515 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4516 if test "${ac_cv_prog_cc_g+set}" = set; then :
4517   $as_echo_n "(cached) " >&6
4518 else
4519   ac_save_c_werror_flag=$ac_c_werror_flag
4520    ac_c_werror_flag=yes
4521    ac_cv_prog_cc_g=no
4522    CFLAGS="-g"
4523    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4524 /* end confdefs.h.  */
4525
4526 int
4527 main ()
4528 {
4529
4530   ;
4531   return 0;
4532 }
4533 _ACEOF
4534 if ac_fn_c_try_compile "$LINENO"; then :
4535   ac_cv_prog_cc_g=yes
4536 else
4537   CFLAGS=""
4538       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4539 /* end confdefs.h.  */
4540
4541 int
4542 main ()
4543 {
4544
4545   ;
4546   return 0;
4547 }
4548 _ACEOF
4549 if ac_fn_c_try_compile "$LINENO"; then :
4550
4551 else
4552   ac_c_werror_flag=$ac_save_c_werror_flag
4553          CFLAGS="-g"
4554          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4555 /* end confdefs.h.  */
4556
4557 int
4558 main ()
4559 {
4560
4561   ;
4562   return 0;
4563 }
4564 _ACEOF
4565 if ac_fn_c_try_compile "$LINENO"; then :
4566   ac_cv_prog_cc_g=yes
4567 fi
4568 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4569 fi
4570 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4571 fi
4572 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4573    ac_c_werror_flag=$ac_save_c_werror_flag
4574 fi
4575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4576 $as_echo "$ac_cv_prog_cc_g" >&6; }
4577 if test "$ac_test_CFLAGS" = set; then
4578   CFLAGS=$ac_save_CFLAGS
4579 elif test $ac_cv_prog_cc_g = yes; then
4580   if test "$GCC" = yes; then
4581     CFLAGS="-g -O2"
4582   else
4583     CFLAGS="-g"
4584   fi
4585 else
4586   if test "$GCC" = yes; then
4587     CFLAGS="-O2"
4588   else
4589     CFLAGS=
4590   fi
4591 fi
4592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4593 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4594 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4595   $as_echo_n "(cached) " >&6
4596 else
4597   ac_cv_prog_cc_c89=no
4598 ac_save_CC=$CC
4599 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4600 /* end confdefs.h.  */
4601 #include <stdarg.h>
4602 #include <stdio.h>
4603 #include <sys/types.h>
4604 #include <sys/stat.h>
4605 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
4606 struct buf { int x; };
4607 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4608 static char *e (p, i)
4609      char **p;
4610      int i;
4611 {
4612   return p[i];
4613 }
4614 static char *f (char * (*g) (char **, int), char **p, ...)
4615 {
4616   char *s;
4617   va_list v;
4618   va_start (v,p);
4619   s = g (p, va_arg (v,int));
4620   va_end (v);
4621   return s;
4622 }
4623
4624 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
4625    function prototypes and stuff, but not '\xHH' hex character constants.
4626    These don't provoke an error unfortunately, instead are silently treated
4627    as 'x'.  The following induces an error, until -std is added to get
4628    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
4629    array size at least.  It's necessary to write '\x00'==0 to get something
4630    that's true only with -std.  */
4631 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4632
4633 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4634    inside strings and character constants.  */
4635 #define FOO(x) 'x'
4636 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4637
4638 int test (int i, double x);
4639 struct s1 {int (*f) (int a);};
4640 struct s2 {int (*f) (double a);};
4641 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4642 int argc;
4643 char **argv;
4644 int
4645 main ()
4646 {
4647 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
4648   ;
4649   return 0;
4650 }
4651 _ACEOF
4652 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4653         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4654 do
4655   CC="$ac_save_CC $ac_arg"
4656   if ac_fn_c_try_compile "$LINENO"; then :
4657   ac_cv_prog_cc_c89=$ac_arg
4658 fi
4659 rm -f core conftest.err conftest.$ac_objext
4660   test "x$ac_cv_prog_cc_c89" != "xno" && break
4661 done
4662 rm -f conftest.$ac_ext
4663 CC=$ac_save_CC
4664
4665 fi
4666 # AC_CACHE_VAL
4667 case "x$ac_cv_prog_cc_c89" in
4668   x)
4669     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4670 $as_echo "none needed" >&6; } ;;
4671   xno)
4672     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4673 $as_echo "unsupported" >&6; } ;;
4674   *)
4675     CC="$CC $ac_cv_prog_cc_c89"
4676     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4677 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4678 esac
4679 if test "x$ac_cv_prog_cc_c89" != xno; then :
4680
4681 fi
4682
4683 ac_ext=c
4684 ac_cpp='$CPP $CPPFLAGS'
4685 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4686 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4687 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4688
4689 ac_ext=c
4690 ac_cpp='$CPP $CPPFLAGS'
4691 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4692 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4693 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4695 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4696 # On Suns, sometimes $CPP names a directory.
4697 if test -n "$CPP" && test -d "$CPP"; then
4698   CPP=
4699 fi
4700 if test -z "$CPP"; then
4701   if test "${ac_cv_prog_CPP+set}" = set; then :
4702   $as_echo_n "(cached) " >&6
4703 else
4704       # Double quotes because CPP needs to be expanded
4705     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4706     do
4707       ac_preproc_ok=false
4708 for ac_c_preproc_warn_flag in '' yes
4709 do
4710   # Use a header file that comes with gcc, so configuring glibc
4711   # with a fresh cross-compiler works.
4712   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4713   # <limits.h> exists even on freestanding compilers.
4714   # On the NeXT, cc -E runs the code through the compiler's parser,
4715   # not just through cpp. "Syntax error" is here to catch this case.
4716   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4717 /* end confdefs.h.  */
4718 #ifdef __STDC__
4719 # include <limits.h>
4720 #else
4721 # include <assert.h>
4722 #endif
4723                      Syntax error
4724 _ACEOF
4725 if ac_fn_c_try_cpp "$LINENO"; then :
4726
4727 else
4728   # Broken: fails on valid input.
4729 continue
4730 fi
4731 rm -f conftest.err conftest.$ac_ext
4732
4733   # OK, works on sane cases.  Now check whether nonexistent headers
4734   # can be detected and how.
4735   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4736 /* end confdefs.h.  */
4737 #include <ac_nonexistent.h>
4738 _ACEOF
4739 if ac_fn_c_try_cpp "$LINENO"; then :
4740   # Broken: success on invalid input.
4741 continue
4742 else
4743   # Passes both tests.
4744 ac_preproc_ok=:
4745 break
4746 fi
4747 rm -f conftest.err conftest.$ac_ext
4748
4749 done
4750 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4751 rm -f conftest.err conftest.$ac_ext
4752 if $ac_preproc_ok; then :
4753   break
4754 fi
4755
4756     done
4757     ac_cv_prog_CPP=$CPP
4758
4759 fi
4760   CPP=$ac_cv_prog_CPP
4761 else
4762   ac_cv_prog_CPP=$CPP
4763 fi
4764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4765 $as_echo "$CPP" >&6; }
4766 ac_preproc_ok=false
4767 for ac_c_preproc_warn_flag in '' yes
4768 do
4769   # Use a header file that comes with gcc, so configuring glibc
4770   # with a fresh cross-compiler works.
4771   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4772   # <limits.h> exists even on freestanding compilers.
4773   # On the NeXT, cc -E runs the code through the compiler's parser,
4774   # not just through cpp. "Syntax error" is here to catch this case.
4775   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4776 /* end confdefs.h.  */
4777 #ifdef __STDC__
4778 # include <limits.h>
4779 #else
4780 # include <assert.h>
4781 #endif
4782                      Syntax error
4783 _ACEOF
4784 if ac_fn_c_try_cpp "$LINENO"; then :
4785
4786 else
4787   # Broken: fails on valid input.
4788 continue
4789 fi
4790 rm -f conftest.err conftest.$ac_ext
4791
4792   # OK, works on sane cases.  Now check whether nonexistent headers
4793   # can be detected and how.
4794   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4795 /* end confdefs.h.  */
4796 #include <ac_nonexistent.h>
4797 _ACEOF
4798 if ac_fn_c_try_cpp "$LINENO"; then :
4799   # Broken: success on invalid input.
4800 continue
4801 else
4802   # Passes both tests.
4803 ac_preproc_ok=:
4804 break
4805 fi
4806 rm -f conftest.err conftest.$ac_ext
4807
4808 done
4809 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4810 rm -f conftest.err conftest.$ac_ext
4811 if $ac_preproc_ok; then :
4812
4813 else
4814   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4815 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4816 as_fn_error "C preprocessor \"$CPP\" fails sanity check
4817 See \`config.log' for more details." "$LINENO" 5; }
4818 fi
4819
4820 ac_ext=c
4821 ac_cpp='$CPP $CPPFLAGS'
4822 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4823 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4824 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4825
4826
4827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4828 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4829 if test "${ac_cv_path_GREP+set}" = set; then :
4830   $as_echo_n "(cached) " >&6
4831 else
4832   if test -z "$GREP"; then
4833   ac_path_GREP_found=false
4834   # Loop through the user's path and test for each of PROGNAME-LIST
4835   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4836 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4837 do
4838   IFS=$as_save_IFS
4839   test -z "$as_dir" && as_dir=.
4840     for ac_prog in grep ggrep; do
4841     for ac_exec_ext in '' $ac_executable_extensions; do
4842       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4843       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4844 # Check for GNU ac_path_GREP and select it if it is found.
4845   # Check for GNU $ac_path_GREP
4846 case `"$ac_path_GREP" --version 2>&1` in
4847 *GNU*)
4848   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4849 *)
4850   ac_count=0
4851   $as_echo_n 0123456789 >"conftest.in"
4852   while :
4853   do
4854     cat "conftest.in" "conftest.in" >"conftest.tmp"
4855     mv "conftest.tmp" "conftest.in"
4856     cp "conftest.in" "conftest.nl"
4857     $as_echo 'GREP' >> "conftest.nl"
4858     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4859     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4860     as_fn_arith $ac_count + 1 && ac_count=$as_val
4861     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4862       # Best one so far, save it but keep looking for a better one
4863       ac_cv_path_GREP="$ac_path_GREP"
4864       ac_path_GREP_max=$ac_count
4865     fi
4866     # 10*(2^10) chars as input seems more than enough
4867     test $ac_count -gt 10 && break
4868   done
4869   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4870 esac
4871
4872       $ac_path_GREP_found && break 3
4873     done
4874   done
4875   done
4876 IFS=$as_save_IFS
4877   if test -z "$ac_cv_path_GREP"; then
4878     as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4879   fi
4880 else
4881   ac_cv_path_GREP=$GREP
4882 fi
4883
4884 fi
4885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4886 $as_echo "$ac_cv_path_GREP" >&6; }
4887  GREP="$ac_cv_path_GREP"
4888
4889
4890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4891 $as_echo_n "checking for egrep... " >&6; }
4892 if test "${ac_cv_path_EGREP+set}" = set; then :
4893   $as_echo_n "(cached) " >&6
4894 else
4895   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4896    then ac_cv_path_EGREP="$GREP -E"
4897    else
4898      if test -z "$EGREP"; then
4899   ac_path_EGREP_found=false
4900   # Loop through the user's path and test for each of PROGNAME-LIST
4901   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4902 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4903 do
4904   IFS=$as_save_IFS
4905   test -z "$as_dir" && as_dir=.
4906     for ac_prog in egrep; do
4907     for ac_exec_ext in '' $ac_executable_extensions; do
4908       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4909       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4910 # Check for GNU ac_path_EGREP and select it if it is found.
4911   # Check for GNU $ac_path_EGREP
4912 case `"$ac_path_EGREP" --version 2>&1` in
4913 *GNU*)
4914   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4915 *)
4916   ac_count=0
4917   $as_echo_n 0123456789 >"conftest.in"
4918   while :
4919   do
4920     cat "conftest.in" "conftest.in" >"conftest.tmp"
4921     mv "conftest.tmp" "conftest.in"
4922     cp "conftest.in" "conftest.nl"
4923     $as_echo 'EGREP' >> "conftest.nl"
4924     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4925     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4926     as_fn_arith $ac_count + 1 && ac_count=$as_val
4927     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4928       # Best one so far, save it but keep looking for a better one
4929       ac_cv_path_EGREP="$ac_path_EGREP"
4930       ac_path_EGREP_max=$ac_count
4931     fi
4932     # 10*(2^10) chars as input seems more than enough
4933     test $ac_count -gt 10 && break
4934   done
4935   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4936 esac
4937
4938       $ac_path_EGREP_found && break 3
4939     done
4940   done
4941   done
4942 IFS=$as_save_IFS
4943   if test -z "$ac_cv_path_EGREP"; then
4944     as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4945   fi
4946 else
4947   ac_cv_path_EGREP=$EGREP
4948 fi
4949
4950    fi
4951 fi
4952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4953 $as_echo "$ac_cv_path_EGREP" >&6; }
4954  EGREP="$ac_cv_path_EGREP"
4955
4956
4957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4958 $as_echo_n "checking for ANSI C header files... " >&6; }
4959 if test "${ac_cv_header_stdc+set}" = set; then :
4960   $as_echo_n "(cached) " >&6
4961 else
4962   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4963 /* end confdefs.h.  */
4964 #include <stdlib.h>
4965 #include <stdarg.h>
4966 #include <string.h>
4967 #include <float.h>
4968
4969 int
4970 main ()
4971 {
4972
4973   ;
4974   return 0;
4975 }
4976 _ACEOF
4977 if ac_fn_c_try_compile "$LINENO"; then :
4978   ac_cv_header_stdc=yes
4979 else
4980   ac_cv_header_stdc=no
4981 fi
4982 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4983
4984 if test $ac_cv_header_stdc = yes; then
4985   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4986   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4987 /* end confdefs.h.  */
4988 #include <string.h>
4989
4990 _ACEOF
4991 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4992   $EGREP "memchr" >/dev/null 2>&1; then :
4993
4994 else
4995   ac_cv_header_stdc=no
4996 fi
4997 rm -f conftest*
4998
4999 fi
5000
5001 if test $ac_cv_header_stdc = yes; then
5002   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5003   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5004 /* end confdefs.h.  */
5005 #include <stdlib.h>
5006
5007 _ACEOF
5008 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5009   $EGREP "free" >/dev/null 2>&1; then :
5010
5011 else
5012   ac_cv_header_stdc=no
5013 fi
5014 rm -f conftest*
5015
5016 fi
5017
5018 if test $ac_cv_header_stdc = yes; then
5019   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5020   if test "$cross_compiling" = yes; then :
5021   :
5022 else
5023   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5024 /* end confdefs.h.  */
5025 #include <ctype.h>
5026 #include <stdlib.h>
5027 #if ((' ' & 0x0FF) == 0x020)
5028 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5029 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5030 #else
5031 # define ISLOWER(c) \
5032                    (('a' <= (c) && (c) <= 'i') \
5033                      || ('j' <= (c) && (c) <= 'r') \
5034                      || ('s' <= (c) && (c) <= 'z'))
5035 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5036 #endif
5037
5038 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5039 int
5040 main ()
5041 {
5042   int i;
5043   for (i = 0; i < 256; i++)
5044     if (XOR (islower (i), ISLOWER (i))
5045         || toupper (i) != TOUPPER (i))
5046       return 2;
5047   return 0;
5048 }
5049 _ACEOF
5050 if ac_fn_c_try_run "$LINENO"; then :
5051
5052 else
5053   ac_cv_header_stdc=no
5054 fi
5055 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5056   conftest.$ac_objext conftest.beam conftest.$ac_ext
5057 fi
5058
5059 fi
5060 fi
5061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5062 $as_echo "$ac_cv_header_stdc" >&6; }
5063 if test $ac_cv_header_stdc = yes; then
5064
5065 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5066
5067 fi
5068
5069 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5070 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5071                   inttypes.h stdint.h unistd.h
5072 do :
5073   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5074 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5075 "
5076 eval as_val=\$$as_ac_Header
5077    if test "x$as_val" = x""yes; then :
5078   cat >>confdefs.h <<_ACEOF
5079 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5080 _ACEOF
5081
5082 fi
5083
5084 done
5085
5086
5087
5088   ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5089 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5090   MINIX=yes
5091 else
5092   MINIX=
5093 fi
5094
5095
5096   if test "$MINIX" = yes; then
5097
5098 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5099
5100
5101 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5102
5103
5104 $as_echo "#define _MINIX 1" >>confdefs.h
5105
5106   fi
5107
5108
5109   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5110 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5111 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5112   $as_echo_n "(cached) " >&6
5113 else
5114   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5115 /* end confdefs.h.  */
5116
5117 #         define __EXTENSIONS__ 1
5118           $ac_includes_default
5119 int
5120 main ()
5121 {
5122
5123   ;
5124   return 0;
5125 }
5126 _ACEOF
5127 if ac_fn_c_try_compile "$LINENO"; then :
5128   ac_cv_safe_to_define___extensions__=yes
5129 else
5130   ac_cv_safe_to_define___extensions__=no
5131 fi
5132 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5133 fi
5134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5135 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5136   test $ac_cv_safe_to_define___extensions__ = yes &&
5137     $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5138
5139   $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5140
5141   $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5142
5143   $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5144
5145   $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5146
5147
5148
5149
5150
5151 case `pwd` in
5152   *\ * | *\     *)
5153     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5154 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5155 esac
5156
5157
5158
5159 macro_version='2.2.7a'
5160 macro_revision='1.3134'
5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174 ltmain="$ac_aux_dir/ltmain.sh"
5175
5176 # Backslashify metacharacters that are still active within
5177 # double-quoted strings.
5178 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5179
5180 # Same as above, but do not quote variable references.
5181 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5182
5183 # Sed substitution to delay expansion of an escaped shell variable in a
5184 # double_quote_subst'ed string.
5185 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5186
5187 # Sed substitution to delay expansion of an escaped single quote.
5188 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5189
5190 # Sed substitution to avoid accidental globbing in evaled expressions
5191 no_glob_subst='s/\*/\\\*/g'
5192
5193 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5194 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5195 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5196
5197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5198 $as_echo_n "checking how to print strings... " >&6; }
5199 # Test print first, because it will be a builtin if present.
5200 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5201    test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5202   ECHO='print -r --'
5203 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5204   ECHO='printf %s\n'
5205 else
5206   # Use this function as a fallback that always works.
5207   func_fallback_echo ()
5208   {
5209     eval 'cat <<_LTECHO_EOF
5210 $1
5211 _LTECHO_EOF'
5212   }
5213   ECHO='func_fallback_echo'
5214 fi
5215
5216 # func_echo_all arg...
5217 # Invoke $ECHO with all args, space-separated.
5218 func_echo_all ()
5219 {
5220     $ECHO ""
5221 }
5222
5223 case "$ECHO" in
5224   printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5225 $as_echo "printf" >&6; } ;;
5226   print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5227 $as_echo "print -r" >&6; } ;;
5228   *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5229 $as_echo "cat" >&6; } ;;
5230 esac
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244
5245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5246 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5247 if test "${ac_cv_path_SED+set}" = set; then :
5248   $as_echo_n "(cached) " >&6
5249 else
5250             ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5251      for ac_i in 1 2 3 4 5 6 7; do
5252        ac_script="$ac_script$as_nl$ac_script"
5253      done
5254      echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5255      { ac_script=; unset ac_script;}
5256      if test -z "$SED"; then
5257   ac_path_SED_found=false
5258   # Loop through the user's path and test for each of PROGNAME-LIST
5259   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5260 for as_dir in $PATH
5261 do
5262   IFS=$as_save_IFS
5263   test -z "$as_dir" && as_dir=.
5264     for ac_prog in sed gsed; do
5265     for ac_exec_ext in '' $ac_executable_extensions; do
5266       ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5267       { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5268 # Check for GNU ac_path_SED and select it if it is found.
5269   # Check for GNU $ac_path_SED
5270 case `"$ac_path_SED" --version 2>&1` in
5271 *GNU*)
5272   ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5273 *)
5274   ac_count=0
5275   $as_echo_n 0123456789 >"conftest.in"
5276   while :
5277   do
5278     cat "conftest.in" "conftest.in" >"conftest.tmp"
5279     mv "conftest.tmp" "conftest.in"
5280     cp "conftest.in" "conftest.nl"
5281     $as_echo '' >> "conftest.nl"
5282     "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5283     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5284     as_fn_arith $ac_count + 1 && ac_count=$as_val
5285     if test $ac_count -gt ${ac_path_SED_max-0}; then
5286       # Best one so far, save it but keep looking for a better one
5287       ac_cv_path_SED="$ac_path_SED"
5288       ac_path_SED_max=$ac_count
5289     fi
5290     # 10*(2^10) chars as input seems more than enough
5291     test $ac_count -gt 10 && break
5292   done
5293   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5294 esac
5295
5296       $ac_path_SED_found && break 3
5297     done
5298   done
5299   done
5300 IFS=$as_save_IFS
5301   if test -z "$ac_cv_path_SED"; then
5302     as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5303   fi
5304 else
5305   ac_cv_path_SED=$SED
5306 fi
5307
5308 fi
5309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5310 $as_echo "$ac_cv_path_SED" >&6; }
5311  SED="$ac_cv_path_SED"
5312   rm -f conftest.sed
5313
5314 test -z "$SED" && SED=sed
5315 Xsed="$SED -e 1s/^X//"
5316
5317
5318
5319
5320
5321
5322
5323
5324
5325
5326
5327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5328 $as_echo_n "checking for fgrep... " >&6; }
5329 if test "${ac_cv_path_FGREP+set}" = set; then :
5330   $as_echo_n "(cached) " >&6
5331 else
5332   if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5333    then ac_cv_path_FGREP="$GREP -F"
5334    else
5335      if test -z "$FGREP"; then
5336   ac_path_FGREP_found=false
5337   # Loop through the user's path and test for each of PROGNAME-LIST
5338   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5339 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5340 do
5341   IFS=$as_save_IFS
5342   test -z "$as_dir" && as_dir=.
5343     for ac_prog in fgrep; do
5344     for ac_exec_ext in '' $ac_executable_extensions; do
5345       ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5346       { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5347 # Check for GNU ac_path_FGREP and select it if it is found.
5348   # Check for GNU $ac_path_FGREP
5349 case `"$ac_path_FGREP" --version 2>&1` in
5350 *GNU*)
5351   ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5352 *)
5353   ac_count=0
5354   $as_echo_n 0123456789 >"conftest.in"
5355   while :
5356   do
5357     cat "conftest.in" "conftest.in" >"conftest.tmp"
5358     mv "conftest.tmp" "conftest.in"
5359     cp "conftest.in" "conftest.nl"
5360     $as_echo 'FGREP' >> "conftest.nl"
5361     "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5362     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5363     as_fn_arith $ac_count + 1 && ac_count=$as_val
5364     if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5365       # Best one so far, save it but keep looking for a better one
5366       ac_cv_path_FGREP="$ac_path_FGREP"
5367       ac_path_FGREP_max=$ac_count
5368     fi
5369     # 10*(2^10) chars as input seems more than enough
5370     test $ac_count -gt 10 && break
5371   done
5372   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5373 esac
5374
5375       $ac_path_FGREP_found && break 3
5376     done
5377   done
5378   done
5379 IFS=$as_save_IFS
5380   if test -z "$ac_cv_path_FGREP"; then
5381     as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5382   fi
5383 else
5384   ac_cv_path_FGREP=$FGREP
5385 fi
5386
5387    fi
5388 fi
5389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5390 $as_echo "$ac_cv_path_FGREP" >&6; }
5391  FGREP="$ac_cv_path_FGREP"
5392
5393
5394 test -z "$GREP" && GREP=grep
5395
5396
5397
5398
5399
5400
5401
5402
5403
5404
5405
5406
5407
5408
5409
5410
5411
5412
5413
5414 # Check whether --with-gnu-ld was given.
5415 if test "${with_gnu_ld+set}" = set; then :
5416   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5417 else
5418   with_gnu_ld=no
5419 fi
5420
5421 ac_prog=ld
5422 if test "$GCC" = yes; then
5423   # Check if gcc -print-prog-name=ld gives a path.
5424   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5425 $as_echo_n "checking for ld used by $CC... " >&6; }
5426   case $host in
5427   *-*-mingw*)
5428     # gcc leaves a trailing carriage return which upsets mingw
5429     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5430   *)
5431     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5432   esac
5433   case $ac_prog in
5434     # Accept absolute paths.
5435     [\\/]* | ?:[\\/]*)
5436       re_direlt='/[^/][^/]*/\.\./'
5437       # Canonicalize the pathname of ld
5438       ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5439       while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5440         ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5441       done
5442       test -z "$LD" && LD="$ac_prog"
5443       ;;
5444   "")
5445     # If it fails, then pretend we aren't using GCC.
5446     ac_prog=ld
5447     ;;
5448   *)
5449     # If it is relative, then search for the first ld in PATH.
5450     with_gnu_ld=unknown
5451     ;;
5452   esac
5453 elif test "$with_gnu_ld" = yes; then
5454   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5455 $as_echo_n "checking for GNU ld... " >&6; }
5456 else
5457   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5458 $as_echo_n "checking for non-GNU ld... " >&6; }
5459 fi
5460 if test "${lt_cv_path_LD+set}" = set; then :
5461   $as_echo_n "(cached) " >&6
5462 else
5463   if test -z "$LD"; then
5464   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5465   for ac_dir in $PATH; do
5466     IFS="$lt_save_ifs"
5467     test -z "$ac_dir" && ac_dir=.
5468     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5469       lt_cv_path_LD="$ac_dir/$ac_prog"
5470       # Check to see if the program is GNU ld.  I'd rather use --version,
5471       # but apparently some variants of GNU ld only accept -v.
5472       # Break only if it was the GNU/non-GNU ld that we prefer.
5473       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5474       *GNU* | *'with BFD'*)
5475         test "$with_gnu_ld" != no && break
5476         ;;
5477       *)
5478         test "$with_gnu_ld" != yes && break
5479         ;;
5480       esac
5481     fi
5482   done
5483   IFS="$lt_save_ifs"
5484 else
5485   lt_cv_path_LD="$LD" # Let the user override the test with a path.
5486 fi
5487 fi
5488
5489 LD="$lt_cv_path_LD"
5490 if test -n "$LD"; then
5491   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5492 $as_echo "$LD" >&6; }
5493 else
5494   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5495 $as_echo "no" >&6; }
5496 fi
5497 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5499 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5500 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5501   $as_echo_n "(cached) " >&6
5502 else
5503   # I'd rather use --version here, but apparently some GNU lds only accept -v.
5504 case `$LD -v 2>&1 </dev/null` in
5505 *GNU* | *'with BFD'*)
5506   lt_cv_prog_gnu_ld=yes
5507   ;;
5508 *)
5509   lt_cv_prog_gnu_ld=no
5510   ;;
5511 esac
5512 fi
5513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5514 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5515 with_gnu_ld=$lt_cv_prog_gnu_ld
5516
5517
5518
5519
5520
5521
5522
5523
5524
5525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5526 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5527 if test "${lt_cv_path_NM+set}" = set; then :
5528   $as_echo_n "(cached) " >&6
5529 else
5530   if test -n "$NM"; then
5531   # Let the user override the test.
5532   lt_cv_path_NM="$NM"
5533 else
5534   lt_nm_to_check="${ac_tool_prefix}nm"
5535   if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5536     lt_nm_to_check="$lt_nm_to_check nm"
5537   fi
5538   for lt_tmp_nm in $lt_nm_to_check; do
5539     lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5540     for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5541       IFS="$lt_save_ifs"
5542       test -z "$ac_dir" && ac_dir=.
5543       tmp_nm="$ac_dir/$lt_tmp_nm"
5544       if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5545         # Check to see if the nm accepts a BSD-compat flag.
5546         # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5547         #   nm: unknown option "B" ignored
5548         # Tru64's nm complains that /dev/null is an invalid object file
5549         case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5550         */dev/null* | *'Invalid file or object type'*)
5551           lt_cv_path_NM="$tmp_nm -B"
5552           break
5553           ;;
5554         *)
5555           case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5556           */dev/null*)
5557             lt_cv_path_NM="$tmp_nm -p"
5558             break
5559             ;;
5560           *)
5561             lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5562             continue # so that we can try to find one that supports BSD flags
5563             ;;
5564           esac
5565           ;;
5566         esac
5567       fi
5568     done
5569     IFS="$lt_save_ifs"
5570   done
5571   : ${lt_cv_path_NM=no}
5572 fi
5573 fi
5574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5575 $as_echo "$lt_cv_path_NM" >&6; }
5576 if test "$lt_cv_path_NM" != "no"; then
5577   NM="$lt_cv_path_NM"
5578 else
5579   # Didn't find any BSD compatible name lister, look for dumpbin.
5580   if test -n "$DUMPBIN"; then :
5581     # Let the user override the test.
5582   else
5583     if test -n "$ac_tool_prefix"; then
5584   for ac_prog in dumpbin "link -dump"
5585   do
5586     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5587 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5589 $as_echo_n "checking for $ac_word... " >&6; }
5590 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5591   $as_echo_n "(cached) " >&6
5592 else
5593   if test -n "$DUMPBIN"; then
5594   ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5595 else
5596 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5597 for as_dir in $PATH
5598 do
5599   IFS=$as_save_IFS
5600   test -z "$as_dir" && as_dir=.
5601     for ac_exec_ext in '' $ac_executable_extensions; do
5602   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5603     ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5604     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5605     break 2
5606   fi
5607 done
5608   done
5609 IFS=$as_save_IFS
5610
5611 fi
5612 fi
5613 DUMPBIN=$ac_cv_prog_DUMPBIN
5614 if test -n "$DUMPBIN"; then
5615   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5616 $as_echo "$DUMPBIN" >&6; }
5617 else
5618   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5619 $as_echo "no" >&6; }
5620 fi
5621
5622
5623     test -n "$DUMPBIN" && break
5624   done
5625 fi
5626 if test -z "$DUMPBIN"; then
5627   ac_ct_DUMPBIN=$DUMPBIN
5628   for ac_prog in dumpbin "link -dump"
5629 do
5630   # Extract the first word of "$ac_prog", so it can be a program name with args.
5631 set dummy $ac_prog; ac_word=$2
5632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5633 $as_echo_n "checking for $ac_word... " >&6; }
5634 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5635   $as_echo_n "(cached) " >&6
5636 else
5637   if test -n "$ac_ct_DUMPBIN"; then
5638   ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5639 else
5640 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5641 for as_dir in $PATH
5642 do
5643   IFS=$as_save_IFS
5644   test -z "$as_dir" && as_dir=.
5645     for ac_exec_ext in '' $ac_executable_extensions; do
5646   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5647     ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5648     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5649     break 2
5650   fi
5651 done
5652   done
5653 IFS=$as_save_IFS
5654
5655 fi
5656 fi
5657 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5658 if test -n "$ac_ct_DUMPBIN"; then
5659   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5660 $as_echo "$ac_ct_DUMPBIN" >&6; }
5661 else
5662   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5663 $as_echo "no" >&6; }
5664 fi
5665
5666
5667   test -n "$ac_ct_DUMPBIN" && break
5668 done
5669
5670   if test "x$ac_ct_DUMPBIN" = x; then
5671     DUMPBIN=":"
5672   else
5673     case $cross_compiling:$ac_tool_warned in
5674 yes:)
5675 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5676 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5677 ac_tool_warned=yes ;;
5678 esac
5679     DUMPBIN=$ac_ct_DUMPBIN
5680   fi
5681 fi
5682
5683     case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5684     *COFF*)
5685       DUMPBIN="$DUMPBIN -symbols"
5686       ;;
5687     *)
5688       DUMPBIN=:
5689       ;;
5690     esac
5691   fi
5692
5693   if test "$DUMPBIN" != ":"; then
5694     NM="$DUMPBIN"
5695   fi
5696 fi
5697 test -z "$NM" && NM=nm
5698
5699
5700
5701
5702
5703
5704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5705 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5706 if test "${lt_cv_nm_interface+set}" = set; then :
5707   $as_echo_n "(cached) " >&6
5708 else
5709   lt_cv_nm_interface="BSD nm"
5710   echo "int some_variable = 0;" > conftest.$ac_ext
5711   (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5712   (eval "$ac_compile" 2>conftest.err)
5713   cat conftest.err >&5
5714   (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5715   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5716   cat conftest.err >&5
5717   (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5718   cat conftest.out >&5
5719   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5720     lt_cv_nm_interface="MS dumpbin"
5721   fi
5722   rm -f conftest*
5723 fi
5724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5725 $as_echo "$lt_cv_nm_interface" >&6; }
5726
5727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5728 $as_echo_n "checking whether ln -s works... " >&6; }
5729 LN_S=$as_ln_s
5730 if test "$LN_S" = "ln -s"; then
5731   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5732 $as_echo "yes" >&6; }
5733 else
5734   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5735 $as_echo "no, using $LN_S" >&6; }
5736 fi
5737
5738 # find the maximum length of command line arguments
5739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5740 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5741 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5742   $as_echo_n "(cached) " >&6
5743 else
5744     i=0
5745   teststring="ABCD"
5746
5747   case $build_os in
5748   msdosdjgpp*)
5749     # On DJGPP, this test can blow up pretty badly due to problems in libc
5750     # (any single argument exceeding 2000 bytes causes a buffer overrun
5751     # during glob expansion).  Even if it were fixed, the result of this
5752     # check would be larger than it should be.
5753     lt_cv_sys_max_cmd_len=12288;    # 12K is about right
5754     ;;
5755
5756   gnu*)
5757     # Under GNU Hurd, this test is not required because there is
5758     # no limit to the length of command line arguments.
5759     # Libtool will interpret -1 as no limit whatsoever
5760     lt_cv_sys_max_cmd_len=-1;
5761     ;;
5762
5763   cygwin* | mingw* | cegcc*)
5764     # On Win9x/ME, this test blows up -- it succeeds, but takes
5765     # about 5 minutes as the teststring grows exponentially.
5766     # Worse, since 9x/ME are not pre-emptively multitasking,
5767     # you end up with a "frozen" computer, even though with patience
5768     # the test eventually succeeds (with a max line length of 256k).
5769     # Instead, let's just punt: use the minimum linelength reported by
5770     # all of the supported platforms: 8192 (on NT/2K/XP).
5771     lt_cv_sys_max_cmd_len=8192;
5772     ;;
5773
5774   mint*)
5775     # On MiNT this can take a long time and run out of memory.
5776     lt_cv_sys_max_cmd_len=8192;
5777     ;;
5778
5779   amigaos*)
5780     # On AmigaOS with pdksh, this test takes hours, literally.
5781     # So we just punt and use a minimum line length of 8192.
5782     lt_cv_sys_max_cmd_len=8192;
5783     ;;
5784
5785   netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5786     # This has been around since 386BSD, at least.  Likely further.
5787     if test -x /sbin/sysctl; then
5788       lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5789     elif test -x /usr/sbin/sysctl; then
5790       lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5791     else
5792       lt_cv_sys_max_cmd_len=65536       # usable default for all BSDs
5793     fi
5794     # And add a safety zone
5795     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5796     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5797     ;;
5798
5799   interix*)
5800     # We know the value 262144 and hardcode it with a safety zone (like BSD)
5801     lt_cv_sys_max_cmd_len=196608
5802     ;;
5803
5804   osf*)
5805     # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5806     # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5807     # nice to cause kernel panics so lets avoid the loop below.
5808     # First set a reasonable default.
5809     lt_cv_sys_max_cmd_len=16384
5810     #
5811     if test -x /sbin/sysconfig; then
5812       case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5813         *1*) lt_cv_sys_max_cmd_len=-1 ;;
5814       esac
5815     fi
5816     ;;
5817   sco3.2v5*)
5818     lt_cv_sys_max_cmd_len=102400
5819     ;;
5820   sysv5* | sco5v6* | sysv4.2uw2*)
5821     kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5822     if test -n "$kargmax"; then
5823       lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[  ]//'`
5824     else
5825       lt_cv_sys_max_cmd_len=32768
5826     fi
5827     ;;
5828   *)
5829     lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5830     if test -n "$lt_cv_sys_max_cmd_len"; then
5831       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5832       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5833     else
5834       # Make teststring a little bigger before we do anything with it.
5835       # a 1K string should be a reasonable start.
5836       for i in 1 2 3 4 5 6 7 8 ; do
5837         teststring=$teststring$teststring
5838       done
5839       SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5840       # If test is not a shell built-in, we'll probably end up computing a
5841       # maximum length that is only half of the actual maximum length, but
5842       # we can't tell.
5843       while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5844                  = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5845               test $i != 17 # 1/2 MB should be enough
5846       do
5847         i=`expr $i + 1`
5848         teststring=$teststring$teststring
5849       done
5850       # Only check the string length outside the loop.
5851       lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5852       teststring=
5853       # Add a significant safety factor because C++ compilers can tack on
5854       # massive amounts of additional arguments before passing them to the
5855       # linker.  It appears as though 1/2 is a usable value.
5856       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5857     fi
5858     ;;
5859   esac
5860
5861 fi
5862
5863 if test -n $lt_cv_sys_max_cmd_len ; then
5864   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5865 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5866 else
5867   { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5868 $as_echo "none" >&6; }
5869 fi
5870 max_cmd_len=$lt_cv_sys_max_cmd_len
5871
5872
5873
5874
5875
5876
5877 : ${CP="cp -f"}
5878 : ${MV="mv -f"}
5879 : ${RM="rm -f"}
5880
5881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5882 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5883 # Try some XSI features
5884 xsi_shell=no
5885 ( _lt_dummy="a/b/c"
5886   test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5887       = c,a/b,, \
5888     && eval 'test $(( 1 + 1 )) -eq 2 \
5889     && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5890   && xsi_shell=yes
5891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5892 $as_echo "$xsi_shell" >&6; }
5893
5894
5895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5896 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5897 lt_shell_append=no
5898 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5899     >/dev/null 2>&1 \
5900   && lt_shell_append=yes
5901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5902 $as_echo "$lt_shell_append" >&6; }
5903
5904
5905 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5906   lt_unset=unset
5907 else
5908   lt_unset=false
5909 fi
5910
5911
5912
5913
5914
5915 # test EBCDIC or ASCII
5916 case `echo X|tr X '\101'` in
5917  A) # ASCII based system
5918     # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5919   lt_SP2NL='tr \040 \012'
5920   lt_NL2SP='tr \015\012 \040\040'
5921   ;;
5922  *) # EBCDIC based system
5923   lt_SP2NL='tr \100 \n'
5924   lt_NL2SP='tr \r\n \100\100'
5925   ;;
5926 esac
5927
5928
5929
5930
5931
5932
5933
5934
5935
5936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5937 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5938 if test "${lt_cv_ld_reload_flag+set}" = set; then :
5939   $as_echo_n "(cached) " >&6
5940 else
5941   lt_cv_ld_reload_flag='-r'
5942 fi
5943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5944 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5945 reload_flag=$lt_cv_ld_reload_flag
5946 case $reload_flag in
5947 "" | " "*) ;;
5948 *) reload_flag=" $reload_flag" ;;
5949 esac
5950 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5951 case $host_os in
5952   darwin*)
5953     if test "$GCC" = yes; then
5954       reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5955     else
5956       reload_cmds='$LD$reload_flag -o $output$reload_objs'
5957     fi
5958     ;;
5959 esac
5960
5961
5962
5963
5964
5965
5966
5967
5968
5969 if test -n "$ac_tool_prefix"; then
5970   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5971 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5973 $as_echo_n "checking for $ac_word... " >&6; }
5974 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5975   $as_echo_n "(cached) " >&6
5976 else
5977   if test -n "$OBJDUMP"; then
5978   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5979 else
5980 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5981 for as_dir in $PATH
5982 do
5983   IFS=$as_save_IFS
5984   test -z "$as_dir" && as_dir=.
5985     for ac_exec_ext in '' $ac_executable_extensions; do
5986   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5987     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5988     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5989     break 2
5990   fi
5991 done
5992   done
5993 IFS=$as_save_IFS
5994
5995 fi
5996 fi
5997 OBJDUMP=$ac_cv_prog_OBJDUMP
5998 if test -n "$OBJDUMP"; then
5999   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6000 $as_echo "$OBJDUMP" >&6; }
6001 else
6002   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6003 $as_echo "no" >&6; }
6004 fi
6005
6006
6007 fi
6008 if test -z "$ac_cv_prog_OBJDUMP"; then
6009   ac_ct_OBJDUMP=$OBJDUMP
6010   # Extract the first word of "objdump", so it can be a program name with args.
6011 set dummy objdump; ac_word=$2
6012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6013 $as_echo_n "checking for $ac_word... " >&6; }
6014 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6015   $as_echo_n "(cached) " >&6
6016 else
6017   if test -n "$ac_ct_OBJDUMP"; then
6018   ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6019 else
6020 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6021 for as_dir in $PATH
6022 do
6023   IFS=$as_save_IFS
6024   test -z "$as_dir" && as_dir=.
6025     for ac_exec_ext in '' $ac_executable_extensions; do
6026   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6027     ac_cv_prog_ac_ct_OBJDUMP="objdump"
6028     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6029     break 2
6030   fi
6031 done
6032   done
6033 IFS=$as_save_IFS
6034
6035 fi
6036 fi
6037 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6038 if test -n "$ac_ct_OBJDUMP"; then
6039   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6040 $as_echo "$ac_ct_OBJDUMP" >&6; }
6041 else
6042   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6043 $as_echo "no" >&6; }
6044 fi
6045
6046   if test "x$ac_ct_OBJDUMP" = x; then
6047     OBJDUMP="false"
6048   else
6049     case $cross_compiling:$ac_tool_warned in
6050 yes:)
6051 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6052 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6053 ac_tool_warned=yes ;;
6054 esac
6055     OBJDUMP=$ac_ct_OBJDUMP
6056   fi
6057 else
6058   OBJDUMP="$ac_cv_prog_OBJDUMP"
6059 fi
6060
6061 test -z "$OBJDUMP" && OBJDUMP=objdump
6062
6063
6064
6065
6066
6067
6068
6069
6070
6071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6072 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6073 if test "${lt_cv_deplibs_check_method+set}" = set; then :
6074   $as_echo_n "(cached) " >&6
6075 else
6076   lt_cv_file_magic_cmd='$MAGIC_CMD'
6077 lt_cv_file_magic_test_file=
6078 lt_cv_deplibs_check_method='unknown'
6079 # Need to set the preceding variable on all platforms that support
6080 # interlibrary dependencies.
6081 # 'none' -- dependencies not supported.
6082 # `unknown' -- same as none, but documents that we really don't know.
6083 # 'pass_all' -- all dependencies passed with no checks.
6084 # 'test_compile' -- check by making test program.
6085 # 'file_magic [[regex]]' -- check by looking for files in library path
6086 # which responds to the $file_magic_cmd with a given extended regex.
6087 # If you have `file' or equivalent on your system and you're not sure
6088 # whether `pass_all' will *always* work, you probably want this one.
6089
6090 case $host_os in
6091 aix[4-9]*)
6092   lt_cv_deplibs_check_method=pass_all
6093   ;;
6094
6095 beos*)
6096   lt_cv_deplibs_check_method=pass_all
6097   ;;
6098
6099 bsdi[45]*)
6100   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6101   lt_cv_file_magic_cmd='/usr/bin/file -L'
6102   lt_cv_file_magic_test_file=/shlib/libc.so
6103   ;;
6104
6105 cygwin*)
6106   # func_win32_libid is a shell function defined in ltmain.sh
6107   lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6108   lt_cv_file_magic_cmd='func_win32_libid'
6109   ;;
6110
6111 mingw* | pw32*)
6112   # Base MSYS/MinGW do not provide the 'file' command needed by
6113   # func_win32_libid shell function, so use a weaker test based on 'objdump',
6114   # unless we find 'file', for example because we are cross-compiling.
6115   # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6116   if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6117     lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6118     lt_cv_file_magic_cmd='func_win32_libid'
6119   else
6120     lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6121     lt_cv_file_magic_cmd='$OBJDUMP -f'
6122   fi
6123   ;;
6124
6125 cegcc*)
6126   # use the weaker test based on 'objdump'. See mingw*.
6127   lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6128   lt_cv_file_magic_cmd='$OBJDUMP -f'
6129   ;;
6130
6131 darwin* | rhapsody*)
6132   lt_cv_deplibs_check_method=pass_all
6133   ;;
6134
6135 freebsd* | dragonfly*)
6136   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6137     case $host_cpu in
6138     i*86 )
6139       # Not sure whether the presence of OpenBSD here was a mistake.
6140       # Let's accept both of them until this is cleared up.
6141       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6142       lt_cv_file_magic_cmd=/usr/bin/file
6143       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6144       ;;
6145     esac
6146   else
6147     lt_cv_deplibs_check_method=pass_all
6148   fi
6149   ;;
6150
6151 gnu*)
6152   lt_cv_deplibs_check_method=pass_all
6153   ;;
6154
6155 haiku*)
6156   lt_cv_deplibs_check_method=pass_all
6157   ;;
6158
6159 hpux10.20* | hpux11*)
6160   lt_cv_file_magic_cmd=/usr/bin/file
6161   case $host_cpu in
6162   ia64*)
6163     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6164     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6165     ;;
6166   hppa*64*)
6167     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]'
6168     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6169     ;;
6170   *)
6171     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6172     lt_cv_file_magic_test_file=/usr/lib/libc.sl
6173     ;;
6174   esac
6175   ;;
6176
6177 interix[3-9]*)
6178   # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6179   lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6180   ;;
6181
6182 irix5* | irix6* | nonstopux*)
6183   case $LD in
6184   *-32|*"-32 ") libmagic=32-bit;;
6185   *-n32|*"-n32 ") libmagic=N32;;
6186   *-64|*"-64 ") libmagic=64-bit;;
6187   *) libmagic=never-match;;
6188   esac
6189   lt_cv_deplibs_check_method=pass_all
6190   ;;
6191
6192 # This must be Linux ELF.
6193 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6194   lt_cv_deplibs_check_method=pass_all
6195   ;;
6196
6197 netbsd*)
6198   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6199     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6200   else
6201     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6202   fi
6203   ;;
6204
6205 newos6*)
6206   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6207   lt_cv_file_magic_cmd=/usr/bin/file
6208   lt_cv_file_magic_test_file=/usr/lib/libnls.so
6209   ;;
6210
6211 *nto* | *qnx*)
6212   lt_cv_deplibs_check_method=pass_all
6213   ;;
6214
6215 openbsd*)
6216   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6217     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6218   else
6219     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6220   fi
6221   ;;
6222
6223 osf3* | osf4* | osf5*)
6224   lt_cv_deplibs_check_method=pass_all
6225   ;;
6226
6227 rdos*)
6228   lt_cv_deplibs_check_method=pass_all
6229   ;;
6230
6231 solaris*)
6232   lt_cv_deplibs_check_method=pass_all
6233   ;;
6234
6235 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6236   lt_cv_deplibs_check_method=pass_all
6237   ;;
6238
6239 sysv4 | sysv4.3*)
6240   case $host_vendor in
6241   motorola)
6242     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]'
6243     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6244     ;;
6245   ncr)
6246     lt_cv_deplibs_check_method=pass_all
6247     ;;
6248   sequent)
6249     lt_cv_file_magic_cmd='/bin/file'
6250     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6251     ;;
6252   sni)
6253     lt_cv_file_magic_cmd='/bin/file'
6254     lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6255     lt_cv_file_magic_test_file=/lib/libc.so
6256     ;;
6257   siemens)
6258     lt_cv_deplibs_check_method=pass_all
6259     ;;
6260   pc)
6261     lt_cv_deplibs_check_method=pass_all
6262     ;;
6263   esac
6264   ;;
6265
6266 tpf*)
6267   lt_cv_deplibs_check_method=pass_all
6268   ;;
6269 esac
6270
6271 fi
6272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6273 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6274 file_magic_cmd=$lt_cv_file_magic_cmd
6275 deplibs_check_method=$lt_cv_deplibs_check_method
6276 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288
6289 if test -n "$ac_tool_prefix"; then
6290   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6291 set dummy ${ac_tool_prefix}ar; ac_word=$2
6292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6293 $as_echo_n "checking for $ac_word... " >&6; }
6294 if test "${ac_cv_prog_AR+set}" = set; then :
6295   $as_echo_n "(cached) " >&6
6296 else
6297   if test -n "$AR"; then
6298   ac_cv_prog_AR="$AR" # Let the user override the test.
6299 else
6300 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6301 for as_dir in $PATH
6302 do
6303   IFS=$as_save_IFS
6304   test -z "$as_dir" && as_dir=.
6305     for ac_exec_ext in '' $ac_executable_extensions; do
6306   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6307     ac_cv_prog_AR="${ac_tool_prefix}ar"
6308     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6309     break 2
6310   fi
6311 done
6312   done
6313 IFS=$as_save_IFS
6314
6315 fi
6316 fi
6317 AR=$ac_cv_prog_AR
6318 if test -n "$AR"; then
6319   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6320 $as_echo "$AR" >&6; }
6321 else
6322   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6323 $as_echo "no" >&6; }
6324 fi
6325
6326
6327 fi
6328 if test -z "$ac_cv_prog_AR"; then
6329   ac_ct_AR=$AR
6330   # Extract the first word of "ar", so it can be a program name with args.
6331 set dummy ar; ac_word=$2
6332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6333 $as_echo_n "checking for $ac_word... " >&6; }
6334 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6335   $as_echo_n "(cached) " >&6
6336 else
6337   if test -n "$ac_ct_AR"; then
6338   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6339 else
6340 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6341 for as_dir in $PATH
6342 do
6343   IFS=$as_save_IFS
6344   test -z "$as_dir" && as_dir=.
6345     for ac_exec_ext in '' $ac_executable_extensions; do
6346   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6347     ac_cv_prog_ac_ct_AR="ar"
6348     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6349     break 2
6350   fi
6351 done
6352   done
6353 IFS=$as_save_IFS
6354
6355 fi
6356 fi
6357 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6358 if test -n "$ac_ct_AR"; then
6359   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6360 $as_echo "$ac_ct_AR" >&6; }
6361 else
6362   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6363 $as_echo "no" >&6; }
6364 fi
6365
6366   if test "x$ac_ct_AR" = x; then
6367     AR="false"
6368   else
6369     case $cross_compiling:$ac_tool_warned in
6370 yes:)
6371 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6372 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6373 ac_tool_warned=yes ;;
6374 esac
6375     AR=$ac_ct_AR
6376   fi
6377 else
6378   AR="$ac_cv_prog_AR"
6379 fi
6380
6381 test -z "$AR" && AR=ar
6382 test -z "$AR_FLAGS" && AR_FLAGS=cru
6383
6384
6385
6386
6387
6388
6389
6390
6391
6392
6393
6394 if test -n "$ac_tool_prefix"; then
6395   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6396 set dummy ${ac_tool_prefix}strip; ac_word=$2
6397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6398 $as_echo_n "checking for $ac_word... " >&6; }
6399 if test "${ac_cv_prog_STRIP+set}" = set; then :
6400   $as_echo_n "(cached) " >&6
6401 else
6402   if test -n "$STRIP"; then
6403   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6404 else
6405 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6406 for as_dir in $PATH
6407 do
6408   IFS=$as_save_IFS
6409   test -z "$as_dir" && as_dir=.
6410     for ac_exec_ext in '' $ac_executable_extensions; do
6411   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6412     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6413     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6414     break 2
6415   fi
6416 done
6417   done
6418 IFS=$as_save_IFS
6419
6420 fi
6421 fi
6422 STRIP=$ac_cv_prog_STRIP
6423 if test -n "$STRIP"; then
6424   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6425 $as_echo "$STRIP" >&6; }
6426 else
6427   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6428 $as_echo "no" >&6; }
6429 fi
6430
6431
6432 fi
6433 if test -z "$ac_cv_prog_STRIP"; then
6434   ac_ct_STRIP=$STRIP
6435   # Extract the first word of "strip", so it can be a program name with args.
6436 set dummy strip; ac_word=$2
6437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6438 $as_echo_n "checking for $ac_word... " >&6; }
6439 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6440   $as_echo_n "(cached) " >&6
6441 else
6442   if test -n "$ac_ct_STRIP"; then
6443   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6444 else
6445 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6446 for as_dir in $PATH
6447 do
6448   IFS=$as_save_IFS
6449   test -z "$as_dir" && as_dir=.
6450     for ac_exec_ext in '' $ac_executable_extensions; do
6451   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6452     ac_cv_prog_ac_ct_STRIP="strip"
6453     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6454     break 2
6455   fi
6456 done
6457   done
6458 IFS=$as_save_IFS
6459
6460 fi
6461 fi
6462 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6463 if test -n "$ac_ct_STRIP"; then
6464   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6465 $as_echo "$ac_ct_STRIP" >&6; }
6466 else
6467   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6468 $as_echo "no" >&6; }
6469 fi
6470
6471   if test "x$ac_ct_STRIP" = x; then
6472     STRIP=":"
6473   else
6474     case $cross_compiling:$ac_tool_warned in
6475 yes:)
6476 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6477 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6478 ac_tool_warned=yes ;;
6479 esac
6480     STRIP=$ac_ct_STRIP
6481   fi
6482 else
6483   STRIP="$ac_cv_prog_STRIP"
6484 fi
6485
6486 test -z "$STRIP" && STRIP=:
6487
6488
6489
6490
6491
6492
6493 if test -n "$ac_tool_prefix"; then
6494   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6495 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6497 $as_echo_n "checking for $ac_word... " >&6; }
6498 if test "${ac_cv_prog_RANLIB+set}" = set; then :
6499   $as_echo_n "(cached) " >&6
6500 else
6501   if test -n "$RANLIB"; then
6502   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6503 else
6504 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6505 for as_dir in $PATH
6506 do
6507   IFS=$as_save_IFS
6508   test -z "$as_dir" && as_dir=.
6509     for ac_exec_ext in '' $ac_executable_extensions; do
6510   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6511     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6512     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6513     break 2
6514   fi
6515 done
6516   done
6517 IFS=$as_save_IFS
6518
6519 fi
6520 fi
6521 RANLIB=$ac_cv_prog_RANLIB
6522 if test -n "$RANLIB"; then
6523   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6524 $as_echo "$RANLIB" >&6; }
6525 else
6526   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6527 $as_echo "no" >&6; }
6528 fi
6529
6530
6531 fi
6532 if test -z "$ac_cv_prog_RANLIB"; then
6533   ac_ct_RANLIB=$RANLIB
6534   # Extract the first word of "ranlib", so it can be a program name with args.
6535 set dummy ranlib; ac_word=$2
6536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6537 $as_echo_n "checking for $ac_word... " >&6; }
6538 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6539   $as_echo_n "(cached) " >&6
6540 else
6541   if test -n "$ac_ct_RANLIB"; then
6542   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6543 else
6544 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6545 for as_dir in $PATH
6546 do
6547   IFS=$as_save_IFS
6548   test -z "$as_dir" && as_dir=.
6549     for ac_exec_ext in '' $ac_executable_extensions; do
6550   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6551     ac_cv_prog_ac_ct_RANLIB="ranlib"
6552     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6553     break 2
6554   fi
6555 done
6556   done
6557 IFS=$as_save_IFS
6558
6559 fi
6560 fi
6561 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6562 if test -n "$ac_ct_RANLIB"; then
6563   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6564 $as_echo "$ac_ct_RANLIB" >&6; }
6565 else
6566   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6567 $as_echo "no" >&6; }
6568 fi
6569
6570   if test "x$ac_ct_RANLIB" = x; then
6571     RANLIB=":"
6572   else
6573     case $cross_compiling:$ac_tool_warned in
6574 yes:)
6575 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6576 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6577 ac_tool_warned=yes ;;
6578 esac
6579     RANLIB=$ac_ct_RANLIB
6580   fi
6581 else
6582   RANLIB="$ac_cv_prog_RANLIB"
6583 fi
6584
6585 test -z "$RANLIB" && RANLIB=:
6586
6587
6588
6589
6590
6591
6592 # Determine commands to create old-style static archives.
6593 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6594 old_postinstall_cmds='chmod 644 $oldlib'
6595 old_postuninstall_cmds=
6596
6597 if test -n "$RANLIB"; then
6598   case $host_os in
6599   openbsd*)
6600     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6601     ;;
6602   *)
6603     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6604     ;;
6605   esac
6606   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6607 fi
6608
6609 case $host_os in
6610   darwin*)
6611     lock_old_archive_extraction=yes ;;
6612   *)
6613     lock_old_archive_extraction=no ;;
6614 esac
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
6654 # If no C compiler was specified, use CC.
6655 LTCC=${LTCC-"$CC"}
6656
6657 # If no C compiler flags were specified, use CFLAGS.
6658 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6659
6660 # Allow CC to be a program name with arguments.
6661 compiler=$CC
6662
6663
6664 # Check for command to grab the raw symbol name followed by C symbol from nm.
6665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6666 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6667 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6668   $as_echo_n "(cached) " >&6
6669 else
6670
6671 # These are sane defaults that work on at least a few old systems.
6672 # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
6673
6674 # Character class describing NM global symbol codes.
6675 symcode='[BCDEGRST]'
6676
6677 # Regexp to match symbols that can be accessed directly from C.
6678 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6679
6680 # Define system-specific variables.
6681 case $host_os in
6682 aix*)
6683   symcode='[BCDT]'
6684   ;;
6685 cygwin* | mingw* | pw32* | cegcc*)
6686   symcode='[ABCDGISTW]'
6687   ;;
6688 hpux*)
6689   if test "$host_cpu" = ia64; then
6690     symcode='[ABCDEGRST]'
6691   fi
6692   ;;
6693 irix* | nonstopux*)
6694   symcode='[BCDEGRST]'
6695   ;;
6696 osf*)
6697   symcode='[BCDEGQRST]'
6698   ;;
6699 solaris*)
6700   symcode='[BDRT]'
6701   ;;
6702 sco3.2v5*)
6703   symcode='[DT]'
6704   ;;
6705 sysv4.2uw2*)
6706   symcode='[DT]'
6707   ;;
6708 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6709   symcode='[ABDT]'
6710   ;;
6711 sysv4)
6712   symcode='[DFNSTU]'
6713   ;;
6714 esac
6715
6716 # If we're using GNU nm, then use its standard symbol codes.
6717 case `$NM -V 2>&1` in
6718 *GNU* | *'with BFD'*)
6719   symcode='[ABCDGIRSTW]' ;;
6720 esac
6721
6722 # Transform an extracted symbol line into a proper C declaration.
6723 # Some systems (esp. on ia64) link data and code symbols differently,
6724 # so use this general approach.
6725 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6726
6727 # Transform an extracted symbol line into symbol name and symbol address
6728 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (void *) \&\2},/p'"
6729 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'"
6730
6731 # Handle CRLF in mingw tool chain
6732 opt_cr=
6733 case $build_os in
6734 mingw*)
6735   opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6736   ;;
6737 esac
6738
6739 # Try without a prefix underscore, then with it.
6740 for ac_symprfx in "" "_"; do
6741
6742   # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6743   symxfrm="\\1 $ac_symprfx\\2 \\2"
6744
6745   # Write the raw and C identifiers.
6746   if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6747     # Fake it for dumpbin and say T for any non-static function
6748     # and D for any global variable.
6749     # Also find C++ and __fastcall symbols from MSVC++,
6750     # which start with @ or ?.
6751     lt_cv_sys_global_symbol_pipe="$AWK '"\
6752 "     {last_section=section; section=\$ 3};"\
6753 "     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6754 "     \$ 0!~/External *\|/{next};"\
6755 "     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6756 "     {if(hide[section]) next};"\
6757 "     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6758 "     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6759 "     s[1]~/^[@?]/{print s[1], s[1]; next};"\
6760 "     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6761 "     ' prfx=^$ac_symprfx"
6762   else
6763     lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[      ]\($symcode$symcode*\)[         ][      ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6764   fi
6765
6766   # Check to see that the pipe works correctly.
6767   pipe_works=no
6768
6769   rm -f conftest*
6770   cat > conftest.$ac_ext <<_LT_EOF
6771 #ifdef __cplusplus
6772 extern "C" {
6773 #endif
6774 char nm_test_var;
6775 void nm_test_func(void);
6776 void nm_test_func(void){}
6777 #ifdef __cplusplus
6778 }
6779 #endif
6780 int main(){nm_test_var='a';nm_test_func();return(0);}
6781 _LT_EOF
6782
6783   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6784   (eval $ac_compile) 2>&5
6785   ac_status=$?
6786   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6787   test $ac_status = 0; }; then
6788     # Now try to grab the symbols.
6789     nlist=conftest.nm
6790     if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6791   (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6792   ac_status=$?
6793   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6794   test $ac_status = 0; } && test -s "$nlist"; then
6795       # Try sorting and uniquifying the output.
6796       if sort "$nlist" | uniq > "$nlist"T; then
6797         mv -f "$nlist"T "$nlist"
6798       else
6799         rm -f "$nlist"T
6800       fi
6801
6802       # Make sure that we snagged all the symbols we need.
6803       if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6804         if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6805           cat <<_LT_EOF > conftest.$ac_ext
6806 #ifdef __cplusplus
6807 extern "C" {
6808 #endif
6809
6810 _LT_EOF
6811           # Now generate the symbol file.
6812           eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6813
6814           cat <<_LT_EOF >> conftest.$ac_ext
6815
6816 /* The mapping between symbol names and symbols.  */
6817 const struct {
6818   const char *name;
6819   void       *address;
6820 }
6821 lt__PROGRAM__LTX_preloaded_symbols[] =
6822 {
6823   { "@PROGRAM@", (void *) 0 },
6824 _LT_EOF
6825           $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6826           cat <<\_LT_EOF >> conftest.$ac_ext
6827   {0, (void *) 0}
6828 };
6829
6830 /* This works around a problem in FreeBSD linker */
6831 #ifdef FREEBSD_WORKAROUND
6832 static const void *lt_preloaded_setup() {
6833   return lt__PROGRAM__LTX_preloaded_symbols;
6834 }
6835 #endif
6836
6837 #ifdef __cplusplus
6838 }
6839 #endif
6840 _LT_EOF
6841           # Now try linking the two files.
6842           mv conftest.$ac_objext conftstm.$ac_objext
6843           lt_save_LIBS="$LIBS"
6844           lt_save_CFLAGS="$CFLAGS"
6845           LIBS="conftstm.$ac_objext"
6846           CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6847           if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6848   (eval $ac_link) 2>&5
6849   ac_status=$?
6850   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6851   test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6852             pipe_works=yes
6853           fi
6854           LIBS="$lt_save_LIBS"
6855           CFLAGS="$lt_save_CFLAGS"
6856         else
6857           echo "cannot find nm_test_func in $nlist" >&5
6858         fi
6859       else
6860         echo "cannot find nm_test_var in $nlist" >&5
6861       fi
6862     else
6863       echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6864     fi
6865   else
6866     echo "$progname: failed program was:" >&5
6867     cat conftest.$ac_ext >&5
6868   fi
6869   rm -rf conftest* conftst*
6870
6871   # Do not use the global_symbol_pipe unless it works.
6872   if test "$pipe_works" = yes; then
6873     break
6874   else
6875     lt_cv_sys_global_symbol_pipe=
6876   fi
6877 done
6878
6879 fi
6880
6881 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6882   lt_cv_sys_global_symbol_to_cdecl=
6883 fi
6884 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6885   { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6886 $as_echo "failed" >&6; }
6887 else
6888   { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6889 $as_echo "ok" >&6; }
6890 fi
6891
6892
6893
6894
6895
6896
6897
6898
6899
6900
6901
6902
6903
6904
6905
6906
6907
6908
6909
6910
6911
6912
6913 # Check whether --enable-libtool-lock was given.
6914 if test "${enable_libtool_lock+set}" = set; then :
6915   enableval=$enable_libtool_lock;
6916 fi
6917
6918 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6919
6920 # Some flags need to be propagated to the compiler or linker for good
6921 # libtool support.
6922 case $host in
6923 ia64-*-hpux*)
6924   # Find out which ABI we are using.
6925   echo 'int i;' > conftest.$ac_ext
6926   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6927   (eval $ac_compile) 2>&5
6928   ac_status=$?
6929   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6930   test $ac_status = 0; }; then
6931     case `/usr/bin/file conftest.$ac_objext` in
6932       *ELF-32*)
6933         HPUX_IA64_MODE="32"
6934         ;;
6935       *ELF-64*)
6936         HPUX_IA64_MODE="64"
6937         ;;
6938     esac
6939   fi
6940   rm -rf conftest*
6941   ;;
6942 *-*-irix6*)
6943   # Find out which ABI we are using.
6944   echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6945   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6946   (eval $ac_compile) 2>&5
6947   ac_status=$?
6948   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6949   test $ac_status = 0; }; then
6950     if test "$lt_cv_prog_gnu_ld" = yes; then
6951       case `/usr/bin/file conftest.$ac_objext` in
6952         *32-bit*)
6953           LD="${LD-ld} -melf32bsmip"
6954           ;;
6955         *N32*)
6956           LD="${LD-ld} -melf32bmipn32"
6957           ;;
6958         *64-bit*)
6959           LD="${LD-ld} -melf64bmip"
6960         ;;
6961       esac
6962     else
6963       case `/usr/bin/file conftest.$ac_objext` in
6964         *32-bit*)
6965           LD="${LD-ld} -32"
6966           ;;
6967         *N32*)
6968           LD="${LD-ld} -n32"
6969           ;;
6970         *64-bit*)
6971           LD="${LD-ld} -64"
6972           ;;
6973       esac
6974     fi
6975   fi
6976   rm -rf conftest*
6977   ;;
6978
6979 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6980 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6981   # Find out which ABI we are using.
6982   echo 'int i;' > conftest.$ac_ext
6983   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6984   (eval $ac_compile) 2>&5
6985   ac_status=$?
6986   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6987   test $ac_status = 0; }; then
6988     case `/usr/bin/file conftest.o` in
6989       *32-bit*)
6990         case $host in
6991           x86_64-*kfreebsd*-gnu)
6992             LD="${LD-ld} -m elf_i386_fbsd"
6993             ;;
6994           x86_64-*linux*)
6995             case `/usr/bin/file conftest.o` in
6996               *x86-64*)
6997                 LD="${LD-ld} -m elf32_x86_64"
6998                 ;;
6999               *)
7000                 LD="${LD-ld} -m elf_i386"
7001                 ;;
7002             esac
7003             ;;
7004           powerpc64le-*linux*)
7005             LD="${LD-ld} -m elf32lppclinux"
7006             ;;
7007           powerpc64-*linux*)
7008             LD="${LD-ld} -m elf32ppclinux"
7009             ;;
7010           s390x-*linux*)
7011             LD="${LD-ld} -m elf_s390"
7012             ;;
7013           sparc64-*linux*)
7014             LD="${LD-ld} -m elf32_sparc"
7015             ;;
7016         esac
7017         ;;
7018       *64-bit*)
7019         case $host in
7020           x86_64-*kfreebsd*-gnu)
7021             LD="${LD-ld} -m elf_x86_64_fbsd"
7022             ;;
7023           x86_64-*linux*)
7024             LD="${LD-ld} -m elf_x86_64"
7025             ;;
7026           powerpcle-*linux*)
7027             LD="${LD-ld} -m elf64lppc"
7028             ;;
7029           powerpc-*linux*)
7030             LD="${LD-ld} -m elf64ppc"
7031             ;;
7032           s390*-*linux*|s390*-*tpf*)
7033             LD="${LD-ld} -m elf64_s390"
7034             ;;
7035           sparc*-*linux*)
7036             LD="${LD-ld} -m elf64_sparc"
7037             ;;
7038         esac
7039         ;;
7040     esac
7041   fi
7042   rm -rf conftest*
7043   ;;
7044
7045 *-*-sco3.2v5*)
7046   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7047   SAVE_CFLAGS="$CFLAGS"
7048   CFLAGS="$CFLAGS -belf"
7049   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7050 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7051 if test "${lt_cv_cc_needs_belf+set}" = set; then :
7052   $as_echo_n "(cached) " >&6
7053 else
7054   ac_ext=c
7055 ac_cpp='$CPP $CPPFLAGS'
7056 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7057 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7058 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7059
7060      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7061 /* end confdefs.h.  */
7062
7063 int
7064 main ()
7065 {
7066
7067   ;
7068   return 0;
7069 }
7070 _ACEOF
7071 if ac_fn_c_try_link "$LINENO"; then :
7072   lt_cv_cc_needs_belf=yes
7073 else
7074   lt_cv_cc_needs_belf=no
7075 fi
7076 rm -f core conftest.err conftest.$ac_objext \
7077     conftest$ac_exeext conftest.$ac_ext
7078      ac_ext=c
7079 ac_cpp='$CPP $CPPFLAGS'
7080 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7081 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7082 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7083
7084 fi
7085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7086 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7087   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7088     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7089     CFLAGS="$SAVE_CFLAGS"
7090   fi
7091   ;;
7092 sparc*-*solaris*)
7093   # Find out which ABI we are using.
7094   echo 'int i;' > conftest.$ac_ext
7095   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7096   (eval $ac_compile) 2>&5
7097   ac_status=$?
7098   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7099   test $ac_status = 0; }; then
7100     case `/usr/bin/file conftest.o` in
7101     *64-bit*)
7102       case $lt_cv_prog_gnu_ld in
7103       yes*) LD="${LD-ld} -m elf64_sparc" ;;
7104       *)
7105         if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7106           LD="${LD-ld} -64"
7107         fi
7108         ;;
7109       esac
7110       ;;
7111     esac
7112   fi
7113   rm -rf conftest*
7114   ;;
7115 esac
7116
7117 need_locks="$enable_libtool_lock"
7118
7119
7120   case $host_os in
7121     rhapsody* | darwin*)
7122     if test -n "$ac_tool_prefix"; then
7123   # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7124 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7126 $as_echo_n "checking for $ac_word... " >&6; }
7127 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7128   $as_echo_n "(cached) " >&6
7129 else
7130   if test -n "$DSYMUTIL"; then
7131   ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7132 else
7133 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7134 for as_dir in $PATH
7135 do
7136   IFS=$as_save_IFS
7137   test -z "$as_dir" && as_dir=.
7138     for ac_exec_ext in '' $ac_executable_extensions; do
7139   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7140     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7141     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7142     break 2
7143   fi
7144 done
7145   done
7146 IFS=$as_save_IFS
7147
7148 fi
7149 fi
7150 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7151 if test -n "$DSYMUTIL"; then
7152   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7153 $as_echo "$DSYMUTIL" >&6; }
7154 else
7155   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7156 $as_echo "no" >&6; }
7157 fi
7158
7159
7160 fi
7161 if test -z "$ac_cv_prog_DSYMUTIL"; then
7162   ac_ct_DSYMUTIL=$DSYMUTIL
7163   # Extract the first word of "dsymutil", so it can be a program name with args.
7164 set dummy dsymutil; ac_word=$2
7165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7166 $as_echo_n "checking for $ac_word... " >&6; }
7167 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7168   $as_echo_n "(cached) " >&6
7169 else
7170   if test -n "$ac_ct_DSYMUTIL"; then
7171   ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7172 else
7173 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7174 for as_dir in $PATH
7175 do
7176   IFS=$as_save_IFS
7177   test -z "$as_dir" && as_dir=.
7178     for ac_exec_ext in '' $ac_executable_extensions; do
7179   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7180     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7181     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7182     break 2
7183   fi
7184 done
7185   done
7186 IFS=$as_save_IFS
7187
7188 fi
7189 fi
7190 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7191 if test -n "$ac_ct_DSYMUTIL"; then
7192   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7193 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7194 else
7195   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7196 $as_echo "no" >&6; }
7197 fi
7198
7199   if test "x$ac_ct_DSYMUTIL" = x; then
7200     DSYMUTIL=":"
7201   else
7202     case $cross_compiling:$ac_tool_warned in
7203 yes:)
7204 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7205 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7206 ac_tool_warned=yes ;;
7207 esac
7208     DSYMUTIL=$ac_ct_DSYMUTIL
7209   fi
7210 else
7211   DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7212 fi
7213
7214     if test -n "$ac_tool_prefix"; then
7215   # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7216 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7218 $as_echo_n "checking for $ac_word... " >&6; }
7219 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7220   $as_echo_n "(cached) " >&6
7221 else
7222   if test -n "$NMEDIT"; then
7223   ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7224 else
7225 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7226 for as_dir in $PATH
7227 do
7228   IFS=$as_save_IFS
7229   test -z "$as_dir" && as_dir=.
7230     for ac_exec_ext in '' $ac_executable_extensions; do
7231   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7232     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7233     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7234     break 2
7235   fi
7236 done
7237   done
7238 IFS=$as_save_IFS
7239
7240 fi
7241 fi
7242 NMEDIT=$ac_cv_prog_NMEDIT
7243 if test -n "$NMEDIT"; then
7244   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7245 $as_echo "$NMEDIT" >&6; }
7246 else
7247   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7248 $as_echo "no" >&6; }
7249 fi
7250
7251
7252 fi
7253 if test -z "$ac_cv_prog_NMEDIT"; then
7254   ac_ct_NMEDIT=$NMEDIT
7255   # Extract the first word of "nmedit", so it can be a program name with args.
7256 set dummy nmedit; ac_word=$2
7257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7258 $as_echo_n "checking for $ac_word... " >&6; }
7259 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7260   $as_echo_n "(cached) " >&6
7261 else
7262   if test -n "$ac_ct_NMEDIT"; then
7263   ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7264 else
7265 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7266 for as_dir in $PATH
7267 do
7268   IFS=$as_save_IFS
7269   test -z "$as_dir" && as_dir=.
7270     for ac_exec_ext in '' $ac_executable_extensions; do
7271   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7272     ac_cv_prog_ac_ct_NMEDIT="nmedit"
7273     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7274     break 2
7275   fi
7276 done
7277   done
7278 IFS=$as_save_IFS
7279
7280 fi
7281 fi
7282 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7283 if test -n "$ac_ct_NMEDIT"; then
7284   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7285 $as_echo "$ac_ct_NMEDIT" >&6; }
7286 else
7287   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7288 $as_echo "no" >&6; }
7289 fi
7290
7291   if test "x$ac_ct_NMEDIT" = x; then
7292     NMEDIT=":"
7293   else
7294     case $cross_compiling:$ac_tool_warned in
7295 yes:)
7296 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7297 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7298 ac_tool_warned=yes ;;
7299 esac
7300     NMEDIT=$ac_ct_NMEDIT
7301   fi
7302 else
7303   NMEDIT="$ac_cv_prog_NMEDIT"
7304 fi
7305
7306     if test -n "$ac_tool_prefix"; then
7307   # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7308 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7310 $as_echo_n "checking for $ac_word... " >&6; }
7311 if test "${ac_cv_prog_LIPO+set}" = set; then :
7312   $as_echo_n "(cached) " >&6
7313 else
7314   if test -n "$LIPO"; then
7315   ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7316 else
7317 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7318 for as_dir in $PATH
7319 do
7320   IFS=$as_save_IFS
7321   test -z "$as_dir" && as_dir=.
7322     for ac_exec_ext in '' $ac_executable_extensions; do
7323   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7324     ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7325     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7326     break 2
7327   fi
7328 done
7329   done
7330 IFS=$as_save_IFS
7331
7332 fi
7333 fi
7334 LIPO=$ac_cv_prog_LIPO
7335 if test -n "$LIPO"; then
7336   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7337 $as_echo "$LIPO" >&6; }
7338 else
7339   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7340 $as_echo "no" >&6; }
7341 fi
7342
7343
7344 fi
7345 if test -z "$ac_cv_prog_LIPO"; then
7346   ac_ct_LIPO=$LIPO
7347   # Extract the first word of "lipo", so it can be a program name with args.
7348 set dummy lipo; ac_word=$2
7349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7350 $as_echo_n "checking for $ac_word... " >&6; }
7351 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7352   $as_echo_n "(cached) " >&6
7353 else
7354   if test -n "$ac_ct_LIPO"; then
7355   ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7356 else
7357 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7358 for as_dir in $PATH
7359 do
7360   IFS=$as_save_IFS
7361   test -z "$as_dir" && as_dir=.
7362     for ac_exec_ext in '' $ac_executable_extensions; do
7363   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7364     ac_cv_prog_ac_ct_LIPO="lipo"
7365     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7366     break 2
7367   fi
7368 done
7369   done
7370 IFS=$as_save_IFS
7371
7372 fi
7373 fi
7374 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7375 if test -n "$ac_ct_LIPO"; then
7376   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7377 $as_echo "$ac_ct_LIPO" >&6; }
7378 else
7379   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7380 $as_echo "no" >&6; }
7381 fi
7382
7383   if test "x$ac_ct_LIPO" = x; then
7384     LIPO=":"
7385   else
7386     case $cross_compiling:$ac_tool_warned in
7387 yes:)
7388 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7389 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7390 ac_tool_warned=yes ;;
7391 esac
7392     LIPO=$ac_ct_LIPO
7393   fi
7394 else
7395   LIPO="$ac_cv_prog_LIPO"
7396 fi
7397
7398     if test -n "$ac_tool_prefix"; then
7399   # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7400 set dummy ${ac_tool_prefix}otool; ac_word=$2
7401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7402 $as_echo_n "checking for $ac_word... " >&6; }
7403 if test "${ac_cv_prog_OTOOL+set}" = set; then :
7404   $as_echo_n "(cached) " >&6
7405 else
7406   if test -n "$OTOOL"; then
7407   ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7408 else
7409 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7410 for as_dir in $PATH
7411 do
7412   IFS=$as_save_IFS
7413   test -z "$as_dir" && as_dir=.
7414     for ac_exec_ext in '' $ac_executable_extensions; do
7415   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7416     ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7417     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7418     break 2
7419   fi
7420 done
7421   done
7422 IFS=$as_save_IFS
7423
7424 fi
7425 fi
7426 OTOOL=$ac_cv_prog_OTOOL
7427 if test -n "$OTOOL"; then
7428   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7429 $as_echo "$OTOOL" >&6; }
7430 else
7431   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7432 $as_echo "no" >&6; }
7433 fi
7434
7435
7436 fi
7437 if test -z "$ac_cv_prog_OTOOL"; then
7438   ac_ct_OTOOL=$OTOOL
7439   # Extract the first word of "otool", so it can be a program name with args.
7440 set dummy otool; ac_word=$2
7441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7442 $as_echo_n "checking for $ac_word... " >&6; }
7443 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7444   $as_echo_n "(cached) " >&6
7445 else
7446   if test -n "$ac_ct_OTOOL"; then
7447   ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7448 else
7449 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7450 for as_dir in $PATH
7451 do
7452   IFS=$as_save_IFS
7453   test -z "$as_dir" && as_dir=.
7454     for ac_exec_ext in '' $ac_executable_extensions; do
7455   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7456     ac_cv_prog_ac_ct_OTOOL="otool"
7457     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7458     break 2
7459   fi
7460 done
7461   done
7462 IFS=$as_save_IFS
7463
7464 fi
7465 fi
7466 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7467 if test -n "$ac_ct_OTOOL"; then
7468   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7469 $as_echo "$ac_ct_OTOOL" >&6; }
7470 else
7471   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7472 $as_echo "no" >&6; }
7473 fi
7474
7475   if test "x$ac_ct_OTOOL" = x; then
7476     OTOOL=":"
7477   else
7478     case $cross_compiling:$ac_tool_warned in
7479 yes:)
7480 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7481 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7482 ac_tool_warned=yes ;;
7483 esac
7484     OTOOL=$ac_ct_OTOOL
7485   fi
7486 else
7487   OTOOL="$ac_cv_prog_OTOOL"
7488 fi
7489
7490     if test -n "$ac_tool_prefix"; then
7491   # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7492 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7494 $as_echo_n "checking for $ac_word... " >&6; }
7495 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7496   $as_echo_n "(cached) " >&6
7497 else
7498   if test -n "$OTOOL64"; then
7499   ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7500 else
7501 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7502 for as_dir in $PATH
7503 do
7504   IFS=$as_save_IFS
7505   test -z "$as_dir" && as_dir=.
7506     for ac_exec_ext in '' $ac_executable_extensions; do
7507   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7508     ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7509     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7510     break 2
7511   fi
7512 done
7513   done
7514 IFS=$as_save_IFS
7515
7516 fi
7517 fi
7518 OTOOL64=$ac_cv_prog_OTOOL64
7519 if test -n "$OTOOL64"; then
7520   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7521 $as_echo "$OTOOL64" >&6; }
7522 else
7523   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7524 $as_echo "no" >&6; }
7525 fi
7526
7527
7528 fi
7529 if test -z "$ac_cv_prog_OTOOL64"; then
7530   ac_ct_OTOOL64=$OTOOL64
7531   # Extract the first word of "otool64", so it can be a program name with args.
7532 set dummy otool64; ac_word=$2
7533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7534 $as_echo_n "checking for $ac_word... " >&6; }
7535 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7536   $as_echo_n "(cached) " >&6
7537 else
7538   if test -n "$ac_ct_OTOOL64"; then
7539   ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7540 else
7541 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7542 for as_dir in $PATH
7543 do
7544   IFS=$as_save_IFS
7545   test -z "$as_dir" && as_dir=.
7546     for ac_exec_ext in '' $ac_executable_extensions; do
7547   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7548     ac_cv_prog_ac_ct_OTOOL64="otool64"
7549     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7550     break 2
7551   fi
7552 done
7553   done
7554 IFS=$as_save_IFS
7555
7556 fi
7557 fi
7558 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7559 if test -n "$ac_ct_OTOOL64"; then
7560   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7561 $as_echo "$ac_ct_OTOOL64" >&6; }
7562 else
7563   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7564 $as_echo "no" >&6; }
7565 fi
7566
7567   if test "x$ac_ct_OTOOL64" = x; then
7568     OTOOL64=":"
7569   else
7570     case $cross_compiling:$ac_tool_warned in
7571 yes:)
7572 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7573 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7574 ac_tool_warned=yes ;;
7575 esac
7576     OTOOL64=$ac_ct_OTOOL64
7577   fi
7578 else
7579   OTOOL64="$ac_cv_prog_OTOOL64"
7580 fi
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
7608     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7609 $as_echo_n "checking for -single_module linker flag... " >&6; }
7610 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7611   $as_echo_n "(cached) " >&6
7612 else
7613   lt_cv_apple_cc_single_mod=no
7614       if test -z "${LT_MULTI_MODULE}"; then
7615         # By default we will add the -single_module flag. You can override
7616         # by either setting the environment variable LT_MULTI_MODULE
7617         # non-empty at configure time, or by adding -multi_module to the
7618         # link flags.
7619         rm -rf libconftest.dylib*
7620         echo "int foo(void){return 1;}" > conftest.c
7621         echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7622 -dynamiclib -Wl,-single_module conftest.c" >&5
7623         $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7624           -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7625         _lt_result=$?
7626         if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7627           lt_cv_apple_cc_single_mod=yes
7628         else
7629           cat conftest.err >&5
7630         fi
7631         rm -rf libconftest.dylib*
7632         rm -f conftest.*
7633       fi
7634 fi
7635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7636 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7637     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7638 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7639 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7640   $as_echo_n "(cached) " >&6
7641 else
7642   lt_cv_ld_exported_symbols_list=no
7643       save_LDFLAGS=$LDFLAGS
7644       echo "_main" > conftest.sym
7645       LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7646       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7647 /* end confdefs.h.  */
7648
7649 int
7650 main ()
7651 {
7652
7653   ;
7654   return 0;
7655 }
7656 _ACEOF
7657 if ac_fn_c_try_link "$LINENO"; then :
7658   lt_cv_ld_exported_symbols_list=yes
7659 else
7660   lt_cv_ld_exported_symbols_list=no
7661 fi
7662 rm -f core conftest.err conftest.$ac_objext \
7663     conftest$ac_exeext conftest.$ac_ext
7664         LDFLAGS="$save_LDFLAGS"
7665
7666 fi
7667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7668 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7669     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7670 $as_echo_n "checking for -force_load linker flag... " >&6; }
7671 if test "${lt_cv_ld_force_load+set}" = set; then :
7672   $as_echo_n "(cached) " >&6
7673 else
7674   lt_cv_ld_force_load=no
7675       cat > conftest.c << _LT_EOF
7676 int forced_loaded() { return 2;}
7677 _LT_EOF
7678       echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7679       $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7680       echo "$AR cru libconftest.a conftest.o" >&5
7681       $AR cru libconftest.a conftest.o 2>&5
7682       cat > conftest.c << _LT_EOF
7683 int main() { return 0;}
7684 _LT_EOF
7685       echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7686       $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7687       _lt_result=$?
7688       if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7689         lt_cv_ld_force_load=yes
7690       else
7691         cat conftest.err >&5
7692       fi
7693         rm -f conftest.err libconftest.a conftest conftest.c
7694         rm -rf conftest.dSYM
7695
7696 fi
7697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7698 $as_echo "$lt_cv_ld_force_load" >&6; }
7699     case $host_os in
7700     rhapsody* | darwin1.[012])
7701       _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7702     darwin1.*)
7703       _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7704     darwin*) # darwin 5.x on
7705       # if running on 10.5 or later, the deployment target defaults
7706       # to the OS version, if on x86, and 10.4, the deployment
7707       # target defaults to 10.4. Don't you love it?
7708       case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7709         10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7710           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7711         10.[012][,.]*)
7712           _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7713         10.*)
7714           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7715       esac
7716     ;;
7717   esac
7718     if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7719       _lt_dar_single_mod='$single_module'
7720     fi
7721     if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7722       _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7723     else
7724       _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7725     fi
7726     if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7727       _lt_dsymutil='~$DSYMUTIL $lib || :'
7728     else
7729       _lt_dsymutil=
7730     fi
7731     ;;
7732   esac
7733
7734 for ac_header in dlfcn.h
7735 do :
7736   ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7737 "
7738 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
7739   cat >>confdefs.h <<_ACEOF
7740 #define HAVE_DLFCN_H 1
7741 _ACEOF
7742
7743 fi
7744
7745 done
7746
7747
7748
7749
7750
7751 # Set options
7752
7753
7754
7755         enable_dlopen=no
7756
7757
7758   enable_win32_dll=no
7759
7760
7761             # Check whether --enable-shared was given.
7762 if test "${enable_shared+set}" = set; then :
7763   enableval=$enable_shared; p=${PACKAGE-default}
7764     case $enableval in
7765     yes) enable_shared=yes ;;
7766     no) enable_shared=no ;;
7767     *)
7768       enable_shared=no
7769       # Look at the argument we got.  We use all the common list separators.
7770       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7771       for pkg in $enableval; do
7772         IFS="$lt_save_ifs"
7773         if test "X$pkg" = "X$p"; then
7774           enable_shared=yes
7775         fi
7776       done
7777       IFS="$lt_save_ifs"
7778       ;;
7779     esac
7780 else
7781   enable_shared=yes
7782 fi
7783
7784
7785
7786
7787
7788
7789
7790
7791
7792   # Check whether --enable-static was given.
7793 if test "${enable_static+set}" = set; then :
7794   enableval=$enable_static; p=${PACKAGE-default}
7795     case $enableval in
7796     yes) enable_static=yes ;;
7797     no) enable_static=no ;;
7798     *)
7799      enable_static=no
7800       # Look at the argument we got.  We use all the common list separators.
7801       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7802       for pkg in $enableval; do
7803         IFS="$lt_save_ifs"
7804         if test "X$pkg" = "X$p"; then
7805           enable_static=yes
7806         fi
7807       done
7808       IFS="$lt_save_ifs"
7809       ;;
7810     esac
7811 else
7812   enable_static=yes
7813 fi
7814
7815
7816
7817
7818
7819
7820
7821
7822
7823
7824 # Check whether --with-pic was given.
7825 if test "${with_pic+set}" = set; then :
7826   withval=$with_pic; pic_mode="$withval"
7827 else
7828   pic_mode=default
7829 fi
7830
7831
7832 test -z "$pic_mode" && pic_mode=default
7833
7834
7835
7836
7837
7838
7839
7840   # Check whether --enable-fast-install was given.
7841 if test "${enable_fast_install+set}" = set; then :
7842   enableval=$enable_fast_install; p=${PACKAGE-default}
7843     case $enableval in
7844     yes) enable_fast_install=yes ;;
7845     no) enable_fast_install=no ;;
7846     *)
7847       enable_fast_install=no
7848       # Look at the argument we got.  We use all the common list separators.
7849       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7850       for pkg in $enableval; do
7851         IFS="$lt_save_ifs"
7852         if test "X$pkg" = "X$p"; then
7853           enable_fast_install=yes
7854         fi
7855       done
7856       IFS="$lt_save_ifs"
7857       ;;
7858     esac
7859 else
7860   enable_fast_install=yes
7861 fi
7862
7863
7864
7865
7866
7867
7868
7869
7870
7871
7872
7873 # This can be used to rebuild libtool when needed
7874 LIBTOOL_DEPS="$ltmain"
7875
7876 # Always use our own libtool.
7877 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
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
7904 test -z "$LN_S" && LN_S="ln -s"
7905
7906
7907
7908
7909
7910
7911
7912
7913
7914
7915
7916
7917
7918
7919 if test -n "${ZSH_VERSION+set}" ; then
7920    setopt NO_GLOB_SUBST
7921 fi
7922
7923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7924 $as_echo_n "checking for objdir... " >&6; }
7925 if test "${lt_cv_objdir+set}" = set; then :
7926   $as_echo_n "(cached) " >&6
7927 else
7928   rm -f .libs 2>/dev/null
7929 mkdir .libs 2>/dev/null
7930 if test -d .libs; then
7931   lt_cv_objdir=.libs
7932 else
7933   # MS-DOS does not allow filenames that begin with a dot.
7934   lt_cv_objdir=_libs
7935 fi
7936 rmdir .libs 2>/dev/null
7937 fi
7938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7939 $as_echo "$lt_cv_objdir" >&6; }
7940 objdir=$lt_cv_objdir
7941
7942
7943
7944
7945
7946 cat >>confdefs.h <<_ACEOF
7947 #define LT_OBJDIR "$lt_cv_objdir/"
7948 _ACEOF
7949
7950
7951
7952
7953 case $host_os in
7954 aix3*)
7955   # AIX sometimes has problems with the GCC collect2 program.  For some
7956   # reason, if we set the COLLECT_NAMES environment variable, the problems
7957   # vanish in a puff of smoke.
7958   if test "X${COLLECT_NAMES+set}" != Xset; then
7959     COLLECT_NAMES=
7960     export COLLECT_NAMES
7961   fi
7962   ;;
7963 esac
7964
7965 # Global variables:
7966 ofile=libtool
7967 can_build_shared=yes
7968
7969 # All known linkers require a `.a' archive for static linking (except MSVC,
7970 # which needs '.lib').
7971 libext=a
7972
7973 with_gnu_ld="$lt_cv_prog_gnu_ld"
7974
7975 old_CC="$CC"
7976 old_CFLAGS="$CFLAGS"
7977
7978 # Set sane defaults for various variables
7979 test -z "$CC" && CC=cc
7980 test -z "$LTCC" && LTCC=$CC
7981 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7982 test -z "$LD" && LD=ld
7983 test -z "$ac_objext" && ac_objext=o
7984
7985 for cc_temp in $compiler""; do
7986   case $cc_temp in
7987     compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7988     distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7989     \-*) ;;
7990     *) break;;
7991   esac
7992 done
7993 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7994
7995
7996 # Only perform the check for file, if the check method requires it
7997 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7998 case $deplibs_check_method in
7999 file_magic*)
8000   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8001     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8002 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8003 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8004   $as_echo_n "(cached) " >&6
8005 else
8006   case $MAGIC_CMD in
8007 [\\/*] |  ?:[\\/]*)
8008   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8009   ;;
8010 *)
8011   lt_save_MAGIC_CMD="$MAGIC_CMD"
8012   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8013   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8014   for ac_dir in $ac_dummy; do
8015     IFS="$lt_save_ifs"
8016     test -z "$ac_dir" && ac_dir=.
8017     if test -f $ac_dir/${ac_tool_prefix}file; then
8018       lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8019       if test -n "$file_magic_test_file"; then
8020         case $deplibs_check_method in
8021         "file_magic "*)
8022           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8023           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8024           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8025             $EGREP "$file_magic_regex" > /dev/null; then
8026             :
8027           else
8028             cat <<_LT_EOF 1>&2
8029
8030 *** Warning: the command libtool uses to detect shared libraries,
8031 *** $file_magic_cmd, produces output that libtool cannot recognize.
8032 *** The result is that libtool may fail to recognize shared libraries
8033 *** as such.  This will affect the creation of libtool libraries that
8034 *** depend on shared libraries, but programs linked with such libtool
8035 *** libraries will work regardless of this problem.  Nevertheless, you
8036 *** may want to report the problem to your system manager and/or to
8037 *** bug-libtool@gnu.org
8038
8039 _LT_EOF
8040           fi ;;
8041         esac
8042       fi
8043       break
8044     fi
8045   done
8046   IFS="$lt_save_ifs"
8047   MAGIC_CMD="$lt_save_MAGIC_CMD"
8048   ;;
8049 esac
8050 fi
8051
8052 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8053 if test -n "$MAGIC_CMD"; then
8054   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8055 $as_echo "$MAGIC_CMD" >&6; }
8056 else
8057   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8058 $as_echo "no" >&6; }
8059 fi
8060
8061
8062
8063
8064
8065 if test -z "$lt_cv_path_MAGIC_CMD"; then
8066   if test -n "$ac_tool_prefix"; then
8067     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8068 $as_echo_n "checking for file... " >&6; }
8069 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8070   $as_echo_n "(cached) " >&6
8071 else
8072   case $MAGIC_CMD in
8073 [\\/*] |  ?:[\\/]*)
8074   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8075   ;;
8076 *)
8077   lt_save_MAGIC_CMD="$MAGIC_CMD"
8078   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8079   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8080   for ac_dir in $ac_dummy; do
8081     IFS="$lt_save_ifs"
8082     test -z "$ac_dir" && ac_dir=.
8083     if test -f $ac_dir/file; then
8084       lt_cv_path_MAGIC_CMD="$ac_dir/file"
8085       if test -n "$file_magic_test_file"; then
8086         case $deplibs_check_method in
8087         "file_magic "*)
8088           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8089           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8090           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8091             $EGREP "$file_magic_regex" > /dev/null; then
8092             :
8093           else
8094             cat <<_LT_EOF 1>&2
8095
8096 *** Warning: the command libtool uses to detect shared libraries,
8097 *** $file_magic_cmd, produces output that libtool cannot recognize.
8098 *** The result is that libtool may fail to recognize shared libraries
8099 *** as such.  This will affect the creation of libtool libraries that
8100 *** depend on shared libraries, but programs linked with such libtool
8101 *** libraries will work regardless of this problem.  Nevertheless, you
8102 *** may want to report the problem to your system manager and/or to
8103 *** bug-libtool@gnu.org
8104
8105 _LT_EOF
8106           fi ;;
8107         esac
8108       fi
8109       break
8110     fi
8111   done
8112   IFS="$lt_save_ifs"
8113   MAGIC_CMD="$lt_save_MAGIC_CMD"
8114   ;;
8115 esac
8116 fi
8117
8118 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8119 if test -n "$MAGIC_CMD"; then
8120   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8121 $as_echo "$MAGIC_CMD" >&6; }
8122 else
8123   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8124 $as_echo "no" >&6; }
8125 fi
8126
8127
8128   else
8129     MAGIC_CMD=:
8130   fi
8131 fi
8132
8133   fi
8134   ;;
8135 esac
8136
8137 # Use C for the default configuration in the libtool script
8138
8139 lt_save_CC="$CC"
8140 ac_ext=c
8141 ac_cpp='$CPP $CPPFLAGS'
8142 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8143 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8144 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8145
8146
8147 # Source file extension for C test sources.
8148 ac_ext=c
8149
8150 # Object file extension for compiled C test sources.
8151 objext=o
8152 objext=$objext
8153
8154 # Code to be used in simple compile tests
8155 lt_simple_compile_test_code="int some_variable = 0;"
8156
8157 # Code to be used in simple link tests
8158 lt_simple_link_test_code='int main(){return(0);}'
8159
8160
8161
8162
8163
8164
8165
8166 # If no C compiler was specified, use CC.
8167 LTCC=${LTCC-"$CC"}
8168
8169 # If no C compiler flags were specified, use CFLAGS.
8170 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8171
8172 # Allow CC to be a program name with arguments.
8173 compiler=$CC
8174
8175 # Save the default compiler, since it gets overwritten when the other
8176 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8177 compiler_DEFAULT=$CC
8178
8179 # save warnings/boilerplate of simple test code
8180 ac_outfile=conftest.$ac_objext
8181 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8182 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8183 _lt_compiler_boilerplate=`cat conftest.err`
8184 $RM conftest*
8185
8186 ac_outfile=conftest.$ac_objext
8187 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8188 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8189 _lt_linker_boilerplate=`cat conftest.err`
8190 $RM -r conftest*
8191
8192
8193 ## CAVEAT EMPTOR:
8194 ## There is no encapsulation within the following macros, do not change
8195 ## the running order or otherwise move them around unless you know exactly
8196 ## what you are doing...
8197 if test -n "$compiler"; then
8198
8199 lt_prog_compiler_no_builtin_flag=
8200
8201 if test "$GCC" = yes; then
8202   case $cc_basename in
8203   nvcc*)
8204     lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8205   *)
8206     lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8207   esac
8208
8209   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8210 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8211 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
8212   $as_echo_n "(cached) " >&6
8213 else
8214   lt_cv_prog_compiler_rtti_exceptions=no
8215    ac_outfile=conftest.$ac_objext
8216    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8217    lt_compiler_flag="-fno-rtti -fno-exceptions"
8218    # Insert the option either (1) after the last *FLAGS variable, or
8219    # (2) before a word containing "conftest.", or (3) at the end.
8220    # Note that $ac_compile itself does not contain backslashes and begins
8221    # with a dollar sign (not a hyphen), so the echo should work correctly.
8222    # The option is referenced via a variable to avoid confusing sed.
8223    lt_compile=`echo "$ac_compile" | $SED \
8224    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8225    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8226    -e 's:$: $lt_compiler_flag:'`
8227    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8228    (eval "$lt_compile" 2>conftest.err)
8229    ac_status=$?
8230    cat conftest.err >&5
8231    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8232    if (exit $ac_status) && test -s "$ac_outfile"; then
8233      # The compiler can only warn and ignore the option if not recognized
8234      # So say no if there are warnings other than the usual output.
8235      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8236      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8237      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8238        lt_cv_prog_compiler_rtti_exceptions=yes
8239      fi
8240    fi
8241    $RM conftest*
8242
8243 fi
8244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8245 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8246
8247 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8248     lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8249 else
8250     :
8251 fi
8252
8253 fi
8254
8255
8256
8257
8258
8259
8260   lt_prog_compiler_wl=
8261 lt_prog_compiler_pic=
8262 lt_prog_compiler_static=
8263
8264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8265 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8266
8267   if test "$GCC" = yes; then
8268     lt_prog_compiler_wl='-Wl,'
8269     lt_prog_compiler_static='-static'
8270
8271     case $host_os in
8272       aix*)
8273       # All AIX code is PIC.
8274       if test "$host_cpu" = ia64; then
8275         # AIX 5 now supports IA64 processor
8276         lt_prog_compiler_static='-Bstatic'
8277       fi
8278       lt_prog_compiler_pic='-fPIC'
8279       ;;
8280
8281     amigaos*)
8282       case $host_cpu in
8283       powerpc)
8284             # see comment about AmigaOS4 .so support
8285             lt_prog_compiler_pic='-fPIC'
8286         ;;
8287       m68k)
8288             # FIXME: we need at least 68020 code to build shared libraries, but
8289             # adding the `-m68020' flag to GCC prevents building anything better,
8290             # like `-m68040'.
8291             lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8292         ;;
8293       esac
8294       ;;
8295
8296     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8297       # PIC is the default for these OSes.
8298       ;;
8299
8300     mingw* | cygwin* | pw32* | os2* | cegcc*)
8301       # This hack is so that the source file can tell whether it is being
8302       # built for inclusion in a dll (and should export symbols for example).
8303       # Although the cygwin gcc ignores -fPIC, still need this for old-style
8304       # (--disable-auto-import) libraries
8305       lt_prog_compiler_pic='-DDLL_EXPORT'
8306       ;;
8307
8308     darwin* | rhapsody*)
8309       # PIC is the default on this platform
8310       # Common symbols not allowed in MH_DYLIB files
8311       lt_prog_compiler_pic='-fno-common'
8312       ;;
8313
8314     haiku*)
8315       # PIC is the default for Haiku.
8316       # The "-static" flag exists, but is broken.
8317       lt_prog_compiler_static=
8318       ;;
8319
8320     hpux*)
8321       # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8322       # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
8323       # sets the default TLS model and affects inlining.
8324       case $host_cpu in
8325       hppa*64*)
8326         # +Z the default
8327         ;;
8328       *)
8329         lt_prog_compiler_pic='-fPIC'
8330         ;;
8331       esac
8332       ;;
8333
8334     interix[3-9]*)
8335       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8336       # Instead, we relocate shared libraries at runtime.
8337       ;;
8338
8339     msdosdjgpp*)
8340       # Just because we use GCC doesn't mean we suddenly get shared libraries
8341       # on systems that don't support them.
8342       lt_prog_compiler_can_build_shared=no
8343       enable_shared=no
8344       ;;
8345
8346     *nto* | *qnx*)
8347       # QNX uses GNU C++, but need to define -shared option too, otherwise
8348       # it will coredump.
8349       lt_prog_compiler_pic='-fPIC -shared'
8350       ;;
8351
8352     sysv4*MP*)
8353       if test -d /usr/nec; then
8354         lt_prog_compiler_pic=-Kconform_pic
8355       fi
8356       ;;
8357
8358     *)
8359       lt_prog_compiler_pic='-fPIC'
8360       ;;
8361     esac
8362
8363     case $cc_basename in
8364     nvcc*) # Cuda Compiler Driver 2.2
8365       lt_prog_compiler_wl='-Xlinker '
8366       lt_prog_compiler_pic='-Xcompiler -fPIC'
8367       ;;
8368     esac
8369   else
8370     # PORTME Check for flag to pass linker flags through the system compiler.
8371     case $host_os in
8372     aix*)
8373       lt_prog_compiler_wl='-Wl,'
8374       if test "$host_cpu" = ia64; then
8375         # AIX 5 now supports IA64 processor
8376         lt_prog_compiler_static='-Bstatic'
8377       else
8378         lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8379       fi
8380       ;;
8381
8382     mingw* | cygwin* | pw32* | os2* | cegcc*)
8383       # This hack is so that the source file can tell whether it is being
8384       # built for inclusion in a dll (and should export symbols for example).
8385       lt_prog_compiler_pic='-DDLL_EXPORT'
8386       ;;
8387
8388     hpux9* | hpux10* | hpux11*)
8389       lt_prog_compiler_wl='-Wl,'
8390       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8391       # not for PA HP-UX.
8392       case $host_cpu in
8393       hppa*64*|ia64*)
8394         # +Z the default
8395         ;;
8396       *)
8397         lt_prog_compiler_pic='+Z'
8398         ;;
8399       esac
8400       # Is there a better lt_prog_compiler_static that works with the bundled CC?
8401       lt_prog_compiler_static='${wl}-a ${wl}archive'
8402       ;;
8403
8404     irix5* | irix6* | nonstopux*)
8405       lt_prog_compiler_wl='-Wl,'
8406       # PIC (with -KPIC) is the default.
8407       lt_prog_compiler_static='-non_shared'
8408       ;;
8409
8410     linux* | k*bsd*-gnu | kopensolaris*-gnu)
8411       case $cc_basename in
8412       # old Intel for x86_64 which still supported -KPIC.
8413       ecc*)
8414         lt_prog_compiler_wl='-Wl,'
8415         lt_prog_compiler_pic='-KPIC'
8416         lt_prog_compiler_static='-static'
8417         ;;
8418       # icc used to be incompatible with GCC.
8419       # ICC 10 doesn't accept -KPIC any more.
8420       icc* | ifort*)
8421         lt_prog_compiler_wl='-Wl,'
8422         lt_prog_compiler_pic='-fPIC'
8423         lt_prog_compiler_static='-static'
8424         ;;
8425       # Lahey Fortran 8.1.
8426       lf95*)
8427         lt_prog_compiler_wl='-Wl,'
8428         lt_prog_compiler_pic='--shared'
8429         lt_prog_compiler_static='--static'
8430         ;;
8431       pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8432         # Portland Group compilers (*not* the Pentium gcc compiler,
8433         # which looks to be a dead project)
8434         lt_prog_compiler_wl='-Wl,'
8435         lt_prog_compiler_pic='-fpic'
8436         lt_prog_compiler_static='-Bstatic'
8437         ;;
8438       ccc*)
8439         lt_prog_compiler_wl='-Wl,'
8440         # All Alpha code is PIC.
8441         lt_prog_compiler_static='-non_shared'
8442         ;;
8443       xl* | bgxl* | bgf* | mpixl*)
8444         # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8445         lt_prog_compiler_wl='-Wl,'
8446         lt_prog_compiler_pic='-qpic'
8447         lt_prog_compiler_static='-qstaticlink'
8448         ;;
8449       *)
8450         case `$CC -V 2>&1 | sed 5q` in
8451         *Sun\ F* | *Sun*Fortran*)
8452           # Sun Fortran 8.3 passes all unrecognized flags to the linker
8453           lt_prog_compiler_pic='-KPIC'
8454           lt_prog_compiler_static='-Bstatic'
8455           lt_prog_compiler_wl=''
8456           ;;
8457         *Sun\ C*)
8458           # Sun C 5.9
8459           lt_prog_compiler_pic='-KPIC'
8460           lt_prog_compiler_static='-Bstatic'
8461           lt_prog_compiler_wl='-Wl,'
8462           ;;
8463         esac
8464         ;;
8465       esac
8466       ;;
8467
8468     newsos6)
8469       lt_prog_compiler_pic='-KPIC'
8470       lt_prog_compiler_static='-Bstatic'
8471       ;;
8472
8473     *nto* | *qnx*)
8474       # QNX uses GNU C++, but need to define -shared option too, otherwise
8475       # it will coredump.
8476       lt_prog_compiler_pic='-fPIC -shared'
8477       ;;
8478
8479     osf3* | osf4* | osf5*)
8480       lt_prog_compiler_wl='-Wl,'
8481       # All OSF/1 code is PIC.
8482       lt_prog_compiler_static='-non_shared'
8483       ;;
8484
8485     rdos*)
8486       lt_prog_compiler_static='-non_shared'
8487       ;;
8488
8489     solaris*)
8490       lt_prog_compiler_pic='-KPIC'
8491       lt_prog_compiler_static='-Bstatic'
8492       case $cc_basename in
8493       f77* | f90* | f95*)
8494         lt_prog_compiler_wl='-Qoption ld ';;
8495       *)
8496         lt_prog_compiler_wl='-Wl,';;
8497       esac
8498       ;;
8499
8500     sunos4*)
8501       lt_prog_compiler_wl='-Qoption ld '
8502       lt_prog_compiler_pic='-PIC'
8503       lt_prog_compiler_static='-Bstatic'
8504       ;;
8505
8506     sysv4 | sysv4.2uw2* | sysv4.3*)
8507       lt_prog_compiler_wl='-Wl,'
8508       lt_prog_compiler_pic='-KPIC'
8509       lt_prog_compiler_static='-Bstatic'
8510       ;;
8511
8512     sysv4*MP*)
8513       if test -d /usr/nec ;then
8514         lt_prog_compiler_pic='-Kconform_pic'
8515         lt_prog_compiler_static='-Bstatic'
8516       fi
8517       ;;
8518
8519     sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8520       lt_prog_compiler_wl='-Wl,'
8521       lt_prog_compiler_pic='-KPIC'
8522       lt_prog_compiler_static='-Bstatic'
8523       ;;
8524
8525     unicos*)
8526       lt_prog_compiler_wl='-Wl,'
8527       lt_prog_compiler_can_build_shared=no
8528       ;;
8529
8530     uts4*)
8531       lt_prog_compiler_pic='-pic'
8532       lt_prog_compiler_static='-Bstatic'
8533       ;;
8534
8535     *)
8536       lt_prog_compiler_can_build_shared=no
8537       ;;
8538     esac
8539   fi
8540
8541 case $host_os in
8542   # For platforms which do not support PIC, -DPIC is meaningless:
8543   *djgpp*)
8544     lt_prog_compiler_pic=
8545     ;;
8546   *)
8547     lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8548     ;;
8549 esac
8550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8551 $as_echo "$lt_prog_compiler_pic" >&6; }
8552
8553
8554
8555
8556
8557
8558 #
8559 # Check to make sure the PIC flag actually works.
8560 #
8561 if test -n "$lt_prog_compiler_pic"; then
8562   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8563 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8564 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8565   $as_echo_n "(cached) " >&6
8566 else
8567   lt_cv_prog_compiler_pic_works=no
8568    ac_outfile=conftest.$ac_objext
8569    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8570    lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8571    # Insert the option either (1) after the last *FLAGS variable, or
8572    # (2) before a word containing "conftest.", or (3) at the end.
8573    # Note that $ac_compile itself does not contain backslashes and begins
8574    # with a dollar sign (not a hyphen), so the echo should work correctly.
8575    # The option is referenced via a variable to avoid confusing sed.
8576    lt_compile=`echo "$ac_compile" | $SED \
8577    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8578    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8579    -e 's:$: $lt_compiler_flag:'`
8580    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8581    (eval "$lt_compile" 2>conftest.err)
8582    ac_status=$?
8583    cat conftest.err >&5
8584    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8585    if (exit $ac_status) && test -s "$ac_outfile"; then
8586      # The compiler can only warn and ignore the option if not recognized
8587      # So say no if there are warnings other than the usual output.
8588      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8589      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8590      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8591        lt_cv_prog_compiler_pic_works=yes
8592      fi
8593    fi
8594    $RM conftest*
8595
8596 fi
8597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8598 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8599
8600 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8601     case $lt_prog_compiler_pic in
8602      "" | " "*) ;;
8603      *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8604      esac
8605 else
8606     lt_prog_compiler_pic=
8607      lt_prog_compiler_can_build_shared=no
8608 fi
8609
8610 fi
8611
8612
8613
8614
8615
8616
8617 #
8618 # Check to make sure the static flag actually works.
8619 #
8620 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8622 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8623 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8624   $as_echo_n "(cached) " >&6
8625 else
8626   lt_cv_prog_compiler_static_works=no
8627    save_LDFLAGS="$LDFLAGS"
8628    LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8629    echo "$lt_simple_link_test_code" > conftest.$ac_ext
8630    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8631      # The linker can only warn and ignore the option if not recognized
8632      # So say no if there are warnings
8633      if test -s conftest.err; then
8634        # Append any errors to the config.log.
8635        cat conftest.err 1>&5
8636        $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8637        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8638        if diff conftest.exp conftest.er2 >/dev/null; then
8639          lt_cv_prog_compiler_static_works=yes
8640        fi
8641      else
8642        lt_cv_prog_compiler_static_works=yes
8643      fi
8644    fi
8645    $RM -r conftest*
8646    LDFLAGS="$save_LDFLAGS"
8647
8648 fi
8649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8650 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8651
8652 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8653     :
8654 else
8655     lt_prog_compiler_static=
8656 fi
8657
8658
8659
8660
8661
8662
8663
8664   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8665 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8666 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8667   $as_echo_n "(cached) " >&6
8668 else
8669   lt_cv_prog_compiler_c_o=no
8670    $RM -r conftest 2>/dev/null
8671    mkdir conftest
8672    cd conftest
8673    mkdir out
8674    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8675
8676    lt_compiler_flag="-o out/conftest2.$ac_objext"
8677    # Insert the option either (1) after the last *FLAGS variable, or
8678    # (2) before a word containing "conftest.", or (3) at the end.
8679    # Note that $ac_compile itself does not contain backslashes and begins
8680    # with a dollar sign (not a hyphen), so the echo should work correctly.
8681    lt_compile=`echo "$ac_compile" | $SED \
8682    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8683    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8684    -e 's:$: $lt_compiler_flag:'`
8685    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8686    (eval "$lt_compile" 2>out/conftest.err)
8687    ac_status=$?
8688    cat out/conftest.err >&5
8689    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8690    if (exit $ac_status) && test -s out/conftest2.$ac_objext
8691    then
8692      # The compiler can only warn and ignore the option if not recognized
8693      # So say no if there are warnings
8694      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8695      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8696      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8697        lt_cv_prog_compiler_c_o=yes
8698      fi
8699    fi
8700    chmod u+w . 2>&5
8701    $RM conftest*
8702    # SGI C++ compiler will create directory out/ii_files/ for
8703    # template instantiation
8704    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8705    $RM out/* && rmdir out
8706    cd ..
8707    $RM -r conftest
8708    $RM conftest*
8709
8710 fi
8711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8712 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8713
8714
8715
8716
8717
8718
8719   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8720 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8721 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8722   $as_echo_n "(cached) " >&6
8723 else
8724   lt_cv_prog_compiler_c_o=no
8725    $RM -r conftest 2>/dev/null
8726    mkdir conftest
8727    cd conftest
8728    mkdir out
8729    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8730
8731    lt_compiler_flag="-o out/conftest2.$ac_objext"
8732    # Insert the option either (1) after the last *FLAGS variable, or
8733    # (2) before a word containing "conftest.", or (3) at the end.
8734    # Note that $ac_compile itself does not contain backslashes and begins
8735    # with a dollar sign (not a hyphen), so the echo should work correctly.
8736    lt_compile=`echo "$ac_compile" | $SED \
8737    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8738    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8739    -e 's:$: $lt_compiler_flag:'`
8740    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8741    (eval "$lt_compile" 2>out/conftest.err)
8742    ac_status=$?
8743    cat out/conftest.err >&5
8744    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8745    if (exit $ac_status) && test -s out/conftest2.$ac_objext
8746    then
8747      # The compiler can only warn and ignore the option if not recognized
8748      # So say no if there are warnings
8749      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8750      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8751      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8752        lt_cv_prog_compiler_c_o=yes
8753      fi
8754    fi
8755    chmod u+w . 2>&5
8756    $RM conftest*
8757    # SGI C++ compiler will create directory out/ii_files/ for
8758    # template instantiation
8759    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8760    $RM out/* && rmdir out
8761    cd ..
8762    $RM -r conftest
8763    $RM conftest*
8764
8765 fi
8766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8767 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8768
8769
8770
8771
8772 hard_links="nottested"
8773 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8774   # do not overwrite the value of need_locks provided by the user
8775   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8776 $as_echo_n "checking if we can lock with hard links... " >&6; }
8777   hard_links=yes
8778   $RM conftest*
8779   ln conftest.a conftest.b 2>/dev/null && hard_links=no
8780   touch conftest.a
8781   ln conftest.a conftest.b 2>&5 || hard_links=no
8782   ln conftest.a conftest.b 2>/dev/null && hard_links=no
8783   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8784 $as_echo "$hard_links" >&6; }
8785   if test "$hard_links" = no; then
8786     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8787 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8788     need_locks=warn
8789   fi
8790 else
8791   need_locks=no
8792 fi
8793
8794
8795
8796
8797
8798
8799   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8800 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8801
8802   runpath_var=
8803   allow_undefined_flag=
8804   always_export_symbols=no
8805   archive_cmds=
8806   archive_expsym_cmds=
8807   compiler_needs_object=no
8808   enable_shared_with_static_runtimes=no
8809   export_dynamic_flag_spec=
8810   export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8811   hardcode_automatic=no
8812   hardcode_direct=no
8813   hardcode_direct_absolute=no
8814   hardcode_libdir_flag_spec=
8815   hardcode_libdir_flag_spec_ld=
8816   hardcode_libdir_separator=
8817   hardcode_minus_L=no
8818   hardcode_shlibpath_var=unsupported
8819   inherit_rpath=no
8820   link_all_deplibs=unknown
8821   module_cmds=
8822   module_expsym_cmds=
8823   old_archive_from_new_cmds=
8824   old_archive_from_expsyms_cmds=
8825   thread_safe_flag_spec=
8826   whole_archive_flag_spec=
8827   # include_expsyms should be a list of space-separated symbols to be *always*
8828   # included in the symbol list
8829   include_expsyms=
8830   # exclude_expsyms can be an extended regexp of symbols to exclude
8831   # it will be wrapped by ` (' and `)$', so one must not match beginning or
8832   # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8833   # as well as any symbol that contains `d'.
8834   exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8835   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8836   # platforms (ab)use it in PIC code, but their linkers get confused if
8837   # the symbol is explicitly referenced.  Since portable code cannot
8838   # rely on this symbol name, it's probably fine to never include it in
8839   # preloaded symbol tables.
8840   # Exclude shared library initialization/finalization symbols.
8841   extract_expsyms_cmds=
8842
8843   case $host_os in
8844   cygwin* | mingw* | pw32* | cegcc*)
8845     # FIXME: the MSVC++ port hasn't been tested in a loooong time
8846     # When not using gcc, we currently assume that we are using
8847     # Microsoft Visual C++.
8848     if test "$GCC" != yes; then
8849       with_gnu_ld=no
8850     fi
8851     ;;
8852   interix*)
8853     # we just hope/assume this is gcc and not c89 (= MSVC++)
8854     with_gnu_ld=yes
8855     ;;
8856   openbsd*)
8857     with_gnu_ld=no
8858     ;;
8859   esac
8860
8861   ld_shlibs=yes
8862
8863   # On some targets, GNU ld is compatible enough with the native linker
8864   # that we're better off using the native interface for both.
8865   lt_use_gnu_ld_interface=no
8866   if test "$with_gnu_ld" = yes; then
8867     case $host_os in
8868       aix*)
8869         # The AIX port of GNU ld has always aspired to compatibility
8870         # with the native linker.  However, as the warning in the GNU ld
8871         # block says, versions before 2.19.5* couldn't really create working
8872         # shared libraries, regardless of the interface used.
8873         case `$LD -v 2>&1` in
8874           *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8875           *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8876           *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8877           *)
8878             lt_use_gnu_ld_interface=yes
8879             ;;
8880         esac
8881         ;;
8882       *)
8883         lt_use_gnu_ld_interface=yes
8884         ;;
8885     esac
8886   fi
8887
8888   if test "$lt_use_gnu_ld_interface" = yes; then
8889     # If archive_cmds runs LD, not CC, wlarc should be empty
8890     wlarc='${wl}'
8891
8892     # Set some defaults for GNU ld with shared library support. These
8893     # are reset later if shared libraries are not supported. Putting them
8894     # here allows them to be overridden if necessary.
8895     runpath_var=LD_RUN_PATH
8896     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8897     export_dynamic_flag_spec='${wl}--export-dynamic'
8898     # ancient GNU ld didn't support --whole-archive et. al.
8899     if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8900       whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8901     else
8902       whole_archive_flag_spec=
8903     fi
8904     supports_anon_versioning=no
8905     case `$LD -v 2>&1` in
8906       *GNU\ gold*) supports_anon_versioning=yes ;;
8907       *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8908       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8909       *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8910       *\ 2.11.*) ;; # other 2.11 versions
8911       *) supports_anon_versioning=yes ;;
8912     esac
8913
8914     # See if GNU ld supports shared libraries.
8915     case $host_os in
8916     aix[3-9]*)
8917       # On AIX/PPC, the GNU linker is very broken
8918       if test "$host_cpu" != ia64; then
8919         ld_shlibs=no
8920         cat <<_LT_EOF 1>&2
8921
8922 *** Warning: the GNU linker, at least up to release 2.19, is reported
8923 *** to be unable to reliably create shared libraries on AIX.
8924 *** Therefore, libtool is disabling shared libraries support.  If you
8925 *** really care for shared libraries, you may want to install binutils
8926 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8927 *** You will then need to restart the configuration process.
8928
8929 _LT_EOF
8930       fi
8931       ;;
8932
8933     amigaos*)
8934       case $host_cpu in
8935       powerpc)
8936             # see comment about AmigaOS4 .so support
8937             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8938             archive_expsym_cmds=''
8939         ;;
8940       m68k)
8941             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)'
8942             hardcode_libdir_flag_spec='-L$libdir'
8943             hardcode_minus_L=yes
8944         ;;
8945       esac
8946       ;;
8947
8948     beos*)
8949       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8950         allow_undefined_flag=unsupported
8951         # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8952         # support --undefined.  This deserves some investigation.  FIXME
8953         archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8954       else
8955         ld_shlibs=no
8956       fi
8957       ;;
8958
8959     cygwin* | mingw* | pw32* | cegcc*)
8960       # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8961       # as there is no search path for DLLs.
8962       hardcode_libdir_flag_spec='-L$libdir'
8963       export_dynamic_flag_spec='${wl}--export-all-symbols'
8964       allow_undefined_flag=unsupported
8965       always_export_symbols=no
8966       enable_shared_with_static_runtimes=yes
8967       export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8968
8969       if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8970         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8971         # If the export-symbols file already is a .def file (1st line
8972         # is EXPORTS), use it as is; otherwise, prepend...
8973         archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8974           cp $export_symbols $output_objdir/$soname.def;
8975         else
8976           echo EXPORTS > $output_objdir/$soname.def;
8977           cat $export_symbols >> $output_objdir/$soname.def;
8978         fi~
8979         $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8980       else
8981         ld_shlibs=no
8982       fi
8983       ;;
8984
8985     haiku*)
8986       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8987       link_all_deplibs=yes
8988       ;;
8989
8990     interix[3-9]*)
8991       hardcode_direct=no
8992       hardcode_shlibpath_var=no
8993       hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8994       export_dynamic_flag_spec='${wl}-E'
8995       # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8996       # Instead, shared libraries are loaded at an image base (0x10000000 by
8997       # default) and relocated if they conflict, which is a slow very memory
8998       # consuming and fragmenting process.  To avoid this, we pick a random,
8999       # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9000       # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
9001       archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9002       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'
9003       ;;
9004
9005     gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9006       tmp_diet=no
9007       if test "$host_os" = linux-dietlibc; then
9008         case $cc_basename in
9009           diet\ *) tmp_diet=yes;;       # linux-dietlibc with static linking (!diet-dyn)
9010         esac
9011       fi
9012       if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9013          && test "$tmp_diet" = no
9014       then
9015         tmp_addflag=' $pic_flag'
9016         tmp_sharedflag='-shared'
9017         case $cc_basename,$host_cpu in
9018         pgcc*)                          # Portland Group C compiler
9019           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'
9020           tmp_addflag=' $pic_flag'
9021           ;;
9022         pgf77* | pgf90* | pgf95* | pgfortran*)
9023                                         # Portland Group f77 and f90 compilers
9024           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'
9025           tmp_addflag=' $pic_flag -Mnomain' ;;
9026         ecc*,ia64* | icc*,ia64*)        # Intel C compiler on ia64
9027           tmp_addflag=' -i_dynamic' ;;
9028         efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
9029           tmp_addflag=' -i_dynamic -nofor_main' ;;
9030         ifc* | ifort*)                  # Intel Fortran compiler
9031           tmp_addflag=' -nofor_main' ;;
9032         lf95*)                          # Lahey Fortran 8.1
9033           whole_archive_flag_spec=
9034           tmp_sharedflag='--shared' ;;
9035         xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9036           tmp_sharedflag='-qmkshrobj'
9037           tmp_addflag= ;;
9038         nvcc*)  # Cuda Compiler Driver 2.2
9039           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'
9040           compiler_needs_object=yes
9041           ;;
9042         esac
9043         case `$CC -V 2>&1 | sed 5q` in
9044         *Sun\ C*)                       # Sun C 5.9
9045           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'
9046           compiler_needs_object=yes
9047           tmp_sharedflag='-G' ;;
9048         *Sun\ F*)                       # Sun Fortran 8.3
9049           tmp_sharedflag='-G' ;;
9050         esac
9051         archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9052
9053         if test "x$supports_anon_versioning" = xyes; then
9054           archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9055             cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9056             echo "local: *; };" >> $output_objdir/$libname.ver~
9057             $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9058         fi
9059
9060         case $cc_basename in
9061         xlf* | bgf* | bgxlf* | mpixlf*)
9062           # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9063           whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9064           hardcode_libdir_flag_spec=
9065           hardcode_libdir_flag_spec_ld='-rpath $libdir'
9066           archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9067           if test "x$supports_anon_versioning" = xyes; then
9068             archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9069               cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9070               echo "local: *; };" >> $output_objdir/$libname.ver~
9071               $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9072           fi
9073           ;;
9074         esac
9075       else
9076         ld_shlibs=no
9077       fi
9078       ;;
9079
9080     netbsd*)
9081       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9082         archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9083         wlarc=
9084       else
9085         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9086         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9087       fi
9088       ;;
9089
9090     solaris*)
9091       if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9092         ld_shlibs=no
9093         cat <<_LT_EOF 1>&2
9094
9095 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9096 *** create shared libraries on Solaris systems.  Therefore, libtool
9097 *** is disabling shared libraries support.  We urge you to upgrade GNU
9098 *** binutils to release 2.9.1 or newer.  Another option is to modify
9099 *** your PATH or compiler configuration so that the native linker is
9100 *** used, and then restart.
9101
9102 _LT_EOF
9103       elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9104         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9105         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9106       else
9107         ld_shlibs=no
9108       fi
9109       ;;
9110
9111     sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9112       case `$LD -v 2>&1` in
9113         *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9114         ld_shlibs=no
9115         cat <<_LT_EOF 1>&2
9116
9117 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9118 *** reliably create shared libraries on SCO systems.  Therefore, libtool
9119 *** is disabling shared libraries support.  We urge you to upgrade GNU
9120 *** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
9121 *** your PATH or compiler configuration so that the native linker is
9122 *** used, and then restart.
9123
9124 _LT_EOF
9125         ;;
9126         *)
9127           # For security reasons, it is highly recommended that you always
9128           # use absolute paths for naming shared libraries, and exclude the
9129           # DT_RUNPATH tag from executables and libraries.  But doing so
9130           # requires that you compile everything twice, which is a pain.
9131           if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9132             hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9133             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9134             archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9135           else
9136             ld_shlibs=no
9137           fi
9138         ;;
9139       esac
9140       ;;
9141
9142     sunos4*)
9143       archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9144       wlarc=
9145       hardcode_direct=yes
9146       hardcode_shlibpath_var=no
9147       ;;
9148
9149     *)
9150       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9151         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9152         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9153       else
9154         ld_shlibs=no
9155       fi
9156       ;;
9157     esac
9158
9159     if test "$ld_shlibs" = no; then
9160       runpath_var=
9161       hardcode_libdir_flag_spec=
9162       export_dynamic_flag_spec=
9163       whole_archive_flag_spec=
9164     fi
9165   else
9166     # PORTME fill in a description of your system's linker (not GNU ld)
9167     case $host_os in
9168     aix3*)
9169       allow_undefined_flag=unsupported
9170       always_export_symbols=yes
9171       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'
9172       # Note: this linker hardcodes the directories in LIBPATH if there
9173       # are no directories specified by -L.
9174       hardcode_minus_L=yes
9175       if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9176         # Neither direct hardcoding nor static linking is supported with a
9177         # broken collect2.
9178         hardcode_direct=unsupported
9179       fi
9180       ;;
9181
9182     aix[4-9]*)
9183       if test "$host_cpu" = ia64; then
9184         # On IA64, the linker does run time linking by default, so we don't
9185         # have to do anything special.
9186         aix_use_runtimelinking=no
9187         exp_sym_flag='-Bexport'
9188         no_entry_flag=""
9189       else
9190         # If we're using GNU nm, then we don't want the "-C" option.
9191         # -C means demangle to AIX nm, but means don't demangle with GNU nm
9192         # Also, AIX nm treats weak defined symbols like other global
9193         # defined symbols, whereas GNU nm marks them as "W".
9194         if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9195           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'
9196         else
9197           export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9198         fi
9199         aix_use_runtimelinking=no
9200
9201         # Test if we are trying to use run time linking or normal
9202         # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9203         # need to do runtime linking.
9204         case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9205           for ld_flag in $LDFLAGS; do
9206           if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9207             aix_use_runtimelinking=yes
9208             break
9209           fi
9210           done
9211           ;;
9212         esac
9213
9214         exp_sym_flag='-bexport'
9215         no_entry_flag='-bnoentry'
9216       fi
9217
9218       # When large executables or shared objects are built, AIX ld can
9219       # have problems creating the table of contents.  If linking a library
9220       # or program results in "error TOC overflow" add -mminimal-toc to
9221       # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
9222       # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9223
9224       archive_cmds=''
9225       hardcode_direct=yes
9226       hardcode_direct_absolute=yes
9227       hardcode_libdir_separator=':'
9228       link_all_deplibs=yes
9229       file_list_spec='${wl}-f,'
9230
9231       if test "$GCC" = yes; then
9232         case $host_os in aix4.[012]|aix4.[012].*)
9233         # We only want to do this on AIX 4.2 and lower, the check
9234         # below for broken collect2 doesn't work under 4.3+
9235           collect2name=`${CC} -print-prog-name=collect2`
9236           if test -f "$collect2name" &&
9237            strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9238           then
9239           # We have reworked collect2
9240           :
9241           else
9242           # We have old collect2
9243           hardcode_direct=unsupported
9244           # It fails to find uninstalled libraries when the uninstalled
9245           # path is not listed in the libpath.  Setting hardcode_minus_L
9246           # to unsupported forces relinking
9247           hardcode_minus_L=yes
9248           hardcode_libdir_flag_spec='-L$libdir'
9249           hardcode_libdir_separator=
9250           fi
9251           ;;
9252         esac
9253         shared_flag='-shared'
9254         if test "$aix_use_runtimelinking" = yes; then
9255           shared_flag="$shared_flag "'${wl}-G'
9256         fi
9257       else
9258         # not using gcc
9259         if test "$host_cpu" = ia64; then
9260         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9261         # chokes on -Wl,-G. The following line is correct:
9262           shared_flag='-G'
9263         else
9264           if test "$aix_use_runtimelinking" = yes; then
9265             shared_flag='${wl}-G'
9266           else
9267             shared_flag='${wl}-bM:SRE'
9268           fi
9269         fi
9270       fi
9271
9272       export_dynamic_flag_spec='${wl}-bexpall'
9273       # It seems that -bexpall does not export symbols beginning with
9274       # underscore (_), so it is better to generate a list of symbols to export.
9275       always_export_symbols=yes
9276       if test "$aix_use_runtimelinking" = yes; then
9277         # Warning - without using the other runtime loading flags (-brtl),
9278         # -berok will link without error, but may produce a broken library.
9279         allow_undefined_flag='-berok'
9280         # Determine the default libpath from the value encoded in an
9281         # empty executable.
9282         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9283 /* end confdefs.h.  */
9284
9285 int
9286 main ()
9287 {
9288
9289   ;
9290   return 0;
9291 }
9292 _ACEOF
9293 if ac_fn_c_try_link "$LINENO"; then :
9294
9295 lt_aix_libpath_sed='
9296     /Import File Strings/,/^$/ {
9297         /^0/ {
9298             s/^0  *\(.*\)$/\1/
9299             p
9300         }
9301     }'
9302 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9303 # Check for a 64-bit object if we didn't find anything.
9304 if test -z "$aix_libpath"; then
9305   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9306 fi
9307 fi
9308 rm -f core conftest.err conftest.$ac_objext \
9309     conftest$ac_exeext conftest.$ac_ext
9310 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9311
9312         hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9313         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"
9314       else
9315         if test "$host_cpu" = ia64; then
9316           hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9317           allow_undefined_flag="-z nodefs"
9318           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"
9319         else
9320          # Determine the default libpath from the value encoded in an
9321          # empty executable.
9322          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9323 /* end confdefs.h.  */
9324
9325 int
9326 main ()
9327 {
9328
9329   ;
9330   return 0;
9331 }
9332 _ACEOF
9333 if ac_fn_c_try_link "$LINENO"; then :
9334
9335 lt_aix_libpath_sed='
9336     /Import File Strings/,/^$/ {
9337         /^0/ {
9338             s/^0  *\(.*\)$/\1/
9339             p
9340         }
9341     }'
9342 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9343 # Check for a 64-bit object if we didn't find anything.
9344 if test -z "$aix_libpath"; then
9345   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9346 fi
9347 fi
9348 rm -f core conftest.err conftest.$ac_objext \
9349     conftest$ac_exeext conftest.$ac_ext
9350 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9351
9352          hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9353           # Warning - without using the other run time loading flags,
9354           # -berok will link without error, but may produce a broken library.
9355           no_undefined_flag=' ${wl}-bernotok'
9356           allow_undefined_flag=' ${wl}-berok'
9357           if test "$with_gnu_ld" = yes; then
9358             # We only use this code for GNU lds that support --whole-archive.
9359             whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9360           else
9361             # Exported symbols can be pulled into shared objects from archives
9362             whole_archive_flag_spec='$convenience'
9363           fi
9364           archive_cmds_need_lc=yes
9365           # This is similar to how AIX traditionally builds its shared libraries.
9366           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'
9367         fi
9368       fi
9369       ;;
9370
9371     amigaos*)
9372       case $host_cpu in
9373       powerpc)
9374             # see comment about AmigaOS4 .so support
9375             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9376             archive_expsym_cmds=''
9377         ;;
9378       m68k)
9379             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)'
9380             hardcode_libdir_flag_spec='-L$libdir'
9381             hardcode_minus_L=yes
9382         ;;
9383       esac
9384       ;;
9385
9386     bsdi[45]*)
9387       export_dynamic_flag_spec=-rdynamic
9388       ;;
9389
9390     cygwin* | mingw* | pw32* | cegcc*)
9391       # When not using gcc, we currently assume that we are using
9392       # Microsoft Visual C++.
9393       # hardcode_libdir_flag_spec is actually meaningless, as there is
9394       # no search path for DLLs.
9395       hardcode_libdir_flag_spec=' '
9396       allow_undefined_flag=unsupported
9397       # Tell ltmain to make .lib files, not .a files.
9398       libext=lib
9399       # Tell ltmain to make .dll files, not .so files.
9400       shrext_cmds=".dll"
9401       # FIXME: Setting linknames here is a bad hack.
9402       archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9403       # The linker will automatically build a .lib file if we build a DLL.
9404       old_archive_from_new_cmds='true'
9405       # FIXME: Should let the user specify the lib program.
9406       old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9407       fix_srcfile_path='`cygpath -w "$srcfile"`'
9408       enable_shared_with_static_runtimes=yes
9409       ;;
9410
9411     darwin* | rhapsody*)
9412
9413
9414   archive_cmds_need_lc=no
9415   hardcode_direct=no
9416   hardcode_automatic=yes
9417   hardcode_shlibpath_var=unsupported
9418   if test "$lt_cv_ld_force_load" = "yes"; then
9419     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\"`'
9420   else
9421     whole_archive_flag_spec=''
9422   fi
9423   link_all_deplibs=yes
9424   allow_undefined_flag="$_lt_dar_allow_undefined"
9425   case $cc_basename in
9426      ifort*) _lt_dar_can_shared=yes ;;
9427      *) _lt_dar_can_shared=$GCC ;;
9428   esac
9429   if test "$_lt_dar_can_shared" = "yes"; then
9430     output_verbose_link_cmd=func_echo_all
9431     archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9432     module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9433     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}"
9434     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}"
9435
9436   else
9437   ld_shlibs=no
9438   fi
9439
9440       ;;
9441
9442     dgux*)
9443       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9444       hardcode_libdir_flag_spec='-L$libdir'
9445       hardcode_shlibpath_var=no
9446       ;;
9447
9448     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9449     # support.  Future versions do this automatically, but an explicit c++rt0.o
9450     # does not break anything, and helps significantly (at the cost of a little
9451     # extra space).
9452     freebsd2.2*)
9453       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9454       hardcode_libdir_flag_spec='-R$libdir'
9455       hardcode_direct=yes
9456       hardcode_shlibpath_var=no
9457       ;;
9458
9459     # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9460     freebsd2.*)
9461       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9462       hardcode_direct=yes
9463       hardcode_minus_L=yes
9464       hardcode_shlibpath_var=no
9465       ;;
9466
9467     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9468     freebsd* | dragonfly*)
9469       archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9470       hardcode_libdir_flag_spec='-R$libdir'
9471       hardcode_direct=yes
9472       hardcode_shlibpath_var=no
9473       ;;
9474
9475     hpux9*)
9476       if test "$GCC" = yes; then
9477         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'
9478       else
9479         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'
9480       fi
9481       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9482       hardcode_libdir_separator=:
9483       hardcode_direct=yes
9484
9485       # hardcode_minus_L: Not really in the search PATH,
9486       # but as the default location of the library.
9487       hardcode_minus_L=yes
9488       export_dynamic_flag_spec='${wl}-E'
9489       ;;
9490
9491     hpux10*)
9492       if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9493         archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9494       else
9495         archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9496       fi
9497       if test "$with_gnu_ld" = no; then
9498         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9499         hardcode_libdir_flag_spec_ld='+b $libdir'
9500         hardcode_libdir_separator=:
9501         hardcode_direct=yes
9502         hardcode_direct_absolute=yes
9503         export_dynamic_flag_spec='${wl}-E'
9504         # hardcode_minus_L: Not really in the search PATH,
9505         # but as the default location of the library.
9506         hardcode_minus_L=yes
9507       fi
9508       ;;
9509
9510     hpux11*)
9511       if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9512         case $host_cpu in
9513         hppa*64*)
9514           archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9515           ;;
9516         ia64*)
9517           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9518           ;;
9519         *)
9520           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9521           ;;
9522         esac
9523       else
9524         case $host_cpu in
9525         hppa*64*)
9526           archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9527           ;;
9528         ia64*)
9529           archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9530           ;;
9531         *)
9532
9533           # Older versions of the 11.00 compiler do not understand -b yet
9534           # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9535           { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9536 $as_echo_n "checking if $CC understands -b... " >&6; }
9537 if test "${lt_cv_prog_compiler__b+set}" = set; then :
9538   $as_echo_n "(cached) " >&6
9539 else
9540   lt_cv_prog_compiler__b=no
9541    save_LDFLAGS="$LDFLAGS"
9542    LDFLAGS="$LDFLAGS -b"
9543    echo "$lt_simple_link_test_code" > conftest.$ac_ext
9544    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9545      # The linker can only warn and ignore the option if not recognized
9546      # So say no if there are warnings
9547      if test -s conftest.err; then
9548        # Append any errors to the config.log.
9549        cat conftest.err 1>&5
9550        $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9551        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9552        if diff conftest.exp conftest.er2 >/dev/null; then
9553          lt_cv_prog_compiler__b=yes
9554        fi
9555      else
9556        lt_cv_prog_compiler__b=yes
9557      fi
9558    fi
9559    $RM -r conftest*
9560    LDFLAGS="$save_LDFLAGS"
9561
9562 fi
9563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9564 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9565
9566 if test x"$lt_cv_prog_compiler__b" = xyes; then
9567     archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9568 else
9569     archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9570 fi
9571
9572           ;;
9573         esac
9574       fi
9575       if test "$with_gnu_ld" = no; then
9576         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9577         hardcode_libdir_separator=:
9578
9579         case $host_cpu in
9580         hppa*64*|ia64*)
9581           hardcode_direct=no
9582           hardcode_shlibpath_var=no
9583           ;;
9584         *)
9585           hardcode_direct=yes
9586           hardcode_direct_absolute=yes
9587           export_dynamic_flag_spec='${wl}-E'
9588
9589           # hardcode_minus_L: Not really in the search PATH,
9590           # but as the default location of the library.
9591           hardcode_minus_L=yes
9592           ;;
9593         esac
9594       fi
9595       ;;
9596
9597     irix5* | irix6* | nonstopux*)
9598       if test "$GCC" = yes; then
9599         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'
9600         # Try to use the -exported_symbol ld option, if it does not
9601         # work, assume that -exports_file does not work either and
9602         # implicitly export all symbols.
9603         save_LDFLAGS="$LDFLAGS"
9604         LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9605         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9606 /* end confdefs.h.  */
9607 int foo(void) {}
9608 _ACEOF
9609 if ac_fn_c_try_link "$LINENO"; then :
9610   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'
9611
9612 fi
9613 rm -f core conftest.err conftest.$ac_objext \
9614     conftest$ac_exeext conftest.$ac_ext
9615         LDFLAGS="$save_LDFLAGS"
9616       else
9617         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'
9618         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'
9619       fi
9620       archive_cmds_need_lc='no'
9621       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9622       hardcode_libdir_separator=:
9623       inherit_rpath=yes
9624       link_all_deplibs=yes
9625       ;;
9626
9627     netbsd*)
9628       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9629         archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
9630       else
9631         archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
9632       fi
9633       hardcode_libdir_flag_spec='-R$libdir'
9634       hardcode_direct=yes
9635       hardcode_shlibpath_var=no
9636       ;;
9637
9638     newsos6)
9639       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9640       hardcode_direct=yes
9641       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9642       hardcode_libdir_separator=:
9643       hardcode_shlibpath_var=no
9644       ;;
9645
9646     *nto* | *qnx*)
9647       ;;
9648
9649     openbsd*)
9650       if test -f /usr/libexec/ld.so; then
9651         hardcode_direct=yes
9652         hardcode_shlibpath_var=no
9653         hardcode_direct_absolute=yes
9654         if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9655           archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9656           archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9657           hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9658           export_dynamic_flag_spec='${wl}-E'
9659         else
9660           case $host_os in
9661            openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9662              archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9663              hardcode_libdir_flag_spec='-R$libdir'
9664              ;;
9665            *)
9666              archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9667              hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9668              ;;
9669           esac
9670         fi
9671       else
9672         ld_shlibs=no
9673       fi
9674       ;;
9675
9676     os2*)
9677       hardcode_libdir_flag_spec='-L$libdir'
9678       hardcode_minus_L=yes
9679       allow_undefined_flag=unsupported
9680       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'
9681       old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9682       ;;
9683
9684     osf3*)
9685       if test "$GCC" = yes; then
9686         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9687         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'
9688       else
9689         allow_undefined_flag=' -expect_unresolved \*'
9690         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'
9691       fi
9692       archive_cmds_need_lc='no'
9693       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9694       hardcode_libdir_separator=:
9695       ;;
9696
9697     osf4* | osf5*)      # as osf3* with the addition of -msym flag
9698       if test "$GCC" = yes; then
9699         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9700         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'
9701         hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9702       else
9703         allow_undefined_flag=' -expect_unresolved \*'
9704         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'
9705         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~
9706         $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'
9707
9708         # Both c and cxx compiler support -rpath directly
9709         hardcode_libdir_flag_spec='-rpath $libdir'
9710       fi
9711       archive_cmds_need_lc='no'
9712       hardcode_libdir_separator=:
9713       ;;
9714
9715     solaris*)
9716       no_undefined_flag=' -z defs'
9717       if test "$GCC" = yes; then
9718         wlarc='${wl}'
9719         archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9720         archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9721           $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9722       else
9723         case `$CC -V 2>&1` in
9724         *"Compilers 5.0"*)
9725           wlarc=''
9726           archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9727           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9728           $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9729           ;;
9730         *)
9731           wlarc='${wl}'
9732           archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9733           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9734           $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9735           ;;
9736         esac
9737       fi
9738       hardcode_libdir_flag_spec='-R$libdir'
9739       hardcode_shlibpath_var=no
9740       case $host_os in
9741       solaris2.[0-5] | solaris2.[0-5].*) ;;
9742       *)
9743         # The compiler driver will combine and reorder linker options,
9744         # but understands `-z linker_flag'.  GCC discards it without `$wl',
9745         # but is careful enough not to reorder.
9746         # Supported since Solaris 2.6 (maybe 2.5.1?)
9747         if test "$GCC" = yes; then
9748           whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9749         else
9750           whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9751         fi
9752         ;;
9753       esac
9754       link_all_deplibs=yes
9755       ;;
9756
9757     sunos4*)
9758       if test "x$host_vendor" = xsequent; then
9759         # Use $CC to link under sequent, because it throws in some extra .o
9760         # files that make .init and .fini sections work.
9761         archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9762       else
9763         archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9764       fi
9765       hardcode_libdir_flag_spec='-L$libdir'
9766       hardcode_direct=yes
9767       hardcode_minus_L=yes
9768       hardcode_shlibpath_var=no
9769       ;;
9770
9771     sysv4)
9772       case $host_vendor in
9773         sni)
9774           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9775           hardcode_direct=yes # is this really true???
9776         ;;
9777         siemens)
9778           ## LD is ld it makes a PLAMLIB
9779           ## CC just makes a GrossModule.
9780           archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9781           reload_cmds='$CC -r -o $output$reload_objs'
9782           hardcode_direct=no
9783         ;;
9784         motorola)
9785           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9786           hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9787         ;;
9788       esac
9789       runpath_var='LD_RUN_PATH'
9790       hardcode_shlibpath_var=no
9791       ;;
9792
9793     sysv4.3*)
9794       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9795       hardcode_shlibpath_var=no
9796       export_dynamic_flag_spec='-Bexport'
9797       ;;
9798
9799     sysv4*MP*)
9800       if test -d /usr/nec; then
9801         archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9802         hardcode_shlibpath_var=no
9803         runpath_var=LD_RUN_PATH
9804         hardcode_runpath_var=yes
9805         ld_shlibs=yes
9806       fi
9807       ;;
9808
9809     sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9810       no_undefined_flag='${wl}-z,text'
9811       archive_cmds_need_lc=no
9812       hardcode_shlibpath_var=no
9813       runpath_var='LD_RUN_PATH'
9814
9815       if test "$GCC" = yes; then
9816         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9817         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9818       else
9819         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9820         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9821       fi
9822       ;;
9823
9824     sysv5* | sco3.2v5* | sco5v6*)
9825       # Note: We can NOT use -z defs as we might desire, because we do not
9826       # link with -lc, and that would cause any symbols used from libc to
9827       # always be unresolved, which means just about no library would
9828       # ever link correctly.  If we're not using GNU ld we use -z text
9829       # though, which does catch some bad symbols but isn't as heavy-handed
9830       # as -z defs.
9831       no_undefined_flag='${wl}-z,text'
9832       allow_undefined_flag='${wl}-z,nodefs'
9833       archive_cmds_need_lc=no
9834       hardcode_shlibpath_var=no
9835       hardcode_libdir_flag_spec='${wl}-R,$libdir'
9836       hardcode_libdir_separator=':'
9837       link_all_deplibs=yes
9838       export_dynamic_flag_spec='${wl}-Bexport'
9839       runpath_var='LD_RUN_PATH'
9840
9841       if test "$GCC" = yes; then
9842         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9843         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9844       else
9845         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9846         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9847       fi
9848       ;;
9849
9850     uts4*)
9851       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9852       hardcode_libdir_flag_spec='-L$libdir'
9853       hardcode_shlibpath_var=no
9854       ;;
9855
9856     *)
9857       ld_shlibs=no
9858       ;;
9859     esac
9860
9861     if test x$host_vendor = xsni; then
9862       case $host in
9863       sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9864         export_dynamic_flag_spec='${wl}-Blargedynsym'
9865         ;;
9866       esac
9867     fi
9868   fi
9869
9870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9871 $as_echo "$ld_shlibs" >&6; }
9872 test "$ld_shlibs" = no && can_build_shared=no
9873
9874 with_gnu_ld=$with_gnu_ld
9875
9876
9877
9878
9879
9880
9881
9882
9883
9884
9885
9886
9887
9888
9889
9890 #
9891 # Do we need to explicitly link libc?
9892 #
9893 case "x$archive_cmds_need_lc" in
9894 x|xyes)
9895   # Assume -lc should be added
9896   archive_cmds_need_lc=yes
9897
9898   if test "$enable_shared" = yes && test "$GCC" = yes; then
9899     case $archive_cmds in
9900     *'~'*)
9901       # FIXME: we may have to deal with multi-command sequences.
9902       ;;
9903     '$CC '*)
9904       # Test whether the compiler implicitly links with -lc since on some
9905       # systems, -lgcc has to come before -lc. If gcc already passes -lc
9906       # to ld, don't add -lc before -lgcc.
9907       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9908 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9909 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9910   $as_echo_n "(cached) " >&6
9911 else
9912   $RM conftest*
9913         echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9914
9915         if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9916   (eval $ac_compile) 2>&5
9917   ac_status=$?
9918   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9919   test $ac_status = 0; } 2>conftest.err; then
9920           soname=conftest
9921           lib=conftest
9922           libobjs=conftest.$ac_objext
9923           deplibs=
9924           wl=$lt_prog_compiler_wl
9925           pic_flag=$lt_prog_compiler_pic
9926           compiler_flags=-v
9927           linker_flags=-v
9928           verstring=
9929           output_objdir=.
9930           libname=conftest
9931           lt_save_allow_undefined_flag=$allow_undefined_flag
9932           allow_undefined_flag=
9933           if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9934   (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9935   ac_status=$?
9936   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9937   test $ac_status = 0; }
9938           then
9939             lt_cv_archive_cmds_need_lc=no
9940           else
9941             lt_cv_archive_cmds_need_lc=yes
9942           fi
9943           allow_undefined_flag=$lt_save_allow_undefined_flag
9944         else
9945           cat conftest.err 1>&5
9946         fi
9947         $RM conftest*
9948
9949 fi
9950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9951 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9952       archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9953       ;;
9954     esac
9955   fi
9956   ;;
9957 esac
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
10115   { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10116 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10117
10118 if test "$GCC" = yes; then
10119   case $host_os in
10120     darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10121     *) lt_awk_arg="/^libraries:/" ;;
10122   esac
10123   case $host_os in
10124     mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10125     *) lt_sed_strip_eq="s,=/,/,g" ;;
10126   esac
10127   lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10128   case $lt_search_path_spec in
10129   *\;*)
10130     # if the path contains ";" then we assume it to be the separator
10131     # otherwise default to the standard path separator (i.e. ":") - it is
10132     # assumed that no part of a normal pathname contains ";" but that should
10133     # okay in the real world where ";" in dirpaths is itself problematic.
10134     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10135     ;;
10136   *)
10137     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10138     ;;
10139   esac
10140   # Ok, now we have the path, separated by spaces, we can step through it
10141   # and add multilib dir if necessary.
10142   lt_tmp_lt_search_path_spec=
10143   lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10144   for lt_sys_path in $lt_search_path_spec; do
10145     if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10146       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10147     else
10148       test -d "$lt_sys_path" && \
10149         lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10150     fi
10151   done
10152   lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10153 BEGIN {RS=" "; FS="/|\n";} {
10154   lt_foo="";
10155   lt_count=0;
10156   for (lt_i = NF; lt_i > 0; lt_i--) {
10157     if ($lt_i != "" && $lt_i != ".") {
10158       if ($lt_i == "..") {
10159         lt_count++;
10160       } else {
10161         if (lt_count == 0) {
10162           lt_foo="/" $lt_i lt_foo;
10163         } else {
10164           lt_count--;
10165         }
10166       }
10167     }
10168   }
10169   if (lt_foo != "") { lt_freq[lt_foo]++; }
10170   if (lt_freq[lt_foo] == 1) { print lt_foo; }
10171 }'`
10172   # AWK program above erroneously prepends '/' to C:/dos/paths
10173   # for these hosts.
10174   case $host_os in
10175     mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10176       $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10177   esac
10178   sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10179 else
10180   sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10181 fi
10182 library_names_spec=
10183 libname_spec='lib$name'
10184 soname_spec=
10185 shrext_cmds=".so"
10186 postinstall_cmds=
10187 postuninstall_cmds=
10188 finish_cmds=
10189 finish_eval=
10190 shlibpath_var=
10191 shlibpath_overrides_runpath=unknown
10192 version_type=none
10193 dynamic_linker="$host_os ld.so"
10194 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10195 need_lib_prefix=unknown
10196 hardcode_into_libs=no
10197
10198 # when you set need_version to no, make sure it does not cause -set_version
10199 # flags to be left without arguments
10200 need_version=unknown
10201
10202 case $host_os in
10203 aix3*)
10204   version_type=linux
10205   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10206   shlibpath_var=LIBPATH
10207
10208   # AIX 3 has no versioning support, so we append a major version to the name.
10209   soname_spec='${libname}${release}${shared_ext}$major'
10210   ;;
10211
10212 aix[4-9]*)
10213   version_type=linux
10214   need_lib_prefix=no
10215   need_version=no
10216   hardcode_into_libs=yes
10217   if test "$host_cpu" = ia64; then
10218     # AIX 5 supports IA64
10219     library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10220     shlibpath_var=LD_LIBRARY_PATH
10221   else
10222     # With GCC up to 2.95.x, collect2 would create an import file
10223     # for dependence libraries.  The import file would start with
10224     # the line `#! .'.  This would cause the generated library to
10225     # depend on `.', always an invalid library.  This was fixed in
10226     # development snapshots of GCC prior to 3.0.
10227     case $host_os in
10228       aix4 | aix4.[01] | aix4.[01].*)
10229       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10230            echo ' yes '
10231            echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10232         :
10233       else
10234         can_build_shared=no
10235       fi
10236       ;;
10237     esac
10238     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10239     # soname into executable. Probably we can add versioning support to
10240     # collect2, so additional links can be useful in future.
10241     if test "$aix_use_runtimelinking" = yes; then
10242       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10243       # instead of lib<name>.a to let people know that these are not
10244       # typical AIX shared libraries.
10245       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10246     else
10247       # We preserve .a as extension for shared libraries through AIX4.2
10248       # and later when we are not doing run time linking.
10249       library_names_spec='${libname}${release}.a $libname.a'
10250       soname_spec='${libname}${release}${shared_ext}$major'
10251     fi
10252     shlibpath_var=LIBPATH
10253   fi
10254   ;;
10255
10256 amigaos*)
10257   case $host_cpu in
10258   powerpc)
10259     # Since July 2007 AmigaOS4 officially supports .so libraries.
10260     # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10261     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10262     ;;
10263   m68k)
10264     library_names_spec='$libname.ixlibrary $libname.a'
10265     # Create ${libname}_ixlibrary.a entries in /sys/libs.
10266     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'
10267     ;;
10268   esac
10269   ;;
10270
10271 beos*)
10272   library_names_spec='${libname}${shared_ext}'
10273   dynamic_linker="$host_os ld.so"
10274   shlibpath_var=LIBRARY_PATH
10275   ;;
10276
10277 bsdi[45]*)
10278   version_type=linux
10279   need_version=no
10280   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10281   soname_spec='${libname}${release}${shared_ext}$major'
10282   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10283   shlibpath_var=LD_LIBRARY_PATH
10284   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10285   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10286   # the default ld.so.conf also contains /usr/contrib/lib and
10287   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10288   # libtool to hard-code these into programs
10289   ;;
10290
10291 cygwin* | mingw* | pw32* | cegcc*)
10292   version_type=windows
10293   shrext_cmds=".dll"
10294   need_version=no
10295   need_lib_prefix=no
10296
10297   case $GCC,$host_os in
10298   yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10299     library_names_spec='$libname.dll.a'
10300     # DLL is installed to $(libdir)/../bin by postinstall_cmds
10301     postinstall_cmds='base_file=`basename \${file}`~
10302       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10303       dldir=$destdir/`dirname \$dlpath`~
10304       test -d \$dldir || mkdir -p \$dldir~
10305       $install_prog $dir/$dlname \$dldir/$dlname~
10306       chmod a+x \$dldir/$dlname~
10307       if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10308         eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10309       fi'
10310     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10311       dlpath=$dir/\$dldll~
10312        $RM \$dlpath'
10313     shlibpath_overrides_runpath=yes
10314
10315     case $host_os in
10316     cygwin*)
10317       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10318       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10319
10320       sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10321       ;;
10322     mingw* | cegcc*)
10323       # MinGW DLLs use traditional 'lib' prefix
10324       soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10325       ;;
10326     pw32*)
10327       # pw32 DLLs use 'pw' prefix rather than 'lib'
10328       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10329       ;;
10330     esac
10331     ;;
10332
10333   *)
10334     library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10335     ;;
10336   esac
10337   dynamic_linker='Win32 ld.exe'
10338   # FIXME: first we should search . and the directory the executable is in
10339   shlibpath_var=PATH
10340   ;;
10341
10342 darwin* | rhapsody*)
10343   dynamic_linker="$host_os dyld"
10344   version_type=darwin
10345   need_lib_prefix=no
10346   need_version=no
10347   library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10348   soname_spec='${libname}${release}${major}$shared_ext'
10349   shlibpath_overrides_runpath=yes
10350   shlibpath_var=DYLD_LIBRARY_PATH
10351   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10352
10353   sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10354   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10355   ;;
10356
10357 dgux*)
10358   version_type=linux
10359   need_lib_prefix=no
10360   need_version=no
10361   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10362   soname_spec='${libname}${release}${shared_ext}$major'
10363   shlibpath_var=LD_LIBRARY_PATH
10364   ;;
10365
10366 freebsd* | dragonfly*)
10367   # DragonFly does not have aout.  When/if they implement a new
10368   # versioning mechanism, adjust this.
10369   if test -x /usr/bin/objformat; then
10370     objformat=`/usr/bin/objformat`
10371   else
10372     case $host_os in
10373     freebsd[23].*) objformat=aout ;;
10374     *) objformat=elf ;;
10375     esac
10376   fi
10377   version_type=freebsd-$objformat
10378   case $version_type in
10379     freebsd-elf*)
10380       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10381       need_version=no
10382       need_lib_prefix=no
10383       ;;
10384     freebsd-*)
10385       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10386       need_version=yes
10387       ;;
10388   esac
10389   shlibpath_var=LD_LIBRARY_PATH
10390   case $host_os in
10391   freebsd2.*)
10392     shlibpath_overrides_runpath=yes
10393     ;;
10394   freebsd3.[01]* | freebsdelf3.[01]*)
10395     shlibpath_overrides_runpath=yes
10396     hardcode_into_libs=yes
10397     ;;
10398   freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10399   freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10400     shlibpath_overrides_runpath=no
10401     hardcode_into_libs=yes
10402     ;;
10403   *) # from 4.6 on, and DragonFly
10404     shlibpath_overrides_runpath=yes
10405     hardcode_into_libs=yes
10406     ;;
10407   esac
10408   ;;
10409
10410 gnu*)
10411   version_type=linux
10412   need_lib_prefix=no
10413   need_version=no
10414   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10415   soname_spec='${libname}${release}${shared_ext}$major'
10416   shlibpath_var=LD_LIBRARY_PATH
10417   hardcode_into_libs=yes
10418   ;;
10419
10420 haiku*)
10421   version_type=linux
10422   need_lib_prefix=no
10423   need_version=no
10424   dynamic_linker="$host_os runtime_loader"
10425   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10426   soname_spec='${libname}${release}${shared_ext}$major'
10427   shlibpath_var=LIBRARY_PATH
10428   shlibpath_overrides_runpath=yes
10429   sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10430   hardcode_into_libs=yes
10431   ;;
10432
10433 hpux9* | hpux10* | hpux11*)
10434   # Give a soname corresponding to the major version so that dld.sl refuses to
10435   # link against other versions.
10436   version_type=sunos
10437   need_lib_prefix=no
10438   need_version=no
10439   case $host_cpu in
10440   ia64*)
10441     shrext_cmds='.so'
10442     hardcode_into_libs=yes
10443     dynamic_linker="$host_os dld.so"
10444     shlibpath_var=LD_LIBRARY_PATH
10445     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10446     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10447     soname_spec='${libname}${release}${shared_ext}$major'
10448     if test "X$HPUX_IA64_MODE" = X32; then
10449       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10450     else
10451       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10452     fi
10453     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10454     ;;
10455   hppa*64*)
10456     shrext_cmds='.sl'
10457     hardcode_into_libs=yes
10458     dynamic_linker="$host_os dld.sl"
10459     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10460     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10461     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10462     soname_spec='${libname}${release}${shared_ext}$major'
10463     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10464     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10465     ;;
10466   *)
10467     shrext_cmds='.sl'
10468     dynamic_linker="$host_os dld.sl"
10469     shlibpath_var=SHLIB_PATH
10470     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10471     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10472     soname_spec='${libname}${release}${shared_ext}$major'
10473     ;;
10474   esac
10475   # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10476   postinstall_cmds='chmod 555 $lib'
10477   # or fails outright, so override atomically:
10478   install_override_mode=555
10479   ;;
10480
10481 interix[3-9]*)
10482   version_type=linux
10483   need_lib_prefix=no
10484   need_version=no
10485   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10486   soname_spec='${libname}${release}${shared_ext}$major'
10487   dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10488   shlibpath_var=LD_LIBRARY_PATH
10489   shlibpath_overrides_runpath=no
10490   hardcode_into_libs=yes
10491   ;;
10492
10493 irix5* | irix6* | nonstopux*)
10494   case $host_os in
10495     nonstopux*) version_type=nonstopux ;;
10496     *)
10497         if test "$lt_cv_prog_gnu_ld" = yes; then
10498                 version_type=linux
10499         else
10500                 version_type=irix
10501         fi ;;
10502   esac
10503   need_lib_prefix=no
10504   need_version=no
10505   soname_spec='${libname}${release}${shared_ext}$major'
10506   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10507   case $host_os in
10508   irix5* | nonstopux*)
10509     libsuff= shlibsuff=
10510     ;;
10511   *)
10512     case $LD in # libtool.m4 will add one of these switches to LD
10513     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10514       libsuff= shlibsuff= libmagic=32-bit;;
10515     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10516       libsuff=32 shlibsuff=N32 libmagic=N32;;
10517     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10518       libsuff=64 shlibsuff=64 libmagic=64-bit;;
10519     *) libsuff= shlibsuff= libmagic=never-match;;
10520     esac
10521     ;;
10522   esac
10523   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10524   shlibpath_overrides_runpath=no
10525   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10526   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10527   hardcode_into_libs=yes
10528   ;;
10529
10530 # No shared lib support for Linux oldld, aout, or coff.
10531 linux*oldld* | linux*aout* | linux*coff*)
10532   dynamic_linker=no
10533   ;;
10534
10535 # This must be Linux ELF.
10536 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10537   version_type=linux
10538   need_lib_prefix=no
10539   need_version=no
10540   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10541   soname_spec='${libname}${release}${shared_ext}$major'
10542   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10543   shlibpath_var=LD_LIBRARY_PATH
10544   shlibpath_overrides_runpath=no
10545
10546   # Some binutils ld are patched to set DT_RUNPATH
10547   if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10548   $as_echo_n "(cached) " >&6
10549 else
10550   lt_cv_shlibpath_overrides_runpath=no
10551     save_LDFLAGS=$LDFLAGS
10552     save_libdir=$libdir
10553     eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10554          LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10555     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10556 /* end confdefs.h.  */
10557
10558 int
10559 main ()
10560 {
10561
10562   ;
10563   return 0;
10564 }
10565 _ACEOF
10566 if ac_fn_c_try_link "$LINENO"; then :
10567   if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10568   lt_cv_shlibpath_overrides_runpath=yes
10569 fi
10570 fi
10571 rm -f core conftest.err conftest.$ac_objext \
10572     conftest$ac_exeext conftest.$ac_ext
10573     LDFLAGS=$save_LDFLAGS
10574     libdir=$save_libdir
10575
10576 fi
10577
10578   shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10579
10580   # This implies no fast_install, which is unacceptable.
10581   # Some rework will be needed to allow for fast_install
10582   # before this can be enabled.
10583   hardcode_into_libs=yes
10584
10585   # Append ld.so.conf contents to the search path
10586   if test -f /etc/ld.so.conf; then
10587     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' ' '`
10588     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10589   fi
10590
10591   # We used to test for /lib/ld.so.1 and disable shared libraries on
10592   # powerpc, because MkLinux only supported shared libraries with the
10593   # GNU dynamic linker.  Since this was broken with cross compilers,
10594   # most powerpc-linux boxes support dynamic linking these days and
10595   # people can always --disable-shared, the test was removed, and we
10596   # assume the GNU/Linux dynamic linker is in use.
10597   dynamic_linker='GNU/Linux ld.so'
10598   ;;
10599
10600 netbsd*)
10601   version_type=sunos
10602   need_lib_prefix=no
10603   need_version=no
10604   if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10605     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10606     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10607     dynamic_linker='NetBSD (a.out) ld.so'
10608   else
10609     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10610     soname_spec='${libname}${release}${shared_ext}$major'
10611     dynamic_linker='NetBSD ld.elf_so'
10612   fi
10613   shlibpath_var=LD_LIBRARY_PATH
10614   shlibpath_overrides_runpath=yes
10615   hardcode_into_libs=yes
10616   ;;
10617
10618 newsos6)
10619   version_type=linux
10620   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10621   shlibpath_var=LD_LIBRARY_PATH
10622   shlibpath_overrides_runpath=yes
10623   ;;
10624
10625 *nto* | *qnx*)
10626   version_type=qnx
10627   need_lib_prefix=no
10628   need_version=no
10629   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10630   soname_spec='${libname}${release}${shared_ext}$major'
10631   shlibpath_var=LD_LIBRARY_PATH
10632   shlibpath_overrides_runpath=no
10633   hardcode_into_libs=yes
10634   dynamic_linker='ldqnx.so'
10635   ;;
10636
10637 openbsd*)
10638   version_type=sunos
10639   sys_lib_dlsearch_path_spec="/usr/lib"
10640   need_lib_prefix=no
10641   # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10642   case $host_os in
10643     openbsd3.3 | openbsd3.3.*)  need_version=yes ;;
10644     *)                          need_version=no  ;;
10645   esac
10646   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10647   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10648   shlibpath_var=LD_LIBRARY_PATH
10649   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10650     case $host_os in
10651       openbsd2.[89] | openbsd2.[89].*)
10652         shlibpath_overrides_runpath=no
10653         ;;
10654       *)
10655         shlibpath_overrides_runpath=yes
10656         ;;
10657       esac
10658   else
10659     shlibpath_overrides_runpath=yes
10660   fi
10661   ;;
10662
10663 os2*)
10664   libname_spec='$name'
10665   shrext_cmds=".dll"
10666   need_lib_prefix=no
10667   library_names_spec='$libname${shared_ext} $libname.a'
10668   dynamic_linker='OS/2 ld.exe'
10669   shlibpath_var=LIBPATH
10670   ;;
10671
10672 osf3* | osf4* | osf5*)
10673   version_type=osf
10674   need_lib_prefix=no
10675   need_version=no
10676   soname_spec='${libname}${release}${shared_ext}$major'
10677   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10678   shlibpath_var=LD_LIBRARY_PATH
10679   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10680   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10681   ;;
10682
10683 rdos*)
10684   dynamic_linker=no
10685   ;;
10686
10687 solaris*)
10688   version_type=linux
10689   need_lib_prefix=no
10690   need_version=no
10691   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10692   soname_spec='${libname}${release}${shared_ext}$major'
10693   shlibpath_var=LD_LIBRARY_PATH
10694   shlibpath_overrides_runpath=yes
10695   hardcode_into_libs=yes
10696   # ldd complains unless libraries are executable
10697   postinstall_cmds='chmod +x $lib'
10698   ;;
10699
10700 sunos4*)
10701   version_type=sunos
10702   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10703   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10704   shlibpath_var=LD_LIBRARY_PATH
10705   shlibpath_overrides_runpath=yes
10706   if test "$with_gnu_ld" = yes; then
10707     need_lib_prefix=no
10708   fi
10709   need_version=yes
10710   ;;
10711
10712 sysv4 | sysv4.3*)
10713   version_type=linux
10714   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10715   soname_spec='${libname}${release}${shared_ext}$major'
10716   shlibpath_var=LD_LIBRARY_PATH
10717   case $host_vendor in
10718     sni)
10719       shlibpath_overrides_runpath=no
10720       need_lib_prefix=no
10721       runpath_var=LD_RUN_PATH
10722       ;;
10723     siemens)
10724       need_lib_prefix=no
10725       ;;
10726     motorola)
10727       need_lib_prefix=no
10728       need_version=no
10729       shlibpath_overrides_runpath=no
10730       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10731       ;;
10732   esac
10733   ;;
10734
10735 sysv4*MP*)
10736   if test -d /usr/nec ;then
10737     version_type=linux
10738     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10739     soname_spec='$libname${shared_ext}.$major'
10740     shlibpath_var=LD_LIBRARY_PATH
10741   fi
10742   ;;
10743
10744 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10745   version_type=freebsd-elf
10746   need_lib_prefix=no
10747   need_version=no
10748   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10749   soname_spec='${libname}${release}${shared_ext}$major'
10750   shlibpath_var=LD_LIBRARY_PATH
10751   shlibpath_overrides_runpath=yes
10752   hardcode_into_libs=yes
10753   if test "$with_gnu_ld" = yes; then
10754     sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10755   else
10756     sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10757     case $host_os in
10758       sco3.2v5*)
10759         sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10760         ;;
10761     esac
10762   fi
10763   sys_lib_dlsearch_path_spec='/usr/lib'
10764   ;;
10765
10766 tpf*)
10767   # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
10768   version_type=linux
10769   need_lib_prefix=no
10770   need_version=no
10771   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10772   shlibpath_var=LD_LIBRARY_PATH
10773   shlibpath_overrides_runpath=no
10774   hardcode_into_libs=yes
10775   ;;
10776
10777 uts4*)
10778   version_type=linux
10779   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10780   soname_spec='${libname}${release}${shared_ext}$major'
10781   shlibpath_var=LD_LIBRARY_PATH
10782   ;;
10783
10784 *)
10785   dynamic_linker=no
10786   ;;
10787 esac
10788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10789 $as_echo "$dynamic_linker" >&6; }
10790 test "$dynamic_linker" = no && can_build_shared=no
10791
10792 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10793 if test "$GCC" = yes; then
10794   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10795 fi
10796
10797 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10798   sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10799 fi
10800 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10801   sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10802 fi
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
10895   { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10896 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10897 hardcode_action=
10898 if test -n "$hardcode_libdir_flag_spec" ||
10899    test -n "$runpath_var" ||
10900    test "X$hardcode_automatic" = "Xyes" ; then
10901
10902   # We can hardcode non-existent directories.
10903   if test "$hardcode_direct" != no &&
10904      # If the only mechanism to avoid hardcoding is shlibpath_var, we
10905      # have to relink, otherwise we might link with an installed library
10906      # when we should be linking with a yet-to-be-installed one
10907      ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10908      test "$hardcode_minus_L" != no; then
10909     # Linking always hardcodes the temporary library directory.
10910     hardcode_action=relink
10911   else
10912     # We can link without hardcoding, and we can hardcode nonexisting dirs.
10913     hardcode_action=immediate
10914   fi
10915 else
10916   # We cannot hardcode anything, or else we can only hardcode existing
10917   # directories.
10918   hardcode_action=unsupported
10919 fi
10920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10921 $as_echo "$hardcode_action" >&6; }
10922
10923 if test "$hardcode_action" = relink ||
10924    test "$inherit_rpath" = yes; then
10925   # Fast installation is not supported
10926   enable_fast_install=no
10927 elif test "$shlibpath_overrides_runpath" = yes ||
10928      test "$enable_shared" = no; then
10929   # Fast installation is not necessary
10930   enable_fast_install=needless
10931 fi
10932
10933
10934
10935
10936
10937
10938   if test "x$enable_dlopen" != xyes; then
10939   enable_dlopen=unknown
10940   enable_dlopen_self=unknown
10941   enable_dlopen_self_static=unknown
10942 else
10943   lt_cv_dlopen=no
10944   lt_cv_dlopen_libs=
10945
10946   case $host_os in
10947   beos*)
10948     lt_cv_dlopen="load_add_on"
10949     lt_cv_dlopen_libs=
10950     lt_cv_dlopen_self=yes
10951     ;;
10952
10953   mingw* | pw32* | cegcc*)
10954     lt_cv_dlopen="LoadLibrary"
10955     lt_cv_dlopen_libs=
10956     ;;
10957
10958   cygwin*)
10959     lt_cv_dlopen="dlopen"
10960     lt_cv_dlopen_libs=
10961     ;;
10962
10963   darwin*)
10964   # if libdl is installed we need to link against it
10965     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10966 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10967 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10968   $as_echo_n "(cached) " >&6
10969 else
10970   ac_check_lib_save_LIBS=$LIBS
10971 LIBS="-ldl  $LIBS"
10972 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10973 /* end confdefs.h.  */
10974
10975 /* Override any GCC internal prototype to avoid an error.
10976    Use char because int might match the return type of a GCC
10977    builtin and then its argument prototype would still apply.  */
10978 #ifdef __cplusplus
10979 extern "C"
10980 #endif
10981 char dlopen ();
10982 int
10983 main ()
10984 {
10985 return dlopen ();
10986   ;
10987   return 0;
10988 }
10989 _ACEOF
10990 if ac_fn_c_try_link "$LINENO"; then :
10991   ac_cv_lib_dl_dlopen=yes
10992 else
10993   ac_cv_lib_dl_dlopen=no
10994 fi
10995 rm -f core conftest.err conftest.$ac_objext \
10996     conftest$ac_exeext conftest.$ac_ext
10997 LIBS=$ac_check_lib_save_LIBS
10998 fi
10999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11000 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11001 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11002   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11003 else
11004
11005     lt_cv_dlopen="dyld"
11006     lt_cv_dlopen_libs=
11007     lt_cv_dlopen_self=yes
11008
11009 fi
11010
11011     ;;
11012
11013   *)
11014     ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11015 if test "x$ac_cv_func_shl_load" = x""yes; then :
11016   lt_cv_dlopen="shl_load"
11017 else
11018   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11019 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11020 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
11021   $as_echo_n "(cached) " >&6
11022 else
11023   ac_check_lib_save_LIBS=$LIBS
11024 LIBS="-ldld  $LIBS"
11025 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11026 /* end confdefs.h.  */
11027
11028 /* Override any GCC internal prototype to avoid an error.
11029    Use char because int might match the return type of a GCC
11030    builtin and then its argument prototype would still apply.  */
11031 #ifdef __cplusplus
11032 extern "C"
11033 #endif
11034 char shl_load ();
11035 int
11036 main ()
11037 {
11038 return shl_load ();
11039   ;
11040   return 0;
11041 }
11042 _ACEOF
11043 if ac_fn_c_try_link "$LINENO"; then :
11044   ac_cv_lib_dld_shl_load=yes
11045 else
11046   ac_cv_lib_dld_shl_load=no
11047 fi
11048 rm -f core conftest.err conftest.$ac_objext \
11049     conftest$ac_exeext conftest.$ac_ext
11050 LIBS=$ac_check_lib_save_LIBS
11051 fi
11052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11053 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11054 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
11055   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11056 else
11057   ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11058 if test "x$ac_cv_func_dlopen" = x""yes; then :
11059   lt_cv_dlopen="dlopen"
11060 else
11061   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11062 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11063 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11064   $as_echo_n "(cached) " >&6
11065 else
11066   ac_check_lib_save_LIBS=$LIBS
11067 LIBS="-ldl  $LIBS"
11068 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11069 /* end confdefs.h.  */
11070
11071 /* Override any GCC internal prototype to avoid an error.
11072    Use char because int might match the return type of a GCC
11073    builtin and then its argument prototype would still apply.  */
11074 #ifdef __cplusplus
11075 extern "C"
11076 #endif
11077 char dlopen ();
11078 int
11079 main ()
11080 {
11081 return dlopen ();
11082   ;
11083   return 0;
11084 }
11085 _ACEOF
11086 if ac_fn_c_try_link "$LINENO"; then :
11087   ac_cv_lib_dl_dlopen=yes
11088 else
11089   ac_cv_lib_dl_dlopen=no
11090 fi
11091 rm -f core conftest.err conftest.$ac_objext \
11092     conftest$ac_exeext conftest.$ac_ext
11093 LIBS=$ac_check_lib_save_LIBS
11094 fi
11095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11096 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11097 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11098   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11099 else
11100   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11101 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11102 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
11103   $as_echo_n "(cached) " >&6
11104 else
11105   ac_check_lib_save_LIBS=$LIBS
11106 LIBS="-lsvld  $LIBS"
11107 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11108 /* end confdefs.h.  */
11109
11110 /* Override any GCC internal prototype to avoid an error.
11111    Use char because int might match the return type of a GCC
11112    builtin and then its argument prototype would still apply.  */
11113 #ifdef __cplusplus
11114 extern "C"
11115 #endif
11116 char dlopen ();
11117 int
11118 main ()
11119 {
11120 return dlopen ();
11121   ;
11122   return 0;
11123 }
11124 _ACEOF
11125 if ac_fn_c_try_link "$LINENO"; then :
11126   ac_cv_lib_svld_dlopen=yes
11127 else
11128   ac_cv_lib_svld_dlopen=no
11129 fi
11130 rm -f core conftest.err conftest.$ac_objext \
11131     conftest$ac_exeext conftest.$ac_ext
11132 LIBS=$ac_check_lib_save_LIBS
11133 fi
11134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11135 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11136 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
11137   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11138 else
11139   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11140 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11141 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
11142   $as_echo_n "(cached) " >&6
11143 else
11144   ac_check_lib_save_LIBS=$LIBS
11145 LIBS="-ldld  $LIBS"
11146 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11147 /* end confdefs.h.  */
11148
11149 /* Override any GCC internal prototype to avoid an error.
11150    Use char because int might match the return type of a GCC
11151    builtin and then its argument prototype would still apply.  */
11152 #ifdef __cplusplus
11153 extern "C"
11154 #endif
11155 char dld_link ();
11156 int
11157 main ()
11158 {
11159 return dld_link ();
11160   ;
11161   return 0;
11162 }
11163 _ACEOF
11164 if ac_fn_c_try_link "$LINENO"; then :
11165   ac_cv_lib_dld_dld_link=yes
11166 else
11167   ac_cv_lib_dld_dld_link=no
11168 fi
11169 rm -f core conftest.err conftest.$ac_objext \
11170     conftest$ac_exeext conftest.$ac_ext
11171 LIBS=$ac_check_lib_save_LIBS
11172 fi
11173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11174 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11175 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
11176   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11177 fi
11178
11179
11180 fi
11181
11182
11183 fi
11184
11185
11186 fi
11187
11188
11189 fi
11190
11191
11192 fi
11193
11194     ;;
11195   esac
11196
11197   if test "x$lt_cv_dlopen" != xno; then
11198     enable_dlopen=yes
11199   else
11200     enable_dlopen=no
11201   fi
11202
11203   case $lt_cv_dlopen in
11204   dlopen)
11205     save_CPPFLAGS="$CPPFLAGS"
11206     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11207
11208     save_LDFLAGS="$LDFLAGS"
11209     wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11210
11211     save_LIBS="$LIBS"
11212     LIBS="$lt_cv_dlopen_libs $LIBS"
11213
11214     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11215 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11216 if test "${lt_cv_dlopen_self+set}" = set; then :
11217   $as_echo_n "(cached) " >&6
11218 else
11219           if test "$cross_compiling" = yes; then :
11220   lt_cv_dlopen_self=cross
11221 else
11222   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11223   lt_status=$lt_dlunknown
11224   cat > conftest.$ac_ext <<_LT_EOF
11225 #line 11225 "configure"
11226 #include "confdefs.h"
11227
11228 #if HAVE_DLFCN_H
11229 #include <dlfcn.h>
11230 #endif
11231
11232 #include <stdio.h>
11233
11234 #ifdef RTLD_GLOBAL
11235 #  define LT_DLGLOBAL           RTLD_GLOBAL
11236 #else
11237 #  ifdef DL_GLOBAL
11238 #    define LT_DLGLOBAL         DL_GLOBAL
11239 #  else
11240 #    define LT_DLGLOBAL         0
11241 #  endif
11242 #endif
11243
11244 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11245    find out it does not work in some platform. */
11246 #ifndef LT_DLLAZY_OR_NOW
11247 #  ifdef RTLD_LAZY
11248 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
11249 #  else
11250 #    ifdef DL_LAZY
11251 #      define LT_DLLAZY_OR_NOW          DL_LAZY
11252 #    else
11253 #      ifdef RTLD_NOW
11254 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
11255 #      else
11256 #        ifdef DL_NOW
11257 #          define LT_DLLAZY_OR_NOW      DL_NOW
11258 #        else
11259 #          define LT_DLLAZY_OR_NOW      0
11260 #        endif
11261 #      endif
11262 #    endif
11263 #  endif
11264 #endif
11265
11266 /* When -fvisbility=hidden is used, assume the code has been annotated
11267    correspondingly for the symbols needed.  */
11268 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11269 void fnord () __attribute__((visibility("default")));
11270 #endif
11271
11272 void fnord () { int i=42; }
11273 int main ()
11274 {
11275   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11276   int status = $lt_dlunknown;
11277
11278   if (self)
11279     {
11280       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
11281       else
11282         {
11283           if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
11284           else puts (dlerror ());
11285         }
11286       /* dlclose (self); */
11287     }
11288   else
11289     puts (dlerror ());
11290
11291   return status;
11292 }
11293 _LT_EOF
11294   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11295   (eval $ac_link) 2>&5
11296   ac_status=$?
11297   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11298   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11299     (./conftest; exit; ) >&5 2>/dev/null
11300     lt_status=$?
11301     case x$lt_status in
11302       x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11303       x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11304       x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11305     esac
11306   else :
11307     # compilation failed
11308     lt_cv_dlopen_self=no
11309   fi
11310 fi
11311 rm -fr conftest*
11312
11313
11314 fi
11315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11316 $as_echo "$lt_cv_dlopen_self" >&6; }
11317
11318     if test "x$lt_cv_dlopen_self" = xyes; then
11319       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11320       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11321 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11322 if test "${lt_cv_dlopen_self_static+set}" = set; then :
11323   $as_echo_n "(cached) " >&6
11324 else
11325           if test "$cross_compiling" = yes; then :
11326   lt_cv_dlopen_self_static=cross
11327 else
11328   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11329   lt_status=$lt_dlunknown
11330   cat > conftest.$ac_ext <<_LT_EOF
11331 #line 11331 "configure"
11332 #include "confdefs.h"
11333
11334 #if HAVE_DLFCN_H
11335 #include <dlfcn.h>
11336 #endif
11337
11338 #include <stdio.h>
11339
11340 #ifdef RTLD_GLOBAL
11341 #  define LT_DLGLOBAL           RTLD_GLOBAL
11342 #else
11343 #  ifdef DL_GLOBAL
11344 #    define LT_DLGLOBAL         DL_GLOBAL
11345 #  else
11346 #    define LT_DLGLOBAL         0
11347 #  endif
11348 #endif
11349
11350 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11351    find out it does not work in some platform. */
11352 #ifndef LT_DLLAZY_OR_NOW
11353 #  ifdef RTLD_LAZY
11354 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
11355 #  else
11356 #    ifdef DL_LAZY
11357 #      define LT_DLLAZY_OR_NOW          DL_LAZY
11358 #    else
11359 #      ifdef RTLD_NOW
11360 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
11361 #      else
11362 #        ifdef DL_NOW
11363 #          define LT_DLLAZY_OR_NOW      DL_NOW
11364 #        else
11365 #          define LT_DLLAZY_OR_NOW      0
11366 #        endif
11367 #      endif
11368 #    endif
11369 #  endif
11370 #endif
11371
11372 /* When -fvisbility=hidden is used, assume the code has been annotated
11373    correspondingly for the symbols needed.  */
11374 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11375 void fnord () __attribute__((visibility("default")));
11376 #endif
11377
11378 void fnord () { int i=42; }
11379 int main ()
11380 {
11381   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11382   int status = $lt_dlunknown;
11383
11384   if (self)
11385     {
11386       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
11387       else
11388         {
11389           if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
11390           else puts (dlerror ());
11391         }
11392       /* dlclose (self); */
11393     }
11394   else
11395     puts (dlerror ());
11396
11397   return status;
11398 }
11399 _LT_EOF
11400   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11401   (eval $ac_link) 2>&5
11402   ac_status=$?
11403   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11404   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11405     (./conftest; exit; ) >&5 2>/dev/null
11406     lt_status=$?
11407     case x$lt_status in
11408       x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11409       x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11410       x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11411     esac
11412   else :
11413     # compilation failed
11414     lt_cv_dlopen_self_static=no
11415   fi
11416 fi
11417 rm -fr conftest*
11418
11419
11420 fi
11421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11422 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11423     fi
11424
11425     CPPFLAGS="$save_CPPFLAGS"
11426     LDFLAGS="$save_LDFLAGS"
11427     LIBS="$save_LIBS"
11428     ;;
11429   esac
11430
11431   case $lt_cv_dlopen_self in
11432   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11433   *) enable_dlopen_self=unknown ;;
11434   esac
11435
11436   case $lt_cv_dlopen_self_static in
11437   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11438   *) enable_dlopen_self_static=unknown ;;
11439   esac
11440 fi
11441
11442
11443
11444
11445
11446
11447
11448
11449
11450
11451
11452
11453
11454
11455
11456
11457
11458 striplib=
11459 old_striplib=
11460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11461 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11462 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11463   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11464   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11465   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11466 $as_echo "yes" >&6; }
11467 else
11468 # FIXME - insert some real tests, host_os isn't really good enough
11469   case $host_os in
11470   darwin*)
11471     if test -n "$STRIP" ; then
11472       striplib="$STRIP -x"
11473       old_striplib="$STRIP -S"
11474       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11475 $as_echo "yes" >&6; }
11476     else
11477       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11478 $as_echo "no" >&6; }
11479     fi
11480     ;;
11481   *)
11482     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11483 $as_echo "no" >&6; }
11484     ;;
11485   esac
11486 fi
11487
11488
11489
11490
11491
11492
11493
11494
11495
11496
11497
11498
11499   # Report which library types will actually be built
11500   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11501 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11502   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11503 $as_echo "$can_build_shared" >&6; }
11504
11505   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11506 $as_echo_n "checking whether to build shared libraries... " >&6; }
11507   test "$can_build_shared" = "no" && enable_shared=no
11508
11509   # On AIX, shared libraries and static libraries use the same namespace, and
11510   # are all built from PIC.
11511   case $host_os in
11512   aix3*)
11513     test "$enable_shared" = yes && enable_static=no
11514     if test -n "$RANLIB"; then
11515       archive_cmds="$archive_cmds~\$RANLIB \$lib"
11516       postinstall_cmds='$RANLIB $lib'
11517     fi
11518     ;;
11519
11520   aix[4-9]*)
11521     if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11522       test "$enable_shared" = yes && enable_static=no
11523     fi
11524     ;;
11525   esac
11526   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11527 $as_echo "$enable_shared" >&6; }
11528
11529   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11530 $as_echo_n "checking whether to build static libraries... " >&6; }
11531   # Make sure either enable_shared or enable_static is yes.
11532   test "$enable_shared" = yes || enable_static=yes
11533   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11534 $as_echo "$enable_static" >&6; }
11535
11536
11537
11538
11539 fi
11540 ac_ext=c
11541 ac_cpp='$CPP $CPPFLAGS'
11542 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11543 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11544 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11545
11546 CC="$lt_save_CC"
11547
11548
11549
11550
11551
11552
11553
11554
11555
11556
11557
11558
11559
11560         ac_config_commands="$ac_config_commands libtool"
11561
11562
11563
11564
11565 # Only expand once:
11566
11567
11568
11569 # The tests for host and target for $enable_largefile require
11570 # canonical names.
11571
11572
11573
11574 # As the $enable_largefile decision depends on --enable-plugins we must set it
11575 # even in directories otherwise not depending on the $plugins option.
11576
11577
11578   maybe_plugins=no
11579   for ac_header in dlfcn.h
11580 do :
11581   ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11582 "
11583 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
11584   cat >>confdefs.h <<_ACEOF
11585 #define HAVE_DLFCN_H 1
11586 _ACEOF
11587  maybe_plugins=yes
11588 fi
11589
11590 done
11591
11592   for ac_header in windows.h
11593 do :
11594   ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11595 "
11596 if test "x$ac_cv_header_windows_h" = x""yes; then :
11597   cat >>confdefs.h <<_ACEOF
11598 #define HAVE_WINDOWS_H 1
11599 _ACEOF
11600  maybe_plugins=yes
11601 fi
11602
11603 done
11604
11605
11606   # Check whether --enable-plugins was given.
11607 if test "${enable_plugins+set}" = set; then :
11608   enableval=$enable_plugins; case "${enableval}" in
11609       no) plugins=no ;;
11610       *) plugins=yes
11611          if test "$maybe_plugins" != "yes" ; then
11612            as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11613          fi ;;
11614      esac
11615 else
11616   plugins=$maybe_plugins
11617
11618 fi
11619
11620   if test "$plugins" = "yes"; then
11621     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
11622 $as_echo_n "checking for library containing dlopen... " >&6; }
11623 if test "${ac_cv_search_dlopen+set}" = set; then :
11624   $as_echo_n "(cached) " >&6
11625 else
11626   ac_func_search_save_LIBS=$LIBS
11627 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11628 /* end confdefs.h.  */
11629
11630 /* Override any GCC internal prototype to avoid an error.
11631    Use char because int might match the return type of a GCC
11632    builtin and then its argument prototype would still apply.  */
11633 #ifdef __cplusplus
11634 extern "C"
11635 #endif
11636 char dlopen ();
11637 int
11638 main ()
11639 {
11640 return dlopen ();
11641   ;
11642   return 0;
11643 }
11644 _ACEOF
11645 for ac_lib in '' dl; do
11646   if test -z "$ac_lib"; then
11647     ac_res="none required"
11648   else
11649     ac_res=-l$ac_lib
11650     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
11651   fi
11652   if ac_fn_c_try_link "$LINENO"; then :
11653   ac_cv_search_dlopen=$ac_res
11654 fi
11655 rm -f core conftest.err conftest.$ac_objext \
11656     conftest$ac_exeext
11657   if test "${ac_cv_search_dlopen+set}" = set; then :
11658   break
11659 fi
11660 done
11661 if test "${ac_cv_search_dlopen+set}" = set; then :
11662
11663 else
11664   ac_cv_search_dlopen=no
11665 fi
11666 rm conftest.$ac_ext
11667 LIBS=$ac_func_search_save_LIBS
11668 fi
11669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
11670 $as_echo "$ac_cv_search_dlopen" >&6; }
11671 ac_res=$ac_cv_search_dlopen
11672 if test "$ac_res" != no; then :
11673   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11674
11675 fi
11676
11677   fi
11678
11679
11680 case "${host}" in
11681   sparc-*-solaris*|i[3-7]86-*-solaris*)
11682     # On native 32bit sparc and ia32 solaris, large-file and procfs support
11683     # are mutually exclusive; and without procfs support, the bfd/ elf module
11684     # cannot provide certain routines such as elfcore_write_prpsinfo
11685     # or elfcore_write_prstatus.  So unless the user explicitly requested
11686     # large-file support through the --enable-largefile switch, disable
11687     # large-file support in favor of procfs support.
11688     test "${target}" = "${host}" -a "x$plugins" = xno \
11689       && : ${enable_largefile="no"}
11690     ;;
11691 esac
11692
11693 # Check whether --enable-largefile was given.
11694 if test "${enable_largefile+set}" = set; then :
11695   enableval=$enable_largefile;
11696 fi
11697
11698 if test "$enable_largefile" != no; then
11699
11700   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11701 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11702 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
11703   $as_echo_n "(cached) " >&6
11704 else
11705   ac_cv_sys_largefile_CC=no
11706      if test "$GCC" != yes; then
11707        ac_save_CC=$CC
11708        while :; do
11709          # IRIX 6.2 and later do not support large files by default,
11710          # so use the C compiler's -n32 option if that helps.
11711          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11712 /* end confdefs.h.  */
11713 #include <sys/types.h>
11714  /* Check that off_t can represent 2**63 - 1 correctly.
11715     We can't simply define LARGE_OFF_T to be 9223372036854775807,
11716     since some C++ compilers masquerading as C compilers
11717     incorrectly reject 9223372036854775807.  */
11718 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11719   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11720                        && LARGE_OFF_T % 2147483647 == 1)
11721                       ? 1 : -1];
11722 int
11723 main ()
11724 {
11725
11726   ;
11727   return 0;
11728 }
11729 _ACEOF
11730          if ac_fn_c_try_compile "$LINENO"; then :
11731   break
11732 fi
11733 rm -f core conftest.err conftest.$ac_objext
11734          CC="$CC -n32"
11735          if ac_fn_c_try_compile "$LINENO"; then :
11736   ac_cv_sys_largefile_CC=' -n32'; break
11737 fi
11738 rm -f core conftest.err conftest.$ac_objext
11739          break
11740        done
11741        CC=$ac_save_CC
11742        rm -f conftest.$ac_ext
11743     fi
11744 fi
11745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11746 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
11747   if test "$ac_cv_sys_largefile_CC" != no; then
11748     CC=$CC$ac_cv_sys_largefile_CC
11749   fi
11750
11751   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11752 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11753 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
11754   $as_echo_n "(cached) " >&6
11755 else
11756   while :; do
11757   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11758 /* end confdefs.h.  */
11759 #include <sys/types.h>
11760  /* Check that off_t can represent 2**63 - 1 correctly.
11761     We can't simply define LARGE_OFF_T to be 9223372036854775807,
11762     since some C++ compilers masquerading as C compilers
11763     incorrectly reject 9223372036854775807.  */
11764 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11765   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11766                        && LARGE_OFF_T % 2147483647 == 1)
11767                       ? 1 : -1];
11768 int
11769 main ()
11770 {
11771
11772   ;
11773   return 0;
11774 }
11775 _ACEOF
11776 if ac_fn_c_try_compile "$LINENO"; then :
11777   ac_cv_sys_file_offset_bits=no; break
11778 fi
11779 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11780   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11781 /* end confdefs.h.  */
11782 #define _FILE_OFFSET_BITS 64
11783 #include <sys/types.h>
11784  /* Check that off_t can represent 2**63 - 1 correctly.
11785     We can't simply define LARGE_OFF_T to be 9223372036854775807,
11786     since some C++ compilers masquerading as C compilers
11787     incorrectly reject 9223372036854775807.  */
11788 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11789   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11790                        && LARGE_OFF_T % 2147483647 == 1)
11791                       ? 1 : -1];
11792 int
11793 main ()
11794 {
11795
11796   ;
11797   return 0;
11798 }
11799 _ACEOF
11800 if ac_fn_c_try_compile "$LINENO"; then :
11801   ac_cv_sys_file_offset_bits=64; break
11802 fi
11803 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11804   ac_cv_sys_file_offset_bits=unknown
11805   break
11806 done
11807 fi
11808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11809 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11810 case $ac_cv_sys_file_offset_bits in #(
11811   no | unknown) ;;
11812   *)
11813 cat >>confdefs.h <<_ACEOF
11814 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11815 _ACEOF
11816 ;;
11817 esac
11818 rm -rf conftest*
11819   if test $ac_cv_sys_file_offset_bits = unknown; then
11820     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11821 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11822 if test "${ac_cv_sys_large_files+set}" = set; then :
11823   $as_echo_n "(cached) " >&6
11824 else
11825   while :; do
11826   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11827 /* end confdefs.h.  */
11828 #include <sys/types.h>
11829  /* Check that off_t can represent 2**63 - 1 correctly.
11830     We can't simply define LARGE_OFF_T to be 9223372036854775807,
11831     since some C++ compilers masquerading as C compilers
11832     incorrectly reject 9223372036854775807.  */
11833 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11834   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11835                        && LARGE_OFF_T % 2147483647 == 1)
11836                       ? 1 : -1];
11837 int
11838 main ()
11839 {
11840
11841   ;
11842   return 0;
11843 }
11844 _ACEOF
11845 if ac_fn_c_try_compile "$LINENO"; then :
11846   ac_cv_sys_large_files=no; break
11847 fi
11848 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11849   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11850 /* end confdefs.h.  */
11851 #define _LARGE_FILES 1
11852 #include <sys/types.h>
11853  /* Check that off_t can represent 2**63 - 1 correctly.
11854     We can't simply define LARGE_OFF_T to be 9223372036854775807,
11855     since some C++ compilers masquerading as C compilers
11856     incorrectly reject 9223372036854775807.  */
11857 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11858   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11859                        && LARGE_OFF_T % 2147483647 == 1)
11860                       ? 1 : -1];
11861 int
11862 main ()
11863 {
11864
11865   ;
11866   return 0;
11867 }
11868 _ACEOF
11869 if ac_fn_c_try_compile "$LINENO"; then :
11870   ac_cv_sys_large_files=1; break
11871 fi
11872 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11873   ac_cv_sys_large_files=unknown
11874   break
11875 done
11876 fi
11877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11878 $as_echo "$ac_cv_sys_large_files" >&6; }
11879 case $ac_cv_sys_large_files in #(
11880   no | unknown) ;;
11881   *)
11882 cat >>confdefs.h <<_ACEOF
11883 #define _LARGE_FILES $ac_cv_sys_large_files
11884 _ACEOF
11885 ;;
11886 esac
11887 rm -rf conftest*
11888   fi
11889 fi
11890
11891
11892
11893 # Check whether --enable-targets was given.
11894 if test "${enable_targets+set}" = set; then :
11895   enableval=$enable_targets; case "${enableval}" in
11896   yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
11897             ;;
11898   no)       enable_targets= ;;
11899   *)        enable_targets=$enableval ;;
11900 esac
11901 fi
11902
11903 # Check whether --enable-deterministic-archives was given.
11904 if test "${enable_deterministic_archives+set}" = set; then :
11905   enableval=$enable_deterministic_archives;
11906 if test "${enableval}" = no; then
11907   default_ar_deterministic=0
11908 else
11909   default_ar_deterministic=1
11910 fi
11911 else
11912   default_ar_deterministic=0
11913 fi
11914
11915
11916
11917 cat >>confdefs.h <<_ACEOF
11918 #define DEFAULT_AR_DETERMINISTIC $default_ar_deterministic
11919 _ACEOF
11920
11921
11922 # Check whether --enable-default-strings-all was given.
11923 if test "${enable_default_strings_all+set}" = set; then :
11924   enableval=$enable_default_strings_all;
11925 if test "${enableval}" = no; then
11926   default_strings_all=0
11927 else
11928   default_strings_all=1
11929 fi
11930 else
11931   default_strings_all=1
11932 fi
11933
11934
11935
11936 cat >>confdefs.h <<_ACEOF
11937 #define DEFAULT_STRINGS_ALL $default_strings_all
11938 _ACEOF
11939
11940
11941
11942 # Set the 'development' global.
11943 . $srcdir/../bfd/development.sh
11944
11945 # Default set of GCC warnings to enable.
11946 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11947
11948 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11949 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11950 /* end confdefs.h.  */
11951 __GNUC__
11952 _ACEOF
11953 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11954   $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11955
11956 else
11957   GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11958 fi
11959 rm -f conftest*
11960
11961
11962 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11963 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11964 /* end confdefs.h.  */
11965 __GNUC__
11966 _ACEOF
11967 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11968   $EGREP "^[0-4]$" >/dev/null 2>&1; then :
11969
11970 else
11971   GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
11972 fi
11973 rm -f conftest*
11974
11975
11976 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
11977 WARN_WRITE_STRINGS=""
11978 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11979 /* end confdefs.h.  */
11980 __GNUC__
11981 _ACEOF
11982 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11983   $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11984
11985 else
11986   WARN_WRITE_STRINGS="-Wwrite-strings"
11987 fi
11988 rm -f conftest*
11989
11990
11991 # Check whether --enable-werror was given.
11992 if test "${enable_werror+set}" = set; then :
11993   enableval=$enable_werror; case "${enableval}" in
11994      yes | y) ERROR_ON_WARNING="yes" ;;
11995      no | n)  ERROR_ON_WARNING="no" ;;
11996      *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11997    esac
11998 fi
11999
12000
12001 # Disable -Wformat by default when using gcc on mingw
12002 case "${host}" in
12003   *-*-mingw32*)
12004     if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12005       GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
12006     fi
12007     ;;
12008   *) ;;
12009 esac
12010
12011 # Enable -Werror by default when using gcc.  Turn it off for releases.
12012 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
12013     ERROR_ON_WARNING=yes
12014 fi
12015
12016 NO_WERROR=
12017 if test "${ERROR_ON_WARNING}" = yes ; then
12018     GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
12019     NO_WERROR="-Wno-error"
12020 fi
12021
12022 if test "${GCC}" = yes ; then
12023   WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12024 fi
12025
12026 # Check whether --enable-build-warnings was given.
12027 if test "${enable_build_warnings+set}" = set; then :
12028   enableval=$enable_build_warnings; case "${enableval}" in
12029   yes)  WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
12030   no)   if test "${GCC}" = yes ; then
12031           WARN_CFLAGS="-w"
12032         fi;;
12033   ,*)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
12034         WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";;
12035   *,)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
12036         WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
12037   *)    WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12038 esac
12039 fi
12040
12041
12042 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12043   echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12044 fi
12045
12046
12047
12048
12049
12050
12051 ac_config_headers="$ac_config_headers config.h:config.in"
12052
12053
12054
12055
12056 if test -z "$target" ; then
12057     as_fn_error "Unrecognized target system type; please check config.sub." "$LINENO" 5
12058 fi
12059 if test -z "$host" ; then
12060     as_fn_error "Unrecognized host system type; please check config.sub." "$LINENO" 5
12061 fi
12062
12063 for ac_prog in 'bison -y' byacc
12064 do
12065   # Extract the first word of "$ac_prog", so it can be a program name with args.
12066 set dummy $ac_prog; ac_word=$2
12067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12068 $as_echo_n "checking for $ac_word... " >&6; }
12069 if test "${ac_cv_prog_YACC+set}" = set; then :
12070   $as_echo_n "(cached) " >&6
12071 else
12072   if test -n "$YACC"; then
12073   ac_cv_prog_YACC="$YACC" # Let the user override the test.
12074 else
12075 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12076 for as_dir in $PATH
12077 do
12078   IFS=$as_save_IFS
12079   test -z "$as_dir" && as_dir=.
12080     for ac_exec_ext in '' $ac_executable_extensions; do
12081   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12082     ac_cv_prog_YACC="$ac_prog"
12083     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12084     break 2
12085   fi
12086 done
12087   done
12088 IFS=$as_save_IFS
12089
12090 fi
12091 fi
12092 YACC=$ac_cv_prog_YACC
12093 if test -n "$YACC"; then
12094   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
12095 $as_echo "$YACC" >&6; }
12096 else
12097   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12098 $as_echo "no" >&6; }
12099 fi
12100
12101
12102   test -n "$YACC" && break
12103 done
12104 test -n "$YACC" || YACC="yacc"
12105
12106 for ac_prog in flex lex
12107 do
12108   # Extract the first word of "$ac_prog", so it can be a program name with args.
12109 set dummy $ac_prog; ac_word=$2
12110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12111 $as_echo_n "checking for $ac_word... " >&6; }
12112 if test "${ac_cv_prog_LEX+set}" = set; then :
12113   $as_echo_n "(cached) " >&6
12114 else
12115   if test -n "$LEX"; then
12116   ac_cv_prog_LEX="$LEX" # Let the user override the test.
12117 else
12118 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12119 for as_dir in $PATH
12120 do
12121   IFS=$as_save_IFS
12122   test -z "$as_dir" && as_dir=.
12123     for ac_exec_ext in '' $ac_executable_extensions; do
12124   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12125     ac_cv_prog_LEX="$ac_prog"
12126     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12127     break 2
12128   fi
12129 done
12130   done
12131 IFS=$as_save_IFS
12132
12133 fi
12134 fi
12135 LEX=$ac_cv_prog_LEX
12136 if test -n "$LEX"; then
12137   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
12138 $as_echo "$LEX" >&6; }
12139 else
12140   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12141 $as_echo "no" >&6; }
12142 fi
12143
12144
12145   test -n "$LEX" && break
12146 done
12147 test -n "$LEX" || LEX=":"
12148
12149 case "$LEX" in
12150   :|*"missing "*) ;;
12151   *) cat >conftest.l <<_ACEOF
12152 %%
12153 a { ECHO; }
12154 b { REJECT; }
12155 c { yymore (); }
12156 d { yyless (1); }
12157 e { yyless (input () != 0); }
12158 f { unput (yytext[0]); }
12159 . { BEGIN INITIAL; }
12160 %%
12161 #ifdef YYTEXT_POINTER
12162 extern char *yytext;
12163 #endif
12164 int
12165 main (void)
12166 {
12167   return ! yylex () + ! yywrap ();
12168 }
12169 _ACEOF
12170 { { ac_try="$LEX conftest.l"
12171 case "(($ac_try" in
12172   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12173   *) ac_try_echo=$ac_try;;
12174 esac
12175 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
12176 $as_echo "$ac_try_echo"; } >&5
12177   (eval "$LEX conftest.l") 2>&5
12178   ac_status=$?
12179   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12180   test $ac_status = 0; }
12181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
12182 $as_echo_n "checking lex output file root... " >&6; }
12183 if test "${ac_cv_prog_lex_root+set}" = set; then :
12184   $as_echo_n "(cached) " >&6
12185 else
12186
12187 if test -f lex.yy.c; then
12188   ac_cv_prog_lex_root=lex.yy
12189 elif test -f lexyy.c; then
12190   ac_cv_prog_lex_root=lexyy
12191 else
12192   as_fn_error "cannot find output from $LEX; giving up" "$LINENO" 5
12193 fi
12194 fi
12195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
12196 $as_echo "$ac_cv_prog_lex_root" >&6; }
12197 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
12198
12199 if test -z "${LEXLIB+set}"; then
12200   { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
12201 $as_echo_n "checking lex library... " >&6; }
12202 if test "${ac_cv_lib_lex+set}" = set; then :
12203   $as_echo_n "(cached) " >&6
12204 else
12205
12206     ac_save_LIBS=$LIBS
12207     ac_cv_lib_lex='none needed'
12208     for ac_lib in '' -lfl -ll; do
12209       LIBS="$ac_lib $ac_save_LIBS"
12210       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12211 /* end confdefs.h.  */
12212 `cat $LEX_OUTPUT_ROOT.c`
12213 _ACEOF
12214 if ac_fn_c_try_link "$LINENO"; then :
12215   ac_cv_lib_lex=$ac_lib
12216 fi
12217 rm -f core conftest.err conftest.$ac_objext \
12218     conftest$ac_exeext conftest.$ac_ext
12219       test "$ac_cv_lib_lex" != 'none needed' && break
12220     done
12221     LIBS=$ac_save_LIBS
12222
12223 fi
12224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
12225 $as_echo "$ac_cv_lib_lex" >&6; }
12226   test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
12227 fi
12228
12229
12230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
12231 $as_echo_n "checking whether yytext is a pointer... " >&6; }
12232 if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then :
12233   $as_echo_n "(cached) " >&6
12234 else
12235   # POSIX says lex can declare yytext either as a pointer or an array; the
12236 # default is implementation-dependent.  Figure out which it is, since
12237 # not all implementations provide the %pointer and %array declarations.
12238 ac_cv_prog_lex_yytext_pointer=no
12239 ac_save_LIBS=$LIBS
12240 LIBS="$LEXLIB $ac_save_LIBS"
12241 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12242 /* end confdefs.h.  */
12243 #define YYTEXT_POINTER 1
12244 `cat $LEX_OUTPUT_ROOT.c`
12245 _ACEOF
12246 if ac_fn_c_try_link "$LINENO"; then :
12247   ac_cv_prog_lex_yytext_pointer=yes
12248 fi
12249 rm -f core conftest.err conftest.$ac_objext \
12250     conftest$ac_exeext conftest.$ac_ext
12251 LIBS=$ac_save_LIBS
12252
12253 fi
12254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
12255 $as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
12256 if test $ac_cv_prog_lex_yytext_pointer = yes; then
12257
12258 $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
12259
12260 fi
12261 rm -f conftest.l $LEX_OUTPUT_ROOT.c
12262  ;;
12263 esac
12264 if test "$LEX" = :; then
12265   LEX=${am_missing_run}flex
12266 fi
12267
12268 ALL_LINGUAS="bg da es fi fr id it ja ro ru rw sk sv tr uk vi zh_CN zh_TW hr ca"
12269 # If we haven't got the data from the intl directory,
12270 # assume NLS is disabled.
12271 USE_NLS=no
12272 LIBINTL=
12273 LIBINTL_DEP=
12274 INCINTL=
12275 XGETTEXT=
12276 GMSGFMT=
12277 POSUB=
12278
12279 if test -f  ../intl/config.intl; then
12280   .  ../intl/config.intl
12281 fi
12282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12283 $as_echo_n "checking whether NLS is requested... " >&6; }
12284 if test x"$USE_NLS" != xyes; then
12285   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12286 $as_echo "no" >&6; }
12287 else
12288   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12289 $as_echo "yes" >&6; }
12290
12291 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
12292
12293
12294   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12295 $as_echo_n "checking for catalogs to be installed... " >&6; }
12296   # Look for .po and .gmo files in the source directory.
12297   CATALOGS=
12298   XLINGUAS=
12299   for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12300     # If there aren't any .gmo files the shell will give us the
12301     # literal string "../path/to/srcdir/po/*.gmo" which has to be
12302     # weeded out.
12303     case "$cat" in *\**)
12304       continue;;
12305     esac
12306     # The quadruple backslash is collapsed to a double backslash
12307     # by the backticks, then collapsed again by the double quotes,
12308     # leaving us with one backslash in the sed expression (right
12309     # before the dot that mustn't act as a wildcard).
12310     cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12311     lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12312     # The user is allowed to set LINGUAS to a list of languages to
12313     # install catalogs for.  If it's empty that means "all of them."
12314     if test "x$LINGUAS" = x; then
12315       CATALOGS="$CATALOGS $cat"
12316       XLINGUAS="$XLINGUAS $lang"
12317     else
12318       case "$LINGUAS" in *$lang*)
12319         CATALOGS="$CATALOGS $cat"
12320         XLINGUAS="$XLINGUAS $lang"
12321         ;;
12322       esac
12323     fi
12324   done
12325   LINGUAS="$XLINGUAS"
12326   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12327 $as_echo "$LINGUAS" >&6; }
12328
12329
12330     DATADIRNAME=share
12331
12332   INSTOBJEXT=.mo
12333
12334   GENCAT=gencat
12335
12336   CATOBJEXT=.gmo
12337
12338 fi
12339
12340         MKINSTALLDIRS=
12341   if test -n "$ac_aux_dir"; then
12342     case "$ac_aux_dir" in
12343       /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12344       *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12345     esac
12346   fi
12347   if test -z "$MKINSTALLDIRS"; then
12348     MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12349   fi
12350
12351
12352
12353   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12354 $as_echo_n "checking whether NLS is requested... " >&6; }
12355     # Check whether --enable-nls was given.
12356 if test "${enable_nls+set}" = set; then :
12357   enableval=$enable_nls; USE_NLS=$enableval
12358 else
12359   USE_NLS=yes
12360 fi
12361
12362   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12363 $as_echo "$USE_NLS" >&6; }
12364
12365
12366
12367
12368
12369
12370 # Prepare PATH_SEPARATOR.
12371 # The user is always right.
12372 if test "${PATH_SEPARATOR+set}" != set; then
12373   echo "#! /bin/sh" >conf$$.sh
12374   echo  "exit 0"   >>conf$$.sh
12375   chmod +x conf$$.sh
12376   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12377     PATH_SEPARATOR=';'
12378   else
12379     PATH_SEPARATOR=:
12380   fi
12381   rm -f conf$$.sh
12382 fi
12383
12384 # Find out how to test for executable files. Don't use a zero-byte file,
12385 # as systems may use methods other than mode bits to determine executability.
12386 cat >conf$$.file <<_ASEOF
12387 #! /bin/sh
12388 exit 0
12389 _ASEOF
12390 chmod +x conf$$.file
12391 if test -x conf$$.file >/dev/null 2>&1; then
12392   ac_executable_p="test -x"
12393 else
12394   ac_executable_p="test -f"
12395 fi
12396 rm -f conf$$.file
12397
12398 # Extract the first word of "msgfmt", so it can be a program name with args.
12399 set dummy msgfmt; ac_word=$2
12400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12401 $as_echo_n "checking for $ac_word... " >&6; }
12402 if test "${ac_cv_path_MSGFMT+set}" = set; then :
12403   $as_echo_n "(cached) " >&6
12404 else
12405   case "$MSGFMT" in
12406   [\\/]* | ?:[\\/]*)
12407     ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12408     ;;
12409   *)
12410     ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12411     for ac_dir in $PATH; do
12412       IFS="$ac_save_IFS"
12413       test -z "$ac_dir" && ac_dir=.
12414       for ac_exec_ext in '' $ac_executable_extensions; do
12415         if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12416           if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12417      (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12418             ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12419             break 2
12420           fi
12421         fi
12422       done
12423     done
12424     IFS="$ac_save_IFS"
12425   test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12426     ;;
12427 esac
12428 fi
12429 MSGFMT="$ac_cv_path_MSGFMT"
12430 if test "$MSGFMT" != ":"; then
12431   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12432 $as_echo "$MSGFMT" >&6; }
12433 else
12434   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12435 $as_echo "no" >&6; }
12436 fi
12437
12438   # Extract the first word of "gmsgfmt", so it can be a program name with args.
12439 set dummy gmsgfmt; ac_word=$2
12440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12441 $as_echo_n "checking for $ac_word... " >&6; }
12442 if test "${ac_cv_path_GMSGFMT+set}" = set; then :
12443   $as_echo_n "(cached) " >&6
12444 else
12445   case $GMSGFMT in
12446   [\\/]* | ?:[\\/]*)
12447   ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12448   ;;
12449   *)
12450   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12451 for as_dir in $PATH
12452 do
12453   IFS=$as_save_IFS
12454   test -z "$as_dir" && as_dir=.
12455     for ac_exec_ext in '' $ac_executable_extensions; do
12456   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12457     ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
12458     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12459     break 2
12460   fi
12461 done
12462   done
12463 IFS=$as_save_IFS
12464
12465   test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12466   ;;
12467 esac
12468 fi
12469 GMSGFMT=$ac_cv_path_GMSGFMT
12470 if test -n "$GMSGFMT"; then
12471   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12472 $as_echo "$GMSGFMT" >&6; }
12473 else
12474   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12475 $as_echo "no" >&6; }
12476 fi
12477
12478
12479
12480
12481 # Prepare PATH_SEPARATOR.
12482 # The user is always right.
12483 if test "${PATH_SEPARATOR+set}" != set; then
12484   echo "#! /bin/sh" >conf$$.sh
12485   echo  "exit 0"   >>conf$$.sh
12486   chmod +x conf$$.sh
12487   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12488     PATH_SEPARATOR=';'
12489   else
12490     PATH_SEPARATOR=:
12491   fi
12492   rm -f conf$$.sh
12493 fi
12494
12495 # Find out how to test for executable files. Don't use a zero-byte file,
12496 # as systems may use methods other than mode bits to determine executability.
12497 cat >conf$$.file <<_ASEOF
12498 #! /bin/sh
12499 exit 0
12500 _ASEOF
12501 chmod +x conf$$.file
12502 if test -x conf$$.file >/dev/null 2>&1; then
12503   ac_executable_p="test -x"
12504 else
12505   ac_executable_p="test -f"
12506 fi
12507 rm -f conf$$.file
12508
12509 # Extract the first word of "xgettext", so it can be a program name with args.
12510 set dummy xgettext; ac_word=$2
12511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12512 $as_echo_n "checking for $ac_word... " >&6; }
12513 if test "${ac_cv_path_XGETTEXT+set}" = set; then :
12514   $as_echo_n "(cached) " >&6
12515 else
12516   case "$XGETTEXT" in
12517   [\\/]* | ?:[\\/]*)
12518     ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12519     ;;
12520   *)
12521     ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12522     for ac_dir in $PATH; do
12523       IFS="$ac_save_IFS"
12524       test -z "$ac_dir" && ac_dir=.
12525       for ac_exec_ext in '' $ac_executable_extensions; do
12526         if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12527           if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12528      (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
12529             ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12530             break 2
12531           fi
12532         fi
12533       done
12534     done
12535     IFS="$ac_save_IFS"
12536   test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12537     ;;
12538 esac
12539 fi
12540 XGETTEXT="$ac_cv_path_XGETTEXT"
12541 if test "$XGETTEXT" != ":"; then
12542   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12543 $as_echo "$XGETTEXT" >&6; }
12544 else
12545   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12546 $as_echo "no" >&6; }
12547 fi
12548
12549     rm -f messages.po
12550
12551
12552 # Prepare PATH_SEPARATOR.
12553 # The user is always right.
12554 if test "${PATH_SEPARATOR+set}" != set; then
12555   echo "#! /bin/sh" >conf$$.sh
12556   echo  "exit 0"   >>conf$$.sh
12557   chmod +x conf$$.sh
12558   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12559     PATH_SEPARATOR=';'
12560   else
12561     PATH_SEPARATOR=:
12562   fi
12563   rm -f conf$$.sh
12564 fi
12565
12566 # Find out how to test for executable files. Don't use a zero-byte file,
12567 # as systems may use methods other than mode bits to determine executability.
12568 cat >conf$$.file <<_ASEOF
12569 #! /bin/sh
12570 exit 0
12571 _ASEOF
12572 chmod +x conf$$.file
12573 if test -x conf$$.file >/dev/null 2>&1; then
12574   ac_executable_p="test -x"
12575 else
12576   ac_executable_p="test -f"
12577 fi
12578 rm -f conf$$.file
12579
12580 # Extract the first word of "msgmerge", so it can be a program name with args.
12581 set dummy msgmerge; ac_word=$2
12582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12583 $as_echo_n "checking for $ac_word... " >&6; }
12584 if test "${ac_cv_path_MSGMERGE+set}" = set; then :
12585   $as_echo_n "(cached) " >&6
12586 else
12587   case "$MSGMERGE" in
12588   [\\/]* | ?:[\\/]*)
12589     ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12590     ;;
12591   *)
12592     ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12593     for ac_dir in $PATH; do
12594       IFS="$ac_save_IFS"
12595       test -z "$ac_dir" && ac_dir=.
12596       for ac_exec_ext in '' $ac_executable_extensions; do
12597         if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12598           if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12599             ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12600             break 2
12601           fi
12602         fi
12603       done
12604     done
12605     IFS="$ac_save_IFS"
12606   test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12607     ;;
12608 esac
12609 fi
12610 MSGMERGE="$ac_cv_path_MSGMERGE"
12611 if test "$MSGMERGE" != ":"; then
12612   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12613 $as_echo "$MSGMERGE" >&6; }
12614 else
12615   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12616 $as_echo "no" >&6; }
12617 fi
12618
12619
12620       if test "$GMSGFMT" != ":"; then
12621             if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12622        (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12623       : ;
12624     else
12625       GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
12626       { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12627 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
12628       GMSGFMT=":"
12629     fi
12630   fi
12631
12632       if test "$XGETTEXT" != ":"; then
12633             if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12634        (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
12635       : ;
12636     else
12637       { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12638 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
12639       XGETTEXT=":"
12640     fi
12641         rm -f messages.po
12642   fi
12643
12644   ac_config_commands="$ac_config_commands default-1"
12645
12646
12647
12648
12649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12650 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12651     # Check whether --enable-maintainer-mode was given.
12652 if test "${enable_maintainer_mode+set}" = set; then :
12653   enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
12654 else
12655   USE_MAINTAINER_MODE=no
12656 fi
12657
12658   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12659 $as_echo "$USE_MAINTAINER_MODE" >&6; }
12660    if test $USE_MAINTAINER_MODE = yes; then
12661   MAINTAINER_MODE_TRUE=
12662   MAINTAINER_MODE_FALSE='#'
12663 else
12664   MAINTAINER_MODE_TRUE='#'
12665   MAINTAINER_MODE_FALSE=
12666 fi
12667
12668   MAINT=$MAINTAINER_MODE_TRUE
12669
12670
12671  if false; then
12672   GENINSRC_NEVER_TRUE=
12673   GENINSRC_NEVER_FALSE='#'
12674 else
12675   GENINSRC_NEVER_TRUE='#'
12676   GENINSRC_NEVER_FALSE=
12677 fi
12678
12679
12680 if test -n "$EXEEXT"; then
12681
12682 $as_echo "#define HAVE_EXECUTABLE_SUFFIX 1" >>confdefs.h
12683
12684 fi
12685
12686 cat >>confdefs.h <<_ACEOF
12687 #define EXECUTABLE_SUFFIX "${EXEEXT}"
12688 _ACEOF
12689
12690
12691 # host-specific stuff:
12692
12693 HDEFINES=
12694
12695 . ${srcdir}/../bfd/configure.host
12696
12697
12698 AR=${AR-ar}
12699
12700 if test -n "$ac_tool_prefix"; then
12701   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
12702 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
12703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12704 $as_echo_n "checking for $ac_word... " >&6; }
12705 if test "${ac_cv_prog_RANLIB+set}" = set; then :
12706   $as_echo_n "(cached) " >&6
12707 else
12708   if test -n "$RANLIB"; then
12709   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
12710 else
12711 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12712 for as_dir in $PATH
12713 do
12714   IFS=$as_save_IFS
12715   test -z "$as_dir" && as_dir=.
12716     for ac_exec_ext in '' $ac_executable_extensions; do
12717   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12718     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
12719     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12720     break 2
12721   fi
12722 done
12723   done
12724 IFS=$as_save_IFS
12725
12726 fi
12727 fi
12728 RANLIB=$ac_cv_prog_RANLIB
12729 if test -n "$RANLIB"; then
12730   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
12731 $as_echo "$RANLIB" >&6; }
12732 else
12733   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12734 $as_echo "no" >&6; }
12735 fi
12736
12737
12738 fi
12739 if test -z "$ac_cv_prog_RANLIB"; then
12740   ac_ct_RANLIB=$RANLIB
12741   # Extract the first word of "ranlib", so it can be a program name with args.
12742 set dummy ranlib; ac_word=$2
12743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12744 $as_echo_n "checking for $ac_word... " >&6; }
12745 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
12746   $as_echo_n "(cached) " >&6
12747 else
12748   if test -n "$ac_ct_RANLIB"; then
12749   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
12750 else
12751 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12752 for as_dir in $PATH
12753 do
12754   IFS=$as_save_IFS
12755   test -z "$as_dir" && as_dir=.
12756     for ac_exec_ext in '' $ac_executable_extensions; do
12757   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12758     ac_cv_prog_ac_ct_RANLIB="ranlib"
12759     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12760     break 2
12761   fi
12762 done
12763   done
12764 IFS=$as_save_IFS
12765
12766 fi
12767 fi
12768 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
12769 if test -n "$ac_ct_RANLIB"; then
12770   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
12771 $as_echo "$ac_ct_RANLIB" >&6; }
12772 else
12773   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12774 $as_echo "no" >&6; }
12775 fi
12776
12777   if test "x$ac_ct_RANLIB" = x; then
12778     RANLIB=":"
12779   else
12780     case $cross_compiling:$ac_tool_warned in
12781 yes:)
12782 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
12783 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
12784 ac_tool_warned=yes ;;
12785 esac
12786     RANLIB=$ac_ct_RANLIB
12787   fi
12788 else
12789   RANLIB="$ac_cv_prog_RANLIB"
12790 fi
12791
12792
12793
12794 # Put a plausible default for CC_FOR_BUILD in Makefile.
12795 if test -z "$CC_FOR_BUILD"; then
12796   if test "x$cross_compiling" = "xno"; then
12797     CC_FOR_BUILD='$(CC)'
12798   else
12799     CC_FOR_BUILD=gcc
12800   fi
12801 fi
12802
12803 # Also set EXEEXT_FOR_BUILD.
12804 if test "x$cross_compiling" = "xno"; then
12805   EXEEXT_FOR_BUILD='$(EXEEXT)'
12806 else
12807   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12808 $as_echo_n "checking for build system executable suffix... " >&6; }
12809 if test "${bfd_cv_build_exeext+set}" = set; then :
12810   $as_echo_n "(cached) " >&6
12811 else
12812   rm -f conftest*
12813      echo 'int main () { return 0; }' > conftest.c
12814      bfd_cv_build_exeext=
12815      ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12816      for file in conftest.*; do
12817        case $file in
12818        *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12819        *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12820        esac
12821      done
12822      rm -f conftest*
12823      test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
12824 fi
12825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12826 $as_echo "$bfd_cv_build_exeext" >&6; }
12827   EXEEXT_FOR_BUILD=""
12828   test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
12829 fi
12830
12831
12832 DEMANGLER_NAME=c++filt
12833 case "${host}" in
12834   *-*-go32* | *-*-msdos*)
12835     DEMANGLER_NAME=cxxfilt
12836 esac
12837
12838
12839 # The cast to long int works around a bug in the HP C Compiler
12840 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12841 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12842 # This bug is HP SR number 8606223364.
12843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
12844 $as_echo_n "checking size of long... " >&6; }
12845 if test "${ac_cv_sizeof_long+set}" = set; then :
12846   $as_echo_n "(cached) " >&6
12847 else
12848   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long"        "$ac_includes_default"; then :
12849
12850 else
12851   if test "$ac_cv_type_long" = yes; then
12852      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12853 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12854 { as_fn_set_status 77
12855 as_fn_error "cannot compute sizeof (long)
12856 See \`config.log' for more details." "$LINENO" 5; }; }
12857    else
12858      ac_cv_sizeof_long=0
12859    fi
12860 fi
12861
12862 fi
12863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
12864 $as_echo "$ac_cv_sizeof_long" >&6; }
12865
12866
12867
12868 cat >>confdefs.h <<_ACEOF
12869 #define SIZEOF_LONG $ac_cv_sizeof_long
12870 _ACEOF
12871
12872
12873 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12874 if test "x$ac_cv_type_long_long" = x""yes; then :
12875
12876 cat >>confdefs.h <<_ACEOF
12877 #define HAVE_LONG_LONG 1
12878 _ACEOF
12879
12880 # The cast to long int works around a bug in the HP C Compiler
12881 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12882 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12883 # This bug is HP SR number 8606223364.
12884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
12885 $as_echo_n "checking size of long long... " >&6; }
12886 if test "${ac_cv_sizeof_long_long+set}" = set; then :
12887   $as_echo_n "(cached) " >&6
12888 else
12889   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long"        "$ac_includes_default"; then :
12890
12891 else
12892   if test "$ac_cv_type_long_long" = yes; then
12893      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12894 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12895 { as_fn_set_status 77
12896 as_fn_error "cannot compute sizeof (long long)
12897 See \`config.log' for more details." "$LINENO" 5; }; }
12898    else
12899      ac_cv_sizeof_long_long=0
12900    fi
12901 fi
12902
12903 fi
12904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
12905 $as_echo "$ac_cv_sizeof_long_long" >&6; }
12906
12907
12908
12909 cat >>confdefs.h <<_ACEOF
12910 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
12911 _ACEOF
12912
12913
12914 fi
12915
12916
12917 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
12918 do :
12919   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12920 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12921 eval as_val=\$$as_ac_Header
12922    if test "x$as_val" = x""yes; then :
12923   cat >>confdefs.h <<_ACEOF
12924 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12925 _ACEOF
12926
12927 fi
12928
12929 done
12930
12931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
12932 $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
12933 if test "${ac_cv_header_sys_wait_h+set}" = set; then :
12934   $as_echo_n "(cached) " >&6
12935 else
12936   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12937 /* end confdefs.h.  */
12938 #include <sys/types.h>
12939 #include <sys/wait.h>
12940 #ifndef WEXITSTATUS
12941 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
12942 #endif
12943 #ifndef WIFEXITED
12944 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
12945 #endif
12946
12947 int
12948 main ()
12949 {
12950   int s;
12951   wait (&s);
12952   s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
12953   ;
12954   return 0;
12955 }
12956 _ACEOF
12957 if ac_fn_c_try_compile "$LINENO"; then :
12958   ac_cv_header_sys_wait_h=yes
12959 else
12960   ac_cv_header_sys_wait_h=no
12961 fi
12962 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12963 fi
12964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
12965 $as_echo "$ac_cv_header_sys_wait_h" >&6; }
12966 if test $ac_cv_header_sys_wait_h = yes; then
12967
12968 $as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
12969
12970 fi
12971
12972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
12973 $as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
12974 if test "${gcc_cv_header_string+set}" = set; then :
12975   $as_echo_n "(cached) " >&6
12976 else
12977   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12978 /* end confdefs.h.  */
12979 #include <string.h>
12980 #include <strings.h>
12981 int
12982 main ()
12983 {
12984
12985   ;
12986   return 0;
12987 }
12988 _ACEOF
12989 if ac_fn_c_try_compile "$LINENO"; then :
12990   gcc_cv_header_string=yes
12991 else
12992   gcc_cv_header_string=no
12993 fi
12994 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12995 fi
12996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
12997 $as_echo "$gcc_cv_header_string" >&6; }
12998 if test $gcc_cv_header_string = yes; then
12999
13000 $as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
13001
13002 fi
13003
13004 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
13005 # for constant arguments.  Useless!
13006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
13007 $as_echo_n "checking for working alloca.h... " >&6; }
13008 if test "${ac_cv_working_alloca_h+set}" = set; then :
13009   $as_echo_n "(cached) " >&6
13010 else
13011   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13012 /* end confdefs.h.  */
13013 #include <alloca.h>
13014 int
13015 main ()
13016 {
13017 char *p = (char *) alloca (2 * sizeof (int));
13018                           if (p) return 0;
13019   ;
13020   return 0;
13021 }
13022 _ACEOF
13023 if ac_fn_c_try_link "$LINENO"; then :
13024   ac_cv_working_alloca_h=yes
13025 else
13026   ac_cv_working_alloca_h=no
13027 fi
13028 rm -f core conftest.err conftest.$ac_objext \
13029     conftest$ac_exeext conftest.$ac_ext
13030 fi
13031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
13032 $as_echo "$ac_cv_working_alloca_h" >&6; }
13033 if test $ac_cv_working_alloca_h = yes; then
13034
13035 $as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
13036
13037 fi
13038
13039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
13040 $as_echo_n "checking for alloca... " >&6; }
13041 if test "${ac_cv_func_alloca_works+set}" = set; then :
13042   $as_echo_n "(cached) " >&6
13043 else
13044   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13045 /* end confdefs.h.  */
13046 #ifdef __GNUC__
13047 # define alloca __builtin_alloca
13048 #else
13049 # ifdef _MSC_VER
13050 #  include <malloc.h>
13051 #  define alloca _alloca
13052 # else
13053 #  ifdef HAVE_ALLOCA_H
13054 #   include <alloca.h>
13055 #  else
13056 #   ifdef _AIX
13057  #pragma alloca
13058 #   else
13059 #    ifndef alloca /* predefined by HP cc +Olibcalls */
13060 char *alloca ();
13061 #    endif
13062 #   endif
13063 #  endif
13064 # endif
13065 #endif
13066
13067 int
13068 main ()
13069 {
13070 char *p = (char *) alloca (1);
13071                                     if (p) return 0;
13072   ;
13073   return 0;
13074 }
13075 _ACEOF
13076 if ac_fn_c_try_link "$LINENO"; then :
13077   ac_cv_func_alloca_works=yes
13078 else
13079   ac_cv_func_alloca_works=no
13080 fi
13081 rm -f core conftest.err conftest.$ac_objext \
13082     conftest$ac_exeext conftest.$ac_ext
13083 fi
13084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
13085 $as_echo "$ac_cv_func_alloca_works" >&6; }
13086
13087 if test $ac_cv_func_alloca_works = yes; then
13088
13089 $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
13090
13091 else
13092   # The SVR3 libPW and SVR4 libucb both contain incompatible functions
13093 # that cause trouble.  Some versions do not even contain alloca or
13094 # contain a buggy version.  If you still want to use their alloca,
13095 # use ar to extract alloca.o from them instead of compiling alloca.c.
13096
13097 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
13098
13099 $as_echo "#define C_ALLOCA 1" >>confdefs.h
13100
13101
13102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
13103 $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
13104 if test "${ac_cv_os_cray+set}" = set; then :
13105   $as_echo_n "(cached) " >&6
13106 else
13107   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13108 /* end confdefs.h.  */
13109 #if defined CRAY && ! defined CRAY2
13110 webecray
13111 #else
13112 wenotbecray
13113 #endif
13114
13115 _ACEOF
13116 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13117   $EGREP "webecray" >/dev/null 2>&1; then :
13118   ac_cv_os_cray=yes
13119 else
13120   ac_cv_os_cray=no
13121 fi
13122 rm -f conftest*
13123
13124 fi
13125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
13126 $as_echo "$ac_cv_os_cray" >&6; }
13127 if test $ac_cv_os_cray = yes; then
13128   for ac_func in _getb67 GETB67 getb67; do
13129     as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13130 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13131 eval as_val=\$$as_ac_var
13132    if test "x$as_val" = x""yes; then :
13133
13134 cat >>confdefs.h <<_ACEOF
13135 #define CRAY_STACKSEG_END $ac_func
13136 _ACEOF
13137
13138     break
13139 fi
13140
13141   done
13142 fi
13143
13144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
13145 $as_echo_n "checking stack direction for C alloca... " >&6; }
13146 if test "${ac_cv_c_stack_direction+set}" = set; then :
13147   $as_echo_n "(cached) " >&6
13148 else
13149   if test "$cross_compiling" = yes; then :
13150   ac_cv_c_stack_direction=0
13151 else
13152   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13153 /* end confdefs.h.  */
13154 $ac_includes_default
13155 int
13156 find_stack_direction ()
13157 {
13158   static char *addr = 0;
13159   auto char dummy;
13160   if (addr == 0)
13161     {
13162       addr = &dummy;
13163       return find_stack_direction ();
13164     }
13165   else
13166     return (&dummy > addr) ? 1 : -1;
13167 }
13168
13169 int
13170 main ()
13171 {
13172   return find_stack_direction () < 0;
13173 }
13174 _ACEOF
13175 if ac_fn_c_try_run "$LINENO"; then :
13176   ac_cv_c_stack_direction=1
13177 else
13178   ac_cv_c_stack_direction=-1
13179 fi
13180 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13181   conftest.$ac_objext conftest.beam conftest.$ac_ext
13182 fi
13183
13184 fi
13185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
13186 $as_echo "$ac_cv_c_stack_direction" >&6; }
13187 cat >>confdefs.h <<_ACEOF
13188 #define STACK_DIRECTION $ac_cv_c_stack_direction
13189 _ACEOF
13190
13191
13192 fi
13193
13194 for ac_func in sbrk utimes setmode getc_unlocked strcoll setlocale
13195 do :
13196   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13197 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13198 eval as_val=\$$as_ac_var
13199    if test "x$as_val" = x""yes; then :
13200   cat >>confdefs.h <<_ACEOF
13201 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13202 _ACEOF
13203
13204 fi
13205 done
13206
13207 ac_fn_c_check_func "$LINENO" "mkstemp" "ac_cv_func_mkstemp"
13208 if test "x$ac_cv_func_mkstemp" = x""yes; then :
13209
13210 $as_echo "#define HAVE_MKSTEMP 1" >>confdefs.h
13211
13212 fi
13213
13214 ac_fn_c_check_func "$LINENO" "mkdtemp" "ac_cv_func_mkdtemp"
13215 if test "x$ac_cv_func_mkdtemp" = x""yes; then :
13216
13217 $as_echo "#define HAVE_MKDTEMP 1" >>confdefs.h
13218
13219 fi
13220
13221   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5
13222 $as_echo_n "checking for mbstate_t... " >&6; }
13223   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13224 /* end confdefs.h.  */
13225 #include <wchar.h>
13226 int
13227 main ()
13228 {
13229 mbstate_t teststate;
13230   ;
13231   return 0;
13232 }
13233 _ACEOF
13234 if ac_fn_c_try_compile "$LINENO"; then :
13235   have_mbstate_t=yes
13236 else
13237   have_mbstate_t=no
13238 fi
13239 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13240   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_mbstate_t" >&5
13241 $as_echo "$have_mbstate_t" >&6; }
13242   if test x"$have_mbstate_t" = xyes; then
13243
13244 $as_echo "#define HAVE_MBSTATE_T 1" >>confdefs.h
13245
13246   fi
13247
13248 # Some systems have frexp only in -lm, not in -lc.
13249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing frexp" >&5
13250 $as_echo_n "checking for library containing frexp... " >&6; }
13251 if test "${ac_cv_search_frexp+set}" = set; then :
13252   $as_echo_n "(cached) " >&6
13253 else
13254   ac_func_search_save_LIBS=$LIBS
13255 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13256 /* end confdefs.h.  */
13257
13258 /* Override any GCC internal prototype to avoid an error.
13259    Use char because int might match the return type of a GCC
13260    builtin and then its argument prototype would still apply.  */
13261 #ifdef __cplusplus
13262 extern "C"
13263 #endif
13264 char frexp ();
13265 int
13266 main ()
13267 {
13268 return frexp ();
13269   ;
13270   return 0;
13271 }
13272 _ACEOF
13273 for ac_lib in '' m; do
13274   if test -z "$ac_lib"; then
13275     ac_res="none required"
13276   else
13277     ac_res=-l$ac_lib
13278     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13279   fi
13280   if ac_fn_c_try_link "$LINENO"; then :
13281   ac_cv_search_frexp=$ac_res
13282 fi
13283 rm -f core conftest.err conftest.$ac_objext \
13284     conftest$ac_exeext
13285   if test "${ac_cv_search_frexp+set}" = set; then :
13286   break
13287 fi
13288 done
13289 if test "${ac_cv_search_frexp+set}" = set; then :
13290
13291 else
13292   ac_cv_search_frexp=no
13293 fi
13294 rm conftest.$ac_ext
13295 LIBS=$ac_func_search_save_LIBS
13296 fi
13297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_frexp" >&5
13298 $as_echo "$ac_cv_search_frexp" >&6; }
13299 ac_res=$ac_cv_search_frexp
13300 if test "$ac_res" != no; then :
13301   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13302
13303 fi
13304
13305
13306
13307   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
13308 $as_echo_n "checking for LC_MESSAGES... " >&6; }
13309 if test "${am_cv_val_LC_MESSAGES+set}" = set; then :
13310   $as_echo_n "(cached) " >&6
13311 else
13312   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13313 /* end confdefs.h.  */
13314 #include <locale.h>
13315 int
13316 main ()
13317 {
13318 return LC_MESSAGES
13319   ;
13320   return 0;
13321 }
13322 _ACEOF
13323 if ac_fn_c_try_link "$LINENO"; then :
13324   am_cv_val_LC_MESSAGES=yes
13325 else
13326   am_cv_val_LC_MESSAGES=no
13327 fi
13328 rm -f core conftest.err conftest.$ac_objext \
13329     conftest$ac_exeext conftest.$ac_ext
13330 fi
13331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
13332 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
13333   if test $am_cv_val_LC_MESSAGES = yes; then
13334
13335 $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
13336
13337   fi
13338
13339
13340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in time.h" >&5
13341 $as_echo_n "checking for time_t in time.h... " >&6; }
13342 if test "${bu_cv_decl_time_t_time_h+set}" = set; then :
13343   $as_echo_n "(cached) " >&6
13344 else
13345   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13346 /* end confdefs.h.  */
13347 #include <time.h>
13348 int
13349 main ()
13350 {
13351 time_t i;
13352   ;
13353   return 0;
13354 }
13355 _ACEOF
13356 if ac_fn_c_try_compile "$LINENO"; then :
13357   bu_cv_decl_time_t_time_h=yes
13358 else
13359   bu_cv_decl_time_t_time_h=no
13360 fi
13361 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13362 fi
13363
13364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_time_h" >&5
13365 $as_echo "$bu_cv_decl_time_t_time_h" >&6; }
13366 if test $bu_cv_decl_time_t_time_h = yes; then
13367
13368 $as_echo "#define HAVE_TIME_T_IN_TIME_H 1" >>confdefs.h
13369
13370 fi
13371
13372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in sys/types.h" >&5
13373 $as_echo_n "checking for time_t in sys/types.h... " >&6; }
13374 if test "${bu_cv_decl_time_t_types_h+set}" = set; then :
13375   $as_echo_n "(cached) " >&6
13376 else
13377   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13378 /* end confdefs.h.  */
13379 #include <sys/types.h>
13380 int
13381 main ()
13382 {
13383 time_t i;
13384   ;
13385   return 0;
13386 }
13387 _ACEOF
13388 if ac_fn_c_try_compile "$LINENO"; then :
13389   bu_cv_decl_time_t_types_h=yes
13390 else
13391   bu_cv_decl_time_t_types_h=no
13392 fi
13393 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13394 fi
13395
13396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_types_h" >&5
13397 $as_echo "$bu_cv_decl_time_t_types_h" >&6; }
13398 if test $bu_cv_decl_time_t_types_h = yes; then
13399
13400 $as_echo "#define HAVE_TIME_T_IN_TYPES_H 1" >>confdefs.h
13401
13402 fi
13403
13404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
13405 $as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
13406 if test "${bu_cv_decl_getopt_unistd_h+set}" = set; then :
13407   $as_echo_n "(cached) " >&6
13408 else
13409   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13410 /* end confdefs.h.  */
13411 #include <unistd.h>
13412 int
13413 main ()
13414 {
13415 extern int getopt (int, char *const*, const char *);
13416   ;
13417   return 0;
13418 }
13419 _ACEOF
13420 if ac_fn_c_try_compile "$LINENO"; then :
13421   bu_cv_decl_getopt_unistd_h=yes
13422 else
13423   bu_cv_decl_getopt_unistd_h=no
13424 fi
13425 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13426 fi
13427
13428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_getopt_unistd_h" >&5
13429 $as_echo "$bu_cv_decl_getopt_unistd_h" >&6; }
13430 if test $bu_cv_decl_getopt_unistd_h = yes; then
13431
13432 $as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
13433
13434 fi
13435
13436 # Under Next 3.2 <utime.h> apparently does not define struct utimbuf
13437 # by default.
13438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for utime.h" >&5
13439 $as_echo_n "checking for utime.h... " >&6; }
13440 if test "${bu_cv_header_utime_h+set}" = set; then :
13441   $as_echo_n "(cached) " >&6
13442 else
13443   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13444 /* end confdefs.h.  */
13445 #include <sys/types.h>
13446 #ifdef HAVE_TIME_H
13447 #include <time.h>
13448 #endif
13449 #include <utime.h>
13450 int
13451 main ()
13452 {
13453 struct utimbuf s;
13454   ;
13455   return 0;
13456 }
13457 _ACEOF
13458 if ac_fn_c_try_compile "$LINENO"; then :
13459   bu_cv_header_utime_h=yes
13460 else
13461   bu_cv_header_utime_h=no
13462 fi
13463 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13464 fi
13465
13466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_header_utime_h" >&5
13467 $as_echo "$bu_cv_header_utime_h" >&6; }
13468 if test $bu_cv_header_utime_h = yes; then
13469
13470 $as_echo "#define HAVE_GOOD_UTIME_H 1" >>confdefs.h
13471
13472 fi
13473
13474 ac_fn_c_check_decl "$LINENO" "environ" "ac_cv_have_decl_environ" "$ac_includes_default"
13475 if test "x$ac_cv_have_decl_environ" = x""yes; then :
13476   ac_have_decl=1
13477 else
13478   ac_have_decl=0
13479 fi
13480
13481 cat >>confdefs.h <<_ACEOF
13482 #define HAVE_DECL_ENVIRON $ac_have_decl
13483 _ACEOF
13484 ac_fn_c_check_decl "$LINENO" "fprintf" "ac_cv_have_decl_fprintf" "$ac_includes_default"
13485 if test "x$ac_cv_have_decl_fprintf" = x""yes; then :
13486   ac_have_decl=1
13487 else
13488   ac_have_decl=0
13489 fi
13490
13491 cat >>confdefs.h <<_ACEOF
13492 #define HAVE_DECL_FPRINTF $ac_have_decl
13493 _ACEOF
13494 ac_fn_c_check_decl "$LINENO" "getc_unlocked" "ac_cv_have_decl_getc_unlocked" "$ac_includes_default"
13495 if test "x$ac_cv_have_decl_getc_unlocked" = x""yes; then :
13496   ac_have_decl=1
13497 else
13498   ac_have_decl=0
13499 fi
13500
13501 cat >>confdefs.h <<_ACEOF
13502 #define HAVE_DECL_GETC_UNLOCKED $ac_have_decl
13503 _ACEOF
13504 ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
13505 if test "x$ac_cv_have_decl_getenv" = x""yes; then :
13506   ac_have_decl=1
13507 else
13508   ac_have_decl=0
13509 fi
13510
13511 cat >>confdefs.h <<_ACEOF
13512 #define HAVE_DECL_GETENV $ac_have_decl
13513 _ACEOF
13514 ac_fn_c_check_decl "$LINENO" "sbrk" "ac_cv_have_decl_sbrk" "$ac_includes_default"
13515 if test "x$ac_cv_have_decl_sbrk" = x""yes; then :
13516   ac_have_decl=1
13517 else
13518   ac_have_decl=0
13519 fi
13520
13521 cat >>confdefs.h <<_ACEOF
13522 #define HAVE_DECL_SBRK $ac_have_decl
13523 _ACEOF
13524 ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
13525 if test "x$ac_cv_have_decl_snprintf" = x""yes; then :
13526   ac_have_decl=1
13527 else
13528   ac_have_decl=0
13529 fi
13530
13531 cat >>confdefs.h <<_ACEOF
13532 #define HAVE_DECL_SNPRINTF $ac_have_decl
13533 _ACEOF
13534 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
13535 if test "x$ac_cv_have_decl_stpcpy" = x""yes; then :
13536   ac_have_decl=1
13537 else
13538   ac_have_decl=0
13539 fi
13540
13541 cat >>confdefs.h <<_ACEOF
13542 #define HAVE_DECL_STPCPY $ac_have_decl
13543 _ACEOF
13544 ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
13545 if test "x$ac_cv_have_decl_strnlen" = x""yes; then :
13546   ac_have_decl=1
13547 else
13548   ac_have_decl=0
13549 fi
13550
13551 cat >>confdefs.h <<_ACEOF
13552 #define HAVE_DECL_STRNLEN $ac_have_decl
13553 _ACEOF
13554 ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
13555 if test "x$ac_cv_have_decl_strstr" = x""yes; then :
13556   ac_have_decl=1
13557 else
13558   ac_have_decl=0
13559 fi
13560
13561 cat >>confdefs.h <<_ACEOF
13562 #define HAVE_DECL_STRSTR $ac_have_decl
13563 _ACEOF
13564 ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
13565 if test "x$ac_cv_have_decl_vsnprintf" = x""yes; then :
13566   ac_have_decl=1
13567 else
13568   ac_have_decl=0
13569 fi
13570
13571 cat >>confdefs.h <<_ACEOF
13572 #define HAVE_DECL_VSNPRINTF $ac_have_decl
13573 _ACEOF
13574
13575
13576 # Link in zlib if we can.  This allows us to read compressed debug
13577 # sections.  This is used only by readelf.c (objdump uses bfd for
13578 # reading compressed sections).
13579
13580   # Use the system's zlib library.
13581   zlibdir="-L\$(top_builddir)/../zlib"
13582   zlibinc="-I\$(top_srcdir)/../zlib"
13583
13584 # Check whether --with-system-zlib was given.
13585 if test "${with_system_zlib+set}" = set; then :
13586   withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
13587     zlibdir=
13588     zlibinc=
13589   fi
13590
13591 fi
13592
13593
13594
13595
13596
13597
13598 case "${host}" in
13599 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
13600
13601 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
13602  ;;
13603 esac
13604
13605 # target-specific stuff:
13606
13607 # Canonicalize the secondary target names.
13608 if test -n "$enable_targets"; then
13609     for targ in `echo $enable_targets | sed 's/,/ /g'`
13610     do
13611         result=`$ac_config_sub $targ 2>/dev/null`
13612         if test -n "$result"; then
13613             canon_targets="$canon_targets $result"
13614         else
13615             # Allow targets that config.sub doesn't recognize, like "all".
13616             canon_targets="$canon_targets $targ"
13617         fi
13618     done
13619 fi
13620
13621 ac_fn_c_check_header_mongrel "$LINENO" "iconv.h" "ac_cv_header_iconv_h" "$ac_includes_default"
13622 if test "x$ac_cv_header_iconv_h" = x""yes; then :
13623
13624 fi
13625
13626
13627
13628       if test "X$prefix" = "XNONE"; then
13629     acl_final_prefix="$ac_default_prefix"
13630   else
13631     acl_final_prefix="$prefix"
13632   fi
13633   if test "X$exec_prefix" = "XNONE"; then
13634     acl_final_exec_prefix='${prefix}'
13635   else
13636     acl_final_exec_prefix="$exec_prefix"
13637   fi
13638   acl_save_prefix="$prefix"
13639   prefix="$acl_final_prefix"
13640   eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
13641   prefix="$acl_save_prefix"
13642
13643
13644 # Check whether --with-gnu-ld was given.
13645 if test "${with_gnu_ld+set}" = set; then :
13646   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
13647 else
13648   with_gnu_ld=no
13649 fi
13650
13651 # Prepare PATH_SEPARATOR.
13652 # The user is always right.
13653 if test "${PATH_SEPARATOR+set}" != set; then
13654   echo "#! /bin/sh" >conf$$.sh
13655   echo  "exit 0"   >>conf$$.sh
13656   chmod +x conf$$.sh
13657   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13658     PATH_SEPARATOR=';'
13659   else
13660     PATH_SEPARATOR=:
13661   fi
13662   rm -f conf$$.sh
13663 fi
13664 ac_prog=ld
13665 if test "$GCC" = yes; then
13666   # Check if gcc -print-prog-name=ld gives a path.
13667   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
13668 $as_echo_n "checking for ld used by GCC... " >&6; }
13669   case $host in
13670   *-*-mingw*)
13671     # gcc leaves a trailing carriage return which upsets mingw
13672     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
13673   *)
13674     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
13675   esac
13676   case $ac_prog in
13677     # Accept absolute paths.
13678     [\\/]* | [A-Za-z]:[\\/]*)
13679       re_direlt='/[^/][^/]*/\.\./'
13680       # Canonicalize the path of ld
13681       ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
13682       while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
13683         ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
13684       done
13685       test -z "$LD" && LD="$ac_prog"
13686       ;;
13687   "")
13688     # If it fails, then pretend we aren't using GCC.
13689     ac_prog=ld
13690     ;;
13691   *)
13692     # If it is relative, then search for the first ld in PATH.
13693     with_gnu_ld=unknown
13694     ;;
13695   esac
13696 elif test "$with_gnu_ld" = yes; then
13697   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
13698 $as_echo_n "checking for GNU ld... " >&6; }
13699 else
13700   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
13701 $as_echo_n "checking for non-GNU ld... " >&6; }
13702 fi
13703 if test "${acl_cv_path_LD+set}" = set; then :
13704   $as_echo_n "(cached) " >&6
13705 else
13706   if test -z "$LD"; then
13707   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
13708   for ac_dir in $PATH; do
13709     test -z "$ac_dir" && ac_dir=.
13710     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
13711       acl_cv_path_LD="$ac_dir/$ac_prog"
13712       # Check to see if the program is GNU ld.  I'd rather use --version,
13713       # but apparently some GNU ld's only accept -v.
13714       # Break only if it was the GNU/non-GNU ld that we prefer.
13715       if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
13716         test "$with_gnu_ld" != no && break
13717       else
13718         test "$with_gnu_ld" != yes && break
13719       fi
13720     fi
13721   done
13722   IFS="$ac_save_ifs"
13723 else
13724   acl_cv_path_LD="$LD" # Let the user override the test with a path.
13725 fi
13726 fi
13727
13728 LD="$acl_cv_path_LD"
13729 if test -n "$LD"; then
13730   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
13731 $as_echo "$LD" >&6; }
13732 else
13733   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13734 $as_echo "no" >&6; }
13735 fi
13736 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
13737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
13738 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
13739 if test "${acl_cv_prog_gnu_ld+set}" = set; then :
13740   $as_echo_n "(cached) " >&6
13741 else
13742   # I'd rather use --version here, but apparently some GNU ld's only accept -v.
13743 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
13744   acl_cv_prog_gnu_ld=yes
13745 else
13746   acl_cv_prog_gnu_ld=no
13747 fi
13748 fi
13749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
13750 $as_echo "$acl_cv_prog_gnu_ld" >&6; }
13751 with_gnu_ld=$acl_cv_prog_gnu_ld
13752
13753
13754
13755                                                 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
13756 $as_echo_n "checking for shared library run path origin... " >&6; }
13757 if test "${acl_cv_rpath+set}" = set; then :
13758   $as_echo_n "(cached) " >&6
13759 else
13760
13761     CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
13762     ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
13763     . ./conftest.sh
13764     rm -f ./conftest.sh
13765     acl_cv_rpath=done
13766
13767 fi
13768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
13769 $as_echo "$acl_cv_rpath" >&6; }
13770   wl="$acl_cv_wl"
13771   libext="$acl_cv_libext"
13772   shlibext="$acl_cv_shlibext"
13773   hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
13774   hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
13775   hardcode_direct="$acl_cv_hardcode_direct"
13776   hardcode_minus_L="$acl_cv_hardcode_minus_L"
13777     # Check whether --enable-rpath was given.
13778 if test "${enable_rpath+set}" = set; then :
13779   enableval=$enable_rpath; :
13780 else
13781   enable_rpath=yes
13782 fi
13783
13784
13785
13786
13787
13788
13789
13790
13791     use_additional=yes
13792
13793   acl_save_prefix="$prefix"
13794   prefix="$acl_final_prefix"
13795   acl_save_exec_prefix="$exec_prefix"
13796   exec_prefix="$acl_final_exec_prefix"
13797
13798     eval additional_includedir=\"$includedir\"
13799     eval additional_libdir=\"$libdir\"
13800
13801   exec_prefix="$acl_save_exec_prefix"
13802   prefix="$acl_save_prefix"
13803
13804
13805 # Check whether --with-libiconv-prefix was given.
13806 if test "${with_libiconv_prefix+set}" = set; then :
13807   withval=$with_libiconv_prefix;
13808     if test "X$withval" = "Xno"; then
13809       use_additional=no
13810     else
13811       if test "X$withval" = "X"; then
13812
13813   acl_save_prefix="$prefix"
13814   prefix="$acl_final_prefix"
13815   acl_save_exec_prefix="$exec_prefix"
13816   exec_prefix="$acl_final_exec_prefix"
13817
13818           eval additional_includedir=\"$includedir\"
13819           eval additional_libdir=\"$libdir\"
13820
13821   exec_prefix="$acl_save_exec_prefix"
13822   prefix="$acl_save_prefix"
13823
13824       else
13825         additional_includedir="$withval/include"
13826         additional_libdir="$withval/lib"
13827       fi
13828     fi
13829
13830 fi
13831
13832       LIBICONV=
13833   LTLIBICONV=
13834   INCICONV=
13835   rpathdirs=
13836   ltrpathdirs=
13837   names_already_handled=
13838   names_next_round='iconv '
13839   while test -n "$names_next_round"; do
13840     names_this_round="$names_next_round"
13841     names_next_round=
13842     for name in $names_this_round; do
13843       already_handled=
13844       for n in $names_already_handled; do
13845         if test "$n" = "$name"; then
13846           already_handled=yes
13847           break
13848         fi
13849       done
13850       if test -z "$already_handled"; then
13851         names_already_handled="$names_already_handled $name"
13852                         uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
13853         eval value=\"\$HAVE_LIB$uppername\"
13854         if test -n "$value"; then
13855           if test "$value" = yes; then
13856             eval value=\"\$LIB$uppername\"
13857             test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
13858             eval value=\"\$LTLIB$uppername\"
13859             test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
13860           else
13861                                     :
13862           fi
13863         else
13864                               found_dir=
13865           found_la=
13866           found_so=
13867           found_a=
13868           if test $use_additional = yes; then
13869             if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
13870               found_dir="$additional_libdir"
13871               found_so="$additional_libdir/lib$name.$shlibext"
13872               if test -f "$additional_libdir/lib$name.la"; then
13873                 found_la="$additional_libdir/lib$name.la"
13874               fi
13875             else
13876               if test -f "$additional_libdir/lib$name.$libext"; then
13877                 found_dir="$additional_libdir"
13878                 found_a="$additional_libdir/lib$name.$libext"
13879                 if test -f "$additional_libdir/lib$name.la"; then
13880                   found_la="$additional_libdir/lib$name.la"
13881                 fi
13882               fi
13883             fi
13884           fi
13885           if test "X$found_dir" = "X"; then
13886             for x in $LDFLAGS $LTLIBICONV; do
13887
13888   acl_save_prefix="$prefix"
13889   prefix="$acl_final_prefix"
13890   acl_save_exec_prefix="$exec_prefix"
13891   exec_prefix="$acl_final_exec_prefix"
13892   eval x=\"$x\"
13893   exec_prefix="$acl_save_exec_prefix"
13894   prefix="$acl_save_prefix"
13895
13896               case "$x" in
13897                 -L*)
13898                   dir=`echo "X$x" | sed -e 's/^X-L//'`
13899                   if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
13900                     found_dir="$dir"
13901                     found_so="$dir/lib$name.$shlibext"
13902                     if test -f "$dir/lib$name.la"; then
13903                       found_la="$dir/lib$name.la"
13904                     fi
13905                   else
13906                     if test -f "$dir/lib$name.$libext"; then
13907                       found_dir="$dir"
13908                       found_a="$dir/lib$name.$libext"
13909                       if test -f "$dir/lib$name.la"; then
13910                         found_la="$dir/lib$name.la"
13911                       fi
13912                     fi
13913                   fi
13914                   ;;
13915               esac
13916               if test "X$found_dir" != "X"; then
13917                 break
13918               fi
13919             done
13920           fi
13921           if test "X$found_dir" != "X"; then
13922                         LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
13923             if test "X$found_so" != "X"; then
13924                                                         if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
13925                                 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13926               else
13927                                                                                 haveit=
13928                 for x in $ltrpathdirs; do
13929                   if test "X$x" = "X$found_dir"; then
13930                     haveit=yes
13931                     break
13932                   fi
13933                 done
13934                 if test -z "$haveit"; then
13935                   ltrpathdirs="$ltrpathdirs $found_dir"
13936                 fi
13937                                 if test "$hardcode_direct" = yes; then
13938                                                       LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13939                 else
13940                   if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
13941                                                             LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13942                                                             haveit=
13943                     for x in $rpathdirs; do
13944                       if test "X$x" = "X$found_dir"; then
13945                         haveit=yes
13946                         break
13947                       fi
13948                     done
13949                     if test -z "$haveit"; then
13950                       rpathdirs="$rpathdirs $found_dir"
13951                     fi
13952                   else
13953                                                                                 haveit=
13954                     for x in $LDFLAGS $LIBICONV; do
13955
13956   acl_save_prefix="$prefix"
13957   prefix="$acl_final_prefix"
13958   acl_save_exec_prefix="$exec_prefix"
13959   exec_prefix="$acl_final_exec_prefix"
13960   eval x=\"$x\"
13961   exec_prefix="$acl_save_exec_prefix"
13962   prefix="$acl_save_prefix"
13963
13964                       if test "X$x" = "X-L$found_dir"; then
13965                         haveit=yes
13966                         break
13967                       fi
13968                     done
13969                     if test -z "$haveit"; then
13970                       LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
13971                     fi
13972                     if test "$hardcode_minus_L" != no; then
13973                                                                                         LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13974                     else
13975                                                                                                                                                                                 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
13976                     fi
13977                   fi
13978                 fi
13979               fi
13980             else
13981               if test "X$found_a" != "X"; then
13982                                 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
13983               else
13984                                                 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
13985               fi
13986             fi
13987                         additional_includedir=
13988             case "$found_dir" in
13989               */lib | */lib/)
13990                 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
13991                 additional_includedir="$basedir/include"
13992                 ;;
13993             esac
13994             if test "X$additional_includedir" != "X"; then
13995                                                                                                                 if test "X$additional_includedir" != "X/usr/include"; then
13996                 haveit=
13997                 if test "X$additional_includedir" = "X/usr/local/include"; then
13998                   if test -n "$GCC"; then
13999                     case $host_os in
14000                       linux*) haveit=yes;;
14001                     esac
14002                   fi
14003                 fi
14004                 if test -z "$haveit"; then
14005                   for x in $CPPFLAGS $INCICONV; do
14006
14007   acl_save_prefix="$prefix"
14008   prefix="$acl_final_prefix"
14009   acl_save_exec_prefix="$exec_prefix"
14010   exec_prefix="$acl_final_exec_prefix"
14011   eval x=\"$x\"
14012   exec_prefix="$acl_save_exec_prefix"
14013   prefix="$acl_save_prefix"
14014
14015                     if test "X$x" = "X-I$additional_includedir"; then
14016                       haveit=yes
14017                       break
14018                     fi
14019                   done
14020                   if test -z "$haveit"; then
14021                     if test -d "$additional_includedir"; then
14022                                             INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
14023                     fi
14024                   fi
14025                 fi
14026               fi
14027             fi
14028                         if test -n "$found_la"; then
14029                                                         save_libdir="$libdir"
14030               case "$found_la" in
14031                 */* | *\\*) . "$found_la" ;;
14032                 *) . "./$found_la" ;;
14033               esac
14034               libdir="$save_libdir"
14035                             for dep in $dependency_libs; do
14036                 case "$dep" in
14037                   -L*)
14038                     additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
14039                                                                                                                                                                 if test "X$additional_libdir" != "X/usr/lib"; then
14040                       haveit=
14041                       if test "X$additional_libdir" = "X/usr/local/lib"; then
14042                         if test -n "$GCC"; then
14043                           case $host_os in
14044                             linux*) haveit=yes;;
14045                           esac
14046                         fi
14047                       fi
14048                       if test -z "$haveit"; then
14049                         haveit=
14050                         for x in $LDFLAGS $LIBICONV; do
14051
14052   acl_save_prefix="$prefix"
14053   prefix="$acl_final_prefix"
14054   acl_save_exec_prefix="$exec_prefix"
14055   exec_prefix="$acl_final_exec_prefix"
14056   eval x=\"$x\"
14057   exec_prefix="$acl_save_exec_prefix"
14058   prefix="$acl_save_prefix"
14059
14060                           if test "X$x" = "X-L$additional_libdir"; then
14061                             haveit=yes
14062                             break
14063                           fi
14064                         done
14065                         if test -z "$haveit"; then
14066                           if test -d "$additional_libdir"; then
14067                                                         LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
14068                           fi
14069                         fi
14070                         haveit=
14071                         for x in $LDFLAGS $LTLIBICONV; do
14072
14073   acl_save_prefix="$prefix"
14074   prefix="$acl_final_prefix"
14075   acl_save_exec_prefix="$exec_prefix"
14076   exec_prefix="$acl_final_exec_prefix"
14077   eval x=\"$x\"
14078   exec_prefix="$acl_save_exec_prefix"
14079   prefix="$acl_save_prefix"
14080
14081                           if test "X$x" = "X-L$additional_libdir"; then
14082                             haveit=yes
14083                             break
14084                           fi
14085                         done
14086                         if test -z "$haveit"; then
14087                           if test -d "$additional_libdir"; then
14088                                                         LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
14089                           fi
14090                         fi
14091                       fi
14092                     fi
14093                     ;;
14094                   -R*)
14095                     dir=`echo "X$dep" | sed -e 's/^X-R//'`
14096                     if test "$enable_rpath" != no; then
14097                                                                   haveit=
14098                       for x in $rpathdirs; do
14099                         if test "X$x" = "X$dir"; then
14100                           haveit=yes
14101                           break
14102                         fi
14103                       done
14104                       if test -z "$haveit"; then
14105                         rpathdirs="$rpathdirs $dir"
14106                       fi
14107                                                                   haveit=
14108                       for x in $ltrpathdirs; do
14109                         if test "X$x" = "X$dir"; then
14110                           haveit=yes
14111                           break
14112                         fi
14113                       done
14114                       if test -z "$haveit"; then
14115                         ltrpathdirs="$ltrpathdirs $dir"
14116                       fi
14117                     fi
14118                     ;;
14119                   -l*)
14120                                         names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
14121                     ;;
14122                   *.la)
14123                                                                                 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
14124                     ;;
14125                   *)
14126                                         LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
14127                     LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
14128                     ;;
14129                 esac
14130               done
14131             fi
14132           else
14133                                                             LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
14134             LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
14135           fi
14136         fi
14137       fi
14138     done
14139   done
14140   if test "X$rpathdirs" != "X"; then
14141     if test -n "$hardcode_libdir_separator"; then
14142                         alldirs=
14143       for found_dir in $rpathdirs; do
14144         alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
14145       done
14146             acl_save_libdir="$libdir"
14147       libdir="$alldirs"
14148       eval flag=\"$hardcode_libdir_flag_spec\"
14149       libdir="$acl_save_libdir"
14150       LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
14151     else
14152             for found_dir in $rpathdirs; do
14153         acl_save_libdir="$libdir"
14154         libdir="$found_dir"
14155         eval flag=\"$hardcode_libdir_flag_spec\"
14156         libdir="$acl_save_libdir"
14157         LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
14158       done
14159     fi
14160   fi
14161   if test "X$ltrpathdirs" != "X"; then
14162             for found_dir in $ltrpathdirs; do
14163       LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
14164     done
14165   fi
14166
14167
14168
14169
14170
14171
14172
14173   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
14174 $as_echo_n "checking for iconv... " >&6; }
14175 if test "${am_cv_func_iconv+set}" = set; then :
14176   $as_echo_n "(cached) " >&6
14177 else
14178
14179     am_cv_func_iconv="no, consider installing GNU libiconv"
14180     am_cv_lib_iconv=no
14181                     am_save_CPPFLAGS="$CPPFLAGS"
14182     CPPFLAGS="$CPPFLAGS $INCICONV"
14183     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14184 /* end confdefs.h.  */
14185 #include <stdlib.h>
14186 #include <iconv.h>
14187 int
14188 main ()
14189 {
14190 iconv_t cd = iconv_open("","");
14191        iconv(cd,NULL,NULL,NULL,NULL);
14192        iconv_close(cd);
14193   ;
14194   return 0;
14195 }
14196 _ACEOF
14197 if ac_fn_c_try_link "$LINENO"; then :
14198   am_cv_func_iconv=yes
14199 fi
14200 rm -f core conftest.err conftest.$ac_objext \
14201     conftest$ac_exeext conftest.$ac_ext
14202     CPPFLAGS="$am_save_CPPFLAGS"
14203
14204     if test "$am_cv_func_iconv" != yes && test -d ../libiconv; then
14205       for _libs in .libs _libs; do
14206         am_save_CPPFLAGS="$CPPFLAGS"
14207         am_save_LIBS="$LIBS"
14208         CPPFLAGS="$CPPFLAGS -I../libiconv/include"
14209         LIBS="$LIBS ../libiconv/lib/$_libs/libiconv.a"
14210         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14211 /* end confdefs.h.  */
14212 #include <stdlib.h>
14213 #include <iconv.h>
14214 int
14215 main ()
14216 {
14217 iconv_t cd = iconv_open("","");
14218            iconv(cd,NULL,NULL,NULL,NULL);
14219            iconv_close(cd);
14220   ;
14221   return 0;
14222 }
14223 _ACEOF
14224 if ac_fn_c_try_link "$LINENO"; then :
14225   INCICONV="-I../libiconv/include"
14226           LIBICONV='${top_builddir}'/../libiconv/lib/$_libs/libiconv.a
14227           LTLIBICONV='${top_builddir}'/../libiconv/lib/libiconv.la
14228           am_cv_lib_iconv=yes
14229           am_cv_func_iconv=yes
14230 fi
14231 rm -f core conftest.err conftest.$ac_objext \
14232     conftest$ac_exeext conftest.$ac_ext
14233         CPPFLAGS="$am_save_CPPFLAGS"
14234         LIBS="$am_save_LIBS"
14235         if test "$am_cv_func_iconv" = "yes"; then
14236           break
14237         fi
14238       done
14239     fi
14240
14241     if test "$am_cv_func_iconv" != yes; then
14242       am_save_CPPFLAGS="$CPPFLAGS"
14243       am_save_LIBS="$LIBS"
14244       CPPFLAGS="$LIBS $INCICONV"
14245       LIBS="$LIBS $LIBICONV"
14246       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14247 /* end confdefs.h.  */
14248 #include <stdlib.h>
14249 #include <iconv.h>
14250 int
14251 main ()
14252 {
14253 iconv_t cd = iconv_open("","");
14254          iconv(cd,NULL,NULL,NULL,NULL);
14255          iconv_close(cd);
14256   ;
14257   return 0;
14258 }
14259 _ACEOF
14260 if ac_fn_c_try_link "$LINENO"; then :
14261   am_cv_lib_iconv=yes
14262         am_cv_func_iconv=yes
14263 fi
14264 rm -f core conftest.err conftest.$ac_objext \
14265     conftest$ac_exeext conftest.$ac_ext
14266       CPPFLAGS="$am_save_CPPFLAGS"
14267       LIBS="$am_save_LIBS"
14268     fi
14269
14270 fi
14271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
14272 $as_echo "$am_cv_func_iconv" >&6; }
14273   if test "$am_cv_func_iconv" = yes; then
14274
14275 $as_echo "#define HAVE_ICONV 1" >>confdefs.h
14276
14277   fi
14278   if test "$am_cv_lib_iconv" = yes; then
14279
14280   for element in $INCICONV; do
14281     haveit=
14282     for x in $CPPFLAGS; do
14283
14284   acl_save_prefix="$prefix"
14285   prefix="$acl_final_prefix"
14286   acl_save_exec_prefix="$exec_prefix"
14287   exec_prefix="$acl_final_exec_prefix"
14288   eval x=\"$x\"
14289   exec_prefix="$acl_save_exec_prefix"
14290   prefix="$acl_save_prefix"
14291
14292       if test "X$x" = "X$element"; then
14293         haveit=yes
14294         break
14295       fi
14296     done
14297     if test -z "$haveit"; then
14298       CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
14299     fi
14300   done
14301
14302     { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
14303 $as_echo_n "checking how to link with libiconv... " >&6; }
14304     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
14305 $as_echo "$LIBICONV" >&6; }
14306   else
14307     LIBICONV=
14308     LTLIBICONV=
14309   fi
14310
14311
14312
14313   if test "$am_cv_func_iconv" = yes; then
14314     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
14315 $as_echo_n "checking for iconv declaration... " >&6; }
14316     if test "${am_cv_proto_iconv+set}" = set; then :
14317   $as_echo_n "(cached) " >&6
14318 else
14319
14320       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14321 /* end confdefs.h.  */
14322
14323 #include <stdlib.h>
14324 #include <iconv.h>
14325 extern
14326 #ifdef __cplusplus
14327 "C"
14328 #endif
14329 #if defined(__STDC__) || defined(__cplusplus)
14330 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
14331 #else
14332 size_t iconv();
14333 #endif
14334
14335 int
14336 main ()
14337 {
14338
14339   ;
14340   return 0;
14341 }
14342 _ACEOF
14343 if ac_fn_c_try_compile "$LINENO"; then :
14344   am_cv_proto_iconv_arg1=""
14345 else
14346   am_cv_proto_iconv_arg1="const"
14347 fi
14348 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14349       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);"
14350 fi
14351
14352     am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
14353     { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
14354          }$am_cv_proto_iconv" >&5
14355 $as_echo "${ac_t:-
14356          }$am_cv_proto_iconv" >&6; }
14357
14358 cat >>confdefs.h <<_ACEOF
14359 #define ICONV_CONST $am_cv_proto_iconv_arg1
14360 _ACEOF
14361
14362   fi
14363
14364
14365 all_targets=false
14366 BUILD_NLMCONV=
14367 NLMCONV_DEFS=
14368 BUILD_SRCONV=
14369 BUILD_DLLTOOL=
14370 DLLTOOL_DEFS=
14371 DLLTOOL_DEFAULT=
14372 BUILD_WINDRES=
14373 BUILD_WINDMC=
14374 BUILD_DLLWRAP=
14375 BUILD_MISC=
14376 BUILD_INSTALL_MISC=
14377 OBJDUMP_DEFS=
14378 OBJDUMP_PRIVATE_VECTORS=
14379 OBJDUMP_PRIVATE_OFILES=
14380 od_vectors=
14381
14382 for targ in $target $canon_targets
14383 do
14384     if test "x$targ" = "xall"; then
14385         all_targets=true
14386         BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14387         BUILD_SRCONV='$(SRCONV_PROG)'
14388         NLMCONV_DEFS="-DNLMCONV_I386 -DNLMCONV_ALPHA -DNLMCONV_POWERPC -DNLMCONV_SPARC"
14389         BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
14390         BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14391         BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14392         BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14393         if test -z "$DLLTOOL_DEFAULT"; then
14394           DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14395         fi
14396         DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14397         BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
14398         od_vectors="$od_vectors objdump_private_desc_xcoff"
14399     else
14400         case $targ in
14401         i[3-7]86*-*-netware*)
14402           BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14403           NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_I386"
14404           ;;
14405         alpha*-*-netware*)
14406           BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14407           NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_ALPHA"
14408           ;;
14409         powerpc*-*-netware*)
14410           BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14411           NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_POWERPC"
14412           ;;
14413         sparc*-*-netware*)
14414           BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14415           NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_SPARC"
14416           ;;
14417         esac
14418
14419         case $targ in
14420         *-*-hms*) BUILD_SRCONV='$(SRCONV_PROG)' ;;
14421         esac
14422
14423         case $targ in
14424         arm-epoc-pe*)
14425           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14426           if test -z "$DLLTOOL_DEFAULT"; then
14427             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_EPOC"
14428           fi
14429           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_EPOC -DDLLTOOL_ARM"
14430           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14431           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14432           ;;
14433         arm-wince-pe* | arm-*-wince | arm*-*-cegcc* | arm*-*-mingw32ce*)
14434           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14435           if test -z "$DLLTOOL_DEFAULT"; then
14436             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_WINCE"
14437           fi
14438           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_WINCE -DDLLTOOL_ARM"
14439           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14440           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14441           ;;
14442         arm-*-pe*)
14443           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14444           if test -z "$DLLTOOL_DEFAULT"; then
14445             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM"
14446           fi
14447           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
14448           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14449           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14450           ;;
14451         x86_64-*-mingw* | x86_64-*-cygwin*)
14452           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14453           if test -z "$DLLTOOL_DEFAULT"; then
14454             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MX86_64"
14455           fi
14456           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MX86_64"
14457           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14458           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14459           BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
14460           ;;
14461         i[3-7]86-*-pe* | i[3-7]86-*-cygwin* | i[3-7]86-*-mingw32** | i[3-7]86-*-netbsdpe*)
14462           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14463           if test -z "$DLLTOOL_DEFAULT"; then
14464             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14465           fi
14466           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14467           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14468           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14469           BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
14470           ;;
14471         i[3-7]86-*-interix)
14472           BUILD_DLLTOOL='$(DLLTOOL_PROG)'
14473           if test -z "$DLLTOOL_DEFAULT"; then
14474             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14475           fi
14476           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14477           ;;
14478         powerpc*-aix5.[01])
14479           ;;
14480         powerpc*-aix[5-9].*)
14481           OBJDUMP_DEFS="-DAIX_WEAK_SUPPORT"
14482           ;;
14483         powerpc*-*-pe* | powerpc*-*-cygwin*)
14484           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14485           if test -z "$DLLTOOL_DEFAULT"; then
14486             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_PPC"
14487           fi
14488           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_PPC"
14489           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14490           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14491           ;;
14492         powerpc*-*-linux* | powerpc*-*-elf* | powerpc*-*-eabi*)
14493           case "$BUILD_INSTALL_MISC" in
14494             *embedspu*) ;;
14495             *) BUILD_INSTALL_MISC="${BUILD_INSTALL_MISC} embedspu"
14496           esac
14497           ;;
14498         sh*-*-pe)
14499           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14500           if test -z "$DLLTOOL_DEFAULT"; then
14501             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_SH"
14502           fi
14503           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_SH"
14504           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14505           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14506           ;;
14507         spu-*-*)
14508           BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
14509           ;;
14510         mips*-*-pe)
14511           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14512           if test -z "$DLLTOOL_DEFAULT"; then
14513             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MIPS"
14514           fi
14515           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MIPS"
14516           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14517           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14518           ;;
14519         mcore-*-pe)
14520           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14521           if test -z "$DLLTOOL_DEFAULT"; then
14522             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE"
14523           fi
14524           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE"
14525           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14526           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14527           ;;
14528         mcore-*-elf)
14529           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14530           if test -z "$DLLTOOL_DEFAULT"; then
14531             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE_ELF"
14532           fi
14533           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE_ELF"
14534           ;;
14535         mep-*)
14536           OBJDUMP_DEFS="-DSKIP_ZEROES=256 -DSKIP_ZEROES_AT_END=0"
14537           ;;
14538         esac
14539
14540         # Add objdump private vectors.
14541         case $targ in
14542         avr-*-*)
14543           od_vectors="$od_vectors objdump_private_desc_elf32_avr"
14544           ;;
14545         powerpc-*-aix*)
14546           od_vectors="$od_vectors objdump_private_desc_xcoff"
14547           ;;
14548         *-*-darwin*)
14549           od_vectors="$od_vectors objdump_private_desc_mach_o"
14550           ;;
14551         esac
14552     fi
14553 done
14554
14555 # Uniq objdump private vector, build objdump target ofiles.
14556 od_files=
14557 f=""
14558 for i in $od_vectors ; do
14559     case " $f " in
14560     *" $i "*) ;;
14561     *)
14562         f="$f $i"
14563         OBJDUMP_PRIVATE_VECTORS="$OBJDUMP_PRIVATE_VECTORS &$i,"
14564         case $i in
14565         objdump_private_desc_elf32_avr)
14566             od_files="$od_files od-elf32_avr" ;;
14567         objdump_private_desc_xcoff)
14568             od_files="$od_files od-xcoff" ;;
14569         objdump_private_desc_mach_o)
14570             od_files="$od_files od-macho" ;;
14571         *) as_fn_error "*** unknown private vector $i" "$LINENO" 5 ;;
14572         esac
14573         ;;
14574     esac
14575 done
14576
14577 # Uniq objdump target ofiles
14578 f=""
14579 for i in $od_files ; do
14580     case " $f " in
14581     *" $i "*) ;;
14582     *)
14583         f="$f $i"
14584         OBJDUMP_PRIVATE_OFILES="$OBJDUMP_PRIVATE_OFILES $i.$objext"
14585         ;;
14586     esac
14587 done
14588
14589 DLLTOOL_DEFS="$DLLTOOL_DEFS $DLLTOOL_DEFAULT"
14590
14591 if test "${with_windres+set}" = set; then
14592           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14593 fi
14594
14595 if test "${with_windmc+set}" = set; then
14596           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14597 fi
14598
14599 OBJDUMP_DEFS="${OBJDUMP_DEFS} -DOBJDUMP_PRIVATE_VECTORS=\"${OBJDUMP_PRIVATE_VECTORS}\""
14600
14601
14602
14603
14604
14605
14606
14607
14608
14609
14610
14611
14612
14613
14614
14615 cat >>confdefs.h <<_ACEOF
14616 #define TARGET "${target}"
14617 _ACEOF
14618
14619
14620 targ=$target
14621 . $srcdir/../bfd/config.bfd
14622 if test "x$targ_underscore" = "xyes"; then
14623     UNDERSCORE=1
14624 else
14625     UNDERSCORE=0
14626 fi
14627
14628 cat >>confdefs.h <<_ACEOF
14629 #define TARGET_PREPENDS_UNDERSCORE $UNDERSCORE
14630 _ACEOF
14631
14632
14633 # Emulation
14634 targ=$target
14635 . ${srcdir}/configure.tgt
14636 EMULATION=$targ_emul
14637 EMULATION_VECTOR=$targ_emul_vector
14638
14639
14640
14641
14642 # Required for html and install-html
14643
14644
14645
14646
14647
14648 ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
14649
14650 cat >confcache <<\_ACEOF
14651 # This file is a shell script that caches the results of configure
14652 # tests run on this system so they can be shared between configure
14653 # scripts and configure runs, see configure's option --config-cache.
14654 # It is not useful on other systems.  If it contains results you don't
14655 # want to keep, you may remove or edit it.
14656 #
14657 # config.status only pays attention to the cache file if you give it
14658 # the --recheck option to rerun configure.
14659 #
14660 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14661 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14662 # following values.
14663
14664 _ACEOF
14665
14666 # The following way of writing the cache mishandles newlines in values,
14667 # but we know of no workaround that is simple, portable, and efficient.
14668 # So, we kill variables containing newlines.
14669 # Ultrix sh set writes to stderr and can't be redirected directly,
14670 # and sets the high bit in the cache file unless we assign to the vars.
14671 (
14672   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14673     eval ac_val=\$$ac_var
14674     case $ac_val in #(
14675     *${as_nl}*)
14676       case $ac_var in #(
14677       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14678 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14679       esac
14680       case $ac_var in #(
14681       _ | IFS | as_nl) ;; #(
14682       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14683       *) { eval $ac_var=; unset $ac_var;} ;;
14684       esac ;;
14685     esac
14686   done
14687
14688   (set) 2>&1 |
14689     case $as_nl`(ac_space=' '; set) 2>&1` in #(
14690     *${as_nl}ac_space=\ *)
14691       # `set' does not quote correctly, so add quotes: double-quote
14692       # substitution turns \\\\ into \\, and sed turns \\ into \.
14693       sed -n \
14694         "s/'/'\\\\''/g;
14695           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14696       ;; #(
14697     *)
14698       # `set' quotes correctly as required by POSIX, so do not add quotes.
14699       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14700       ;;
14701     esac |
14702     sort
14703 ) |
14704   sed '
14705      /^ac_cv_env_/b end
14706      t clear
14707      :clear
14708      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14709      t end
14710      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14711      :end' >>confcache
14712 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14713   if test -w "$cache_file"; then
14714     test "x$cache_file" != "x/dev/null" &&
14715       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14716 $as_echo "$as_me: updating cache $cache_file" >&6;}
14717     cat confcache >$cache_file
14718   else
14719     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14720 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14721   fi
14722 fi
14723 rm -f confcache
14724
14725 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14726 # Let make expand exec_prefix.
14727 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14728
14729 DEFS=-DHAVE_CONFIG_H
14730
14731 ac_libobjs=
14732 ac_ltlibobjs=
14733 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14734   # 1. Remove the extension, and $U if already installed.
14735   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14736   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14737   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
14738   #    will be set to the directory where LIBOBJS objects are built.
14739   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14740   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14741 done
14742 LIBOBJS=$ac_libobjs
14743
14744 LTLIBOBJS=$ac_ltlibobjs
14745
14746
14747 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
14748   as_fn_error "conditional \"AMDEP\" was never defined.
14749 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14750 fi
14751 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
14752   as_fn_error "conditional \"am__fastdepCC\" was never defined.
14753 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14754 fi
14755  if test -n "$EXEEXT"; then
14756   am__EXEEXT_TRUE=
14757   am__EXEEXT_FALSE='#'
14758 else
14759   am__EXEEXT_TRUE='#'
14760   am__EXEEXT_FALSE=
14761 fi
14762
14763 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14764   as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
14765 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14766 fi
14767 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
14768   as_fn_error "conditional \"GENINSRC_NEVER\" was never defined.
14769 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14770 fi
14771
14772 : ${CONFIG_STATUS=./config.status}
14773 ac_write_fail=0
14774 ac_clean_files_save=$ac_clean_files
14775 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14776 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14777 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14778 as_write_fail=0
14779 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14780 #! $SHELL
14781 # Generated by $as_me.
14782 # Run this file to recreate the current configuration.
14783 # Compiler output produced by configure, useful for debugging
14784 # configure, is in config.log if it exists.
14785
14786 debug=false
14787 ac_cs_recheck=false
14788 ac_cs_silent=false
14789
14790 SHELL=\${CONFIG_SHELL-$SHELL}
14791 export SHELL
14792 _ASEOF
14793 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14794 ## -------------------- ##
14795 ## M4sh Initialization. ##
14796 ## -------------------- ##
14797
14798 # Be more Bourne compatible
14799 DUALCASE=1; export DUALCASE # for MKS sh
14800 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14801   emulate sh
14802   NULLCMD=:
14803   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14804   # is contrary to our usage.  Disable this feature.
14805   alias -g '${1+"$@"}'='"$@"'
14806   setopt NO_GLOB_SUBST
14807 else
14808   case `(set -o) 2>/dev/null` in #(
14809   *posix*) :
14810     set -o posix ;; #(
14811   *) :
14812      ;;
14813 esac
14814 fi
14815
14816
14817 as_nl='
14818 '
14819 export as_nl
14820 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14821 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14822 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14823 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14824 # Prefer a ksh shell builtin over an external printf program on Solaris,
14825 # but without wasting forks for bash or zsh.
14826 if test -z "$BASH_VERSION$ZSH_VERSION" \
14827     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14828   as_echo='print -r --'
14829   as_echo_n='print -rn --'
14830 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14831   as_echo='printf %s\n'
14832   as_echo_n='printf %s'
14833 else
14834   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14835     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14836     as_echo_n='/usr/ucb/echo -n'
14837   else
14838     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14839     as_echo_n_body='eval
14840       arg=$1;
14841       case $arg in #(
14842       *"$as_nl"*)
14843         expr "X$arg" : "X\\(.*\\)$as_nl";
14844         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14845       esac;
14846       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14847     '
14848     export as_echo_n_body
14849     as_echo_n='sh -c $as_echo_n_body as_echo'
14850   fi
14851   export as_echo_body
14852   as_echo='sh -c $as_echo_body as_echo'
14853 fi
14854
14855 # The user is always right.
14856 if test "${PATH_SEPARATOR+set}" != set; then
14857   PATH_SEPARATOR=:
14858   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14859     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14860       PATH_SEPARATOR=';'
14861   }
14862 fi
14863
14864
14865 # IFS
14866 # We need space, tab and new line, in precisely that order.  Quoting is
14867 # there to prevent editors from complaining about space-tab.
14868 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14869 # splitting by setting IFS to empty value.)
14870 IFS=" ""        $as_nl"
14871
14872 # Find who we are.  Look in the path if we contain no directory separator.
14873 case $0 in #((
14874   *[\\/]* ) as_myself=$0 ;;
14875   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14876 for as_dir in $PATH
14877 do
14878   IFS=$as_save_IFS
14879   test -z "$as_dir" && as_dir=.
14880     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14881   done
14882 IFS=$as_save_IFS
14883
14884      ;;
14885 esac
14886 # We did not find ourselves, most probably we were run as `sh COMMAND'
14887 # in which case we are not to be found in the path.
14888 if test "x$as_myself" = x; then
14889   as_myself=$0
14890 fi
14891 if test ! -f "$as_myself"; then
14892   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14893   exit 1
14894 fi
14895
14896 # Unset variables that we do not need and which cause bugs (e.g. in
14897 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
14898 # suppresses any "Segmentation fault" message there.  '((' could
14899 # trigger a bug in pdksh 5.2.14.
14900 for as_var in BASH_ENV ENV MAIL MAILPATH
14901 do eval test x\${$as_var+set} = xset \
14902   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14903 done
14904 PS1='$ '
14905 PS2='> '
14906 PS4='+ '
14907
14908 # NLS nuisances.
14909 LC_ALL=C
14910 export LC_ALL
14911 LANGUAGE=C
14912 export LANGUAGE
14913
14914 # CDPATH.
14915 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14916
14917
14918 # as_fn_error ERROR [LINENO LOG_FD]
14919 # ---------------------------------
14920 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14921 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14922 # script with status $?, using 1 if that was 0.
14923 as_fn_error ()
14924 {
14925   as_status=$?; test $as_status -eq 0 && as_status=1
14926   if test "$3"; then
14927     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14928     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
14929   fi
14930   $as_echo "$as_me: error: $1" >&2
14931   as_fn_exit $as_status
14932 } # as_fn_error
14933
14934
14935 # as_fn_set_status STATUS
14936 # -----------------------
14937 # Set $? to STATUS, without forking.
14938 as_fn_set_status ()
14939 {
14940   return $1
14941 } # as_fn_set_status
14942
14943 # as_fn_exit STATUS
14944 # -----------------
14945 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14946 as_fn_exit ()
14947 {
14948   set +e
14949   as_fn_set_status $1
14950   exit $1
14951 } # as_fn_exit
14952
14953 # as_fn_unset VAR
14954 # ---------------
14955 # Portably unset VAR.
14956 as_fn_unset ()
14957 {
14958   { eval $1=; unset $1;}
14959 }
14960 as_unset=as_fn_unset
14961 # as_fn_append VAR VALUE
14962 # ----------------------
14963 # Append the text in VALUE to the end of the definition contained in VAR. Take
14964 # advantage of any shell optimizations that allow amortized linear growth over
14965 # repeated appends, instead of the typical quadratic growth present in naive
14966 # implementations.
14967 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14968   eval 'as_fn_append ()
14969   {
14970     eval $1+=\$2
14971   }'
14972 else
14973   as_fn_append ()
14974   {
14975     eval $1=\$$1\$2
14976   }
14977 fi # as_fn_append
14978
14979 # as_fn_arith ARG...
14980 # ------------------
14981 # Perform arithmetic evaluation on the ARGs, and store the result in the
14982 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14983 # must be portable across $(()) and expr.
14984 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14985   eval 'as_fn_arith ()
14986   {
14987     as_val=$(( $* ))
14988   }'
14989 else
14990   as_fn_arith ()
14991   {
14992     as_val=`expr "$@" || test $? -eq 1`
14993   }
14994 fi # as_fn_arith
14995
14996
14997 if expr a : '\(a\)' >/dev/null 2>&1 &&
14998    test "X`expr 00001 : '.*\(...\)'`" = X001; then
14999   as_expr=expr
15000 else
15001   as_expr=false
15002 fi
15003
15004 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15005   as_basename=basename
15006 else
15007   as_basename=false
15008 fi
15009
15010 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15011   as_dirname=dirname
15012 else
15013   as_dirname=false
15014 fi
15015
15016 as_me=`$as_basename -- "$0" ||
15017 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15018          X"$0" : 'X\(//\)$' \| \
15019          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15020 $as_echo X/"$0" |
15021     sed '/^.*\/\([^/][^/]*\)\/*$/{
15022             s//\1/
15023             q
15024           }
15025           /^X\/\(\/\/\)$/{
15026             s//\1/
15027             q
15028           }
15029           /^X\/\(\/\).*/{
15030             s//\1/
15031             q
15032           }
15033           s/.*/./; q'`
15034
15035 # Avoid depending upon Character Ranges.
15036 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15037 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15038 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15039 as_cr_digits='0123456789'
15040 as_cr_alnum=$as_cr_Letters$as_cr_digits
15041
15042 ECHO_C= ECHO_N= ECHO_T=
15043 case `echo -n x` in #(((((
15044 -n*)
15045   case `echo 'xy\c'` in
15046   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
15047   xy)  ECHO_C='\c';;
15048   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
15049        ECHO_T=' ';;
15050   esac;;
15051 *)
15052   ECHO_N='-n';;
15053 esac
15054
15055 rm -f conf$$ conf$$.exe conf$$.file
15056 if test -d conf$$.dir; then
15057   rm -f conf$$.dir/conf$$.file
15058 else
15059   rm -f conf$$.dir
15060   mkdir conf$$.dir 2>/dev/null
15061 fi
15062 if (echo >conf$$.file) 2>/dev/null; then
15063   if ln -s conf$$.file conf$$ 2>/dev/null; then
15064     as_ln_s='ln -s'
15065     # ... but there are two gotchas:
15066     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15067     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15068     # In both cases, we have to default to `cp -p'.
15069     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15070       as_ln_s='cp -p'
15071   elif ln conf$$.file conf$$ 2>/dev/null; then
15072     as_ln_s=ln
15073   else
15074     as_ln_s='cp -p'
15075   fi
15076 else
15077   as_ln_s='cp -p'
15078 fi
15079 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15080 rmdir conf$$.dir 2>/dev/null
15081
15082
15083 # as_fn_mkdir_p
15084 # -------------
15085 # Create "$as_dir" as a directory, including parents if necessary.
15086 as_fn_mkdir_p ()
15087 {
15088
15089   case $as_dir in #(
15090   -*) as_dir=./$as_dir;;
15091   esac
15092   test -d "$as_dir" || eval $as_mkdir_p || {
15093     as_dirs=
15094     while :; do
15095       case $as_dir in #(
15096       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15097       *) as_qdir=$as_dir;;
15098       esac
15099       as_dirs="'$as_qdir' $as_dirs"
15100       as_dir=`$as_dirname -- "$as_dir" ||
15101 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15102          X"$as_dir" : 'X\(//\)[^/]' \| \
15103          X"$as_dir" : 'X\(//\)$' \| \
15104          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15105 $as_echo X"$as_dir" |
15106     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15107             s//\1/
15108             q
15109           }
15110           /^X\(\/\/\)[^/].*/{
15111             s//\1/
15112             q
15113           }
15114           /^X\(\/\/\)$/{
15115             s//\1/
15116             q
15117           }
15118           /^X\(\/\).*/{
15119             s//\1/
15120             q
15121           }
15122           s/.*/./; q'`
15123       test -d "$as_dir" && break
15124     done
15125     test -z "$as_dirs" || eval "mkdir $as_dirs"
15126   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15127
15128
15129 } # as_fn_mkdir_p
15130 if mkdir -p . 2>/dev/null; then
15131   as_mkdir_p='mkdir -p "$as_dir"'
15132 else
15133   test -d ./-p && rmdir ./-p
15134   as_mkdir_p=false
15135 fi
15136
15137 if test -x / >/dev/null 2>&1; then
15138   as_test_x='test -x'
15139 else
15140   if ls -dL / >/dev/null 2>&1; then
15141     as_ls_L_option=L
15142   else
15143     as_ls_L_option=
15144   fi
15145   as_test_x='
15146     eval sh -c '\''
15147       if test -d "$1"; then
15148         test -d "$1/.";
15149       else
15150         case $1 in #(
15151         -*)set "./$1";;
15152         esac;
15153         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15154         ???[sx]*):;;*)false;;esac;fi
15155     '\'' sh
15156   '
15157 fi
15158 as_executable_p=$as_test_x
15159
15160 # Sed expression to map a string onto a valid CPP name.
15161 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15162
15163 # Sed expression to map a string onto a valid variable name.
15164 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15165
15166
15167 exec 6>&1
15168 ## ----------------------------------- ##
15169 ## Main body of $CONFIG_STATUS script. ##
15170 ## ----------------------------------- ##
15171 _ASEOF
15172 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15173
15174 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15175 # Save the log message, to keep $0 and so on meaningful, and to
15176 # report actual input values of CONFIG_FILES etc. instead of their
15177 # values after options handling.
15178 ac_log="
15179 This file was extended by binutils $as_me 2.26.51, which was
15180 generated by GNU Autoconf 2.64.  Invocation command line was
15181
15182   CONFIG_FILES    = $CONFIG_FILES
15183   CONFIG_HEADERS  = $CONFIG_HEADERS
15184   CONFIG_LINKS    = $CONFIG_LINKS
15185   CONFIG_COMMANDS = $CONFIG_COMMANDS
15186   $ $0 $@
15187
15188 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15189 "
15190
15191 _ACEOF
15192
15193 case $ac_config_files in *"
15194 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15195 esac
15196
15197 case $ac_config_headers in *"
15198 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15199 esac
15200
15201
15202 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15203 # Files that config.status was made for.
15204 config_files="$ac_config_files"
15205 config_headers="$ac_config_headers"
15206 config_commands="$ac_config_commands"
15207
15208 _ACEOF
15209
15210 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15211 ac_cs_usage="\
15212 \`$as_me' instantiates files and other configuration actions
15213 from templates according to the current configuration.  Unless the files
15214 and actions are specified as TAGs, all are instantiated by default.
15215
15216 Usage: $0 [OPTION]... [TAG]...
15217
15218   -h, --help       print this help, then exit
15219   -V, --version    print version number and configuration settings, then exit
15220   -q, --quiet, --silent
15221                    do not print progress messages
15222   -d, --debug      don't remove temporary files
15223       --recheck    update $as_me by reconfiguring in the same conditions
15224       --file=FILE[:TEMPLATE]
15225                    instantiate the configuration file FILE
15226       --header=FILE[:TEMPLATE]
15227                    instantiate the configuration header FILE
15228
15229 Configuration files:
15230 $config_files
15231
15232 Configuration headers:
15233 $config_headers
15234
15235 Configuration commands:
15236 $config_commands
15237
15238 Report bugs to the package provider."
15239
15240 _ACEOF
15241 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15242 ac_cs_version="\\
15243 binutils config.status 2.26.51
15244 configured by $0, generated by GNU Autoconf 2.64,
15245   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
15246
15247 Copyright (C) 2009 Free Software Foundation, Inc.
15248 This config.status script is free software; the Free Software Foundation
15249 gives unlimited permission to copy, distribute and modify it."
15250
15251 ac_pwd='$ac_pwd'
15252 srcdir='$srcdir'
15253 INSTALL='$INSTALL'
15254 MKDIR_P='$MKDIR_P'
15255 AWK='$AWK'
15256 test -n "\$AWK" || AWK=awk
15257 _ACEOF
15258
15259 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15260 # The default lists apply if the user does not specify any file.
15261 ac_need_defaults=:
15262 while test $# != 0
15263 do
15264   case $1 in
15265   --*=*)
15266     ac_option=`expr "X$1" : 'X\([^=]*\)='`
15267     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15268     ac_shift=:
15269     ;;
15270   *)
15271     ac_option=$1
15272     ac_optarg=$2
15273     ac_shift=shift
15274     ;;
15275   esac
15276
15277   case $ac_option in
15278   # Handling of the options.
15279   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15280     ac_cs_recheck=: ;;
15281   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15282     $as_echo "$ac_cs_version"; exit ;;
15283   --debug | --debu | --deb | --de | --d | -d )
15284     debug=: ;;
15285   --file | --fil | --fi | --f )
15286     $ac_shift
15287     case $ac_optarg in
15288     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15289     esac
15290     as_fn_append CONFIG_FILES " '$ac_optarg'"
15291     ac_need_defaults=false;;
15292   --header | --heade | --head | --hea )
15293     $ac_shift
15294     case $ac_optarg in
15295     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15296     esac
15297     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
15298     ac_need_defaults=false;;
15299   --he | --h)
15300     # Conflict between --help and --header
15301     as_fn_error "ambiguous option: \`$1'
15302 Try \`$0 --help' for more information.";;
15303   --help | --hel | -h )
15304     $as_echo "$ac_cs_usage"; exit ;;
15305   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15306   | -silent | --silent | --silen | --sile | --sil | --si | --s)
15307     ac_cs_silent=: ;;
15308
15309   # This is an error.
15310   -*) as_fn_error "unrecognized option: \`$1'
15311 Try \`$0 --help' for more information." ;;
15312
15313   *) as_fn_append ac_config_targets " $1"
15314      ac_need_defaults=false ;;
15315
15316   esac
15317   shift
15318 done
15319
15320 ac_configure_extra_args=
15321
15322 if $ac_cs_silent; then
15323   exec 6>/dev/null
15324   ac_configure_extra_args="$ac_configure_extra_args --silent"
15325 fi
15326
15327 _ACEOF
15328 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15329 if \$ac_cs_recheck; then
15330   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15331   shift
15332   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15333   CONFIG_SHELL='$SHELL'
15334   export CONFIG_SHELL
15335   exec "\$@"
15336 fi
15337
15338 _ACEOF
15339 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15340 exec 5>>config.log
15341 {
15342   echo
15343   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15344 ## Running $as_me. ##
15345 _ASBOX
15346   $as_echo "$ac_log"
15347 } >&5
15348
15349 _ACEOF
15350 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15351 #
15352 # INIT-COMMANDS
15353 #
15354 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
15355
15356
15357 # The HP-UX ksh and POSIX shell print the target directory to stdout
15358 # if CDPATH is set.
15359 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15360
15361 sed_quote_subst='$sed_quote_subst'
15362 double_quote_subst='$double_quote_subst'
15363 delay_variable_subst='$delay_variable_subst'
15364 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15365 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15366 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15367 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15368 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15369 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15370 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15371 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15372 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15373 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15374 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15375 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15376 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15377 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15378 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15379 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15380 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15381 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15382 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15383 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15384 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15385 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15386 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15387 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15388 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15389 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15390 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15391 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15392 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15393 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15394 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15395 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15396 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15397 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15398 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15399 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15400 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15401 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15402 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15403 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15404 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15405 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15406 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15407 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15408 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15409 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15410 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15411 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15412 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"`'
15413 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15414 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15415 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
15416 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
15417 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
15418 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15419 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15420 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15421 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15422 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15423 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15424 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15425 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15426 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15427 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15428 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15429 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15430 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15431 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15432 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15433 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15434 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15435 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15436 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15437 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15438 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15439 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15440 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15441 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15442 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15443 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15444 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15445 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15446 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15447 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15448 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15449 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15450 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15451 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15452 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15453 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
15454 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15455 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15456 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15457 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15458 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15459 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15460 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15461 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15462 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15463 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15464 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15465 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15466 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15467 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15468 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15469 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15470 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15471 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15472 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15473 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15474 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15475 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15476 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15477 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15478 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15479 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15480 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15481 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15482 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15483 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
15484
15485 LTCC='$LTCC'
15486 LTCFLAGS='$LTCFLAGS'
15487 compiler='$compiler_DEFAULT'
15488
15489 # A function that is used when there is no print builtin or printf.
15490 func_fallback_echo ()
15491 {
15492   eval 'cat <<_LTECHO_EOF
15493 \$1
15494 _LTECHO_EOF'
15495 }
15496
15497 # Quote evaled strings.
15498 for var in SHELL \
15499 ECHO \
15500 SED \
15501 GREP \
15502 EGREP \
15503 FGREP \
15504 LD \
15505 NM \
15506 LN_S \
15507 lt_SP2NL \
15508 lt_NL2SP \
15509 reload_flag \
15510 OBJDUMP \
15511 deplibs_check_method \
15512 file_magic_cmd \
15513 AR \
15514 AR_FLAGS \
15515 STRIP \
15516 RANLIB \
15517 CC \
15518 CFLAGS \
15519 compiler \
15520 lt_cv_sys_global_symbol_pipe \
15521 lt_cv_sys_global_symbol_to_cdecl \
15522 lt_cv_sys_global_symbol_to_c_name_address \
15523 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
15524 lt_prog_compiler_no_builtin_flag \
15525 lt_prog_compiler_wl \
15526 lt_prog_compiler_pic \
15527 lt_prog_compiler_static \
15528 lt_cv_prog_compiler_c_o \
15529 need_locks \
15530 DSYMUTIL \
15531 NMEDIT \
15532 LIPO \
15533 OTOOL \
15534 OTOOL64 \
15535 shrext_cmds \
15536 export_dynamic_flag_spec \
15537 whole_archive_flag_spec \
15538 compiler_needs_object \
15539 with_gnu_ld \
15540 allow_undefined_flag \
15541 no_undefined_flag \
15542 hardcode_libdir_flag_spec \
15543 hardcode_libdir_flag_spec_ld \
15544 hardcode_libdir_separator \
15545 fix_srcfile_path \
15546 exclude_expsyms \
15547 include_expsyms \
15548 file_list_spec \
15549 variables_saved_for_relink \
15550 libname_spec \
15551 library_names_spec \
15552 soname_spec \
15553 install_override_mode \
15554 finish_eval \
15555 old_striplib \
15556 striplib; do
15557     case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15558     *[\\\\\\\`\\"\\\$]*)
15559       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
15560       ;;
15561     *)
15562       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15563       ;;
15564     esac
15565 done
15566
15567 # Double-quote double-evaled strings.
15568 for var in reload_cmds \
15569 old_postinstall_cmds \
15570 old_postuninstall_cmds \
15571 old_archive_cmds \
15572 extract_expsyms_cmds \
15573 old_archive_from_new_cmds \
15574 old_archive_from_expsyms_cmds \
15575 archive_cmds \
15576 archive_expsym_cmds \
15577 module_cmds \
15578 module_expsym_cmds \
15579 export_symbols_cmds \
15580 prelink_cmds \
15581 postinstall_cmds \
15582 postuninstall_cmds \
15583 finish_cmds \
15584 sys_lib_search_path_spec \
15585 sys_lib_dlsearch_path_spec; do
15586     case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15587     *[\\\\\\\`\\"\\\$]*)
15588       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
15589       ;;
15590     *)
15591       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15592       ;;
15593     esac
15594 done
15595
15596 ac_aux_dir='$ac_aux_dir'
15597 xsi_shell='$xsi_shell'
15598 lt_shell_append='$lt_shell_append'
15599
15600 # See if we are running on zsh, and set the options which allow our
15601 # commands through without removal of \ escapes INIT.
15602 if test -n "\${ZSH_VERSION+set}" ; then
15603    setopt NO_GLOB_SUBST
15604 fi
15605
15606
15607     PACKAGE='$PACKAGE'
15608     VERSION='$VERSION'
15609     TIMESTAMP='$TIMESTAMP'
15610     RM='$RM'
15611     ofile='$ofile'
15612
15613
15614
15615 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
15616     # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
15617     # from automake.
15618     eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
15619     # Capture the value of LINGUAS because we need it to compute CATALOGS.
15620     LINGUAS="${LINGUAS-%UNSET%}"
15621
15622
15623 _ACEOF
15624
15625 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15626
15627 # Handling of arguments.
15628 for ac_config_target in $ac_config_targets
15629 do
15630   case $ac_config_target in
15631     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15632     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15633     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
15634     "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
15635     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15636     "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
15637     "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
15638
15639   *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15640   esac
15641 done
15642
15643
15644 # If the user did not use the arguments to specify the items to instantiate,
15645 # then the envvar interface is used.  Set only those that are not.
15646 # We use the long form for the default assignment because of an extremely
15647 # bizarre bug on SunOS 4.1.3.
15648 if $ac_need_defaults; then
15649   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15650   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15651   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15652 fi
15653
15654 # Have a temporary directory for convenience.  Make it in the build tree
15655 # simply because there is no reason against having it here, and in addition,
15656 # creating and moving files from /tmp can sometimes cause problems.
15657 # Hook for its removal unless debugging.
15658 # Note that there is a small window in which the directory will not be cleaned:
15659 # after its creation but before its name has been assigned to `$tmp'.
15660 $debug ||
15661 {
15662   tmp=
15663   trap 'exit_status=$?
15664   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15665 ' 0
15666   trap 'as_fn_exit 1' 1 2 13 15
15667 }
15668 # Create a (secure) tmp directory for tmp files.
15669
15670 {
15671   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15672   test -n "$tmp" && test -d "$tmp"
15673 }  ||
15674 {
15675   tmp=./conf$$-$RANDOM
15676   (umask 077 && mkdir "$tmp")
15677 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15678
15679 # Set up the scripts for CONFIG_FILES section.
15680 # No need to generate them if there are no CONFIG_FILES.
15681 # This happens for instance with `./config.status config.h'.
15682 if test -n "$CONFIG_FILES"; then
15683
15684
15685 ac_cr=`echo X | tr X '\015'`
15686 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15687 # But we know of no other shell where ac_cr would be empty at this
15688 # point, so we can use a bashism as a fallback.
15689 if test "x$ac_cr" = x; then
15690   eval ac_cr=\$\'\\r\'
15691 fi
15692 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15693 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15694   ac_cs_awk_cr='\r'
15695 else
15696   ac_cs_awk_cr=$ac_cr
15697 fi
15698
15699 echo 'BEGIN {' >"$tmp/subs1.awk" &&
15700 _ACEOF
15701
15702
15703 {
15704   echo "cat >conf$$subs.awk <<_ACEOF" &&
15705   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15706   echo "_ACEOF"
15707 } >conf$$subs.sh ||
15708   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15709 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15710 ac_delim='%!_!# '
15711 for ac_last_try in false false false false false :; do
15712   . ./conf$$subs.sh ||
15713     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15714
15715   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15716   if test $ac_delim_n = $ac_delim_num; then
15717     break
15718   elif $ac_last_try; then
15719     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15720   else
15721     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15722   fi
15723 done
15724 rm -f conf$$subs.sh
15725
15726 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15727 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15728 _ACEOF
15729 sed -n '
15730 h
15731 s/^/S["/; s/!.*/"]=/
15732 p
15733 g
15734 s/^[^!]*!//
15735 :repl
15736 t repl
15737 s/'"$ac_delim"'$//
15738 t delim
15739 :nl
15740 h
15741 s/\(.\{148\}\).*/\1/
15742 t more1
15743 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15744 p
15745 n
15746 b repl
15747 :more1
15748 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15749 p
15750 g
15751 s/.\{148\}//
15752 t nl
15753 :delim
15754 h
15755 s/\(.\{148\}\).*/\1/
15756 t more2
15757 s/["\\]/\\&/g; s/^/"/; s/$/"/
15758 p
15759 b
15760 :more2
15761 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15762 p
15763 g
15764 s/.\{148\}//
15765 t delim
15766 ' <conf$$subs.awk | sed '
15767 /^[^""]/{
15768   N
15769   s/\n//
15770 }
15771 ' >>$CONFIG_STATUS || ac_write_fail=1
15772 rm -f conf$$subs.awk
15773 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15774 _ACAWK
15775 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15776   for (key in S) S_is_set[key] = 1
15777   FS = "\a"
15778
15779 }
15780 {
15781   line = $ 0
15782   nfields = split(line, field, "@")
15783   substed = 0
15784   len = length(field[1])
15785   for (i = 2; i < nfields; i++) {
15786     key = field[i]
15787     keylen = length(key)
15788     if (S_is_set[key]) {
15789       value = S[key]
15790       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15791       len += length(value) + length(field[++i])
15792       substed = 1
15793     } else
15794       len += 1 + keylen
15795   }
15796
15797   print line
15798 }
15799
15800 _ACAWK
15801 _ACEOF
15802 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15803 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15804   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15805 else
15806   cat
15807 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15808   || as_fn_error "could not setup config files machinery" "$LINENO" 5
15809 _ACEOF
15810
15811 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15812 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15813 # trailing colons and then remove the whole line if VPATH becomes empty
15814 # (actually we leave an empty line to preserve line numbers).
15815 if test "x$srcdir" = x.; then
15816   ac_vpsub='/^[  ]*VPATH[        ]*=/{
15817 s/:*\$(srcdir):*/:/
15818 s/:*\${srcdir}:*/:/
15819 s/:*@srcdir@:*/:/
15820 s/^\([^=]*=[     ]*\):*/\1/
15821 s/:*$//
15822 s/^[^=]*=[       ]*$//
15823 }'
15824 fi
15825
15826 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15827 fi # test -n "$CONFIG_FILES"
15828
15829 # Set up the scripts for CONFIG_HEADERS section.
15830 # No need to generate them if there are no CONFIG_HEADERS.
15831 # This happens for instance with `./config.status Makefile'.
15832 if test -n "$CONFIG_HEADERS"; then
15833 cat >"$tmp/defines.awk" <<\_ACAWK ||
15834 BEGIN {
15835 _ACEOF
15836
15837 # Transform confdefs.h into an awk script `defines.awk', embedded as
15838 # here-document in config.status, that substitutes the proper values into
15839 # config.h.in to produce config.h.
15840
15841 # Create a delimiter string that does not exist in confdefs.h, to ease
15842 # handling of long lines.
15843 ac_delim='%!_!# '
15844 for ac_last_try in false false :; do
15845   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
15846   if test -z "$ac_t"; then
15847     break
15848   elif $ac_last_try; then
15849     as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
15850   else
15851     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15852   fi
15853 done
15854
15855 # For the awk script, D is an array of macro values keyed by name,
15856 # likewise P contains macro parameters if any.  Preserve backslash
15857 # newline sequences.
15858
15859 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15860 sed -n '
15861 s/.\{148\}/&'"$ac_delim"'/g
15862 t rset
15863 :rset
15864 s/^[     ]*#[    ]*define[       ][      ]*/ /
15865 t def
15866 d
15867 :def
15868 s/\\$//
15869 t bsnl
15870 s/["\\]/\\&/g
15871 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
15872 D["\1"]=" \3"/p
15873 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
15874 d
15875 :bsnl
15876 s/["\\]/\\&/g
15877 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
15878 D["\1"]=" \3\\\\\\n"\\/p
15879 t cont
15880 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15881 t cont
15882 d
15883 :cont
15884 n
15885 s/.\{148\}/&'"$ac_delim"'/g
15886 t clear
15887 :clear
15888 s/\\$//
15889 t bsnlc
15890 s/["\\]/\\&/g; s/^/"/; s/$/"/p
15891 d
15892 :bsnlc
15893 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15894 b cont
15895 ' <confdefs.h | sed '
15896 s/'"$ac_delim"'/"\\\
15897 "/g' >>$CONFIG_STATUS || ac_write_fail=1
15898
15899 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15900   for (key in D) D_is_set[key] = 1
15901   FS = "\a"
15902 }
15903 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15904   line = \$ 0
15905   split(line, arg, " ")
15906   if (arg[1] == "#") {
15907     defundef = arg[2]
15908     mac1 = arg[3]
15909   } else {
15910     defundef = substr(arg[1], 2)
15911     mac1 = arg[2]
15912   }
15913   split(mac1, mac2, "(") #)
15914   macro = mac2[1]
15915   prefix = substr(line, 1, index(line, defundef) - 1)
15916   if (D_is_set[macro]) {
15917     # Preserve the white space surrounding the "#".
15918     print prefix "define", macro P[macro] D[macro]
15919     next
15920   } else {
15921     # Replace #undef with comments.  This is necessary, for example,
15922     # in the case of _POSIX_SOURCE, which is predefined and required
15923     # on some systems where configure will not decide to define it.
15924     if (defundef == "undef") {
15925       print "/*", prefix defundef, macro, "*/"
15926       next
15927     }
15928   }
15929 }
15930 { print }
15931 _ACAWK
15932 _ACEOF
15933 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15934   as_fn_error "could not setup config headers machinery" "$LINENO" 5
15935 fi # test -n "$CONFIG_HEADERS"
15936
15937
15938 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
15939 shift
15940 for ac_tag
15941 do
15942   case $ac_tag in
15943   :[FHLC]) ac_mode=$ac_tag; continue;;
15944   esac
15945   case $ac_mode$ac_tag in
15946   :[FHL]*:*);;
15947   :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15948   :[FH]-) ac_tag=-:-;;
15949   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15950   esac
15951   ac_save_IFS=$IFS
15952   IFS=:
15953   set x $ac_tag
15954   IFS=$ac_save_IFS
15955   shift
15956   ac_file=$1
15957   shift
15958
15959   case $ac_mode in
15960   :L) ac_source=$1;;
15961   :[FH])
15962     ac_file_inputs=
15963     for ac_f
15964     do
15965       case $ac_f in
15966       -) ac_f="$tmp/stdin";;
15967       *) # Look for the file first in the build tree, then in the source tree
15968          # (if the path is not absolute).  The absolute path cannot be DOS-style,
15969          # because $ac_f cannot contain `:'.
15970          test -f "$ac_f" ||
15971            case $ac_f in
15972            [\\/$]*) false;;
15973            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15974            esac ||
15975            as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15976       esac
15977       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15978       as_fn_append ac_file_inputs " '$ac_f'"
15979     done
15980
15981     # Let's still pretend it is `configure' which instantiates (i.e., don't
15982     # use $as_me), people would be surprised to read:
15983     #    /* config.h.  Generated by config.status.  */
15984     configure_input='Generated from '`
15985           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15986         `' by configure.'
15987     if test x"$ac_file" != x-; then
15988       configure_input="$ac_file.  $configure_input"
15989       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15990 $as_echo "$as_me: creating $ac_file" >&6;}
15991     fi
15992     # Neutralize special characters interpreted by sed in replacement strings.
15993     case $configure_input in #(
15994     *\&* | *\|* | *\\* )
15995        ac_sed_conf_input=`$as_echo "$configure_input" |
15996        sed 's/[\\\\&|]/\\\\&/g'`;; #(
15997     *) ac_sed_conf_input=$configure_input;;
15998     esac
15999
16000     case $ac_tag in
16001     *:-:* | *:-) cat >"$tmp/stdin" \
16002       || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
16003     esac
16004     ;;
16005   esac
16006
16007   ac_dir=`$as_dirname -- "$ac_file" ||
16008 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16009          X"$ac_file" : 'X\(//\)[^/]' \| \
16010          X"$ac_file" : 'X\(//\)$' \| \
16011          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16012 $as_echo X"$ac_file" |
16013     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16014             s//\1/
16015             q
16016           }
16017           /^X\(\/\/\)[^/].*/{
16018             s//\1/
16019             q
16020           }
16021           /^X\(\/\/\)$/{
16022             s//\1/
16023             q
16024           }
16025           /^X\(\/\).*/{
16026             s//\1/
16027             q
16028           }
16029           s/.*/./; q'`
16030   as_dir="$ac_dir"; as_fn_mkdir_p
16031   ac_builddir=.
16032
16033 case "$ac_dir" in
16034 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16035 *)
16036   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16037   # A ".." for each directory in $ac_dir_suffix.
16038   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16039   case $ac_top_builddir_sub in
16040   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16041   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16042   esac ;;
16043 esac
16044 ac_abs_top_builddir=$ac_pwd
16045 ac_abs_builddir=$ac_pwd$ac_dir_suffix
16046 # for backward compatibility:
16047 ac_top_builddir=$ac_top_build_prefix
16048
16049 case $srcdir in
16050   .)  # We are building in place.
16051     ac_srcdir=.
16052     ac_top_srcdir=$ac_top_builddir_sub
16053     ac_abs_top_srcdir=$ac_pwd ;;
16054   [\\/]* | ?:[\\/]* )  # Absolute name.
16055     ac_srcdir=$srcdir$ac_dir_suffix;
16056     ac_top_srcdir=$srcdir
16057     ac_abs_top_srcdir=$srcdir ;;
16058   *) # Relative name.
16059     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16060     ac_top_srcdir=$ac_top_build_prefix$srcdir
16061     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
16062 esac
16063 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
16064
16065
16066   case $ac_mode in
16067   :F)
16068   #
16069   # CONFIG_FILE
16070   #
16071
16072   case $INSTALL in
16073   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
16074   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16075   esac
16076   ac_MKDIR_P=$MKDIR_P
16077   case $MKDIR_P in
16078   [\\/$]* | ?:[\\/]* ) ;;
16079   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
16080   esac
16081 _ACEOF
16082
16083 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16084 # If the template does not know about datarootdir, expand it.
16085 # FIXME: This hack should be removed a few years after 2.60.
16086 ac_datarootdir_hack=; ac_datarootdir_seen=
16087 ac_sed_dataroot='
16088 /datarootdir/ {
16089   p
16090   q
16091 }
16092 /@datadir@/p
16093 /@docdir@/p
16094 /@infodir@/p
16095 /@localedir@/p
16096 /@mandir@/p'
16097 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16098 *datarootdir*) ac_datarootdir_seen=yes;;
16099 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16100   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16101 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16102 _ACEOF
16103 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16104   ac_datarootdir_hack='
16105   s&@datadir@&$datadir&g
16106   s&@docdir@&$docdir&g
16107   s&@infodir@&$infodir&g
16108   s&@localedir@&$localedir&g
16109   s&@mandir@&$mandir&g
16110   s&\\\${datarootdir}&$datarootdir&g' ;;
16111 esac
16112 _ACEOF
16113
16114 # Neutralize VPATH when `$srcdir' = `.'.
16115 # Shell code in configure.ac might set extrasub.
16116 # FIXME: do we really want to maintain this feature?
16117 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16118 ac_sed_extra="$ac_vpsub
16119 $extrasub
16120 _ACEOF
16121 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16122 :t
16123 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16124 s|@configure_input@|$ac_sed_conf_input|;t t
16125 s&@top_builddir@&$ac_top_builddir_sub&;t t
16126 s&@top_build_prefix@&$ac_top_build_prefix&;t t
16127 s&@srcdir@&$ac_srcdir&;t t
16128 s&@abs_srcdir@&$ac_abs_srcdir&;t t
16129 s&@top_srcdir@&$ac_top_srcdir&;t t
16130 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16131 s&@builddir@&$ac_builddir&;t t
16132 s&@abs_builddir@&$ac_abs_builddir&;t t
16133 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16134 s&@INSTALL@&$ac_INSTALL&;t t
16135 s&@MKDIR_P@&$ac_MKDIR_P&;t t
16136 $ac_datarootdir_hack
16137 "
16138 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
16139   || as_fn_error "could not create $ac_file" "$LINENO" 5
16140
16141 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16142   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
16143   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
16144   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16145 which seems to be undefined.  Please make sure it is defined." >&5
16146 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16147 which seems to be undefined.  Please make sure it is defined." >&2;}
16148
16149   rm -f "$tmp/stdin"
16150   case $ac_file in
16151   -) cat "$tmp/out" && rm -f "$tmp/out";;
16152   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
16153   esac \
16154   || as_fn_error "could not create $ac_file" "$LINENO" 5
16155  ;;
16156   :H)
16157   #
16158   # CONFIG_HEADER
16159   #
16160   if test x"$ac_file" != x-; then
16161     {
16162       $as_echo "/* $configure_input  */" \
16163       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
16164     } >"$tmp/config.h" \
16165       || as_fn_error "could not create $ac_file" "$LINENO" 5
16166     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
16167       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16168 $as_echo "$as_me: $ac_file is unchanged" >&6;}
16169     else
16170       rm -f "$ac_file"
16171       mv "$tmp/config.h" "$ac_file" \
16172         || as_fn_error "could not create $ac_file" "$LINENO" 5
16173     fi
16174   else
16175     $as_echo "/* $configure_input  */" \
16176       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
16177       || as_fn_error "could not create -" "$LINENO" 5
16178   fi
16179 # Compute "$ac_file"'s index in $config_headers.
16180 _am_arg="$ac_file"
16181 _am_stamp_count=1
16182 for _am_header in $config_headers :; do
16183   case $_am_header in
16184     $_am_arg | $_am_arg:* )
16185       break ;;
16186     * )
16187       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
16188   esac
16189 done
16190 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
16191 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16192          X"$_am_arg" : 'X\(//\)[^/]' \| \
16193          X"$_am_arg" : 'X\(//\)$' \| \
16194          X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
16195 $as_echo X"$_am_arg" |
16196     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16197             s//\1/
16198             q
16199           }
16200           /^X\(\/\/\)[^/].*/{
16201             s//\1/
16202             q
16203           }
16204           /^X\(\/\/\)$/{
16205             s//\1/
16206             q
16207           }
16208           /^X\(\/\).*/{
16209             s//\1/
16210             q
16211           }
16212           s/.*/./; q'`/stamp-h$_am_stamp_count
16213  ;;
16214
16215   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16216 $as_echo "$as_me: executing $ac_file commands" >&6;}
16217  ;;
16218   esac
16219
16220
16221   case $ac_file$ac_mode in
16222     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16223   # Autoconf 2.62 quotes --file arguments for eval, but not when files
16224   # are listed without --file.  Let's play safe and only enable the eval
16225   # if we detect the quoting.
16226   case $CONFIG_FILES in
16227   *\'*) eval set x "$CONFIG_FILES" ;;
16228   *)   set x $CONFIG_FILES ;;
16229   esac
16230   shift
16231   for mf
16232   do
16233     # Strip MF so we end up with the name of the file.
16234     mf=`echo "$mf" | sed -e 's/:.*$//'`
16235     # Check whether this is an Automake generated Makefile or not.
16236     # We used to match only the files named `Makefile.in', but
16237     # some people rename them; so instead we look at the file content.
16238     # Grep'ing the first line is not enough: some people post-process
16239     # each Makefile.in and add a new line on top of each file to say so.
16240     # Grep'ing the whole file is not good either: AIX grep has a line
16241     # limit of 2048, but all sed's we know have understand at least 4000.
16242     if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
16243       dirpart=`$as_dirname -- "$mf" ||
16244 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16245          X"$mf" : 'X\(//\)[^/]' \| \
16246          X"$mf" : 'X\(//\)$' \| \
16247          X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16248 $as_echo X"$mf" |
16249     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16250             s//\1/
16251             q
16252           }
16253           /^X\(\/\/\)[^/].*/{
16254             s//\1/
16255             q
16256           }
16257           /^X\(\/\/\)$/{
16258             s//\1/
16259             q
16260           }
16261           /^X\(\/\).*/{
16262             s//\1/
16263             q
16264           }
16265           s/.*/./; q'`
16266     else
16267       continue
16268     fi
16269     # Extract the definition of DEPDIR, am__include, and am__quote
16270     # from the Makefile without running `make'.
16271     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16272     test -z "$DEPDIR" && continue
16273     am__include=`sed -n 's/^am__include = //p' < "$mf"`
16274     test -z "am__include" && continue
16275     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16276     # When using ansi2knr, U may be empty or an underscore; expand it
16277     U=`sed -n 's/^U = //p' < "$mf"`
16278     # Find all dependency output files, they are included files with
16279     # $(DEPDIR) in their names.  We invoke sed twice because it is the
16280     # simplest approach to changing $(DEPDIR) to its actual value in the
16281     # expansion.
16282     for file in `sed -n "
16283       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16284          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
16285       # Make sure the directory exists.
16286       test -f "$dirpart/$file" && continue
16287       fdir=`$as_dirname -- "$file" ||
16288 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16289          X"$file" : 'X\(//\)[^/]' \| \
16290          X"$file" : 'X\(//\)$' \| \
16291          X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16292 $as_echo X"$file" |
16293     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16294             s//\1/
16295             q
16296           }
16297           /^X\(\/\/\)[^/].*/{
16298             s//\1/
16299             q
16300           }
16301           /^X\(\/\/\)$/{
16302             s//\1/
16303             q
16304           }
16305           /^X\(\/\).*/{
16306             s//\1/
16307             q
16308           }
16309           s/.*/./; q'`
16310       as_dir=$dirpart/$fdir; as_fn_mkdir_p
16311       # echo "creating $dirpart/$file"
16312       echo '# dummy' > "$dirpart/$file"
16313     done
16314   done
16315 }
16316  ;;
16317     "libtool":C)
16318
16319     # See if we are running on zsh, and set the options which allow our
16320     # commands through without removal of \ escapes.
16321     if test -n "${ZSH_VERSION+set}" ; then
16322       setopt NO_GLOB_SUBST
16323     fi
16324
16325     cfgfile="${ofile}T"
16326     trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16327     $RM "$cfgfile"
16328
16329     cat <<_LT_EOF >> "$cfgfile"
16330 #! $SHELL
16331
16332 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
16333 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
16334 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16335 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16336 #
16337 #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16338 #                 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
16339 #   Written by Gordon Matzigkeit, 1996
16340 #
16341 #   This file is part of GNU Libtool.
16342 #
16343 # GNU Libtool is free software; you can redistribute it and/or
16344 # modify it under the terms of the GNU General Public License as
16345 # published by the Free Software Foundation; either version 2 of
16346 # the License, or (at your option) any later version.
16347 #
16348 # As a special exception to the GNU General Public License,
16349 # if you distribute this file as part of a program or library that
16350 # is built using GNU Libtool, you may include this file under the
16351 # same distribution terms that you use for the rest of that program.
16352 #
16353 # GNU Libtool is distributed in the hope that it will be useful,
16354 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16355 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16356 # GNU General Public License for more details.
16357 #
16358 # You should have received a copy of the GNU General Public License
16359 # along with GNU Libtool; see the file COPYING.  If not, a copy
16360 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16361 # obtained by writing to the Free Software Foundation, Inc.,
16362 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16363
16364
16365 # The names of the tagged configurations supported by this script.
16366 available_tags=""
16367
16368 # ### BEGIN LIBTOOL CONFIG
16369
16370 # Which release of libtool.m4 was used?
16371 macro_version=$macro_version
16372 macro_revision=$macro_revision
16373
16374 # Whether or not to build shared libraries.
16375 build_libtool_libs=$enable_shared
16376
16377 # Whether or not to build static libraries.
16378 build_old_libs=$enable_static
16379
16380 # What type of objects to build.
16381 pic_mode=$pic_mode
16382
16383 # Whether or not to optimize for fast installation.
16384 fast_install=$enable_fast_install
16385
16386 # Shell to use when invoking shell scripts.
16387 SHELL=$lt_SHELL
16388
16389 # An echo program that protects backslashes.
16390 ECHO=$lt_ECHO
16391
16392 # The host system.
16393 host_alias=$host_alias
16394 host=$host
16395 host_os=$host_os
16396
16397 # The build system.
16398 build_alias=$build_alias
16399 build=$build
16400 build_os=$build_os
16401
16402 # A sed program that does not truncate output.
16403 SED=$lt_SED
16404
16405 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
16406 Xsed="\$SED -e 1s/^X//"
16407
16408 # A grep program that handles long lines.
16409 GREP=$lt_GREP
16410
16411 # An ERE matcher.
16412 EGREP=$lt_EGREP
16413
16414 # A literal string matcher.
16415 FGREP=$lt_FGREP
16416
16417 # A BSD- or MS-compatible name lister.
16418 NM=$lt_NM
16419
16420 # Whether we need soft or hard links.
16421 LN_S=$lt_LN_S
16422
16423 # What is the maximum length of a command?
16424 max_cmd_len=$max_cmd_len
16425
16426 # Object file suffix (normally "o").
16427 objext=$ac_objext
16428
16429 # Executable file suffix (normally "").
16430 exeext=$exeext
16431
16432 # whether the shell understands "unset".
16433 lt_unset=$lt_unset
16434
16435 # turn spaces into newlines.
16436 SP2NL=$lt_lt_SP2NL
16437
16438 # turn newlines into spaces.
16439 NL2SP=$lt_lt_NL2SP
16440
16441 # An object symbol dumper.
16442 OBJDUMP=$lt_OBJDUMP
16443
16444 # Method to check whether dependent libraries are shared objects.
16445 deplibs_check_method=$lt_deplibs_check_method
16446
16447 # Command to use when deplibs_check_method == "file_magic".
16448 file_magic_cmd=$lt_file_magic_cmd
16449
16450 # The archiver.
16451 AR=$lt_AR
16452 AR_FLAGS=$lt_AR_FLAGS
16453
16454 # A symbol stripping program.
16455 STRIP=$lt_STRIP
16456
16457 # Commands used to install an old-style archive.
16458 RANLIB=$lt_RANLIB
16459 old_postinstall_cmds=$lt_old_postinstall_cmds
16460 old_postuninstall_cmds=$lt_old_postuninstall_cmds
16461
16462 # Whether to use a lock for old archive extraction.
16463 lock_old_archive_extraction=$lock_old_archive_extraction
16464
16465 # A C compiler.
16466 LTCC=$lt_CC
16467
16468 # LTCC compiler flags.
16469 LTCFLAGS=$lt_CFLAGS
16470
16471 # Take the output of nm and produce a listing of raw symbols and C names.
16472 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16473
16474 # Transform the output of nm in a proper C declaration.
16475 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16476
16477 # Transform the output of nm in a C name address pair.
16478 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16479
16480 # Transform the output of nm in a C name address pair when lib prefix is needed.
16481 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16482
16483 # The name of the directory that contains temporary libtool files.
16484 objdir=$objdir
16485
16486 # Used to examine libraries when file_magic_cmd begins with "file".
16487 MAGIC_CMD=$MAGIC_CMD
16488
16489 # Must we lock files when doing compilation?
16490 need_locks=$lt_need_locks
16491
16492 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16493 DSYMUTIL=$lt_DSYMUTIL
16494
16495 # Tool to change global to local symbols on Mac OS X.
16496 NMEDIT=$lt_NMEDIT
16497
16498 # Tool to manipulate fat objects and archives on Mac OS X.
16499 LIPO=$lt_LIPO
16500
16501 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
16502 OTOOL=$lt_OTOOL
16503
16504 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16505 OTOOL64=$lt_OTOOL64
16506
16507 # Old archive suffix (normally "a").
16508 libext=$libext
16509
16510 # Shared library suffix (normally ".so").
16511 shrext_cmds=$lt_shrext_cmds
16512
16513 # The commands to extract the exported symbol list from a shared archive.
16514 extract_expsyms_cmds=$lt_extract_expsyms_cmds
16515
16516 # Variables whose values should be saved in libtool wrapper scripts and
16517 # restored at link time.
16518 variables_saved_for_relink=$lt_variables_saved_for_relink
16519
16520 # Do we need the "lib" prefix for modules?
16521 need_lib_prefix=$need_lib_prefix
16522
16523 # Do we need a version for libraries?
16524 need_version=$need_version
16525
16526 # Library versioning type.
16527 version_type=$version_type
16528
16529 # Shared library runtime path variable.
16530 runpath_var=$runpath_var
16531
16532 # Shared library path variable.
16533 shlibpath_var=$shlibpath_var
16534
16535 # Is shlibpath searched before the hard-coded library search path?
16536 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16537
16538 # Format of library name prefix.
16539 libname_spec=$lt_libname_spec
16540
16541 # List of archive names.  First name is the real one, the rest are links.
16542 # The last name is the one that the linker finds with -lNAME
16543 library_names_spec=$lt_library_names_spec
16544
16545 # The coded name of the library, if different from the real name.
16546 soname_spec=$lt_soname_spec
16547
16548 # Permission mode override for installation of shared libraries.
16549 install_override_mode=$lt_install_override_mode
16550
16551 # Command to use after installation of a shared archive.
16552 postinstall_cmds=$lt_postinstall_cmds
16553
16554 # Command to use after uninstallation of a shared archive.
16555 postuninstall_cmds=$lt_postuninstall_cmds
16556
16557 # Commands used to finish a libtool library installation in a directory.
16558 finish_cmds=$lt_finish_cmds
16559
16560 # As "finish_cmds", except a single script fragment to be evaled but
16561 # not shown.
16562 finish_eval=$lt_finish_eval
16563
16564 # Whether we should hardcode library paths into libraries.
16565 hardcode_into_libs=$hardcode_into_libs
16566
16567 # Compile-time system search path for libraries.
16568 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16569
16570 # Run-time system search path for libraries.
16571 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16572
16573 # Whether dlopen is supported.
16574 dlopen_support=$enable_dlopen
16575
16576 # Whether dlopen of programs is supported.
16577 dlopen_self=$enable_dlopen_self
16578
16579 # Whether dlopen of statically linked programs is supported.
16580 dlopen_self_static=$enable_dlopen_self_static
16581
16582 # Commands to strip libraries.
16583 old_striplib=$lt_old_striplib
16584 striplib=$lt_striplib
16585
16586
16587 # The linker used to build libraries.
16588 LD=$lt_LD
16589
16590 # How to create reloadable object files.
16591 reload_flag=$lt_reload_flag
16592 reload_cmds=$lt_reload_cmds
16593
16594 # Commands used to build an old-style archive.
16595 old_archive_cmds=$lt_old_archive_cmds
16596
16597 # A language specific compiler.
16598 CC=$lt_compiler
16599
16600 # Is the compiler the GNU compiler?
16601 with_gcc=$GCC
16602
16603 # Compiler flag to turn off builtin functions.
16604 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16605
16606 # How to pass a linker flag through the compiler.
16607 wl=$lt_lt_prog_compiler_wl
16608
16609 # Additional compiler flags for building library objects.
16610 pic_flag=$lt_lt_prog_compiler_pic
16611
16612 # Compiler flag to prevent dynamic linking.
16613 link_static_flag=$lt_lt_prog_compiler_static
16614
16615 # Does compiler simultaneously support -c and -o options?
16616 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16617
16618 # Whether or not to add -lc for building shared libraries.
16619 build_libtool_need_lc=$archive_cmds_need_lc
16620
16621 # Whether or not to disallow shared libs when runtime libs are static.
16622 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16623
16624 # Compiler flag to allow reflexive dlopens.
16625 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16626
16627 # Compiler flag to generate shared objects directly from archives.
16628 whole_archive_flag_spec=$lt_whole_archive_flag_spec
16629
16630 # Whether the compiler copes with passing no objects directly.
16631 compiler_needs_object=$lt_compiler_needs_object
16632
16633 # Create an old-style archive from a shared archive.
16634 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16635
16636 # Create a temporary old-style archive to link instead of a shared archive.
16637 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16638
16639 # Commands used to build a shared archive.
16640 archive_cmds=$lt_archive_cmds
16641 archive_expsym_cmds=$lt_archive_expsym_cmds
16642
16643 # Commands used to build a loadable module if different from building
16644 # a shared archive.
16645 module_cmds=$lt_module_cmds
16646 module_expsym_cmds=$lt_module_expsym_cmds
16647
16648 # Whether we are building with GNU ld or not.
16649 with_gnu_ld=$lt_with_gnu_ld
16650
16651 # Flag that allows shared libraries with undefined symbols to be built.
16652 allow_undefined_flag=$lt_allow_undefined_flag
16653
16654 # Flag that enforces no undefined symbols.
16655 no_undefined_flag=$lt_no_undefined_flag
16656
16657 # Flag to hardcode \$libdir into a binary during linking.
16658 # This must work even if \$libdir does not exist
16659 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16660
16661 # If ld is used when linking, flag to hardcode \$libdir into a binary
16662 # during linking.  This must work even if \$libdir does not exist.
16663 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16664
16665 # Whether we need a single "-rpath" flag with a separated argument.
16666 hardcode_libdir_separator=$lt_hardcode_libdir_separator
16667
16668 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16669 # DIR into the resulting binary.
16670 hardcode_direct=$hardcode_direct
16671
16672 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16673 # DIR into the resulting binary and the resulting library dependency is
16674 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16675 # library is relocated.
16676 hardcode_direct_absolute=$hardcode_direct_absolute
16677
16678 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16679 # into the resulting binary.
16680 hardcode_minus_L=$hardcode_minus_L
16681
16682 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16683 # into the resulting binary.
16684 hardcode_shlibpath_var=$hardcode_shlibpath_var
16685
16686 # Set to "yes" if building a shared library automatically hardcodes DIR
16687 # into the library and all subsequent libraries and executables linked
16688 # against it.
16689 hardcode_automatic=$hardcode_automatic
16690
16691 # Set to yes if linker adds runtime paths of dependent libraries
16692 # to runtime path list.
16693 inherit_rpath=$inherit_rpath
16694
16695 # Whether libtool must link a program against all its dependency libraries.
16696 link_all_deplibs=$link_all_deplibs
16697
16698 # Fix the shell variable \$srcfile for the compiler.
16699 fix_srcfile_path=$lt_fix_srcfile_path
16700
16701 # Set to "yes" if exported symbols are required.
16702 always_export_symbols=$always_export_symbols
16703
16704 # The commands to list exported symbols.
16705 export_symbols_cmds=$lt_export_symbols_cmds
16706
16707 # Symbols that should not be listed in the preloaded symbols.
16708 exclude_expsyms=$lt_exclude_expsyms
16709
16710 # Symbols that must always be exported.
16711 include_expsyms=$lt_include_expsyms
16712
16713 # Commands necessary for linking programs (against libraries) with templates.
16714 prelink_cmds=$lt_prelink_cmds
16715
16716 # Specify filename containing input files.
16717 file_list_spec=$lt_file_list_spec
16718
16719 # How to hardcode a shared library path into an executable.
16720 hardcode_action=$hardcode_action
16721
16722 # ### END LIBTOOL CONFIG
16723
16724 _LT_EOF
16725
16726   case $host_os in
16727   aix3*)
16728     cat <<\_LT_EOF >> "$cfgfile"
16729 # AIX sometimes has problems with the GCC collect2 program.  For some
16730 # reason, if we set the COLLECT_NAMES environment variable, the problems
16731 # vanish in a puff of smoke.
16732 if test "X${COLLECT_NAMES+set}" != Xset; then
16733   COLLECT_NAMES=
16734   export COLLECT_NAMES
16735 fi
16736 _LT_EOF
16737     ;;
16738   esac
16739
16740
16741 ltmain="$ac_aux_dir/ltmain.sh"
16742
16743
16744   # We use sed instead of cat because bash on DJGPP gets confused if
16745   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
16746   # text mode, it properly converts lines to CR/LF.  This bash problem
16747   # is reportedly fixed, but why not run on old versions too?
16748   sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16749     || (rm -f "$cfgfile"; exit 1)
16750
16751   case $xsi_shell in
16752   yes)
16753     cat << \_LT_EOF >> "$cfgfile"
16754
16755 # func_dirname file append nondir_replacement
16756 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
16757 # otherwise set result to NONDIR_REPLACEMENT.
16758 func_dirname ()
16759 {
16760   case ${1} in
16761     */*) func_dirname_result="${1%/*}${2}" ;;
16762     *  ) func_dirname_result="${3}" ;;
16763   esac
16764 }
16765
16766 # func_basename file
16767 func_basename ()
16768 {
16769   func_basename_result="${1##*/}"
16770 }
16771
16772 # func_dirname_and_basename file append nondir_replacement
16773 # perform func_basename and func_dirname in a single function
16774 # call:
16775 #   dirname:  Compute the dirname of FILE.  If nonempty,
16776 #             add APPEND to the result, otherwise set result
16777 #             to NONDIR_REPLACEMENT.
16778 #             value returned in "$func_dirname_result"
16779 #   basename: Compute filename of FILE.
16780 #             value retuned in "$func_basename_result"
16781 # Implementation must be kept synchronized with func_dirname
16782 # and func_basename. For efficiency, we do not delegate to
16783 # those functions but instead duplicate the functionality here.
16784 func_dirname_and_basename ()
16785 {
16786   case ${1} in
16787     */*) func_dirname_result="${1%/*}${2}" ;;
16788     *  ) func_dirname_result="${3}" ;;
16789   esac
16790   func_basename_result="${1##*/}"
16791 }
16792
16793 # func_stripname prefix suffix name
16794 # strip PREFIX and SUFFIX off of NAME.
16795 # PREFIX and SUFFIX must not contain globbing or regex special
16796 # characters, hashes, percent signs, but SUFFIX may contain a leading
16797 # dot (in which case that matches only a dot).
16798 func_stripname ()
16799 {
16800   # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16801   # positional parameters, so assign one to ordinary parameter first.
16802   func_stripname_result=${3}
16803   func_stripname_result=${func_stripname_result#"${1}"}
16804   func_stripname_result=${func_stripname_result%"${2}"}
16805 }
16806
16807 # func_opt_split
16808 func_opt_split ()
16809 {
16810   func_opt_split_opt=${1%%=*}
16811   func_opt_split_arg=${1#*=}
16812 }
16813
16814 # func_lo2o object
16815 func_lo2o ()
16816 {
16817   case ${1} in
16818     *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16819     *)    func_lo2o_result=${1} ;;
16820   esac
16821 }
16822
16823 # func_xform libobj-or-source
16824 func_xform ()
16825 {
16826   func_xform_result=${1%.*}.lo
16827 }
16828
16829 # func_arith arithmetic-term...
16830 func_arith ()
16831 {
16832   func_arith_result=$(( $* ))
16833 }
16834
16835 # func_len string
16836 # STRING may not start with a hyphen.
16837 func_len ()
16838 {
16839   func_len_result=${#1}
16840 }
16841
16842 _LT_EOF
16843     ;;
16844   *) # Bourne compatible functions.
16845     cat << \_LT_EOF >> "$cfgfile"
16846
16847 # func_dirname file append nondir_replacement
16848 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
16849 # otherwise set result to NONDIR_REPLACEMENT.
16850 func_dirname ()
16851 {
16852   # Extract subdirectory from the argument.
16853   func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16854   if test "X$func_dirname_result" = "X${1}"; then
16855     func_dirname_result="${3}"
16856   else
16857     func_dirname_result="$func_dirname_result${2}"
16858   fi
16859 }
16860
16861 # func_basename file
16862 func_basename ()
16863 {
16864   func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16865 }
16866
16867
16868 # func_stripname prefix suffix name
16869 # strip PREFIX and SUFFIX off of NAME.
16870 # PREFIX and SUFFIX must not contain globbing or regex special
16871 # characters, hashes, percent signs, but SUFFIX may contain a leading
16872 # dot (in which case that matches only a dot).
16873 # func_strip_suffix prefix name
16874 func_stripname ()
16875 {
16876   case ${2} in
16877     .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16878     *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16879   esac
16880 }
16881
16882 # sed scripts:
16883 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16884 my_sed_long_arg='1s/^-[^=]*=//'
16885
16886 # func_opt_split
16887 func_opt_split ()
16888 {
16889   func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16890   func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16891 }
16892
16893 # func_lo2o object
16894 func_lo2o ()
16895 {
16896   func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16897 }
16898
16899 # func_xform libobj-or-source
16900 func_xform ()
16901 {
16902   func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16903 }
16904
16905 # func_arith arithmetic-term...
16906 func_arith ()
16907 {
16908   func_arith_result=`expr "$@"`
16909 }
16910
16911 # func_len string
16912 # STRING may not start with a hyphen.
16913 func_len ()
16914 {
16915   func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16916 }
16917
16918 _LT_EOF
16919 esac
16920
16921 case $lt_shell_append in
16922   yes)
16923     cat << \_LT_EOF >> "$cfgfile"
16924
16925 # func_append var value
16926 # Append VALUE to the end of shell variable VAR.
16927 func_append ()
16928 {
16929   eval "$1+=\$2"
16930 }
16931 _LT_EOF
16932     ;;
16933   *)
16934     cat << \_LT_EOF >> "$cfgfile"
16935
16936 # func_append var value
16937 # Append VALUE to the end of shell variable VAR.
16938 func_append ()
16939 {
16940   eval "$1=\$$1\$2"
16941 }
16942
16943 _LT_EOF
16944     ;;
16945   esac
16946
16947
16948   sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16949     || (rm -f "$cfgfile"; exit 1)
16950
16951   mv -f "$cfgfile" "$ofile" ||
16952     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16953   chmod +x "$ofile"
16954
16955  ;;
16956     "default-1":C)
16957     for ac_file in $CONFIG_FILES; do
16958       # Support "outfile[:infile[:infile...]]"
16959       case "$ac_file" in
16960         *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
16961       esac
16962       # PO directories have a Makefile.in generated from Makefile.in.in.
16963       case "$ac_file" in */Makefile.in)
16964         # Adjust a relative srcdir.
16965         ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
16966         ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
16967         ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
16968         # In autoconf-2.13 it is called $ac_given_srcdir.
16969         # In autoconf-2.50 it is called $srcdir.
16970         test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
16971         case "$ac_given_srcdir" in
16972           .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
16973           /*) top_srcdir="$ac_given_srcdir" ;;
16974           *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
16975         esac
16976         if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
16977           rm -f "$ac_dir/POTFILES"
16978           test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
16979           cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[   ]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
16980           POMAKEFILEDEPS="POTFILES.in"
16981           # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
16982           # on $ac_dir but don't depend on user-specified configuration
16983           # parameters.
16984           if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
16985             # The LINGUAS file contains the set of available languages.
16986             if test -n "$OBSOLETE_ALL_LINGUAS"; then
16987               test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
16988             fi
16989             ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
16990             # Hide the ALL_LINGUAS assigment from automake.
16991             eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
16992             POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
16993           else
16994             # The set of available languages was given in configure.ac.
16995             eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
16996           fi
16997           case "$ac_given_srcdir" in
16998             .) srcdirpre= ;;
16999             *) srcdirpre='$(srcdir)/' ;;
17000           esac
17001           POFILES=
17002           GMOFILES=
17003           UPDATEPOFILES=
17004           DUMMYPOFILES=
17005           for lang in $ALL_LINGUAS; do
17006             POFILES="$POFILES $srcdirpre$lang.po"
17007             GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
17008             UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
17009             DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
17010           done
17011           # CATALOGS depends on both $ac_dir and the user's LINGUAS
17012           # environment variable.
17013           INST_LINGUAS=
17014           if test -n "$ALL_LINGUAS"; then
17015             for presentlang in $ALL_LINGUAS; do
17016               useit=no
17017               if test "%UNSET%" != "$LINGUAS"; then
17018                 desiredlanguages="$LINGUAS"
17019               else
17020                 desiredlanguages="$ALL_LINGUAS"
17021               fi
17022               for desiredlang in $desiredlanguages; do
17023                 # Use the presentlang catalog if desiredlang is
17024                 #   a. equal to presentlang, or
17025                 #   b. a variant of presentlang (because in this case,
17026                 #      presentlang can be used as a fallback for messages
17027                 #      which are not translated in the desiredlang catalog).
17028                 case "$desiredlang" in
17029                   "$presentlang"*) useit=yes;;
17030                 esac
17031               done
17032               if test $useit = yes; then
17033                 INST_LINGUAS="$INST_LINGUAS $presentlang"
17034               fi
17035             done
17036           fi
17037           CATALOGS=
17038           if test -n "$INST_LINGUAS"; then
17039             for lang in $INST_LINGUAS; do
17040               CATALOGS="$CATALOGS $lang.gmo"
17041             done
17042           fi
17043           test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
17044           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"
17045           for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
17046             if test -f "$f"; then
17047               case "$f" in
17048                 *.orig | *.bak | *~) ;;
17049                 *) cat "$f" >> "$ac_dir/Makefile" ;;
17050               esac
17051             fi
17052           done
17053         fi
17054         ;;
17055       esac
17056     done ;;
17057
17058   esac
17059 done # for ac_tag
17060
17061
17062 as_fn_exit 0
17063 _ACEOF
17064 ac_clean_files=$ac_clean_files_save
17065
17066 test $ac_write_fail = 0 ||
17067   as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
17068
17069
17070 # configure is writing to config.log, and then calls config.status.
17071 # config.status does its own redirection, appending to config.log.
17072 # Unfortunately, on DOS this fails, as config.log is still kept open
17073 # by configure, so config.status won't be able to write to it; its
17074 # output is simply discarded.  So we exec the FD to /dev/null,
17075 # effectively closing config.log, so it can be properly (re)opened and
17076 # appended to by config.status.  When coming back to configure, we
17077 # need to make the FD available again.
17078 if test "$no_create" != yes; then
17079   ac_cs_success=:
17080   ac_config_status_args=
17081   test "$silent" = yes &&
17082     ac_config_status_args="$ac_config_status_args --quiet"
17083   exec 5>/dev/null
17084   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17085   exec 5>>config.log
17086   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17087   # would make configure fail if this is the last instruction.
17088   $ac_cs_success || as_fn_exit $?
17089 fi
17090 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17091   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17092 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
17093 fi
17094