Add -Wstack-usage to the gcc warning flags list, but only if using a sufficiently...
[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 NO_WERROR
654 WARN_CFLAGS
655 OTOOL64
656 OTOOL
657 LIPO
658 NMEDIT
659 DSYMUTIL
660 RANLIB
661 AR
662 OBJDUMP
663 LN_S
664 NM
665 ac_ct_DUMPBIN
666 DUMPBIN
667 LD
668 FGREP
669 SED
670 LIBTOOL
671 EGREP
672 GREP
673 CPP
674 am__fastdepCC_FALSE
675 am__fastdepCC_TRUE
676 CCDEPMODE
677 AMDEPBACKSLASH
678 AMDEP_FALSE
679 AMDEP_TRUE
680 am__quote
681 am__include
682 DEPDIR
683 am__untar
684 am__tar
685 AMTAR
686 am__leading_dot
687 SET_MAKE
688 AWK
689 mkdir_p
690 MKDIR_P
691 INSTALL_STRIP_PROGRAM
692 STRIP
693 install_sh
694 MAKEINFO
695 AUTOHEADER
696 AUTOMAKE
697 AUTOCONF
698 ACLOCAL
699 VERSION
700 PACKAGE
701 CYGPATH_W
702 am__isrc
703 INSTALL_DATA
704 INSTALL_SCRIPT
705 INSTALL_PROGRAM
706 OBJEXT
707 EXEEXT
708 ac_ct_CC
709 CPPFLAGS
710 LDFLAGS
711 CFLAGS
712 CC
713 target_os
714 target_vendor
715 target_cpu
716 target
717 host_os
718 host_vendor
719 host_cpu
720 host
721 build_os
722 build_vendor
723 build_cpu
724 build
725 target_alias
726 host_alias
727 build_alias
728 LIBS
729 ECHO_T
730 ECHO_N
731 ECHO_C
732 DEFS
733 mandir
734 localedir
735 libdir
736 psdir
737 pdfdir
738 dvidir
739 htmldir
740 infodir
741 docdir
742 oldincludedir
743 includedir
744 localstatedir
745 sharedstatedir
746 sysconfdir
747 datadir
748 datarootdir
749 libexecdir
750 sbindir
751 bindir
752 program_transform_name
753 prefix
754 exec_prefix
755 PACKAGE_URL
756 PACKAGE_BUGREPORT
757 PACKAGE_STRING
758 PACKAGE_VERSION
759 PACKAGE_TARNAME
760 PACKAGE_NAME
761 PATH_SEPARATOR
762 SHELL'
763 ac_subst_files=''
764 ac_user_opts='
765 enable_option_checking
766 enable_dependency_tracking
767 enable_shared
768 enable_static
769 with_pic
770 enable_fast_install
771 with_gnu_ld
772 enable_libtool_lock
773 enable_plugins
774 enable_largefile
775 enable_targets
776 enable_deterministic_archives
777 enable_default_strings_all
778 enable_werror
779 enable_build_warnings
780 enable_nls
781 enable_maintainer_mode
782 with_system_zlib
783 enable_rpath
784 with_libiconv_prefix
785 '
786       ac_precious_vars='build_alias
787 host_alias
788 target_alias
789 CC
790 CFLAGS
791 LDFLAGS
792 LIBS
793 CPPFLAGS
794 CPP
795 YACC
796 YFLAGS'
797
798
799 # Initialize some variables set by options.
800 ac_init_help=
801 ac_init_version=false
802 ac_unrecognized_opts=
803 ac_unrecognized_sep=
804 # The variables have the same names as the options, with
805 # dashes changed to underlines.
806 cache_file=/dev/null
807 exec_prefix=NONE
808 no_create=
809 no_recursion=
810 prefix=NONE
811 program_prefix=NONE
812 program_suffix=NONE
813 program_transform_name=s,x,x,
814 silent=
815 site=
816 srcdir=
817 verbose=
818 x_includes=NONE
819 x_libraries=NONE
820
821 # Installation directory options.
822 # These are left unexpanded so users can "make install exec_prefix=/foo"
823 # and all the variables that are supposed to be based on exec_prefix
824 # by default will actually change.
825 # Use braces instead of parens because sh, perl, etc. also accept them.
826 # (The list follows the same order as the GNU Coding Standards.)
827 bindir='${exec_prefix}/bin'
828 sbindir='${exec_prefix}/sbin'
829 libexecdir='${exec_prefix}/libexec'
830 datarootdir='${prefix}/share'
831 datadir='${datarootdir}'
832 sysconfdir='${prefix}/etc'
833 sharedstatedir='${prefix}/com'
834 localstatedir='${prefix}/var'
835 includedir='${prefix}/include'
836 oldincludedir='/usr/include'
837 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
838 infodir='${datarootdir}/info'
839 htmldir='${docdir}'
840 dvidir='${docdir}'
841 pdfdir='${docdir}'
842 psdir='${docdir}'
843 libdir='${exec_prefix}/lib'
844 localedir='${datarootdir}/locale'
845 mandir='${datarootdir}/man'
846
847 ac_prev=
848 ac_dashdash=
849 for ac_option
850 do
851   # If the previous option needs an argument, assign it.
852   if test -n "$ac_prev"; then
853     eval $ac_prev=\$ac_option
854     ac_prev=
855     continue
856   fi
857
858   case $ac_option in
859   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
860   *)    ac_optarg=yes ;;
861   esac
862
863   # Accept the important Cygnus configure options, so we can diagnose typos.
864
865   case $ac_dashdash$ac_option in
866   --)
867     ac_dashdash=yes ;;
868
869   -bindir | --bindir | --bindi | --bind | --bin | --bi)
870     ac_prev=bindir ;;
871   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
872     bindir=$ac_optarg ;;
873
874   -build | --build | --buil | --bui | --bu)
875     ac_prev=build_alias ;;
876   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
877     build_alias=$ac_optarg ;;
878
879   -cache-file | --cache-file | --cache-fil | --cache-fi \
880   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
881     ac_prev=cache_file ;;
882   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
883   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
884     cache_file=$ac_optarg ;;
885
886   --config-cache | -C)
887     cache_file=config.cache ;;
888
889   -datadir | --datadir | --datadi | --datad)
890     ac_prev=datadir ;;
891   -datadir=* | --datadir=* | --datadi=* | --datad=*)
892     datadir=$ac_optarg ;;
893
894   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
895   | --dataroo | --dataro | --datar)
896     ac_prev=datarootdir ;;
897   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
898   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
899     datarootdir=$ac_optarg ;;
900
901   -disable-* | --disable-*)
902     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
903     # Reject names that are not valid shell variable names.
904     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
905       as_fn_error "invalid feature name: $ac_useropt"
906     ac_useropt_orig=$ac_useropt
907     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
908     case $ac_user_opts in
909       *"
910 "enable_$ac_useropt"
911 "*) ;;
912       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
913          ac_unrecognized_sep=', ';;
914     esac
915     eval enable_$ac_useropt=no ;;
916
917   -docdir | --docdir | --docdi | --doc | --do)
918     ac_prev=docdir ;;
919   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
920     docdir=$ac_optarg ;;
921
922   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
923     ac_prev=dvidir ;;
924   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
925     dvidir=$ac_optarg ;;
926
927   -enable-* | --enable-*)
928     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
929     # Reject names that are not valid shell variable names.
930     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
931       as_fn_error "invalid feature name: $ac_useropt"
932     ac_useropt_orig=$ac_useropt
933     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
934     case $ac_user_opts in
935       *"
936 "enable_$ac_useropt"
937 "*) ;;
938       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
939          ac_unrecognized_sep=', ';;
940     esac
941     eval enable_$ac_useropt=\$ac_optarg ;;
942
943   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
944   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
945   | --exec | --exe | --ex)
946     ac_prev=exec_prefix ;;
947   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
948   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
949   | --exec=* | --exe=* | --ex=*)
950     exec_prefix=$ac_optarg ;;
951
952   -gas | --gas | --ga | --g)
953     # Obsolete; use --with-gas.
954     with_gas=yes ;;
955
956   -help | --help | --hel | --he | -h)
957     ac_init_help=long ;;
958   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
959     ac_init_help=recursive ;;
960   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
961     ac_init_help=short ;;
962
963   -host | --host | --hos | --ho)
964     ac_prev=host_alias ;;
965   -host=* | --host=* | --hos=* | --ho=*)
966     host_alias=$ac_optarg ;;
967
968   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
969     ac_prev=htmldir ;;
970   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
971   | --ht=*)
972     htmldir=$ac_optarg ;;
973
974   -includedir | --includedir | --includedi | --included | --include \
975   | --includ | --inclu | --incl | --inc)
976     ac_prev=includedir ;;
977   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
978   | --includ=* | --inclu=* | --incl=* | --inc=*)
979     includedir=$ac_optarg ;;
980
981   -infodir | --infodir | --infodi | --infod | --info | --inf)
982     ac_prev=infodir ;;
983   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
984     infodir=$ac_optarg ;;
985
986   -libdir | --libdir | --libdi | --libd)
987     ac_prev=libdir ;;
988   -libdir=* | --libdir=* | --libdi=* | --libd=*)
989     libdir=$ac_optarg ;;
990
991   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
992   | --libexe | --libex | --libe)
993     ac_prev=libexecdir ;;
994   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
995   | --libexe=* | --libex=* | --libe=*)
996     libexecdir=$ac_optarg ;;
997
998   -localedir | --localedir | --localedi | --localed | --locale)
999     ac_prev=localedir ;;
1000   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1001     localedir=$ac_optarg ;;
1002
1003   -localstatedir | --localstatedir | --localstatedi | --localstated \
1004   | --localstate | --localstat | --localsta | --localst | --locals)
1005     ac_prev=localstatedir ;;
1006   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1007   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1008     localstatedir=$ac_optarg ;;
1009
1010   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1011     ac_prev=mandir ;;
1012   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1013     mandir=$ac_optarg ;;
1014
1015   -nfp | --nfp | --nf)
1016     # Obsolete; use --without-fp.
1017     with_fp=no ;;
1018
1019   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1020   | --no-cr | --no-c | -n)
1021     no_create=yes ;;
1022
1023   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1024   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1025     no_recursion=yes ;;
1026
1027   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1028   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1029   | --oldin | --oldi | --old | --ol | --o)
1030     ac_prev=oldincludedir ;;
1031   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1032   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1033   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1034     oldincludedir=$ac_optarg ;;
1035
1036   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1037     ac_prev=prefix ;;
1038   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1039     prefix=$ac_optarg ;;
1040
1041   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1042   | --program-pre | --program-pr | --program-p)
1043     ac_prev=program_prefix ;;
1044   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1045   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1046     program_prefix=$ac_optarg ;;
1047
1048   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1049   | --program-suf | --program-su | --program-s)
1050     ac_prev=program_suffix ;;
1051   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1052   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1053     program_suffix=$ac_optarg ;;
1054
1055   -program-transform-name | --program-transform-name \
1056   | --program-transform-nam | --program-transform-na \
1057   | --program-transform-n | --program-transform- \
1058   | --program-transform | --program-transfor \
1059   | --program-transfo | --program-transf \
1060   | --program-trans | --program-tran \
1061   | --progr-tra | --program-tr | --program-t)
1062     ac_prev=program_transform_name ;;
1063   -program-transform-name=* | --program-transform-name=* \
1064   | --program-transform-nam=* | --program-transform-na=* \
1065   | --program-transform-n=* | --program-transform-=* \
1066   | --program-transform=* | --program-transfor=* \
1067   | --program-transfo=* | --program-transf=* \
1068   | --program-trans=* | --program-tran=* \
1069   | --progr-tra=* | --program-tr=* | --program-t=*)
1070     program_transform_name=$ac_optarg ;;
1071
1072   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1073     ac_prev=pdfdir ;;
1074   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1075     pdfdir=$ac_optarg ;;
1076
1077   -psdir | --psdir | --psdi | --psd | --ps)
1078     ac_prev=psdir ;;
1079   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1080     psdir=$ac_optarg ;;
1081
1082   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1083   | -silent | --silent | --silen | --sile | --sil)
1084     silent=yes ;;
1085
1086   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1087     ac_prev=sbindir ;;
1088   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1089   | --sbi=* | --sb=*)
1090     sbindir=$ac_optarg ;;
1091
1092   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1093   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1094   | --sharedst | --shareds | --shared | --share | --shar \
1095   | --sha | --sh)
1096     ac_prev=sharedstatedir ;;
1097   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1098   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1099   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1100   | --sha=* | --sh=*)
1101     sharedstatedir=$ac_optarg ;;
1102
1103   -site | --site | --sit)
1104     ac_prev=site ;;
1105   -site=* | --site=* | --sit=*)
1106     site=$ac_optarg ;;
1107
1108   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1109     ac_prev=srcdir ;;
1110   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1111     srcdir=$ac_optarg ;;
1112
1113   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1114   | --syscon | --sysco | --sysc | --sys | --sy)
1115     ac_prev=sysconfdir ;;
1116   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1117   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1118     sysconfdir=$ac_optarg ;;
1119
1120   -target | --target | --targe | --targ | --tar | --ta | --t)
1121     ac_prev=target_alias ;;
1122   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1123     target_alias=$ac_optarg ;;
1124
1125   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1126     verbose=yes ;;
1127
1128   -version | --version | --versio | --versi | --vers | -V)
1129     ac_init_version=: ;;
1130
1131   -with-* | --with-*)
1132     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1133     # Reject names that are not valid shell variable names.
1134     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1135       as_fn_error "invalid package name: $ac_useropt"
1136     ac_useropt_orig=$ac_useropt
1137     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1138     case $ac_user_opts in
1139       *"
1140 "with_$ac_useropt"
1141 "*) ;;
1142       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1143          ac_unrecognized_sep=', ';;
1144     esac
1145     eval with_$ac_useropt=\$ac_optarg ;;
1146
1147   -without-* | --without-*)
1148     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1149     # Reject names that are not valid shell variable names.
1150     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1151       as_fn_error "invalid package name: $ac_useropt"
1152     ac_useropt_orig=$ac_useropt
1153     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1154     case $ac_user_opts in
1155       *"
1156 "with_$ac_useropt"
1157 "*) ;;
1158       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1159          ac_unrecognized_sep=', ';;
1160     esac
1161     eval with_$ac_useropt=no ;;
1162
1163   --x)
1164     # Obsolete; use --with-x.
1165     with_x=yes ;;
1166
1167   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1168   | --x-incl | --x-inc | --x-in | --x-i)
1169     ac_prev=x_includes ;;
1170   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1171   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1172     x_includes=$ac_optarg ;;
1173
1174   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1175   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1176     ac_prev=x_libraries ;;
1177   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1178   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1179     x_libraries=$ac_optarg ;;
1180
1181   -*) as_fn_error "unrecognized option: \`$ac_option'
1182 Try \`$0 --help' for more information."
1183     ;;
1184
1185   *=*)
1186     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1187     # Reject names that are not valid shell variable names.
1188     case $ac_envvar in #(
1189       '' | [0-9]* | *[!_$as_cr_alnum]* )
1190       as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1191     esac
1192     eval $ac_envvar=\$ac_optarg
1193     export $ac_envvar ;;
1194
1195   *)
1196     # FIXME: should be removed in autoconf 3.0.
1197     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1198     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1199       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1200     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1201     ;;
1202
1203   esac
1204 done
1205
1206 if test -n "$ac_prev"; then
1207   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1208   as_fn_error "missing argument to $ac_option"
1209 fi
1210
1211 if test -n "$ac_unrecognized_opts"; then
1212   case $enable_option_checking in
1213     no) ;;
1214     fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1215     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1216   esac
1217 fi
1218
1219 # Check all directory arguments for consistency.
1220 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1221                 datadir sysconfdir sharedstatedir localstatedir includedir \
1222                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1223                 libdir localedir mandir
1224 do
1225   eval ac_val=\$$ac_var
1226   # Remove trailing slashes.
1227   case $ac_val in
1228     */ )
1229       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1230       eval $ac_var=\$ac_val;;
1231   esac
1232   # Be sure to have absolute directory names.
1233   case $ac_val in
1234     [\\/$]* | ?:[\\/]* )  continue;;
1235     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1236   esac
1237   as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1238 done
1239
1240 # There might be people who depend on the old broken behavior: `$host'
1241 # used to hold the argument of --host etc.
1242 # FIXME: To remove some day.
1243 build=$build_alias
1244 host=$host_alias
1245 target=$target_alias
1246
1247 # FIXME: To remove some day.
1248 if test "x$host_alias" != x; then
1249   if test "x$build_alias" = x; then
1250     cross_compiling=maybe
1251     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1252     If a cross compiler is detected then cross compile mode will be used." >&2
1253   elif test "x$build_alias" != "x$host_alias"; then
1254     cross_compiling=yes
1255   fi
1256 fi
1257
1258 ac_tool_prefix=
1259 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1260
1261 test "$silent" = yes && exec 6>/dev/null
1262
1263
1264 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1265 ac_ls_di=`ls -di .` &&
1266 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1267   as_fn_error "working directory cannot be determined"
1268 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1269   as_fn_error "pwd does not report name of working directory"
1270
1271
1272 # Find the source files, if location was not specified.
1273 if test -z "$srcdir"; then
1274   ac_srcdir_defaulted=yes
1275   # Try the directory containing this script, then the parent directory.
1276   ac_confdir=`$as_dirname -- "$as_myself" ||
1277 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1278          X"$as_myself" : 'X\(//\)[^/]' \| \
1279          X"$as_myself" : 'X\(//\)$' \| \
1280          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1281 $as_echo X"$as_myself" |
1282     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1283             s//\1/
1284             q
1285           }
1286           /^X\(\/\/\)[^/].*/{
1287             s//\1/
1288             q
1289           }
1290           /^X\(\/\/\)$/{
1291             s//\1/
1292             q
1293           }
1294           /^X\(\/\).*/{
1295             s//\1/
1296             q
1297           }
1298           s/.*/./; q'`
1299   srcdir=$ac_confdir
1300   if test ! -r "$srcdir/$ac_unique_file"; then
1301     srcdir=..
1302   fi
1303 else
1304   ac_srcdir_defaulted=no
1305 fi
1306 if test ! -r "$srcdir/$ac_unique_file"; then
1307   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1308   as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1309 fi
1310 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1311 ac_abs_confdir=`(
1312         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1313         pwd)`
1314 # When building in place, set srcdir=.
1315 if test "$ac_abs_confdir" = "$ac_pwd"; then
1316   srcdir=.
1317 fi
1318 # Remove unnecessary trailing slashes from srcdir.
1319 # Double slashes in file names in object file debugging info
1320 # mess up M-x gdb in Emacs.
1321 case $srcdir in
1322 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1323 esac
1324 for ac_var in $ac_precious_vars; do
1325   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1326   eval ac_env_${ac_var}_value=\$${ac_var}
1327   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1328   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1329 done
1330
1331 #
1332 # Report the --help message.
1333 #
1334 if test "$ac_init_help" = "long"; then
1335   # Omit some internal or obsolete options to make the list less imposing.
1336   # This message is too long to be a string in the A/UX 3.1 sh.
1337   cat <<_ACEOF
1338 \`configure' configures binutils 2.26.51 to adapt to many kinds of systems.
1339
1340 Usage: $0 [OPTION]... [VAR=VALUE]...
1341
1342 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1343 VAR=VALUE.  See below for descriptions of some of the useful variables.
1344
1345 Defaults for the options are specified in brackets.
1346
1347 Configuration:
1348   -h, --help              display this help and exit
1349       --help=short        display options specific to this package
1350       --help=recursive    display the short help of all the included packages
1351   -V, --version           display version information and exit
1352   -q, --quiet, --silent   do not print \`checking...' messages
1353       --cache-file=FILE   cache test results in FILE [disabled]
1354   -C, --config-cache      alias for \`--cache-file=config.cache'
1355   -n, --no-create         do not create output files
1356       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1357
1358 Installation directories:
1359   --prefix=PREFIX         install architecture-independent files in PREFIX
1360                           [$ac_default_prefix]
1361   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1362                           [PREFIX]
1363
1364 By default, \`make install' will install all the files in
1365 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1366 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1367 for instance \`--prefix=\$HOME'.
1368
1369 For better control, use the options below.
1370
1371 Fine tuning of the installation directories:
1372   --bindir=DIR            user executables [EPREFIX/bin]
1373   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1374   --libexecdir=DIR        program executables [EPREFIX/libexec]
1375   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1376   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1377   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1378   --libdir=DIR            object code libraries [EPREFIX/lib]
1379   --includedir=DIR        C header files [PREFIX/include]
1380   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1381   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1382   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1383   --infodir=DIR           info documentation [DATAROOTDIR/info]
1384   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1385   --mandir=DIR            man documentation [DATAROOTDIR/man]
1386   --docdir=DIR            documentation root [DATAROOTDIR/doc/binutils]
1387   --htmldir=DIR           html documentation [DOCDIR]
1388   --dvidir=DIR            dvi documentation [DOCDIR]
1389   --pdfdir=DIR            pdf documentation [DOCDIR]
1390   --psdir=DIR             ps documentation [DOCDIR]
1391 _ACEOF
1392
1393   cat <<\_ACEOF
1394
1395 Program names:
1396   --program-prefix=PREFIX            prepend PREFIX to installed program names
1397   --program-suffix=SUFFIX            append SUFFIX to installed program names
1398   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1399
1400 System types:
1401   --build=BUILD     configure for building on BUILD [guessed]
1402   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1403   --target=TARGET   configure for building compilers for TARGET [HOST]
1404 _ACEOF
1405 fi
1406
1407 if test -n "$ac_init_help"; then
1408   case $ac_init_help in
1409      short | recursive ) echo "Configuration of binutils 2.26.51:";;
1410    esac
1411   cat <<\_ACEOF
1412
1413 Optional Features:
1414   --disable-option-checking  ignore unrecognized --enable/--with options
1415   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1416   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1417   --disable-dependency-tracking  speeds up one-time build
1418   --enable-dependency-tracking   do not reject slow dependency extractors
1419   --enable-shared[=PKGS]  build shared libraries [default=yes]
1420   --enable-static[=PKGS]  build static libraries [default=yes]
1421   --enable-fast-install[=PKGS]
1422                           optimize for fast installation [default=yes]
1423   --disable-libtool-lock  avoid locking (might break parallel builds)
1424   --enable-plugins        Enable support for plugins
1425   --disable-largefile     omit support for large files
1426   --enable-targets        alternative target configurations
1427   --enable-deterministic-archives
1428                           ar and ranlib default to -D behavior
1429   --disable-default-strings-all
1430                           strings defaults to --data behavior
1431   --enable-werror         treat compile warnings as errors
1432   --enable-build-warnings enable build-time compiler warnings
1433   --disable-nls           do not use Native Language Support
1434   --enable-maintainer-mode  enable make rules and dependencies not useful
1435                           (and sometimes confusing) to the casual installer
1436   --disable-rpath         do not hardcode runtime library paths
1437
1438 Optional Packages:
1439   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1440   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1441   --with-pic              try to use only PIC/non-PIC objects [default=use
1442                           both]
1443   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1444   --with-system-zlib      use installed libz
1445   --with-gnu-ld           assume the C compiler uses GNU ld default=no
1446   --with-libiconv-prefix[=DIR]  search for libiconv in DIR/include and DIR/lib
1447   --without-libiconv-prefix     don't search for libiconv in includedir and libdir
1448
1449 Some influential environment variables:
1450   CC          C compiler command
1451   CFLAGS      C compiler flags
1452   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1453               nonstandard directory <lib dir>
1454   LIBS        libraries to pass to the linker, e.g. -l<library>
1455   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1456               you have headers in a nonstandard directory <include dir>
1457   CPP         C preprocessor
1458   YACC        The `Yet Another C Compiler' implementation to use. Defaults to
1459               the first program found out of: `bison -y', `byacc', `yacc'.
1460   YFLAGS      The list of arguments that will be passed by default to $YACC.
1461               This script will default YFLAGS to the empty string to avoid a
1462               default value of `-d' given by some make applications.
1463
1464 Use these variables to override the choices made by `configure' or to help
1465 it to find libraries and programs with nonstandard names/locations.
1466
1467 Report bugs to the package provider.
1468 _ACEOF
1469 ac_status=$?
1470 fi
1471
1472 if test "$ac_init_help" = "recursive"; then
1473   # If there are subdirs, report their specific --help.
1474   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1475     test -d "$ac_dir" ||
1476       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1477       continue
1478     ac_builddir=.
1479
1480 case "$ac_dir" in
1481 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1482 *)
1483   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1484   # A ".." for each directory in $ac_dir_suffix.
1485   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1486   case $ac_top_builddir_sub in
1487   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1488   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1489   esac ;;
1490 esac
1491 ac_abs_top_builddir=$ac_pwd
1492 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1493 # for backward compatibility:
1494 ac_top_builddir=$ac_top_build_prefix
1495
1496 case $srcdir in
1497   .)  # We are building in place.
1498     ac_srcdir=.
1499     ac_top_srcdir=$ac_top_builddir_sub
1500     ac_abs_top_srcdir=$ac_pwd ;;
1501   [\\/]* | ?:[\\/]* )  # Absolute name.
1502     ac_srcdir=$srcdir$ac_dir_suffix;
1503     ac_top_srcdir=$srcdir
1504     ac_abs_top_srcdir=$srcdir ;;
1505   *) # Relative name.
1506     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1507     ac_top_srcdir=$ac_top_build_prefix$srcdir
1508     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1509 esac
1510 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1511
1512     cd "$ac_dir" || { ac_status=$?; continue; }
1513     # Check for guested configure.
1514     if test -f "$ac_srcdir/configure.gnu"; then
1515       echo &&
1516       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1517     elif test -f "$ac_srcdir/configure"; then
1518       echo &&
1519       $SHELL "$ac_srcdir/configure" --help=recursive
1520     else
1521       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1522     fi || ac_status=$?
1523     cd "$ac_pwd" || { ac_status=$?; break; }
1524   done
1525 fi
1526
1527 test -n "$ac_init_help" && exit $ac_status
1528 if $ac_init_version; then
1529   cat <<\_ACEOF
1530 binutils configure 2.26.51
1531 generated by GNU Autoconf 2.64
1532
1533 Copyright (C) 2009 Free Software Foundation, Inc.
1534 This configure script is free software; the Free Software Foundation
1535 gives unlimited permission to copy, distribute and modify it.
1536 _ACEOF
1537   exit
1538 fi
1539
1540 ## ------------------------ ##
1541 ## Autoconf initialization. ##
1542 ## ------------------------ ##
1543
1544 # ac_fn_c_try_compile LINENO
1545 # --------------------------
1546 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1547 ac_fn_c_try_compile ()
1548 {
1549   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1550   rm -f conftest.$ac_objext
1551   if { { ac_try="$ac_compile"
1552 case "(($ac_try" in
1553   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1554   *) ac_try_echo=$ac_try;;
1555 esac
1556 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1557 $as_echo "$ac_try_echo"; } >&5
1558   (eval "$ac_compile") 2>conftest.err
1559   ac_status=$?
1560   if test -s conftest.err; then
1561     grep -v '^ *+' conftest.err >conftest.er1
1562     cat conftest.er1 >&5
1563     mv -f conftest.er1 conftest.err
1564   fi
1565   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1566   test $ac_status = 0; } && {
1567          test -z "$ac_c_werror_flag" ||
1568          test ! -s conftest.err
1569        } && test -s conftest.$ac_objext; then :
1570   ac_retval=0
1571 else
1572   $as_echo "$as_me: failed program was:" >&5
1573 sed 's/^/| /' conftest.$ac_ext >&5
1574
1575         ac_retval=1
1576 fi
1577   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1578   return $ac_retval
1579
1580 } # ac_fn_c_try_compile
1581
1582 # ac_fn_c_try_link LINENO
1583 # -----------------------
1584 # Try to link conftest.$ac_ext, and return whether this succeeded.
1585 ac_fn_c_try_link ()
1586 {
1587   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1588   rm -f conftest.$ac_objext conftest$ac_exeext
1589   if { { ac_try="$ac_link"
1590 case "(($ac_try" in
1591   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1592   *) ac_try_echo=$ac_try;;
1593 esac
1594 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1595 $as_echo "$ac_try_echo"; } >&5
1596   (eval "$ac_link") 2>conftest.err
1597   ac_status=$?
1598   if test -s conftest.err; then
1599     grep -v '^ *+' conftest.err >conftest.er1
1600     cat conftest.er1 >&5
1601     mv -f conftest.er1 conftest.err
1602   fi
1603   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1604   test $ac_status = 0; } && {
1605          test -z "$ac_c_werror_flag" ||
1606          test ! -s conftest.err
1607        } && test -s conftest$ac_exeext && {
1608          test "$cross_compiling" = yes ||
1609          $as_test_x conftest$ac_exeext
1610        }; then :
1611   ac_retval=0
1612 else
1613   $as_echo "$as_me: failed program was:" >&5
1614 sed 's/^/| /' conftest.$ac_ext >&5
1615
1616         ac_retval=1
1617 fi
1618   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1619   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1620   # interfere with the next link command; also delete a directory that is
1621   # left behind by Apple's compiler.  We do this before executing the actions.
1622   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1623   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1624   return $ac_retval
1625
1626 } # ac_fn_c_try_link
1627
1628 # ac_fn_c_try_cpp LINENO
1629 # ----------------------
1630 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1631 ac_fn_c_try_cpp ()
1632 {
1633   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1634   if { { ac_try="$ac_cpp conftest.$ac_ext"
1635 case "(($ac_try" in
1636   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1637   *) ac_try_echo=$ac_try;;
1638 esac
1639 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1640 $as_echo "$ac_try_echo"; } >&5
1641   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1642   ac_status=$?
1643   if test -s conftest.err; then
1644     grep -v '^ *+' conftest.err >conftest.er1
1645     cat conftest.er1 >&5
1646     mv -f conftest.er1 conftest.err
1647   fi
1648   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1649   test $ac_status = 0; } >/dev/null && {
1650          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1651          test ! -s conftest.err
1652        }; then :
1653   ac_retval=0
1654 else
1655   $as_echo "$as_me: failed program was:" >&5
1656 sed 's/^/| /' conftest.$ac_ext >&5
1657
1658     ac_retval=1
1659 fi
1660   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1661   return $ac_retval
1662
1663 } # ac_fn_c_try_cpp
1664
1665 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1666 # -------------------------------------------------------
1667 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1668 # the include files in INCLUDES and setting the cache variable VAR
1669 # accordingly.
1670 ac_fn_c_check_header_mongrel ()
1671 {
1672   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1673   if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1674   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1675 $as_echo_n "checking for $2... " >&6; }
1676 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1677   $as_echo_n "(cached) " >&6
1678 fi
1679 eval ac_res=\$$3
1680                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1681 $as_echo "$ac_res" >&6; }
1682 else
1683   # Is the header compilable?
1684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1685 $as_echo_n "checking $2 usability... " >&6; }
1686 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1687 /* end confdefs.h.  */
1688 $4
1689 #include <$2>
1690 _ACEOF
1691 if ac_fn_c_try_compile "$LINENO"; then :
1692   ac_header_compiler=yes
1693 else
1694   ac_header_compiler=no
1695 fi
1696 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1698 $as_echo "$ac_header_compiler" >&6; }
1699
1700 # Is the header present?
1701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1702 $as_echo_n "checking $2 presence... " >&6; }
1703 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1704 /* end confdefs.h.  */
1705 #include <$2>
1706 _ACEOF
1707 if ac_fn_c_try_cpp "$LINENO"; then :
1708   ac_header_preproc=yes
1709 else
1710   ac_header_preproc=no
1711 fi
1712 rm -f conftest.err conftest.$ac_ext
1713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1714 $as_echo "$ac_header_preproc" >&6; }
1715
1716 # So?  What about this header?
1717 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1718   yes:no: )
1719     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1720 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1721     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1722 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1723     ;;
1724   no:yes:* )
1725     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1726 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1727     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
1728 $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
1729     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1730 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1731     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
1732 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
1733     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1734 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1735     ;;
1736 esac
1737   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1738 $as_echo_n "checking for $2... " >&6; }
1739 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1740   $as_echo_n "(cached) " >&6
1741 else
1742   eval "$3=\$ac_header_compiler"
1743 fi
1744 eval ac_res=\$$3
1745                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1746 $as_echo "$ac_res" >&6; }
1747 fi
1748   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1749
1750 } # ac_fn_c_check_header_mongrel
1751
1752 # ac_fn_c_try_run LINENO
1753 # ----------------------
1754 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1755 # that executables *can* be run.
1756 ac_fn_c_try_run ()
1757 {
1758   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1759   if { { ac_try="$ac_link"
1760 case "(($ac_try" in
1761   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1762   *) ac_try_echo=$ac_try;;
1763 esac
1764 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1765 $as_echo "$ac_try_echo"; } >&5
1766   (eval "$ac_link") 2>&5
1767   ac_status=$?
1768   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1769   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1770   { { case "(($ac_try" in
1771   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1772   *) ac_try_echo=$ac_try;;
1773 esac
1774 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1775 $as_echo "$ac_try_echo"; } >&5
1776   (eval "$ac_try") 2>&5
1777   ac_status=$?
1778   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1779   test $ac_status = 0; }; }; then :
1780   ac_retval=0
1781 else
1782   $as_echo "$as_me: program exited with status $ac_status" >&5
1783        $as_echo "$as_me: failed program was:" >&5
1784 sed 's/^/| /' conftest.$ac_ext >&5
1785
1786        ac_retval=$ac_status
1787 fi
1788   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1789   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1790   return $ac_retval
1791
1792 } # ac_fn_c_try_run
1793
1794 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1795 # -------------------------------------------------------
1796 # Tests whether HEADER exists and can be compiled using the include files in
1797 # INCLUDES, setting the cache variable VAR accordingly.
1798 ac_fn_c_check_header_compile ()
1799 {
1800   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1801   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1802 $as_echo_n "checking for $2... " >&6; }
1803 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1804   $as_echo_n "(cached) " >&6
1805 else
1806   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1807 /* end confdefs.h.  */
1808 $4
1809 #include <$2>
1810 _ACEOF
1811 if ac_fn_c_try_compile "$LINENO"; then :
1812   eval "$3=yes"
1813 else
1814   eval "$3=no"
1815 fi
1816 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1817 fi
1818 eval ac_res=\$$3
1819                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1820 $as_echo "$ac_res" >&6; }
1821   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1822
1823 } # ac_fn_c_check_header_compile
1824
1825 # ac_fn_c_check_func LINENO FUNC VAR
1826 # ----------------------------------
1827 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1828 ac_fn_c_check_func ()
1829 {
1830   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1831   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1832 $as_echo_n "checking for $2... " >&6; }
1833 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1834   $as_echo_n "(cached) " >&6
1835 else
1836   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1837 /* end confdefs.h.  */
1838 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1839    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1840 #define $2 innocuous_$2
1841
1842 /* System header to define __stub macros and hopefully few prototypes,
1843     which can conflict with char $2 (); below.
1844     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1845     <limits.h> exists even on freestanding compilers.  */
1846
1847 #ifdef __STDC__
1848 # include <limits.h>
1849 #else
1850 # include <assert.h>
1851 #endif
1852
1853 #undef $2
1854
1855 /* Override any GCC internal prototype to avoid an error.
1856    Use char because int might match the return type of a GCC
1857    builtin and then its argument prototype would still apply.  */
1858 #ifdef __cplusplus
1859 extern "C"
1860 #endif
1861 char $2 ();
1862 /* The GNU C library defines this for functions which it implements
1863     to always fail with ENOSYS.  Some functions are actually named
1864     something starting with __ and the normal name is an alias.  */
1865 #if defined __stub_$2 || defined __stub___$2
1866 choke me
1867 #endif
1868
1869 int
1870 main ()
1871 {
1872 return $2 ();
1873   ;
1874   return 0;
1875 }
1876 _ACEOF
1877 if ac_fn_c_try_link "$LINENO"; then :
1878   eval "$3=yes"
1879 else
1880   eval "$3=no"
1881 fi
1882 rm -f core conftest.err conftest.$ac_objext \
1883     conftest$ac_exeext conftest.$ac_ext
1884 fi
1885 eval ac_res=\$$3
1886                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1887 $as_echo "$ac_res" >&6; }
1888   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1889
1890 } # ac_fn_c_check_func
1891
1892 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1893 # --------------------------------------------
1894 # Tries to find the compile-time value of EXPR in a program that includes
1895 # INCLUDES, setting VAR accordingly. Returns whether the value could be
1896 # computed
1897 ac_fn_c_compute_int ()
1898 {
1899   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1900   if test "$cross_compiling" = yes; then
1901     # Depending upon the size, compute the lo and hi bounds.
1902 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1903 /* end confdefs.h.  */
1904 $4
1905 int
1906 main ()
1907 {
1908 static int test_array [1 - 2 * !(($2) >= 0)];
1909 test_array [0] = 0
1910
1911   ;
1912   return 0;
1913 }
1914 _ACEOF
1915 if ac_fn_c_try_compile "$LINENO"; then :
1916   ac_lo=0 ac_mid=0
1917   while :; do
1918     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1919 /* end confdefs.h.  */
1920 $4
1921 int
1922 main ()
1923 {
1924 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1925 test_array [0] = 0
1926
1927   ;
1928   return 0;
1929 }
1930 _ACEOF
1931 if ac_fn_c_try_compile "$LINENO"; then :
1932   ac_hi=$ac_mid; break
1933 else
1934   as_fn_arith $ac_mid + 1 && ac_lo=$as_val
1935                         if test $ac_lo -le $ac_mid; then
1936                           ac_lo= ac_hi=
1937                           break
1938                         fi
1939                         as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
1940 fi
1941 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1942   done
1943 else
1944   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1945 /* end confdefs.h.  */
1946 $4
1947 int
1948 main ()
1949 {
1950 static int test_array [1 - 2 * !(($2) < 0)];
1951 test_array [0] = 0
1952
1953   ;
1954   return 0;
1955 }
1956 _ACEOF
1957 if ac_fn_c_try_compile "$LINENO"; then :
1958   ac_hi=-1 ac_mid=-1
1959   while :; do
1960     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1961 /* end confdefs.h.  */
1962 $4
1963 int
1964 main ()
1965 {
1966 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
1967 test_array [0] = 0
1968
1969   ;
1970   return 0;
1971 }
1972 _ACEOF
1973 if ac_fn_c_try_compile "$LINENO"; then :
1974   ac_lo=$ac_mid; break
1975 else
1976   as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
1977                         if test $ac_mid -le $ac_hi; then
1978                           ac_lo= ac_hi=
1979                           break
1980                         fi
1981                         as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
1982 fi
1983 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1984   done
1985 else
1986   ac_lo= ac_hi=
1987 fi
1988 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1989 fi
1990 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1991 # Binary search between lo and hi bounds.
1992 while test "x$ac_lo" != "x$ac_hi"; do
1993   as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
1994   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1995 /* end confdefs.h.  */
1996 $4
1997 int
1998 main ()
1999 {
2000 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2001 test_array [0] = 0
2002
2003   ;
2004   return 0;
2005 }
2006 _ACEOF
2007 if ac_fn_c_try_compile "$LINENO"; then :
2008   ac_hi=$ac_mid
2009 else
2010   as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2011 fi
2012 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2013 done
2014 case $ac_lo in #((
2015 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2016 '') ac_retval=1 ;;
2017 esac
2018   else
2019     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2020 /* end confdefs.h.  */
2021 $4
2022 static long int longval () { return $2; }
2023 static unsigned long int ulongval () { return $2; }
2024 #include <stdio.h>
2025 #include <stdlib.h>
2026 int
2027 main ()
2028 {
2029
2030   FILE *f = fopen ("conftest.val", "w");
2031   if (! f)
2032     return 1;
2033   if (($2) < 0)
2034     {
2035       long int i = longval ();
2036       if (i != ($2))
2037         return 1;
2038       fprintf (f, "%ld", i);
2039     }
2040   else
2041     {
2042       unsigned long int i = ulongval ();
2043       if (i != ($2))
2044         return 1;
2045       fprintf (f, "%lu", i);
2046     }
2047   /* Do not output a trailing newline, as this causes \r\n confusion
2048      on some platforms.  */
2049   return ferror (f) || fclose (f) != 0;
2050
2051   ;
2052   return 0;
2053 }
2054 _ACEOF
2055 if ac_fn_c_try_run "$LINENO"; then :
2056   echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2057 else
2058   ac_retval=1
2059 fi
2060 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2061   conftest.$ac_objext conftest.beam conftest.$ac_ext
2062 rm -f conftest.val
2063
2064   fi
2065   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2066   return $ac_retval
2067
2068 } # ac_fn_c_compute_int
2069
2070 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2071 # -------------------------------------------
2072 # Tests whether TYPE exists after having included INCLUDES, setting cache
2073 # variable VAR accordingly.
2074 ac_fn_c_check_type ()
2075 {
2076   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2077   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2078 $as_echo_n "checking for $2... " >&6; }
2079 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2080   $as_echo_n "(cached) " >&6
2081 else
2082   eval "$3=no"
2083   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2084 /* end confdefs.h.  */
2085 $4
2086 int
2087 main ()
2088 {
2089 if (sizeof ($2))
2090          return 0;
2091   ;
2092   return 0;
2093 }
2094 _ACEOF
2095 if ac_fn_c_try_compile "$LINENO"; then :
2096   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2097 /* end confdefs.h.  */
2098 $4
2099 int
2100 main ()
2101 {
2102 if (sizeof (($2)))
2103             return 0;
2104   ;
2105   return 0;
2106 }
2107 _ACEOF
2108 if ac_fn_c_try_compile "$LINENO"; then :
2109
2110 else
2111   eval "$3=yes"
2112 fi
2113 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2114 fi
2115 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2116 fi
2117 eval ac_res=\$$3
2118                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2119 $as_echo "$ac_res" >&6; }
2120   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2121
2122 } # ac_fn_c_check_type
2123
2124 # ac_fn_c_check_decl LINENO SYMBOL VAR
2125 # ------------------------------------
2126 # Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
2127 ac_fn_c_check_decl ()
2128 {
2129   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2130   as_decl_name=`echo $2|sed 's/ *(.*//'`
2131   as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2132   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2133 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2134 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2135   $as_echo_n "(cached) " >&6
2136 else
2137   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2138 /* end confdefs.h.  */
2139 $4
2140 int
2141 main ()
2142 {
2143 #ifndef $as_decl_name
2144 #ifdef __cplusplus
2145   (void) $as_decl_use;
2146 #else
2147   (void) $as_decl_name;
2148 #endif
2149 #endif
2150
2151   ;
2152   return 0;
2153 }
2154 _ACEOF
2155 if ac_fn_c_try_compile "$LINENO"; then :
2156   eval "$3=yes"
2157 else
2158   eval "$3=no"
2159 fi
2160 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2161 fi
2162 eval ac_res=\$$3
2163                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2164 $as_echo "$ac_res" >&6; }
2165   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2166
2167 } # ac_fn_c_check_decl
2168 cat >config.log <<_ACEOF
2169 This file contains any messages produced by compilers while
2170 running configure, to aid debugging if configure makes a mistake.
2171
2172 It was created by binutils $as_me 2.26.51, which was
2173 generated by GNU Autoconf 2.64.  Invocation command line was
2174
2175   $ $0 $@
2176
2177 _ACEOF
2178 exec 5>>config.log
2179 {
2180 cat <<_ASUNAME
2181 ## --------- ##
2182 ## Platform. ##
2183 ## --------- ##
2184
2185 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2186 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2187 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2188 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2189 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2190
2191 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2192 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
2193
2194 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
2195 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
2196 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2197 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
2198 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
2199 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
2200 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
2201
2202 _ASUNAME
2203
2204 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2205 for as_dir in $PATH
2206 do
2207   IFS=$as_save_IFS
2208   test -z "$as_dir" && as_dir=.
2209     $as_echo "PATH: $as_dir"
2210   done
2211 IFS=$as_save_IFS
2212
2213 } >&5
2214
2215 cat >&5 <<_ACEOF
2216
2217
2218 ## ----------- ##
2219 ## Core tests. ##
2220 ## ----------- ##
2221
2222 _ACEOF
2223
2224
2225 # Keep a trace of the command line.
2226 # Strip out --no-create and --no-recursion so they do not pile up.
2227 # Strip out --silent because we don't want to record it for future runs.
2228 # Also quote any args containing shell meta-characters.
2229 # Make two passes to allow for proper duplicate-argument suppression.
2230 ac_configure_args=
2231 ac_configure_args0=
2232 ac_configure_args1=
2233 ac_must_keep_next=false
2234 for ac_pass in 1 2
2235 do
2236   for ac_arg
2237   do
2238     case $ac_arg in
2239     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2240     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2241     | -silent | --silent | --silen | --sile | --sil)
2242       continue ;;
2243     *\'*)
2244       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2245     esac
2246     case $ac_pass in
2247     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2248     2)
2249       as_fn_append ac_configure_args1 " '$ac_arg'"
2250       if test $ac_must_keep_next = true; then
2251         ac_must_keep_next=false # Got value, back to normal.
2252       else
2253         case $ac_arg in
2254           *=* | --config-cache | -C | -disable-* | --disable-* \
2255           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2256           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2257           | -with-* | --with-* | -without-* | --without-* | --x)
2258             case "$ac_configure_args0 " in
2259               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2260             esac
2261             ;;
2262           -* ) ac_must_keep_next=true ;;
2263         esac
2264       fi
2265       as_fn_append ac_configure_args " '$ac_arg'"
2266       ;;
2267     esac
2268   done
2269 done
2270 { ac_configure_args0=; unset ac_configure_args0;}
2271 { ac_configure_args1=; unset ac_configure_args1;}
2272
2273 # When interrupted or exit'd, cleanup temporary files, and complete
2274 # config.log.  We remove comments because anyway the quotes in there
2275 # would cause problems or look ugly.
2276 # WARNING: Use '\'' to represent an apostrophe within the trap.
2277 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2278 trap 'exit_status=$?
2279   # Save into config.log some information that might help in debugging.
2280   {
2281     echo
2282
2283     cat <<\_ASBOX
2284 ## ---------------- ##
2285 ## Cache variables. ##
2286 ## ---------------- ##
2287 _ASBOX
2288     echo
2289     # The following way of writing the cache mishandles newlines in values,
2290 (
2291   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2292     eval ac_val=\$$ac_var
2293     case $ac_val in #(
2294     *${as_nl}*)
2295       case $ac_var in #(
2296       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2297 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2298       esac
2299       case $ac_var in #(
2300       _ | IFS | as_nl) ;; #(
2301       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2302       *) { eval $ac_var=; unset $ac_var;} ;;
2303       esac ;;
2304     esac
2305   done
2306   (set) 2>&1 |
2307     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2308     *${as_nl}ac_space=\ *)
2309       sed -n \
2310         "s/'\''/'\''\\\\'\'''\''/g;
2311           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2312       ;; #(
2313     *)
2314       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2315       ;;
2316     esac |
2317     sort
2318 )
2319     echo
2320
2321     cat <<\_ASBOX
2322 ## ----------------- ##
2323 ## Output variables. ##
2324 ## ----------------- ##
2325 _ASBOX
2326     echo
2327     for ac_var in $ac_subst_vars
2328     do
2329       eval ac_val=\$$ac_var
2330       case $ac_val in
2331       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2332       esac
2333       $as_echo "$ac_var='\''$ac_val'\''"
2334     done | sort
2335     echo
2336
2337     if test -n "$ac_subst_files"; then
2338       cat <<\_ASBOX
2339 ## ------------------- ##
2340 ## File substitutions. ##
2341 ## ------------------- ##
2342 _ASBOX
2343       echo
2344       for ac_var in $ac_subst_files
2345       do
2346         eval ac_val=\$$ac_var
2347         case $ac_val in
2348         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2349         esac
2350         $as_echo "$ac_var='\''$ac_val'\''"
2351       done | sort
2352       echo
2353     fi
2354
2355     if test -s confdefs.h; then
2356       cat <<\_ASBOX
2357 ## ----------- ##
2358 ## confdefs.h. ##
2359 ## ----------- ##
2360 _ASBOX
2361       echo
2362       cat confdefs.h
2363       echo
2364     fi
2365     test "$ac_signal" != 0 &&
2366       $as_echo "$as_me: caught signal $ac_signal"
2367     $as_echo "$as_me: exit $exit_status"
2368   } >&5
2369   rm -f core *.core core.conftest.* &&
2370     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2371     exit $exit_status
2372 ' 0
2373 for ac_signal in 1 2 13 15; do
2374   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2375 done
2376 ac_signal=0
2377
2378 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2379 rm -f -r conftest* confdefs.h
2380
2381 $as_echo "/* confdefs.h */" > confdefs.h
2382
2383 # Predefined preprocessor variables.
2384
2385 cat >>confdefs.h <<_ACEOF
2386 #define PACKAGE_NAME "$PACKAGE_NAME"
2387 _ACEOF
2388
2389 cat >>confdefs.h <<_ACEOF
2390 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2391 _ACEOF
2392
2393 cat >>confdefs.h <<_ACEOF
2394 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2395 _ACEOF
2396
2397 cat >>confdefs.h <<_ACEOF
2398 #define PACKAGE_STRING "$PACKAGE_STRING"
2399 _ACEOF
2400
2401 cat >>confdefs.h <<_ACEOF
2402 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2403 _ACEOF
2404
2405 cat >>confdefs.h <<_ACEOF
2406 #define PACKAGE_URL "$PACKAGE_URL"
2407 _ACEOF
2408
2409
2410 # Let the site file select an alternate cache file if it wants to.
2411 # Prefer an explicitly selected file to automatically selected ones.
2412 ac_site_file1=NONE
2413 ac_site_file2=NONE
2414 if test -n "$CONFIG_SITE"; then
2415   ac_site_file1=$CONFIG_SITE
2416 elif test "x$prefix" != xNONE; then
2417   ac_site_file1=$prefix/share/config.site
2418   ac_site_file2=$prefix/etc/config.site
2419 else
2420   ac_site_file1=$ac_default_prefix/share/config.site
2421   ac_site_file2=$ac_default_prefix/etc/config.site
2422 fi
2423 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2424 do
2425   test "x$ac_site_file" = xNONE && continue
2426   if test -r "$ac_site_file"; then
2427     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2428 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2429     sed 's/^/| /' "$ac_site_file" >&5
2430     . "$ac_site_file"
2431   fi
2432 done
2433
2434 if test -r "$cache_file"; then
2435   # Some versions of bash will fail to source /dev/null (special
2436   # files actually), so we avoid doing that.
2437   if test -f "$cache_file"; then
2438     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2439 $as_echo "$as_me: loading cache $cache_file" >&6;}
2440     case $cache_file in
2441       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2442       *)                      . "./$cache_file";;
2443     esac
2444   fi
2445 else
2446   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2447 $as_echo "$as_me: creating cache $cache_file" >&6;}
2448   >$cache_file
2449 fi
2450
2451 # Check that the precious variables saved in the cache have kept the same
2452 # value.
2453 ac_cache_corrupted=false
2454 for ac_var in $ac_precious_vars; do
2455   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2456   eval ac_new_set=\$ac_env_${ac_var}_set
2457   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2458   eval ac_new_val=\$ac_env_${ac_var}_value
2459   case $ac_old_set,$ac_new_set in
2460     set,)
2461       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2462 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2463       ac_cache_corrupted=: ;;
2464     ,set)
2465       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2466 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2467       ac_cache_corrupted=: ;;
2468     ,);;
2469     *)
2470       if test "x$ac_old_val" != "x$ac_new_val"; then
2471         # differences in whitespace do not lead to failure.
2472         ac_old_val_w=`echo x $ac_old_val`
2473         ac_new_val_w=`echo x $ac_new_val`
2474         if test "$ac_old_val_w" != "$ac_new_val_w"; then
2475           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2476 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2477           ac_cache_corrupted=:
2478         else
2479           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2480 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2481           eval $ac_var=\$ac_old_val
2482         fi
2483         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2484 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2485         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2486 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2487       fi;;
2488   esac
2489   # Pass precious variables to config.status.
2490   if test "$ac_new_set" = set; then
2491     case $ac_new_val in
2492     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2493     *) ac_arg=$ac_var=$ac_new_val ;;
2494     esac
2495     case " $ac_configure_args " in
2496       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2497       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2498     esac
2499   fi
2500 done
2501 if $ac_cache_corrupted; then
2502   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2503 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2504   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2505 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2506   as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2507 fi
2508 ## -------------------- ##
2509 ## Main body of script. ##
2510 ## -------------------- ##
2511
2512 ac_ext=c
2513 ac_cpp='$CPP $CPPFLAGS'
2514 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2515 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2516 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2517
2518
2519
2520
2521
2522
2523
2524 ac_aux_dir=
2525 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2526   for ac_t in install-sh install.sh shtool; do
2527     if test -f "$ac_dir/$ac_t"; then
2528       ac_aux_dir=$ac_dir
2529       ac_install_sh="$ac_aux_dir/$ac_t -c"
2530       break 2
2531     fi
2532   done
2533 done
2534 if test -z "$ac_aux_dir"; then
2535   as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2536 fi
2537
2538 # These three variables are undocumented and unsupported,
2539 # and are intended to be withdrawn in a future Autoconf release.
2540 # They can cause serious problems if a builder's source tree is in a directory
2541 # whose full name contains unusual characters.
2542 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2543 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2544 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2545
2546
2547 # Make sure we can run config.sub.
2548 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2549   as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2550
2551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2552 $as_echo_n "checking build system type... " >&6; }
2553 if test "${ac_cv_build+set}" = set; then :
2554   $as_echo_n "(cached) " >&6
2555 else
2556   ac_build_alias=$build_alias
2557 test "x$ac_build_alias" = x &&
2558   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2559 test "x$ac_build_alias" = x &&
2560   as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2561 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2562   as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2563
2564 fi
2565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2566 $as_echo "$ac_cv_build" >&6; }
2567 case $ac_cv_build in
2568 *-*-*) ;;
2569 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2570 esac
2571 build=$ac_cv_build
2572 ac_save_IFS=$IFS; IFS='-'
2573 set x $ac_cv_build
2574 shift
2575 build_cpu=$1
2576 build_vendor=$2
2577 shift; shift
2578 # Remember, the first character of IFS is used to create $*,
2579 # except with old shells:
2580 build_os=$*
2581 IFS=$ac_save_IFS
2582 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2583
2584
2585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2586 $as_echo_n "checking host system type... " >&6; }
2587 if test "${ac_cv_host+set}" = set; then :
2588   $as_echo_n "(cached) " >&6
2589 else
2590   if test "x$host_alias" = x; then
2591   ac_cv_host=$ac_cv_build
2592 else
2593   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2594     as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2595 fi
2596
2597 fi
2598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2599 $as_echo "$ac_cv_host" >&6; }
2600 case $ac_cv_host in
2601 *-*-*) ;;
2602 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2603 esac
2604 host=$ac_cv_host
2605 ac_save_IFS=$IFS; IFS='-'
2606 set x $ac_cv_host
2607 shift
2608 host_cpu=$1
2609 host_vendor=$2
2610 shift; shift
2611 # Remember, the first character of IFS is used to create $*,
2612 # except with old shells:
2613 host_os=$*
2614 IFS=$ac_save_IFS
2615 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2616
2617
2618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2619 $as_echo_n "checking target system type... " >&6; }
2620 if test "${ac_cv_target+set}" = set; then :
2621   $as_echo_n "(cached) " >&6
2622 else
2623   if test "x$target_alias" = x; then
2624   ac_cv_target=$ac_cv_host
2625 else
2626   ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2627     as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2628 fi
2629
2630 fi
2631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2632 $as_echo "$ac_cv_target" >&6; }
2633 case $ac_cv_target in
2634 *-*-*) ;;
2635 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2636 esac
2637 target=$ac_cv_target
2638 ac_save_IFS=$IFS; IFS='-'
2639 set x $ac_cv_target
2640 shift
2641 target_cpu=$1
2642 target_vendor=$2
2643 shift; shift
2644 # Remember, the first character of IFS is used to create $*,
2645 # except with old shells:
2646 target_os=$*
2647 IFS=$ac_save_IFS
2648 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2649
2650
2651 # The aliases save the names the user supplied, while $host etc.
2652 # will get canonicalized.
2653 test -n "$target_alias" &&
2654   test "$program_prefix$program_suffix$program_transform_name" = \
2655     NONENONEs,x,x, &&
2656   program_prefix=${target_alias}-
2657 ac_ext=c
2658 ac_cpp='$CPP $CPPFLAGS'
2659 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2660 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2661 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2662 if test -n "$ac_tool_prefix"; then
2663   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2664 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2666 $as_echo_n "checking for $ac_word... " >&6; }
2667 if test "${ac_cv_prog_CC+set}" = set; then :
2668   $as_echo_n "(cached) " >&6
2669 else
2670   if test -n "$CC"; then
2671   ac_cv_prog_CC="$CC" # Let the user override the test.
2672 else
2673 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2674 for as_dir in $PATH
2675 do
2676   IFS=$as_save_IFS
2677   test -z "$as_dir" && as_dir=.
2678     for ac_exec_ext in '' $ac_executable_extensions; do
2679   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2680     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2681     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2682     break 2
2683   fi
2684 done
2685   done
2686 IFS=$as_save_IFS
2687
2688 fi
2689 fi
2690 CC=$ac_cv_prog_CC
2691 if test -n "$CC"; then
2692   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2693 $as_echo "$CC" >&6; }
2694 else
2695   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2696 $as_echo "no" >&6; }
2697 fi
2698
2699
2700 fi
2701 if test -z "$ac_cv_prog_CC"; then
2702   ac_ct_CC=$CC
2703   # Extract the first word of "gcc", so it can be a program name with args.
2704 set dummy gcc; ac_word=$2
2705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2706 $as_echo_n "checking for $ac_word... " >&6; }
2707 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2708   $as_echo_n "(cached) " >&6
2709 else
2710   if test -n "$ac_ct_CC"; then
2711   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2712 else
2713 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2714 for as_dir in $PATH
2715 do
2716   IFS=$as_save_IFS
2717   test -z "$as_dir" && as_dir=.
2718     for ac_exec_ext in '' $ac_executable_extensions; do
2719   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2720     ac_cv_prog_ac_ct_CC="gcc"
2721     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2722     break 2
2723   fi
2724 done
2725   done
2726 IFS=$as_save_IFS
2727
2728 fi
2729 fi
2730 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2731 if test -n "$ac_ct_CC"; then
2732   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2733 $as_echo "$ac_ct_CC" >&6; }
2734 else
2735   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2736 $as_echo "no" >&6; }
2737 fi
2738
2739   if test "x$ac_ct_CC" = x; then
2740     CC=""
2741   else
2742     case $cross_compiling:$ac_tool_warned in
2743 yes:)
2744 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2745 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2746 ac_tool_warned=yes ;;
2747 esac
2748     CC=$ac_ct_CC
2749   fi
2750 else
2751   CC="$ac_cv_prog_CC"
2752 fi
2753
2754 if test -z "$CC"; then
2755           if test -n "$ac_tool_prefix"; then
2756     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2757 set dummy ${ac_tool_prefix}cc; ac_word=$2
2758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2759 $as_echo_n "checking for $ac_word... " >&6; }
2760 if test "${ac_cv_prog_CC+set}" = set; then :
2761   $as_echo_n "(cached) " >&6
2762 else
2763   if test -n "$CC"; then
2764   ac_cv_prog_CC="$CC" # Let the user override the test.
2765 else
2766 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2767 for as_dir in $PATH
2768 do
2769   IFS=$as_save_IFS
2770   test -z "$as_dir" && as_dir=.
2771     for ac_exec_ext in '' $ac_executable_extensions; do
2772   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2773     ac_cv_prog_CC="${ac_tool_prefix}cc"
2774     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2775     break 2
2776   fi
2777 done
2778   done
2779 IFS=$as_save_IFS
2780
2781 fi
2782 fi
2783 CC=$ac_cv_prog_CC
2784 if test -n "$CC"; then
2785   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2786 $as_echo "$CC" >&6; }
2787 else
2788   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2789 $as_echo "no" >&6; }
2790 fi
2791
2792
2793   fi
2794 fi
2795 if test -z "$CC"; then
2796   # Extract the first word of "cc", so it can be a program name with args.
2797 set dummy cc; ac_word=$2
2798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2799 $as_echo_n "checking for $ac_word... " >&6; }
2800 if test "${ac_cv_prog_CC+set}" = set; then :
2801   $as_echo_n "(cached) " >&6
2802 else
2803   if test -n "$CC"; then
2804   ac_cv_prog_CC="$CC" # Let the user override the test.
2805 else
2806   ac_prog_rejected=no
2807 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2808 for as_dir in $PATH
2809 do
2810   IFS=$as_save_IFS
2811   test -z "$as_dir" && as_dir=.
2812     for ac_exec_ext in '' $ac_executable_extensions; do
2813   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2814     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2815        ac_prog_rejected=yes
2816        continue
2817      fi
2818     ac_cv_prog_CC="cc"
2819     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2820     break 2
2821   fi
2822 done
2823   done
2824 IFS=$as_save_IFS
2825
2826 if test $ac_prog_rejected = yes; then
2827   # We found a bogon in the path, so make sure we never use it.
2828   set dummy $ac_cv_prog_CC
2829   shift
2830   if test $# != 0; then
2831     # We chose a different compiler from the bogus one.
2832     # However, it has the same basename, so the bogon will be chosen
2833     # first if we set CC to just the basename; use the full file name.
2834     shift
2835     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2836   fi
2837 fi
2838 fi
2839 fi
2840 CC=$ac_cv_prog_CC
2841 if test -n "$CC"; then
2842   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2843 $as_echo "$CC" >&6; }
2844 else
2845   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2846 $as_echo "no" >&6; }
2847 fi
2848
2849
2850 fi
2851 if test -z "$CC"; then
2852   if test -n "$ac_tool_prefix"; then
2853   for ac_prog in cl.exe
2854   do
2855     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2856 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2858 $as_echo_n "checking for $ac_word... " >&6; }
2859 if test "${ac_cv_prog_CC+set}" = set; then :
2860   $as_echo_n "(cached) " >&6
2861 else
2862   if test -n "$CC"; then
2863   ac_cv_prog_CC="$CC" # Let the user override the test.
2864 else
2865 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2866 for as_dir in $PATH
2867 do
2868   IFS=$as_save_IFS
2869   test -z "$as_dir" && as_dir=.
2870     for ac_exec_ext in '' $ac_executable_extensions; do
2871   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2872     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2873     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2874     break 2
2875   fi
2876 done
2877   done
2878 IFS=$as_save_IFS
2879
2880 fi
2881 fi
2882 CC=$ac_cv_prog_CC
2883 if test -n "$CC"; then
2884   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2885 $as_echo "$CC" >&6; }
2886 else
2887   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2888 $as_echo "no" >&6; }
2889 fi
2890
2891
2892     test -n "$CC" && break
2893   done
2894 fi
2895 if test -z "$CC"; then
2896   ac_ct_CC=$CC
2897   for ac_prog in cl.exe
2898 do
2899   # Extract the first word of "$ac_prog", so it can be a program name with args.
2900 set dummy $ac_prog; ac_word=$2
2901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2902 $as_echo_n "checking for $ac_word... " >&6; }
2903 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2904   $as_echo_n "(cached) " >&6
2905 else
2906   if test -n "$ac_ct_CC"; then
2907   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2908 else
2909 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2910 for as_dir in $PATH
2911 do
2912   IFS=$as_save_IFS
2913   test -z "$as_dir" && as_dir=.
2914     for ac_exec_ext in '' $ac_executable_extensions; do
2915   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2916     ac_cv_prog_ac_ct_CC="$ac_prog"
2917     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2918     break 2
2919   fi
2920 done
2921   done
2922 IFS=$as_save_IFS
2923
2924 fi
2925 fi
2926 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2927 if test -n "$ac_ct_CC"; then
2928   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2929 $as_echo "$ac_ct_CC" >&6; }
2930 else
2931   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2932 $as_echo "no" >&6; }
2933 fi
2934
2935
2936   test -n "$ac_ct_CC" && break
2937 done
2938
2939   if test "x$ac_ct_CC" = x; then
2940     CC=""
2941   else
2942     case $cross_compiling:$ac_tool_warned in
2943 yes:)
2944 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2945 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2946 ac_tool_warned=yes ;;
2947 esac
2948     CC=$ac_ct_CC
2949   fi
2950 fi
2951
2952 fi
2953
2954
2955 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2956 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2957 as_fn_error "no acceptable C compiler found in \$PATH
2958 See \`config.log' for more details." "$LINENO" 5; }
2959
2960 # Provide some information about the compiler.
2961 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2962 set X $ac_compile
2963 ac_compiler=$2
2964 for ac_option in --version -v -V -qversion; do
2965   { { ac_try="$ac_compiler $ac_option >&5"
2966 case "(($ac_try" in
2967   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2968   *) ac_try_echo=$ac_try;;
2969 esac
2970 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2971 $as_echo "$ac_try_echo"; } >&5
2972   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2973   ac_status=$?
2974   if test -s conftest.err; then
2975     sed '10a\
2976 ... rest of stderr output deleted ...
2977          10q' conftest.err >conftest.er1
2978     cat conftest.er1 >&5
2979     rm -f conftest.er1 conftest.err
2980   fi
2981   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2982   test $ac_status = 0; }
2983 done
2984
2985 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2986 /* end confdefs.h.  */
2987
2988 int
2989 main ()
2990 {
2991
2992   ;
2993   return 0;
2994 }
2995 _ACEOF
2996 ac_clean_files_save=$ac_clean_files
2997 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
2998 # Try to create an executable without -o first, disregard a.out.
2999 # It will help us diagnose broken compilers, and finding out an intuition
3000 # of exeext.
3001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3002 $as_echo_n "checking for C compiler default output file name... " >&6; }
3003 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3004
3005 # The possible output files:
3006 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3007
3008 ac_rmfiles=
3009 for ac_file in $ac_files
3010 do
3011   case $ac_file in
3012     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3013     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3014   esac
3015 done
3016 rm -f $ac_rmfiles
3017
3018 if { { ac_try="$ac_link_default"
3019 case "(($ac_try" in
3020   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3021   *) ac_try_echo=$ac_try;;
3022 esac
3023 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3024 $as_echo "$ac_try_echo"; } >&5
3025   (eval "$ac_link_default") 2>&5
3026   ac_status=$?
3027   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3028   test $ac_status = 0; }; then :
3029   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3030 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3031 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
3032 # so that the user can short-circuit this test for compilers unknown to
3033 # Autoconf.
3034 for ac_file in $ac_files ''
3035 do
3036   test -f "$ac_file" || continue
3037   case $ac_file in
3038     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3039         ;;
3040     [ab].out )
3041         # We found the default executable, but exeext='' is most
3042         # certainly right.
3043         break;;
3044     *.* )
3045         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3046         then :; else
3047            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3048         fi
3049         # We set ac_cv_exeext here because the later test for it is not
3050         # safe: cross compilers may not add the suffix if given an `-o'
3051         # argument, so we may need to know it at that point already.
3052         # Even if this section looks crufty: it has the advantage of
3053         # actually working.
3054         break;;
3055     * )
3056         break;;
3057   esac
3058 done
3059 test "$ac_cv_exeext" = no && ac_cv_exeext=
3060
3061 else
3062   ac_file=''
3063 fi
3064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3065 $as_echo "$ac_file" >&6; }
3066 if test -z "$ac_file"; then :
3067   $as_echo "$as_me: failed program was:" >&5
3068 sed 's/^/| /' conftest.$ac_ext >&5
3069
3070 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3071 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3072 { as_fn_set_status 77
3073 as_fn_error "C compiler cannot create executables
3074 See \`config.log' for more details." "$LINENO" 5; }; }
3075 fi
3076 ac_exeext=$ac_cv_exeext
3077
3078 # Check that the compiler produces executables we can run.  If not, either
3079 # the compiler is broken, or we cross compile.
3080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3081 $as_echo_n "checking whether the C compiler works... " >&6; }
3082 # If not cross compiling, check that we can run a simple program.
3083 if test "$cross_compiling" != yes; then
3084   if { ac_try='./$ac_file'
3085   { { case "(($ac_try" in
3086   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3087   *) ac_try_echo=$ac_try;;
3088 esac
3089 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3090 $as_echo "$ac_try_echo"; } >&5
3091   (eval "$ac_try") 2>&5
3092   ac_status=$?
3093   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3094   test $ac_status = 0; }; }; then
3095     cross_compiling=no
3096   else
3097     if test "$cross_compiling" = maybe; then
3098         cross_compiling=yes
3099     else
3100         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3101 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3102 as_fn_error "cannot run C compiled programs.
3103 If you meant to cross compile, use \`--host'.
3104 See \`config.log' for more details." "$LINENO" 5; }
3105     fi
3106   fi
3107 fi
3108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3109 $as_echo "yes" >&6; }
3110
3111 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3112 ac_clean_files=$ac_clean_files_save
3113 # Check that the compiler produces executables we can run.  If not, either
3114 # the compiler is broken, or we cross compile.
3115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3116 $as_echo_n "checking whether we are cross compiling... " >&6; }
3117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3118 $as_echo "$cross_compiling" >&6; }
3119
3120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3121 $as_echo_n "checking for suffix of executables... " >&6; }
3122 if { { ac_try="$ac_link"
3123 case "(($ac_try" in
3124   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3125   *) ac_try_echo=$ac_try;;
3126 esac
3127 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3128 $as_echo "$ac_try_echo"; } >&5
3129   (eval "$ac_link") 2>&5
3130   ac_status=$?
3131   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3132   test $ac_status = 0; }; then :
3133   # If both `conftest.exe' and `conftest' are `present' (well, observable)
3134 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3135 # work properly (i.e., refer to `conftest.exe'), while it won't with
3136 # `rm'.
3137 for ac_file in conftest.exe conftest conftest.*; do
3138   test -f "$ac_file" || continue
3139   case $ac_file in
3140     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3141     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3142           break;;
3143     * ) break;;
3144   esac
3145 done
3146 else
3147   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3148 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3149 as_fn_error "cannot compute suffix of executables: cannot compile and link
3150 See \`config.log' for more details." "$LINENO" 5; }
3151 fi
3152 rm -f conftest$ac_cv_exeext
3153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3154 $as_echo "$ac_cv_exeext" >&6; }
3155
3156 rm -f conftest.$ac_ext
3157 EXEEXT=$ac_cv_exeext
3158 ac_exeext=$EXEEXT
3159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3160 $as_echo_n "checking for suffix of object files... " >&6; }
3161 if test "${ac_cv_objext+set}" = set; then :
3162   $as_echo_n "(cached) " >&6
3163 else
3164   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3165 /* end confdefs.h.  */
3166
3167 int
3168 main ()
3169 {
3170
3171   ;
3172   return 0;
3173 }
3174 _ACEOF
3175 rm -f conftest.o conftest.obj
3176 if { { ac_try="$ac_compile"
3177 case "(($ac_try" in
3178   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3179   *) ac_try_echo=$ac_try;;
3180 esac
3181 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3182 $as_echo "$ac_try_echo"; } >&5
3183   (eval "$ac_compile") 2>&5
3184   ac_status=$?
3185   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3186   test $ac_status = 0; }; then :
3187   for ac_file in conftest.o conftest.obj conftest.*; do
3188   test -f "$ac_file" || continue;
3189   case $ac_file in
3190     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3191     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3192        break;;
3193   esac
3194 done
3195 else
3196   $as_echo "$as_me: failed program was:" >&5
3197 sed 's/^/| /' conftest.$ac_ext >&5
3198
3199 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3200 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3201 as_fn_error "cannot compute suffix of object files: cannot compile
3202 See \`config.log' for more details." "$LINENO" 5; }
3203 fi
3204 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3205 fi
3206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3207 $as_echo "$ac_cv_objext" >&6; }
3208 OBJEXT=$ac_cv_objext
3209 ac_objext=$OBJEXT
3210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3211 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3212 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3213   $as_echo_n "(cached) " >&6
3214 else
3215   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3216 /* end confdefs.h.  */
3217
3218 int
3219 main ()
3220 {
3221 #ifndef __GNUC__
3222        choke me
3223 #endif
3224
3225   ;
3226   return 0;
3227 }
3228 _ACEOF
3229 if ac_fn_c_try_compile "$LINENO"; then :
3230   ac_compiler_gnu=yes
3231 else
3232   ac_compiler_gnu=no
3233 fi
3234 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3235 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3236
3237 fi
3238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3239 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3240 if test $ac_compiler_gnu = yes; then
3241   GCC=yes
3242 else
3243   GCC=
3244 fi
3245 ac_test_CFLAGS=${CFLAGS+set}
3246 ac_save_CFLAGS=$CFLAGS
3247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3248 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3249 if test "${ac_cv_prog_cc_g+set}" = set; then :
3250   $as_echo_n "(cached) " >&6
3251 else
3252   ac_save_c_werror_flag=$ac_c_werror_flag
3253    ac_c_werror_flag=yes
3254    ac_cv_prog_cc_g=no
3255    CFLAGS="-g"
3256    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3257 /* end confdefs.h.  */
3258
3259 int
3260 main ()
3261 {
3262
3263   ;
3264   return 0;
3265 }
3266 _ACEOF
3267 if ac_fn_c_try_compile "$LINENO"; then :
3268   ac_cv_prog_cc_g=yes
3269 else
3270   CFLAGS=""
3271       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3272 /* end confdefs.h.  */
3273
3274 int
3275 main ()
3276 {
3277
3278   ;
3279   return 0;
3280 }
3281 _ACEOF
3282 if ac_fn_c_try_compile "$LINENO"; then :
3283
3284 else
3285   ac_c_werror_flag=$ac_save_c_werror_flag
3286          CFLAGS="-g"
3287          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3288 /* end confdefs.h.  */
3289
3290 int
3291 main ()
3292 {
3293
3294   ;
3295   return 0;
3296 }
3297 _ACEOF
3298 if ac_fn_c_try_compile "$LINENO"; then :
3299   ac_cv_prog_cc_g=yes
3300 fi
3301 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3302 fi
3303 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3304 fi
3305 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3306    ac_c_werror_flag=$ac_save_c_werror_flag
3307 fi
3308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3309 $as_echo "$ac_cv_prog_cc_g" >&6; }
3310 if test "$ac_test_CFLAGS" = set; then
3311   CFLAGS=$ac_save_CFLAGS
3312 elif test $ac_cv_prog_cc_g = yes; then
3313   if test "$GCC" = yes; then
3314     CFLAGS="-g -O2"
3315   else
3316     CFLAGS="-g"
3317   fi
3318 else
3319   if test "$GCC" = yes; then
3320     CFLAGS="-O2"
3321   else
3322     CFLAGS=
3323   fi
3324 fi
3325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3326 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3327 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3328   $as_echo_n "(cached) " >&6
3329 else
3330   ac_cv_prog_cc_c89=no
3331 ac_save_CC=$CC
3332 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3333 /* end confdefs.h.  */
3334 #include <stdarg.h>
3335 #include <stdio.h>
3336 #include <sys/types.h>
3337 #include <sys/stat.h>
3338 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3339 struct buf { int x; };
3340 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3341 static char *e (p, i)
3342      char **p;
3343      int i;
3344 {
3345   return p[i];
3346 }
3347 static char *f (char * (*g) (char **, int), char **p, ...)
3348 {
3349   char *s;
3350   va_list v;
3351   va_start (v,p);
3352   s = g (p, va_arg (v,int));
3353   va_end (v);
3354   return s;
3355 }
3356
3357 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3358    function prototypes and stuff, but not '\xHH' hex character constants.
3359    These don't provoke an error unfortunately, instead are silently treated
3360    as 'x'.  The following induces an error, until -std is added to get
3361    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3362    array size at least.  It's necessary to write '\x00'==0 to get something
3363    that's true only with -std.  */
3364 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3365
3366 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3367    inside strings and character constants.  */
3368 #define FOO(x) 'x'
3369 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3370
3371 int test (int i, double x);
3372 struct s1 {int (*f) (int a);};
3373 struct s2 {int (*f) (double a);};
3374 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3375 int argc;
3376 char **argv;
3377 int
3378 main ()
3379 {
3380 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3381   ;
3382   return 0;
3383 }
3384 _ACEOF
3385 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3386         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3387 do
3388   CC="$ac_save_CC $ac_arg"
3389   if ac_fn_c_try_compile "$LINENO"; then :
3390   ac_cv_prog_cc_c89=$ac_arg
3391 fi
3392 rm -f core conftest.err conftest.$ac_objext
3393   test "x$ac_cv_prog_cc_c89" != "xno" && break
3394 done
3395 rm -f conftest.$ac_ext
3396 CC=$ac_save_CC
3397
3398 fi
3399 # AC_CACHE_VAL
3400 case "x$ac_cv_prog_cc_c89" in
3401   x)
3402     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3403 $as_echo "none needed" >&6; } ;;
3404   xno)
3405     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3406 $as_echo "unsupported" >&6; } ;;
3407   *)
3408     CC="$CC $ac_cv_prog_cc_c89"
3409     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3410 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3411 esac
3412 if test "x$ac_cv_prog_cc_c89" != xno; then :
3413
3414 fi
3415
3416 ac_ext=c
3417 ac_cpp='$CPP $CPPFLAGS'
3418 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3419 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3420 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3421
3422
3423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3424 $as_echo_n "checking for library containing strerror... " >&6; }
3425 if test "${ac_cv_search_strerror+set}" = set; then :
3426   $as_echo_n "(cached) " >&6
3427 else
3428   ac_func_search_save_LIBS=$LIBS
3429 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3430 /* end confdefs.h.  */
3431
3432 /* Override any GCC internal prototype to avoid an error.
3433    Use char because int might match the return type of a GCC
3434    builtin and then its argument prototype would still apply.  */
3435 #ifdef __cplusplus
3436 extern "C"
3437 #endif
3438 char strerror ();
3439 int
3440 main ()
3441 {
3442 return strerror ();
3443   ;
3444   return 0;
3445 }
3446 _ACEOF
3447 for ac_lib in '' cposix; do
3448   if test -z "$ac_lib"; then
3449     ac_res="none required"
3450   else
3451     ac_res=-l$ac_lib
3452     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
3453   fi
3454   if ac_fn_c_try_link "$LINENO"; then :
3455   ac_cv_search_strerror=$ac_res
3456 fi
3457 rm -f core conftest.err conftest.$ac_objext \
3458     conftest$ac_exeext
3459   if test "${ac_cv_search_strerror+set}" = set; then :
3460   break
3461 fi
3462 done
3463 if test "${ac_cv_search_strerror+set}" = set; then :
3464
3465 else
3466   ac_cv_search_strerror=no
3467 fi
3468 rm conftest.$ac_ext
3469 LIBS=$ac_func_search_save_LIBS
3470 fi
3471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3472 $as_echo "$ac_cv_search_strerror" >&6; }
3473 ac_res=$ac_cv_search_strerror
3474 if test "$ac_res" != no; then :
3475   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3476
3477 fi
3478
3479
3480 am__api_version='1.11'
3481
3482 # Find a good install program.  We prefer a C program (faster),
3483 # so one script is as good as another.  But avoid the broken or
3484 # incompatible versions:
3485 # SysV /etc/install, /usr/sbin/install
3486 # SunOS /usr/etc/install
3487 # IRIX /sbin/install
3488 # AIX /bin/install
3489 # AmigaOS /C/install, which installs bootblocks on floppy discs
3490 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3491 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3492 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3493 # OS/2's system install, which has a completely different semantic
3494 # ./install, which can be erroneously created by make from ./install.sh.
3495 # Reject install programs that cannot install multiple files.
3496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3497 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3498 if test -z "$INSTALL"; then
3499 if test "${ac_cv_path_install+set}" = set; then :
3500   $as_echo_n "(cached) " >&6
3501 else
3502   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3503 for as_dir in $PATH
3504 do
3505   IFS=$as_save_IFS
3506   test -z "$as_dir" && as_dir=.
3507     # Account for people who put trailing slashes in PATH elements.
3508 case $as_dir/ in #((
3509   ./ | .// | /[cC]/* | \
3510   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3511   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3512   /usr/ucb/* ) ;;
3513   *)
3514     # OSF1 and SCO ODT 3.0 have their own names for install.
3515     # Don't use installbsd from OSF since it installs stuff as root
3516     # by default.
3517     for ac_prog in ginstall scoinst install; do
3518       for ac_exec_ext in '' $ac_executable_extensions; do
3519         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3520           if test $ac_prog = install &&
3521             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3522             # AIX install.  It has an incompatible calling convention.
3523             :
3524           elif test $ac_prog = install &&
3525             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3526             # program-specific install script used by HP pwplus--don't use.
3527             :
3528           else
3529             rm -rf conftest.one conftest.two conftest.dir
3530             echo one > conftest.one
3531             echo two > conftest.two
3532             mkdir conftest.dir
3533             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3534               test -s conftest.one && test -s conftest.two &&
3535               test -s conftest.dir/conftest.one &&
3536               test -s conftest.dir/conftest.two
3537             then
3538               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3539               break 3
3540             fi
3541           fi
3542         fi
3543       done
3544     done
3545     ;;
3546 esac
3547
3548   done
3549 IFS=$as_save_IFS
3550
3551 rm -rf conftest.one conftest.two conftest.dir
3552
3553 fi
3554   if test "${ac_cv_path_install+set}" = set; then
3555     INSTALL=$ac_cv_path_install
3556   else
3557     # As a last resort, use the slow shell script.  Don't cache a
3558     # value for INSTALL within a source directory, because that will
3559     # break other packages using the cache if that directory is
3560     # removed, or if the value is a relative name.
3561     INSTALL=$ac_install_sh
3562   fi
3563 fi
3564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3565 $as_echo "$INSTALL" >&6; }
3566
3567 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3568 # It thinks the first close brace ends the variable substitution.
3569 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3570
3571 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3572
3573 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3574
3575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3576 $as_echo_n "checking whether build environment is sane... " >&6; }
3577 # Just in case
3578 sleep 1
3579 echo timestamp > conftest.file
3580 # Reject unsafe characters in $srcdir or the absolute working directory
3581 # name.  Accept space and tab only in the latter.
3582 am_lf='
3583 '
3584 case `pwd` in
3585   *[\\\"\#\$\&\'\`$am_lf]*)
3586     as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
3587 esac
3588 case $srcdir in
3589   *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
3590     as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3591 esac
3592
3593 # Do `set' in a subshell so we don't clobber the current shell's
3594 # arguments.  Must try -L first in case configure is actually a
3595 # symlink; some systems play weird games with the mod time of symlinks
3596 # (eg FreeBSD returns the mod time of the symlink's containing
3597 # directory).
3598 if (
3599    set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3600    if test "$*" = "X"; then
3601       # -L didn't work.
3602       set X `ls -t "$srcdir/configure" conftest.file`
3603    fi
3604    rm -f conftest.file
3605    if test "$*" != "X $srcdir/configure conftest.file" \
3606       && test "$*" != "X conftest.file $srcdir/configure"; then
3607
3608       # If neither matched, then we have a broken ls.  This can happen
3609       # if, for instance, CONFIG_SHELL is bash and it inherits a
3610       # broken ls alias from the environment.  This has actually
3611       # happened.  Such a system could not be considered "sane".
3612       as_fn_error "ls -t appears to fail.  Make sure there is not a broken
3613 alias in your environment" "$LINENO" 5
3614    fi
3615
3616    test "$2" = conftest.file
3617    )
3618 then
3619    # Ok.
3620    :
3621 else
3622    as_fn_error "newly created file is older than distributed files!
3623 Check your system clock" "$LINENO" 5
3624 fi
3625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3626 $as_echo "yes" >&6; }
3627 test "$program_prefix" != NONE &&
3628   program_transform_name="s&^&$program_prefix&;$program_transform_name"
3629 # Use a double $ so make ignores it.
3630 test "$program_suffix" != NONE &&
3631   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3632 # Double any \ or $.
3633 # By default was `s,x,x', remove it if useless.
3634 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3635 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3636
3637 # expand $ac_aux_dir to an absolute path
3638 am_aux_dir=`cd $ac_aux_dir && pwd`
3639
3640 if test x"${MISSING+set}" != xset; then
3641   case $am_aux_dir in
3642   *\ * | *\     *)
3643     MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3644   *)
3645     MISSING="\${SHELL} $am_aux_dir/missing" ;;
3646   esac
3647 fi
3648 # Use eval to expand $SHELL
3649 if eval "$MISSING --run true"; then
3650   am_missing_run="$MISSING --run "
3651 else
3652   am_missing_run=
3653   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3654 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3655 fi
3656
3657 if test x"${install_sh}" != xset; then
3658   case $am_aux_dir in
3659   *\ * | *\     *)
3660     install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3661   *)
3662     install_sh="\${SHELL} $am_aux_dir/install-sh"
3663   esac
3664 fi
3665
3666 # Installed binaries are usually stripped using `strip' when the user
3667 # run `make install-strip'.  However `strip' might not be the right
3668 # tool to use in cross-compilation environments, therefore Automake
3669 # will honor the `STRIP' environment variable to overrule this program.
3670 if test "$cross_compiling" != no; then
3671   if test -n "$ac_tool_prefix"; then
3672   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3673 set dummy ${ac_tool_prefix}strip; ac_word=$2
3674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3675 $as_echo_n "checking for $ac_word... " >&6; }
3676 if test "${ac_cv_prog_STRIP+set}" = set; then :
3677   $as_echo_n "(cached) " >&6
3678 else
3679   if test -n "$STRIP"; then
3680   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3681 else
3682 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3683 for as_dir in $PATH
3684 do
3685   IFS=$as_save_IFS
3686   test -z "$as_dir" && as_dir=.
3687     for ac_exec_ext in '' $ac_executable_extensions; do
3688   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3689     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3690     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3691     break 2
3692   fi
3693 done
3694   done
3695 IFS=$as_save_IFS
3696
3697 fi
3698 fi
3699 STRIP=$ac_cv_prog_STRIP
3700 if test -n "$STRIP"; then
3701   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3702 $as_echo "$STRIP" >&6; }
3703 else
3704   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3705 $as_echo "no" >&6; }
3706 fi
3707
3708
3709 fi
3710 if test -z "$ac_cv_prog_STRIP"; then
3711   ac_ct_STRIP=$STRIP
3712   # Extract the first word of "strip", so it can be a program name with args.
3713 set dummy strip; ac_word=$2
3714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3715 $as_echo_n "checking for $ac_word... " >&6; }
3716 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3717   $as_echo_n "(cached) " >&6
3718 else
3719   if test -n "$ac_ct_STRIP"; then
3720   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3721 else
3722 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3723 for as_dir in $PATH
3724 do
3725   IFS=$as_save_IFS
3726   test -z "$as_dir" && as_dir=.
3727     for ac_exec_ext in '' $ac_executable_extensions; do
3728   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3729     ac_cv_prog_ac_ct_STRIP="strip"
3730     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3731     break 2
3732   fi
3733 done
3734   done
3735 IFS=$as_save_IFS
3736
3737 fi
3738 fi
3739 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3740 if test -n "$ac_ct_STRIP"; then
3741   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3742 $as_echo "$ac_ct_STRIP" >&6; }
3743 else
3744   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3745 $as_echo "no" >&6; }
3746 fi
3747
3748   if test "x$ac_ct_STRIP" = x; then
3749     STRIP=":"
3750   else
3751     case $cross_compiling:$ac_tool_warned in
3752 yes:)
3753 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3754 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3755 ac_tool_warned=yes ;;
3756 esac
3757     STRIP=$ac_ct_STRIP
3758   fi
3759 else
3760   STRIP="$ac_cv_prog_STRIP"
3761 fi
3762
3763 fi
3764 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3765
3766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3767 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3768 if test -z "$MKDIR_P"; then
3769   if test "${ac_cv_path_mkdir+set}" = set; then :
3770   $as_echo_n "(cached) " >&6
3771 else
3772   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3773 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3774 do
3775   IFS=$as_save_IFS
3776   test -z "$as_dir" && as_dir=.
3777     for ac_prog in mkdir gmkdir; do
3778          for ac_exec_ext in '' $ac_executable_extensions; do
3779            { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3780            case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3781              'mkdir (GNU coreutils) '* | \
3782              'mkdir (coreutils) '* | \
3783              'mkdir (fileutils) '4.1*)
3784                ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3785                break 3;;
3786            esac
3787          done
3788        done
3789   done
3790 IFS=$as_save_IFS
3791
3792 fi
3793
3794   if test "${ac_cv_path_mkdir+set}" = set; then
3795     MKDIR_P="$ac_cv_path_mkdir -p"
3796   else
3797     # As a last resort, use the slow shell script.  Don't cache a
3798     # value for MKDIR_P within a source directory, because that will
3799     # break other packages using the cache if that directory is
3800     # removed, or if the value is a relative name.
3801     test -d ./--version && rmdir ./--version
3802     MKDIR_P="$ac_install_sh -d"
3803   fi
3804 fi
3805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3806 $as_echo "$MKDIR_P" >&6; }
3807
3808 mkdir_p="$MKDIR_P"
3809 case $mkdir_p in
3810   [\\/$]* | ?:[\\/]*) ;;
3811   */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3812 esac
3813
3814 for ac_prog in gawk mawk nawk awk
3815 do
3816   # Extract the first word of "$ac_prog", so it can be a program name with args.
3817 set dummy $ac_prog; ac_word=$2
3818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3819 $as_echo_n "checking for $ac_word... " >&6; }
3820 if test "${ac_cv_prog_AWK+set}" = set; then :
3821   $as_echo_n "(cached) " >&6
3822 else
3823   if test -n "$AWK"; then
3824   ac_cv_prog_AWK="$AWK" # Let the user override the test.
3825 else
3826 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3827 for as_dir in $PATH
3828 do
3829   IFS=$as_save_IFS
3830   test -z "$as_dir" && as_dir=.
3831     for ac_exec_ext in '' $ac_executable_extensions; do
3832   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3833     ac_cv_prog_AWK="$ac_prog"
3834     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3835     break 2
3836   fi
3837 done
3838   done
3839 IFS=$as_save_IFS
3840
3841 fi
3842 fi
3843 AWK=$ac_cv_prog_AWK
3844 if test -n "$AWK"; then
3845   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3846 $as_echo "$AWK" >&6; }
3847 else
3848   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3849 $as_echo "no" >&6; }
3850 fi
3851
3852
3853   test -n "$AWK" && break
3854 done
3855
3856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3857 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3858 set x ${MAKE-make}
3859 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3860 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3861   $as_echo_n "(cached) " >&6
3862 else
3863   cat >conftest.make <<\_ACEOF
3864 SHELL = /bin/sh
3865 all:
3866         @echo '@@@%%%=$(MAKE)=@@@%%%'
3867 _ACEOF
3868 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3869 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3870   *@@@%%%=?*=@@@%%%*)
3871     eval ac_cv_prog_make_${ac_make}_set=yes;;
3872   *)
3873     eval ac_cv_prog_make_${ac_make}_set=no;;
3874 esac
3875 rm -f conftest.make
3876 fi
3877 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3878   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3879 $as_echo "yes" >&6; }
3880   SET_MAKE=
3881 else
3882   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3883 $as_echo "no" >&6; }
3884   SET_MAKE="MAKE=${MAKE-make}"
3885 fi
3886
3887 rm -rf .tst 2>/dev/null
3888 mkdir .tst 2>/dev/null
3889 if test -d .tst; then
3890   am__leading_dot=.
3891 else
3892   am__leading_dot=_
3893 fi
3894 rmdir .tst 2>/dev/null
3895
3896 DEPDIR="${am__leading_dot}deps"
3897
3898 ac_config_commands="$ac_config_commands depfiles"
3899
3900
3901 am_make=${MAKE-make}
3902 cat > confinc << 'END'
3903 am__doit:
3904         @echo this is the am__doit target
3905 .PHONY: am__doit
3906 END
3907 # If we don't find an include directive, just comment out the code.
3908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3909 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3910 am__include="#"
3911 am__quote=
3912 _am_result=none
3913 # First try GNU make style include.
3914 echo "include confinc" > confmf
3915 # Ignore all kinds of additional output from `make'.
3916 case `$am_make -s -f confmf 2> /dev/null` in #(
3917 *the\ am__doit\ target*)
3918   am__include=include
3919   am__quote=
3920   _am_result=GNU
3921   ;;
3922 esac
3923 # Now try BSD make style include.
3924 if test "$am__include" = "#"; then
3925    echo '.include "confinc"' > confmf
3926    case `$am_make -s -f confmf 2> /dev/null` in #(
3927    *the\ am__doit\ target*)
3928      am__include=.include
3929      am__quote="\""
3930      _am_result=BSD
3931      ;;
3932    esac
3933 fi
3934
3935
3936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3937 $as_echo "$_am_result" >&6; }
3938 rm -f confinc confmf
3939
3940 # Check whether --enable-dependency-tracking was given.
3941 if test "${enable_dependency_tracking+set}" = set; then :
3942   enableval=$enable_dependency_tracking;
3943 fi
3944
3945 if test "x$enable_dependency_tracking" != xno; then
3946   am_depcomp="$ac_aux_dir/depcomp"
3947   AMDEPBACKSLASH='\'
3948 fi
3949  if test "x$enable_dependency_tracking" != xno; then
3950   AMDEP_TRUE=
3951   AMDEP_FALSE='#'
3952 else
3953   AMDEP_TRUE='#'
3954   AMDEP_FALSE=
3955 fi
3956
3957
3958 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3959   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3960   # is not polluted with repeated "-I."
3961   am__isrc=' -I$(srcdir)'
3962   # test to see if srcdir already configured
3963   if test -f $srcdir/config.status; then
3964     as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3965   fi
3966 fi
3967
3968 # test whether we have cygpath
3969 if test -z "$CYGPATH_W"; then
3970   if (cygpath --version) >/dev/null 2>/dev/null; then
3971     CYGPATH_W='cygpath -w'
3972   else
3973     CYGPATH_W=echo
3974   fi
3975 fi
3976
3977
3978 # Define the identity of the package.
3979  PACKAGE='binutils'
3980  VERSION='2.26.51'
3981
3982
3983 cat >>confdefs.h <<_ACEOF
3984 #define PACKAGE "$PACKAGE"
3985 _ACEOF
3986
3987
3988 cat >>confdefs.h <<_ACEOF
3989 #define VERSION "$VERSION"
3990 _ACEOF
3991
3992 # Some tools Automake needs.
3993
3994 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3995
3996
3997 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3998
3999
4000 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4001
4002
4003 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
4004
4005
4006 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
4007
4008 # We need awk for the "check" target.  The system "awk" is bad on
4009 # some platforms.
4010 # Always define AMTAR for backward compatibility.
4011
4012 AMTAR=${AMTAR-"${am_missing_run}tar"}
4013
4014 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
4015
4016
4017
4018
4019 depcc="$CC"   am_compiler_list=
4020
4021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4022 $as_echo_n "checking dependency style of $depcc... " >&6; }
4023 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
4024   $as_echo_n "(cached) " >&6
4025 else
4026   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4027   # We make a subdir and do the tests there.  Otherwise we can end up
4028   # making bogus files that we don't know about and never remove.  For
4029   # instance it was reported that on HP-UX the gcc test will end up
4030   # making a dummy file named `D' -- because `-MD' means `put the output
4031   # in D'.
4032   mkdir conftest.dir
4033   # Copy depcomp to subdir because otherwise we won't find it if we're
4034   # using a relative directory.
4035   cp "$am_depcomp" conftest.dir
4036   cd conftest.dir
4037   # We will build objects and dependencies in a subdirectory because
4038   # it helps to detect inapplicable dependency modes.  For instance
4039   # both Tru64's cc and ICC support -MD to output dependencies as a
4040   # side effect of compilation, but ICC will put the dependencies in
4041   # the current directory while Tru64 will put them in the object
4042   # directory.
4043   mkdir sub
4044
4045   am_cv_CC_dependencies_compiler_type=none
4046   if test "$am_compiler_list" = ""; then
4047      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4048   fi
4049   am__universal=false
4050   case " $depcc " in #(
4051      *\ -arch\ *\ -arch\ *) am__universal=true ;;
4052      esac
4053
4054   for depmode in $am_compiler_list; do
4055     # Setup a source with many dependencies, because some compilers
4056     # like to wrap large dependency lists on column 80 (with \), and
4057     # we should not choose a depcomp mode which is confused by this.
4058     #
4059     # We need to recreate these files for each test, as the compiler may
4060     # overwrite some of them when testing with obscure command lines.
4061     # This happens at least with the AIX C compiler.
4062     : > sub/conftest.c
4063     for i in 1 2 3 4 5 6; do
4064       echo '#include "conftst'$i'.h"' >> sub/conftest.c
4065       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4066       # Solaris 8's {/usr,}/bin/sh.
4067       touch sub/conftst$i.h
4068     done
4069     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4070
4071     # We check with `-c' and `-o' for the sake of the "dashmstdout"
4072     # mode.  It turns out that the SunPro C++ compiler does not properly
4073     # handle `-M -o', and we need to detect this.  Also, some Intel
4074     # versions had trouble with output in subdirs
4075     am__obj=sub/conftest.${OBJEXT-o}
4076     am__minus_obj="-o $am__obj"
4077     case $depmode in
4078     gcc)
4079       # This depmode causes a compiler race in universal mode.
4080       test "$am__universal" = false || continue
4081       ;;
4082     nosideeffect)
4083       # after this tag, mechanisms are not by side-effect, so they'll
4084       # only be used when explicitly requested
4085       if test "x$enable_dependency_tracking" = xyes; then
4086         continue
4087       else
4088         break
4089       fi
4090       ;;
4091     msvisualcpp | msvcmsys)
4092       # This compiler won't grok `-c -o', but also, the minuso test has
4093       # not run yet.  These depmodes are late enough in the game, and
4094       # so weak that their functioning should not be impacted.
4095       am__obj=conftest.${OBJEXT-o}
4096       am__minus_obj=
4097       ;;
4098     none) break ;;
4099     esac
4100     if depmode=$depmode \
4101        source=sub/conftest.c object=$am__obj \
4102        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4103        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4104          >/dev/null 2>conftest.err &&
4105        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4106        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4107        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4108        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4109       # icc doesn't choke on unknown options, it will just issue warnings
4110       # or remarks (even with -Werror).  So we grep stderr for any message
4111       # that says an option was ignored or not supported.
4112       # When given -MP, icc 7.0 and 7.1 complain thusly:
4113       #   icc: Command line warning: ignoring option '-M'; no argument required
4114       # The diagnosis changed in icc 8.0:
4115       #   icc: Command line remark: option '-MP' not supported
4116       if (grep 'ignoring option' conftest.err ||
4117           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4118         am_cv_CC_dependencies_compiler_type=$depmode
4119         break
4120       fi
4121     fi
4122   done
4123
4124   cd ..
4125   rm -rf conftest.dir
4126 else
4127   am_cv_CC_dependencies_compiler_type=none
4128 fi
4129
4130 fi
4131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4132 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4133 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4134
4135  if
4136   test "x$enable_dependency_tracking" != xno \
4137   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4138   am__fastdepCC_TRUE=
4139   am__fastdepCC_FALSE='#'
4140 else
4141   am__fastdepCC_TRUE='#'
4142   am__fastdepCC_FALSE=
4143 fi
4144
4145
4146
4147
4148 ac_ext=c
4149 ac_cpp='$CPP $CPPFLAGS'
4150 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4151 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4152 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4153 if test -n "$ac_tool_prefix"; then
4154   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4155 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4157 $as_echo_n "checking for $ac_word... " >&6; }
4158 if test "${ac_cv_prog_CC+set}" = set; then :
4159   $as_echo_n "(cached) " >&6
4160 else
4161   if test -n "$CC"; then
4162   ac_cv_prog_CC="$CC" # Let the user override the test.
4163 else
4164 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4165 for as_dir in $PATH
4166 do
4167   IFS=$as_save_IFS
4168   test -z "$as_dir" && as_dir=.
4169     for ac_exec_ext in '' $ac_executable_extensions; do
4170   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4171     ac_cv_prog_CC="${ac_tool_prefix}gcc"
4172     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4173     break 2
4174   fi
4175 done
4176   done
4177 IFS=$as_save_IFS
4178
4179 fi
4180 fi
4181 CC=$ac_cv_prog_CC
4182 if test -n "$CC"; then
4183   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4184 $as_echo "$CC" >&6; }
4185 else
4186   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4187 $as_echo "no" >&6; }
4188 fi
4189
4190
4191 fi
4192 if test -z "$ac_cv_prog_CC"; then
4193   ac_ct_CC=$CC
4194   # Extract the first word of "gcc", so it can be a program name with args.
4195 set dummy gcc; ac_word=$2
4196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4197 $as_echo_n "checking for $ac_word... " >&6; }
4198 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4199   $as_echo_n "(cached) " >&6
4200 else
4201   if test -n "$ac_ct_CC"; then
4202   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4203 else
4204 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4205 for as_dir in $PATH
4206 do
4207   IFS=$as_save_IFS
4208   test -z "$as_dir" && as_dir=.
4209     for ac_exec_ext in '' $ac_executable_extensions; do
4210   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4211     ac_cv_prog_ac_ct_CC="gcc"
4212     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4213     break 2
4214   fi
4215 done
4216   done
4217 IFS=$as_save_IFS
4218
4219 fi
4220 fi
4221 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4222 if test -n "$ac_ct_CC"; then
4223   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4224 $as_echo "$ac_ct_CC" >&6; }
4225 else
4226   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4227 $as_echo "no" >&6; }
4228 fi
4229
4230   if test "x$ac_ct_CC" = x; then
4231     CC=""
4232   else
4233     case $cross_compiling:$ac_tool_warned in
4234 yes:)
4235 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4236 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4237 ac_tool_warned=yes ;;
4238 esac
4239     CC=$ac_ct_CC
4240   fi
4241 else
4242   CC="$ac_cv_prog_CC"
4243 fi
4244
4245 if test -z "$CC"; then
4246           if test -n "$ac_tool_prefix"; then
4247     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4248 set dummy ${ac_tool_prefix}cc; ac_word=$2
4249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4250 $as_echo_n "checking for $ac_word... " >&6; }
4251 if test "${ac_cv_prog_CC+set}" = set; then :
4252   $as_echo_n "(cached) " >&6
4253 else
4254   if test -n "$CC"; then
4255   ac_cv_prog_CC="$CC" # Let the user override the test.
4256 else
4257 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4258 for as_dir in $PATH
4259 do
4260   IFS=$as_save_IFS
4261   test -z "$as_dir" && as_dir=.
4262     for ac_exec_ext in '' $ac_executable_extensions; do
4263   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4264     ac_cv_prog_CC="${ac_tool_prefix}cc"
4265     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4266     break 2
4267   fi
4268 done
4269   done
4270 IFS=$as_save_IFS
4271
4272 fi
4273 fi
4274 CC=$ac_cv_prog_CC
4275 if test -n "$CC"; then
4276   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4277 $as_echo "$CC" >&6; }
4278 else
4279   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4280 $as_echo "no" >&6; }
4281 fi
4282
4283
4284   fi
4285 fi
4286 if test -z "$CC"; then
4287   # Extract the first word of "cc", so it can be a program name with args.
4288 set dummy cc; ac_word=$2
4289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4290 $as_echo_n "checking for $ac_word... " >&6; }
4291 if test "${ac_cv_prog_CC+set}" = set; then :
4292   $as_echo_n "(cached) " >&6
4293 else
4294   if test -n "$CC"; then
4295   ac_cv_prog_CC="$CC" # Let the user override the test.
4296 else
4297   ac_prog_rejected=no
4298 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4299 for as_dir in $PATH
4300 do
4301   IFS=$as_save_IFS
4302   test -z "$as_dir" && as_dir=.
4303     for ac_exec_ext in '' $ac_executable_extensions; do
4304   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4305     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4306        ac_prog_rejected=yes
4307        continue
4308      fi
4309     ac_cv_prog_CC="cc"
4310     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4311     break 2
4312   fi
4313 done
4314   done
4315 IFS=$as_save_IFS
4316
4317 if test $ac_prog_rejected = yes; then
4318   # We found a bogon in the path, so make sure we never use it.
4319   set dummy $ac_cv_prog_CC
4320   shift
4321   if test $# != 0; then
4322     # We chose a different compiler from the bogus one.
4323     # However, it has the same basename, so the bogon will be chosen
4324     # first if we set CC to just the basename; use the full file name.
4325     shift
4326     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4327   fi
4328 fi
4329 fi
4330 fi
4331 CC=$ac_cv_prog_CC
4332 if test -n "$CC"; then
4333   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4334 $as_echo "$CC" >&6; }
4335 else
4336   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4337 $as_echo "no" >&6; }
4338 fi
4339
4340
4341 fi
4342 if test -z "$CC"; then
4343   if test -n "$ac_tool_prefix"; then
4344   for ac_prog in cl.exe
4345   do
4346     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4347 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4349 $as_echo_n "checking for $ac_word... " >&6; }
4350 if test "${ac_cv_prog_CC+set}" = set; then :
4351   $as_echo_n "(cached) " >&6
4352 else
4353   if test -n "$CC"; then
4354   ac_cv_prog_CC="$CC" # Let the user override the test.
4355 else
4356 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4357 for as_dir in $PATH
4358 do
4359   IFS=$as_save_IFS
4360   test -z "$as_dir" && as_dir=.
4361     for ac_exec_ext in '' $ac_executable_extensions; do
4362   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4363     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4364     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4365     break 2
4366   fi
4367 done
4368   done
4369 IFS=$as_save_IFS
4370
4371 fi
4372 fi
4373 CC=$ac_cv_prog_CC
4374 if test -n "$CC"; then
4375   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4376 $as_echo "$CC" >&6; }
4377 else
4378   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4379 $as_echo "no" >&6; }
4380 fi
4381
4382
4383     test -n "$CC" && break
4384   done
4385 fi
4386 if test -z "$CC"; then
4387   ac_ct_CC=$CC
4388   for ac_prog in cl.exe
4389 do
4390   # Extract the first word of "$ac_prog", so it can be a program name with args.
4391 set dummy $ac_prog; ac_word=$2
4392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4393 $as_echo_n "checking for $ac_word... " >&6; }
4394 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4395   $as_echo_n "(cached) " >&6
4396 else
4397   if test -n "$ac_ct_CC"; then
4398   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4399 else
4400 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4401 for as_dir in $PATH
4402 do
4403   IFS=$as_save_IFS
4404   test -z "$as_dir" && as_dir=.
4405     for ac_exec_ext in '' $ac_executable_extensions; do
4406   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4407     ac_cv_prog_ac_ct_CC="$ac_prog"
4408     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4409     break 2
4410   fi
4411 done
4412   done
4413 IFS=$as_save_IFS
4414
4415 fi
4416 fi
4417 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4418 if test -n "$ac_ct_CC"; then
4419   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4420 $as_echo "$ac_ct_CC" >&6; }
4421 else
4422   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4423 $as_echo "no" >&6; }
4424 fi
4425
4426
4427   test -n "$ac_ct_CC" && break
4428 done
4429
4430   if test "x$ac_ct_CC" = x; then
4431     CC=""
4432   else
4433     case $cross_compiling:$ac_tool_warned in
4434 yes:)
4435 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4436 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4437 ac_tool_warned=yes ;;
4438 esac
4439     CC=$ac_ct_CC
4440   fi
4441 fi
4442
4443 fi
4444
4445
4446 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4447 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4448 as_fn_error "no acceptable C compiler found in \$PATH
4449 See \`config.log' for more details." "$LINENO" 5; }
4450
4451 # Provide some information about the compiler.
4452 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4453 set X $ac_compile
4454 ac_compiler=$2
4455 for ac_option in --version -v -V -qversion; do
4456   { { ac_try="$ac_compiler $ac_option >&5"
4457 case "(($ac_try" in
4458   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4459   *) ac_try_echo=$ac_try;;
4460 esac
4461 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4462 $as_echo "$ac_try_echo"; } >&5
4463   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4464   ac_status=$?
4465   if test -s conftest.err; then
4466     sed '10a\
4467 ... rest of stderr output deleted ...
4468          10q' conftest.err >conftest.er1
4469     cat conftest.er1 >&5
4470     rm -f conftest.er1 conftest.err
4471   fi
4472   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4473   test $ac_status = 0; }
4474 done
4475
4476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4477 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4478 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4479   $as_echo_n "(cached) " >&6
4480 else
4481   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4482 /* end confdefs.h.  */
4483
4484 int
4485 main ()
4486 {
4487 #ifndef __GNUC__
4488        choke me
4489 #endif
4490
4491   ;
4492   return 0;
4493 }
4494 _ACEOF
4495 if ac_fn_c_try_compile "$LINENO"; then :
4496   ac_compiler_gnu=yes
4497 else
4498   ac_compiler_gnu=no
4499 fi
4500 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4501 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4502
4503 fi
4504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4505 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4506 if test $ac_compiler_gnu = yes; then
4507   GCC=yes
4508 else
4509   GCC=
4510 fi
4511 ac_test_CFLAGS=${CFLAGS+set}
4512 ac_save_CFLAGS=$CFLAGS
4513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4514 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4515 if test "${ac_cv_prog_cc_g+set}" = set; then :
4516   $as_echo_n "(cached) " >&6
4517 else
4518   ac_save_c_werror_flag=$ac_c_werror_flag
4519    ac_c_werror_flag=yes
4520    ac_cv_prog_cc_g=no
4521    CFLAGS="-g"
4522    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4523 /* end confdefs.h.  */
4524
4525 int
4526 main ()
4527 {
4528
4529   ;
4530   return 0;
4531 }
4532 _ACEOF
4533 if ac_fn_c_try_compile "$LINENO"; then :
4534   ac_cv_prog_cc_g=yes
4535 else
4536   CFLAGS=""
4537       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4538 /* end confdefs.h.  */
4539
4540 int
4541 main ()
4542 {
4543
4544   ;
4545   return 0;
4546 }
4547 _ACEOF
4548 if ac_fn_c_try_compile "$LINENO"; then :
4549
4550 else
4551   ac_c_werror_flag=$ac_save_c_werror_flag
4552          CFLAGS="-g"
4553          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4554 /* end confdefs.h.  */
4555
4556 int
4557 main ()
4558 {
4559
4560   ;
4561   return 0;
4562 }
4563 _ACEOF
4564 if ac_fn_c_try_compile "$LINENO"; then :
4565   ac_cv_prog_cc_g=yes
4566 fi
4567 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4568 fi
4569 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4570 fi
4571 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4572    ac_c_werror_flag=$ac_save_c_werror_flag
4573 fi
4574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4575 $as_echo "$ac_cv_prog_cc_g" >&6; }
4576 if test "$ac_test_CFLAGS" = set; then
4577   CFLAGS=$ac_save_CFLAGS
4578 elif test $ac_cv_prog_cc_g = yes; then
4579   if test "$GCC" = yes; then
4580     CFLAGS="-g -O2"
4581   else
4582     CFLAGS="-g"
4583   fi
4584 else
4585   if test "$GCC" = yes; then
4586     CFLAGS="-O2"
4587   else
4588     CFLAGS=
4589   fi
4590 fi
4591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4592 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4593 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4594   $as_echo_n "(cached) " >&6
4595 else
4596   ac_cv_prog_cc_c89=no
4597 ac_save_CC=$CC
4598 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4599 /* end confdefs.h.  */
4600 #include <stdarg.h>
4601 #include <stdio.h>
4602 #include <sys/types.h>
4603 #include <sys/stat.h>
4604 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
4605 struct buf { int x; };
4606 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4607 static char *e (p, i)
4608      char **p;
4609      int i;
4610 {
4611   return p[i];
4612 }
4613 static char *f (char * (*g) (char **, int), char **p, ...)
4614 {
4615   char *s;
4616   va_list v;
4617   va_start (v,p);
4618   s = g (p, va_arg (v,int));
4619   va_end (v);
4620   return s;
4621 }
4622
4623 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
4624    function prototypes and stuff, but not '\xHH' hex character constants.
4625    These don't provoke an error unfortunately, instead are silently treated
4626    as 'x'.  The following induces an error, until -std is added to get
4627    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
4628    array size at least.  It's necessary to write '\x00'==0 to get something
4629    that's true only with -std.  */
4630 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4631
4632 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4633    inside strings and character constants.  */
4634 #define FOO(x) 'x'
4635 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4636
4637 int test (int i, double x);
4638 struct s1 {int (*f) (int a);};
4639 struct s2 {int (*f) (double a);};
4640 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4641 int argc;
4642 char **argv;
4643 int
4644 main ()
4645 {
4646 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
4647   ;
4648   return 0;
4649 }
4650 _ACEOF
4651 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4652         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4653 do
4654   CC="$ac_save_CC $ac_arg"
4655   if ac_fn_c_try_compile "$LINENO"; then :
4656   ac_cv_prog_cc_c89=$ac_arg
4657 fi
4658 rm -f core conftest.err conftest.$ac_objext
4659   test "x$ac_cv_prog_cc_c89" != "xno" && break
4660 done
4661 rm -f conftest.$ac_ext
4662 CC=$ac_save_CC
4663
4664 fi
4665 # AC_CACHE_VAL
4666 case "x$ac_cv_prog_cc_c89" in
4667   x)
4668     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4669 $as_echo "none needed" >&6; } ;;
4670   xno)
4671     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4672 $as_echo "unsupported" >&6; } ;;
4673   *)
4674     CC="$CC $ac_cv_prog_cc_c89"
4675     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4676 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4677 esac
4678 if test "x$ac_cv_prog_cc_c89" != xno; then :
4679
4680 fi
4681
4682 ac_ext=c
4683 ac_cpp='$CPP $CPPFLAGS'
4684 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4685 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4686 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4687
4688 ac_ext=c
4689 ac_cpp='$CPP $CPPFLAGS'
4690 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4691 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4692 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4694 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4695 # On Suns, sometimes $CPP names a directory.
4696 if test -n "$CPP" && test -d "$CPP"; then
4697   CPP=
4698 fi
4699 if test -z "$CPP"; then
4700   if test "${ac_cv_prog_CPP+set}" = set; then :
4701   $as_echo_n "(cached) " >&6
4702 else
4703       # Double quotes because CPP needs to be expanded
4704     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4705     do
4706       ac_preproc_ok=false
4707 for ac_c_preproc_warn_flag in '' yes
4708 do
4709   # Use a header file that comes with gcc, so configuring glibc
4710   # with a fresh cross-compiler works.
4711   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4712   # <limits.h> exists even on freestanding compilers.
4713   # On the NeXT, cc -E runs the code through the compiler's parser,
4714   # not just through cpp. "Syntax error" is here to catch this case.
4715   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4716 /* end confdefs.h.  */
4717 #ifdef __STDC__
4718 # include <limits.h>
4719 #else
4720 # include <assert.h>
4721 #endif
4722                      Syntax error
4723 _ACEOF
4724 if ac_fn_c_try_cpp "$LINENO"; then :
4725
4726 else
4727   # Broken: fails on valid input.
4728 continue
4729 fi
4730 rm -f conftest.err conftest.$ac_ext
4731
4732   # OK, works on sane cases.  Now check whether nonexistent headers
4733   # can be detected and how.
4734   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4735 /* end confdefs.h.  */
4736 #include <ac_nonexistent.h>
4737 _ACEOF
4738 if ac_fn_c_try_cpp "$LINENO"; then :
4739   # Broken: success on invalid input.
4740 continue
4741 else
4742   # Passes both tests.
4743 ac_preproc_ok=:
4744 break
4745 fi
4746 rm -f conftest.err conftest.$ac_ext
4747
4748 done
4749 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4750 rm -f conftest.err conftest.$ac_ext
4751 if $ac_preproc_ok; then :
4752   break
4753 fi
4754
4755     done
4756     ac_cv_prog_CPP=$CPP
4757
4758 fi
4759   CPP=$ac_cv_prog_CPP
4760 else
4761   ac_cv_prog_CPP=$CPP
4762 fi
4763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4764 $as_echo "$CPP" >&6; }
4765 ac_preproc_ok=false
4766 for ac_c_preproc_warn_flag in '' yes
4767 do
4768   # Use a header file that comes with gcc, so configuring glibc
4769   # with a fresh cross-compiler works.
4770   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4771   # <limits.h> exists even on freestanding compilers.
4772   # On the NeXT, cc -E runs the code through the compiler's parser,
4773   # not just through cpp. "Syntax error" is here to catch this case.
4774   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4775 /* end confdefs.h.  */
4776 #ifdef __STDC__
4777 # include <limits.h>
4778 #else
4779 # include <assert.h>
4780 #endif
4781                      Syntax error
4782 _ACEOF
4783 if ac_fn_c_try_cpp "$LINENO"; then :
4784
4785 else
4786   # Broken: fails on valid input.
4787 continue
4788 fi
4789 rm -f conftest.err conftest.$ac_ext
4790
4791   # OK, works on sane cases.  Now check whether nonexistent headers
4792   # can be detected and how.
4793   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4794 /* end confdefs.h.  */
4795 #include <ac_nonexistent.h>
4796 _ACEOF
4797 if ac_fn_c_try_cpp "$LINENO"; then :
4798   # Broken: success on invalid input.
4799 continue
4800 else
4801   # Passes both tests.
4802 ac_preproc_ok=:
4803 break
4804 fi
4805 rm -f conftest.err conftest.$ac_ext
4806
4807 done
4808 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4809 rm -f conftest.err conftest.$ac_ext
4810 if $ac_preproc_ok; then :
4811
4812 else
4813   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4814 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4815 as_fn_error "C preprocessor \"$CPP\" fails sanity check
4816 See \`config.log' for more details." "$LINENO" 5; }
4817 fi
4818
4819 ac_ext=c
4820 ac_cpp='$CPP $CPPFLAGS'
4821 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4822 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4823 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4824
4825
4826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4827 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4828 if test "${ac_cv_path_GREP+set}" = set; then :
4829   $as_echo_n "(cached) " >&6
4830 else
4831   if test -z "$GREP"; then
4832   ac_path_GREP_found=false
4833   # Loop through the user's path and test for each of PROGNAME-LIST
4834   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4835 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4836 do
4837   IFS=$as_save_IFS
4838   test -z "$as_dir" && as_dir=.
4839     for ac_prog in grep ggrep; do
4840     for ac_exec_ext in '' $ac_executable_extensions; do
4841       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4842       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4843 # Check for GNU ac_path_GREP and select it if it is found.
4844   # Check for GNU $ac_path_GREP
4845 case `"$ac_path_GREP" --version 2>&1` in
4846 *GNU*)
4847   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4848 *)
4849   ac_count=0
4850   $as_echo_n 0123456789 >"conftest.in"
4851   while :
4852   do
4853     cat "conftest.in" "conftest.in" >"conftest.tmp"
4854     mv "conftest.tmp" "conftest.in"
4855     cp "conftest.in" "conftest.nl"
4856     $as_echo 'GREP' >> "conftest.nl"
4857     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4858     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4859     as_fn_arith $ac_count + 1 && ac_count=$as_val
4860     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4861       # Best one so far, save it but keep looking for a better one
4862       ac_cv_path_GREP="$ac_path_GREP"
4863       ac_path_GREP_max=$ac_count
4864     fi
4865     # 10*(2^10) chars as input seems more than enough
4866     test $ac_count -gt 10 && break
4867   done
4868   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4869 esac
4870
4871       $ac_path_GREP_found && break 3
4872     done
4873   done
4874   done
4875 IFS=$as_save_IFS
4876   if test -z "$ac_cv_path_GREP"; then
4877     as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4878   fi
4879 else
4880   ac_cv_path_GREP=$GREP
4881 fi
4882
4883 fi
4884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4885 $as_echo "$ac_cv_path_GREP" >&6; }
4886  GREP="$ac_cv_path_GREP"
4887
4888
4889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4890 $as_echo_n "checking for egrep... " >&6; }
4891 if test "${ac_cv_path_EGREP+set}" = set; then :
4892   $as_echo_n "(cached) " >&6
4893 else
4894   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4895    then ac_cv_path_EGREP="$GREP -E"
4896    else
4897      if test -z "$EGREP"; then
4898   ac_path_EGREP_found=false
4899   # Loop through the user's path and test for each of PROGNAME-LIST
4900   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4901 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4902 do
4903   IFS=$as_save_IFS
4904   test -z "$as_dir" && as_dir=.
4905     for ac_prog in egrep; do
4906     for ac_exec_ext in '' $ac_executable_extensions; do
4907       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4908       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4909 # Check for GNU ac_path_EGREP and select it if it is found.
4910   # Check for GNU $ac_path_EGREP
4911 case `"$ac_path_EGREP" --version 2>&1` in
4912 *GNU*)
4913   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4914 *)
4915   ac_count=0
4916   $as_echo_n 0123456789 >"conftest.in"
4917   while :
4918   do
4919     cat "conftest.in" "conftest.in" >"conftest.tmp"
4920     mv "conftest.tmp" "conftest.in"
4921     cp "conftest.in" "conftest.nl"
4922     $as_echo 'EGREP' >> "conftest.nl"
4923     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4924     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4925     as_fn_arith $ac_count + 1 && ac_count=$as_val
4926     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4927       # Best one so far, save it but keep looking for a better one
4928       ac_cv_path_EGREP="$ac_path_EGREP"
4929       ac_path_EGREP_max=$ac_count
4930     fi
4931     # 10*(2^10) chars as input seems more than enough
4932     test $ac_count -gt 10 && break
4933   done
4934   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4935 esac
4936
4937       $ac_path_EGREP_found && break 3
4938     done
4939   done
4940   done
4941 IFS=$as_save_IFS
4942   if test -z "$ac_cv_path_EGREP"; then
4943     as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4944   fi
4945 else
4946   ac_cv_path_EGREP=$EGREP
4947 fi
4948
4949    fi
4950 fi
4951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4952 $as_echo "$ac_cv_path_EGREP" >&6; }
4953  EGREP="$ac_cv_path_EGREP"
4954
4955
4956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4957 $as_echo_n "checking for ANSI C header files... " >&6; }
4958 if test "${ac_cv_header_stdc+set}" = set; then :
4959   $as_echo_n "(cached) " >&6
4960 else
4961   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4962 /* end confdefs.h.  */
4963 #include <stdlib.h>
4964 #include <stdarg.h>
4965 #include <string.h>
4966 #include <float.h>
4967
4968 int
4969 main ()
4970 {
4971
4972   ;
4973   return 0;
4974 }
4975 _ACEOF
4976 if ac_fn_c_try_compile "$LINENO"; then :
4977   ac_cv_header_stdc=yes
4978 else
4979   ac_cv_header_stdc=no
4980 fi
4981 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4982
4983 if test $ac_cv_header_stdc = yes; then
4984   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4985   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4986 /* end confdefs.h.  */
4987 #include <string.h>
4988
4989 _ACEOF
4990 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4991   $EGREP "memchr" >/dev/null 2>&1; then :
4992
4993 else
4994   ac_cv_header_stdc=no
4995 fi
4996 rm -f conftest*
4997
4998 fi
4999
5000 if test $ac_cv_header_stdc = yes; then
5001   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5002   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5003 /* end confdefs.h.  */
5004 #include <stdlib.h>
5005
5006 _ACEOF
5007 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5008   $EGREP "free" >/dev/null 2>&1; then :
5009
5010 else
5011   ac_cv_header_stdc=no
5012 fi
5013 rm -f conftest*
5014
5015 fi
5016
5017 if test $ac_cv_header_stdc = yes; then
5018   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5019   if test "$cross_compiling" = yes; then :
5020   :
5021 else
5022   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5023 /* end confdefs.h.  */
5024 #include <ctype.h>
5025 #include <stdlib.h>
5026 #if ((' ' & 0x0FF) == 0x020)
5027 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5028 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5029 #else
5030 # define ISLOWER(c) \
5031                    (('a' <= (c) && (c) <= 'i') \
5032                      || ('j' <= (c) && (c) <= 'r') \
5033                      || ('s' <= (c) && (c) <= 'z'))
5034 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5035 #endif
5036
5037 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5038 int
5039 main ()
5040 {
5041   int i;
5042   for (i = 0; i < 256; i++)
5043     if (XOR (islower (i), ISLOWER (i))
5044         || toupper (i) != TOUPPER (i))
5045       return 2;
5046   return 0;
5047 }
5048 _ACEOF
5049 if ac_fn_c_try_run "$LINENO"; then :
5050
5051 else
5052   ac_cv_header_stdc=no
5053 fi
5054 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5055   conftest.$ac_objext conftest.beam conftest.$ac_ext
5056 fi
5057
5058 fi
5059 fi
5060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5061 $as_echo "$ac_cv_header_stdc" >&6; }
5062 if test $ac_cv_header_stdc = yes; then
5063
5064 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5065
5066 fi
5067
5068 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5069 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5070                   inttypes.h stdint.h unistd.h
5071 do :
5072   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5073 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5074 "
5075 eval as_val=\$$as_ac_Header
5076    if test "x$as_val" = x""yes; then :
5077   cat >>confdefs.h <<_ACEOF
5078 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5079 _ACEOF
5080
5081 fi
5082
5083 done
5084
5085
5086
5087   ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5088 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5089   MINIX=yes
5090 else
5091   MINIX=
5092 fi
5093
5094
5095   if test "$MINIX" = yes; then
5096
5097 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5098
5099
5100 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5101
5102
5103 $as_echo "#define _MINIX 1" >>confdefs.h
5104
5105   fi
5106
5107
5108   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5109 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5110 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5111   $as_echo_n "(cached) " >&6
5112 else
5113   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5114 /* end confdefs.h.  */
5115
5116 #         define __EXTENSIONS__ 1
5117           $ac_includes_default
5118 int
5119 main ()
5120 {
5121
5122   ;
5123   return 0;
5124 }
5125 _ACEOF
5126 if ac_fn_c_try_compile "$LINENO"; then :
5127   ac_cv_safe_to_define___extensions__=yes
5128 else
5129   ac_cv_safe_to_define___extensions__=no
5130 fi
5131 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5132 fi
5133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5134 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5135   test $ac_cv_safe_to_define___extensions__ = yes &&
5136     $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5137
5138   $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5139
5140   $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5141
5142   $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5143
5144   $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5145
5146
5147
5148
5149
5150 case `pwd` in
5151   *\ * | *\     *)
5152     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5153 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5154 esac
5155
5156
5157
5158 macro_version='2.2.7a'
5159 macro_revision='1.3134'
5160
5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173 ltmain="$ac_aux_dir/ltmain.sh"
5174
5175 # Backslashify metacharacters that are still active within
5176 # double-quoted strings.
5177 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5178
5179 # Same as above, but do not quote variable references.
5180 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5181
5182 # Sed substitution to delay expansion of an escaped shell variable in a
5183 # double_quote_subst'ed string.
5184 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5185
5186 # Sed substitution to delay expansion of an escaped single quote.
5187 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5188
5189 # Sed substitution to avoid accidental globbing in evaled expressions
5190 no_glob_subst='s/\*/\\\*/g'
5191
5192 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5193 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5194 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5195
5196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5197 $as_echo_n "checking how to print strings... " >&6; }
5198 # Test print first, because it will be a builtin if present.
5199 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5200    test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5201   ECHO='print -r --'
5202 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5203   ECHO='printf %s\n'
5204 else
5205   # Use this function as a fallback that always works.
5206   func_fallback_echo ()
5207   {
5208     eval 'cat <<_LTECHO_EOF
5209 $1
5210 _LTECHO_EOF'
5211   }
5212   ECHO='func_fallback_echo'
5213 fi
5214
5215 # func_echo_all arg...
5216 # Invoke $ECHO with all args, space-separated.
5217 func_echo_all ()
5218 {
5219     $ECHO ""
5220 }
5221
5222 case "$ECHO" in
5223   printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5224 $as_echo "printf" >&6; } ;;
5225   print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5226 $as_echo "print -r" >&6; } ;;
5227   *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5228 $as_echo "cat" >&6; } ;;
5229 esac
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5245 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5246 if test "${ac_cv_path_SED+set}" = set; then :
5247   $as_echo_n "(cached) " >&6
5248 else
5249             ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5250      for ac_i in 1 2 3 4 5 6 7; do
5251        ac_script="$ac_script$as_nl$ac_script"
5252      done
5253      echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5254      { ac_script=; unset ac_script;}
5255      if test -z "$SED"; then
5256   ac_path_SED_found=false
5257   # Loop through the user's path and test for each of PROGNAME-LIST
5258   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5259 for as_dir in $PATH
5260 do
5261   IFS=$as_save_IFS
5262   test -z "$as_dir" && as_dir=.
5263     for ac_prog in sed gsed; do
5264     for ac_exec_ext in '' $ac_executable_extensions; do
5265       ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5266       { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5267 # Check for GNU ac_path_SED and select it if it is found.
5268   # Check for GNU $ac_path_SED
5269 case `"$ac_path_SED" --version 2>&1` in
5270 *GNU*)
5271   ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5272 *)
5273   ac_count=0
5274   $as_echo_n 0123456789 >"conftest.in"
5275   while :
5276   do
5277     cat "conftest.in" "conftest.in" >"conftest.tmp"
5278     mv "conftest.tmp" "conftest.in"
5279     cp "conftest.in" "conftest.nl"
5280     $as_echo '' >> "conftest.nl"
5281     "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5282     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5283     as_fn_arith $ac_count + 1 && ac_count=$as_val
5284     if test $ac_count -gt ${ac_path_SED_max-0}; then
5285       # Best one so far, save it but keep looking for a better one
5286       ac_cv_path_SED="$ac_path_SED"
5287       ac_path_SED_max=$ac_count
5288     fi
5289     # 10*(2^10) chars as input seems more than enough
5290     test $ac_count -gt 10 && break
5291   done
5292   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5293 esac
5294
5295       $ac_path_SED_found && break 3
5296     done
5297   done
5298   done
5299 IFS=$as_save_IFS
5300   if test -z "$ac_cv_path_SED"; then
5301     as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5302   fi
5303 else
5304   ac_cv_path_SED=$SED
5305 fi
5306
5307 fi
5308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5309 $as_echo "$ac_cv_path_SED" >&6; }
5310  SED="$ac_cv_path_SED"
5311   rm -f conftest.sed
5312
5313 test -z "$SED" && SED=sed
5314 Xsed="$SED -e 1s/^X//"
5315
5316
5317
5318
5319
5320
5321
5322
5323
5324
5325
5326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5327 $as_echo_n "checking for fgrep... " >&6; }
5328 if test "${ac_cv_path_FGREP+set}" = set; then :
5329   $as_echo_n "(cached) " >&6
5330 else
5331   if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5332    then ac_cv_path_FGREP="$GREP -F"
5333    else
5334      if test -z "$FGREP"; then
5335   ac_path_FGREP_found=false
5336   # Loop through the user's path and test for each of PROGNAME-LIST
5337   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5338 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5339 do
5340   IFS=$as_save_IFS
5341   test -z "$as_dir" && as_dir=.
5342     for ac_prog in fgrep; do
5343     for ac_exec_ext in '' $ac_executable_extensions; do
5344       ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5345       { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5346 # Check for GNU ac_path_FGREP and select it if it is found.
5347   # Check for GNU $ac_path_FGREP
5348 case `"$ac_path_FGREP" --version 2>&1` in
5349 *GNU*)
5350   ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5351 *)
5352   ac_count=0
5353   $as_echo_n 0123456789 >"conftest.in"
5354   while :
5355   do
5356     cat "conftest.in" "conftest.in" >"conftest.tmp"
5357     mv "conftest.tmp" "conftest.in"
5358     cp "conftest.in" "conftest.nl"
5359     $as_echo 'FGREP' >> "conftest.nl"
5360     "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5361     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5362     as_fn_arith $ac_count + 1 && ac_count=$as_val
5363     if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5364       # Best one so far, save it but keep looking for a better one
5365       ac_cv_path_FGREP="$ac_path_FGREP"
5366       ac_path_FGREP_max=$ac_count
5367     fi
5368     # 10*(2^10) chars as input seems more than enough
5369     test $ac_count -gt 10 && break
5370   done
5371   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5372 esac
5373
5374       $ac_path_FGREP_found && break 3
5375     done
5376   done
5377   done
5378 IFS=$as_save_IFS
5379   if test -z "$ac_cv_path_FGREP"; then
5380     as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5381   fi
5382 else
5383   ac_cv_path_FGREP=$FGREP
5384 fi
5385
5386    fi
5387 fi
5388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5389 $as_echo "$ac_cv_path_FGREP" >&6; }
5390  FGREP="$ac_cv_path_FGREP"
5391
5392
5393 test -z "$GREP" && GREP=grep
5394
5395
5396
5397
5398
5399
5400
5401
5402
5403
5404
5405
5406
5407
5408
5409
5410
5411
5412
5413 # Check whether --with-gnu-ld was given.
5414 if test "${with_gnu_ld+set}" = set; then :
5415   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5416 else
5417   with_gnu_ld=no
5418 fi
5419
5420 ac_prog=ld
5421 if test "$GCC" = yes; then
5422   # Check if gcc -print-prog-name=ld gives a path.
5423   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5424 $as_echo_n "checking for ld used by $CC... " >&6; }
5425   case $host in
5426   *-*-mingw*)
5427     # gcc leaves a trailing carriage return which upsets mingw
5428     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5429   *)
5430     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5431   esac
5432   case $ac_prog in
5433     # Accept absolute paths.
5434     [\\/]* | ?:[\\/]*)
5435       re_direlt='/[^/][^/]*/\.\./'
5436       # Canonicalize the pathname of ld
5437       ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5438       while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5439         ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5440       done
5441       test -z "$LD" && LD="$ac_prog"
5442       ;;
5443   "")
5444     # If it fails, then pretend we aren't using GCC.
5445     ac_prog=ld
5446     ;;
5447   *)
5448     # If it is relative, then search for the first ld in PATH.
5449     with_gnu_ld=unknown
5450     ;;
5451   esac
5452 elif test "$with_gnu_ld" = yes; then
5453   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5454 $as_echo_n "checking for GNU ld... " >&6; }
5455 else
5456   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5457 $as_echo_n "checking for non-GNU ld... " >&6; }
5458 fi
5459 if test "${lt_cv_path_LD+set}" = set; then :
5460   $as_echo_n "(cached) " >&6
5461 else
5462   if test -z "$LD"; then
5463   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5464   for ac_dir in $PATH; do
5465     IFS="$lt_save_ifs"
5466     test -z "$ac_dir" && ac_dir=.
5467     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5468       lt_cv_path_LD="$ac_dir/$ac_prog"
5469       # Check to see if the program is GNU ld.  I'd rather use --version,
5470       # but apparently some variants of GNU ld only accept -v.
5471       # Break only if it was the GNU/non-GNU ld that we prefer.
5472       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5473       *GNU* | *'with BFD'*)
5474         test "$with_gnu_ld" != no && break
5475         ;;
5476       *)
5477         test "$with_gnu_ld" != yes && break
5478         ;;
5479       esac
5480     fi
5481   done
5482   IFS="$lt_save_ifs"
5483 else
5484   lt_cv_path_LD="$LD" # Let the user override the test with a path.
5485 fi
5486 fi
5487
5488 LD="$lt_cv_path_LD"
5489 if test -n "$LD"; then
5490   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5491 $as_echo "$LD" >&6; }
5492 else
5493   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5494 $as_echo "no" >&6; }
5495 fi
5496 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5498 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5499 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5500   $as_echo_n "(cached) " >&6
5501 else
5502   # I'd rather use --version here, but apparently some GNU lds only accept -v.
5503 case `$LD -v 2>&1 </dev/null` in
5504 *GNU* | *'with BFD'*)
5505   lt_cv_prog_gnu_ld=yes
5506   ;;
5507 *)
5508   lt_cv_prog_gnu_ld=no
5509   ;;
5510 esac
5511 fi
5512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5513 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5514 with_gnu_ld=$lt_cv_prog_gnu_ld
5515
5516
5517
5518
5519
5520
5521
5522
5523
5524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5525 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5526 if test "${lt_cv_path_NM+set}" = set; then :
5527   $as_echo_n "(cached) " >&6
5528 else
5529   if test -n "$NM"; then
5530   # Let the user override the test.
5531   lt_cv_path_NM="$NM"
5532 else
5533   lt_nm_to_check="${ac_tool_prefix}nm"
5534   if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5535     lt_nm_to_check="$lt_nm_to_check nm"
5536   fi
5537   for lt_tmp_nm in $lt_nm_to_check; do
5538     lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5539     for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5540       IFS="$lt_save_ifs"
5541       test -z "$ac_dir" && ac_dir=.
5542       tmp_nm="$ac_dir/$lt_tmp_nm"
5543       if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5544         # Check to see if the nm accepts a BSD-compat flag.
5545         # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5546         #   nm: unknown option "B" ignored
5547         # Tru64's nm complains that /dev/null is an invalid object file
5548         case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5549         */dev/null* | *'Invalid file or object type'*)
5550           lt_cv_path_NM="$tmp_nm -B"
5551           break
5552           ;;
5553         *)
5554           case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5555           */dev/null*)
5556             lt_cv_path_NM="$tmp_nm -p"
5557             break
5558             ;;
5559           *)
5560             lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5561             continue # so that we can try to find one that supports BSD flags
5562             ;;
5563           esac
5564           ;;
5565         esac
5566       fi
5567     done
5568     IFS="$lt_save_ifs"
5569   done
5570   : ${lt_cv_path_NM=no}
5571 fi
5572 fi
5573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5574 $as_echo "$lt_cv_path_NM" >&6; }
5575 if test "$lt_cv_path_NM" != "no"; then
5576   NM="$lt_cv_path_NM"
5577 else
5578   # Didn't find any BSD compatible name lister, look for dumpbin.
5579   if test -n "$DUMPBIN"; then :
5580     # Let the user override the test.
5581   else
5582     if test -n "$ac_tool_prefix"; then
5583   for ac_prog in dumpbin "link -dump"
5584   do
5585     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5586 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5588 $as_echo_n "checking for $ac_word... " >&6; }
5589 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5590   $as_echo_n "(cached) " >&6
5591 else
5592   if test -n "$DUMPBIN"; then
5593   ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5594 else
5595 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5596 for as_dir in $PATH
5597 do
5598   IFS=$as_save_IFS
5599   test -z "$as_dir" && as_dir=.
5600     for ac_exec_ext in '' $ac_executable_extensions; do
5601   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5602     ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5603     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5604     break 2
5605   fi
5606 done
5607   done
5608 IFS=$as_save_IFS
5609
5610 fi
5611 fi
5612 DUMPBIN=$ac_cv_prog_DUMPBIN
5613 if test -n "$DUMPBIN"; then
5614   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5615 $as_echo "$DUMPBIN" >&6; }
5616 else
5617   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5618 $as_echo "no" >&6; }
5619 fi
5620
5621
5622     test -n "$DUMPBIN" && break
5623   done
5624 fi
5625 if test -z "$DUMPBIN"; then
5626   ac_ct_DUMPBIN=$DUMPBIN
5627   for ac_prog in dumpbin "link -dump"
5628 do
5629   # Extract the first word of "$ac_prog", so it can be a program name with args.
5630 set dummy $ac_prog; ac_word=$2
5631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5632 $as_echo_n "checking for $ac_word... " >&6; }
5633 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5634   $as_echo_n "(cached) " >&6
5635 else
5636   if test -n "$ac_ct_DUMPBIN"; then
5637   ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5638 else
5639 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5640 for as_dir in $PATH
5641 do
5642   IFS=$as_save_IFS
5643   test -z "$as_dir" && as_dir=.
5644     for ac_exec_ext in '' $ac_executable_extensions; do
5645   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5646     ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5647     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5648     break 2
5649   fi
5650 done
5651   done
5652 IFS=$as_save_IFS
5653
5654 fi
5655 fi
5656 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5657 if test -n "$ac_ct_DUMPBIN"; then
5658   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5659 $as_echo "$ac_ct_DUMPBIN" >&6; }
5660 else
5661   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5662 $as_echo "no" >&6; }
5663 fi
5664
5665
5666   test -n "$ac_ct_DUMPBIN" && break
5667 done
5668
5669   if test "x$ac_ct_DUMPBIN" = x; then
5670     DUMPBIN=":"
5671   else
5672     case $cross_compiling:$ac_tool_warned in
5673 yes:)
5674 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5675 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5676 ac_tool_warned=yes ;;
5677 esac
5678     DUMPBIN=$ac_ct_DUMPBIN
5679   fi
5680 fi
5681
5682     case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5683     *COFF*)
5684       DUMPBIN="$DUMPBIN -symbols"
5685       ;;
5686     *)
5687       DUMPBIN=:
5688       ;;
5689     esac
5690   fi
5691
5692   if test "$DUMPBIN" != ":"; then
5693     NM="$DUMPBIN"
5694   fi
5695 fi
5696 test -z "$NM" && NM=nm
5697
5698
5699
5700
5701
5702
5703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5704 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5705 if test "${lt_cv_nm_interface+set}" = set; then :
5706   $as_echo_n "(cached) " >&6
5707 else
5708   lt_cv_nm_interface="BSD nm"
5709   echo "int some_variable = 0;" > conftest.$ac_ext
5710   (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5711   (eval "$ac_compile" 2>conftest.err)
5712   cat conftest.err >&5
5713   (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5714   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5715   cat conftest.err >&5
5716   (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5717   cat conftest.out >&5
5718   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5719     lt_cv_nm_interface="MS dumpbin"
5720   fi
5721   rm -f conftest*
5722 fi
5723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5724 $as_echo "$lt_cv_nm_interface" >&6; }
5725
5726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5727 $as_echo_n "checking whether ln -s works... " >&6; }
5728 LN_S=$as_ln_s
5729 if test "$LN_S" = "ln -s"; then
5730   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5731 $as_echo "yes" >&6; }
5732 else
5733   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5734 $as_echo "no, using $LN_S" >&6; }
5735 fi
5736
5737 # find the maximum length of command line arguments
5738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5739 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5740 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5741   $as_echo_n "(cached) " >&6
5742 else
5743     i=0
5744   teststring="ABCD"
5745
5746   case $build_os in
5747   msdosdjgpp*)
5748     # On DJGPP, this test can blow up pretty badly due to problems in libc
5749     # (any single argument exceeding 2000 bytes causes a buffer overrun
5750     # during glob expansion).  Even if it were fixed, the result of this
5751     # check would be larger than it should be.
5752     lt_cv_sys_max_cmd_len=12288;    # 12K is about right
5753     ;;
5754
5755   gnu*)
5756     # Under GNU Hurd, this test is not required because there is
5757     # no limit to the length of command line arguments.
5758     # Libtool will interpret -1 as no limit whatsoever
5759     lt_cv_sys_max_cmd_len=-1;
5760     ;;
5761
5762   cygwin* | mingw* | cegcc*)
5763     # On Win9x/ME, this test blows up -- it succeeds, but takes
5764     # about 5 minutes as the teststring grows exponentially.
5765     # Worse, since 9x/ME are not pre-emptively multitasking,
5766     # you end up with a "frozen" computer, even though with patience
5767     # the test eventually succeeds (with a max line length of 256k).
5768     # Instead, let's just punt: use the minimum linelength reported by
5769     # all of the supported platforms: 8192 (on NT/2K/XP).
5770     lt_cv_sys_max_cmd_len=8192;
5771     ;;
5772
5773   mint*)
5774     # On MiNT this can take a long time and run out of memory.
5775     lt_cv_sys_max_cmd_len=8192;
5776     ;;
5777
5778   amigaos*)
5779     # On AmigaOS with pdksh, this test takes hours, literally.
5780     # So we just punt and use a minimum line length of 8192.
5781     lt_cv_sys_max_cmd_len=8192;
5782     ;;
5783
5784   netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5785     # This has been around since 386BSD, at least.  Likely further.
5786     if test -x /sbin/sysctl; then
5787       lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5788     elif test -x /usr/sbin/sysctl; then
5789       lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5790     else
5791       lt_cv_sys_max_cmd_len=65536       # usable default for all BSDs
5792     fi
5793     # And add a safety zone
5794     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5795     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5796     ;;
5797
5798   interix*)
5799     # We know the value 262144 and hardcode it with a safety zone (like BSD)
5800     lt_cv_sys_max_cmd_len=196608
5801     ;;
5802
5803   osf*)
5804     # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5805     # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5806     # nice to cause kernel panics so lets avoid the loop below.
5807     # First set a reasonable default.
5808     lt_cv_sys_max_cmd_len=16384
5809     #
5810     if test -x /sbin/sysconfig; then
5811       case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5812         *1*) lt_cv_sys_max_cmd_len=-1 ;;
5813       esac
5814     fi
5815     ;;
5816   sco3.2v5*)
5817     lt_cv_sys_max_cmd_len=102400
5818     ;;
5819   sysv5* | sco5v6* | sysv4.2uw2*)
5820     kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5821     if test -n "$kargmax"; then
5822       lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[  ]//'`
5823     else
5824       lt_cv_sys_max_cmd_len=32768
5825     fi
5826     ;;
5827   *)
5828     lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5829     if test -n "$lt_cv_sys_max_cmd_len"; then
5830       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5831       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5832     else
5833       # Make teststring a little bigger before we do anything with it.
5834       # a 1K string should be a reasonable start.
5835       for i in 1 2 3 4 5 6 7 8 ; do
5836         teststring=$teststring$teststring
5837       done
5838       SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5839       # If test is not a shell built-in, we'll probably end up computing a
5840       # maximum length that is only half of the actual maximum length, but
5841       # we can't tell.
5842       while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5843                  = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5844               test $i != 17 # 1/2 MB should be enough
5845       do
5846         i=`expr $i + 1`
5847         teststring=$teststring$teststring
5848       done
5849       # Only check the string length outside the loop.
5850       lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5851       teststring=
5852       # Add a significant safety factor because C++ compilers can tack on
5853       # massive amounts of additional arguments before passing them to the
5854       # linker.  It appears as though 1/2 is a usable value.
5855       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5856     fi
5857     ;;
5858   esac
5859
5860 fi
5861
5862 if test -n $lt_cv_sys_max_cmd_len ; then
5863   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5864 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5865 else
5866   { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5867 $as_echo "none" >&6; }
5868 fi
5869 max_cmd_len=$lt_cv_sys_max_cmd_len
5870
5871
5872
5873
5874
5875
5876 : ${CP="cp -f"}
5877 : ${MV="mv -f"}
5878 : ${RM="rm -f"}
5879
5880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5881 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5882 # Try some XSI features
5883 xsi_shell=no
5884 ( _lt_dummy="a/b/c"
5885   test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5886       = c,a/b,, \
5887     && eval 'test $(( 1 + 1 )) -eq 2 \
5888     && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5889   && xsi_shell=yes
5890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5891 $as_echo "$xsi_shell" >&6; }
5892
5893
5894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5895 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5896 lt_shell_append=no
5897 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5898     >/dev/null 2>&1 \
5899   && lt_shell_append=yes
5900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5901 $as_echo "$lt_shell_append" >&6; }
5902
5903
5904 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5905   lt_unset=unset
5906 else
5907   lt_unset=false
5908 fi
5909
5910
5911
5912
5913
5914 # test EBCDIC or ASCII
5915 case `echo X|tr X '\101'` in
5916  A) # ASCII based system
5917     # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5918   lt_SP2NL='tr \040 \012'
5919   lt_NL2SP='tr \015\012 \040\040'
5920   ;;
5921  *) # EBCDIC based system
5922   lt_SP2NL='tr \100 \n'
5923   lt_NL2SP='tr \r\n \100\100'
5924   ;;
5925 esac
5926
5927
5928
5929
5930
5931
5932
5933
5934
5935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5936 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5937 if test "${lt_cv_ld_reload_flag+set}" = set; then :
5938   $as_echo_n "(cached) " >&6
5939 else
5940   lt_cv_ld_reload_flag='-r'
5941 fi
5942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5943 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5944 reload_flag=$lt_cv_ld_reload_flag
5945 case $reload_flag in
5946 "" | " "*) ;;
5947 *) reload_flag=" $reload_flag" ;;
5948 esac
5949 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5950 case $host_os in
5951   darwin*)
5952     if test "$GCC" = yes; then
5953       reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5954     else
5955       reload_cmds='$LD$reload_flag -o $output$reload_objs'
5956     fi
5957     ;;
5958 esac
5959
5960
5961
5962
5963
5964
5965
5966
5967
5968 if test -n "$ac_tool_prefix"; then
5969   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5970 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5972 $as_echo_n "checking for $ac_word... " >&6; }
5973 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5974   $as_echo_n "(cached) " >&6
5975 else
5976   if test -n "$OBJDUMP"; then
5977   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5978 else
5979 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5980 for as_dir in $PATH
5981 do
5982   IFS=$as_save_IFS
5983   test -z "$as_dir" && as_dir=.
5984     for ac_exec_ext in '' $ac_executable_extensions; do
5985   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5986     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5987     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5988     break 2
5989   fi
5990 done
5991   done
5992 IFS=$as_save_IFS
5993
5994 fi
5995 fi
5996 OBJDUMP=$ac_cv_prog_OBJDUMP
5997 if test -n "$OBJDUMP"; then
5998   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5999 $as_echo "$OBJDUMP" >&6; }
6000 else
6001   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6002 $as_echo "no" >&6; }
6003 fi
6004
6005
6006 fi
6007 if test -z "$ac_cv_prog_OBJDUMP"; then
6008   ac_ct_OBJDUMP=$OBJDUMP
6009   # Extract the first word of "objdump", so it can be a program name with args.
6010 set dummy objdump; ac_word=$2
6011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6012 $as_echo_n "checking for $ac_word... " >&6; }
6013 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6014   $as_echo_n "(cached) " >&6
6015 else
6016   if test -n "$ac_ct_OBJDUMP"; then
6017   ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6018 else
6019 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6020 for as_dir in $PATH
6021 do
6022   IFS=$as_save_IFS
6023   test -z "$as_dir" && as_dir=.
6024     for ac_exec_ext in '' $ac_executable_extensions; do
6025   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6026     ac_cv_prog_ac_ct_OBJDUMP="objdump"
6027     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6028     break 2
6029   fi
6030 done
6031   done
6032 IFS=$as_save_IFS
6033
6034 fi
6035 fi
6036 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6037 if test -n "$ac_ct_OBJDUMP"; then
6038   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6039 $as_echo "$ac_ct_OBJDUMP" >&6; }
6040 else
6041   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6042 $as_echo "no" >&6; }
6043 fi
6044
6045   if test "x$ac_ct_OBJDUMP" = x; then
6046     OBJDUMP="false"
6047   else
6048     case $cross_compiling:$ac_tool_warned in
6049 yes:)
6050 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6051 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6052 ac_tool_warned=yes ;;
6053 esac
6054     OBJDUMP=$ac_ct_OBJDUMP
6055   fi
6056 else
6057   OBJDUMP="$ac_cv_prog_OBJDUMP"
6058 fi
6059
6060 test -z "$OBJDUMP" && OBJDUMP=objdump
6061
6062
6063
6064
6065
6066
6067
6068
6069
6070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6071 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6072 if test "${lt_cv_deplibs_check_method+set}" = set; then :
6073   $as_echo_n "(cached) " >&6
6074 else
6075   lt_cv_file_magic_cmd='$MAGIC_CMD'
6076 lt_cv_file_magic_test_file=
6077 lt_cv_deplibs_check_method='unknown'
6078 # Need to set the preceding variable on all platforms that support
6079 # interlibrary dependencies.
6080 # 'none' -- dependencies not supported.
6081 # `unknown' -- same as none, but documents that we really don't know.
6082 # 'pass_all' -- all dependencies passed with no checks.
6083 # 'test_compile' -- check by making test program.
6084 # 'file_magic [[regex]]' -- check by looking for files in library path
6085 # which responds to the $file_magic_cmd with a given extended regex.
6086 # If you have `file' or equivalent on your system and you're not sure
6087 # whether `pass_all' will *always* work, you probably want this one.
6088
6089 case $host_os in
6090 aix[4-9]*)
6091   lt_cv_deplibs_check_method=pass_all
6092   ;;
6093
6094 beos*)
6095   lt_cv_deplibs_check_method=pass_all
6096   ;;
6097
6098 bsdi[45]*)
6099   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6100   lt_cv_file_magic_cmd='/usr/bin/file -L'
6101   lt_cv_file_magic_test_file=/shlib/libc.so
6102   ;;
6103
6104 cygwin*)
6105   # func_win32_libid is a shell function defined in ltmain.sh
6106   lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6107   lt_cv_file_magic_cmd='func_win32_libid'
6108   ;;
6109
6110 mingw* | pw32*)
6111   # Base MSYS/MinGW do not provide the 'file' command needed by
6112   # func_win32_libid shell function, so use a weaker test based on 'objdump',
6113   # unless we find 'file', for example because we are cross-compiling.
6114   # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6115   if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6116     lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6117     lt_cv_file_magic_cmd='func_win32_libid'
6118   else
6119     lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6120     lt_cv_file_magic_cmd='$OBJDUMP -f'
6121   fi
6122   ;;
6123
6124 cegcc*)
6125   # use the weaker test based on 'objdump'. See mingw*.
6126   lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6127   lt_cv_file_magic_cmd='$OBJDUMP -f'
6128   ;;
6129
6130 darwin* | rhapsody*)
6131   lt_cv_deplibs_check_method=pass_all
6132   ;;
6133
6134 freebsd* | dragonfly*)
6135   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6136     case $host_cpu in
6137     i*86 )
6138       # Not sure whether the presence of OpenBSD here was a mistake.
6139       # Let's accept both of them until this is cleared up.
6140       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6141       lt_cv_file_magic_cmd=/usr/bin/file
6142       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6143       ;;
6144     esac
6145   else
6146     lt_cv_deplibs_check_method=pass_all
6147   fi
6148   ;;
6149
6150 gnu*)
6151   lt_cv_deplibs_check_method=pass_all
6152   ;;
6153
6154 haiku*)
6155   lt_cv_deplibs_check_method=pass_all
6156   ;;
6157
6158 hpux10.20* | hpux11*)
6159   lt_cv_file_magic_cmd=/usr/bin/file
6160   case $host_cpu in
6161   ia64*)
6162     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6163     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6164     ;;
6165   hppa*64*)
6166     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
6167     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6168     ;;
6169   *)
6170     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6171     lt_cv_file_magic_test_file=/usr/lib/libc.sl
6172     ;;
6173   esac
6174   ;;
6175
6176 interix[3-9]*)
6177   # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6178   lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6179   ;;
6180
6181 irix5* | irix6* | nonstopux*)
6182   case $LD in
6183   *-32|*"-32 ") libmagic=32-bit;;
6184   *-n32|*"-n32 ") libmagic=N32;;
6185   *-64|*"-64 ") libmagic=64-bit;;
6186   *) libmagic=never-match;;
6187   esac
6188   lt_cv_deplibs_check_method=pass_all
6189   ;;
6190
6191 # This must be Linux ELF.
6192 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6193   lt_cv_deplibs_check_method=pass_all
6194   ;;
6195
6196 netbsd*)
6197   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6198     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6199   else
6200     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6201   fi
6202   ;;
6203
6204 newos6*)
6205   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6206   lt_cv_file_magic_cmd=/usr/bin/file
6207   lt_cv_file_magic_test_file=/usr/lib/libnls.so
6208   ;;
6209
6210 *nto* | *qnx*)
6211   lt_cv_deplibs_check_method=pass_all
6212   ;;
6213
6214 openbsd*)
6215   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6216     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6217   else
6218     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6219   fi
6220   ;;
6221
6222 osf3* | osf4* | osf5*)
6223   lt_cv_deplibs_check_method=pass_all
6224   ;;
6225
6226 rdos*)
6227   lt_cv_deplibs_check_method=pass_all
6228   ;;
6229
6230 solaris*)
6231   lt_cv_deplibs_check_method=pass_all
6232   ;;
6233
6234 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6235   lt_cv_deplibs_check_method=pass_all
6236   ;;
6237
6238 sysv4 | sysv4.3*)
6239   case $host_vendor in
6240   motorola)
6241     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
6242     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6243     ;;
6244   ncr)
6245     lt_cv_deplibs_check_method=pass_all
6246     ;;
6247   sequent)
6248     lt_cv_file_magic_cmd='/bin/file'
6249     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6250     ;;
6251   sni)
6252     lt_cv_file_magic_cmd='/bin/file'
6253     lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6254     lt_cv_file_magic_test_file=/lib/libc.so
6255     ;;
6256   siemens)
6257     lt_cv_deplibs_check_method=pass_all
6258     ;;
6259   pc)
6260     lt_cv_deplibs_check_method=pass_all
6261     ;;
6262   esac
6263   ;;
6264
6265 tpf*)
6266   lt_cv_deplibs_check_method=pass_all
6267   ;;
6268 esac
6269
6270 fi
6271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6272 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6273 file_magic_cmd=$lt_cv_file_magic_cmd
6274 deplibs_check_method=$lt_cv_deplibs_check_method
6275 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6276
6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288 if test -n "$ac_tool_prefix"; then
6289   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6290 set dummy ${ac_tool_prefix}ar; ac_word=$2
6291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6292 $as_echo_n "checking for $ac_word... " >&6; }
6293 if test "${ac_cv_prog_AR+set}" = set; then :
6294   $as_echo_n "(cached) " >&6
6295 else
6296   if test -n "$AR"; then
6297   ac_cv_prog_AR="$AR" # Let the user override the test.
6298 else
6299 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6300 for as_dir in $PATH
6301 do
6302   IFS=$as_save_IFS
6303   test -z "$as_dir" && as_dir=.
6304     for ac_exec_ext in '' $ac_executable_extensions; do
6305   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6306     ac_cv_prog_AR="${ac_tool_prefix}ar"
6307     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6308     break 2
6309   fi
6310 done
6311   done
6312 IFS=$as_save_IFS
6313
6314 fi
6315 fi
6316 AR=$ac_cv_prog_AR
6317 if test -n "$AR"; then
6318   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6319 $as_echo "$AR" >&6; }
6320 else
6321   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6322 $as_echo "no" >&6; }
6323 fi
6324
6325
6326 fi
6327 if test -z "$ac_cv_prog_AR"; then
6328   ac_ct_AR=$AR
6329   # Extract the first word of "ar", so it can be a program name with args.
6330 set dummy ar; ac_word=$2
6331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6332 $as_echo_n "checking for $ac_word... " >&6; }
6333 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6334   $as_echo_n "(cached) " >&6
6335 else
6336   if test -n "$ac_ct_AR"; then
6337   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6338 else
6339 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6340 for as_dir in $PATH
6341 do
6342   IFS=$as_save_IFS
6343   test -z "$as_dir" && as_dir=.
6344     for ac_exec_ext in '' $ac_executable_extensions; do
6345   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6346     ac_cv_prog_ac_ct_AR="ar"
6347     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6348     break 2
6349   fi
6350 done
6351   done
6352 IFS=$as_save_IFS
6353
6354 fi
6355 fi
6356 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6357 if test -n "$ac_ct_AR"; then
6358   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6359 $as_echo "$ac_ct_AR" >&6; }
6360 else
6361   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6362 $as_echo "no" >&6; }
6363 fi
6364
6365   if test "x$ac_ct_AR" = x; then
6366     AR="false"
6367   else
6368     case $cross_compiling:$ac_tool_warned in
6369 yes:)
6370 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6371 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6372 ac_tool_warned=yes ;;
6373 esac
6374     AR=$ac_ct_AR
6375   fi
6376 else
6377   AR="$ac_cv_prog_AR"
6378 fi
6379
6380 test -z "$AR" && AR=ar
6381 test -z "$AR_FLAGS" && AR_FLAGS=cru
6382
6383
6384
6385
6386
6387
6388
6389
6390
6391
6392
6393 if test -n "$ac_tool_prefix"; then
6394   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6395 set dummy ${ac_tool_prefix}strip; ac_word=$2
6396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6397 $as_echo_n "checking for $ac_word... " >&6; }
6398 if test "${ac_cv_prog_STRIP+set}" = set; then :
6399   $as_echo_n "(cached) " >&6
6400 else
6401   if test -n "$STRIP"; then
6402   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6403 else
6404 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6405 for as_dir in $PATH
6406 do
6407   IFS=$as_save_IFS
6408   test -z "$as_dir" && as_dir=.
6409     for ac_exec_ext in '' $ac_executable_extensions; do
6410   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6411     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6412     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6413     break 2
6414   fi
6415 done
6416   done
6417 IFS=$as_save_IFS
6418
6419 fi
6420 fi
6421 STRIP=$ac_cv_prog_STRIP
6422 if test -n "$STRIP"; then
6423   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6424 $as_echo "$STRIP" >&6; }
6425 else
6426   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6427 $as_echo "no" >&6; }
6428 fi
6429
6430
6431 fi
6432 if test -z "$ac_cv_prog_STRIP"; then
6433   ac_ct_STRIP=$STRIP
6434   # Extract the first word of "strip", so it can be a program name with args.
6435 set dummy strip; ac_word=$2
6436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6437 $as_echo_n "checking for $ac_word... " >&6; }
6438 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6439   $as_echo_n "(cached) " >&6
6440 else
6441   if test -n "$ac_ct_STRIP"; then
6442   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6443 else
6444 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6445 for as_dir in $PATH
6446 do
6447   IFS=$as_save_IFS
6448   test -z "$as_dir" && as_dir=.
6449     for ac_exec_ext in '' $ac_executable_extensions; do
6450   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6451     ac_cv_prog_ac_ct_STRIP="strip"
6452     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6453     break 2
6454   fi
6455 done
6456   done
6457 IFS=$as_save_IFS
6458
6459 fi
6460 fi
6461 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6462 if test -n "$ac_ct_STRIP"; then
6463   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6464 $as_echo "$ac_ct_STRIP" >&6; }
6465 else
6466   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6467 $as_echo "no" >&6; }
6468 fi
6469
6470   if test "x$ac_ct_STRIP" = x; then
6471     STRIP=":"
6472   else
6473     case $cross_compiling:$ac_tool_warned in
6474 yes:)
6475 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6476 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6477 ac_tool_warned=yes ;;
6478 esac
6479     STRIP=$ac_ct_STRIP
6480   fi
6481 else
6482   STRIP="$ac_cv_prog_STRIP"
6483 fi
6484
6485 test -z "$STRIP" && STRIP=:
6486
6487
6488
6489
6490
6491
6492 if test -n "$ac_tool_prefix"; then
6493   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6494 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6496 $as_echo_n "checking for $ac_word... " >&6; }
6497 if test "${ac_cv_prog_RANLIB+set}" = set; then :
6498   $as_echo_n "(cached) " >&6
6499 else
6500   if test -n "$RANLIB"; then
6501   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6502 else
6503 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6504 for as_dir in $PATH
6505 do
6506   IFS=$as_save_IFS
6507   test -z "$as_dir" && as_dir=.
6508     for ac_exec_ext in '' $ac_executable_extensions; do
6509   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6510     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6511     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6512     break 2
6513   fi
6514 done
6515   done
6516 IFS=$as_save_IFS
6517
6518 fi
6519 fi
6520 RANLIB=$ac_cv_prog_RANLIB
6521 if test -n "$RANLIB"; then
6522   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6523 $as_echo "$RANLIB" >&6; }
6524 else
6525   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6526 $as_echo "no" >&6; }
6527 fi
6528
6529
6530 fi
6531 if test -z "$ac_cv_prog_RANLIB"; then
6532   ac_ct_RANLIB=$RANLIB
6533   # Extract the first word of "ranlib", so it can be a program name with args.
6534 set dummy ranlib; ac_word=$2
6535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6536 $as_echo_n "checking for $ac_word... " >&6; }
6537 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6538   $as_echo_n "(cached) " >&6
6539 else
6540   if test -n "$ac_ct_RANLIB"; then
6541   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6542 else
6543 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6544 for as_dir in $PATH
6545 do
6546   IFS=$as_save_IFS
6547   test -z "$as_dir" && as_dir=.
6548     for ac_exec_ext in '' $ac_executable_extensions; do
6549   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6550     ac_cv_prog_ac_ct_RANLIB="ranlib"
6551     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6552     break 2
6553   fi
6554 done
6555   done
6556 IFS=$as_save_IFS
6557
6558 fi
6559 fi
6560 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6561 if test -n "$ac_ct_RANLIB"; then
6562   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6563 $as_echo "$ac_ct_RANLIB" >&6; }
6564 else
6565   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6566 $as_echo "no" >&6; }
6567 fi
6568
6569   if test "x$ac_ct_RANLIB" = x; then
6570     RANLIB=":"
6571   else
6572     case $cross_compiling:$ac_tool_warned in
6573 yes:)
6574 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6575 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6576 ac_tool_warned=yes ;;
6577 esac
6578     RANLIB=$ac_ct_RANLIB
6579   fi
6580 else
6581   RANLIB="$ac_cv_prog_RANLIB"
6582 fi
6583
6584 test -z "$RANLIB" && RANLIB=:
6585
6586
6587
6588
6589
6590
6591 # Determine commands to create old-style static archives.
6592 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6593 old_postinstall_cmds='chmod 644 $oldlib'
6594 old_postuninstall_cmds=
6595
6596 if test -n "$RANLIB"; then
6597   case $host_os in
6598   openbsd*)
6599     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6600     ;;
6601   *)
6602     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6603     ;;
6604   esac
6605   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6606 fi
6607
6608 case $host_os in
6609   darwin*)
6610     lock_old_archive_extraction=yes ;;
6611   *)
6612     lock_old_archive_extraction=no ;;
6613 esac
6614
6615
6616
6617
6618
6619
6620
6621
6622
6623
6624
6625
6626
6627
6628
6629
6630
6631
6632
6633
6634
6635
6636
6637
6638
6639
6640
6641
6642
6643
6644
6645
6646
6647
6648
6649
6650
6651
6652
6653 # If no C compiler was specified, use CC.
6654 LTCC=${LTCC-"$CC"}
6655
6656 # If no C compiler flags were specified, use CFLAGS.
6657 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6658
6659 # Allow CC to be a program name with arguments.
6660 compiler=$CC
6661
6662
6663 # Check for command to grab the raw symbol name followed by C symbol from nm.
6664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6665 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6666 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6667   $as_echo_n "(cached) " >&6
6668 else
6669
6670 # These are sane defaults that work on at least a few old systems.
6671 # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
6672
6673 # Character class describing NM global symbol codes.
6674 symcode='[BCDEGRST]'
6675
6676 # Regexp to match symbols that can be accessed directly from C.
6677 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6678
6679 # Define system-specific variables.
6680 case $host_os in
6681 aix*)
6682   symcode='[BCDT]'
6683   ;;
6684 cygwin* | mingw* | pw32* | cegcc*)
6685   symcode='[ABCDGISTW]'
6686   ;;
6687 hpux*)
6688   if test "$host_cpu" = ia64; then
6689     symcode='[ABCDEGRST]'
6690   fi
6691   ;;
6692 irix* | nonstopux*)
6693   symcode='[BCDEGRST]'
6694   ;;
6695 osf*)
6696   symcode='[BCDEGQRST]'
6697   ;;
6698 solaris*)
6699   symcode='[BDRT]'
6700   ;;
6701 sco3.2v5*)
6702   symcode='[DT]'
6703   ;;
6704 sysv4.2uw2*)
6705   symcode='[DT]'
6706   ;;
6707 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6708   symcode='[ABDT]'
6709   ;;
6710 sysv4)
6711   symcode='[DFNSTU]'
6712   ;;
6713 esac
6714
6715 # If we're using GNU nm, then use its standard symbol codes.
6716 case `$NM -V 2>&1` in
6717 *GNU* | *'with BFD'*)
6718   symcode='[ABCDGIRSTW]' ;;
6719 esac
6720
6721 # Transform an extracted symbol line into a proper C declaration.
6722 # Some systems (esp. on ia64) link data and code symbols differently,
6723 # so use this general approach.
6724 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6725
6726 # Transform an extracted symbol line into symbol name and symbol address
6727 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (void *) \&\2},/p'"
6728 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/  {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"lib\2\", (void *) \&\2},/p'"
6729
6730 # Handle CRLF in mingw tool chain
6731 opt_cr=
6732 case $build_os in
6733 mingw*)
6734   opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6735   ;;
6736 esac
6737
6738 # Try without a prefix underscore, then with it.
6739 for ac_symprfx in "" "_"; do
6740
6741   # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6742   symxfrm="\\1 $ac_symprfx\\2 \\2"
6743
6744   # Write the raw and C identifiers.
6745   if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6746     # Fake it for dumpbin and say T for any non-static function
6747     # and D for any global variable.
6748     # Also find C++ and __fastcall symbols from MSVC++,
6749     # which start with @ or ?.
6750     lt_cv_sys_global_symbol_pipe="$AWK '"\
6751 "     {last_section=section; section=\$ 3};"\
6752 "     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6753 "     \$ 0!~/External *\|/{next};"\
6754 "     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6755 "     {if(hide[section]) next};"\
6756 "     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6757 "     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6758 "     s[1]~/^[@?]/{print s[1], s[1]; next};"\
6759 "     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6760 "     ' prfx=^$ac_symprfx"
6761   else
6762     lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[      ]\($symcode$symcode*\)[         ][      ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6763   fi
6764
6765   # Check to see that the pipe works correctly.
6766   pipe_works=no
6767
6768   rm -f conftest*
6769   cat > conftest.$ac_ext <<_LT_EOF
6770 #ifdef __cplusplus
6771 extern "C" {
6772 #endif
6773 char nm_test_var;
6774 void nm_test_func(void);
6775 void nm_test_func(void){}
6776 #ifdef __cplusplus
6777 }
6778 #endif
6779 int main(){nm_test_var='a';nm_test_func();return(0);}
6780 _LT_EOF
6781
6782   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6783   (eval $ac_compile) 2>&5
6784   ac_status=$?
6785   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6786   test $ac_status = 0; }; then
6787     # Now try to grab the symbols.
6788     nlist=conftest.nm
6789     if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6790   (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6791   ac_status=$?
6792   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6793   test $ac_status = 0; } && test -s "$nlist"; then
6794       # Try sorting and uniquifying the output.
6795       if sort "$nlist" | uniq > "$nlist"T; then
6796         mv -f "$nlist"T "$nlist"
6797       else
6798         rm -f "$nlist"T
6799       fi
6800
6801       # Make sure that we snagged all the symbols we need.
6802       if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6803         if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6804           cat <<_LT_EOF > conftest.$ac_ext
6805 #ifdef __cplusplus
6806 extern "C" {
6807 #endif
6808
6809 _LT_EOF
6810           # Now generate the symbol file.
6811           eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6812
6813           cat <<_LT_EOF >> conftest.$ac_ext
6814
6815 /* The mapping between symbol names and symbols.  */
6816 const struct {
6817   const char *name;
6818   void       *address;
6819 }
6820 lt__PROGRAM__LTX_preloaded_symbols[] =
6821 {
6822   { "@PROGRAM@", (void *) 0 },
6823 _LT_EOF
6824           $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6825           cat <<\_LT_EOF >> conftest.$ac_ext
6826   {0, (void *) 0}
6827 };
6828
6829 /* This works around a problem in FreeBSD linker */
6830 #ifdef FREEBSD_WORKAROUND
6831 static const void *lt_preloaded_setup() {
6832   return lt__PROGRAM__LTX_preloaded_symbols;
6833 }
6834 #endif
6835
6836 #ifdef __cplusplus
6837 }
6838 #endif
6839 _LT_EOF
6840           # Now try linking the two files.
6841           mv conftest.$ac_objext conftstm.$ac_objext
6842           lt_save_LIBS="$LIBS"
6843           lt_save_CFLAGS="$CFLAGS"
6844           LIBS="conftstm.$ac_objext"
6845           CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6846           if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6847   (eval $ac_link) 2>&5
6848   ac_status=$?
6849   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6850   test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6851             pipe_works=yes
6852           fi
6853           LIBS="$lt_save_LIBS"
6854           CFLAGS="$lt_save_CFLAGS"
6855         else
6856           echo "cannot find nm_test_func in $nlist" >&5
6857         fi
6858       else
6859         echo "cannot find nm_test_var in $nlist" >&5
6860       fi
6861     else
6862       echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6863     fi
6864   else
6865     echo "$progname: failed program was:" >&5
6866     cat conftest.$ac_ext >&5
6867   fi
6868   rm -rf conftest* conftst*
6869
6870   # Do not use the global_symbol_pipe unless it works.
6871   if test "$pipe_works" = yes; then
6872     break
6873   else
6874     lt_cv_sys_global_symbol_pipe=
6875   fi
6876 done
6877
6878 fi
6879
6880 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6881   lt_cv_sys_global_symbol_to_cdecl=
6882 fi
6883 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6884   { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6885 $as_echo "failed" >&6; }
6886 else
6887   { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6888 $as_echo "ok" >&6; }
6889 fi
6890
6891
6892
6893
6894
6895
6896
6897
6898
6899
6900
6901
6902
6903
6904
6905
6906
6907
6908
6909
6910
6911
6912 # Check whether --enable-libtool-lock was given.
6913 if test "${enable_libtool_lock+set}" = set; then :
6914   enableval=$enable_libtool_lock;
6915 fi
6916
6917 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6918
6919 # Some flags need to be propagated to the compiler or linker for good
6920 # libtool support.
6921 case $host in
6922 ia64-*-hpux*)
6923   # Find out which ABI we are using.
6924   echo 'int i;' > conftest.$ac_ext
6925   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6926   (eval $ac_compile) 2>&5
6927   ac_status=$?
6928   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6929   test $ac_status = 0; }; then
6930     case `/usr/bin/file conftest.$ac_objext` in
6931       *ELF-32*)
6932         HPUX_IA64_MODE="32"
6933         ;;
6934       *ELF-64*)
6935         HPUX_IA64_MODE="64"
6936         ;;
6937     esac
6938   fi
6939   rm -rf conftest*
6940   ;;
6941 *-*-irix6*)
6942   # Find out which ABI we are using.
6943   echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6944   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6945   (eval $ac_compile) 2>&5
6946   ac_status=$?
6947   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6948   test $ac_status = 0; }; then
6949     if test "$lt_cv_prog_gnu_ld" = yes; then
6950       case `/usr/bin/file conftest.$ac_objext` in
6951         *32-bit*)
6952           LD="${LD-ld} -melf32bsmip"
6953           ;;
6954         *N32*)
6955           LD="${LD-ld} -melf32bmipn32"
6956           ;;
6957         *64-bit*)
6958           LD="${LD-ld} -melf64bmip"
6959         ;;
6960       esac
6961     else
6962       case `/usr/bin/file conftest.$ac_objext` in
6963         *32-bit*)
6964           LD="${LD-ld} -32"
6965           ;;
6966         *N32*)
6967           LD="${LD-ld} -n32"
6968           ;;
6969         *64-bit*)
6970           LD="${LD-ld} -64"
6971           ;;
6972       esac
6973     fi
6974   fi
6975   rm -rf conftest*
6976   ;;
6977
6978 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6979 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6980   # Find out which ABI we are using.
6981   echo 'int i;' > conftest.$ac_ext
6982   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6983   (eval $ac_compile) 2>&5
6984   ac_status=$?
6985   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6986   test $ac_status = 0; }; then
6987     case `/usr/bin/file conftest.o` in
6988       *32-bit*)
6989         case $host in
6990           x86_64-*kfreebsd*-gnu)
6991             LD="${LD-ld} -m elf_i386_fbsd"
6992             ;;
6993           x86_64-*linux*)
6994             case `/usr/bin/file conftest.o` in
6995               *x86-64*)
6996                 LD="${LD-ld} -m elf32_x86_64"
6997                 ;;
6998               *)
6999                 LD="${LD-ld} -m elf_i386"
7000                 ;;
7001             esac
7002             ;;
7003           powerpc64le-*linux*)
7004             LD="${LD-ld} -m elf32lppclinux"
7005             ;;
7006           powerpc64-*linux*)
7007             LD="${LD-ld} -m elf32ppclinux"
7008             ;;
7009           s390x-*linux*)
7010             LD="${LD-ld} -m elf_s390"
7011             ;;
7012           sparc64-*linux*)
7013             LD="${LD-ld} -m elf32_sparc"
7014             ;;
7015         esac
7016         ;;
7017       *64-bit*)
7018         case $host in
7019           x86_64-*kfreebsd*-gnu)
7020             LD="${LD-ld} -m elf_x86_64_fbsd"
7021             ;;
7022           x86_64-*linux*)
7023             LD="${LD-ld} -m elf_x86_64"
7024             ;;
7025           powerpcle-*linux*)
7026             LD="${LD-ld} -m elf64lppc"
7027             ;;
7028           powerpc-*linux*)
7029             LD="${LD-ld} -m elf64ppc"
7030             ;;
7031           s390*-*linux*|s390*-*tpf*)
7032             LD="${LD-ld} -m elf64_s390"
7033             ;;
7034           sparc*-*linux*)
7035             LD="${LD-ld} -m elf64_sparc"
7036             ;;
7037         esac
7038         ;;
7039     esac
7040   fi
7041   rm -rf conftest*
7042   ;;
7043
7044 *-*-sco3.2v5*)
7045   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7046   SAVE_CFLAGS="$CFLAGS"
7047   CFLAGS="$CFLAGS -belf"
7048   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7049 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7050 if test "${lt_cv_cc_needs_belf+set}" = set; then :
7051   $as_echo_n "(cached) " >&6
7052 else
7053   ac_ext=c
7054 ac_cpp='$CPP $CPPFLAGS'
7055 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7056 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7057 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7058
7059      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7060 /* end confdefs.h.  */
7061
7062 int
7063 main ()
7064 {
7065
7066   ;
7067   return 0;
7068 }
7069 _ACEOF
7070 if ac_fn_c_try_link "$LINENO"; then :
7071   lt_cv_cc_needs_belf=yes
7072 else
7073   lt_cv_cc_needs_belf=no
7074 fi
7075 rm -f core conftest.err conftest.$ac_objext \
7076     conftest$ac_exeext conftest.$ac_ext
7077      ac_ext=c
7078 ac_cpp='$CPP $CPPFLAGS'
7079 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7080 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7081 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7082
7083 fi
7084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7085 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7086   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7087     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7088     CFLAGS="$SAVE_CFLAGS"
7089   fi
7090   ;;
7091 sparc*-*solaris*)
7092   # Find out which ABI we are using.
7093   echo 'int i;' > conftest.$ac_ext
7094   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7095   (eval $ac_compile) 2>&5
7096   ac_status=$?
7097   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7098   test $ac_status = 0; }; then
7099     case `/usr/bin/file conftest.o` in
7100     *64-bit*)
7101       case $lt_cv_prog_gnu_ld in
7102       yes*) LD="${LD-ld} -m elf64_sparc" ;;
7103       *)
7104         if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7105           LD="${LD-ld} -64"
7106         fi
7107         ;;
7108       esac
7109       ;;
7110     esac
7111   fi
7112   rm -rf conftest*
7113   ;;
7114 esac
7115
7116 need_locks="$enable_libtool_lock"
7117
7118
7119   case $host_os in
7120     rhapsody* | darwin*)
7121     if test -n "$ac_tool_prefix"; then
7122   # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7123 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7125 $as_echo_n "checking for $ac_word... " >&6; }
7126 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7127   $as_echo_n "(cached) " >&6
7128 else
7129   if test -n "$DSYMUTIL"; then
7130   ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7131 else
7132 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7133 for as_dir in $PATH
7134 do
7135   IFS=$as_save_IFS
7136   test -z "$as_dir" && as_dir=.
7137     for ac_exec_ext in '' $ac_executable_extensions; do
7138   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7139     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7140     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7141     break 2
7142   fi
7143 done
7144   done
7145 IFS=$as_save_IFS
7146
7147 fi
7148 fi
7149 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7150 if test -n "$DSYMUTIL"; then
7151   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7152 $as_echo "$DSYMUTIL" >&6; }
7153 else
7154   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7155 $as_echo "no" >&6; }
7156 fi
7157
7158
7159 fi
7160 if test -z "$ac_cv_prog_DSYMUTIL"; then
7161   ac_ct_DSYMUTIL=$DSYMUTIL
7162   # Extract the first word of "dsymutil", so it can be a program name with args.
7163 set dummy dsymutil; ac_word=$2
7164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7165 $as_echo_n "checking for $ac_word... " >&6; }
7166 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7167   $as_echo_n "(cached) " >&6
7168 else
7169   if test -n "$ac_ct_DSYMUTIL"; then
7170   ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7171 else
7172 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7173 for as_dir in $PATH
7174 do
7175   IFS=$as_save_IFS
7176   test -z "$as_dir" && as_dir=.
7177     for ac_exec_ext in '' $ac_executable_extensions; do
7178   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7179     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7180     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7181     break 2
7182   fi
7183 done
7184   done
7185 IFS=$as_save_IFS
7186
7187 fi
7188 fi
7189 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7190 if test -n "$ac_ct_DSYMUTIL"; then
7191   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7192 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7193 else
7194   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7195 $as_echo "no" >&6; }
7196 fi
7197
7198   if test "x$ac_ct_DSYMUTIL" = x; then
7199     DSYMUTIL=":"
7200   else
7201     case $cross_compiling:$ac_tool_warned in
7202 yes:)
7203 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7204 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7205 ac_tool_warned=yes ;;
7206 esac
7207     DSYMUTIL=$ac_ct_DSYMUTIL
7208   fi
7209 else
7210   DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7211 fi
7212
7213     if test -n "$ac_tool_prefix"; then
7214   # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7215 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7217 $as_echo_n "checking for $ac_word... " >&6; }
7218 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7219   $as_echo_n "(cached) " >&6
7220 else
7221   if test -n "$NMEDIT"; then
7222   ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7223 else
7224 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7225 for as_dir in $PATH
7226 do
7227   IFS=$as_save_IFS
7228   test -z "$as_dir" && as_dir=.
7229     for ac_exec_ext in '' $ac_executable_extensions; do
7230   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7231     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7232     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7233     break 2
7234   fi
7235 done
7236   done
7237 IFS=$as_save_IFS
7238
7239 fi
7240 fi
7241 NMEDIT=$ac_cv_prog_NMEDIT
7242 if test -n "$NMEDIT"; then
7243   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7244 $as_echo "$NMEDIT" >&6; }
7245 else
7246   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7247 $as_echo "no" >&6; }
7248 fi
7249
7250
7251 fi
7252 if test -z "$ac_cv_prog_NMEDIT"; then
7253   ac_ct_NMEDIT=$NMEDIT
7254   # Extract the first word of "nmedit", so it can be a program name with args.
7255 set dummy nmedit; ac_word=$2
7256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7257 $as_echo_n "checking for $ac_word... " >&6; }
7258 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7259   $as_echo_n "(cached) " >&6
7260 else
7261   if test -n "$ac_ct_NMEDIT"; then
7262   ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7263 else
7264 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7265 for as_dir in $PATH
7266 do
7267   IFS=$as_save_IFS
7268   test -z "$as_dir" && as_dir=.
7269     for ac_exec_ext in '' $ac_executable_extensions; do
7270   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7271     ac_cv_prog_ac_ct_NMEDIT="nmedit"
7272     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7273     break 2
7274   fi
7275 done
7276   done
7277 IFS=$as_save_IFS
7278
7279 fi
7280 fi
7281 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7282 if test -n "$ac_ct_NMEDIT"; then
7283   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7284 $as_echo "$ac_ct_NMEDIT" >&6; }
7285 else
7286   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7287 $as_echo "no" >&6; }
7288 fi
7289
7290   if test "x$ac_ct_NMEDIT" = x; then
7291     NMEDIT=":"
7292   else
7293     case $cross_compiling:$ac_tool_warned in
7294 yes:)
7295 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7296 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7297 ac_tool_warned=yes ;;
7298 esac
7299     NMEDIT=$ac_ct_NMEDIT
7300   fi
7301 else
7302   NMEDIT="$ac_cv_prog_NMEDIT"
7303 fi
7304
7305     if test -n "$ac_tool_prefix"; then
7306   # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7307 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7309 $as_echo_n "checking for $ac_word... " >&6; }
7310 if test "${ac_cv_prog_LIPO+set}" = set; then :
7311   $as_echo_n "(cached) " >&6
7312 else
7313   if test -n "$LIPO"; then
7314   ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7315 else
7316 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7317 for as_dir in $PATH
7318 do
7319   IFS=$as_save_IFS
7320   test -z "$as_dir" && as_dir=.
7321     for ac_exec_ext in '' $ac_executable_extensions; do
7322   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7323     ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7324     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7325     break 2
7326   fi
7327 done
7328   done
7329 IFS=$as_save_IFS
7330
7331 fi
7332 fi
7333 LIPO=$ac_cv_prog_LIPO
7334 if test -n "$LIPO"; then
7335   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7336 $as_echo "$LIPO" >&6; }
7337 else
7338   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7339 $as_echo "no" >&6; }
7340 fi
7341
7342
7343 fi
7344 if test -z "$ac_cv_prog_LIPO"; then
7345   ac_ct_LIPO=$LIPO
7346   # Extract the first word of "lipo", so it can be a program name with args.
7347 set dummy lipo; ac_word=$2
7348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7349 $as_echo_n "checking for $ac_word... " >&6; }
7350 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7351   $as_echo_n "(cached) " >&6
7352 else
7353   if test -n "$ac_ct_LIPO"; then
7354   ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7355 else
7356 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7357 for as_dir in $PATH
7358 do
7359   IFS=$as_save_IFS
7360   test -z "$as_dir" && as_dir=.
7361     for ac_exec_ext in '' $ac_executable_extensions; do
7362   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7363     ac_cv_prog_ac_ct_LIPO="lipo"
7364     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7365     break 2
7366   fi
7367 done
7368   done
7369 IFS=$as_save_IFS
7370
7371 fi
7372 fi
7373 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7374 if test -n "$ac_ct_LIPO"; then
7375   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7376 $as_echo "$ac_ct_LIPO" >&6; }
7377 else
7378   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7379 $as_echo "no" >&6; }
7380 fi
7381
7382   if test "x$ac_ct_LIPO" = x; then
7383     LIPO=":"
7384   else
7385     case $cross_compiling:$ac_tool_warned in
7386 yes:)
7387 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7388 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7389 ac_tool_warned=yes ;;
7390 esac
7391     LIPO=$ac_ct_LIPO
7392   fi
7393 else
7394   LIPO="$ac_cv_prog_LIPO"
7395 fi
7396
7397     if test -n "$ac_tool_prefix"; then
7398   # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7399 set dummy ${ac_tool_prefix}otool; ac_word=$2
7400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7401 $as_echo_n "checking for $ac_word... " >&6; }
7402 if test "${ac_cv_prog_OTOOL+set}" = set; then :
7403   $as_echo_n "(cached) " >&6
7404 else
7405   if test -n "$OTOOL"; then
7406   ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7407 else
7408 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7409 for as_dir in $PATH
7410 do
7411   IFS=$as_save_IFS
7412   test -z "$as_dir" && as_dir=.
7413     for ac_exec_ext in '' $ac_executable_extensions; do
7414   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7415     ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7416     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7417     break 2
7418   fi
7419 done
7420   done
7421 IFS=$as_save_IFS
7422
7423 fi
7424 fi
7425 OTOOL=$ac_cv_prog_OTOOL
7426 if test -n "$OTOOL"; then
7427   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7428 $as_echo "$OTOOL" >&6; }
7429 else
7430   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7431 $as_echo "no" >&6; }
7432 fi
7433
7434
7435 fi
7436 if test -z "$ac_cv_prog_OTOOL"; then
7437   ac_ct_OTOOL=$OTOOL
7438   # Extract the first word of "otool", so it can be a program name with args.
7439 set dummy otool; ac_word=$2
7440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7441 $as_echo_n "checking for $ac_word... " >&6; }
7442 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7443   $as_echo_n "(cached) " >&6
7444 else
7445   if test -n "$ac_ct_OTOOL"; then
7446   ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7447 else
7448 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7449 for as_dir in $PATH
7450 do
7451   IFS=$as_save_IFS
7452   test -z "$as_dir" && as_dir=.
7453     for ac_exec_ext in '' $ac_executable_extensions; do
7454   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7455     ac_cv_prog_ac_ct_OTOOL="otool"
7456     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7457     break 2
7458   fi
7459 done
7460   done
7461 IFS=$as_save_IFS
7462
7463 fi
7464 fi
7465 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7466 if test -n "$ac_ct_OTOOL"; then
7467   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7468 $as_echo "$ac_ct_OTOOL" >&6; }
7469 else
7470   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7471 $as_echo "no" >&6; }
7472 fi
7473
7474   if test "x$ac_ct_OTOOL" = x; then
7475     OTOOL=":"
7476   else
7477     case $cross_compiling:$ac_tool_warned in
7478 yes:)
7479 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7480 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7481 ac_tool_warned=yes ;;
7482 esac
7483     OTOOL=$ac_ct_OTOOL
7484   fi
7485 else
7486   OTOOL="$ac_cv_prog_OTOOL"
7487 fi
7488
7489     if test -n "$ac_tool_prefix"; then
7490   # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7491 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7493 $as_echo_n "checking for $ac_word... " >&6; }
7494 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7495   $as_echo_n "(cached) " >&6
7496 else
7497   if test -n "$OTOOL64"; then
7498   ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7499 else
7500 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7501 for as_dir in $PATH
7502 do
7503   IFS=$as_save_IFS
7504   test -z "$as_dir" && as_dir=.
7505     for ac_exec_ext in '' $ac_executable_extensions; do
7506   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7507     ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7508     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7509     break 2
7510   fi
7511 done
7512   done
7513 IFS=$as_save_IFS
7514
7515 fi
7516 fi
7517 OTOOL64=$ac_cv_prog_OTOOL64
7518 if test -n "$OTOOL64"; then
7519   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7520 $as_echo "$OTOOL64" >&6; }
7521 else
7522   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7523 $as_echo "no" >&6; }
7524 fi
7525
7526
7527 fi
7528 if test -z "$ac_cv_prog_OTOOL64"; then
7529   ac_ct_OTOOL64=$OTOOL64
7530   # Extract the first word of "otool64", so it can be a program name with args.
7531 set dummy otool64; ac_word=$2
7532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7533 $as_echo_n "checking for $ac_word... " >&6; }
7534 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7535   $as_echo_n "(cached) " >&6
7536 else
7537   if test -n "$ac_ct_OTOOL64"; then
7538   ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7539 else
7540 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7541 for as_dir in $PATH
7542 do
7543   IFS=$as_save_IFS
7544   test -z "$as_dir" && as_dir=.
7545     for ac_exec_ext in '' $ac_executable_extensions; do
7546   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7547     ac_cv_prog_ac_ct_OTOOL64="otool64"
7548     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7549     break 2
7550   fi
7551 done
7552   done
7553 IFS=$as_save_IFS
7554
7555 fi
7556 fi
7557 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7558 if test -n "$ac_ct_OTOOL64"; then
7559   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7560 $as_echo "$ac_ct_OTOOL64" >&6; }
7561 else
7562   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7563 $as_echo "no" >&6; }
7564 fi
7565
7566   if test "x$ac_ct_OTOOL64" = x; then
7567     OTOOL64=":"
7568   else
7569     case $cross_compiling:$ac_tool_warned in
7570 yes:)
7571 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7572 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7573 ac_tool_warned=yes ;;
7574 esac
7575     OTOOL64=$ac_ct_OTOOL64
7576   fi
7577 else
7578   OTOOL64="$ac_cv_prog_OTOOL64"
7579 fi
7580
7581
7582
7583
7584
7585
7586
7587
7588
7589
7590
7591
7592
7593
7594
7595
7596
7597
7598
7599
7600
7601
7602
7603
7604
7605
7606
7607     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7608 $as_echo_n "checking for -single_module linker flag... " >&6; }
7609 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7610   $as_echo_n "(cached) " >&6
7611 else
7612   lt_cv_apple_cc_single_mod=no
7613       if test -z "${LT_MULTI_MODULE}"; then
7614         # By default we will add the -single_module flag. You can override
7615         # by either setting the environment variable LT_MULTI_MODULE
7616         # non-empty at configure time, or by adding -multi_module to the
7617         # link flags.
7618         rm -rf libconftest.dylib*
7619         echo "int foo(void){return 1;}" > conftest.c
7620         echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7621 -dynamiclib -Wl,-single_module conftest.c" >&5
7622         $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7623           -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7624         _lt_result=$?
7625         if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7626           lt_cv_apple_cc_single_mod=yes
7627         else
7628           cat conftest.err >&5
7629         fi
7630         rm -rf libconftest.dylib*
7631         rm -f conftest.*
7632       fi
7633 fi
7634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7635 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7636     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7637 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7638 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7639   $as_echo_n "(cached) " >&6
7640 else
7641   lt_cv_ld_exported_symbols_list=no
7642       save_LDFLAGS=$LDFLAGS
7643       echo "_main" > conftest.sym
7644       LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7645       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7646 /* end confdefs.h.  */
7647
7648 int
7649 main ()
7650 {
7651
7652   ;
7653   return 0;
7654 }
7655 _ACEOF
7656 if ac_fn_c_try_link "$LINENO"; then :
7657   lt_cv_ld_exported_symbols_list=yes
7658 else
7659   lt_cv_ld_exported_symbols_list=no
7660 fi
7661 rm -f core conftest.err conftest.$ac_objext \
7662     conftest$ac_exeext conftest.$ac_ext
7663         LDFLAGS="$save_LDFLAGS"
7664
7665 fi
7666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7667 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7668     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7669 $as_echo_n "checking for -force_load linker flag... " >&6; }
7670 if test "${lt_cv_ld_force_load+set}" = set; then :
7671   $as_echo_n "(cached) " >&6
7672 else
7673   lt_cv_ld_force_load=no
7674       cat > conftest.c << _LT_EOF
7675 int forced_loaded() { return 2;}
7676 _LT_EOF
7677       echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7678       $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7679       echo "$AR cru libconftest.a conftest.o" >&5
7680       $AR cru libconftest.a conftest.o 2>&5
7681       cat > conftest.c << _LT_EOF
7682 int main() { return 0;}
7683 _LT_EOF
7684       echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7685       $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7686       _lt_result=$?
7687       if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7688         lt_cv_ld_force_load=yes
7689       else
7690         cat conftest.err >&5
7691       fi
7692         rm -f conftest.err libconftest.a conftest conftest.c
7693         rm -rf conftest.dSYM
7694
7695 fi
7696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7697 $as_echo "$lt_cv_ld_force_load" >&6; }
7698     case $host_os in
7699     rhapsody* | darwin1.[012])
7700       _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7701     darwin1.*)
7702       _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7703     darwin*) # darwin 5.x on
7704       # if running on 10.5 or later, the deployment target defaults
7705       # to the OS version, if on x86, and 10.4, the deployment
7706       # target defaults to 10.4. Don't you love it?
7707       case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7708         10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7709           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7710         10.[012][,.]*)
7711           _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7712         10.*)
7713           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7714       esac
7715     ;;
7716   esac
7717     if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7718       _lt_dar_single_mod='$single_module'
7719     fi
7720     if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7721       _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7722     else
7723       _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7724     fi
7725     if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7726       _lt_dsymutil='~$DSYMUTIL $lib || :'
7727     else
7728       _lt_dsymutil=
7729     fi
7730     ;;
7731   esac
7732
7733 for ac_header in dlfcn.h
7734 do :
7735   ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7736 "
7737 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
7738   cat >>confdefs.h <<_ACEOF
7739 #define HAVE_DLFCN_H 1
7740 _ACEOF
7741
7742 fi
7743
7744 done
7745
7746
7747
7748
7749
7750 # Set options
7751
7752
7753
7754         enable_dlopen=no
7755
7756
7757   enable_win32_dll=no
7758
7759
7760             # Check whether --enable-shared was given.
7761 if test "${enable_shared+set}" = set; then :
7762   enableval=$enable_shared; p=${PACKAGE-default}
7763     case $enableval in
7764     yes) enable_shared=yes ;;
7765     no) enable_shared=no ;;
7766     *)
7767       enable_shared=no
7768       # Look at the argument we got.  We use all the common list separators.
7769       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7770       for pkg in $enableval; do
7771         IFS="$lt_save_ifs"
7772         if test "X$pkg" = "X$p"; then
7773           enable_shared=yes
7774         fi
7775       done
7776       IFS="$lt_save_ifs"
7777       ;;
7778     esac
7779 else
7780   enable_shared=yes
7781 fi
7782
7783
7784
7785
7786
7787
7788
7789
7790
7791   # Check whether --enable-static was given.
7792 if test "${enable_static+set}" = set; then :
7793   enableval=$enable_static; p=${PACKAGE-default}
7794     case $enableval in
7795     yes) enable_static=yes ;;
7796     no) enable_static=no ;;
7797     *)
7798      enable_static=no
7799       # Look at the argument we got.  We use all the common list separators.
7800       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7801       for pkg in $enableval; do
7802         IFS="$lt_save_ifs"
7803         if test "X$pkg" = "X$p"; then
7804           enable_static=yes
7805         fi
7806       done
7807       IFS="$lt_save_ifs"
7808       ;;
7809     esac
7810 else
7811   enable_static=yes
7812 fi
7813
7814
7815
7816
7817
7818
7819
7820
7821
7822
7823 # Check whether --with-pic was given.
7824 if test "${with_pic+set}" = set; then :
7825   withval=$with_pic; pic_mode="$withval"
7826 else
7827   pic_mode=default
7828 fi
7829
7830
7831 test -z "$pic_mode" && pic_mode=default
7832
7833
7834
7835
7836
7837
7838
7839   # Check whether --enable-fast-install was given.
7840 if test "${enable_fast_install+set}" = set; then :
7841   enableval=$enable_fast_install; p=${PACKAGE-default}
7842     case $enableval in
7843     yes) enable_fast_install=yes ;;
7844     no) enable_fast_install=no ;;
7845     *)
7846       enable_fast_install=no
7847       # Look at the argument we got.  We use all the common list separators.
7848       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7849       for pkg in $enableval; do
7850         IFS="$lt_save_ifs"
7851         if test "X$pkg" = "X$p"; then
7852           enable_fast_install=yes
7853         fi
7854       done
7855       IFS="$lt_save_ifs"
7856       ;;
7857     esac
7858 else
7859   enable_fast_install=yes
7860 fi
7861
7862
7863
7864
7865
7866
7867
7868
7869
7870
7871
7872 # This can be used to rebuild libtool when needed
7873 LIBTOOL_DEPS="$ltmain"
7874
7875 # Always use our own libtool.
7876 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7877
7878
7879
7880
7881
7882
7883
7884
7885
7886
7887
7888
7889
7890
7891
7892
7893
7894
7895
7896
7897
7898
7899
7900
7901
7902
7903 test -z "$LN_S" && LN_S="ln -s"
7904
7905
7906
7907
7908
7909
7910
7911
7912
7913
7914
7915
7916
7917
7918 if test -n "${ZSH_VERSION+set}" ; then
7919    setopt NO_GLOB_SUBST
7920 fi
7921
7922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7923 $as_echo_n "checking for objdir... " >&6; }
7924 if test "${lt_cv_objdir+set}" = set; then :
7925   $as_echo_n "(cached) " >&6
7926 else
7927   rm -f .libs 2>/dev/null
7928 mkdir .libs 2>/dev/null
7929 if test -d .libs; then
7930   lt_cv_objdir=.libs
7931 else
7932   # MS-DOS does not allow filenames that begin with a dot.
7933   lt_cv_objdir=_libs
7934 fi
7935 rmdir .libs 2>/dev/null
7936 fi
7937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7938 $as_echo "$lt_cv_objdir" >&6; }
7939 objdir=$lt_cv_objdir
7940
7941
7942
7943
7944
7945 cat >>confdefs.h <<_ACEOF
7946 #define LT_OBJDIR "$lt_cv_objdir/"
7947 _ACEOF
7948
7949
7950
7951
7952 case $host_os in
7953 aix3*)
7954   # AIX sometimes has problems with the GCC collect2 program.  For some
7955   # reason, if we set the COLLECT_NAMES environment variable, the problems
7956   # vanish in a puff of smoke.
7957   if test "X${COLLECT_NAMES+set}" != Xset; then
7958     COLLECT_NAMES=
7959     export COLLECT_NAMES
7960   fi
7961   ;;
7962 esac
7963
7964 # Global variables:
7965 ofile=libtool
7966 can_build_shared=yes
7967
7968 # All known linkers require a `.a' archive for static linking (except MSVC,
7969 # which needs '.lib').
7970 libext=a
7971
7972 with_gnu_ld="$lt_cv_prog_gnu_ld"
7973
7974 old_CC="$CC"
7975 old_CFLAGS="$CFLAGS"
7976
7977 # Set sane defaults for various variables
7978 test -z "$CC" && CC=cc
7979 test -z "$LTCC" && LTCC=$CC
7980 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7981 test -z "$LD" && LD=ld
7982 test -z "$ac_objext" && ac_objext=o
7983
7984 for cc_temp in $compiler""; do
7985   case $cc_temp in
7986     compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7987     distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7988     \-*) ;;
7989     *) break;;
7990   esac
7991 done
7992 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7993
7994
7995 # Only perform the check for file, if the check method requires it
7996 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7997 case $deplibs_check_method in
7998 file_magic*)
7999   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8000     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8001 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8002 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8003   $as_echo_n "(cached) " >&6
8004 else
8005   case $MAGIC_CMD in
8006 [\\/*] |  ?:[\\/]*)
8007   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8008   ;;
8009 *)
8010   lt_save_MAGIC_CMD="$MAGIC_CMD"
8011   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8012   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8013   for ac_dir in $ac_dummy; do
8014     IFS="$lt_save_ifs"
8015     test -z "$ac_dir" && ac_dir=.
8016     if test -f $ac_dir/${ac_tool_prefix}file; then
8017       lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8018       if test -n "$file_magic_test_file"; then
8019         case $deplibs_check_method in
8020         "file_magic "*)
8021           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8022           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8023           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8024             $EGREP "$file_magic_regex" > /dev/null; then
8025             :
8026           else
8027             cat <<_LT_EOF 1>&2
8028
8029 *** Warning: the command libtool uses to detect shared libraries,
8030 *** $file_magic_cmd, produces output that libtool cannot recognize.
8031 *** The result is that libtool may fail to recognize shared libraries
8032 *** as such.  This will affect the creation of libtool libraries that
8033 *** depend on shared libraries, but programs linked with such libtool
8034 *** libraries will work regardless of this problem.  Nevertheless, you
8035 *** may want to report the problem to your system manager and/or to
8036 *** bug-libtool@gnu.org
8037
8038 _LT_EOF
8039           fi ;;
8040         esac
8041       fi
8042       break
8043     fi
8044   done
8045   IFS="$lt_save_ifs"
8046   MAGIC_CMD="$lt_save_MAGIC_CMD"
8047   ;;
8048 esac
8049 fi
8050
8051 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8052 if test -n "$MAGIC_CMD"; then
8053   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8054 $as_echo "$MAGIC_CMD" >&6; }
8055 else
8056   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8057 $as_echo "no" >&6; }
8058 fi
8059
8060
8061
8062
8063
8064 if test -z "$lt_cv_path_MAGIC_CMD"; then
8065   if test -n "$ac_tool_prefix"; then
8066     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8067 $as_echo_n "checking for file... " >&6; }
8068 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8069   $as_echo_n "(cached) " >&6
8070 else
8071   case $MAGIC_CMD in
8072 [\\/*] |  ?:[\\/]*)
8073   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8074   ;;
8075 *)
8076   lt_save_MAGIC_CMD="$MAGIC_CMD"
8077   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8078   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8079   for ac_dir in $ac_dummy; do
8080     IFS="$lt_save_ifs"
8081     test -z "$ac_dir" && ac_dir=.
8082     if test -f $ac_dir/file; then
8083       lt_cv_path_MAGIC_CMD="$ac_dir/file"
8084       if test -n "$file_magic_test_file"; then
8085         case $deplibs_check_method in
8086         "file_magic "*)
8087           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8088           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8089           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8090             $EGREP "$file_magic_regex" > /dev/null; then
8091             :
8092           else
8093             cat <<_LT_EOF 1>&2
8094
8095 *** Warning: the command libtool uses to detect shared libraries,
8096 *** $file_magic_cmd, produces output that libtool cannot recognize.
8097 *** The result is that libtool may fail to recognize shared libraries
8098 *** as such.  This will affect the creation of libtool libraries that
8099 *** depend on shared libraries, but programs linked with such libtool
8100 *** libraries will work regardless of this problem.  Nevertheless, you
8101 *** may want to report the problem to your system manager and/or to
8102 *** bug-libtool@gnu.org
8103
8104 _LT_EOF
8105           fi ;;
8106         esac
8107       fi
8108       break
8109     fi
8110   done
8111   IFS="$lt_save_ifs"
8112   MAGIC_CMD="$lt_save_MAGIC_CMD"
8113   ;;
8114 esac
8115 fi
8116
8117 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8118 if test -n "$MAGIC_CMD"; then
8119   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8120 $as_echo "$MAGIC_CMD" >&6; }
8121 else
8122   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8123 $as_echo "no" >&6; }
8124 fi
8125
8126
8127   else
8128     MAGIC_CMD=:
8129   fi
8130 fi
8131
8132   fi
8133   ;;
8134 esac
8135
8136 # Use C for the default configuration in the libtool script
8137
8138 lt_save_CC="$CC"
8139 ac_ext=c
8140 ac_cpp='$CPP $CPPFLAGS'
8141 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8142 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8143 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8144
8145
8146 # Source file extension for C test sources.
8147 ac_ext=c
8148
8149 # Object file extension for compiled C test sources.
8150 objext=o
8151 objext=$objext
8152
8153 # Code to be used in simple compile tests
8154 lt_simple_compile_test_code="int some_variable = 0;"
8155
8156 # Code to be used in simple link tests
8157 lt_simple_link_test_code='int main(){return(0);}'
8158
8159
8160
8161
8162
8163
8164
8165 # If no C compiler was specified, use CC.
8166 LTCC=${LTCC-"$CC"}
8167
8168 # If no C compiler flags were specified, use CFLAGS.
8169 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8170
8171 # Allow CC to be a program name with arguments.
8172 compiler=$CC
8173
8174 # Save the default compiler, since it gets overwritten when the other
8175 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8176 compiler_DEFAULT=$CC
8177
8178 # save warnings/boilerplate of simple test code
8179 ac_outfile=conftest.$ac_objext
8180 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8181 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8182 _lt_compiler_boilerplate=`cat conftest.err`
8183 $RM conftest*
8184
8185 ac_outfile=conftest.$ac_objext
8186 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8187 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8188 _lt_linker_boilerplate=`cat conftest.err`
8189 $RM -r conftest*
8190
8191
8192 ## CAVEAT EMPTOR:
8193 ## There is no encapsulation within the following macros, do not change
8194 ## the running order or otherwise move them around unless you know exactly
8195 ## what you are doing...
8196 if test -n "$compiler"; then
8197
8198 lt_prog_compiler_no_builtin_flag=
8199
8200 if test "$GCC" = yes; then
8201   case $cc_basename in
8202   nvcc*)
8203     lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8204   *)
8205     lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8206   esac
8207
8208   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8209 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8210 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
8211   $as_echo_n "(cached) " >&6
8212 else
8213   lt_cv_prog_compiler_rtti_exceptions=no
8214    ac_outfile=conftest.$ac_objext
8215    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8216    lt_compiler_flag="-fno-rtti -fno-exceptions"
8217    # Insert the option either (1) after the last *FLAGS variable, or
8218    # (2) before a word containing "conftest.", or (3) at the end.
8219    # Note that $ac_compile itself does not contain backslashes and begins
8220    # with a dollar sign (not a hyphen), so the echo should work correctly.
8221    # The option is referenced via a variable to avoid confusing sed.
8222    lt_compile=`echo "$ac_compile" | $SED \
8223    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8224    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8225    -e 's:$: $lt_compiler_flag:'`
8226    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8227    (eval "$lt_compile" 2>conftest.err)
8228    ac_status=$?
8229    cat conftest.err >&5
8230    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8231    if (exit $ac_status) && test -s "$ac_outfile"; then
8232      # The compiler can only warn and ignore the option if not recognized
8233      # So say no if there are warnings other than the usual output.
8234      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8235      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8236      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8237        lt_cv_prog_compiler_rtti_exceptions=yes
8238      fi
8239    fi
8240    $RM conftest*
8241
8242 fi
8243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8244 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8245
8246 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8247     lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8248 else
8249     :
8250 fi
8251
8252 fi
8253
8254
8255
8256
8257
8258
8259   lt_prog_compiler_wl=
8260 lt_prog_compiler_pic=
8261 lt_prog_compiler_static=
8262
8263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8264 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8265
8266   if test "$GCC" = yes; then
8267     lt_prog_compiler_wl='-Wl,'
8268     lt_prog_compiler_static='-static'
8269
8270     case $host_os in
8271       aix*)
8272       # All AIX code is PIC.
8273       if test "$host_cpu" = ia64; then
8274         # AIX 5 now supports IA64 processor
8275         lt_prog_compiler_static='-Bstatic'
8276       fi
8277       lt_prog_compiler_pic='-fPIC'
8278       ;;
8279
8280     amigaos*)
8281       case $host_cpu in
8282       powerpc)
8283             # see comment about AmigaOS4 .so support
8284             lt_prog_compiler_pic='-fPIC'
8285         ;;
8286       m68k)
8287             # FIXME: we need at least 68020 code to build shared libraries, but
8288             # adding the `-m68020' flag to GCC prevents building anything better,
8289             # like `-m68040'.
8290             lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8291         ;;
8292       esac
8293       ;;
8294
8295     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8296       # PIC is the default for these OSes.
8297       ;;
8298
8299     mingw* | cygwin* | pw32* | os2* | cegcc*)
8300       # This hack is so that the source file can tell whether it is being
8301       # built for inclusion in a dll (and should export symbols for example).
8302       # Although the cygwin gcc ignores -fPIC, still need this for old-style
8303       # (--disable-auto-import) libraries
8304       lt_prog_compiler_pic='-DDLL_EXPORT'
8305       ;;
8306
8307     darwin* | rhapsody*)
8308       # PIC is the default on this platform
8309       # Common symbols not allowed in MH_DYLIB files
8310       lt_prog_compiler_pic='-fno-common'
8311       ;;
8312
8313     haiku*)
8314       # PIC is the default for Haiku.
8315       # The "-static" flag exists, but is broken.
8316       lt_prog_compiler_static=
8317       ;;
8318
8319     hpux*)
8320       # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8321       # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
8322       # sets the default TLS model and affects inlining.
8323       case $host_cpu in
8324       hppa*64*)
8325         # +Z the default
8326         ;;
8327       *)
8328         lt_prog_compiler_pic='-fPIC'
8329         ;;
8330       esac
8331       ;;
8332
8333     interix[3-9]*)
8334       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8335       # Instead, we relocate shared libraries at runtime.
8336       ;;
8337
8338     msdosdjgpp*)
8339       # Just because we use GCC doesn't mean we suddenly get shared libraries
8340       # on systems that don't support them.
8341       lt_prog_compiler_can_build_shared=no
8342       enable_shared=no
8343       ;;
8344
8345     *nto* | *qnx*)
8346       # QNX uses GNU C++, but need to define -shared option too, otherwise
8347       # it will coredump.
8348       lt_prog_compiler_pic='-fPIC -shared'
8349       ;;
8350
8351     sysv4*MP*)
8352       if test -d /usr/nec; then
8353         lt_prog_compiler_pic=-Kconform_pic
8354       fi
8355       ;;
8356
8357     *)
8358       lt_prog_compiler_pic='-fPIC'
8359       ;;
8360     esac
8361
8362     case $cc_basename in
8363     nvcc*) # Cuda Compiler Driver 2.2
8364       lt_prog_compiler_wl='-Xlinker '
8365       lt_prog_compiler_pic='-Xcompiler -fPIC'
8366       ;;
8367     esac
8368   else
8369     # PORTME Check for flag to pass linker flags through the system compiler.
8370     case $host_os in
8371     aix*)
8372       lt_prog_compiler_wl='-Wl,'
8373       if test "$host_cpu" = ia64; then
8374         # AIX 5 now supports IA64 processor
8375         lt_prog_compiler_static='-Bstatic'
8376       else
8377         lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8378       fi
8379       ;;
8380
8381     mingw* | cygwin* | pw32* | os2* | cegcc*)
8382       # This hack is so that the source file can tell whether it is being
8383       # built for inclusion in a dll (and should export symbols for example).
8384       lt_prog_compiler_pic='-DDLL_EXPORT'
8385       ;;
8386
8387     hpux9* | hpux10* | hpux11*)
8388       lt_prog_compiler_wl='-Wl,'
8389       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8390       # not for PA HP-UX.
8391       case $host_cpu in
8392       hppa*64*|ia64*)
8393         # +Z the default
8394         ;;
8395       *)
8396         lt_prog_compiler_pic='+Z'
8397         ;;
8398       esac
8399       # Is there a better lt_prog_compiler_static that works with the bundled CC?
8400       lt_prog_compiler_static='${wl}-a ${wl}archive'
8401       ;;
8402
8403     irix5* | irix6* | nonstopux*)
8404       lt_prog_compiler_wl='-Wl,'
8405       # PIC (with -KPIC) is the default.
8406       lt_prog_compiler_static='-non_shared'
8407       ;;
8408
8409     linux* | k*bsd*-gnu | kopensolaris*-gnu)
8410       case $cc_basename in
8411       # old Intel for x86_64 which still supported -KPIC.
8412       ecc*)
8413         lt_prog_compiler_wl='-Wl,'
8414         lt_prog_compiler_pic='-KPIC'
8415         lt_prog_compiler_static='-static'
8416         ;;
8417       # icc used to be incompatible with GCC.
8418       # ICC 10 doesn't accept -KPIC any more.
8419       icc* | ifort*)
8420         lt_prog_compiler_wl='-Wl,'
8421         lt_prog_compiler_pic='-fPIC'
8422         lt_prog_compiler_static='-static'
8423         ;;
8424       # Lahey Fortran 8.1.
8425       lf95*)
8426         lt_prog_compiler_wl='-Wl,'
8427         lt_prog_compiler_pic='--shared'
8428         lt_prog_compiler_static='--static'
8429         ;;
8430       pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8431         # Portland Group compilers (*not* the Pentium gcc compiler,
8432         # which looks to be a dead project)
8433         lt_prog_compiler_wl='-Wl,'
8434         lt_prog_compiler_pic='-fpic'
8435         lt_prog_compiler_static='-Bstatic'
8436         ;;
8437       ccc*)
8438         lt_prog_compiler_wl='-Wl,'
8439         # All Alpha code is PIC.
8440         lt_prog_compiler_static='-non_shared'
8441         ;;
8442       xl* | bgxl* | bgf* | mpixl*)
8443         # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8444         lt_prog_compiler_wl='-Wl,'
8445         lt_prog_compiler_pic='-qpic'
8446         lt_prog_compiler_static='-qstaticlink'
8447         ;;
8448       *)
8449         case `$CC -V 2>&1 | sed 5q` in
8450         *Sun\ F* | *Sun*Fortran*)
8451           # Sun Fortran 8.3 passes all unrecognized flags to the linker
8452           lt_prog_compiler_pic='-KPIC'
8453           lt_prog_compiler_static='-Bstatic'
8454           lt_prog_compiler_wl=''
8455           ;;
8456         *Sun\ C*)
8457           # Sun C 5.9
8458           lt_prog_compiler_pic='-KPIC'
8459           lt_prog_compiler_static='-Bstatic'
8460           lt_prog_compiler_wl='-Wl,'
8461           ;;
8462         esac
8463         ;;
8464       esac
8465       ;;
8466
8467     newsos6)
8468       lt_prog_compiler_pic='-KPIC'
8469       lt_prog_compiler_static='-Bstatic'
8470       ;;
8471
8472     *nto* | *qnx*)
8473       # QNX uses GNU C++, but need to define -shared option too, otherwise
8474       # it will coredump.
8475       lt_prog_compiler_pic='-fPIC -shared'
8476       ;;
8477
8478     osf3* | osf4* | osf5*)
8479       lt_prog_compiler_wl='-Wl,'
8480       # All OSF/1 code is PIC.
8481       lt_prog_compiler_static='-non_shared'
8482       ;;
8483
8484     rdos*)
8485       lt_prog_compiler_static='-non_shared'
8486       ;;
8487
8488     solaris*)
8489       lt_prog_compiler_pic='-KPIC'
8490       lt_prog_compiler_static='-Bstatic'
8491       case $cc_basename in
8492       f77* | f90* | f95*)
8493         lt_prog_compiler_wl='-Qoption ld ';;
8494       *)
8495         lt_prog_compiler_wl='-Wl,';;
8496       esac
8497       ;;
8498
8499     sunos4*)
8500       lt_prog_compiler_wl='-Qoption ld '
8501       lt_prog_compiler_pic='-PIC'
8502       lt_prog_compiler_static='-Bstatic'
8503       ;;
8504
8505     sysv4 | sysv4.2uw2* | sysv4.3*)
8506       lt_prog_compiler_wl='-Wl,'
8507       lt_prog_compiler_pic='-KPIC'
8508       lt_prog_compiler_static='-Bstatic'
8509       ;;
8510
8511     sysv4*MP*)
8512       if test -d /usr/nec ;then
8513         lt_prog_compiler_pic='-Kconform_pic'
8514         lt_prog_compiler_static='-Bstatic'
8515       fi
8516       ;;
8517
8518     sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8519       lt_prog_compiler_wl='-Wl,'
8520       lt_prog_compiler_pic='-KPIC'
8521       lt_prog_compiler_static='-Bstatic'
8522       ;;
8523
8524     unicos*)
8525       lt_prog_compiler_wl='-Wl,'
8526       lt_prog_compiler_can_build_shared=no
8527       ;;
8528
8529     uts4*)
8530       lt_prog_compiler_pic='-pic'
8531       lt_prog_compiler_static='-Bstatic'
8532       ;;
8533
8534     *)
8535       lt_prog_compiler_can_build_shared=no
8536       ;;
8537     esac
8538   fi
8539
8540 case $host_os in
8541   # For platforms which do not support PIC, -DPIC is meaningless:
8542   *djgpp*)
8543     lt_prog_compiler_pic=
8544     ;;
8545   *)
8546     lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8547     ;;
8548 esac
8549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8550 $as_echo "$lt_prog_compiler_pic" >&6; }
8551
8552
8553
8554
8555
8556
8557 #
8558 # Check to make sure the PIC flag actually works.
8559 #
8560 if test -n "$lt_prog_compiler_pic"; then
8561   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8562 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8563 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8564   $as_echo_n "(cached) " >&6
8565 else
8566   lt_cv_prog_compiler_pic_works=no
8567    ac_outfile=conftest.$ac_objext
8568    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8569    lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8570    # Insert the option either (1) after the last *FLAGS variable, or
8571    # (2) before a word containing "conftest.", or (3) at the end.
8572    # Note that $ac_compile itself does not contain backslashes and begins
8573    # with a dollar sign (not a hyphen), so the echo should work correctly.
8574    # The option is referenced via a variable to avoid confusing sed.
8575    lt_compile=`echo "$ac_compile" | $SED \
8576    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8577    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8578    -e 's:$: $lt_compiler_flag:'`
8579    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8580    (eval "$lt_compile" 2>conftest.err)
8581    ac_status=$?
8582    cat conftest.err >&5
8583    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8584    if (exit $ac_status) && test -s "$ac_outfile"; then
8585      # The compiler can only warn and ignore the option if not recognized
8586      # So say no if there are warnings other than the usual output.
8587      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8588      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8589      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8590        lt_cv_prog_compiler_pic_works=yes
8591      fi
8592    fi
8593    $RM conftest*
8594
8595 fi
8596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8597 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8598
8599 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8600     case $lt_prog_compiler_pic in
8601      "" | " "*) ;;
8602      *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8603      esac
8604 else
8605     lt_prog_compiler_pic=
8606      lt_prog_compiler_can_build_shared=no
8607 fi
8608
8609 fi
8610
8611
8612
8613
8614
8615
8616 #
8617 # Check to make sure the static flag actually works.
8618 #
8619 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8621 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8622 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8623   $as_echo_n "(cached) " >&6
8624 else
8625   lt_cv_prog_compiler_static_works=no
8626    save_LDFLAGS="$LDFLAGS"
8627    LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8628    echo "$lt_simple_link_test_code" > conftest.$ac_ext
8629    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8630      # The linker can only warn and ignore the option if not recognized
8631      # So say no if there are warnings
8632      if test -s conftest.err; then
8633        # Append any errors to the config.log.
8634        cat conftest.err 1>&5
8635        $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8636        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8637        if diff conftest.exp conftest.er2 >/dev/null; then
8638          lt_cv_prog_compiler_static_works=yes
8639        fi
8640      else
8641        lt_cv_prog_compiler_static_works=yes
8642      fi
8643    fi
8644    $RM -r conftest*
8645    LDFLAGS="$save_LDFLAGS"
8646
8647 fi
8648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8649 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8650
8651 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8652     :
8653 else
8654     lt_prog_compiler_static=
8655 fi
8656
8657
8658
8659
8660
8661
8662
8663   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8664 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8665 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8666   $as_echo_n "(cached) " >&6
8667 else
8668   lt_cv_prog_compiler_c_o=no
8669    $RM -r conftest 2>/dev/null
8670    mkdir conftest
8671    cd conftest
8672    mkdir out
8673    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8674
8675    lt_compiler_flag="-o out/conftest2.$ac_objext"
8676    # Insert the option either (1) after the last *FLAGS variable, or
8677    # (2) before a word containing "conftest.", or (3) at the end.
8678    # Note that $ac_compile itself does not contain backslashes and begins
8679    # with a dollar sign (not a hyphen), so the echo should work correctly.
8680    lt_compile=`echo "$ac_compile" | $SED \
8681    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8682    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8683    -e 's:$: $lt_compiler_flag:'`
8684    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8685    (eval "$lt_compile" 2>out/conftest.err)
8686    ac_status=$?
8687    cat out/conftest.err >&5
8688    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8689    if (exit $ac_status) && test -s out/conftest2.$ac_objext
8690    then
8691      # The compiler can only warn and ignore the option if not recognized
8692      # So say no if there are warnings
8693      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8694      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8695      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8696        lt_cv_prog_compiler_c_o=yes
8697      fi
8698    fi
8699    chmod u+w . 2>&5
8700    $RM conftest*
8701    # SGI C++ compiler will create directory out/ii_files/ for
8702    # template instantiation
8703    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8704    $RM out/* && rmdir out
8705    cd ..
8706    $RM -r conftest
8707    $RM conftest*
8708
8709 fi
8710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8711 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8712
8713
8714
8715
8716
8717
8718   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8719 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8720 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8721   $as_echo_n "(cached) " >&6
8722 else
8723   lt_cv_prog_compiler_c_o=no
8724    $RM -r conftest 2>/dev/null
8725    mkdir conftest
8726    cd conftest
8727    mkdir out
8728    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8729
8730    lt_compiler_flag="-o out/conftest2.$ac_objext"
8731    # Insert the option either (1) after the last *FLAGS variable, or
8732    # (2) before a word containing "conftest.", or (3) at the end.
8733    # Note that $ac_compile itself does not contain backslashes and begins
8734    # with a dollar sign (not a hyphen), so the echo should work correctly.
8735    lt_compile=`echo "$ac_compile" | $SED \
8736    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8737    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8738    -e 's:$: $lt_compiler_flag:'`
8739    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8740    (eval "$lt_compile" 2>out/conftest.err)
8741    ac_status=$?
8742    cat out/conftest.err >&5
8743    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8744    if (exit $ac_status) && test -s out/conftest2.$ac_objext
8745    then
8746      # The compiler can only warn and ignore the option if not recognized
8747      # So say no if there are warnings
8748      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8749      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8750      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8751        lt_cv_prog_compiler_c_o=yes
8752      fi
8753    fi
8754    chmod u+w . 2>&5
8755    $RM conftest*
8756    # SGI C++ compiler will create directory out/ii_files/ for
8757    # template instantiation
8758    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8759    $RM out/* && rmdir out
8760    cd ..
8761    $RM -r conftest
8762    $RM conftest*
8763
8764 fi
8765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8766 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8767
8768
8769
8770
8771 hard_links="nottested"
8772 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8773   # do not overwrite the value of need_locks provided by the user
8774   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8775 $as_echo_n "checking if we can lock with hard links... " >&6; }
8776   hard_links=yes
8777   $RM conftest*
8778   ln conftest.a conftest.b 2>/dev/null && hard_links=no
8779   touch conftest.a
8780   ln conftest.a conftest.b 2>&5 || hard_links=no
8781   ln conftest.a conftest.b 2>/dev/null && hard_links=no
8782   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8783 $as_echo "$hard_links" >&6; }
8784   if test "$hard_links" = no; then
8785     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8786 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8787     need_locks=warn
8788   fi
8789 else
8790   need_locks=no
8791 fi
8792
8793
8794
8795
8796
8797
8798   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8799 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8800
8801   runpath_var=
8802   allow_undefined_flag=
8803   always_export_symbols=no
8804   archive_cmds=
8805   archive_expsym_cmds=
8806   compiler_needs_object=no
8807   enable_shared_with_static_runtimes=no
8808   export_dynamic_flag_spec=
8809   export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8810   hardcode_automatic=no
8811   hardcode_direct=no
8812   hardcode_direct_absolute=no
8813   hardcode_libdir_flag_spec=
8814   hardcode_libdir_flag_spec_ld=
8815   hardcode_libdir_separator=
8816   hardcode_minus_L=no
8817   hardcode_shlibpath_var=unsupported
8818   inherit_rpath=no
8819   link_all_deplibs=unknown
8820   module_cmds=
8821   module_expsym_cmds=
8822   old_archive_from_new_cmds=
8823   old_archive_from_expsyms_cmds=
8824   thread_safe_flag_spec=
8825   whole_archive_flag_spec=
8826   # include_expsyms should be a list of space-separated symbols to be *always*
8827   # included in the symbol list
8828   include_expsyms=
8829   # exclude_expsyms can be an extended regexp of symbols to exclude
8830   # it will be wrapped by ` (' and `)$', so one must not match beginning or
8831   # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8832   # as well as any symbol that contains `d'.
8833   exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8834   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8835   # platforms (ab)use it in PIC code, but their linkers get confused if
8836   # the symbol is explicitly referenced.  Since portable code cannot
8837   # rely on this symbol name, it's probably fine to never include it in
8838   # preloaded symbol tables.
8839   # Exclude shared library initialization/finalization symbols.
8840   extract_expsyms_cmds=
8841
8842   case $host_os in
8843   cygwin* | mingw* | pw32* | cegcc*)
8844     # FIXME: the MSVC++ port hasn't been tested in a loooong time
8845     # When not using gcc, we currently assume that we are using
8846     # Microsoft Visual C++.
8847     if test "$GCC" != yes; then
8848       with_gnu_ld=no
8849     fi
8850     ;;
8851   interix*)
8852     # we just hope/assume this is gcc and not c89 (= MSVC++)
8853     with_gnu_ld=yes
8854     ;;
8855   openbsd*)
8856     with_gnu_ld=no
8857     ;;
8858   esac
8859
8860   ld_shlibs=yes
8861
8862   # On some targets, GNU ld is compatible enough with the native linker
8863   # that we're better off using the native interface for both.
8864   lt_use_gnu_ld_interface=no
8865   if test "$with_gnu_ld" = yes; then
8866     case $host_os in
8867       aix*)
8868         # The AIX port of GNU ld has always aspired to compatibility
8869         # with the native linker.  However, as the warning in the GNU ld
8870         # block says, versions before 2.19.5* couldn't really create working
8871         # shared libraries, regardless of the interface used.
8872         case `$LD -v 2>&1` in
8873           *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8874           *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8875           *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8876           *)
8877             lt_use_gnu_ld_interface=yes
8878             ;;
8879         esac
8880         ;;
8881       *)
8882         lt_use_gnu_ld_interface=yes
8883         ;;
8884     esac
8885   fi
8886
8887   if test "$lt_use_gnu_ld_interface" = yes; then
8888     # If archive_cmds runs LD, not CC, wlarc should be empty
8889     wlarc='${wl}'
8890
8891     # Set some defaults for GNU ld with shared library support. These
8892     # are reset later if shared libraries are not supported. Putting them
8893     # here allows them to be overridden if necessary.
8894     runpath_var=LD_RUN_PATH
8895     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8896     export_dynamic_flag_spec='${wl}--export-dynamic'
8897     # ancient GNU ld didn't support --whole-archive et. al.
8898     if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8899       whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8900     else
8901       whole_archive_flag_spec=
8902     fi
8903     supports_anon_versioning=no
8904     case `$LD -v 2>&1` in
8905       *GNU\ gold*) supports_anon_versioning=yes ;;
8906       *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8907       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8908       *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8909       *\ 2.11.*) ;; # other 2.11 versions
8910       *) supports_anon_versioning=yes ;;
8911     esac
8912
8913     # See if GNU ld supports shared libraries.
8914     case $host_os in
8915     aix[3-9]*)
8916       # On AIX/PPC, the GNU linker is very broken
8917       if test "$host_cpu" != ia64; then
8918         ld_shlibs=no
8919         cat <<_LT_EOF 1>&2
8920
8921 *** Warning: the GNU linker, at least up to release 2.19, is reported
8922 *** to be unable to reliably create shared libraries on AIX.
8923 *** Therefore, libtool is disabling shared libraries support.  If you
8924 *** really care for shared libraries, you may want to install binutils
8925 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8926 *** You will then need to restart the configuration process.
8927
8928 _LT_EOF
8929       fi
8930       ;;
8931
8932     amigaos*)
8933       case $host_cpu in
8934       powerpc)
8935             # see comment about AmigaOS4 .so support
8936             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8937             archive_expsym_cmds=''
8938         ;;
8939       m68k)
8940             archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
8941             hardcode_libdir_flag_spec='-L$libdir'
8942             hardcode_minus_L=yes
8943         ;;
8944       esac
8945       ;;
8946
8947     beos*)
8948       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8949         allow_undefined_flag=unsupported
8950         # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8951         # support --undefined.  This deserves some investigation.  FIXME
8952         archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8953       else
8954         ld_shlibs=no
8955       fi
8956       ;;
8957
8958     cygwin* | mingw* | pw32* | cegcc*)
8959       # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8960       # as there is no search path for DLLs.
8961       hardcode_libdir_flag_spec='-L$libdir'
8962       export_dynamic_flag_spec='${wl}--export-all-symbols'
8963       allow_undefined_flag=unsupported
8964       always_export_symbols=no
8965       enable_shared_with_static_runtimes=yes
8966       export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8967
8968       if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8969         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8970         # If the export-symbols file already is a .def file (1st line
8971         # is EXPORTS), use it as is; otherwise, prepend...
8972         archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8973           cp $export_symbols $output_objdir/$soname.def;
8974         else
8975           echo EXPORTS > $output_objdir/$soname.def;
8976           cat $export_symbols >> $output_objdir/$soname.def;
8977         fi~
8978         $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8979       else
8980         ld_shlibs=no
8981       fi
8982       ;;
8983
8984     haiku*)
8985       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8986       link_all_deplibs=yes
8987       ;;
8988
8989     interix[3-9]*)
8990       hardcode_direct=no
8991       hardcode_shlibpath_var=no
8992       hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8993       export_dynamic_flag_spec='${wl}-E'
8994       # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8995       # Instead, shared libraries are loaded at an image base (0x10000000 by
8996       # default) and relocated if they conflict, which is a slow very memory
8997       # consuming and fragmenting process.  To avoid this, we pick a random,
8998       # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8999       # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
9000       archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9001       archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9002       ;;
9003
9004     gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9005       tmp_diet=no
9006       if test "$host_os" = linux-dietlibc; then
9007         case $cc_basename in
9008           diet\ *) tmp_diet=yes;;       # linux-dietlibc with static linking (!diet-dyn)
9009         esac
9010       fi
9011       if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9012          && test "$tmp_diet" = no
9013       then
9014         tmp_addflag=' $pic_flag'
9015         tmp_sharedflag='-shared'
9016         case $cc_basename,$host_cpu in
9017         pgcc*)                          # Portland Group C compiler
9018           whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9019           tmp_addflag=' $pic_flag'
9020           ;;
9021         pgf77* | pgf90* | pgf95* | pgfortran*)
9022                                         # Portland Group f77 and f90 compilers
9023           whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9024           tmp_addflag=' $pic_flag -Mnomain' ;;
9025         ecc*,ia64* | icc*,ia64*)        # Intel C compiler on ia64
9026           tmp_addflag=' -i_dynamic' ;;
9027         efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
9028           tmp_addflag=' -i_dynamic -nofor_main' ;;
9029         ifc* | ifort*)                  # Intel Fortran compiler
9030           tmp_addflag=' -nofor_main' ;;
9031         lf95*)                          # Lahey Fortran 8.1
9032           whole_archive_flag_spec=
9033           tmp_sharedflag='--shared' ;;
9034         xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9035           tmp_sharedflag='-qmkshrobj'
9036           tmp_addflag= ;;
9037         nvcc*)  # Cuda Compiler Driver 2.2
9038           whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9039           compiler_needs_object=yes
9040           ;;
9041         esac
9042         case `$CC -V 2>&1 | sed 5q` in
9043         *Sun\ C*)                       # Sun C 5.9
9044           whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9045           compiler_needs_object=yes
9046           tmp_sharedflag='-G' ;;
9047         *Sun\ F*)                       # Sun Fortran 8.3
9048           tmp_sharedflag='-G' ;;
9049         esac
9050         archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9051
9052         if test "x$supports_anon_versioning" = xyes; then
9053           archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9054             cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9055             echo "local: *; };" >> $output_objdir/$libname.ver~
9056             $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9057         fi
9058
9059         case $cc_basename in
9060         xlf* | bgf* | bgxlf* | mpixlf*)
9061           # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9062           whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9063           hardcode_libdir_flag_spec=
9064           hardcode_libdir_flag_spec_ld='-rpath $libdir'
9065           archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9066           if test "x$supports_anon_versioning" = xyes; then
9067             archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9068               cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9069               echo "local: *; };" >> $output_objdir/$libname.ver~
9070               $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9071           fi
9072           ;;
9073         esac
9074       else
9075         ld_shlibs=no
9076       fi
9077       ;;
9078
9079     netbsd*)
9080       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9081         archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9082         wlarc=
9083       else
9084         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9085         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9086       fi
9087       ;;
9088
9089     solaris*)
9090       if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9091         ld_shlibs=no
9092         cat <<_LT_EOF 1>&2
9093
9094 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9095 *** create shared libraries on Solaris systems.  Therefore, libtool
9096 *** is disabling shared libraries support.  We urge you to upgrade GNU
9097 *** binutils to release 2.9.1 or newer.  Another option is to modify
9098 *** your PATH or compiler configuration so that the native linker is
9099 *** used, and then restart.
9100
9101 _LT_EOF
9102       elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9103         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9104         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9105       else
9106         ld_shlibs=no
9107       fi
9108       ;;
9109
9110     sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9111       case `$LD -v 2>&1` in
9112         *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9113         ld_shlibs=no
9114         cat <<_LT_EOF 1>&2
9115
9116 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9117 *** reliably create shared libraries on SCO systems.  Therefore, libtool
9118 *** is disabling shared libraries support.  We urge you to upgrade GNU
9119 *** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
9120 *** your PATH or compiler configuration so that the native linker is
9121 *** used, and then restart.
9122
9123 _LT_EOF
9124         ;;
9125         *)
9126           # For security reasons, it is highly recommended that you always
9127           # use absolute paths for naming shared libraries, and exclude the
9128           # DT_RUNPATH tag from executables and libraries.  But doing so
9129           # requires that you compile everything twice, which is a pain.
9130           if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9131             hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9132             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9133             archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9134           else
9135             ld_shlibs=no
9136           fi
9137         ;;
9138       esac
9139       ;;
9140
9141     sunos4*)
9142       archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9143       wlarc=
9144       hardcode_direct=yes
9145       hardcode_shlibpath_var=no
9146       ;;
9147
9148     *)
9149       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9150         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9151         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9152       else
9153         ld_shlibs=no
9154       fi
9155       ;;
9156     esac
9157
9158     if test "$ld_shlibs" = no; then
9159       runpath_var=
9160       hardcode_libdir_flag_spec=
9161       export_dynamic_flag_spec=
9162       whole_archive_flag_spec=
9163     fi
9164   else
9165     # PORTME fill in a description of your system's linker (not GNU ld)
9166     case $host_os in
9167     aix3*)
9168       allow_undefined_flag=unsupported
9169       always_export_symbols=yes
9170       archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
9171       # Note: this linker hardcodes the directories in LIBPATH if there
9172       # are no directories specified by -L.
9173       hardcode_minus_L=yes
9174       if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9175         # Neither direct hardcoding nor static linking is supported with a
9176         # broken collect2.
9177         hardcode_direct=unsupported
9178       fi
9179       ;;
9180
9181     aix[4-9]*)
9182       if test "$host_cpu" = ia64; then
9183         # On IA64, the linker does run time linking by default, so we don't
9184         # have to do anything special.
9185         aix_use_runtimelinking=no
9186         exp_sym_flag='-Bexport'
9187         no_entry_flag=""
9188       else
9189         # If we're using GNU nm, then we don't want the "-C" option.
9190         # -C means demangle to AIX nm, but means don't demangle with GNU nm
9191         # Also, AIX nm treats weak defined symbols like other global
9192         # defined symbols, whereas GNU nm marks them as "W".
9193         if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9194           export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9195         else
9196           export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9197         fi
9198         aix_use_runtimelinking=no
9199
9200         # Test if we are trying to use run time linking or normal
9201         # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9202         # need to do runtime linking.
9203         case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9204           for ld_flag in $LDFLAGS; do
9205           if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9206             aix_use_runtimelinking=yes
9207             break
9208           fi
9209           done
9210           ;;
9211         esac
9212
9213         exp_sym_flag='-bexport'
9214         no_entry_flag='-bnoentry'
9215       fi
9216
9217       # When large executables or shared objects are built, AIX ld can
9218       # have problems creating the table of contents.  If linking a library
9219       # or program results in "error TOC overflow" add -mminimal-toc to
9220       # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
9221       # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9222
9223       archive_cmds=''
9224       hardcode_direct=yes
9225       hardcode_direct_absolute=yes
9226       hardcode_libdir_separator=':'
9227       link_all_deplibs=yes
9228       file_list_spec='${wl}-f,'
9229
9230       if test "$GCC" = yes; then
9231         case $host_os in aix4.[012]|aix4.[012].*)
9232         # We only want to do this on AIX 4.2 and lower, the check
9233         # below for broken collect2 doesn't work under 4.3+
9234           collect2name=`${CC} -print-prog-name=collect2`
9235           if test -f "$collect2name" &&
9236            strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9237           then
9238           # We have reworked collect2
9239           :
9240           else
9241           # We have old collect2
9242           hardcode_direct=unsupported
9243           # It fails to find uninstalled libraries when the uninstalled
9244           # path is not listed in the libpath.  Setting hardcode_minus_L
9245           # to unsupported forces relinking
9246           hardcode_minus_L=yes
9247           hardcode_libdir_flag_spec='-L$libdir'
9248           hardcode_libdir_separator=
9249           fi
9250           ;;
9251         esac
9252         shared_flag='-shared'
9253         if test "$aix_use_runtimelinking" = yes; then
9254           shared_flag="$shared_flag "'${wl}-G'
9255         fi
9256       else
9257         # not using gcc
9258         if test "$host_cpu" = ia64; then
9259         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9260         # chokes on -Wl,-G. The following line is correct:
9261           shared_flag='-G'
9262         else
9263           if test "$aix_use_runtimelinking" = yes; then
9264             shared_flag='${wl}-G'
9265           else
9266             shared_flag='${wl}-bM:SRE'
9267           fi
9268         fi
9269       fi
9270
9271       export_dynamic_flag_spec='${wl}-bexpall'
9272       # It seems that -bexpall does not export symbols beginning with
9273       # underscore (_), so it is better to generate a list of symbols to export.
9274       always_export_symbols=yes
9275       if test "$aix_use_runtimelinking" = yes; then
9276         # Warning - without using the other runtime loading flags (-brtl),
9277         # -berok will link without error, but may produce a broken library.
9278         allow_undefined_flag='-berok'
9279         # Determine the default libpath from the value encoded in an
9280         # empty executable.
9281         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9282 /* end confdefs.h.  */
9283
9284 int
9285 main ()
9286 {
9287
9288   ;
9289   return 0;
9290 }
9291 _ACEOF
9292 if ac_fn_c_try_link "$LINENO"; then :
9293
9294 lt_aix_libpath_sed='
9295     /Import File Strings/,/^$/ {
9296         /^0/ {
9297             s/^0  *\(.*\)$/\1/
9298             p
9299         }
9300     }'
9301 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9302 # Check for a 64-bit object if we didn't find anything.
9303 if test -z "$aix_libpath"; then
9304   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9305 fi
9306 fi
9307 rm -f core conftest.err conftest.$ac_objext \
9308     conftest$ac_exeext conftest.$ac_ext
9309 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9310
9311         hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9312         archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
9313       else
9314         if test "$host_cpu" = ia64; then
9315           hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9316           allow_undefined_flag="-z nodefs"
9317           archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
9318         else
9319          # Determine the default libpath from the value encoded in an
9320          # empty executable.
9321          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9322 /* end confdefs.h.  */
9323
9324 int
9325 main ()
9326 {
9327
9328   ;
9329   return 0;
9330 }
9331 _ACEOF
9332 if ac_fn_c_try_link "$LINENO"; then :
9333
9334 lt_aix_libpath_sed='
9335     /Import File Strings/,/^$/ {
9336         /^0/ {
9337             s/^0  *\(.*\)$/\1/
9338             p
9339         }
9340     }'
9341 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9342 # Check for a 64-bit object if we didn't find anything.
9343 if test -z "$aix_libpath"; then
9344   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9345 fi
9346 fi
9347 rm -f core conftest.err conftest.$ac_objext \
9348     conftest$ac_exeext conftest.$ac_ext
9349 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9350
9351          hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9352           # Warning - without using the other run time loading flags,
9353           # -berok will link without error, but may produce a broken library.
9354           no_undefined_flag=' ${wl}-bernotok'
9355           allow_undefined_flag=' ${wl}-berok'
9356           if test "$with_gnu_ld" = yes; then
9357             # We only use this code for GNU lds that support --whole-archive.
9358             whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9359           else
9360             # Exported symbols can be pulled into shared objects from archives
9361             whole_archive_flag_spec='$convenience'
9362           fi
9363           archive_cmds_need_lc=yes
9364           # This is similar to how AIX traditionally builds its shared libraries.
9365           archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
9366         fi
9367       fi
9368       ;;
9369
9370     amigaos*)
9371       case $host_cpu in
9372       powerpc)
9373             # see comment about AmigaOS4 .so support
9374             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9375             archive_expsym_cmds=''
9376         ;;
9377       m68k)
9378             archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
9379             hardcode_libdir_flag_spec='-L$libdir'
9380             hardcode_minus_L=yes
9381         ;;
9382       esac
9383       ;;
9384
9385     bsdi[45]*)
9386       export_dynamic_flag_spec=-rdynamic
9387       ;;
9388
9389     cygwin* | mingw* | pw32* | cegcc*)
9390       # When not using gcc, we currently assume that we are using
9391       # Microsoft Visual C++.
9392       # hardcode_libdir_flag_spec is actually meaningless, as there is
9393       # no search path for DLLs.
9394       hardcode_libdir_flag_spec=' '
9395       allow_undefined_flag=unsupported
9396       # Tell ltmain to make .lib files, not .a files.
9397       libext=lib
9398       # Tell ltmain to make .dll files, not .so files.
9399       shrext_cmds=".dll"
9400       # FIXME: Setting linknames here is a bad hack.
9401       archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9402       # The linker will automatically build a .lib file if we build a DLL.
9403       old_archive_from_new_cmds='true'
9404       # FIXME: Should let the user specify the lib program.
9405       old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9406       fix_srcfile_path='`cygpath -w "$srcfile"`'
9407       enable_shared_with_static_runtimes=yes
9408       ;;
9409
9410     darwin* | rhapsody*)
9411
9412
9413   archive_cmds_need_lc=no
9414   hardcode_direct=no
9415   hardcode_automatic=yes
9416   hardcode_shlibpath_var=unsupported
9417   if test "$lt_cv_ld_force_load" = "yes"; then
9418     whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
9419   else
9420     whole_archive_flag_spec=''
9421   fi
9422   link_all_deplibs=yes
9423   allow_undefined_flag="$_lt_dar_allow_undefined"
9424   case $cc_basename in
9425      ifort*) _lt_dar_can_shared=yes ;;
9426      *) _lt_dar_can_shared=$GCC ;;
9427   esac
9428   if test "$_lt_dar_can_shared" = "yes"; then
9429     output_verbose_link_cmd=func_echo_all
9430     archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9431     module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9432     archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
9433     module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
9434
9435   else
9436   ld_shlibs=no
9437   fi
9438
9439       ;;
9440
9441     dgux*)
9442       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9443       hardcode_libdir_flag_spec='-L$libdir'
9444       hardcode_shlibpath_var=no
9445       ;;
9446
9447     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9448     # support.  Future versions do this automatically, but an explicit c++rt0.o
9449     # does not break anything, and helps significantly (at the cost of a little
9450     # extra space).
9451     freebsd2.2*)
9452       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9453       hardcode_libdir_flag_spec='-R$libdir'
9454       hardcode_direct=yes
9455       hardcode_shlibpath_var=no
9456       ;;
9457
9458     # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9459     freebsd2.*)
9460       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9461       hardcode_direct=yes
9462       hardcode_minus_L=yes
9463       hardcode_shlibpath_var=no
9464       ;;
9465
9466     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9467     freebsd* | dragonfly*)
9468       archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9469       hardcode_libdir_flag_spec='-R$libdir'
9470       hardcode_direct=yes
9471       hardcode_shlibpath_var=no
9472       ;;
9473
9474     hpux9*)
9475       if test "$GCC" = yes; then
9476         archive_cmds='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
9477       else
9478         archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
9479       fi
9480       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9481       hardcode_libdir_separator=:
9482       hardcode_direct=yes
9483
9484       # hardcode_minus_L: Not really in the search PATH,
9485       # but as the default location of the library.
9486       hardcode_minus_L=yes
9487       export_dynamic_flag_spec='${wl}-E'
9488       ;;
9489
9490     hpux10*)
9491       if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9492         archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9493       else
9494         archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9495       fi
9496       if test "$with_gnu_ld" = no; then
9497         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9498         hardcode_libdir_flag_spec_ld='+b $libdir'
9499         hardcode_libdir_separator=:
9500         hardcode_direct=yes
9501         hardcode_direct_absolute=yes
9502         export_dynamic_flag_spec='${wl}-E'
9503         # hardcode_minus_L: Not really in the search PATH,
9504         # but as the default location of the library.
9505         hardcode_minus_L=yes
9506       fi
9507       ;;
9508
9509     hpux11*)
9510       if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9511         case $host_cpu in
9512         hppa*64*)
9513           archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9514           ;;
9515         ia64*)
9516           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9517           ;;
9518         *)
9519           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9520           ;;
9521         esac
9522       else
9523         case $host_cpu in
9524         hppa*64*)
9525           archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9526           ;;
9527         ia64*)
9528           archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9529           ;;
9530         *)
9531
9532           # Older versions of the 11.00 compiler do not understand -b yet
9533           # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9534           { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9535 $as_echo_n "checking if $CC understands -b... " >&6; }
9536 if test "${lt_cv_prog_compiler__b+set}" = set; then :
9537   $as_echo_n "(cached) " >&6
9538 else
9539   lt_cv_prog_compiler__b=no
9540    save_LDFLAGS="$LDFLAGS"
9541    LDFLAGS="$LDFLAGS -b"
9542    echo "$lt_simple_link_test_code" > conftest.$ac_ext
9543    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9544      # The linker can only warn and ignore the option if not recognized
9545      # So say no if there are warnings
9546      if test -s conftest.err; then
9547        # Append any errors to the config.log.
9548        cat conftest.err 1>&5
9549        $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9550        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9551        if diff conftest.exp conftest.er2 >/dev/null; then
9552          lt_cv_prog_compiler__b=yes
9553        fi
9554      else
9555        lt_cv_prog_compiler__b=yes
9556      fi
9557    fi
9558    $RM -r conftest*
9559    LDFLAGS="$save_LDFLAGS"
9560
9561 fi
9562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9563 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9564
9565 if test x"$lt_cv_prog_compiler__b" = xyes; then
9566     archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9567 else
9568     archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9569 fi
9570
9571           ;;
9572         esac
9573       fi
9574       if test "$with_gnu_ld" = no; then
9575         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9576         hardcode_libdir_separator=:
9577
9578         case $host_cpu in
9579         hppa*64*|ia64*)
9580           hardcode_direct=no
9581           hardcode_shlibpath_var=no
9582           ;;
9583         *)
9584           hardcode_direct=yes
9585           hardcode_direct_absolute=yes
9586           export_dynamic_flag_spec='${wl}-E'
9587
9588           # hardcode_minus_L: Not really in the search PATH,
9589           # but as the default location of the library.
9590           hardcode_minus_L=yes
9591           ;;
9592         esac
9593       fi
9594       ;;
9595
9596     irix5* | irix6* | nonstopux*)
9597       if test "$GCC" = yes; then
9598         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9599         # Try to use the -exported_symbol ld option, if it does not
9600         # work, assume that -exports_file does not work either and
9601         # implicitly export all symbols.
9602         save_LDFLAGS="$LDFLAGS"
9603         LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9604         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9605 /* end confdefs.h.  */
9606 int foo(void) {}
9607 _ACEOF
9608 if ac_fn_c_try_link "$LINENO"; then :
9609   archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
9610
9611 fi
9612 rm -f core conftest.err conftest.$ac_objext \
9613     conftest$ac_exeext conftest.$ac_ext
9614         LDFLAGS="$save_LDFLAGS"
9615       else
9616         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
9617         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
9618       fi
9619       archive_cmds_need_lc='no'
9620       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9621       hardcode_libdir_separator=:
9622       inherit_rpath=yes
9623       link_all_deplibs=yes
9624       ;;
9625
9626     netbsd*)
9627       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9628         archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
9629       else
9630         archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
9631       fi
9632       hardcode_libdir_flag_spec='-R$libdir'
9633       hardcode_direct=yes
9634       hardcode_shlibpath_var=no
9635       ;;
9636
9637     newsos6)
9638       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9639       hardcode_direct=yes
9640       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9641       hardcode_libdir_separator=:
9642       hardcode_shlibpath_var=no
9643       ;;
9644
9645     *nto* | *qnx*)
9646       ;;
9647
9648     openbsd*)
9649       if test -f /usr/libexec/ld.so; then
9650         hardcode_direct=yes
9651         hardcode_shlibpath_var=no
9652         hardcode_direct_absolute=yes
9653         if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9654           archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9655           archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9656           hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9657           export_dynamic_flag_spec='${wl}-E'
9658         else
9659           case $host_os in
9660            openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9661              archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9662              hardcode_libdir_flag_spec='-R$libdir'
9663              ;;
9664            *)
9665              archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9666              hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9667              ;;
9668           esac
9669         fi
9670       else
9671         ld_shlibs=no
9672       fi
9673       ;;
9674
9675     os2*)
9676       hardcode_libdir_flag_spec='-L$libdir'
9677       hardcode_minus_L=yes
9678       allow_undefined_flag=unsupported
9679       archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
9680       old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9681       ;;
9682
9683     osf3*)
9684       if test "$GCC" = yes; then
9685         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9686         archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9687       else
9688         allow_undefined_flag=' -expect_unresolved \*'
9689         archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
9690       fi
9691       archive_cmds_need_lc='no'
9692       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9693       hardcode_libdir_separator=:
9694       ;;
9695
9696     osf4* | osf5*)      # as osf3* with the addition of -msym flag
9697       if test "$GCC" = yes; then
9698         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9699         archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9700         hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9701       else
9702         allow_undefined_flag=' -expect_unresolved \*'
9703         archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
9704         archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
9705         $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
9706
9707         # Both c and cxx compiler support -rpath directly
9708         hardcode_libdir_flag_spec='-rpath $libdir'
9709       fi
9710       archive_cmds_need_lc='no'
9711       hardcode_libdir_separator=:
9712       ;;
9713
9714     solaris*)
9715       no_undefined_flag=' -z defs'
9716       if test "$GCC" = yes; then
9717         wlarc='${wl}'
9718         archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9719         archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9720           $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9721       else
9722         case `$CC -V 2>&1` in
9723         *"Compilers 5.0"*)
9724           wlarc=''
9725           archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9726           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9727           $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9728           ;;
9729         *)
9730           wlarc='${wl}'
9731           archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9732           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9733           $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9734           ;;
9735         esac
9736       fi
9737       hardcode_libdir_flag_spec='-R$libdir'
9738       hardcode_shlibpath_var=no
9739       case $host_os in
9740       solaris2.[0-5] | solaris2.[0-5].*) ;;
9741       *)
9742         # The compiler driver will combine and reorder linker options,
9743         # but understands `-z linker_flag'.  GCC discards it without `$wl',
9744         # but is careful enough not to reorder.
9745         # Supported since Solaris 2.6 (maybe 2.5.1?)
9746         if test "$GCC" = yes; then
9747           whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9748         else
9749           whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9750         fi
9751         ;;
9752       esac
9753       link_all_deplibs=yes
9754       ;;
9755
9756     sunos4*)
9757       if test "x$host_vendor" = xsequent; then
9758         # Use $CC to link under sequent, because it throws in some extra .o
9759         # files that make .init and .fini sections work.
9760         archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9761       else
9762         archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9763       fi
9764       hardcode_libdir_flag_spec='-L$libdir'
9765       hardcode_direct=yes
9766       hardcode_minus_L=yes
9767       hardcode_shlibpath_var=no
9768       ;;
9769
9770     sysv4)
9771       case $host_vendor in
9772         sni)
9773           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9774           hardcode_direct=yes # is this really true???
9775         ;;
9776         siemens)
9777           ## LD is ld it makes a PLAMLIB
9778           ## CC just makes a GrossModule.
9779           archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9780           reload_cmds='$CC -r -o $output$reload_objs'
9781           hardcode_direct=no
9782         ;;
9783         motorola)
9784           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9785           hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9786         ;;
9787       esac
9788       runpath_var='LD_RUN_PATH'
9789       hardcode_shlibpath_var=no
9790       ;;
9791
9792     sysv4.3*)
9793       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9794       hardcode_shlibpath_var=no
9795       export_dynamic_flag_spec='-Bexport'
9796       ;;
9797
9798     sysv4*MP*)
9799       if test -d /usr/nec; then
9800         archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9801         hardcode_shlibpath_var=no
9802         runpath_var=LD_RUN_PATH
9803         hardcode_runpath_var=yes
9804         ld_shlibs=yes
9805       fi
9806       ;;
9807
9808     sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9809       no_undefined_flag='${wl}-z,text'
9810       archive_cmds_need_lc=no
9811       hardcode_shlibpath_var=no
9812       runpath_var='LD_RUN_PATH'
9813
9814       if test "$GCC" = yes; then
9815         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9816         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9817       else
9818         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9819         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9820       fi
9821       ;;
9822
9823     sysv5* | sco3.2v5* | sco5v6*)
9824       # Note: We can NOT use -z defs as we might desire, because we do not
9825       # link with -lc, and that would cause any symbols used from libc to
9826       # always be unresolved, which means just about no library would
9827       # ever link correctly.  If we're not using GNU ld we use -z text
9828       # though, which does catch some bad symbols but isn't as heavy-handed
9829       # as -z defs.
9830       no_undefined_flag='${wl}-z,text'
9831       allow_undefined_flag='${wl}-z,nodefs'
9832       archive_cmds_need_lc=no
9833       hardcode_shlibpath_var=no
9834       hardcode_libdir_flag_spec='${wl}-R,$libdir'
9835       hardcode_libdir_separator=':'
9836       link_all_deplibs=yes
9837       export_dynamic_flag_spec='${wl}-Bexport'
9838       runpath_var='LD_RUN_PATH'
9839
9840       if test "$GCC" = yes; then
9841         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9842         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9843       else
9844         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9845         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9846       fi
9847       ;;
9848
9849     uts4*)
9850       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9851       hardcode_libdir_flag_spec='-L$libdir'
9852       hardcode_shlibpath_var=no
9853       ;;
9854
9855     *)
9856       ld_shlibs=no
9857       ;;
9858     esac
9859
9860     if test x$host_vendor = xsni; then
9861       case $host in
9862       sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9863         export_dynamic_flag_spec='${wl}-Blargedynsym'
9864         ;;
9865       esac
9866     fi
9867   fi
9868
9869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9870 $as_echo "$ld_shlibs" >&6; }
9871 test "$ld_shlibs" = no && can_build_shared=no
9872
9873 with_gnu_ld=$with_gnu_ld
9874
9875
9876
9877
9878
9879
9880
9881
9882
9883
9884
9885
9886
9887
9888
9889 #
9890 # Do we need to explicitly link libc?
9891 #
9892 case "x$archive_cmds_need_lc" in
9893 x|xyes)
9894   # Assume -lc should be added
9895   archive_cmds_need_lc=yes
9896
9897   if test "$enable_shared" = yes && test "$GCC" = yes; then
9898     case $archive_cmds in
9899     *'~'*)
9900       # FIXME: we may have to deal with multi-command sequences.
9901       ;;
9902     '$CC '*)
9903       # Test whether the compiler implicitly links with -lc since on some
9904       # systems, -lgcc has to come before -lc. If gcc already passes -lc
9905       # to ld, don't add -lc before -lgcc.
9906       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9907 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9908 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9909   $as_echo_n "(cached) " >&6
9910 else
9911   $RM conftest*
9912         echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9913
9914         if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9915   (eval $ac_compile) 2>&5
9916   ac_status=$?
9917   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9918   test $ac_status = 0; } 2>conftest.err; then
9919           soname=conftest
9920           lib=conftest
9921           libobjs=conftest.$ac_objext
9922           deplibs=
9923           wl=$lt_prog_compiler_wl
9924           pic_flag=$lt_prog_compiler_pic
9925           compiler_flags=-v
9926           linker_flags=-v
9927           verstring=
9928           output_objdir=.
9929           libname=conftest
9930           lt_save_allow_undefined_flag=$allow_undefined_flag
9931           allow_undefined_flag=
9932           if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9933   (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9934   ac_status=$?
9935   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9936   test $ac_status = 0; }
9937           then
9938             lt_cv_archive_cmds_need_lc=no
9939           else
9940             lt_cv_archive_cmds_need_lc=yes
9941           fi
9942           allow_undefined_flag=$lt_save_allow_undefined_flag
9943         else
9944           cat conftest.err 1>&5
9945         fi
9946         $RM conftest*
9947
9948 fi
9949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9950 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9951       archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9952       ;;
9953     esac
9954   fi
9955   ;;
9956 esac
9957
9958
9959
9960
9961
9962
9963
9964
9965
9966
9967
9968
9969
9970
9971
9972
9973
9974
9975
9976
9977
9978
9979
9980
9981
9982
9983
9984
9985
9986
9987
9988
9989
9990
9991
9992
9993
9994
9995
9996
9997
9998
9999
10000
10001
10002
10003
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014
10015
10016
10017
10018
10019
10020
10021
10022
10023
10024
10025
10026
10027
10028
10029
10030
10031
10032
10033
10034
10035
10036
10037
10038
10039
10040
10041
10042
10043
10044
10045
10046
10047
10048
10049
10050
10051
10052
10053
10054
10055
10056
10057
10058
10059
10060
10061
10062
10063
10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
10086
10087
10088
10089
10090
10091
10092
10093
10094
10095
10096
10097
10098
10099
10100
10101
10102
10103
10104
10105
10106
10107
10108
10109
10110
10111
10112
10113
10114   { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10115 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10116
10117 if test "$GCC" = yes; then
10118   case $host_os in
10119     darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10120     *) lt_awk_arg="/^libraries:/" ;;
10121   esac
10122   case $host_os in
10123     mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10124     *) lt_sed_strip_eq="s,=/,/,g" ;;
10125   esac
10126   lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10127   case $lt_search_path_spec in
10128   *\;*)
10129     # if the path contains ";" then we assume it to be the separator
10130     # otherwise default to the standard path separator (i.e. ":") - it is
10131     # assumed that no part of a normal pathname contains ";" but that should
10132     # okay in the real world where ";" in dirpaths is itself problematic.
10133     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10134     ;;
10135   *)
10136     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10137     ;;
10138   esac
10139   # Ok, now we have the path, separated by spaces, we can step through it
10140   # and add multilib dir if necessary.
10141   lt_tmp_lt_search_path_spec=
10142   lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10143   for lt_sys_path in $lt_search_path_spec; do
10144     if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10145       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10146     else
10147       test -d "$lt_sys_path" && \
10148         lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10149     fi
10150   done
10151   lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10152 BEGIN {RS=" "; FS="/|\n";} {
10153   lt_foo="";
10154   lt_count=0;
10155   for (lt_i = NF; lt_i > 0; lt_i--) {
10156     if ($lt_i != "" && $lt_i != ".") {
10157       if ($lt_i == "..") {
10158         lt_count++;
10159       } else {
10160         if (lt_count == 0) {
10161           lt_foo="/" $lt_i lt_foo;
10162         } else {
10163           lt_count--;
10164         }
10165       }
10166     }
10167   }
10168   if (lt_foo != "") { lt_freq[lt_foo]++; }
10169   if (lt_freq[lt_foo] == 1) { print lt_foo; }
10170 }'`
10171   # AWK program above erroneously prepends '/' to C:/dos/paths
10172   # for these hosts.
10173   case $host_os in
10174     mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10175       $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10176   esac
10177   sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10178 else
10179   sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10180 fi
10181 library_names_spec=
10182 libname_spec='lib$name'
10183 soname_spec=
10184 shrext_cmds=".so"
10185 postinstall_cmds=
10186 postuninstall_cmds=
10187 finish_cmds=
10188 finish_eval=
10189 shlibpath_var=
10190 shlibpath_overrides_runpath=unknown
10191 version_type=none
10192 dynamic_linker="$host_os ld.so"
10193 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10194 need_lib_prefix=unknown
10195 hardcode_into_libs=no
10196
10197 # when you set need_version to no, make sure it does not cause -set_version
10198 # flags to be left without arguments
10199 need_version=unknown
10200
10201 case $host_os in
10202 aix3*)
10203   version_type=linux
10204   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10205   shlibpath_var=LIBPATH
10206
10207   # AIX 3 has no versioning support, so we append a major version to the name.
10208   soname_spec='${libname}${release}${shared_ext}$major'
10209   ;;
10210
10211 aix[4-9]*)
10212   version_type=linux
10213   need_lib_prefix=no
10214   need_version=no
10215   hardcode_into_libs=yes
10216   if test "$host_cpu" = ia64; then
10217     # AIX 5 supports IA64
10218     library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10219     shlibpath_var=LD_LIBRARY_PATH
10220   else
10221     # With GCC up to 2.95.x, collect2 would create an import file
10222     # for dependence libraries.  The import file would start with
10223     # the line `#! .'.  This would cause the generated library to
10224     # depend on `.', always an invalid library.  This was fixed in
10225     # development snapshots of GCC prior to 3.0.
10226     case $host_os in
10227       aix4 | aix4.[01] | aix4.[01].*)
10228       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10229            echo ' yes '
10230            echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10231         :
10232       else
10233         can_build_shared=no
10234       fi
10235       ;;
10236     esac
10237     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10238     # soname into executable. Probably we can add versioning support to
10239     # collect2, so additional links can be useful in future.
10240     if test "$aix_use_runtimelinking" = yes; then
10241       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10242       # instead of lib<name>.a to let people know that these are not
10243       # typical AIX shared libraries.
10244       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10245     else
10246       # We preserve .a as extension for shared libraries through AIX4.2
10247       # and later when we are not doing run time linking.
10248       library_names_spec='${libname}${release}.a $libname.a'
10249       soname_spec='${libname}${release}${shared_ext}$major'
10250     fi
10251     shlibpath_var=LIBPATH
10252   fi
10253   ;;
10254
10255 amigaos*)
10256   case $host_cpu in
10257   powerpc)
10258     # Since July 2007 AmigaOS4 officially supports .so libraries.
10259     # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10260     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10261     ;;
10262   m68k)
10263     library_names_spec='$libname.ixlibrary $libname.a'
10264     # Create ${libname}_ixlibrary.a entries in /sys/libs.
10265     finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
10266     ;;
10267   esac
10268   ;;
10269
10270 beos*)
10271   library_names_spec='${libname}${shared_ext}'
10272   dynamic_linker="$host_os ld.so"
10273   shlibpath_var=LIBRARY_PATH
10274   ;;
10275
10276 bsdi[45]*)
10277   version_type=linux
10278   need_version=no
10279   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10280   soname_spec='${libname}${release}${shared_ext}$major'
10281   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10282   shlibpath_var=LD_LIBRARY_PATH
10283   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10284   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10285   # the default ld.so.conf also contains /usr/contrib/lib and
10286   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10287   # libtool to hard-code these into programs
10288   ;;
10289
10290 cygwin* | mingw* | pw32* | cegcc*)
10291   version_type=windows
10292   shrext_cmds=".dll"
10293   need_version=no
10294   need_lib_prefix=no
10295
10296   case $GCC,$host_os in
10297   yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10298     library_names_spec='$libname.dll.a'
10299     # DLL is installed to $(libdir)/../bin by postinstall_cmds
10300     postinstall_cmds='base_file=`basename \${file}`~
10301       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10302       dldir=$destdir/`dirname \$dlpath`~
10303       test -d \$dldir || mkdir -p \$dldir~
10304       $install_prog $dir/$dlname \$dldir/$dlname~
10305       chmod a+x \$dldir/$dlname~
10306       if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10307         eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10308       fi'
10309     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10310       dlpath=$dir/\$dldll~
10311        $RM \$dlpath'
10312     shlibpath_overrides_runpath=yes
10313
10314     case $host_os in
10315     cygwin*)
10316       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10317       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10318
10319       sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10320       ;;
10321     mingw* | cegcc*)
10322       # MinGW DLLs use traditional 'lib' prefix
10323       soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10324       ;;
10325     pw32*)
10326       # pw32 DLLs use 'pw' prefix rather than 'lib'
10327       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10328       ;;
10329     esac
10330     ;;
10331
10332   *)
10333     library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10334     ;;
10335   esac
10336   dynamic_linker='Win32 ld.exe'
10337   # FIXME: first we should search . and the directory the executable is in
10338   shlibpath_var=PATH
10339   ;;
10340
10341 darwin* | rhapsody*)
10342   dynamic_linker="$host_os dyld"
10343   version_type=darwin
10344   need_lib_prefix=no
10345   need_version=no
10346   library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10347   soname_spec='${libname}${release}${major}$shared_ext'
10348   shlibpath_overrides_runpath=yes
10349   shlibpath_var=DYLD_LIBRARY_PATH
10350   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10351
10352   sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10353   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10354   ;;
10355
10356 dgux*)
10357   version_type=linux
10358   need_lib_prefix=no
10359   need_version=no
10360   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10361   soname_spec='${libname}${release}${shared_ext}$major'
10362   shlibpath_var=LD_LIBRARY_PATH
10363   ;;
10364
10365 freebsd* | dragonfly*)
10366   # DragonFly does not have aout.  When/if they implement a new
10367   # versioning mechanism, adjust this.
10368   if test -x /usr/bin/objformat; then
10369     objformat=`/usr/bin/objformat`
10370   else
10371     case $host_os in
10372     freebsd[23].*) objformat=aout ;;
10373     *) objformat=elf ;;
10374     esac
10375   fi
10376   version_type=freebsd-$objformat
10377   case $version_type in
10378     freebsd-elf*)
10379       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10380       need_version=no
10381       need_lib_prefix=no
10382       ;;
10383     freebsd-*)
10384       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10385       need_version=yes
10386       ;;
10387   esac
10388   shlibpath_var=LD_LIBRARY_PATH
10389   case $host_os in
10390   freebsd2.*)
10391     shlibpath_overrides_runpath=yes
10392     ;;
10393   freebsd3.[01]* | freebsdelf3.[01]*)
10394     shlibpath_overrides_runpath=yes
10395     hardcode_into_libs=yes
10396     ;;
10397   freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10398   freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10399     shlibpath_overrides_runpath=no
10400     hardcode_into_libs=yes
10401     ;;
10402   *) # from 4.6 on, and DragonFly
10403     shlibpath_overrides_runpath=yes
10404     hardcode_into_libs=yes
10405     ;;
10406   esac
10407   ;;
10408
10409 gnu*)
10410   version_type=linux
10411   need_lib_prefix=no
10412   need_version=no
10413   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10414   soname_spec='${libname}${release}${shared_ext}$major'
10415   shlibpath_var=LD_LIBRARY_PATH
10416   hardcode_into_libs=yes
10417   ;;
10418
10419 haiku*)
10420   version_type=linux
10421   need_lib_prefix=no
10422   need_version=no
10423   dynamic_linker="$host_os runtime_loader"
10424   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10425   soname_spec='${libname}${release}${shared_ext}$major'
10426   shlibpath_var=LIBRARY_PATH
10427   shlibpath_overrides_runpath=yes
10428   sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10429   hardcode_into_libs=yes
10430   ;;
10431
10432 hpux9* | hpux10* | hpux11*)
10433   # Give a soname corresponding to the major version so that dld.sl refuses to
10434   # link against other versions.
10435   version_type=sunos
10436   need_lib_prefix=no
10437   need_version=no
10438   case $host_cpu in
10439   ia64*)
10440     shrext_cmds='.so'
10441     hardcode_into_libs=yes
10442     dynamic_linker="$host_os dld.so"
10443     shlibpath_var=LD_LIBRARY_PATH
10444     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10445     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10446     soname_spec='${libname}${release}${shared_ext}$major'
10447     if test "X$HPUX_IA64_MODE" = X32; then
10448       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10449     else
10450       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10451     fi
10452     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10453     ;;
10454   hppa*64*)
10455     shrext_cmds='.sl'
10456     hardcode_into_libs=yes
10457     dynamic_linker="$host_os dld.sl"
10458     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10459     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10460     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10461     soname_spec='${libname}${release}${shared_ext}$major'
10462     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10463     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10464     ;;
10465   *)
10466     shrext_cmds='.sl'
10467     dynamic_linker="$host_os dld.sl"
10468     shlibpath_var=SHLIB_PATH
10469     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10470     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10471     soname_spec='${libname}${release}${shared_ext}$major'
10472     ;;
10473   esac
10474   # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10475   postinstall_cmds='chmod 555 $lib'
10476   # or fails outright, so override atomically:
10477   install_override_mode=555
10478   ;;
10479
10480 interix[3-9]*)
10481   version_type=linux
10482   need_lib_prefix=no
10483   need_version=no
10484   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10485   soname_spec='${libname}${release}${shared_ext}$major'
10486   dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10487   shlibpath_var=LD_LIBRARY_PATH
10488   shlibpath_overrides_runpath=no
10489   hardcode_into_libs=yes
10490   ;;
10491
10492 irix5* | irix6* | nonstopux*)
10493   case $host_os in
10494     nonstopux*) version_type=nonstopux ;;
10495     *)
10496         if test "$lt_cv_prog_gnu_ld" = yes; then
10497                 version_type=linux
10498         else
10499                 version_type=irix
10500         fi ;;
10501   esac
10502   need_lib_prefix=no
10503   need_version=no
10504   soname_spec='${libname}${release}${shared_ext}$major'
10505   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10506   case $host_os in
10507   irix5* | nonstopux*)
10508     libsuff= shlibsuff=
10509     ;;
10510   *)
10511     case $LD in # libtool.m4 will add one of these switches to LD
10512     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10513       libsuff= shlibsuff= libmagic=32-bit;;
10514     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10515       libsuff=32 shlibsuff=N32 libmagic=N32;;
10516     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10517       libsuff=64 shlibsuff=64 libmagic=64-bit;;
10518     *) libsuff= shlibsuff= libmagic=never-match;;
10519     esac
10520     ;;
10521   esac
10522   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10523   shlibpath_overrides_runpath=no
10524   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10525   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10526   hardcode_into_libs=yes
10527   ;;
10528
10529 # No shared lib support for Linux oldld, aout, or coff.
10530 linux*oldld* | linux*aout* | linux*coff*)
10531   dynamic_linker=no
10532   ;;
10533
10534 # This must be Linux ELF.
10535 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10536   version_type=linux
10537   need_lib_prefix=no
10538   need_version=no
10539   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10540   soname_spec='${libname}${release}${shared_ext}$major'
10541   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10542   shlibpath_var=LD_LIBRARY_PATH
10543   shlibpath_overrides_runpath=no
10544
10545   # Some binutils ld are patched to set DT_RUNPATH
10546   if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10547   $as_echo_n "(cached) " >&6
10548 else
10549   lt_cv_shlibpath_overrides_runpath=no
10550     save_LDFLAGS=$LDFLAGS
10551     save_libdir=$libdir
10552     eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10553          LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10554     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10555 /* end confdefs.h.  */
10556
10557 int
10558 main ()
10559 {
10560
10561   ;
10562   return 0;
10563 }
10564 _ACEOF
10565 if ac_fn_c_try_link "$LINENO"; then :
10566   if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10567   lt_cv_shlibpath_overrides_runpath=yes
10568 fi
10569 fi
10570 rm -f core conftest.err conftest.$ac_objext \
10571     conftest$ac_exeext conftest.$ac_ext
10572     LDFLAGS=$save_LDFLAGS
10573     libdir=$save_libdir
10574
10575 fi
10576
10577   shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10578
10579   # This implies no fast_install, which is unacceptable.
10580   # Some rework will be needed to allow for fast_install
10581   # before this can be enabled.
10582   hardcode_into_libs=yes
10583
10584   # Append ld.so.conf contents to the search path
10585   if test -f /etc/ld.so.conf; then
10586     lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[       ]*hwcap[        ]/d;s/[:,      ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
10587     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10588   fi
10589
10590   # We used to test for /lib/ld.so.1 and disable shared libraries on
10591   # powerpc, because MkLinux only supported shared libraries with the
10592   # GNU dynamic linker.  Since this was broken with cross compilers,
10593   # most powerpc-linux boxes support dynamic linking these days and
10594   # people can always --disable-shared, the test was removed, and we
10595   # assume the GNU/Linux dynamic linker is in use.
10596   dynamic_linker='GNU/Linux ld.so'
10597   ;;
10598
10599 netbsd*)
10600   version_type=sunos
10601   need_lib_prefix=no
10602   need_version=no
10603   if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10604     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10605     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10606     dynamic_linker='NetBSD (a.out) ld.so'
10607   else
10608     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10609     soname_spec='${libname}${release}${shared_ext}$major'
10610     dynamic_linker='NetBSD ld.elf_so'
10611   fi
10612   shlibpath_var=LD_LIBRARY_PATH
10613   shlibpath_overrides_runpath=yes
10614   hardcode_into_libs=yes
10615   ;;
10616
10617 newsos6)
10618   version_type=linux
10619   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10620   shlibpath_var=LD_LIBRARY_PATH
10621   shlibpath_overrides_runpath=yes
10622   ;;
10623
10624 *nto* | *qnx*)
10625   version_type=qnx
10626   need_lib_prefix=no
10627   need_version=no
10628   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10629   soname_spec='${libname}${release}${shared_ext}$major'
10630   shlibpath_var=LD_LIBRARY_PATH
10631   shlibpath_overrides_runpath=no
10632   hardcode_into_libs=yes
10633   dynamic_linker='ldqnx.so'
10634   ;;
10635
10636 openbsd*)
10637   version_type=sunos
10638   sys_lib_dlsearch_path_spec="/usr/lib"
10639   need_lib_prefix=no
10640   # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10641   case $host_os in
10642     openbsd3.3 | openbsd3.3.*)  need_version=yes ;;
10643     *)                          need_version=no  ;;
10644   esac
10645   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10646   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10647   shlibpath_var=LD_LIBRARY_PATH
10648   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10649     case $host_os in
10650       openbsd2.[89] | openbsd2.[89].*)
10651         shlibpath_overrides_runpath=no
10652         ;;
10653       *)
10654         shlibpath_overrides_runpath=yes
10655         ;;
10656       esac
10657   else
10658     shlibpath_overrides_runpath=yes
10659   fi
10660   ;;
10661
10662 os2*)
10663   libname_spec='$name'
10664   shrext_cmds=".dll"
10665   need_lib_prefix=no
10666   library_names_spec='$libname${shared_ext} $libname.a'
10667   dynamic_linker='OS/2 ld.exe'
10668   shlibpath_var=LIBPATH
10669   ;;
10670
10671 osf3* | osf4* | osf5*)
10672   version_type=osf
10673   need_lib_prefix=no
10674   need_version=no
10675   soname_spec='${libname}${release}${shared_ext}$major'
10676   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10677   shlibpath_var=LD_LIBRARY_PATH
10678   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10679   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10680   ;;
10681
10682 rdos*)
10683   dynamic_linker=no
10684   ;;
10685
10686 solaris*)
10687   version_type=linux
10688   need_lib_prefix=no
10689   need_version=no
10690   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10691   soname_spec='${libname}${release}${shared_ext}$major'
10692   shlibpath_var=LD_LIBRARY_PATH
10693   shlibpath_overrides_runpath=yes
10694   hardcode_into_libs=yes
10695   # ldd complains unless libraries are executable
10696   postinstall_cmds='chmod +x $lib'
10697   ;;
10698
10699 sunos4*)
10700   version_type=sunos
10701   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10702   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10703   shlibpath_var=LD_LIBRARY_PATH
10704   shlibpath_overrides_runpath=yes
10705   if test "$with_gnu_ld" = yes; then
10706     need_lib_prefix=no
10707   fi
10708   need_version=yes
10709   ;;
10710
10711 sysv4 | sysv4.3*)
10712   version_type=linux
10713   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10714   soname_spec='${libname}${release}${shared_ext}$major'
10715   shlibpath_var=LD_LIBRARY_PATH
10716   case $host_vendor in
10717     sni)
10718       shlibpath_overrides_runpath=no
10719       need_lib_prefix=no
10720       runpath_var=LD_RUN_PATH
10721       ;;
10722     siemens)
10723       need_lib_prefix=no
10724       ;;
10725     motorola)
10726       need_lib_prefix=no
10727       need_version=no
10728       shlibpath_overrides_runpath=no
10729       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10730       ;;
10731   esac
10732   ;;
10733
10734 sysv4*MP*)
10735   if test -d /usr/nec ;then
10736     version_type=linux
10737     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10738     soname_spec='$libname${shared_ext}.$major'
10739     shlibpath_var=LD_LIBRARY_PATH
10740   fi
10741   ;;
10742
10743 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10744   version_type=freebsd-elf
10745   need_lib_prefix=no
10746   need_version=no
10747   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10748   soname_spec='${libname}${release}${shared_ext}$major'
10749   shlibpath_var=LD_LIBRARY_PATH
10750   shlibpath_overrides_runpath=yes
10751   hardcode_into_libs=yes
10752   if test "$with_gnu_ld" = yes; then
10753     sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10754   else
10755     sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10756     case $host_os in
10757       sco3.2v5*)
10758         sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10759         ;;
10760     esac
10761   fi
10762   sys_lib_dlsearch_path_spec='/usr/lib'
10763   ;;
10764
10765 tpf*)
10766   # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
10767   version_type=linux
10768   need_lib_prefix=no
10769   need_version=no
10770   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10771   shlibpath_var=LD_LIBRARY_PATH
10772   shlibpath_overrides_runpath=no
10773   hardcode_into_libs=yes
10774   ;;
10775
10776 uts4*)
10777   version_type=linux
10778   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10779   soname_spec='${libname}${release}${shared_ext}$major'
10780   shlibpath_var=LD_LIBRARY_PATH
10781   ;;
10782
10783 *)
10784   dynamic_linker=no
10785   ;;
10786 esac
10787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10788 $as_echo "$dynamic_linker" >&6; }
10789 test "$dynamic_linker" = no && can_build_shared=no
10790
10791 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10792 if test "$GCC" = yes; then
10793   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10794 fi
10795
10796 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10797   sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10798 fi
10799 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10800   sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10801 fi
10802
10803
10804
10805
10806
10807
10808
10809
10810
10811
10812
10813
10814
10815
10816
10817
10818
10819
10820
10821
10822
10823
10824
10825
10826
10827
10828
10829
10830
10831
10832
10833
10834
10835
10836
10837
10838
10839
10840
10841
10842
10843
10844
10845
10846
10847
10848
10849
10850
10851
10852
10853
10854
10855
10856
10857
10858
10859
10860
10861
10862
10863
10864
10865
10866
10867
10868
10869
10870
10871
10872
10873
10874
10875
10876
10877
10878
10879
10880
10881
10882
10883
10884
10885
10886
10887
10888
10889
10890
10891
10892
10893
10894   { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10895 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10896 hardcode_action=
10897 if test -n "$hardcode_libdir_flag_spec" ||
10898    test -n "$runpath_var" ||
10899    test "X$hardcode_automatic" = "Xyes" ; then
10900
10901   # We can hardcode non-existent directories.
10902   if test "$hardcode_direct" != no &&
10903      # If the only mechanism to avoid hardcoding is shlibpath_var, we
10904      # have to relink, otherwise we might link with an installed library
10905      # when we should be linking with a yet-to-be-installed one
10906      ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10907      test "$hardcode_minus_L" != no; then
10908     # Linking always hardcodes the temporary library directory.
10909     hardcode_action=relink
10910   else
10911     # We can link without hardcoding, and we can hardcode nonexisting dirs.
10912     hardcode_action=immediate
10913   fi
10914 else
10915   # We cannot hardcode anything, or else we can only hardcode existing
10916   # directories.
10917   hardcode_action=unsupported
10918 fi
10919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10920 $as_echo "$hardcode_action" >&6; }
10921
10922 if test "$hardcode_action" = relink ||
10923    test "$inherit_rpath" = yes; then
10924   # Fast installation is not supported
10925   enable_fast_install=no
10926 elif test "$shlibpath_overrides_runpath" = yes ||
10927      test "$enable_shared" = no; then
10928   # Fast installation is not necessary
10929   enable_fast_install=needless
10930 fi
10931
10932
10933
10934
10935
10936
10937   if test "x$enable_dlopen" != xyes; then
10938   enable_dlopen=unknown
10939   enable_dlopen_self=unknown
10940   enable_dlopen_self_static=unknown
10941 else
10942   lt_cv_dlopen=no
10943   lt_cv_dlopen_libs=
10944
10945   case $host_os in
10946   beos*)
10947     lt_cv_dlopen="load_add_on"
10948     lt_cv_dlopen_libs=
10949     lt_cv_dlopen_self=yes
10950     ;;
10951
10952   mingw* | pw32* | cegcc*)
10953     lt_cv_dlopen="LoadLibrary"
10954     lt_cv_dlopen_libs=
10955     ;;
10956
10957   cygwin*)
10958     lt_cv_dlopen="dlopen"
10959     lt_cv_dlopen_libs=
10960     ;;
10961
10962   darwin*)
10963   # if libdl is installed we need to link against it
10964     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10965 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10966 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10967   $as_echo_n "(cached) " >&6
10968 else
10969   ac_check_lib_save_LIBS=$LIBS
10970 LIBS="-ldl  $LIBS"
10971 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10972 /* end confdefs.h.  */
10973
10974 /* Override any GCC internal prototype to avoid an error.
10975    Use char because int might match the return type of a GCC
10976    builtin and then its argument prototype would still apply.  */
10977 #ifdef __cplusplus
10978 extern "C"
10979 #endif
10980 char dlopen ();
10981 int
10982 main ()
10983 {
10984 return dlopen ();
10985   ;
10986   return 0;
10987 }
10988 _ACEOF
10989 if ac_fn_c_try_link "$LINENO"; then :
10990   ac_cv_lib_dl_dlopen=yes
10991 else
10992   ac_cv_lib_dl_dlopen=no
10993 fi
10994 rm -f core conftest.err conftest.$ac_objext \
10995     conftest$ac_exeext conftest.$ac_ext
10996 LIBS=$ac_check_lib_save_LIBS
10997 fi
10998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10999 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11000 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11001   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11002 else
11003
11004     lt_cv_dlopen="dyld"
11005     lt_cv_dlopen_libs=
11006     lt_cv_dlopen_self=yes
11007
11008 fi
11009
11010     ;;
11011
11012   *)
11013     ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11014 if test "x$ac_cv_func_shl_load" = x""yes; then :
11015   lt_cv_dlopen="shl_load"
11016 else
11017   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11018 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11019 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
11020   $as_echo_n "(cached) " >&6
11021 else
11022   ac_check_lib_save_LIBS=$LIBS
11023 LIBS="-ldld  $LIBS"
11024 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11025 /* end confdefs.h.  */
11026
11027 /* Override any GCC internal prototype to avoid an error.
11028    Use char because int might match the return type of a GCC
11029    builtin and then its argument prototype would still apply.  */
11030 #ifdef __cplusplus
11031 extern "C"
11032 #endif
11033 char shl_load ();
11034 int
11035 main ()
11036 {
11037 return shl_load ();
11038   ;
11039   return 0;
11040 }
11041 _ACEOF
11042 if ac_fn_c_try_link "$LINENO"; then :
11043   ac_cv_lib_dld_shl_load=yes
11044 else
11045   ac_cv_lib_dld_shl_load=no
11046 fi
11047 rm -f core conftest.err conftest.$ac_objext \
11048     conftest$ac_exeext conftest.$ac_ext
11049 LIBS=$ac_check_lib_save_LIBS
11050 fi
11051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11052 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11053 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
11054   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11055 else
11056   ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11057 if test "x$ac_cv_func_dlopen" = x""yes; then :
11058   lt_cv_dlopen="dlopen"
11059 else
11060   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11061 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11062 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11063   $as_echo_n "(cached) " >&6
11064 else
11065   ac_check_lib_save_LIBS=$LIBS
11066 LIBS="-ldl  $LIBS"
11067 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11068 /* end confdefs.h.  */
11069
11070 /* Override any GCC internal prototype to avoid an error.
11071    Use char because int might match the return type of a GCC
11072    builtin and then its argument prototype would still apply.  */
11073 #ifdef __cplusplus
11074 extern "C"
11075 #endif
11076 char dlopen ();
11077 int
11078 main ()
11079 {
11080 return dlopen ();
11081   ;
11082   return 0;
11083 }
11084 _ACEOF
11085 if ac_fn_c_try_link "$LINENO"; then :
11086   ac_cv_lib_dl_dlopen=yes
11087 else
11088   ac_cv_lib_dl_dlopen=no
11089 fi
11090 rm -f core conftest.err conftest.$ac_objext \
11091     conftest$ac_exeext conftest.$ac_ext
11092 LIBS=$ac_check_lib_save_LIBS
11093 fi
11094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11095 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11096 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11097   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11098 else
11099   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11100 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11101 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
11102   $as_echo_n "(cached) " >&6
11103 else
11104   ac_check_lib_save_LIBS=$LIBS
11105 LIBS="-lsvld  $LIBS"
11106 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11107 /* end confdefs.h.  */
11108
11109 /* Override any GCC internal prototype to avoid an error.
11110    Use char because int might match the return type of a GCC
11111    builtin and then its argument prototype would still apply.  */
11112 #ifdef __cplusplus
11113 extern "C"
11114 #endif
11115 char dlopen ();
11116 int
11117 main ()
11118 {
11119 return dlopen ();
11120   ;
11121   return 0;
11122 }
11123 _ACEOF
11124 if ac_fn_c_try_link "$LINENO"; then :
11125   ac_cv_lib_svld_dlopen=yes
11126 else
11127   ac_cv_lib_svld_dlopen=no
11128 fi
11129 rm -f core conftest.err conftest.$ac_objext \
11130     conftest$ac_exeext conftest.$ac_ext
11131 LIBS=$ac_check_lib_save_LIBS
11132 fi
11133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11134 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11135 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
11136   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11137 else
11138   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11139 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11140 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
11141   $as_echo_n "(cached) " >&6
11142 else
11143   ac_check_lib_save_LIBS=$LIBS
11144 LIBS="-ldld  $LIBS"
11145 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11146 /* end confdefs.h.  */
11147
11148 /* Override any GCC internal prototype to avoid an error.
11149    Use char because int might match the return type of a GCC
11150    builtin and then its argument prototype would still apply.  */
11151 #ifdef __cplusplus
11152 extern "C"
11153 #endif
11154 char dld_link ();
11155 int
11156 main ()
11157 {
11158 return dld_link ();
11159   ;
11160   return 0;
11161 }
11162 _ACEOF
11163 if ac_fn_c_try_link "$LINENO"; then :
11164   ac_cv_lib_dld_dld_link=yes
11165 else
11166   ac_cv_lib_dld_dld_link=no
11167 fi
11168 rm -f core conftest.err conftest.$ac_objext \
11169     conftest$ac_exeext conftest.$ac_ext
11170 LIBS=$ac_check_lib_save_LIBS
11171 fi
11172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11173 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11174 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
11175   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11176 fi
11177
11178
11179 fi
11180
11181
11182 fi
11183
11184
11185 fi
11186
11187
11188 fi
11189
11190
11191 fi
11192
11193     ;;
11194   esac
11195
11196   if test "x$lt_cv_dlopen" != xno; then
11197     enable_dlopen=yes
11198   else
11199     enable_dlopen=no
11200   fi
11201
11202   case $lt_cv_dlopen in
11203   dlopen)
11204     save_CPPFLAGS="$CPPFLAGS"
11205     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11206
11207     save_LDFLAGS="$LDFLAGS"
11208     wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11209
11210     save_LIBS="$LIBS"
11211     LIBS="$lt_cv_dlopen_libs $LIBS"
11212
11213     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11214 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11215 if test "${lt_cv_dlopen_self+set}" = set; then :
11216   $as_echo_n "(cached) " >&6
11217 else
11218           if test "$cross_compiling" = yes; then :
11219   lt_cv_dlopen_self=cross
11220 else
11221   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11222   lt_status=$lt_dlunknown
11223   cat > conftest.$ac_ext <<_LT_EOF
11224 #line 11224 "configure"
11225 #include "confdefs.h"
11226
11227 #if HAVE_DLFCN_H
11228 #include <dlfcn.h>
11229 #endif
11230
11231 #include <stdio.h>
11232
11233 #ifdef RTLD_GLOBAL
11234 #  define LT_DLGLOBAL           RTLD_GLOBAL
11235 #else
11236 #  ifdef DL_GLOBAL
11237 #    define LT_DLGLOBAL         DL_GLOBAL
11238 #  else
11239 #    define LT_DLGLOBAL         0
11240 #  endif
11241 #endif
11242
11243 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11244    find out it does not work in some platform. */
11245 #ifndef LT_DLLAZY_OR_NOW
11246 #  ifdef RTLD_LAZY
11247 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
11248 #  else
11249 #    ifdef DL_LAZY
11250 #      define LT_DLLAZY_OR_NOW          DL_LAZY
11251 #    else
11252 #      ifdef RTLD_NOW
11253 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
11254 #      else
11255 #        ifdef DL_NOW
11256 #          define LT_DLLAZY_OR_NOW      DL_NOW
11257 #        else
11258 #          define LT_DLLAZY_OR_NOW      0
11259 #        endif
11260 #      endif
11261 #    endif
11262 #  endif
11263 #endif
11264
11265 /* When -fvisbility=hidden is used, assume the code has been annotated
11266    correspondingly for the symbols needed.  */
11267 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11268 void fnord () __attribute__((visibility("default")));
11269 #endif
11270
11271 void fnord () { int i=42; }
11272 int main ()
11273 {
11274   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11275   int status = $lt_dlunknown;
11276
11277   if (self)
11278     {
11279       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
11280       else
11281         {
11282           if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
11283           else puts (dlerror ());
11284         }
11285       /* dlclose (self); */
11286     }
11287   else
11288     puts (dlerror ());
11289
11290   return status;
11291 }
11292 _LT_EOF
11293   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11294   (eval $ac_link) 2>&5
11295   ac_status=$?
11296   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11297   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11298     (./conftest; exit; ) >&5 2>/dev/null
11299     lt_status=$?
11300     case x$lt_status in
11301       x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11302       x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11303       x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11304     esac
11305   else :
11306     # compilation failed
11307     lt_cv_dlopen_self=no
11308   fi
11309 fi
11310 rm -fr conftest*
11311
11312
11313 fi
11314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11315 $as_echo "$lt_cv_dlopen_self" >&6; }
11316
11317     if test "x$lt_cv_dlopen_self" = xyes; then
11318       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11319       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11320 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11321 if test "${lt_cv_dlopen_self_static+set}" = set; then :
11322   $as_echo_n "(cached) " >&6
11323 else
11324           if test "$cross_compiling" = yes; then :
11325   lt_cv_dlopen_self_static=cross
11326 else
11327   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11328   lt_status=$lt_dlunknown
11329   cat > conftest.$ac_ext <<_LT_EOF
11330 #line 11330 "configure"
11331 #include "confdefs.h"
11332
11333 #if HAVE_DLFCN_H
11334 #include <dlfcn.h>
11335 #endif
11336
11337 #include <stdio.h>
11338
11339 #ifdef RTLD_GLOBAL
11340 #  define LT_DLGLOBAL           RTLD_GLOBAL
11341 #else
11342 #  ifdef DL_GLOBAL
11343 #    define LT_DLGLOBAL         DL_GLOBAL
11344 #  else
11345 #    define LT_DLGLOBAL         0
11346 #  endif
11347 #endif
11348
11349 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11350    find out it does not work in some platform. */
11351 #ifndef LT_DLLAZY_OR_NOW
11352 #  ifdef RTLD_LAZY
11353 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
11354 #  else
11355 #    ifdef DL_LAZY
11356 #      define LT_DLLAZY_OR_NOW          DL_LAZY
11357 #    else
11358 #      ifdef RTLD_NOW
11359 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
11360 #      else
11361 #        ifdef DL_NOW
11362 #          define LT_DLLAZY_OR_NOW      DL_NOW
11363 #        else
11364 #          define LT_DLLAZY_OR_NOW      0
11365 #        endif
11366 #      endif
11367 #    endif
11368 #  endif
11369 #endif
11370
11371 /* When -fvisbility=hidden is used, assume the code has been annotated
11372    correspondingly for the symbols needed.  */
11373 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11374 void fnord () __attribute__((visibility("default")));
11375 #endif
11376
11377 void fnord () { int i=42; }
11378 int main ()
11379 {
11380   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11381   int status = $lt_dlunknown;
11382
11383   if (self)
11384     {
11385       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
11386       else
11387         {
11388           if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
11389           else puts (dlerror ());
11390         }
11391       /* dlclose (self); */
11392     }
11393   else
11394     puts (dlerror ());
11395
11396   return status;
11397 }
11398 _LT_EOF
11399   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11400   (eval $ac_link) 2>&5
11401   ac_status=$?
11402   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11403   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11404     (./conftest; exit; ) >&5 2>/dev/null
11405     lt_status=$?
11406     case x$lt_status in
11407       x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11408       x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11409       x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11410     esac
11411   else :
11412     # compilation failed
11413     lt_cv_dlopen_self_static=no
11414   fi
11415 fi
11416 rm -fr conftest*
11417
11418
11419 fi
11420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11421 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11422     fi
11423
11424     CPPFLAGS="$save_CPPFLAGS"
11425     LDFLAGS="$save_LDFLAGS"
11426     LIBS="$save_LIBS"
11427     ;;
11428   esac
11429
11430   case $lt_cv_dlopen_self in
11431   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11432   *) enable_dlopen_self=unknown ;;
11433   esac
11434
11435   case $lt_cv_dlopen_self_static in
11436   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11437   *) enable_dlopen_self_static=unknown ;;
11438   esac
11439 fi
11440
11441
11442
11443
11444
11445
11446
11447
11448
11449
11450
11451
11452
11453
11454
11455
11456
11457 striplib=
11458 old_striplib=
11459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11460 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11461 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11462   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11463   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11464   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11465 $as_echo "yes" >&6; }
11466 else
11467 # FIXME - insert some real tests, host_os isn't really good enough
11468   case $host_os in
11469   darwin*)
11470     if test -n "$STRIP" ; then
11471       striplib="$STRIP -x"
11472       old_striplib="$STRIP -S"
11473       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11474 $as_echo "yes" >&6; }
11475     else
11476       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11477 $as_echo "no" >&6; }
11478     fi
11479     ;;
11480   *)
11481     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11482 $as_echo "no" >&6; }
11483     ;;
11484   esac
11485 fi
11486
11487
11488
11489
11490
11491
11492
11493
11494
11495
11496
11497
11498   # Report which library types will actually be built
11499   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11500 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11501   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11502 $as_echo "$can_build_shared" >&6; }
11503
11504   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11505 $as_echo_n "checking whether to build shared libraries... " >&6; }
11506   test "$can_build_shared" = "no" && enable_shared=no
11507
11508   # On AIX, shared libraries and static libraries use the same namespace, and
11509   # are all built from PIC.
11510   case $host_os in
11511   aix3*)
11512     test "$enable_shared" = yes && enable_static=no
11513     if test -n "$RANLIB"; then
11514       archive_cmds="$archive_cmds~\$RANLIB \$lib"
11515       postinstall_cmds='$RANLIB $lib'
11516     fi
11517     ;;
11518
11519   aix[4-9]*)
11520     if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11521       test "$enable_shared" = yes && enable_static=no
11522     fi
11523     ;;
11524   esac
11525   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11526 $as_echo "$enable_shared" >&6; }
11527
11528   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11529 $as_echo_n "checking whether to build static libraries... " >&6; }
11530   # Make sure either enable_shared or enable_static is yes.
11531   test "$enable_shared" = yes || enable_static=yes
11532   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11533 $as_echo "$enable_static" >&6; }
11534
11535
11536
11537
11538 fi
11539 ac_ext=c
11540 ac_cpp='$CPP $CPPFLAGS'
11541 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11542 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11543 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11544
11545 CC="$lt_save_CC"
11546
11547
11548
11549
11550
11551
11552
11553
11554
11555
11556
11557
11558
11559         ac_config_commands="$ac_config_commands libtool"
11560
11561
11562
11563
11564 # Only expand once:
11565
11566
11567
11568 # The tests for host and target for $enable_largefile require
11569 # canonical names.
11570
11571
11572
11573 # As the $enable_largefile decision depends on --enable-plugins we must set it
11574 # even in directories otherwise not depending on the $plugins option.
11575
11576
11577   maybe_plugins=no
11578   for ac_header in dlfcn.h
11579 do :
11580   ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11581 "
11582 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
11583   cat >>confdefs.h <<_ACEOF
11584 #define HAVE_DLFCN_H 1
11585 _ACEOF
11586  maybe_plugins=yes
11587 fi
11588
11589 done
11590
11591   for ac_header in windows.h
11592 do :
11593   ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11594 "
11595 if test "x$ac_cv_header_windows_h" = x""yes; then :
11596   cat >>confdefs.h <<_ACEOF
11597 #define HAVE_WINDOWS_H 1
11598 _ACEOF
11599  maybe_plugins=yes
11600 fi
11601
11602 done
11603
11604
11605   # Check whether --enable-plugins was given.
11606 if test "${enable_plugins+set}" = set; then :
11607   enableval=$enable_plugins; case "${enableval}" in
11608       no) plugins=no ;;
11609       *) plugins=yes
11610          if test "$maybe_plugins" != "yes" ; then
11611            as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11612          fi ;;
11613      esac
11614 else
11615   plugins=$maybe_plugins
11616
11617 fi
11618
11619   if test "$plugins" = "yes"; then
11620     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
11621 $as_echo_n "checking for library containing dlopen... " >&6; }
11622 if test "${ac_cv_search_dlopen+set}" = set; then :
11623   $as_echo_n "(cached) " >&6
11624 else
11625   ac_func_search_save_LIBS=$LIBS
11626 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11627 /* end confdefs.h.  */
11628
11629 /* Override any GCC internal prototype to avoid an error.
11630    Use char because int might match the return type of a GCC
11631    builtin and then its argument prototype would still apply.  */
11632 #ifdef __cplusplus
11633 extern "C"
11634 #endif
11635 char dlopen ();
11636 int
11637 main ()
11638 {
11639 return dlopen ();
11640   ;
11641   return 0;
11642 }
11643 _ACEOF
11644 for ac_lib in '' dl; do
11645   if test -z "$ac_lib"; then
11646     ac_res="none required"
11647   else
11648     ac_res=-l$ac_lib
11649     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
11650   fi
11651   if ac_fn_c_try_link "$LINENO"; then :
11652   ac_cv_search_dlopen=$ac_res
11653 fi
11654 rm -f core conftest.err conftest.$ac_objext \
11655     conftest$ac_exeext
11656   if test "${ac_cv_search_dlopen+set}" = set; then :
11657   break
11658 fi
11659 done
11660 if test "${ac_cv_search_dlopen+set}" = set; then :
11661
11662 else
11663   ac_cv_search_dlopen=no
11664 fi
11665 rm conftest.$ac_ext
11666 LIBS=$ac_func_search_save_LIBS
11667 fi
11668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
11669 $as_echo "$ac_cv_search_dlopen" >&6; }
11670 ac_res=$ac_cv_search_dlopen
11671 if test "$ac_res" != no; then :
11672   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11673
11674 fi
11675
11676   fi
11677
11678
11679 case "${host}" in
11680   sparc-*-solaris*|i[3-7]86-*-solaris*)
11681     # On native 32bit sparc and ia32 solaris, large-file and procfs support
11682     # are mutually exclusive; and without procfs support, the bfd/ elf module
11683     # cannot provide certain routines such as elfcore_write_prpsinfo
11684     # or elfcore_write_prstatus.  So unless the user explicitly requested
11685     # large-file support through the --enable-largefile switch, disable
11686     # large-file support in favor of procfs support.
11687     test "${target}" = "${host}" -a "x$plugins" = xno \
11688       && : ${enable_largefile="no"}
11689     ;;
11690 esac
11691
11692 # Check whether --enable-largefile was given.
11693 if test "${enable_largefile+set}" = set; then :
11694   enableval=$enable_largefile;
11695 fi
11696
11697 if test "$enable_largefile" != no; then
11698
11699   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11700 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11701 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
11702   $as_echo_n "(cached) " >&6
11703 else
11704   ac_cv_sys_largefile_CC=no
11705      if test "$GCC" != yes; then
11706        ac_save_CC=$CC
11707        while :; do
11708          # IRIX 6.2 and later do not support large files by default,
11709          # so use the C compiler's -n32 option if that helps.
11710          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11711 /* end confdefs.h.  */
11712 #include <sys/types.h>
11713  /* Check that off_t can represent 2**63 - 1 correctly.
11714     We can't simply define LARGE_OFF_T to be 9223372036854775807,
11715     since some C++ compilers masquerading as C compilers
11716     incorrectly reject 9223372036854775807.  */
11717 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11718   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11719                        && LARGE_OFF_T % 2147483647 == 1)
11720                       ? 1 : -1];
11721 int
11722 main ()
11723 {
11724
11725   ;
11726   return 0;
11727 }
11728 _ACEOF
11729          if ac_fn_c_try_compile "$LINENO"; then :
11730   break
11731 fi
11732 rm -f core conftest.err conftest.$ac_objext
11733          CC="$CC -n32"
11734          if ac_fn_c_try_compile "$LINENO"; then :
11735   ac_cv_sys_largefile_CC=' -n32'; break
11736 fi
11737 rm -f core conftest.err conftest.$ac_objext
11738          break
11739        done
11740        CC=$ac_save_CC
11741        rm -f conftest.$ac_ext
11742     fi
11743 fi
11744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11745 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
11746   if test "$ac_cv_sys_largefile_CC" != no; then
11747     CC=$CC$ac_cv_sys_largefile_CC
11748   fi
11749
11750   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11751 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11752 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
11753   $as_echo_n "(cached) " >&6
11754 else
11755   while :; do
11756   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11757 /* end confdefs.h.  */
11758 #include <sys/types.h>
11759  /* Check that off_t can represent 2**63 - 1 correctly.
11760     We can't simply define LARGE_OFF_T to be 9223372036854775807,
11761     since some C++ compilers masquerading as C compilers
11762     incorrectly reject 9223372036854775807.  */
11763 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11764   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11765                        && LARGE_OFF_T % 2147483647 == 1)
11766                       ? 1 : -1];
11767 int
11768 main ()
11769 {
11770
11771   ;
11772   return 0;
11773 }
11774 _ACEOF
11775 if ac_fn_c_try_compile "$LINENO"; then :
11776   ac_cv_sys_file_offset_bits=no; break
11777 fi
11778 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11779   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11780 /* end confdefs.h.  */
11781 #define _FILE_OFFSET_BITS 64
11782 #include <sys/types.h>
11783  /* Check that off_t can represent 2**63 - 1 correctly.
11784     We can't simply define LARGE_OFF_T to be 9223372036854775807,
11785     since some C++ compilers masquerading as C compilers
11786     incorrectly reject 9223372036854775807.  */
11787 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11788   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11789                        && LARGE_OFF_T % 2147483647 == 1)
11790                       ? 1 : -1];
11791 int
11792 main ()
11793 {
11794
11795   ;
11796   return 0;
11797 }
11798 _ACEOF
11799 if ac_fn_c_try_compile "$LINENO"; then :
11800   ac_cv_sys_file_offset_bits=64; break
11801 fi
11802 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11803   ac_cv_sys_file_offset_bits=unknown
11804   break
11805 done
11806 fi
11807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11808 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11809 case $ac_cv_sys_file_offset_bits in #(
11810   no | unknown) ;;
11811   *)
11812 cat >>confdefs.h <<_ACEOF
11813 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11814 _ACEOF
11815 ;;
11816 esac
11817 rm -rf conftest*
11818   if test $ac_cv_sys_file_offset_bits = unknown; then
11819     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11820 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11821 if test "${ac_cv_sys_large_files+set}" = set; then :
11822   $as_echo_n "(cached) " >&6
11823 else
11824   while :; do
11825   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11826 /* end confdefs.h.  */
11827 #include <sys/types.h>
11828  /* Check that off_t can represent 2**63 - 1 correctly.
11829     We can't simply define LARGE_OFF_T to be 9223372036854775807,
11830     since some C++ compilers masquerading as C compilers
11831     incorrectly reject 9223372036854775807.  */
11832 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11833   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11834                        && LARGE_OFF_T % 2147483647 == 1)
11835                       ? 1 : -1];
11836 int
11837 main ()
11838 {
11839
11840   ;
11841   return 0;
11842 }
11843 _ACEOF
11844 if ac_fn_c_try_compile "$LINENO"; then :
11845   ac_cv_sys_large_files=no; break
11846 fi
11847 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11848   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11849 /* end confdefs.h.  */
11850 #define _LARGE_FILES 1
11851 #include <sys/types.h>
11852  /* Check that off_t can represent 2**63 - 1 correctly.
11853     We can't simply define LARGE_OFF_T to be 9223372036854775807,
11854     since some C++ compilers masquerading as C compilers
11855     incorrectly reject 9223372036854775807.  */
11856 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11857   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11858                        && LARGE_OFF_T % 2147483647 == 1)
11859                       ? 1 : -1];
11860 int
11861 main ()
11862 {
11863
11864   ;
11865   return 0;
11866 }
11867 _ACEOF
11868 if ac_fn_c_try_compile "$LINENO"; then :
11869   ac_cv_sys_large_files=1; break
11870 fi
11871 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11872   ac_cv_sys_large_files=unknown
11873   break
11874 done
11875 fi
11876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11877 $as_echo "$ac_cv_sys_large_files" >&6; }
11878 case $ac_cv_sys_large_files in #(
11879   no | unknown) ;;
11880   *)
11881 cat >>confdefs.h <<_ACEOF
11882 #define _LARGE_FILES $ac_cv_sys_large_files
11883 _ACEOF
11884 ;;
11885 esac
11886 rm -rf conftest*
11887   fi
11888 fi
11889
11890
11891
11892 # Check whether --enable-targets was given.
11893 if test "${enable_targets+set}" = set; then :
11894   enableval=$enable_targets; case "${enableval}" in
11895   yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
11896             ;;
11897   no)       enable_targets= ;;
11898   *)        enable_targets=$enableval ;;
11899 esac
11900 fi
11901
11902 # Check whether --enable-deterministic-archives was given.
11903 if test "${enable_deterministic_archives+set}" = set; then :
11904   enableval=$enable_deterministic_archives;
11905 if test "${enableval}" = no; then
11906   default_ar_deterministic=0
11907 else
11908   default_ar_deterministic=1
11909 fi
11910 else
11911   default_ar_deterministic=0
11912 fi
11913
11914
11915
11916 cat >>confdefs.h <<_ACEOF
11917 #define DEFAULT_AR_DETERMINISTIC $default_ar_deterministic
11918 _ACEOF
11919
11920
11921 # Check whether --enable-default-strings-all was given.
11922 if test "${enable_default_strings_all+set}" = set; then :
11923   enableval=$enable_default_strings_all;
11924 if test "${enableval}" = no; then
11925   default_strings_all=0
11926 else
11927   default_strings_all=1
11928 fi
11929 else
11930   default_strings_all=1
11931 fi
11932
11933
11934
11935 cat >>confdefs.h <<_ACEOF
11936 #define DEFAULT_STRINGS_ALL $default_strings_all
11937 _ACEOF
11938
11939
11940
11941 # Set the 'development' global.
11942 . $srcdir/../bfd/development.sh
11943
11944 # Default set of GCC warnings to enable.
11945 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11946
11947 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11948 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11949 /* end confdefs.h.  */
11950 __GNUC__
11951 _ACEOF
11952 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11953   $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11954
11955 else
11956   GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11957 fi
11958 rm -f conftest*
11959
11960
11961 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11962 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11963 /* end confdefs.h.  */
11964 __GNUC__
11965 _ACEOF
11966 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11967   $EGREP "^[0-4]$" >/dev/null 2>&1; then :
11968
11969 else
11970   GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
11971 fi
11972 rm -f conftest*
11973
11974
11975
11976 # Check whether --enable-werror was given.
11977 if test "${enable_werror+set}" = set; then :
11978   enableval=$enable_werror; case "${enableval}" in
11979      yes | y) ERROR_ON_WARNING="yes" ;;
11980      no | n)  ERROR_ON_WARNING="no" ;;
11981      *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11982    esac
11983 fi
11984
11985
11986 # Disable -Wformat by default when using gcc on mingw
11987 case "${host}" in
11988   *-*-mingw32*)
11989     if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11990       GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
11991     fi
11992     ;;
11993   *) ;;
11994 esac
11995
11996 # Enable -Werror by default when using gcc.  Turn it off for releases.
11997 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
11998     ERROR_ON_WARNING=yes
11999 fi
12000
12001 NO_WERROR=
12002 if test "${ERROR_ON_WARNING}" = yes ; then
12003     GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
12004     NO_WERROR="-Wno-error"
12005 fi
12006
12007 if test "${GCC}" = yes ; then
12008   WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12009 fi
12010
12011 # Check whether --enable-build-warnings was given.
12012 if test "${enable_build_warnings+set}" = set; then :
12013   enableval=$enable_build_warnings; case "${enableval}" in
12014   yes)  WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
12015   no)   if test "${GCC}" = yes ; then
12016           WARN_CFLAGS="-w"
12017         fi;;
12018   ,*)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
12019         WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";;
12020   *,)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
12021         WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
12022   *)    WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12023 esac
12024 fi
12025
12026
12027 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12028   echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12029 fi
12030
12031
12032
12033
12034
12035 ac_config_headers="$ac_config_headers config.h:config.in"
12036
12037
12038
12039
12040 if test -z "$target" ; then
12041     as_fn_error "Unrecognized target system type; please check config.sub." "$LINENO" 5
12042 fi
12043 if test -z "$host" ; then
12044     as_fn_error "Unrecognized host system type; please check config.sub." "$LINENO" 5
12045 fi
12046
12047 for ac_prog in 'bison -y' byacc
12048 do
12049   # Extract the first word of "$ac_prog", so it can be a program name with args.
12050 set dummy $ac_prog; ac_word=$2
12051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12052 $as_echo_n "checking for $ac_word... " >&6; }
12053 if test "${ac_cv_prog_YACC+set}" = set; then :
12054   $as_echo_n "(cached) " >&6
12055 else
12056   if test -n "$YACC"; then
12057   ac_cv_prog_YACC="$YACC" # Let the user override the test.
12058 else
12059 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12060 for as_dir in $PATH
12061 do
12062   IFS=$as_save_IFS
12063   test -z "$as_dir" && as_dir=.
12064     for ac_exec_ext in '' $ac_executable_extensions; do
12065   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12066     ac_cv_prog_YACC="$ac_prog"
12067     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12068     break 2
12069   fi
12070 done
12071   done
12072 IFS=$as_save_IFS
12073
12074 fi
12075 fi
12076 YACC=$ac_cv_prog_YACC
12077 if test -n "$YACC"; then
12078   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
12079 $as_echo "$YACC" >&6; }
12080 else
12081   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12082 $as_echo "no" >&6; }
12083 fi
12084
12085
12086   test -n "$YACC" && break
12087 done
12088 test -n "$YACC" || YACC="yacc"
12089
12090 for ac_prog in flex lex
12091 do
12092   # Extract the first word of "$ac_prog", so it can be a program name with args.
12093 set dummy $ac_prog; ac_word=$2
12094 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12095 $as_echo_n "checking for $ac_word... " >&6; }
12096 if test "${ac_cv_prog_LEX+set}" = set; then :
12097   $as_echo_n "(cached) " >&6
12098 else
12099   if test -n "$LEX"; then
12100   ac_cv_prog_LEX="$LEX" # Let the user override the test.
12101 else
12102 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12103 for as_dir in $PATH
12104 do
12105   IFS=$as_save_IFS
12106   test -z "$as_dir" && as_dir=.
12107     for ac_exec_ext in '' $ac_executable_extensions; do
12108   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12109     ac_cv_prog_LEX="$ac_prog"
12110     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12111     break 2
12112   fi
12113 done
12114   done
12115 IFS=$as_save_IFS
12116
12117 fi
12118 fi
12119 LEX=$ac_cv_prog_LEX
12120 if test -n "$LEX"; then
12121   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
12122 $as_echo "$LEX" >&6; }
12123 else
12124   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12125 $as_echo "no" >&6; }
12126 fi
12127
12128
12129   test -n "$LEX" && break
12130 done
12131 test -n "$LEX" || LEX=":"
12132
12133 case "$LEX" in
12134   :|*"missing "*) ;;
12135   *) cat >conftest.l <<_ACEOF
12136 %%
12137 a { ECHO; }
12138 b { REJECT; }
12139 c { yymore (); }
12140 d { yyless (1); }
12141 e { yyless (input () != 0); }
12142 f { unput (yytext[0]); }
12143 . { BEGIN INITIAL; }
12144 %%
12145 #ifdef YYTEXT_POINTER
12146 extern char *yytext;
12147 #endif
12148 int
12149 main (void)
12150 {
12151   return ! yylex () + ! yywrap ();
12152 }
12153 _ACEOF
12154 { { ac_try="$LEX conftest.l"
12155 case "(($ac_try" in
12156   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12157   *) ac_try_echo=$ac_try;;
12158 esac
12159 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
12160 $as_echo "$ac_try_echo"; } >&5
12161   (eval "$LEX conftest.l") 2>&5
12162   ac_status=$?
12163   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12164   test $ac_status = 0; }
12165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
12166 $as_echo_n "checking lex output file root... " >&6; }
12167 if test "${ac_cv_prog_lex_root+set}" = set; then :
12168   $as_echo_n "(cached) " >&6
12169 else
12170
12171 if test -f lex.yy.c; then
12172   ac_cv_prog_lex_root=lex.yy
12173 elif test -f lexyy.c; then
12174   ac_cv_prog_lex_root=lexyy
12175 else
12176   as_fn_error "cannot find output from $LEX; giving up" "$LINENO" 5
12177 fi
12178 fi
12179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
12180 $as_echo "$ac_cv_prog_lex_root" >&6; }
12181 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
12182
12183 if test -z "${LEXLIB+set}"; then
12184   { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
12185 $as_echo_n "checking lex library... " >&6; }
12186 if test "${ac_cv_lib_lex+set}" = set; then :
12187   $as_echo_n "(cached) " >&6
12188 else
12189
12190     ac_save_LIBS=$LIBS
12191     ac_cv_lib_lex='none needed'
12192     for ac_lib in '' -lfl -ll; do
12193       LIBS="$ac_lib $ac_save_LIBS"
12194       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12195 /* end confdefs.h.  */
12196 `cat $LEX_OUTPUT_ROOT.c`
12197 _ACEOF
12198 if ac_fn_c_try_link "$LINENO"; then :
12199   ac_cv_lib_lex=$ac_lib
12200 fi
12201 rm -f core conftest.err conftest.$ac_objext \
12202     conftest$ac_exeext conftest.$ac_ext
12203       test "$ac_cv_lib_lex" != 'none needed' && break
12204     done
12205     LIBS=$ac_save_LIBS
12206
12207 fi
12208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
12209 $as_echo "$ac_cv_lib_lex" >&6; }
12210   test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
12211 fi
12212
12213
12214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
12215 $as_echo_n "checking whether yytext is a pointer... " >&6; }
12216 if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then :
12217   $as_echo_n "(cached) " >&6
12218 else
12219   # POSIX says lex can declare yytext either as a pointer or an array; the
12220 # default is implementation-dependent.  Figure out which it is, since
12221 # not all implementations provide the %pointer and %array declarations.
12222 ac_cv_prog_lex_yytext_pointer=no
12223 ac_save_LIBS=$LIBS
12224 LIBS="$LEXLIB $ac_save_LIBS"
12225 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12226 /* end confdefs.h.  */
12227 #define YYTEXT_POINTER 1
12228 `cat $LEX_OUTPUT_ROOT.c`
12229 _ACEOF
12230 if ac_fn_c_try_link "$LINENO"; then :
12231   ac_cv_prog_lex_yytext_pointer=yes
12232 fi
12233 rm -f core conftest.err conftest.$ac_objext \
12234     conftest$ac_exeext conftest.$ac_ext
12235 LIBS=$ac_save_LIBS
12236
12237 fi
12238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
12239 $as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
12240 if test $ac_cv_prog_lex_yytext_pointer = yes; then
12241
12242 $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
12243
12244 fi
12245 rm -f conftest.l $LEX_OUTPUT_ROOT.c
12246  ;;
12247 esac
12248 if test "$LEX" = :; then
12249   LEX=${am_missing_run}flex
12250 fi
12251
12252 ALL_LINGUAS="bg da es fi fr id it ja ro ru rw sk sv tr uk vi zh_CN zh_TW hr ca"
12253 # If we haven't got the data from the intl directory,
12254 # assume NLS is disabled.
12255 USE_NLS=no
12256 LIBINTL=
12257 LIBINTL_DEP=
12258 INCINTL=
12259 XGETTEXT=
12260 GMSGFMT=
12261 POSUB=
12262
12263 if test -f  ../intl/config.intl; then
12264   .  ../intl/config.intl
12265 fi
12266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12267 $as_echo_n "checking whether NLS is requested... " >&6; }
12268 if test x"$USE_NLS" != xyes; then
12269   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12270 $as_echo "no" >&6; }
12271 else
12272   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12273 $as_echo "yes" >&6; }
12274
12275 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
12276
12277
12278   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12279 $as_echo_n "checking for catalogs to be installed... " >&6; }
12280   # Look for .po and .gmo files in the source directory.
12281   CATALOGS=
12282   XLINGUAS=
12283   for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12284     # If there aren't any .gmo files the shell will give us the
12285     # literal string "../path/to/srcdir/po/*.gmo" which has to be
12286     # weeded out.
12287     case "$cat" in *\**)
12288       continue;;
12289     esac
12290     # The quadruple backslash is collapsed to a double backslash
12291     # by the backticks, then collapsed again by the double quotes,
12292     # leaving us with one backslash in the sed expression (right
12293     # before the dot that mustn't act as a wildcard).
12294     cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12295     lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12296     # The user is allowed to set LINGUAS to a list of languages to
12297     # install catalogs for.  If it's empty that means "all of them."
12298     if test "x$LINGUAS" = x; then
12299       CATALOGS="$CATALOGS $cat"
12300       XLINGUAS="$XLINGUAS $lang"
12301     else
12302       case "$LINGUAS" in *$lang*)
12303         CATALOGS="$CATALOGS $cat"
12304         XLINGUAS="$XLINGUAS $lang"
12305         ;;
12306       esac
12307     fi
12308   done
12309   LINGUAS="$XLINGUAS"
12310   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12311 $as_echo "$LINGUAS" >&6; }
12312
12313
12314     DATADIRNAME=share
12315
12316   INSTOBJEXT=.mo
12317
12318   GENCAT=gencat
12319
12320   CATOBJEXT=.gmo
12321
12322 fi
12323
12324         MKINSTALLDIRS=
12325   if test -n "$ac_aux_dir"; then
12326     case "$ac_aux_dir" in
12327       /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12328       *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12329     esac
12330   fi
12331   if test -z "$MKINSTALLDIRS"; then
12332     MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12333   fi
12334
12335
12336
12337   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12338 $as_echo_n "checking whether NLS is requested... " >&6; }
12339     # Check whether --enable-nls was given.
12340 if test "${enable_nls+set}" = set; then :
12341   enableval=$enable_nls; USE_NLS=$enableval
12342 else
12343   USE_NLS=yes
12344 fi
12345
12346   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12347 $as_echo "$USE_NLS" >&6; }
12348
12349
12350
12351
12352
12353
12354 # Prepare PATH_SEPARATOR.
12355 # The user is always right.
12356 if test "${PATH_SEPARATOR+set}" != set; then
12357   echo "#! /bin/sh" >conf$$.sh
12358   echo  "exit 0"   >>conf$$.sh
12359   chmod +x conf$$.sh
12360   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12361     PATH_SEPARATOR=';'
12362   else
12363     PATH_SEPARATOR=:
12364   fi
12365   rm -f conf$$.sh
12366 fi
12367
12368 # Find out how to test for executable files. Don't use a zero-byte file,
12369 # as systems may use methods other than mode bits to determine executability.
12370 cat >conf$$.file <<_ASEOF
12371 #! /bin/sh
12372 exit 0
12373 _ASEOF
12374 chmod +x conf$$.file
12375 if test -x conf$$.file >/dev/null 2>&1; then
12376   ac_executable_p="test -x"
12377 else
12378   ac_executable_p="test -f"
12379 fi
12380 rm -f conf$$.file
12381
12382 # Extract the first word of "msgfmt", so it can be a program name with args.
12383 set dummy msgfmt; ac_word=$2
12384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12385 $as_echo_n "checking for $ac_word... " >&6; }
12386 if test "${ac_cv_path_MSGFMT+set}" = set; then :
12387   $as_echo_n "(cached) " >&6
12388 else
12389   case "$MSGFMT" in
12390   [\\/]* | ?:[\\/]*)
12391     ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12392     ;;
12393   *)
12394     ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12395     for ac_dir in $PATH; do
12396       IFS="$ac_save_IFS"
12397       test -z "$ac_dir" && ac_dir=.
12398       for ac_exec_ext in '' $ac_executable_extensions; do
12399         if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12400           if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12401      (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12402             ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12403             break 2
12404           fi
12405         fi
12406       done
12407     done
12408     IFS="$ac_save_IFS"
12409   test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12410     ;;
12411 esac
12412 fi
12413 MSGFMT="$ac_cv_path_MSGFMT"
12414 if test "$MSGFMT" != ":"; then
12415   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12416 $as_echo "$MSGFMT" >&6; }
12417 else
12418   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12419 $as_echo "no" >&6; }
12420 fi
12421
12422   # Extract the first word of "gmsgfmt", so it can be a program name with args.
12423 set dummy gmsgfmt; ac_word=$2
12424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12425 $as_echo_n "checking for $ac_word... " >&6; }
12426 if test "${ac_cv_path_GMSGFMT+set}" = set; then :
12427   $as_echo_n "(cached) " >&6
12428 else
12429   case $GMSGFMT in
12430   [\\/]* | ?:[\\/]*)
12431   ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12432   ;;
12433   *)
12434   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12435 for as_dir in $PATH
12436 do
12437   IFS=$as_save_IFS
12438   test -z "$as_dir" && as_dir=.
12439     for ac_exec_ext in '' $ac_executable_extensions; do
12440   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12441     ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
12442     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12443     break 2
12444   fi
12445 done
12446   done
12447 IFS=$as_save_IFS
12448
12449   test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12450   ;;
12451 esac
12452 fi
12453 GMSGFMT=$ac_cv_path_GMSGFMT
12454 if test -n "$GMSGFMT"; then
12455   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12456 $as_echo "$GMSGFMT" >&6; }
12457 else
12458   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12459 $as_echo "no" >&6; }
12460 fi
12461
12462
12463
12464
12465 # Prepare PATH_SEPARATOR.
12466 # The user is always right.
12467 if test "${PATH_SEPARATOR+set}" != set; then
12468   echo "#! /bin/sh" >conf$$.sh
12469   echo  "exit 0"   >>conf$$.sh
12470   chmod +x conf$$.sh
12471   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12472     PATH_SEPARATOR=';'
12473   else
12474     PATH_SEPARATOR=:
12475   fi
12476   rm -f conf$$.sh
12477 fi
12478
12479 # Find out how to test for executable files. Don't use a zero-byte file,
12480 # as systems may use methods other than mode bits to determine executability.
12481 cat >conf$$.file <<_ASEOF
12482 #! /bin/sh
12483 exit 0
12484 _ASEOF
12485 chmod +x conf$$.file
12486 if test -x conf$$.file >/dev/null 2>&1; then
12487   ac_executable_p="test -x"
12488 else
12489   ac_executable_p="test -f"
12490 fi
12491 rm -f conf$$.file
12492
12493 # Extract the first word of "xgettext", so it can be a program name with args.
12494 set dummy xgettext; ac_word=$2
12495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12496 $as_echo_n "checking for $ac_word... " >&6; }
12497 if test "${ac_cv_path_XGETTEXT+set}" = set; then :
12498   $as_echo_n "(cached) " >&6
12499 else
12500   case "$XGETTEXT" in
12501   [\\/]* | ?:[\\/]*)
12502     ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12503     ;;
12504   *)
12505     ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12506     for ac_dir in $PATH; do
12507       IFS="$ac_save_IFS"
12508       test -z "$ac_dir" && ac_dir=.
12509       for ac_exec_ext in '' $ac_executable_extensions; do
12510         if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12511           if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12512      (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
12513             ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12514             break 2
12515           fi
12516         fi
12517       done
12518     done
12519     IFS="$ac_save_IFS"
12520   test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12521     ;;
12522 esac
12523 fi
12524 XGETTEXT="$ac_cv_path_XGETTEXT"
12525 if test "$XGETTEXT" != ":"; then
12526   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12527 $as_echo "$XGETTEXT" >&6; }
12528 else
12529   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12530 $as_echo "no" >&6; }
12531 fi
12532
12533     rm -f messages.po
12534
12535
12536 # Prepare PATH_SEPARATOR.
12537 # The user is always right.
12538 if test "${PATH_SEPARATOR+set}" != set; then
12539   echo "#! /bin/sh" >conf$$.sh
12540   echo  "exit 0"   >>conf$$.sh
12541   chmod +x conf$$.sh
12542   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12543     PATH_SEPARATOR=';'
12544   else
12545     PATH_SEPARATOR=:
12546   fi
12547   rm -f conf$$.sh
12548 fi
12549
12550 # Find out how to test for executable files. Don't use a zero-byte file,
12551 # as systems may use methods other than mode bits to determine executability.
12552 cat >conf$$.file <<_ASEOF
12553 #! /bin/sh
12554 exit 0
12555 _ASEOF
12556 chmod +x conf$$.file
12557 if test -x conf$$.file >/dev/null 2>&1; then
12558   ac_executable_p="test -x"
12559 else
12560   ac_executable_p="test -f"
12561 fi
12562 rm -f conf$$.file
12563
12564 # Extract the first word of "msgmerge", so it can be a program name with args.
12565 set dummy msgmerge; ac_word=$2
12566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12567 $as_echo_n "checking for $ac_word... " >&6; }
12568 if test "${ac_cv_path_MSGMERGE+set}" = set; then :
12569   $as_echo_n "(cached) " >&6
12570 else
12571   case "$MSGMERGE" in
12572   [\\/]* | ?:[\\/]*)
12573     ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12574     ;;
12575   *)
12576     ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12577     for ac_dir in $PATH; do
12578       IFS="$ac_save_IFS"
12579       test -z "$ac_dir" && ac_dir=.
12580       for ac_exec_ext in '' $ac_executable_extensions; do
12581         if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12582           if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12583             ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12584             break 2
12585           fi
12586         fi
12587       done
12588     done
12589     IFS="$ac_save_IFS"
12590   test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12591     ;;
12592 esac
12593 fi
12594 MSGMERGE="$ac_cv_path_MSGMERGE"
12595 if test "$MSGMERGE" != ":"; then
12596   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12597 $as_echo "$MSGMERGE" >&6; }
12598 else
12599   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12600 $as_echo "no" >&6; }
12601 fi
12602
12603
12604       if test "$GMSGFMT" != ":"; then
12605             if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12606        (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12607       : ;
12608     else
12609       GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
12610       { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12611 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
12612       GMSGFMT=":"
12613     fi
12614   fi
12615
12616       if test "$XGETTEXT" != ":"; then
12617             if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12618        (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
12619       : ;
12620     else
12621       { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12622 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
12623       XGETTEXT=":"
12624     fi
12625         rm -f messages.po
12626   fi
12627
12628   ac_config_commands="$ac_config_commands default-1"
12629
12630
12631
12632
12633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12634 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12635     # Check whether --enable-maintainer-mode was given.
12636 if test "${enable_maintainer_mode+set}" = set; then :
12637   enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
12638 else
12639   USE_MAINTAINER_MODE=no
12640 fi
12641
12642   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12643 $as_echo "$USE_MAINTAINER_MODE" >&6; }
12644    if test $USE_MAINTAINER_MODE = yes; then
12645   MAINTAINER_MODE_TRUE=
12646   MAINTAINER_MODE_FALSE='#'
12647 else
12648   MAINTAINER_MODE_TRUE='#'
12649   MAINTAINER_MODE_FALSE=
12650 fi
12651
12652   MAINT=$MAINTAINER_MODE_TRUE
12653
12654
12655  if false; then
12656   GENINSRC_NEVER_TRUE=
12657   GENINSRC_NEVER_FALSE='#'
12658 else
12659   GENINSRC_NEVER_TRUE='#'
12660   GENINSRC_NEVER_FALSE=
12661 fi
12662
12663
12664 if test -n "$EXEEXT"; then
12665
12666 $as_echo "#define HAVE_EXECUTABLE_SUFFIX 1" >>confdefs.h
12667
12668 fi
12669
12670 cat >>confdefs.h <<_ACEOF
12671 #define EXECUTABLE_SUFFIX "${EXEEXT}"
12672 _ACEOF
12673
12674
12675 # host-specific stuff:
12676
12677 HDEFINES=
12678
12679 . ${srcdir}/../bfd/configure.host
12680
12681
12682 AR=${AR-ar}
12683
12684 if test -n "$ac_tool_prefix"; then
12685   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
12686 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
12687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12688 $as_echo_n "checking for $ac_word... " >&6; }
12689 if test "${ac_cv_prog_RANLIB+set}" = set; then :
12690   $as_echo_n "(cached) " >&6
12691 else
12692   if test -n "$RANLIB"; then
12693   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
12694 else
12695 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12696 for as_dir in $PATH
12697 do
12698   IFS=$as_save_IFS
12699   test -z "$as_dir" && as_dir=.
12700     for ac_exec_ext in '' $ac_executable_extensions; do
12701   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12702     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
12703     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12704     break 2
12705   fi
12706 done
12707   done
12708 IFS=$as_save_IFS
12709
12710 fi
12711 fi
12712 RANLIB=$ac_cv_prog_RANLIB
12713 if test -n "$RANLIB"; then
12714   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
12715 $as_echo "$RANLIB" >&6; }
12716 else
12717   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12718 $as_echo "no" >&6; }
12719 fi
12720
12721
12722 fi
12723 if test -z "$ac_cv_prog_RANLIB"; then
12724   ac_ct_RANLIB=$RANLIB
12725   # Extract the first word of "ranlib", so it can be a program name with args.
12726 set dummy ranlib; ac_word=$2
12727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12728 $as_echo_n "checking for $ac_word... " >&6; }
12729 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
12730   $as_echo_n "(cached) " >&6
12731 else
12732   if test -n "$ac_ct_RANLIB"; then
12733   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
12734 else
12735 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12736 for as_dir in $PATH
12737 do
12738   IFS=$as_save_IFS
12739   test -z "$as_dir" && as_dir=.
12740     for ac_exec_ext in '' $ac_executable_extensions; do
12741   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12742     ac_cv_prog_ac_ct_RANLIB="ranlib"
12743     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12744     break 2
12745   fi
12746 done
12747   done
12748 IFS=$as_save_IFS
12749
12750 fi
12751 fi
12752 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
12753 if test -n "$ac_ct_RANLIB"; then
12754   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
12755 $as_echo "$ac_ct_RANLIB" >&6; }
12756 else
12757   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12758 $as_echo "no" >&6; }
12759 fi
12760
12761   if test "x$ac_ct_RANLIB" = x; then
12762     RANLIB=":"
12763   else
12764     case $cross_compiling:$ac_tool_warned in
12765 yes:)
12766 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
12767 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
12768 ac_tool_warned=yes ;;
12769 esac
12770     RANLIB=$ac_ct_RANLIB
12771   fi
12772 else
12773   RANLIB="$ac_cv_prog_RANLIB"
12774 fi
12775
12776
12777
12778 # Put a plausible default for CC_FOR_BUILD in Makefile.
12779 if test -z "$CC_FOR_BUILD"; then
12780   if test "x$cross_compiling" = "xno"; then
12781     CC_FOR_BUILD='$(CC)'
12782   else
12783     CC_FOR_BUILD=gcc
12784   fi
12785 fi
12786
12787 # Also set EXEEXT_FOR_BUILD.
12788 if test "x$cross_compiling" = "xno"; then
12789   EXEEXT_FOR_BUILD='$(EXEEXT)'
12790 else
12791   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12792 $as_echo_n "checking for build system executable suffix... " >&6; }
12793 if test "${bfd_cv_build_exeext+set}" = set; then :
12794   $as_echo_n "(cached) " >&6
12795 else
12796   rm -f conftest*
12797      echo 'int main () { return 0; }' > conftest.c
12798      bfd_cv_build_exeext=
12799      ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12800      for file in conftest.*; do
12801        case $file in
12802        *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12803        *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12804        esac
12805      done
12806      rm -f conftest*
12807      test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
12808 fi
12809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12810 $as_echo "$bfd_cv_build_exeext" >&6; }
12811   EXEEXT_FOR_BUILD=""
12812   test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
12813 fi
12814
12815
12816 DEMANGLER_NAME=c++filt
12817 case "${host}" in
12818   *-*-go32* | *-*-msdos*)
12819     DEMANGLER_NAME=cxxfilt
12820 esac
12821
12822
12823 # The cast to long int works around a bug in the HP C Compiler
12824 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12825 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12826 # This bug is HP SR number 8606223364.
12827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
12828 $as_echo_n "checking size of long... " >&6; }
12829 if test "${ac_cv_sizeof_long+set}" = set; then :
12830   $as_echo_n "(cached) " >&6
12831 else
12832   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long"        "$ac_includes_default"; then :
12833
12834 else
12835   if test "$ac_cv_type_long" = yes; then
12836      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12837 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12838 { as_fn_set_status 77
12839 as_fn_error "cannot compute sizeof (long)
12840 See \`config.log' for more details." "$LINENO" 5; }; }
12841    else
12842      ac_cv_sizeof_long=0
12843    fi
12844 fi
12845
12846 fi
12847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
12848 $as_echo "$ac_cv_sizeof_long" >&6; }
12849
12850
12851
12852 cat >>confdefs.h <<_ACEOF
12853 #define SIZEOF_LONG $ac_cv_sizeof_long
12854 _ACEOF
12855
12856
12857 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12858 if test "x$ac_cv_type_long_long" = x""yes; then :
12859
12860 cat >>confdefs.h <<_ACEOF
12861 #define HAVE_LONG_LONG 1
12862 _ACEOF
12863
12864 # The cast to long int works around a bug in the HP C Compiler
12865 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12866 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12867 # This bug is HP SR number 8606223364.
12868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
12869 $as_echo_n "checking size of long long... " >&6; }
12870 if test "${ac_cv_sizeof_long_long+set}" = set; then :
12871   $as_echo_n "(cached) " >&6
12872 else
12873   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long"        "$ac_includes_default"; then :
12874
12875 else
12876   if test "$ac_cv_type_long_long" = yes; then
12877      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12878 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12879 { as_fn_set_status 77
12880 as_fn_error "cannot compute sizeof (long long)
12881 See \`config.log' for more details." "$LINENO" 5; }; }
12882    else
12883      ac_cv_sizeof_long_long=0
12884    fi
12885 fi
12886
12887 fi
12888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
12889 $as_echo "$ac_cv_sizeof_long_long" >&6; }
12890
12891
12892
12893 cat >>confdefs.h <<_ACEOF
12894 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
12895 _ACEOF
12896
12897
12898 fi
12899
12900
12901 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
12902 do :
12903   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12904 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12905 eval as_val=\$$as_ac_Header
12906    if test "x$as_val" = x""yes; then :
12907   cat >>confdefs.h <<_ACEOF
12908 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12909 _ACEOF
12910
12911 fi
12912
12913 done
12914
12915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
12916 $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
12917 if test "${ac_cv_header_sys_wait_h+set}" = set; then :
12918   $as_echo_n "(cached) " >&6
12919 else
12920   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12921 /* end confdefs.h.  */
12922 #include <sys/types.h>
12923 #include <sys/wait.h>
12924 #ifndef WEXITSTATUS
12925 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
12926 #endif
12927 #ifndef WIFEXITED
12928 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
12929 #endif
12930
12931 int
12932 main ()
12933 {
12934   int s;
12935   wait (&s);
12936   s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
12937   ;
12938   return 0;
12939 }
12940 _ACEOF
12941 if ac_fn_c_try_compile "$LINENO"; then :
12942   ac_cv_header_sys_wait_h=yes
12943 else
12944   ac_cv_header_sys_wait_h=no
12945 fi
12946 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12947 fi
12948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
12949 $as_echo "$ac_cv_header_sys_wait_h" >&6; }
12950 if test $ac_cv_header_sys_wait_h = yes; then
12951
12952 $as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
12953
12954 fi
12955
12956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
12957 $as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
12958 if test "${gcc_cv_header_string+set}" = set; then :
12959   $as_echo_n "(cached) " >&6
12960 else
12961   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12962 /* end confdefs.h.  */
12963 #include <string.h>
12964 #include <strings.h>
12965 int
12966 main ()
12967 {
12968
12969   ;
12970   return 0;
12971 }
12972 _ACEOF
12973 if ac_fn_c_try_compile "$LINENO"; then :
12974   gcc_cv_header_string=yes
12975 else
12976   gcc_cv_header_string=no
12977 fi
12978 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12979 fi
12980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
12981 $as_echo "$gcc_cv_header_string" >&6; }
12982 if test $gcc_cv_header_string = yes; then
12983
12984 $as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
12985
12986 fi
12987
12988 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
12989 # for constant arguments.  Useless!
12990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
12991 $as_echo_n "checking for working alloca.h... " >&6; }
12992 if test "${ac_cv_working_alloca_h+set}" = set; then :
12993   $as_echo_n "(cached) " >&6
12994 else
12995   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12996 /* end confdefs.h.  */
12997 #include <alloca.h>
12998 int
12999 main ()
13000 {
13001 char *p = (char *) alloca (2 * sizeof (int));
13002                           if (p) return 0;
13003   ;
13004   return 0;
13005 }
13006 _ACEOF
13007 if ac_fn_c_try_link "$LINENO"; then :
13008   ac_cv_working_alloca_h=yes
13009 else
13010   ac_cv_working_alloca_h=no
13011 fi
13012 rm -f core conftest.err conftest.$ac_objext \
13013     conftest$ac_exeext conftest.$ac_ext
13014 fi
13015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
13016 $as_echo "$ac_cv_working_alloca_h" >&6; }
13017 if test $ac_cv_working_alloca_h = yes; then
13018
13019 $as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
13020
13021 fi
13022
13023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
13024 $as_echo_n "checking for alloca... " >&6; }
13025 if test "${ac_cv_func_alloca_works+set}" = set; then :
13026   $as_echo_n "(cached) " >&6
13027 else
13028   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13029 /* end confdefs.h.  */
13030 #ifdef __GNUC__
13031 # define alloca __builtin_alloca
13032 #else
13033 # ifdef _MSC_VER
13034 #  include <malloc.h>
13035 #  define alloca _alloca
13036 # else
13037 #  ifdef HAVE_ALLOCA_H
13038 #   include <alloca.h>
13039 #  else
13040 #   ifdef _AIX
13041  #pragma alloca
13042 #   else
13043 #    ifndef alloca /* predefined by HP cc +Olibcalls */
13044 char *alloca ();
13045 #    endif
13046 #   endif
13047 #  endif
13048 # endif
13049 #endif
13050
13051 int
13052 main ()
13053 {
13054 char *p = (char *) alloca (1);
13055                                     if (p) return 0;
13056   ;
13057   return 0;
13058 }
13059 _ACEOF
13060 if ac_fn_c_try_link "$LINENO"; then :
13061   ac_cv_func_alloca_works=yes
13062 else
13063   ac_cv_func_alloca_works=no
13064 fi
13065 rm -f core conftest.err conftest.$ac_objext \
13066     conftest$ac_exeext conftest.$ac_ext
13067 fi
13068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
13069 $as_echo "$ac_cv_func_alloca_works" >&6; }
13070
13071 if test $ac_cv_func_alloca_works = yes; then
13072
13073 $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
13074
13075 else
13076   # The SVR3 libPW and SVR4 libucb both contain incompatible functions
13077 # that cause trouble.  Some versions do not even contain alloca or
13078 # contain a buggy version.  If you still want to use their alloca,
13079 # use ar to extract alloca.o from them instead of compiling alloca.c.
13080
13081 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
13082
13083 $as_echo "#define C_ALLOCA 1" >>confdefs.h
13084
13085
13086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
13087 $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
13088 if test "${ac_cv_os_cray+set}" = set; then :
13089   $as_echo_n "(cached) " >&6
13090 else
13091   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13092 /* end confdefs.h.  */
13093 #if defined CRAY && ! defined CRAY2
13094 webecray
13095 #else
13096 wenotbecray
13097 #endif
13098
13099 _ACEOF
13100 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13101   $EGREP "webecray" >/dev/null 2>&1; then :
13102   ac_cv_os_cray=yes
13103 else
13104   ac_cv_os_cray=no
13105 fi
13106 rm -f conftest*
13107
13108 fi
13109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
13110 $as_echo "$ac_cv_os_cray" >&6; }
13111 if test $ac_cv_os_cray = yes; then
13112   for ac_func in _getb67 GETB67 getb67; do
13113     as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13114 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13115 eval as_val=\$$as_ac_var
13116    if test "x$as_val" = x""yes; then :
13117
13118 cat >>confdefs.h <<_ACEOF
13119 #define CRAY_STACKSEG_END $ac_func
13120 _ACEOF
13121
13122     break
13123 fi
13124
13125   done
13126 fi
13127
13128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
13129 $as_echo_n "checking stack direction for C alloca... " >&6; }
13130 if test "${ac_cv_c_stack_direction+set}" = set; then :
13131   $as_echo_n "(cached) " >&6
13132 else
13133   if test "$cross_compiling" = yes; then :
13134   ac_cv_c_stack_direction=0
13135 else
13136   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13137 /* end confdefs.h.  */
13138 $ac_includes_default
13139 int
13140 find_stack_direction ()
13141 {
13142   static char *addr = 0;
13143   auto char dummy;
13144   if (addr == 0)
13145     {
13146       addr = &dummy;
13147       return find_stack_direction ();
13148     }
13149   else
13150     return (&dummy > addr) ? 1 : -1;
13151 }
13152
13153 int
13154 main ()
13155 {
13156   return find_stack_direction () < 0;
13157 }
13158 _ACEOF
13159 if ac_fn_c_try_run "$LINENO"; then :
13160   ac_cv_c_stack_direction=1
13161 else
13162   ac_cv_c_stack_direction=-1
13163 fi
13164 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13165   conftest.$ac_objext conftest.beam conftest.$ac_ext
13166 fi
13167
13168 fi
13169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
13170 $as_echo "$ac_cv_c_stack_direction" >&6; }
13171 cat >>confdefs.h <<_ACEOF
13172 #define STACK_DIRECTION $ac_cv_c_stack_direction
13173 _ACEOF
13174
13175
13176 fi
13177
13178 for ac_func in sbrk utimes setmode getc_unlocked strcoll setlocale
13179 do :
13180   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13181 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13182 eval as_val=\$$as_ac_var
13183    if test "x$as_val" = x""yes; then :
13184   cat >>confdefs.h <<_ACEOF
13185 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13186 _ACEOF
13187
13188 fi
13189 done
13190
13191 ac_fn_c_check_func "$LINENO" "mkstemp" "ac_cv_func_mkstemp"
13192 if test "x$ac_cv_func_mkstemp" = x""yes; then :
13193
13194 $as_echo "#define HAVE_MKSTEMP 1" >>confdefs.h
13195
13196 fi
13197
13198 ac_fn_c_check_func "$LINENO" "mkdtemp" "ac_cv_func_mkdtemp"
13199 if test "x$ac_cv_func_mkdtemp" = x""yes; then :
13200
13201 $as_echo "#define HAVE_MKDTEMP 1" >>confdefs.h
13202
13203 fi
13204
13205   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5
13206 $as_echo_n "checking for mbstate_t... " >&6; }
13207   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13208 /* end confdefs.h.  */
13209 #include <wchar.h>
13210 int
13211 main ()
13212 {
13213 mbstate_t teststate;
13214   ;
13215   return 0;
13216 }
13217 _ACEOF
13218 if ac_fn_c_try_compile "$LINENO"; then :
13219   have_mbstate_t=yes
13220 else
13221   have_mbstate_t=no
13222 fi
13223 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13224   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_mbstate_t" >&5
13225 $as_echo "$have_mbstate_t" >&6; }
13226   if test x"$have_mbstate_t" = xyes; then
13227
13228 $as_echo "#define HAVE_MBSTATE_T 1" >>confdefs.h
13229
13230   fi
13231
13232 # Some systems have frexp only in -lm, not in -lc.
13233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing frexp" >&5
13234 $as_echo_n "checking for library containing frexp... " >&6; }
13235 if test "${ac_cv_search_frexp+set}" = set; then :
13236   $as_echo_n "(cached) " >&6
13237 else
13238   ac_func_search_save_LIBS=$LIBS
13239 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13240 /* end confdefs.h.  */
13241
13242 /* Override any GCC internal prototype to avoid an error.
13243    Use char because int might match the return type of a GCC
13244    builtin and then its argument prototype would still apply.  */
13245 #ifdef __cplusplus
13246 extern "C"
13247 #endif
13248 char frexp ();
13249 int
13250 main ()
13251 {
13252 return frexp ();
13253   ;
13254   return 0;
13255 }
13256 _ACEOF
13257 for ac_lib in '' m; do
13258   if test -z "$ac_lib"; then
13259     ac_res="none required"
13260   else
13261     ac_res=-l$ac_lib
13262     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13263   fi
13264   if ac_fn_c_try_link "$LINENO"; then :
13265   ac_cv_search_frexp=$ac_res
13266 fi
13267 rm -f core conftest.err conftest.$ac_objext \
13268     conftest$ac_exeext
13269   if test "${ac_cv_search_frexp+set}" = set; then :
13270   break
13271 fi
13272 done
13273 if test "${ac_cv_search_frexp+set}" = set; then :
13274
13275 else
13276   ac_cv_search_frexp=no
13277 fi
13278 rm conftest.$ac_ext
13279 LIBS=$ac_func_search_save_LIBS
13280 fi
13281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_frexp" >&5
13282 $as_echo "$ac_cv_search_frexp" >&6; }
13283 ac_res=$ac_cv_search_frexp
13284 if test "$ac_res" != no; then :
13285   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13286
13287 fi
13288
13289
13290
13291   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
13292 $as_echo_n "checking for LC_MESSAGES... " >&6; }
13293 if test "${am_cv_val_LC_MESSAGES+set}" = set; then :
13294   $as_echo_n "(cached) " >&6
13295 else
13296   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13297 /* end confdefs.h.  */
13298 #include <locale.h>
13299 int
13300 main ()
13301 {
13302 return LC_MESSAGES
13303   ;
13304   return 0;
13305 }
13306 _ACEOF
13307 if ac_fn_c_try_link "$LINENO"; then :
13308   am_cv_val_LC_MESSAGES=yes
13309 else
13310   am_cv_val_LC_MESSAGES=no
13311 fi
13312 rm -f core conftest.err conftest.$ac_objext \
13313     conftest$ac_exeext conftest.$ac_ext
13314 fi
13315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
13316 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
13317   if test $am_cv_val_LC_MESSAGES = yes; then
13318
13319 $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
13320
13321   fi
13322
13323
13324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in time.h" >&5
13325 $as_echo_n "checking for time_t in time.h... " >&6; }
13326 if test "${bu_cv_decl_time_t_time_h+set}" = set; then :
13327   $as_echo_n "(cached) " >&6
13328 else
13329   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13330 /* end confdefs.h.  */
13331 #include <time.h>
13332 int
13333 main ()
13334 {
13335 time_t i;
13336   ;
13337   return 0;
13338 }
13339 _ACEOF
13340 if ac_fn_c_try_compile "$LINENO"; then :
13341   bu_cv_decl_time_t_time_h=yes
13342 else
13343   bu_cv_decl_time_t_time_h=no
13344 fi
13345 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13346 fi
13347
13348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_time_h" >&5
13349 $as_echo "$bu_cv_decl_time_t_time_h" >&6; }
13350 if test $bu_cv_decl_time_t_time_h = yes; then
13351
13352 $as_echo "#define HAVE_TIME_T_IN_TIME_H 1" >>confdefs.h
13353
13354 fi
13355
13356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in sys/types.h" >&5
13357 $as_echo_n "checking for time_t in sys/types.h... " >&6; }
13358 if test "${bu_cv_decl_time_t_types_h+set}" = set; then :
13359   $as_echo_n "(cached) " >&6
13360 else
13361   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13362 /* end confdefs.h.  */
13363 #include <sys/types.h>
13364 int
13365 main ()
13366 {
13367 time_t i;
13368   ;
13369   return 0;
13370 }
13371 _ACEOF
13372 if ac_fn_c_try_compile "$LINENO"; then :
13373   bu_cv_decl_time_t_types_h=yes
13374 else
13375   bu_cv_decl_time_t_types_h=no
13376 fi
13377 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13378 fi
13379
13380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_types_h" >&5
13381 $as_echo "$bu_cv_decl_time_t_types_h" >&6; }
13382 if test $bu_cv_decl_time_t_types_h = yes; then
13383
13384 $as_echo "#define HAVE_TIME_T_IN_TYPES_H 1" >>confdefs.h
13385
13386 fi
13387
13388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
13389 $as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
13390 if test "${bu_cv_decl_getopt_unistd_h+set}" = set; then :
13391   $as_echo_n "(cached) " >&6
13392 else
13393   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13394 /* end confdefs.h.  */
13395 #include <unistd.h>
13396 int
13397 main ()
13398 {
13399 extern int getopt (int, char *const*, const char *);
13400   ;
13401   return 0;
13402 }
13403 _ACEOF
13404 if ac_fn_c_try_compile "$LINENO"; then :
13405   bu_cv_decl_getopt_unistd_h=yes
13406 else
13407   bu_cv_decl_getopt_unistd_h=no
13408 fi
13409 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13410 fi
13411
13412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_getopt_unistd_h" >&5
13413 $as_echo "$bu_cv_decl_getopt_unistd_h" >&6; }
13414 if test $bu_cv_decl_getopt_unistd_h = yes; then
13415
13416 $as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
13417
13418 fi
13419
13420 # Under Next 3.2 <utime.h> apparently does not define struct utimbuf
13421 # by default.
13422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for utime.h" >&5
13423 $as_echo_n "checking for utime.h... " >&6; }
13424 if test "${bu_cv_header_utime_h+set}" = set; then :
13425   $as_echo_n "(cached) " >&6
13426 else
13427   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13428 /* end confdefs.h.  */
13429 #include <sys/types.h>
13430 #ifdef HAVE_TIME_H
13431 #include <time.h>
13432 #endif
13433 #include <utime.h>
13434 int
13435 main ()
13436 {
13437 struct utimbuf s;
13438   ;
13439   return 0;
13440 }
13441 _ACEOF
13442 if ac_fn_c_try_compile "$LINENO"; then :
13443   bu_cv_header_utime_h=yes
13444 else
13445   bu_cv_header_utime_h=no
13446 fi
13447 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13448 fi
13449
13450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_header_utime_h" >&5
13451 $as_echo "$bu_cv_header_utime_h" >&6; }
13452 if test $bu_cv_header_utime_h = yes; then
13453
13454 $as_echo "#define HAVE_GOOD_UTIME_H 1" >>confdefs.h
13455
13456 fi
13457
13458 ac_fn_c_check_decl "$LINENO" "environ" "ac_cv_have_decl_environ" "$ac_includes_default"
13459 if test "x$ac_cv_have_decl_environ" = x""yes; then :
13460   ac_have_decl=1
13461 else
13462   ac_have_decl=0
13463 fi
13464
13465 cat >>confdefs.h <<_ACEOF
13466 #define HAVE_DECL_ENVIRON $ac_have_decl
13467 _ACEOF
13468 ac_fn_c_check_decl "$LINENO" "fprintf" "ac_cv_have_decl_fprintf" "$ac_includes_default"
13469 if test "x$ac_cv_have_decl_fprintf" = x""yes; then :
13470   ac_have_decl=1
13471 else
13472   ac_have_decl=0
13473 fi
13474
13475 cat >>confdefs.h <<_ACEOF
13476 #define HAVE_DECL_FPRINTF $ac_have_decl
13477 _ACEOF
13478 ac_fn_c_check_decl "$LINENO" "getc_unlocked" "ac_cv_have_decl_getc_unlocked" "$ac_includes_default"
13479 if test "x$ac_cv_have_decl_getc_unlocked" = x""yes; then :
13480   ac_have_decl=1
13481 else
13482   ac_have_decl=0
13483 fi
13484
13485 cat >>confdefs.h <<_ACEOF
13486 #define HAVE_DECL_GETC_UNLOCKED $ac_have_decl
13487 _ACEOF
13488 ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
13489 if test "x$ac_cv_have_decl_getenv" = x""yes; then :
13490   ac_have_decl=1
13491 else
13492   ac_have_decl=0
13493 fi
13494
13495 cat >>confdefs.h <<_ACEOF
13496 #define HAVE_DECL_GETENV $ac_have_decl
13497 _ACEOF
13498 ac_fn_c_check_decl "$LINENO" "sbrk" "ac_cv_have_decl_sbrk" "$ac_includes_default"
13499 if test "x$ac_cv_have_decl_sbrk" = x""yes; then :
13500   ac_have_decl=1
13501 else
13502   ac_have_decl=0
13503 fi
13504
13505 cat >>confdefs.h <<_ACEOF
13506 #define HAVE_DECL_SBRK $ac_have_decl
13507 _ACEOF
13508 ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
13509 if test "x$ac_cv_have_decl_snprintf" = x""yes; then :
13510   ac_have_decl=1
13511 else
13512   ac_have_decl=0
13513 fi
13514
13515 cat >>confdefs.h <<_ACEOF
13516 #define HAVE_DECL_SNPRINTF $ac_have_decl
13517 _ACEOF
13518 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
13519 if test "x$ac_cv_have_decl_stpcpy" = x""yes; then :
13520   ac_have_decl=1
13521 else
13522   ac_have_decl=0
13523 fi
13524
13525 cat >>confdefs.h <<_ACEOF
13526 #define HAVE_DECL_STPCPY $ac_have_decl
13527 _ACEOF
13528 ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
13529 if test "x$ac_cv_have_decl_strnlen" = x""yes; then :
13530   ac_have_decl=1
13531 else
13532   ac_have_decl=0
13533 fi
13534
13535 cat >>confdefs.h <<_ACEOF
13536 #define HAVE_DECL_STRNLEN $ac_have_decl
13537 _ACEOF
13538 ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
13539 if test "x$ac_cv_have_decl_strstr" = x""yes; then :
13540   ac_have_decl=1
13541 else
13542   ac_have_decl=0
13543 fi
13544
13545 cat >>confdefs.h <<_ACEOF
13546 #define HAVE_DECL_STRSTR $ac_have_decl
13547 _ACEOF
13548 ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
13549 if test "x$ac_cv_have_decl_vsnprintf" = x""yes; then :
13550   ac_have_decl=1
13551 else
13552   ac_have_decl=0
13553 fi
13554
13555 cat >>confdefs.h <<_ACEOF
13556 #define HAVE_DECL_VSNPRINTF $ac_have_decl
13557 _ACEOF
13558
13559
13560 # Link in zlib if we can.  This allows us to read compressed debug
13561 # sections.  This is used only by readelf.c (objdump uses bfd for
13562 # reading compressed sections).
13563
13564   # Use the system's zlib library.
13565   zlibdir="-L\$(top_builddir)/../zlib"
13566   zlibinc="-I\$(top_srcdir)/../zlib"
13567
13568 # Check whether --with-system-zlib was given.
13569 if test "${with_system_zlib+set}" = set; then :
13570   withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
13571     zlibdir=
13572     zlibinc=
13573   fi
13574
13575 fi
13576
13577
13578
13579
13580
13581
13582 case "${host}" in
13583 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
13584
13585 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
13586  ;;
13587 esac
13588
13589 # target-specific stuff:
13590
13591 # Canonicalize the secondary target names.
13592 if test -n "$enable_targets"; then
13593     for targ in `echo $enable_targets | sed 's/,/ /g'`
13594     do
13595         result=`$ac_config_sub $targ 2>/dev/null`
13596         if test -n "$result"; then
13597             canon_targets="$canon_targets $result"
13598         else
13599             # Allow targets that config.sub doesn't recognize, like "all".
13600             canon_targets="$canon_targets $targ"
13601         fi
13602     done
13603 fi
13604
13605 ac_fn_c_check_header_mongrel "$LINENO" "iconv.h" "ac_cv_header_iconv_h" "$ac_includes_default"
13606 if test "x$ac_cv_header_iconv_h" = x""yes; then :
13607
13608 fi
13609
13610
13611
13612       if test "X$prefix" = "XNONE"; then
13613     acl_final_prefix="$ac_default_prefix"
13614   else
13615     acl_final_prefix="$prefix"
13616   fi
13617   if test "X$exec_prefix" = "XNONE"; then
13618     acl_final_exec_prefix='${prefix}'
13619   else
13620     acl_final_exec_prefix="$exec_prefix"
13621   fi
13622   acl_save_prefix="$prefix"
13623   prefix="$acl_final_prefix"
13624   eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
13625   prefix="$acl_save_prefix"
13626
13627
13628 # Check whether --with-gnu-ld was given.
13629 if test "${with_gnu_ld+set}" = set; then :
13630   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
13631 else
13632   with_gnu_ld=no
13633 fi
13634
13635 # Prepare PATH_SEPARATOR.
13636 # The user is always right.
13637 if test "${PATH_SEPARATOR+set}" != set; then
13638   echo "#! /bin/sh" >conf$$.sh
13639   echo  "exit 0"   >>conf$$.sh
13640   chmod +x conf$$.sh
13641   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13642     PATH_SEPARATOR=';'
13643   else
13644     PATH_SEPARATOR=:
13645   fi
13646   rm -f conf$$.sh
13647 fi
13648 ac_prog=ld
13649 if test "$GCC" = yes; then
13650   # Check if gcc -print-prog-name=ld gives a path.
13651   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
13652 $as_echo_n "checking for ld used by GCC... " >&6; }
13653   case $host in
13654   *-*-mingw*)
13655     # gcc leaves a trailing carriage return which upsets mingw
13656     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
13657   *)
13658     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
13659   esac
13660   case $ac_prog in
13661     # Accept absolute paths.
13662     [\\/]* | [A-Za-z]:[\\/]*)
13663       re_direlt='/[^/][^/]*/\.\./'
13664       # Canonicalize the path of ld
13665       ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
13666       while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
13667         ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
13668       done
13669       test -z "$LD" && LD="$ac_prog"
13670       ;;
13671   "")
13672     # If it fails, then pretend we aren't using GCC.
13673     ac_prog=ld
13674     ;;
13675   *)
13676     # If it is relative, then search for the first ld in PATH.
13677     with_gnu_ld=unknown
13678     ;;
13679   esac
13680 elif test "$with_gnu_ld" = yes; then
13681   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
13682 $as_echo_n "checking for GNU ld... " >&6; }
13683 else
13684   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
13685 $as_echo_n "checking for non-GNU ld... " >&6; }
13686 fi
13687 if test "${acl_cv_path_LD+set}" = set; then :
13688   $as_echo_n "(cached) " >&6
13689 else
13690   if test -z "$LD"; then
13691   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
13692   for ac_dir in $PATH; do
13693     test -z "$ac_dir" && ac_dir=.
13694     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
13695       acl_cv_path_LD="$ac_dir/$ac_prog"
13696       # Check to see if the program is GNU ld.  I'd rather use --version,
13697       # but apparently some GNU ld's only accept -v.
13698       # Break only if it was the GNU/non-GNU ld that we prefer.
13699       if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
13700         test "$with_gnu_ld" != no && break
13701       else
13702         test "$with_gnu_ld" != yes && break
13703       fi
13704     fi
13705   done
13706   IFS="$ac_save_ifs"
13707 else
13708   acl_cv_path_LD="$LD" # Let the user override the test with a path.
13709 fi
13710 fi
13711
13712 LD="$acl_cv_path_LD"
13713 if test -n "$LD"; then
13714   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
13715 $as_echo "$LD" >&6; }
13716 else
13717   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13718 $as_echo "no" >&6; }
13719 fi
13720 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
13721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
13722 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
13723 if test "${acl_cv_prog_gnu_ld+set}" = set; then :
13724   $as_echo_n "(cached) " >&6
13725 else
13726   # I'd rather use --version here, but apparently some GNU ld's only accept -v.
13727 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
13728   acl_cv_prog_gnu_ld=yes
13729 else
13730   acl_cv_prog_gnu_ld=no
13731 fi
13732 fi
13733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
13734 $as_echo "$acl_cv_prog_gnu_ld" >&6; }
13735 with_gnu_ld=$acl_cv_prog_gnu_ld
13736
13737
13738
13739                                                 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
13740 $as_echo_n "checking for shared library run path origin... " >&6; }
13741 if test "${acl_cv_rpath+set}" = set; then :
13742   $as_echo_n "(cached) " >&6
13743 else
13744
13745     CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
13746     ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
13747     . ./conftest.sh
13748     rm -f ./conftest.sh
13749     acl_cv_rpath=done
13750
13751 fi
13752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
13753 $as_echo "$acl_cv_rpath" >&6; }
13754   wl="$acl_cv_wl"
13755   libext="$acl_cv_libext"
13756   shlibext="$acl_cv_shlibext"
13757   hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
13758   hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
13759   hardcode_direct="$acl_cv_hardcode_direct"
13760   hardcode_minus_L="$acl_cv_hardcode_minus_L"
13761     # Check whether --enable-rpath was given.
13762 if test "${enable_rpath+set}" = set; then :
13763   enableval=$enable_rpath; :
13764 else
13765   enable_rpath=yes
13766 fi
13767
13768
13769
13770
13771
13772
13773
13774
13775     use_additional=yes
13776
13777   acl_save_prefix="$prefix"
13778   prefix="$acl_final_prefix"
13779   acl_save_exec_prefix="$exec_prefix"
13780   exec_prefix="$acl_final_exec_prefix"
13781
13782     eval additional_includedir=\"$includedir\"
13783     eval additional_libdir=\"$libdir\"
13784
13785   exec_prefix="$acl_save_exec_prefix"
13786   prefix="$acl_save_prefix"
13787
13788
13789 # Check whether --with-libiconv-prefix was given.
13790 if test "${with_libiconv_prefix+set}" = set; then :
13791   withval=$with_libiconv_prefix;
13792     if test "X$withval" = "Xno"; then
13793       use_additional=no
13794     else
13795       if test "X$withval" = "X"; then
13796
13797   acl_save_prefix="$prefix"
13798   prefix="$acl_final_prefix"
13799   acl_save_exec_prefix="$exec_prefix"
13800   exec_prefix="$acl_final_exec_prefix"
13801
13802           eval additional_includedir=\"$includedir\"
13803           eval additional_libdir=\"$libdir\"
13804
13805   exec_prefix="$acl_save_exec_prefix"
13806   prefix="$acl_save_prefix"
13807
13808       else
13809         additional_includedir="$withval/include"
13810         additional_libdir="$withval/lib"
13811       fi
13812     fi
13813
13814 fi
13815
13816       LIBICONV=
13817   LTLIBICONV=
13818   INCICONV=
13819   rpathdirs=
13820   ltrpathdirs=
13821   names_already_handled=
13822   names_next_round='iconv '
13823   while test -n "$names_next_round"; do
13824     names_this_round="$names_next_round"
13825     names_next_round=
13826     for name in $names_this_round; do
13827       already_handled=
13828       for n in $names_already_handled; do
13829         if test "$n" = "$name"; then
13830           already_handled=yes
13831           break
13832         fi
13833       done
13834       if test -z "$already_handled"; then
13835         names_already_handled="$names_already_handled $name"
13836                         uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
13837         eval value=\"\$HAVE_LIB$uppername\"
13838         if test -n "$value"; then
13839           if test "$value" = yes; then
13840             eval value=\"\$LIB$uppername\"
13841             test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
13842             eval value=\"\$LTLIB$uppername\"
13843             test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
13844           else
13845                                     :
13846           fi
13847         else
13848                               found_dir=
13849           found_la=
13850           found_so=
13851           found_a=
13852           if test $use_additional = yes; then
13853             if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
13854               found_dir="$additional_libdir"
13855               found_so="$additional_libdir/lib$name.$shlibext"
13856               if test -f "$additional_libdir/lib$name.la"; then
13857                 found_la="$additional_libdir/lib$name.la"
13858               fi
13859             else
13860               if test -f "$additional_libdir/lib$name.$libext"; then
13861                 found_dir="$additional_libdir"
13862                 found_a="$additional_libdir/lib$name.$libext"
13863                 if test -f "$additional_libdir/lib$name.la"; then
13864                   found_la="$additional_libdir/lib$name.la"
13865                 fi
13866               fi
13867             fi
13868           fi
13869           if test "X$found_dir" = "X"; then
13870             for x in $LDFLAGS $LTLIBICONV; do
13871
13872   acl_save_prefix="$prefix"
13873   prefix="$acl_final_prefix"
13874   acl_save_exec_prefix="$exec_prefix"
13875   exec_prefix="$acl_final_exec_prefix"
13876   eval x=\"$x\"
13877   exec_prefix="$acl_save_exec_prefix"
13878   prefix="$acl_save_prefix"
13879
13880               case "$x" in
13881                 -L*)
13882                   dir=`echo "X$x" | sed -e 's/^X-L//'`
13883                   if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
13884                     found_dir="$dir"
13885                     found_so="$dir/lib$name.$shlibext"
13886                     if test -f "$dir/lib$name.la"; then
13887                       found_la="$dir/lib$name.la"
13888                     fi
13889                   else
13890                     if test -f "$dir/lib$name.$libext"; then
13891                       found_dir="$dir"
13892                       found_a="$dir/lib$name.$libext"
13893                       if test -f "$dir/lib$name.la"; then
13894                         found_la="$dir/lib$name.la"
13895                       fi
13896                     fi
13897                   fi
13898                   ;;
13899               esac
13900               if test "X$found_dir" != "X"; then
13901                 break
13902               fi
13903             done
13904           fi
13905           if test "X$found_dir" != "X"; then
13906                         LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
13907             if test "X$found_so" != "X"; then
13908                                                         if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
13909                                 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13910               else
13911                                                                                 haveit=
13912                 for x in $ltrpathdirs; do
13913                   if test "X$x" = "X$found_dir"; then
13914                     haveit=yes
13915                     break
13916                   fi
13917                 done
13918                 if test -z "$haveit"; then
13919                   ltrpathdirs="$ltrpathdirs $found_dir"
13920                 fi
13921                                 if test "$hardcode_direct" = yes; then
13922                                                       LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13923                 else
13924                   if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
13925                                                             LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13926                                                             haveit=
13927                     for x in $rpathdirs; do
13928                       if test "X$x" = "X$found_dir"; then
13929                         haveit=yes
13930                         break
13931                       fi
13932                     done
13933                     if test -z "$haveit"; then
13934                       rpathdirs="$rpathdirs $found_dir"
13935                     fi
13936                   else
13937                                                                                 haveit=
13938                     for x in $LDFLAGS $LIBICONV; do
13939
13940   acl_save_prefix="$prefix"
13941   prefix="$acl_final_prefix"
13942   acl_save_exec_prefix="$exec_prefix"
13943   exec_prefix="$acl_final_exec_prefix"
13944   eval x=\"$x\"
13945   exec_prefix="$acl_save_exec_prefix"
13946   prefix="$acl_save_prefix"
13947
13948                       if test "X$x" = "X-L$found_dir"; then
13949                         haveit=yes
13950                         break
13951                       fi
13952                     done
13953                     if test -z "$haveit"; then
13954                       LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
13955                     fi
13956                     if test "$hardcode_minus_L" != no; then
13957                                                                                         LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13958                     else
13959                                                                                                                                                                                 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
13960                     fi
13961                   fi
13962                 fi
13963               fi
13964             else
13965               if test "X$found_a" != "X"; then
13966                                 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
13967               else
13968                                                 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
13969               fi
13970             fi
13971                         additional_includedir=
13972             case "$found_dir" in
13973               */lib | */lib/)
13974                 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
13975                 additional_includedir="$basedir/include"
13976                 ;;
13977             esac
13978             if test "X$additional_includedir" != "X"; then
13979                                                                                                                 if test "X$additional_includedir" != "X/usr/include"; then
13980                 haveit=
13981                 if test "X$additional_includedir" = "X/usr/local/include"; then
13982                   if test -n "$GCC"; then
13983                     case $host_os in
13984                       linux*) haveit=yes;;
13985                     esac
13986                   fi
13987                 fi
13988                 if test -z "$haveit"; then
13989                   for x in $CPPFLAGS $INCICONV; do
13990
13991   acl_save_prefix="$prefix"
13992   prefix="$acl_final_prefix"
13993   acl_save_exec_prefix="$exec_prefix"
13994   exec_prefix="$acl_final_exec_prefix"
13995   eval x=\"$x\"
13996   exec_prefix="$acl_save_exec_prefix"
13997   prefix="$acl_save_prefix"
13998
13999                     if test "X$x" = "X-I$additional_includedir"; then
14000                       haveit=yes
14001                       break
14002                     fi
14003                   done
14004                   if test -z "$haveit"; then
14005                     if test -d "$additional_includedir"; then
14006                                             INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
14007                     fi
14008                   fi
14009                 fi
14010               fi
14011             fi
14012                         if test -n "$found_la"; then
14013                                                         save_libdir="$libdir"
14014               case "$found_la" in
14015                 */* | *\\*) . "$found_la" ;;
14016                 *) . "./$found_la" ;;
14017               esac
14018               libdir="$save_libdir"
14019                             for dep in $dependency_libs; do
14020                 case "$dep" in
14021                   -L*)
14022                     additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
14023                                                                                                                                                                 if test "X$additional_libdir" != "X/usr/lib"; then
14024                       haveit=
14025                       if test "X$additional_libdir" = "X/usr/local/lib"; then
14026                         if test -n "$GCC"; then
14027                           case $host_os in
14028                             linux*) haveit=yes;;
14029                           esac
14030                         fi
14031                       fi
14032                       if test -z "$haveit"; then
14033                         haveit=
14034                         for x in $LDFLAGS $LIBICONV; do
14035
14036   acl_save_prefix="$prefix"
14037   prefix="$acl_final_prefix"
14038   acl_save_exec_prefix="$exec_prefix"
14039   exec_prefix="$acl_final_exec_prefix"
14040   eval x=\"$x\"
14041   exec_prefix="$acl_save_exec_prefix"
14042   prefix="$acl_save_prefix"
14043
14044                           if test "X$x" = "X-L$additional_libdir"; then
14045                             haveit=yes
14046                             break
14047                           fi
14048                         done
14049                         if test -z "$haveit"; then
14050                           if test -d "$additional_libdir"; then
14051                                                         LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
14052                           fi
14053                         fi
14054                         haveit=
14055                         for x in $LDFLAGS $LTLIBICONV; do
14056
14057   acl_save_prefix="$prefix"
14058   prefix="$acl_final_prefix"
14059   acl_save_exec_prefix="$exec_prefix"
14060   exec_prefix="$acl_final_exec_prefix"
14061   eval x=\"$x\"
14062   exec_prefix="$acl_save_exec_prefix"
14063   prefix="$acl_save_prefix"
14064
14065                           if test "X$x" = "X-L$additional_libdir"; then
14066                             haveit=yes
14067                             break
14068                           fi
14069                         done
14070                         if test -z "$haveit"; then
14071                           if test -d "$additional_libdir"; then
14072                                                         LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
14073                           fi
14074                         fi
14075                       fi
14076                     fi
14077                     ;;
14078                   -R*)
14079                     dir=`echo "X$dep" | sed -e 's/^X-R//'`
14080                     if test "$enable_rpath" != no; then
14081                                                                   haveit=
14082                       for x in $rpathdirs; do
14083                         if test "X$x" = "X$dir"; then
14084                           haveit=yes
14085                           break
14086                         fi
14087                       done
14088                       if test -z "$haveit"; then
14089                         rpathdirs="$rpathdirs $dir"
14090                       fi
14091                                                                   haveit=
14092                       for x in $ltrpathdirs; do
14093                         if test "X$x" = "X$dir"; then
14094                           haveit=yes
14095                           break
14096                         fi
14097                       done
14098                       if test -z "$haveit"; then
14099                         ltrpathdirs="$ltrpathdirs $dir"
14100                       fi
14101                     fi
14102                     ;;
14103                   -l*)
14104                                         names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
14105                     ;;
14106                   *.la)
14107                                                                                 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
14108                     ;;
14109                   *)
14110                                         LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
14111                     LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
14112                     ;;
14113                 esac
14114               done
14115             fi
14116           else
14117                                                             LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
14118             LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
14119           fi
14120         fi
14121       fi
14122     done
14123   done
14124   if test "X$rpathdirs" != "X"; then
14125     if test -n "$hardcode_libdir_separator"; then
14126                         alldirs=
14127       for found_dir in $rpathdirs; do
14128         alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
14129       done
14130             acl_save_libdir="$libdir"
14131       libdir="$alldirs"
14132       eval flag=\"$hardcode_libdir_flag_spec\"
14133       libdir="$acl_save_libdir"
14134       LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
14135     else
14136             for found_dir in $rpathdirs; do
14137         acl_save_libdir="$libdir"
14138         libdir="$found_dir"
14139         eval flag=\"$hardcode_libdir_flag_spec\"
14140         libdir="$acl_save_libdir"
14141         LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
14142       done
14143     fi
14144   fi
14145   if test "X$ltrpathdirs" != "X"; then
14146             for found_dir in $ltrpathdirs; do
14147       LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
14148     done
14149   fi
14150
14151
14152
14153
14154
14155
14156
14157   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
14158 $as_echo_n "checking for iconv... " >&6; }
14159 if test "${am_cv_func_iconv+set}" = set; then :
14160   $as_echo_n "(cached) " >&6
14161 else
14162
14163     am_cv_func_iconv="no, consider installing GNU libiconv"
14164     am_cv_lib_iconv=no
14165                     am_save_CPPFLAGS="$CPPFLAGS"
14166     CPPFLAGS="$CPPFLAGS $INCICONV"
14167     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14168 /* end confdefs.h.  */
14169 #include <stdlib.h>
14170 #include <iconv.h>
14171 int
14172 main ()
14173 {
14174 iconv_t cd = iconv_open("","");
14175        iconv(cd,NULL,NULL,NULL,NULL);
14176        iconv_close(cd);
14177   ;
14178   return 0;
14179 }
14180 _ACEOF
14181 if ac_fn_c_try_link "$LINENO"; then :
14182   am_cv_func_iconv=yes
14183 fi
14184 rm -f core conftest.err conftest.$ac_objext \
14185     conftest$ac_exeext conftest.$ac_ext
14186     CPPFLAGS="$am_save_CPPFLAGS"
14187
14188     if test "$am_cv_func_iconv" != yes && test -d ../libiconv; then
14189       for _libs in .libs _libs; do
14190         am_save_CPPFLAGS="$CPPFLAGS"
14191         am_save_LIBS="$LIBS"
14192         CPPFLAGS="$CPPFLAGS -I../libiconv/include"
14193         LIBS="$LIBS ../libiconv/lib/$_libs/libiconv.a"
14194         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14195 /* end confdefs.h.  */
14196 #include <stdlib.h>
14197 #include <iconv.h>
14198 int
14199 main ()
14200 {
14201 iconv_t cd = iconv_open("","");
14202            iconv(cd,NULL,NULL,NULL,NULL);
14203            iconv_close(cd);
14204   ;
14205   return 0;
14206 }
14207 _ACEOF
14208 if ac_fn_c_try_link "$LINENO"; then :
14209   INCICONV="-I../libiconv/include"
14210           LIBICONV='${top_builddir}'/../libiconv/lib/$_libs/libiconv.a
14211           LTLIBICONV='${top_builddir}'/../libiconv/lib/libiconv.la
14212           am_cv_lib_iconv=yes
14213           am_cv_func_iconv=yes
14214 fi
14215 rm -f core conftest.err conftest.$ac_objext \
14216     conftest$ac_exeext conftest.$ac_ext
14217         CPPFLAGS="$am_save_CPPFLAGS"
14218         LIBS="$am_save_LIBS"
14219         if test "$am_cv_func_iconv" = "yes"; then
14220           break
14221         fi
14222       done
14223     fi
14224
14225     if test "$am_cv_func_iconv" != yes; then
14226       am_save_CPPFLAGS="$CPPFLAGS"
14227       am_save_LIBS="$LIBS"
14228       CPPFLAGS="$LIBS $INCICONV"
14229       LIBS="$LIBS $LIBICONV"
14230       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14231 /* end confdefs.h.  */
14232 #include <stdlib.h>
14233 #include <iconv.h>
14234 int
14235 main ()
14236 {
14237 iconv_t cd = iconv_open("","");
14238          iconv(cd,NULL,NULL,NULL,NULL);
14239          iconv_close(cd);
14240   ;
14241   return 0;
14242 }
14243 _ACEOF
14244 if ac_fn_c_try_link "$LINENO"; then :
14245   am_cv_lib_iconv=yes
14246         am_cv_func_iconv=yes
14247 fi
14248 rm -f core conftest.err conftest.$ac_objext \
14249     conftest$ac_exeext conftest.$ac_ext
14250       CPPFLAGS="$am_save_CPPFLAGS"
14251       LIBS="$am_save_LIBS"
14252     fi
14253
14254 fi
14255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
14256 $as_echo "$am_cv_func_iconv" >&6; }
14257   if test "$am_cv_func_iconv" = yes; then
14258
14259 $as_echo "#define HAVE_ICONV 1" >>confdefs.h
14260
14261   fi
14262   if test "$am_cv_lib_iconv" = yes; then
14263
14264   for element in $INCICONV; do
14265     haveit=
14266     for x in $CPPFLAGS; do
14267
14268   acl_save_prefix="$prefix"
14269   prefix="$acl_final_prefix"
14270   acl_save_exec_prefix="$exec_prefix"
14271   exec_prefix="$acl_final_exec_prefix"
14272   eval x=\"$x\"
14273   exec_prefix="$acl_save_exec_prefix"
14274   prefix="$acl_save_prefix"
14275
14276       if test "X$x" = "X$element"; then
14277         haveit=yes
14278         break
14279       fi
14280     done
14281     if test -z "$haveit"; then
14282       CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
14283     fi
14284   done
14285
14286     { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
14287 $as_echo_n "checking how to link with libiconv... " >&6; }
14288     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
14289 $as_echo "$LIBICONV" >&6; }
14290   else
14291     LIBICONV=
14292     LTLIBICONV=
14293   fi
14294
14295
14296
14297   if test "$am_cv_func_iconv" = yes; then
14298     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
14299 $as_echo_n "checking for iconv declaration... " >&6; }
14300     if test "${am_cv_proto_iconv+set}" = set; then :
14301   $as_echo_n "(cached) " >&6
14302 else
14303
14304       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14305 /* end confdefs.h.  */
14306
14307 #include <stdlib.h>
14308 #include <iconv.h>
14309 extern
14310 #ifdef __cplusplus
14311 "C"
14312 #endif
14313 #if defined(__STDC__) || defined(__cplusplus)
14314 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
14315 #else
14316 size_t iconv();
14317 #endif
14318
14319 int
14320 main ()
14321 {
14322
14323   ;
14324   return 0;
14325 }
14326 _ACEOF
14327 if ac_fn_c_try_compile "$LINENO"; then :
14328   am_cv_proto_iconv_arg1=""
14329 else
14330   am_cv_proto_iconv_arg1="const"
14331 fi
14332 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14333       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);"
14334 fi
14335
14336     am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
14337     { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
14338          }$am_cv_proto_iconv" >&5
14339 $as_echo "${ac_t:-
14340          }$am_cv_proto_iconv" >&6; }
14341
14342 cat >>confdefs.h <<_ACEOF
14343 #define ICONV_CONST $am_cv_proto_iconv_arg1
14344 _ACEOF
14345
14346   fi
14347
14348
14349 all_targets=false
14350 BUILD_NLMCONV=
14351 NLMCONV_DEFS=
14352 BUILD_SRCONV=
14353 BUILD_DLLTOOL=
14354 DLLTOOL_DEFS=
14355 DLLTOOL_DEFAULT=
14356 BUILD_WINDRES=
14357 BUILD_WINDMC=
14358 BUILD_DLLWRAP=
14359 BUILD_MISC=
14360 BUILD_INSTALL_MISC=
14361 OBJDUMP_DEFS=
14362 OBJDUMP_PRIVATE_VECTORS=
14363 OBJDUMP_PRIVATE_OFILES=
14364 od_vectors=
14365
14366 for targ in $target $canon_targets
14367 do
14368     if test "x$targ" = "xall"; then
14369         all_targets=true
14370         BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14371         BUILD_SRCONV='$(SRCONV_PROG)'
14372         NLMCONV_DEFS="-DNLMCONV_I386 -DNLMCONV_ALPHA -DNLMCONV_POWERPC -DNLMCONV_SPARC"
14373         BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
14374         BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14375         BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14376         BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14377         if test -z "$DLLTOOL_DEFAULT"; then
14378           DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14379         fi
14380         DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14381         BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
14382         od_vectors="$od_vectors objdump_private_desc_xcoff"
14383     else
14384         case $targ in
14385         i[3-7]86*-*-netware*)
14386           BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14387           NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_I386"
14388           ;;
14389         alpha*-*-netware*)
14390           BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14391           NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_ALPHA"
14392           ;;
14393         powerpc*-*-netware*)
14394           BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14395           NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_POWERPC"
14396           ;;
14397         sparc*-*-netware*)
14398           BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14399           NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_SPARC"
14400           ;;
14401         esac
14402
14403         case $targ in
14404         *-*-hms*) BUILD_SRCONV='$(SRCONV_PROG)' ;;
14405         esac
14406
14407         case $targ in
14408         arm-epoc-pe*)
14409           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14410           if test -z "$DLLTOOL_DEFAULT"; then
14411             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_EPOC"
14412           fi
14413           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_EPOC -DDLLTOOL_ARM"
14414           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14415           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14416           ;;
14417         arm-wince-pe* | arm-*-wince | arm*-*-cegcc* | arm*-*-mingw32ce*)
14418           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14419           if test -z "$DLLTOOL_DEFAULT"; then
14420             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_WINCE"
14421           fi
14422           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_WINCE -DDLLTOOL_ARM"
14423           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14424           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14425           ;;
14426         arm-*-pe*)
14427           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14428           if test -z "$DLLTOOL_DEFAULT"; then
14429             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM"
14430           fi
14431           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
14432           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14433           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14434           ;;
14435         x86_64-*-mingw* | x86_64-*-cygwin*)
14436           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14437           if test -z "$DLLTOOL_DEFAULT"; then
14438             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MX86_64"
14439           fi
14440           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MX86_64"
14441           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14442           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14443           BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
14444           ;;
14445         i[3-7]86-*-pe* | i[3-7]86-*-cygwin* | i[3-7]86-*-mingw32** | i[3-7]86-*-netbsdpe*)
14446           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14447           if test -z "$DLLTOOL_DEFAULT"; then
14448             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14449           fi
14450           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14451           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14452           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14453           BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
14454           ;;
14455         i[3-7]86-*-interix)
14456           BUILD_DLLTOOL='$(DLLTOOL_PROG)'
14457           if test -z "$DLLTOOL_DEFAULT"; then
14458             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14459           fi
14460           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14461           ;;
14462         powerpc*-aix5.[01])
14463           ;;
14464         powerpc*-aix[5-9].*)
14465           OBJDUMP_DEFS="-DAIX_WEAK_SUPPORT"
14466           ;;
14467         powerpc*-*-pe* | powerpc*-*-cygwin*)
14468           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14469           if test -z "$DLLTOOL_DEFAULT"; then
14470             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_PPC"
14471           fi
14472           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_PPC"
14473           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14474           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14475           ;;
14476         powerpc*-*-linux* | powerpc*-*-elf* | powerpc*-*-eabi*)
14477           case "$BUILD_INSTALL_MISC" in
14478             *embedspu*) ;;
14479             *) BUILD_INSTALL_MISC="${BUILD_INSTALL_MISC} embedspu"
14480           esac
14481           ;;
14482         sh*-*-pe)
14483           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14484           if test -z "$DLLTOOL_DEFAULT"; then
14485             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_SH"
14486           fi
14487           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_SH"
14488           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14489           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14490           ;;
14491         spu-*-*)
14492           BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
14493           ;;
14494         mips*-*-pe)
14495           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14496           if test -z "$DLLTOOL_DEFAULT"; then
14497             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MIPS"
14498           fi
14499           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MIPS"
14500           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14501           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14502           ;;
14503         mcore-*-pe)
14504           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14505           if test -z "$DLLTOOL_DEFAULT"; then
14506             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE"
14507           fi
14508           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE"
14509           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14510           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14511           ;;
14512         mcore-*-elf)
14513           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14514           if test -z "$DLLTOOL_DEFAULT"; then
14515             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE_ELF"
14516           fi
14517           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE_ELF"
14518           ;;
14519         mep-*)
14520           OBJDUMP_DEFS="-DSKIP_ZEROES=256 -DSKIP_ZEROES_AT_END=0"
14521           ;;
14522         esac
14523
14524         # Add objdump private vectors.
14525         case $targ in
14526         avr-*-*)
14527           od_vectors="$od_vectors objdump_private_desc_elf32_avr"
14528           ;;
14529         powerpc-*-aix*)
14530           od_vectors="$od_vectors objdump_private_desc_xcoff"
14531           ;;
14532         *-*-darwin*)
14533           od_vectors="$od_vectors objdump_private_desc_mach_o"
14534           ;;
14535         esac
14536     fi
14537 done
14538
14539 # Uniq objdump private vector, build objdump target ofiles.
14540 od_files=
14541 f=""
14542 for i in $od_vectors ; do
14543     case " $f " in
14544     *" $i "*) ;;
14545     *)
14546         f="$f $i"
14547         OBJDUMP_PRIVATE_VECTORS="$OBJDUMP_PRIVATE_VECTORS &$i,"
14548         case $i in
14549         objdump_private_desc_elf32_avr)
14550             od_files="$od_files od-elf32_avr" ;;
14551         objdump_private_desc_xcoff)
14552             od_files="$od_files od-xcoff" ;;
14553         objdump_private_desc_mach_o)
14554             od_files="$od_files od-macho" ;;
14555         *) as_fn_error "*** unknown private vector $i" "$LINENO" 5 ;;
14556         esac
14557         ;;
14558     esac
14559 done
14560
14561 # Uniq objdump target ofiles
14562 f=""
14563 for i in $od_files ; do
14564     case " $f " in
14565     *" $i "*) ;;
14566     *)
14567         f="$f $i"
14568         OBJDUMP_PRIVATE_OFILES="$OBJDUMP_PRIVATE_OFILES $i.$objext"
14569         ;;
14570     esac
14571 done
14572
14573 DLLTOOL_DEFS="$DLLTOOL_DEFS $DLLTOOL_DEFAULT"
14574
14575 if test "${with_windres+set}" = set; then
14576           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14577 fi
14578
14579 if test "${with_windmc+set}" = set; then
14580           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14581 fi
14582
14583 OBJDUMP_DEFS="${OBJDUMP_DEFS} -DOBJDUMP_PRIVATE_VECTORS=\"${OBJDUMP_PRIVATE_VECTORS}\""
14584
14585
14586
14587
14588
14589
14590
14591
14592
14593
14594
14595
14596
14597
14598
14599 cat >>confdefs.h <<_ACEOF
14600 #define TARGET "${target}"
14601 _ACEOF
14602
14603
14604 targ=$target
14605 . $srcdir/../bfd/config.bfd
14606 if test "x$targ_underscore" = "xyes"; then
14607     UNDERSCORE=1
14608 else
14609     UNDERSCORE=0
14610 fi
14611
14612 cat >>confdefs.h <<_ACEOF
14613 #define TARGET_PREPENDS_UNDERSCORE $UNDERSCORE
14614 _ACEOF
14615
14616
14617 # Emulation
14618 targ=$target
14619 . ${srcdir}/configure.tgt
14620 EMULATION=$targ_emul
14621 EMULATION_VECTOR=$targ_emul_vector
14622
14623
14624
14625
14626 # Required for html and install-html
14627
14628
14629
14630
14631
14632 ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
14633
14634 cat >confcache <<\_ACEOF
14635 # This file is a shell script that caches the results of configure
14636 # tests run on this system so they can be shared between configure
14637 # scripts and configure runs, see configure's option --config-cache.
14638 # It is not useful on other systems.  If it contains results you don't
14639 # want to keep, you may remove or edit it.
14640 #
14641 # config.status only pays attention to the cache file if you give it
14642 # the --recheck option to rerun configure.
14643 #
14644 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14645 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14646 # following values.
14647
14648 _ACEOF
14649
14650 # The following way of writing the cache mishandles newlines in values,
14651 # but we know of no workaround that is simple, portable, and efficient.
14652 # So, we kill variables containing newlines.
14653 # Ultrix sh set writes to stderr and can't be redirected directly,
14654 # and sets the high bit in the cache file unless we assign to the vars.
14655 (
14656   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14657     eval ac_val=\$$ac_var
14658     case $ac_val in #(
14659     *${as_nl}*)
14660       case $ac_var in #(
14661       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14662 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14663       esac
14664       case $ac_var in #(
14665       _ | IFS | as_nl) ;; #(
14666       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14667       *) { eval $ac_var=; unset $ac_var;} ;;
14668       esac ;;
14669     esac
14670   done
14671
14672   (set) 2>&1 |
14673     case $as_nl`(ac_space=' '; set) 2>&1` in #(
14674     *${as_nl}ac_space=\ *)
14675       # `set' does not quote correctly, so add quotes: double-quote
14676       # substitution turns \\\\ into \\, and sed turns \\ into \.
14677       sed -n \
14678         "s/'/'\\\\''/g;
14679           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14680       ;; #(
14681     *)
14682       # `set' quotes correctly as required by POSIX, so do not add quotes.
14683       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14684       ;;
14685     esac |
14686     sort
14687 ) |
14688   sed '
14689      /^ac_cv_env_/b end
14690      t clear
14691      :clear
14692      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14693      t end
14694      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14695      :end' >>confcache
14696 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14697   if test -w "$cache_file"; then
14698     test "x$cache_file" != "x/dev/null" &&
14699       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14700 $as_echo "$as_me: updating cache $cache_file" >&6;}
14701     cat confcache >$cache_file
14702   else
14703     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14704 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14705   fi
14706 fi
14707 rm -f confcache
14708
14709 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14710 # Let make expand exec_prefix.
14711 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14712
14713 DEFS=-DHAVE_CONFIG_H
14714
14715 ac_libobjs=
14716 ac_ltlibobjs=
14717 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14718   # 1. Remove the extension, and $U if already installed.
14719   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14720   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14721   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
14722   #    will be set to the directory where LIBOBJS objects are built.
14723   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14724   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14725 done
14726 LIBOBJS=$ac_libobjs
14727
14728 LTLIBOBJS=$ac_ltlibobjs
14729
14730
14731 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
14732   as_fn_error "conditional \"AMDEP\" was never defined.
14733 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14734 fi
14735 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
14736   as_fn_error "conditional \"am__fastdepCC\" was never defined.
14737 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14738 fi
14739  if test -n "$EXEEXT"; then
14740   am__EXEEXT_TRUE=
14741   am__EXEEXT_FALSE='#'
14742 else
14743   am__EXEEXT_TRUE='#'
14744   am__EXEEXT_FALSE=
14745 fi
14746
14747 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14748   as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
14749 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14750 fi
14751 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
14752   as_fn_error "conditional \"GENINSRC_NEVER\" was never defined.
14753 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14754 fi
14755
14756 : ${CONFIG_STATUS=./config.status}
14757 ac_write_fail=0
14758 ac_clean_files_save=$ac_clean_files
14759 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14760 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14761 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14762 as_write_fail=0
14763 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14764 #! $SHELL
14765 # Generated by $as_me.
14766 # Run this file to recreate the current configuration.
14767 # Compiler output produced by configure, useful for debugging
14768 # configure, is in config.log if it exists.
14769
14770 debug=false
14771 ac_cs_recheck=false
14772 ac_cs_silent=false
14773
14774 SHELL=\${CONFIG_SHELL-$SHELL}
14775 export SHELL
14776 _ASEOF
14777 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14778 ## -------------------- ##
14779 ## M4sh Initialization. ##
14780 ## -------------------- ##
14781
14782 # Be more Bourne compatible
14783 DUALCASE=1; export DUALCASE # for MKS sh
14784 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14785   emulate sh
14786   NULLCMD=:
14787   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14788   # is contrary to our usage.  Disable this feature.
14789   alias -g '${1+"$@"}'='"$@"'
14790   setopt NO_GLOB_SUBST
14791 else
14792   case `(set -o) 2>/dev/null` in #(
14793   *posix*) :
14794     set -o posix ;; #(
14795   *) :
14796      ;;
14797 esac
14798 fi
14799
14800
14801 as_nl='
14802 '
14803 export as_nl
14804 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14805 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14806 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14807 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14808 # Prefer a ksh shell builtin over an external printf program on Solaris,
14809 # but without wasting forks for bash or zsh.
14810 if test -z "$BASH_VERSION$ZSH_VERSION" \
14811     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14812   as_echo='print -r --'
14813   as_echo_n='print -rn --'
14814 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14815   as_echo='printf %s\n'
14816   as_echo_n='printf %s'
14817 else
14818   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14819     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14820     as_echo_n='/usr/ucb/echo -n'
14821   else
14822     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14823     as_echo_n_body='eval
14824       arg=$1;
14825       case $arg in #(
14826       *"$as_nl"*)
14827         expr "X$arg" : "X\\(.*\\)$as_nl";
14828         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14829       esac;
14830       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14831     '
14832     export as_echo_n_body
14833     as_echo_n='sh -c $as_echo_n_body as_echo'
14834   fi
14835   export as_echo_body
14836   as_echo='sh -c $as_echo_body as_echo'
14837 fi
14838
14839 # The user is always right.
14840 if test "${PATH_SEPARATOR+set}" != set; then
14841   PATH_SEPARATOR=:
14842   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14843     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14844       PATH_SEPARATOR=';'
14845   }
14846 fi
14847
14848
14849 # IFS
14850 # We need space, tab and new line, in precisely that order.  Quoting is
14851 # there to prevent editors from complaining about space-tab.
14852 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14853 # splitting by setting IFS to empty value.)
14854 IFS=" ""        $as_nl"
14855
14856 # Find who we are.  Look in the path if we contain no directory separator.
14857 case $0 in #((
14858   *[\\/]* ) as_myself=$0 ;;
14859   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14860 for as_dir in $PATH
14861 do
14862   IFS=$as_save_IFS
14863   test -z "$as_dir" && as_dir=.
14864     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14865   done
14866 IFS=$as_save_IFS
14867
14868      ;;
14869 esac
14870 # We did not find ourselves, most probably we were run as `sh COMMAND'
14871 # in which case we are not to be found in the path.
14872 if test "x$as_myself" = x; then
14873   as_myself=$0
14874 fi
14875 if test ! -f "$as_myself"; then
14876   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14877   exit 1
14878 fi
14879
14880 # Unset variables that we do not need and which cause bugs (e.g. in
14881 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
14882 # suppresses any "Segmentation fault" message there.  '((' could
14883 # trigger a bug in pdksh 5.2.14.
14884 for as_var in BASH_ENV ENV MAIL MAILPATH
14885 do eval test x\${$as_var+set} = xset \
14886   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14887 done
14888 PS1='$ '
14889 PS2='> '
14890 PS4='+ '
14891
14892 # NLS nuisances.
14893 LC_ALL=C
14894 export LC_ALL
14895 LANGUAGE=C
14896 export LANGUAGE
14897
14898 # CDPATH.
14899 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14900
14901
14902 # as_fn_error ERROR [LINENO LOG_FD]
14903 # ---------------------------------
14904 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14905 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14906 # script with status $?, using 1 if that was 0.
14907 as_fn_error ()
14908 {
14909   as_status=$?; test $as_status -eq 0 && as_status=1
14910   if test "$3"; then
14911     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14912     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
14913   fi
14914   $as_echo "$as_me: error: $1" >&2
14915   as_fn_exit $as_status
14916 } # as_fn_error
14917
14918
14919 # as_fn_set_status STATUS
14920 # -----------------------
14921 # Set $? to STATUS, without forking.
14922 as_fn_set_status ()
14923 {
14924   return $1
14925 } # as_fn_set_status
14926
14927 # as_fn_exit STATUS
14928 # -----------------
14929 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14930 as_fn_exit ()
14931 {
14932   set +e
14933   as_fn_set_status $1
14934   exit $1
14935 } # as_fn_exit
14936
14937 # as_fn_unset VAR
14938 # ---------------
14939 # Portably unset VAR.
14940 as_fn_unset ()
14941 {
14942   { eval $1=; unset $1;}
14943 }
14944 as_unset=as_fn_unset
14945 # as_fn_append VAR VALUE
14946 # ----------------------
14947 # Append the text in VALUE to the end of the definition contained in VAR. Take
14948 # advantage of any shell optimizations that allow amortized linear growth over
14949 # repeated appends, instead of the typical quadratic growth present in naive
14950 # implementations.
14951 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14952   eval 'as_fn_append ()
14953   {
14954     eval $1+=\$2
14955   }'
14956 else
14957   as_fn_append ()
14958   {
14959     eval $1=\$$1\$2
14960   }
14961 fi # as_fn_append
14962
14963 # as_fn_arith ARG...
14964 # ------------------
14965 # Perform arithmetic evaluation on the ARGs, and store the result in the
14966 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14967 # must be portable across $(()) and expr.
14968 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14969   eval 'as_fn_arith ()
14970   {
14971     as_val=$(( $* ))
14972   }'
14973 else
14974   as_fn_arith ()
14975   {
14976     as_val=`expr "$@" || test $? -eq 1`
14977   }
14978 fi # as_fn_arith
14979
14980
14981 if expr a : '\(a\)' >/dev/null 2>&1 &&
14982    test "X`expr 00001 : '.*\(...\)'`" = X001; then
14983   as_expr=expr
14984 else
14985   as_expr=false
14986 fi
14987
14988 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14989   as_basename=basename
14990 else
14991   as_basename=false
14992 fi
14993
14994 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14995   as_dirname=dirname
14996 else
14997   as_dirname=false
14998 fi
14999
15000 as_me=`$as_basename -- "$0" ||
15001 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15002          X"$0" : 'X\(//\)$' \| \
15003          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15004 $as_echo X/"$0" |
15005     sed '/^.*\/\([^/][^/]*\)\/*$/{
15006             s//\1/
15007             q
15008           }
15009           /^X\/\(\/\/\)$/{
15010             s//\1/
15011             q
15012           }
15013           /^X\/\(\/\).*/{
15014             s//\1/
15015             q
15016           }
15017           s/.*/./; q'`
15018
15019 # Avoid depending upon Character Ranges.
15020 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15021 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15022 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15023 as_cr_digits='0123456789'
15024 as_cr_alnum=$as_cr_Letters$as_cr_digits
15025
15026 ECHO_C= ECHO_N= ECHO_T=
15027 case `echo -n x` in #(((((
15028 -n*)
15029   case `echo 'xy\c'` in
15030   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
15031   xy)  ECHO_C='\c';;
15032   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
15033        ECHO_T=' ';;
15034   esac;;
15035 *)
15036   ECHO_N='-n';;
15037 esac
15038
15039 rm -f conf$$ conf$$.exe conf$$.file
15040 if test -d conf$$.dir; then
15041   rm -f conf$$.dir/conf$$.file
15042 else
15043   rm -f conf$$.dir
15044   mkdir conf$$.dir 2>/dev/null
15045 fi
15046 if (echo >conf$$.file) 2>/dev/null; then
15047   if ln -s conf$$.file conf$$ 2>/dev/null; then
15048     as_ln_s='ln -s'
15049     # ... but there are two gotchas:
15050     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15051     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15052     # In both cases, we have to default to `cp -p'.
15053     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15054       as_ln_s='cp -p'
15055   elif ln conf$$.file conf$$ 2>/dev/null; then
15056     as_ln_s=ln
15057   else
15058     as_ln_s='cp -p'
15059   fi
15060 else
15061   as_ln_s='cp -p'
15062 fi
15063 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15064 rmdir conf$$.dir 2>/dev/null
15065
15066
15067 # as_fn_mkdir_p
15068 # -------------
15069 # Create "$as_dir" as a directory, including parents if necessary.
15070 as_fn_mkdir_p ()
15071 {
15072
15073   case $as_dir in #(
15074   -*) as_dir=./$as_dir;;
15075   esac
15076   test -d "$as_dir" || eval $as_mkdir_p || {
15077     as_dirs=
15078     while :; do
15079       case $as_dir in #(
15080       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15081       *) as_qdir=$as_dir;;
15082       esac
15083       as_dirs="'$as_qdir' $as_dirs"
15084       as_dir=`$as_dirname -- "$as_dir" ||
15085 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15086          X"$as_dir" : 'X\(//\)[^/]' \| \
15087          X"$as_dir" : 'X\(//\)$' \| \
15088          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15089 $as_echo X"$as_dir" |
15090     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15091             s//\1/
15092             q
15093           }
15094           /^X\(\/\/\)[^/].*/{
15095             s//\1/
15096             q
15097           }
15098           /^X\(\/\/\)$/{
15099             s//\1/
15100             q
15101           }
15102           /^X\(\/\).*/{
15103             s//\1/
15104             q
15105           }
15106           s/.*/./; q'`
15107       test -d "$as_dir" && break
15108     done
15109     test -z "$as_dirs" || eval "mkdir $as_dirs"
15110   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15111
15112
15113 } # as_fn_mkdir_p
15114 if mkdir -p . 2>/dev/null; then
15115   as_mkdir_p='mkdir -p "$as_dir"'
15116 else
15117   test -d ./-p && rmdir ./-p
15118   as_mkdir_p=false
15119 fi
15120
15121 if test -x / >/dev/null 2>&1; then
15122   as_test_x='test -x'
15123 else
15124   if ls -dL / >/dev/null 2>&1; then
15125     as_ls_L_option=L
15126   else
15127     as_ls_L_option=
15128   fi
15129   as_test_x='
15130     eval sh -c '\''
15131       if test -d "$1"; then
15132         test -d "$1/.";
15133       else
15134         case $1 in #(
15135         -*)set "./$1";;
15136         esac;
15137         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15138         ???[sx]*):;;*)false;;esac;fi
15139     '\'' sh
15140   '
15141 fi
15142 as_executable_p=$as_test_x
15143
15144 # Sed expression to map a string onto a valid CPP name.
15145 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15146
15147 # Sed expression to map a string onto a valid variable name.
15148 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15149
15150
15151 exec 6>&1
15152 ## ----------------------------------- ##
15153 ## Main body of $CONFIG_STATUS script. ##
15154 ## ----------------------------------- ##
15155 _ASEOF
15156 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15157
15158 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15159 # Save the log message, to keep $0 and so on meaningful, and to
15160 # report actual input values of CONFIG_FILES etc. instead of their
15161 # values after options handling.
15162 ac_log="
15163 This file was extended by binutils $as_me 2.26.51, which was
15164 generated by GNU Autoconf 2.64.  Invocation command line was
15165
15166   CONFIG_FILES    = $CONFIG_FILES
15167   CONFIG_HEADERS  = $CONFIG_HEADERS
15168   CONFIG_LINKS    = $CONFIG_LINKS
15169   CONFIG_COMMANDS = $CONFIG_COMMANDS
15170   $ $0 $@
15171
15172 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15173 "
15174
15175 _ACEOF
15176
15177 case $ac_config_files in *"
15178 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15179 esac
15180
15181 case $ac_config_headers in *"
15182 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15183 esac
15184
15185
15186 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15187 # Files that config.status was made for.
15188 config_files="$ac_config_files"
15189 config_headers="$ac_config_headers"
15190 config_commands="$ac_config_commands"
15191
15192 _ACEOF
15193
15194 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15195 ac_cs_usage="\
15196 \`$as_me' instantiates files and other configuration actions
15197 from templates according to the current configuration.  Unless the files
15198 and actions are specified as TAGs, all are instantiated by default.
15199
15200 Usage: $0 [OPTION]... [TAG]...
15201
15202   -h, --help       print this help, then exit
15203   -V, --version    print version number and configuration settings, then exit
15204   -q, --quiet, --silent
15205                    do not print progress messages
15206   -d, --debug      don't remove temporary files
15207       --recheck    update $as_me by reconfiguring in the same conditions
15208       --file=FILE[:TEMPLATE]
15209                    instantiate the configuration file FILE
15210       --header=FILE[:TEMPLATE]
15211                    instantiate the configuration header FILE
15212
15213 Configuration files:
15214 $config_files
15215
15216 Configuration headers:
15217 $config_headers
15218
15219 Configuration commands:
15220 $config_commands
15221
15222 Report bugs to the package provider."
15223
15224 _ACEOF
15225 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15226 ac_cs_version="\\
15227 binutils config.status 2.26.51
15228 configured by $0, generated by GNU Autoconf 2.64,
15229   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
15230
15231 Copyright (C) 2009 Free Software Foundation, Inc.
15232 This config.status script is free software; the Free Software Foundation
15233 gives unlimited permission to copy, distribute and modify it."
15234
15235 ac_pwd='$ac_pwd'
15236 srcdir='$srcdir'
15237 INSTALL='$INSTALL'
15238 MKDIR_P='$MKDIR_P'
15239 AWK='$AWK'
15240 test -n "\$AWK" || AWK=awk
15241 _ACEOF
15242
15243 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15244 # The default lists apply if the user does not specify any file.
15245 ac_need_defaults=:
15246 while test $# != 0
15247 do
15248   case $1 in
15249   --*=*)
15250     ac_option=`expr "X$1" : 'X\([^=]*\)='`
15251     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15252     ac_shift=:
15253     ;;
15254   *)
15255     ac_option=$1
15256     ac_optarg=$2
15257     ac_shift=shift
15258     ;;
15259   esac
15260
15261   case $ac_option in
15262   # Handling of the options.
15263   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15264     ac_cs_recheck=: ;;
15265   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15266     $as_echo "$ac_cs_version"; exit ;;
15267   --debug | --debu | --deb | --de | --d | -d )
15268     debug=: ;;
15269   --file | --fil | --fi | --f )
15270     $ac_shift
15271     case $ac_optarg in
15272     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15273     esac
15274     as_fn_append CONFIG_FILES " '$ac_optarg'"
15275     ac_need_defaults=false;;
15276   --header | --heade | --head | --hea )
15277     $ac_shift
15278     case $ac_optarg in
15279     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15280     esac
15281     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
15282     ac_need_defaults=false;;
15283   --he | --h)
15284     # Conflict between --help and --header
15285     as_fn_error "ambiguous option: \`$1'
15286 Try \`$0 --help' for more information.";;
15287   --help | --hel | -h )
15288     $as_echo "$ac_cs_usage"; exit ;;
15289   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15290   | -silent | --silent | --silen | --sile | --sil | --si | --s)
15291     ac_cs_silent=: ;;
15292
15293   # This is an error.
15294   -*) as_fn_error "unrecognized option: \`$1'
15295 Try \`$0 --help' for more information." ;;
15296
15297   *) as_fn_append ac_config_targets " $1"
15298      ac_need_defaults=false ;;
15299
15300   esac
15301   shift
15302 done
15303
15304 ac_configure_extra_args=
15305
15306 if $ac_cs_silent; then
15307   exec 6>/dev/null
15308   ac_configure_extra_args="$ac_configure_extra_args --silent"
15309 fi
15310
15311 _ACEOF
15312 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15313 if \$ac_cs_recheck; then
15314   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15315   shift
15316   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15317   CONFIG_SHELL='$SHELL'
15318   export CONFIG_SHELL
15319   exec "\$@"
15320 fi
15321
15322 _ACEOF
15323 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15324 exec 5>>config.log
15325 {
15326   echo
15327   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15328 ## Running $as_me. ##
15329 _ASBOX
15330   $as_echo "$ac_log"
15331 } >&5
15332
15333 _ACEOF
15334 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15335 #
15336 # INIT-COMMANDS
15337 #
15338 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
15339
15340
15341 # The HP-UX ksh and POSIX shell print the target directory to stdout
15342 # if CDPATH is set.
15343 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15344
15345 sed_quote_subst='$sed_quote_subst'
15346 double_quote_subst='$double_quote_subst'
15347 delay_variable_subst='$delay_variable_subst'
15348 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15349 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15350 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15351 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15352 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15353 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15354 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15355 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15356 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15357 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15358 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15359 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15360 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15361 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15362 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15363 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15364 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15365 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15366 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15367 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15368 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15369 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15370 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15371 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15372 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15373 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15374 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15375 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15376 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15377 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15378 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15379 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15380 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15381 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15382 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15383 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15384 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15385 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15386 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15387 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15388 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15389 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15390 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15391 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15392 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15393 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15394 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15395 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15396 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"`'
15397 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15398 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15399 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
15400 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
15401 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
15402 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15403 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15404 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15405 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15406 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15407 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15408 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15409 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15410 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15411 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15412 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15413 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15414 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15415 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15416 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15417 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15418 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15419 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15420 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15421 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15422 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15423 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15424 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15425 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15426 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15427 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15428 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15429 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15430 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15431 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15432 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15433 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15434 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15435 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15436 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15437 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
15438 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15439 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15440 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15441 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15442 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15443 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15444 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15445 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15446 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15447 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15448 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15449 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15450 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15451 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15452 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15453 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15454 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15455 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15456 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15457 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15458 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15459 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15460 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15461 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15462 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15463 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15464 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15465 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15466 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15467 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
15468
15469 LTCC='$LTCC'
15470 LTCFLAGS='$LTCFLAGS'
15471 compiler='$compiler_DEFAULT'
15472
15473 # A function that is used when there is no print builtin or printf.
15474 func_fallback_echo ()
15475 {
15476   eval 'cat <<_LTECHO_EOF
15477 \$1
15478 _LTECHO_EOF'
15479 }
15480
15481 # Quote evaled strings.
15482 for var in SHELL \
15483 ECHO \
15484 SED \
15485 GREP \
15486 EGREP \
15487 FGREP \
15488 LD \
15489 NM \
15490 LN_S \
15491 lt_SP2NL \
15492 lt_NL2SP \
15493 reload_flag \
15494 OBJDUMP \
15495 deplibs_check_method \
15496 file_magic_cmd \
15497 AR \
15498 AR_FLAGS \
15499 STRIP \
15500 RANLIB \
15501 CC \
15502 CFLAGS \
15503 compiler \
15504 lt_cv_sys_global_symbol_pipe \
15505 lt_cv_sys_global_symbol_to_cdecl \
15506 lt_cv_sys_global_symbol_to_c_name_address \
15507 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
15508 lt_prog_compiler_no_builtin_flag \
15509 lt_prog_compiler_wl \
15510 lt_prog_compiler_pic \
15511 lt_prog_compiler_static \
15512 lt_cv_prog_compiler_c_o \
15513 need_locks \
15514 DSYMUTIL \
15515 NMEDIT \
15516 LIPO \
15517 OTOOL \
15518 OTOOL64 \
15519 shrext_cmds \
15520 export_dynamic_flag_spec \
15521 whole_archive_flag_spec \
15522 compiler_needs_object \
15523 with_gnu_ld \
15524 allow_undefined_flag \
15525 no_undefined_flag \
15526 hardcode_libdir_flag_spec \
15527 hardcode_libdir_flag_spec_ld \
15528 hardcode_libdir_separator \
15529 fix_srcfile_path \
15530 exclude_expsyms \
15531 include_expsyms \
15532 file_list_spec \
15533 variables_saved_for_relink \
15534 libname_spec \
15535 library_names_spec \
15536 soname_spec \
15537 install_override_mode \
15538 finish_eval \
15539 old_striplib \
15540 striplib; do
15541     case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15542     *[\\\\\\\`\\"\\\$]*)
15543       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
15544       ;;
15545     *)
15546       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15547       ;;
15548     esac
15549 done
15550
15551 # Double-quote double-evaled strings.
15552 for var in reload_cmds \
15553 old_postinstall_cmds \
15554 old_postuninstall_cmds \
15555 old_archive_cmds \
15556 extract_expsyms_cmds \
15557 old_archive_from_new_cmds \
15558 old_archive_from_expsyms_cmds \
15559 archive_cmds \
15560 archive_expsym_cmds \
15561 module_cmds \
15562 module_expsym_cmds \
15563 export_symbols_cmds \
15564 prelink_cmds \
15565 postinstall_cmds \
15566 postuninstall_cmds \
15567 finish_cmds \
15568 sys_lib_search_path_spec \
15569 sys_lib_dlsearch_path_spec; do
15570     case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15571     *[\\\\\\\`\\"\\\$]*)
15572       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
15573       ;;
15574     *)
15575       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15576       ;;
15577     esac
15578 done
15579
15580 ac_aux_dir='$ac_aux_dir'
15581 xsi_shell='$xsi_shell'
15582 lt_shell_append='$lt_shell_append'
15583
15584 # See if we are running on zsh, and set the options which allow our
15585 # commands through without removal of \ escapes INIT.
15586 if test -n "\${ZSH_VERSION+set}" ; then
15587    setopt NO_GLOB_SUBST
15588 fi
15589
15590
15591     PACKAGE='$PACKAGE'
15592     VERSION='$VERSION'
15593     TIMESTAMP='$TIMESTAMP'
15594     RM='$RM'
15595     ofile='$ofile'
15596
15597
15598
15599 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
15600     # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
15601     # from automake.
15602     eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
15603     # Capture the value of LINGUAS because we need it to compute CATALOGS.
15604     LINGUAS="${LINGUAS-%UNSET%}"
15605
15606
15607 _ACEOF
15608
15609 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15610
15611 # Handling of arguments.
15612 for ac_config_target in $ac_config_targets
15613 do
15614   case $ac_config_target in
15615     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15616     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15617     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
15618     "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
15619     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15620     "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
15621     "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
15622
15623   *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15624   esac
15625 done
15626
15627
15628 # If the user did not use the arguments to specify the items to instantiate,
15629 # then the envvar interface is used.  Set only those that are not.
15630 # We use the long form for the default assignment because of an extremely
15631 # bizarre bug on SunOS 4.1.3.
15632 if $ac_need_defaults; then
15633   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15634   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15635   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15636 fi
15637
15638 # Have a temporary directory for convenience.  Make it in the build tree
15639 # simply because there is no reason against having it here, and in addition,
15640 # creating and moving files from /tmp can sometimes cause problems.
15641 # Hook for its removal unless debugging.
15642 # Note that there is a small window in which the directory will not be cleaned:
15643 # after its creation but before its name has been assigned to `$tmp'.
15644 $debug ||
15645 {
15646   tmp=
15647   trap 'exit_status=$?
15648   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15649 ' 0
15650   trap 'as_fn_exit 1' 1 2 13 15
15651 }
15652 # Create a (secure) tmp directory for tmp files.
15653
15654 {
15655   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15656   test -n "$tmp" && test -d "$tmp"
15657 }  ||
15658 {
15659   tmp=./conf$$-$RANDOM
15660   (umask 077 && mkdir "$tmp")
15661 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15662
15663 # Set up the scripts for CONFIG_FILES section.
15664 # No need to generate them if there are no CONFIG_FILES.
15665 # This happens for instance with `./config.status config.h'.
15666 if test -n "$CONFIG_FILES"; then
15667
15668
15669 ac_cr=`echo X | tr X '\015'`
15670 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15671 # But we know of no other shell where ac_cr would be empty at this
15672 # point, so we can use a bashism as a fallback.
15673 if test "x$ac_cr" = x; then
15674   eval ac_cr=\$\'\\r\'
15675 fi
15676 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15677 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15678   ac_cs_awk_cr='\r'
15679 else
15680   ac_cs_awk_cr=$ac_cr
15681 fi
15682
15683 echo 'BEGIN {' >"$tmp/subs1.awk" &&
15684 _ACEOF
15685
15686
15687 {
15688   echo "cat >conf$$subs.awk <<_ACEOF" &&
15689   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15690   echo "_ACEOF"
15691 } >conf$$subs.sh ||
15692   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15693 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15694 ac_delim='%!_!# '
15695 for ac_last_try in false false false false false :; do
15696   . ./conf$$subs.sh ||
15697     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15698
15699   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15700   if test $ac_delim_n = $ac_delim_num; then
15701     break
15702   elif $ac_last_try; then
15703     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15704   else
15705     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15706   fi
15707 done
15708 rm -f conf$$subs.sh
15709
15710 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15711 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15712 _ACEOF
15713 sed -n '
15714 h
15715 s/^/S["/; s/!.*/"]=/
15716 p
15717 g
15718 s/^[^!]*!//
15719 :repl
15720 t repl
15721 s/'"$ac_delim"'$//
15722 t delim
15723 :nl
15724 h
15725 s/\(.\{148\}\).*/\1/
15726 t more1
15727 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15728 p
15729 n
15730 b repl
15731 :more1
15732 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15733 p
15734 g
15735 s/.\{148\}//
15736 t nl
15737 :delim
15738 h
15739 s/\(.\{148\}\).*/\1/
15740 t more2
15741 s/["\\]/\\&/g; s/^/"/; s/$/"/
15742 p
15743 b
15744 :more2
15745 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15746 p
15747 g
15748 s/.\{148\}//
15749 t delim
15750 ' <conf$$subs.awk | sed '
15751 /^[^""]/{
15752   N
15753   s/\n//
15754 }
15755 ' >>$CONFIG_STATUS || ac_write_fail=1
15756 rm -f conf$$subs.awk
15757 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15758 _ACAWK
15759 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15760   for (key in S) S_is_set[key] = 1
15761   FS = "\a"
15762
15763 }
15764 {
15765   line = $ 0
15766   nfields = split(line, field, "@")
15767   substed = 0
15768   len = length(field[1])
15769   for (i = 2; i < nfields; i++) {
15770     key = field[i]
15771     keylen = length(key)
15772     if (S_is_set[key]) {
15773       value = S[key]
15774       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15775       len += length(value) + length(field[++i])
15776       substed = 1
15777     } else
15778       len += 1 + keylen
15779   }
15780
15781   print line
15782 }
15783
15784 _ACAWK
15785 _ACEOF
15786 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15787 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15788   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15789 else
15790   cat
15791 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15792   || as_fn_error "could not setup config files machinery" "$LINENO" 5
15793 _ACEOF
15794
15795 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15796 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15797 # trailing colons and then remove the whole line if VPATH becomes empty
15798 # (actually we leave an empty line to preserve line numbers).
15799 if test "x$srcdir" = x.; then
15800   ac_vpsub='/^[  ]*VPATH[        ]*=/{
15801 s/:*\$(srcdir):*/:/
15802 s/:*\${srcdir}:*/:/
15803 s/:*@srcdir@:*/:/
15804 s/^\([^=]*=[     ]*\):*/\1/
15805 s/:*$//
15806 s/^[^=]*=[       ]*$//
15807 }'
15808 fi
15809
15810 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15811 fi # test -n "$CONFIG_FILES"
15812
15813 # Set up the scripts for CONFIG_HEADERS section.
15814 # No need to generate them if there are no CONFIG_HEADERS.
15815 # This happens for instance with `./config.status Makefile'.
15816 if test -n "$CONFIG_HEADERS"; then
15817 cat >"$tmp/defines.awk" <<\_ACAWK ||
15818 BEGIN {
15819 _ACEOF
15820
15821 # Transform confdefs.h into an awk script `defines.awk', embedded as
15822 # here-document in config.status, that substitutes the proper values into
15823 # config.h.in to produce config.h.
15824
15825 # Create a delimiter string that does not exist in confdefs.h, to ease
15826 # handling of long lines.
15827 ac_delim='%!_!# '
15828 for ac_last_try in false false :; do
15829   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
15830   if test -z "$ac_t"; then
15831     break
15832   elif $ac_last_try; then
15833     as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
15834   else
15835     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15836   fi
15837 done
15838
15839 # For the awk script, D is an array of macro values keyed by name,
15840 # likewise P contains macro parameters if any.  Preserve backslash
15841 # newline sequences.
15842
15843 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15844 sed -n '
15845 s/.\{148\}/&'"$ac_delim"'/g
15846 t rset
15847 :rset
15848 s/^[     ]*#[    ]*define[       ][      ]*/ /
15849 t def
15850 d
15851 :def
15852 s/\\$//
15853 t bsnl
15854 s/["\\]/\\&/g
15855 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
15856 D["\1"]=" \3"/p
15857 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
15858 d
15859 :bsnl
15860 s/["\\]/\\&/g
15861 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
15862 D["\1"]=" \3\\\\\\n"\\/p
15863 t cont
15864 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15865 t cont
15866 d
15867 :cont
15868 n
15869 s/.\{148\}/&'"$ac_delim"'/g
15870 t clear
15871 :clear
15872 s/\\$//
15873 t bsnlc
15874 s/["\\]/\\&/g; s/^/"/; s/$/"/p
15875 d
15876 :bsnlc
15877 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15878 b cont
15879 ' <confdefs.h | sed '
15880 s/'"$ac_delim"'/"\\\
15881 "/g' >>$CONFIG_STATUS || ac_write_fail=1
15882
15883 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15884   for (key in D) D_is_set[key] = 1
15885   FS = "\a"
15886 }
15887 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15888   line = \$ 0
15889   split(line, arg, " ")
15890   if (arg[1] == "#") {
15891     defundef = arg[2]
15892     mac1 = arg[3]
15893   } else {
15894     defundef = substr(arg[1], 2)
15895     mac1 = arg[2]
15896   }
15897   split(mac1, mac2, "(") #)
15898   macro = mac2[1]
15899   prefix = substr(line, 1, index(line, defundef) - 1)
15900   if (D_is_set[macro]) {
15901     # Preserve the white space surrounding the "#".
15902     print prefix "define", macro P[macro] D[macro]
15903     next
15904   } else {
15905     # Replace #undef with comments.  This is necessary, for example,
15906     # in the case of _POSIX_SOURCE, which is predefined and required
15907     # on some systems where configure will not decide to define it.
15908     if (defundef == "undef") {
15909       print "/*", prefix defundef, macro, "*/"
15910       next
15911     }
15912   }
15913 }
15914 { print }
15915 _ACAWK
15916 _ACEOF
15917 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15918   as_fn_error "could not setup config headers machinery" "$LINENO" 5
15919 fi # test -n "$CONFIG_HEADERS"
15920
15921
15922 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
15923 shift
15924 for ac_tag
15925 do
15926   case $ac_tag in
15927   :[FHLC]) ac_mode=$ac_tag; continue;;
15928   esac
15929   case $ac_mode$ac_tag in
15930   :[FHL]*:*);;
15931   :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15932   :[FH]-) ac_tag=-:-;;
15933   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15934   esac
15935   ac_save_IFS=$IFS
15936   IFS=:
15937   set x $ac_tag
15938   IFS=$ac_save_IFS
15939   shift
15940   ac_file=$1
15941   shift
15942
15943   case $ac_mode in
15944   :L) ac_source=$1;;
15945   :[FH])
15946     ac_file_inputs=
15947     for ac_f
15948     do
15949       case $ac_f in
15950       -) ac_f="$tmp/stdin";;
15951       *) # Look for the file first in the build tree, then in the source tree
15952          # (if the path is not absolute).  The absolute path cannot be DOS-style,
15953          # because $ac_f cannot contain `:'.
15954          test -f "$ac_f" ||
15955            case $ac_f in
15956            [\\/$]*) false;;
15957            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15958            esac ||
15959            as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15960       esac
15961       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15962       as_fn_append ac_file_inputs " '$ac_f'"
15963     done
15964
15965     # Let's still pretend it is `configure' which instantiates (i.e., don't
15966     # use $as_me), people would be surprised to read:
15967     #    /* config.h.  Generated by config.status.  */
15968     configure_input='Generated from '`
15969           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15970         `' by configure.'
15971     if test x"$ac_file" != x-; then
15972       configure_input="$ac_file.  $configure_input"
15973       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15974 $as_echo "$as_me: creating $ac_file" >&6;}
15975     fi
15976     # Neutralize special characters interpreted by sed in replacement strings.
15977     case $configure_input in #(
15978     *\&* | *\|* | *\\* )
15979        ac_sed_conf_input=`$as_echo "$configure_input" |
15980        sed 's/[\\\\&|]/\\\\&/g'`;; #(
15981     *) ac_sed_conf_input=$configure_input;;
15982     esac
15983
15984     case $ac_tag in
15985     *:-:* | *:-) cat >"$tmp/stdin" \
15986       || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15987     esac
15988     ;;
15989   esac
15990
15991   ac_dir=`$as_dirname -- "$ac_file" ||
15992 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15993          X"$ac_file" : 'X\(//\)[^/]' \| \
15994          X"$ac_file" : 'X\(//\)$' \| \
15995          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15996 $as_echo X"$ac_file" |
15997     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15998             s//\1/
15999             q
16000           }
16001           /^X\(\/\/\)[^/].*/{
16002             s//\1/
16003             q
16004           }
16005           /^X\(\/\/\)$/{
16006             s//\1/
16007             q
16008           }
16009           /^X\(\/\).*/{
16010             s//\1/
16011             q
16012           }
16013           s/.*/./; q'`
16014   as_dir="$ac_dir"; as_fn_mkdir_p
16015   ac_builddir=.
16016
16017 case "$ac_dir" in
16018 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16019 *)
16020   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16021   # A ".." for each directory in $ac_dir_suffix.
16022   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16023   case $ac_top_builddir_sub in
16024   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16025   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16026   esac ;;
16027 esac
16028 ac_abs_top_builddir=$ac_pwd
16029 ac_abs_builddir=$ac_pwd$ac_dir_suffix
16030 # for backward compatibility:
16031 ac_top_builddir=$ac_top_build_prefix
16032
16033 case $srcdir in
16034   .)  # We are building in place.
16035     ac_srcdir=.
16036     ac_top_srcdir=$ac_top_builddir_sub
16037     ac_abs_top_srcdir=$ac_pwd ;;
16038   [\\/]* | ?:[\\/]* )  # Absolute name.
16039     ac_srcdir=$srcdir$ac_dir_suffix;
16040     ac_top_srcdir=$srcdir
16041     ac_abs_top_srcdir=$srcdir ;;
16042   *) # Relative name.
16043     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16044     ac_top_srcdir=$ac_top_build_prefix$srcdir
16045     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
16046 esac
16047 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
16048
16049
16050   case $ac_mode in
16051   :F)
16052   #
16053   # CONFIG_FILE
16054   #
16055
16056   case $INSTALL in
16057   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
16058   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16059   esac
16060   ac_MKDIR_P=$MKDIR_P
16061   case $MKDIR_P in
16062   [\\/$]* | ?:[\\/]* ) ;;
16063   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
16064   esac
16065 _ACEOF
16066
16067 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16068 # If the template does not know about datarootdir, expand it.
16069 # FIXME: This hack should be removed a few years after 2.60.
16070 ac_datarootdir_hack=; ac_datarootdir_seen=
16071 ac_sed_dataroot='
16072 /datarootdir/ {
16073   p
16074   q
16075 }
16076 /@datadir@/p
16077 /@docdir@/p
16078 /@infodir@/p
16079 /@localedir@/p
16080 /@mandir@/p'
16081 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16082 *datarootdir*) ac_datarootdir_seen=yes;;
16083 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16084   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16085 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16086 _ACEOF
16087 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16088   ac_datarootdir_hack='
16089   s&@datadir@&$datadir&g
16090   s&@docdir@&$docdir&g
16091   s&@infodir@&$infodir&g
16092   s&@localedir@&$localedir&g
16093   s&@mandir@&$mandir&g
16094   s&\\\${datarootdir}&$datarootdir&g' ;;
16095 esac
16096 _ACEOF
16097
16098 # Neutralize VPATH when `$srcdir' = `.'.
16099 # Shell code in configure.ac might set extrasub.
16100 # FIXME: do we really want to maintain this feature?
16101 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16102 ac_sed_extra="$ac_vpsub
16103 $extrasub
16104 _ACEOF
16105 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16106 :t
16107 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16108 s|@configure_input@|$ac_sed_conf_input|;t t
16109 s&@top_builddir@&$ac_top_builddir_sub&;t t
16110 s&@top_build_prefix@&$ac_top_build_prefix&;t t
16111 s&@srcdir@&$ac_srcdir&;t t
16112 s&@abs_srcdir@&$ac_abs_srcdir&;t t
16113 s&@top_srcdir@&$ac_top_srcdir&;t t
16114 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16115 s&@builddir@&$ac_builddir&;t t
16116 s&@abs_builddir@&$ac_abs_builddir&;t t
16117 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16118 s&@INSTALL@&$ac_INSTALL&;t t
16119 s&@MKDIR_P@&$ac_MKDIR_P&;t t
16120 $ac_datarootdir_hack
16121 "
16122 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
16123   || as_fn_error "could not create $ac_file" "$LINENO" 5
16124
16125 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16126   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
16127   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
16128   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16129 which seems to be undefined.  Please make sure it is defined." >&5
16130 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16131 which seems to be undefined.  Please make sure it is defined." >&2;}
16132
16133   rm -f "$tmp/stdin"
16134   case $ac_file in
16135   -) cat "$tmp/out" && rm -f "$tmp/out";;
16136   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
16137   esac \
16138   || as_fn_error "could not create $ac_file" "$LINENO" 5
16139  ;;
16140   :H)
16141   #
16142   # CONFIG_HEADER
16143   #
16144   if test x"$ac_file" != x-; then
16145     {
16146       $as_echo "/* $configure_input  */" \
16147       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
16148     } >"$tmp/config.h" \
16149       || as_fn_error "could not create $ac_file" "$LINENO" 5
16150     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
16151       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16152 $as_echo "$as_me: $ac_file is unchanged" >&6;}
16153     else
16154       rm -f "$ac_file"
16155       mv "$tmp/config.h" "$ac_file" \
16156         || as_fn_error "could not create $ac_file" "$LINENO" 5
16157     fi
16158   else
16159     $as_echo "/* $configure_input  */" \
16160       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
16161       || as_fn_error "could not create -" "$LINENO" 5
16162   fi
16163 # Compute "$ac_file"'s index in $config_headers.
16164 _am_arg="$ac_file"
16165 _am_stamp_count=1
16166 for _am_header in $config_headers :; do
16167   case $_am_header in
16168     $_am_arg | $_am_arg:* )
16169       break ;;
16170     * )
16171       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
16172   esac
16173 done
16174 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
16175 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16176          X"$_am_arg" : 'X\(//\)[^/]' \| \
16177          X"$_am_arg" : 'X\(//\)$' \| \
16178          X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
16179 $as_echo X"$_am_arg" |
16180     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16181             s//\1/
16182             q
16183           }
16184           /^X\(\/\/\)[^/].*/{
16185             s//\1/
16186             q
16187           }
16188           /^X\(\/\/\)$/{
16189             s//\1/
16190             q
16191           }
16192           /^X\(\/\).*/{
16193             s//\1/
16194             q
16195           }
16196           s/.*/./; q'`/stamp-h$_am_stamp_count
16197  ;;
16198
16199   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16200 $as_echo "$as_me: executing $ac_file commands" >&6;}
16201  ;;
16202   esac
16203
16204
16205   case $ac_file$ac_mode in
16206     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16207   # Autoconf 2.62 quotes --file arguments for eval, but not when files
16208   # are listed without --file.  Let's play safe and only enable the eval
16209   # if we detect the quoting.
16210   case $CONFIG_FILES in
16211   *\'*) eval set x "$CONFIG_FILES" ;;
16212   *)   set x $CONFIG_FILES ;;
16213   esac
16214   shift
16215   for mf
16216   do
16217     # Strip MF so we end up with the name of the file.
16218     mf=`echo "$mf" | sed -e 's/:.*$//'`
16219     # Check whether this is an Automake generated Makefile or not.
16220     # We used to match only the files named `Makefile.in', but
16221     # some people rename them; so instead we look at the file content.
16222     # Grep'ing the first line is not enough: some people post-process
16223     # each Makefile.in and add a new line on top of each file to say so.
16224     # Grep'ing the whole file is not good either: AIX grep has a line
16225     # limit of 2048, but all sed's we know have understand at least 4000.
16226     if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
16227       dirpart=`$as_dirname -- "$mf" ||
16228 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16229          X"$mf" : 'X\(//\)[^/]' \| \
16230          X"$mf" : 'X\(//\)$' \| \
16231          X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16232 $as_echo X"$mf" |
16233     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16234             s//\1/
16235             q
16236           }
16237           /^X\(\/\/\)[^/].*/{
16238             s//\1/
16239             q
16240           }
16241           /^X\(\/\/\)$/{
16242             s//\1/
16243             q
16244           }
16245           /^X\(\/\).*/{
16246             s//\1/
16247             q
16248           }
16249           s/.*/./; q'`
16250     else
16251       continue
16252     fi
16253     # Extract the definition of DEPDIR, am__include, and am__quote
16254     # from the Makefile without running `make'.
16255     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16256     test -z "$DEPDIR" && continue
16257     am__include=`sed -n 's/^am__include = //p' < "$mf"`
16258     test -z "am__include" && continue
16259     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16260     # When using ansi2knr, U may be empty or an underscore; expand it
16261     U=`sed -n 's/^U = //p' < "$mf"`
16262     # Find all dependency output files, they are included files with
16263     # $(DEPDIR) in their names.  We invoke sed twice because it is the
16264     # simplest approach to changing $(DEPDIR) to its actual value in the
16265     # expansion.
16266     for file in `sed -n "
16267       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16268          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
16269       # Make sure the directory exists.
16270       test -f "$dirpart/$file" && continue
16271       fdir=`$as_dirname -- "$file" ||
16272 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16273          X"$file" : 'X\(//\)[^/]' \| \
16274          X"$file" : 'X\(//\)$' \| \
16275          X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16276 $as_echo X"$file" |
16277     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16278             s//\1/
16279             q
16280           }
16281           /^X\(\/\/\)[^/].*/{
16282             s//\1/
16283             q
16284           }
16285           /^X\(\/\/\)$/{
16286             s//\1/
16287             q
16288           }
16289           /^X\(\/\).*/{
16290             s//\1/
16291             q
16292           }
16293           s/.*/./; q'`
16294       as_dir=$dirpart/$fdir; as_fn_mkdir_p
16295       # echo "creating $dirpart/$file"
16296       echo '# dummy' > "$dirpart/$file"
16297     done
16298   done
16299 }
16300  ;;
16301     "libtool":C)
16302
16303     # See if we are running on zsh, and set the options which allow our
16304     # commands through without removal of \ escapes.
16305     if test -n "${ZSH_VERSION+set}" ; then
16306       setopt NO_GLOB_SUBST
16307     fi
16308
16309     cfgfile="${ofile}T"
16310     trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16311     $RM "$cfgfile"
16312
16313     cat <<_LT_EOF >> "$cfgfile"
16314 #! $SHELL
16315
16316 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
16317 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
16318 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16319 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16320 #
16321 #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16322 #                 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
16323 #   Written by Gordon Matzigkeit, 1996
16324 #
16325 #   This file is part of GNU Libtool.
16326 #
16327 # GNU Libtool is free software; you can redistribute it and/or
16328 # modify it under the terms of the GNU General Public License as
16329 # published by the Free Software Foundation; either version 2 of
16330 # the License, or (at your option) any later version.
16331 #
16332 # As a special exception to the GNU General Public License,
16333 # if you distribute this file as part of a program or library that
16334 # is built using GNU Libtool, you may include this file under the
16335 # same distribution terms that you use for the rest of that program.
16336 #
16337 # GNU Libtool is distributed in the hope that it will be useful,
16338 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16339 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16340 # GNU General Public License for more details.
16341 #
16342 # You should have received a copy of the GNU General Public License
16343 # along with GNU Libtool; see the file COPYING.  If not, a copy
16344 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16345 # obtained by writing to the Free Software Foundation, Inc.,
16346 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16347
16348
16349 # The names of the tagged configurations supported by this script.
16350 available_tags=""
16351
16352 # ### BEGIN LIBTOOL CONFIG
16353
16354 # Which release of libtool.m4 was used?
16355 macro_version=$macro_version
16356 macro_revision=$macro_revision
16357
16358 # Whether or not to build shared libraries.
16359 build_libtool_libs=$enable_shared
16360
16361 # Whether or not to build static libraries.
16362 build_old_libs=$enable_static
16363
16364 # What type of objects to build.
16365 pic_mode=$pic_mode
16366
16367 # Whether or not to optimize for fast installation.
16368 fast_install=$enable_fast_install
16369
16370 # Shell to use when invoking shell scripts.
16371 SHELL=$lt_SHELL
16372
16373 # An echo program that protects backslashes.
16374 ECHO=$lt_ECHO
16375
16376 # The host system.
16377 host_alias=$host_alias
16378 host=$host
16379 host_os=$host_os
16380
16381 # The build system.
16382 build_alias=$build_alias
16383 build=$build
16384 build_os=$build_os
16385
16386 # A sed program that does not truncate output.
16387 SED=$lt_SED
16388
16389 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
16390 Xsed="\$SED -e 1s/^X//"
16391
16392 # A grep program that handles long lines.
16393 GREP=$lt_GREP
16394
16395 # An ERE matcher.
16396 EGREP=$lt_EGREP
16397
16398 # A literal string matcher.
16399 FGREP=$lt_FGREP
16400
16401 # A BSD- or MS-compatible name lister.
16402 NM=$lt_NM
16403
16404 # Whether we need soft or hard links.
16405 LN_S=$lt_LN_S
16406
16407 # What is the maximum length of a command?
16408 max_cmd_len=$max_cmd_len
16409
16410 # Object file suffix (normally "o").
16411 objext=$ac_objext
16412
16413 # Executable file suffix (normally "").
16414 exeext=$exeext
16415
16416 # whether the shell understands "unset".
16417 lt_unset=$lt_unset
16418
16419 # turn spaces into newlines.
16420 SP2NL=$lt_lt_SP2NL
16421
16422 # turn newlines into spaces.
16423 NL2SP=$lt_lt_NL2SP
16424
16425 # An object symbol dumper.
16426 OBJDUMP=$lt_OBJDUMP
16427
16428 # Method to check whether dependent libraries are shared objects.
16429 deplibs_check_method=$lt_deplibs_check_method
16430
16431 # Command to use when deplibs_check_method == "file_magic".
16432 file_magic_cmd=$lt_file_magic_cmd
16433
16434 # The archiver.
16435 AR=$lt_AR
16436 AR_FLAGS=$lt_AR_FLAGS
16437
16438 # A symbol stripping program.
16439 STRIP=$lt_STRIP
16440
16441 # Commands used to install an old-style archive.
16442 RANLIB=$lt_RANLIB
16443 old_postinstall_cmds=$lt_old_postinstall_cmds
16444 old_postuninstall_cmds=$lt_old_postuninstall_cmds
16445
16446 # Whether to use a lock for old archive extraction.
16447 lock_old_archive_extraction=$lock_old_archive_extraction
16448
16449 # A C compiler.
16450 LTCC=$lt_CC
16451
16452 # LTCC compiler flags.
16453 LTCFLAGS=$lt_CFLAGS
16454
16455 # Take the output of nm and produce a listing of raw symbols and C names.
16456 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16457
16458 # Transform the output of nm in a proper C declaration.
16459 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16460
16461 # Transform the output of nm in a C name address pair.
16462 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16463
16464 # Transform the output of nm in a C name address pair when lib prefix is needed.
16465 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16466
16467 # The name of the directory that contains temporary libtool files.
16468 objdir=$objdir
16469
16470 # Used to examine libraries when file_magic_cmd begins with "file".
16471 MAGIC_CMD=$MAGIC_CMD
16472
16473 # Must we lock files when doing compilation?
16474 need_locks=$lt_need_locks
16475
16476 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16477 DSYMUTIL=$lt_DSYMUTIL
16478
16479 # Tool to change global to local symbols on Mac OS X.
16480 NMEDIT=$lt_NMEDIT
16481
16482 # Tool to manipulate fat objects and archives on Mac OS X.
16483 LIPO=$lt_LIPO
16484
16485 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
16486 OTOOL=$lt_OTOOL
16487
16488 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16489 OTOOL64=$lt_OTOOL64
16490
16491 # Old archive suffix (normally "a").
16492 libext=$libext
16493
16494 # Shared library suffix (normally ".so").
16495 shrext_cmds=$lt_shrext_cmds
16496
16497 # The commands to extract the exported symbol list from a shared archive.
16498 extract_expsyms_cmds=$lt_extract_expsyms_cmds
16499
16500 # Variables whose values should be saved in libtool wrapper scripts and
16501 # restored at link time.
16502 variables_saved_for_relink=$lt_variables_saved_for_relink
16503
16504 # Do we need the "lib" prefix for modules?
16505 need_lib_prefix=$need_lib_prefix
16506
16507 # Do we need a version for libraries?
16508 need_version=$need_version
16509
16510 # Library versioning type.
16511 version_type=$version_type
16512
16513 # Shared library runtime path variable.
16514 runpath_var=$runpath_var
16515
16516 # Shared library path variable.
16517 shlibpath_var=$shlibpath_var
16518
16519 # Is shlibpath searched before the hard-coded library search path?
16520 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16521
16522 # Format of library name prefix.
16523 libname_spec=$lt_libname_spec
16524
16525 # List of archive names.  First name is the real one, the rest are links.
16526 # The last name is the one that the linker finds with -lNAME
16527 library_names_spec=$lt_library_names_spec
16528
16529 # The coded name of the library, if different from the real name.
16530 soname_spec=$lt_soname_spec
16531
16532 # Permission mode override for installation of shared libraries.
16533 install_override_mode=$lt_install_override_mode
16534
16535 # Command to use after installation of a shared archive.
16536 postinstall_cmds=$lt_postinstall_cmds
16537
16538 # Command to use after uninstallation of a shared archive.
16539 postuninstall_cmds=$lt_postuninstall_cmds
16540
16541 # Commands used to finish a libtool library installation in a directory.
16542 finish_cmds=$lt_finish_cmds
16543
16544 # As "finish_cmds", except a single script fragment to be evaled but
16545 # not shown.
16546 finish_eval=$lt_finish_eval
16547
16548 # Whether we should hardcode library paths into libraries.
16549 hardcode_into_libs=$hardcode_into_libs
16550
16551 # Compile-time system search path for libraries.
16552 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16553
16554 # Run-time system search path for libraries.
16555 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16556
16557 # Whether dlopen is supported.
16558 dlopen_support=$enable_dlopen
16559
16560 # Whether dlopen of programs is supported.
16561 dlopen_self=$enable_dlopen_self
16562
16563 # Whether dlopen of statically linked programs is supported.
16564 dlopen_self_static=$enable_dlopen_self_static
16565
16566 # Commands to strip libraries.
16567 old_striplib=$lt_old_striplib
16568 striplib=$lt_striplib
16569
16570
16571 # The linker used to build libraries.
16572 LD=$lt_LD
16573
16574 # How to create reloadable object files.
16575 reload_flag=$lt_reload_flag
16576 reload_cmds=$lt_reload_cmds
16577
16578 # Commands used to build an old-style archive.
16579 old_archive_cmds=$lt_old_archive_cmds
16580
16581 # A language specific compiler.
16582 CC=$lt_compiler
16583
16584 # Is the compiler the GNU compiler?
16585 with_gcc=$GCC
16586
16587 # Compiler flag to turn off builtin functions.
16588 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16589
16590 # How to pass a linker flag through the compiler.
16591 wl=$lt_lt_prog_compiler_wl
16592
16593 # Additional compiler flags for building library objects.
16594 pic_flag=$lt_lt_prog_compiler_pic
16595
16596 # Compiler flag to prevent dynamic linking.
16597 link_static_flag=$lt_lt_prog_compiler_static
16598
16599 # Does compiler simultaneously support -c and -o options?
16600 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16601
16602 # Whether or not to add -lc for building shared libraries.
16603 build_libtool_need_lc=$archive_cmds_need_lc
16604
16605 # Whether or not to disallow shared libs when runtime libs are static.
16606 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16607
16608 # Compiler flag to allow reflexive dlopens.
16609 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16610
16611 # Compiler flag to generate shared objects directly from archives.
16612 whole_archive_flag_spec=$lt_whole_archive_flag_spec
16613
16614 # Whether the compiler copes with passing no objects directly.
16615 compiler_needs_object=$lt_compiler_needs_object
16616
16617 # Create an old-style archive from a shared archive.
16618 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16619
16620 # Create a temporary old-style archive to link instead of a shared archive.
16621 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16622
16623 # Commands used to build a shared archive.
16624 archive_cmds=$lt_archive_cmds
16625 archive_expsym_cmds=$lt_archive_expsym_cmds
16626
16627 # Commands used to build a loadable module if different from building
16628 # a shared archive.
16629 module_cmds=$lt_module_cmds
16630 module_expsym_cmds=$lt_module_expsym_cmds
16631
16632 # Whether we are building with GNU ld or not.
16633 with_gnu_ld=$lt_with_gnu_ld
16634
16635 # Flag that allows shared libraries with undefined symbols to be built.
16636 allow_undefined_flag=$lt_allow_undefined_flag
16637
16638 # Flag that enforces no undefined symbols.
16639 no_undefined_flag=$lt_no_undefined_flag
16640
16641 # Flag to hardcode \$libdir into a binary during linking.
16642 # This must work even if \$libdir does not exist
16643 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16644
16645 # If ld is used when linking, flag to hardcode \$libdir into a binary
16646 # during linking.  This must work even if \$libdir does not exist.
16647 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16648
16649 # Whether we need a single "-rpath" flag with a separated argument.
16650 hardcode_libdir_separator=$lt_hardcode_libdir_separator
16651
16652 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16653 # DIR into the resulting binary.
16654 hardcode_direct=$hardcode_direct
16655
16656 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16657 # DIR into the resulting binary and the resulting library dependency is
16658 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16659 # library is relocated.
16660 hardcode_direct_absolute=$hardcode_direct_absolute
16661
16662 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16663 # into the resulting binary.
16664 hardcode_minus_L=$hardcode_minus_L
16665
16666 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16667 # into the resulting binary.
16668 hardcode_shlibpath_var=$hardcode_shlibpath_var
16669
16670 # Set to "yes" if building a shared library automatically hardcodes DIR
16671 # into the library and all subsequent libraries and executables linked
16672 # against it.
16673 hardcode_automatic=$hardcode_automatic
16674
16675 # Set to yes if linker adds runtime paths of dependent libraries
16676 # to runtime path list.
16677 inherit_rpath=$inherit_rpath
16678
16679 # Whether libtool must link a program against all its dependency libraries.
16680 link_all_deplibs=$link_all_deplibs
16681
16682 # Fix the shell variable \$srcfile for the compiler.
16683 fix_srcfile_path=$lt_fix_srcfile_path
16684
16685 # Set to "yes" if exported symbols are required.
16686 always_export_symbols=$always_export_symbols
16687
16688 # The commands to list exported symbols.
16689 export_symbols_cmds=$lt_export_symbols_cmds
16690
16691 # Symbols that should not be listed in the preloaded symbols.
16692 exclude_expsyms=$lt_exclude_expsyms
16693
16694 # Symbols that must always be exported.
16695 include_expsyms=$lt_include_expsyms
16696
16697 # Commands necessary for linking programs (against libraries) with templates.
16698 prelink_cmds=$lt_prelink_cmds
16699
16700 # Specify filename containing input files.
16701 file_list_spec=$lt_file_list_spec
16702
16703 # How to hardcode a shared library path into an executable.
16704 hardcode_action=$hardcode_action
16705
16706 # ### END LIBTOOL CONFIG
16707
16708 _LT_EOF
16709
16710   case $host_os in
16711   aix3*)
16712     cat <<\_LT_EOF >> "$cfgfile"
16713 # AIX sometimes has problems with the GCC collect2 program.  For some
16714 # reason, if we set the COLLECT_NAMES environment variable, the problems
16715 # vanish in a puff of smoke.
16716 if test "X${COLLECT_NAMES+set}" != Xset; then
16717   COLLECT_NAMES=
16718   export COLLECT_NAMES
16719 fi
16720 _LT_EOF
16721     ;;
16722   esac
16723
16724
16725 ltmain="$ac_aux_dir/ltmain.sh"
16726
16727
16728   # We use sed instead of cat because bash on DJGPP gets confused if
16729   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
16730   # text mode, it properly converts lines to CR/LF.  This bash problem
16731   # is reportedly fixed, but why not run on old versions too?
16732   sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16733     || (rm -f "$cfgfile"; exit 1)
16734
16735   case $xsi_shell in
16736   yes)
16737     cat << \_LT_EOF >> "$cfgfile"
16738
16739 # func_dirname file append nondir_replacement
16740 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
16741 # otherwise set result to NONDIR_REPLACEMENT.
16742 func_dirname ()
16743 {
16744   case ${1} in
16745     */*) func_dirname_result="${1%/*}${2}" ;;
16746     *  ) func_dirname_result="${3}" ;;
16747   esac
16748 }
16749
16750 # func_basename file
16751 func_basename ()
16752 {
16753   func_basename_result="${1##*/}"
16754 }
16755
16756 # func_dirname_and_basename file append nondir_replacement
16757 # perform func_basename and func_dirname in a single function
16758 # call:
16759 #   dirname:  Compute the dirname of FILE.  If nonempty,
16760 #             add APPEND to the result, otherwise set result
16761 #             to NONDIR_REPLACEMENT.
16762 #             value returned in "$func_dirname_result"
16763 #   basename: Compute filename of FILE.
16764 #             value retuned in "$func_basename_result"
16765 # Implementation must be kept synchronized with func_dirname
16766 # and func_basename. For efficiency, we do not delegate to
16767 # those functions but instead duplicate the functionality here.
16768 func_dirname_and_basename ()
16769 {
16770   case ${1} in
16771     */*) func_dirname_result="${1%/*}${2}" ;;
16772     *  ) func_dirname_result="${3}" ;;
16773   esac
16774   func_basename_result="${1##*/}"
16775 }
16776
16777 # func_stripname prefix suffix name
16778 # strip PREFIX and SUFFIX off of NAME.
16779 # PREFIX and SUFFIX must not contain globbing or regex special
16780 # characters, hashes, percent signs, but SUFFIX may contain a leading
16781 # dot (in which case that matches only a dot).
16782 func_stripname ()
16783 {
16784   # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16785   # positional parameters, so assign one to ordinary parameter first.
16786   func_stripname_result=${3}
16787   func_stripname_result=${func_stripname_result#"${1}"}
16788   func_stripname_result=${func_stripname_result%"${2}"}
16789 }
16790
16791 # func_opt_split
16792 func_opt_split ()
16793 {
16794   func_opt_split_opt=${1%%=*}
16795   func_opt_split_arg=${1#*=}
16796 }
16797
16798 # func_lo2o object
16799 func_lo2o ()
16800 {
16801   case ${1} in
16802     *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16803     *)    func_lo2o_result=${1} ;;
16804   esac
16805 }
16806
16807 # func_xform libobj-or-source
16808 func_xform ()
16809 {
16810   func_xform_result=${1%.*}.lo
16811 }
16812
16813 # func_arith arithmetic-term...
16814 func_arith ()
16815 {
16816   func_arith_result=$(( $* ))
16817 }
16818
16819 # func_len string
16820 # STRING may not start with a hyphen.
16821 func_len ()
16822 {
16823   func_len_result=${#1}
16824 }
16825
16826 _LT_EOF
16827     ;;
16828   *) # Bourne compatible functions.
16829     cat << \_LT_EOF >> "$cfgfile"
16830
16831 # func_dirname file append nondir_replacement
16832 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
16833 # otherwise set result to NONDIR_REPLACEMENT.
16834 func_dirname ()
16835 {
16836   # Extract subdirectory from the argument.
16837   func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16838   if test "X$func_dirname_result" = "X${1}"; then
16839     func_dirname_result="${3}"
16840   else
16841     func_dirname_result="$func_dirname_result${2}"
16842   fi
16843 }
16844
16845 # func_basename file
16846 func_basename ()
16847 {
16848   func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16849 }
16850
16851
16852 # func_stripname prefix suffix name
16853 # strip PREFIX and SUFFIX off of NAME.
16854 # PREFIX and SUFFIX must not contain globbing or regex special
16855 # characters, hashes, percent signs, but SUFFIX may contain a leading
16856 # dot (in which case that matches only a dot).
16857 # func_strip_suffix prefix name
16858 func_stripname ()
16859 {
16860   case ${2} in
16861     .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16862     *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16863   esac
16864 }
16865
16866 # sed scripts:
16867 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16868 my_sed_long_arg='1s/^-[^=]*=//'
16869
16870 # func_opt_split
16871 func_opt_split ()
16872 {
16873   func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16874   func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16875 }
16876
16877 # func_lo2o object
16878 func_lo2o ()
16879 {
16880   func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16881 }
16882
16883 # func_xform libobj-or-source
16884 func_xform ()
16885 {
16886   func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16887 }
16888
16889 # func_arith arithmetic-term...
16890 func_arith ()
16891 {
16892   func_arith_result=`expr "$@"`
16893 }
16894
16895 # func_len string
16896 # STRING may not start with a hyphen.
16897 func_len ()
16898 {
16899   func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16900 }
16901
16902 _LT_EOF
16903 esac
16904
16905 case $lt_shell_append in
16906   yes)
16907     cat << \_LT_EOF >> "$cfgfile"
16908
16909 # func_append var value
16910 # Append VALUE to the end of shell variable VAR.
16911 func_append ()
16912 {
16913   eval "$1+=\$2"
16914 }
16915 _LT_EOF
16916     ;;
16917   *)
16918     cat << \_LT_EOF >> "$cfgfile"
16919
16920 # func_append var value
16921 # Append VALUE to the end of shell variable VAR.
16922 func_append ()
16923 {
16924   eval "$1=\$$1\$2"
16925 }
16926
16927 _LT_EOF
16928     ;;
16929   esac
16930
16931
16932   sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16933     || (rm -f "$cfgfile"; exit 1)
16934
16935   mv -f "$cfgfile" "$ofile" ||
16936     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16937   chmod +x "$ofile"
16938
16939  ;;
16940     "default-1":C)
16941     for ac_file in $CONFIG_FILES; do
16942       # Support "outfile[:infile[:infile...]]"
16943       case "$ac_file" in
16944         *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
16945       esac
16946       # PO directories have a Makefile.in generated from Makefile.in.in.
16947       case "$ac_file" in */Makefile.in)
16948         # Adjust a relative srcdir.
16949         ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
16950         ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
16951         ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
16952         # In autoconf-2.13 it is called $ac_given_srcdir.
16953         # In autoconf-2.50 it is called $srcdir.
16954         test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
16955         case "$ac_given_srcdir" in
16956           .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
16957           /*) top_srcdir="$ac_given_srcdir" ;;
16958           *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
16959         esac
16960         if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
16961           rm -f "$ac_dir/POTFILES"
16962           test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
16963           cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[   ]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
16964           POMAKEFILEDEPS="POTFILES.in"
16965           # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
16966           # on $ac_dir but don't depend on user-specified configuration
16967           # parameters.
16968           if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
16969             # The LINGUAS file contains the set of available languages.
16970             if test -n "$OBSOLETE_ALL_LINGUAS"; then
16971               test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
16972             fi
16973             ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
16974             # Hide the ALL_LINGUAS assigment from automake.
16975             eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
16976             POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
16977           else
16978             # The set of available languages was given in configure.ac.
16979             eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
16980           fi
16981           case "$ac_given_srcdir" in
16982             .) srcdirpre= ;;
16983             *) srcdirpre='$(srcdir)/' ;;
16984           esac
16985           POFILES=
16986           GMOFILES=
16987           UPDATEPOFILES=
16988           DUMMYPOFILES=
16989           for lang in $ALL_LINGUAS; do
16990             POFILES="$POFILES $srcdirpre$lang.po"
16991             GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
16992             UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
16993             DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
16994           done
16995           # CATALOGS depends on both $ac_dir and the user's LINGUAS
16996           # environment variable.
16997           INST_LINGUAS=
16998           if test -n "$ALL_LINGUAS"; then
16999             for presentlang in $ALL_LINGUAS; do
17000               useit=no
17001               if test "%UNSET%" != "$LINGUAS"; then
17002                 desiredlanguages="$LINGUAS"
17003               else
17004                 desiredlanguages="$ALL_LINGUAS"
17005               fi
17006               for desiredlang in $desiredlanguages; do
17007                 # Use the presentlang catalog if desiredlang is
17008                 #   a. equal to presentlang, or
17009                 #   b. a variant of presentlang (because in this case,
17010                 #      presentlang can be used as a fallback for messages
17011                 #      which are not translated in the desiredlang catalog).
17012                 case "$desiredlang" in
17013                   "$presentlang"*) useit=yes;;
17014                 esac
17015               done
17016               if test $useit = yes; then
17017                 INST_LINGUAS="$INST_LINGUAS $presentlang"
17018               fi
17019             done
17020           fi
17021           CATALOGS=
17022           if test -n "$INST_LINGUAS"; then
17023             for lang in $INST_LINGUAS; do
17024               CATALOGS="$CATALOGS $lang.gmo"
17025             done
17026           fi
17027           test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
17028           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"
17029           for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
17030             if test -f "$f"; then
17031               case "$f" in
17032                 *.orig | *.bak | *~) ;;
17033                 *) cat "$f" >> "$ac_dir/Makefile" ;;
17034               esac
17035             fi
17036           done
17037         fi
17038         ;;
17039       esac
17040     done ;;
17041
17042   esac
17043 done # for ac_tag
17044
17045
17046 as_fn_exit 0
17047 _ACEOF
17048 ac_clean_files=$ac_clean_files_save
17049
17050 test $ac_write_fail = 0 ||
17051   as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
17052
17053
17054 # configure is writing to config.log, and then calls config.status.
17055 # config.status does its own redirection, appending to config.log.
17056 # Unfortunately, on DOS this fails, as config.log is still kept open
17057 # by configure, so config.status won't be able to write to it; its
17058 # output is simply discarded.  So we exec the FD to /dev/null,
17059 # effectively closing config.log, so it can be properly (re)opened and
17060 # appended to by config.status.  When coming back to configure, we
17061 # need to make the FD available again.
17062 if test "$no_create" != yes; then
17063   ac_cs_success=:
17064   ac_config_status_args=
17065   test "$silent" = yes &&
17066     ac_config_status_args="$ac_config_status_args --quiet"
17067   exec 5>/dev/null
17068   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17069   exec 5>>config.log
17070   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17071   # would make configure fail if this is the last instruction.
17072   $ac_cs_success || as_fn_exit $?
17073 fi
17074 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17075   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17076 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
17077 fi
17078