]> Git Repo - binutils.git/blob - binutils/configure
Automatic date update in version.in
[binutils.git] / binutils / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for binutils 2.38.50.
4 #
5 #
6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
7 #
8 #
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
14
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18   emulate sh
19   NULLCMD=:
20   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21   # is contrary to our usage.  Disable this feature.
22   alias -g '${1+"$@"}'='"$@"'
23   setopt NO_GLOB_SUBST
24 else
25   case `(set -o) 2>/dev/null` in #(
26   *posix*) :
27     set -o posix ;; #(
28   *) :
29      ;;
30 esac
31 fi
32
33
34 as_nl='
35 '
36 export as_nl
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45   as_echo='print -r --'
46   as_echo_n='print -rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48   as_echo='printf %s\n'
49   as_echo_n='printf %s'
50 else
51   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53     as_echo_n='/usr/ucb/echo -n'
54   else
55     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56     as_echo_n_body='eval
57       arg=$1;
58       case $arg in #(
59       *"$as_nl"*)
60         expr "X$arg" : "X\\(.*\\)$as_nl";
61         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62       esac;
63       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64     '
65     export as_echo_n_body
66     as_echo_n='sh -c $as_echo_n_body as_echo'
67   fi
68   export as_echo_body
69   as_echo='sh -c $as_echo_body as_echo'
70 fi
71
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
74   PATH_SEPARATOR=:
75   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77       PATH_SEPARATOR=';'
78   }
79 fi
80
81
82 # IFS
83 # We need space, tab and new line, in precisely that order.  Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
87 IFS=" ""        $as_nl"
88
89 # Find who we are.  Look in the path if we contain no directory separator.
90 as_myself=
91 case $0 in #((
92   *[\\/]* ) as_myself=$0 ;;
93   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94 for as_dir in $PATH
95 do
96   IFS=$as_save_IFS
97   test -z "$as_dir" && as_dir=.
98     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99   done
100 IFS=$as_save_IFS
101
102      ;;
103 esac
104 # We did not find ourselves, most probably we were run as `sh COMMAND'
105 # in which case we are not to be found in the path.
106 if test "x$as_myself" = x; then
107   as_myself=$0
108 fi
109 if test ! -f "$as_myself"; then
110   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111   exit 1
112 fi
113
114 # Unset variables that we do not need and which cause bugs (e.g. in
115 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
116 # suppresses any "Segmentation fault" message there.  '((' could
117 # trigger a bug in pdksh 5.2.14.
118 for as_var in BASH_ENV ENV MAIL MAILPATH
119 do eval test x\${$as_var+set} = xset \
120   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121 done
122 PS1='$ '
123 PS2='> '
124 PS4='+ '
125
126 # NLS nuisances.
127 LC_ALL=C
128 export LC_ALL
129 LANGUAGE=C
130 export LANGUAGE
131
132 # CDPATH.
133 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
135 # Use a proper internal environment variable to ensure we don't fall
136   # into an infinite loop, continuously re-executing ourselves.
137   if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138     _as_can_reexec=no; export _as_can_reexec;
139     # We cannot yet assume a decent shell, so we have to provide a
140 # neutralization value for shells without unset; and this also
141 # works around shells that cannot unset nonexistent variables.
142 # Preserve -v and -x to the replacement shell.
143 BASH_ENV=/dev/null
144 ENV=/dev/null
145 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146 case $- in # ((((
147   *v*x* | *x*v* ) as_opts=-vx ;;
148   *v* ) as_opts=-v ;;
149   *x* ) as_opts=-x ;;
150   * ) as_opts= ;;
151 esac
152 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153 # Admittedly, this is quite paranoid, since all the known shells bail
154 # out after a failed `exec'.
155 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156 as_fn_exit 255
157   fi
158   # We don't want this to propagate to other subprocesses.
159           { _as_can_reexec=; unset _as_can_reexec;}
160 if test "x$CONFIG_SHELL" = x; then
161   as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162   emulate sh
163   NULLCMD=:
164   # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165   # is contrary to our usage.  Disable this feature.
166   alias -g '\${1+\"\$@\"}'='\"\$@\"'
167   setopt NO_GLOB_SUBST
168 else
169   case \`(set -o) 2>/dev/null\` in #(
170   *posix*) :
171     set -o posix ;; #(
172   *) :
173      ;;
174 esac
175 fi
176 "
177   as_required="as_fn_return () { (exit \$1); }
178 as_fn_success () { as_fn_return 0; }
179 as_fn_failure () { as_fn_return 1; }
180 as_fn_ret_success () { return 0; }
181 as_fn_ret_failure () { return 1; }
182
183 exitcode=0
184 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190 else
191   exitcode=1; echo positional parameters were not saved.
192 fi
193 test x\$exitcode = x0 || exit 1
194 test -x / || exit 1"
195   as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198   test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
199 test \$(( 1 + 1 )) = 2 || exit 1
200
201   test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202     ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203     ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204     ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205     PATH=/empty FPATH=/empty; export PATH FPATH
206     test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207       || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
208   if (eval "$as_required") 2>/dev/null; then :
209   as_have_required=yes
210 else
211   as_have_required=no
212 fi
213   if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
214
215 else
216   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217 as_found=false
218 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
219 do
220   IFS=$as_save_IFS
221   test -z "$as_dir" && as_dir=.
222   as_found=:
223   case $as_dir in #(
224          /*)
225            for as_base in sh bash ksh sh5; do
226              # Try only shells that exist, to save several forks.
227              as_shell=$as_dir/$as_base
228              if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229                     { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230   CONFIG_SHELL=$as_shell as_have_required=yes
231                    if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
232   break 2
233 fi
234 fi
235            done;;
236        esac
237   as_found=false
238 done
239 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240               { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241   CONFIG_SHELL=$SHELL as_have_required=yes
242 fi; }
243 IFS=$as_save_IFS
244
245
246       if test "x$CONFIG_SHELL" != x; then :
247   export CONFIG_SHELL
248              # We cannot yet assume a decent shell, so we have to provide a
249 # neutralization value for shells without unset; and this also
250 # works around shells that cannot unset nonexistent variables.
251 # Preserve -v and -x to the replacement shell.
252 BASH_ENV=/dev/null
253 ENV=/dev/null
254 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255 case $- in # ((((
256   *v*x* | *x*v* ) as_opts=-vx ;;
257   *v* ) as_opts=-v ;;
258   *x* ) as_opts=-x ;;
259   * ) as_opts= ;;
260 esac
261 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262 # Admittedly, this is quite paranoid, since all the known shells bail
263 # out after a failed `exec'.
264 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265 exit 255
266 fi
267
268     if test x$as_have_required = xno; then :
269   $as_echo "$0: This script requires a shell more modern than all"
270   $as_echo "$0: the shells that I found on your system."
271   if test x${ZSH_VERSION+set} = xset ; then
272     $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
274   else
275     $as_echo "$0: Please tell [email protected] about your system,
276 $0: including any error possibly output before this
277 $0: message. Then install a modern shell, or manually run
278 $0: the script under such a shell if you do have one."
279   fi
280   exit 1
281 fi
282 fi
283 fi
284 SHELL=${CONFIG_SHELL-/bin/sh}
285 export SHELL
286 # Unset more variables known to interfere with behavior of common tools.
287 CLICOLOR_FORCE= GREP_OPTIONS=
288 unset CLICOLOR_FORCE GREP_OPTIONS
289
290 ## --------------------- ##
291 ## M4sh Shell Functions. ##
292 ## --------------------- ##
293 # as_fn_unset VAR
294 # ---------------
295 # Portably unset VAR.
296 as_fn_unset ()
297 {
298   { eval $1=; unset $1;}
299 }
300 as_unset=as_fn_unset
301
302 # as_fn_set_status STATUS
303 # -----------------------
304 # Set $? to STATUS, without forking.
305 as_fn_set_status ()
306 {
307   return $1
308 } # as_fn_set_status
309
310 # as_fn_exit STATUS
311 # -----------------
312 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313 as_fn_exit ()
314 {
315   set +e
316   as_fn_set_status $1
317   exit $1
318 } # as_fn_exit
319
320 # as_fn_mkdir_p
321 # -------------
322 # Create "$as_dir" as a directory, including parents if necessary.
323 as_fn_mkdir_p ()
324 {
325
326   case $as_dir in #(
327   -*) as_dir=./$as_dir;;
328   esac
329   test -d "$as_dir" || eval $as_mkdir_p || {
330     as_dirs=
331     while :; do
332       case $as_dir in #(
333       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334       *) as_qdir=$as_dir;;
335       esac
336       as_dirs="'$as_qdir' $as_dirs"
337       as_dir=`$as_dirname -- "$as_dir" ||
338 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339          X"$as_dir" : 'X\(//\)[^/]' \| \
340          X"$as_dir" : 'X\(//\)$' \| \
341          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342 $as_echo X"$as_dir" |
343     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344             s//\1/
345             q
346           }
347           /^X\(\/\/\)[^/].*/{
348             s//\1/
349             q
350           }
351           /^X\(\/\/\)$/{
352             s//\1/
353             q
354           }
355           /^X\(\/\).*/{
356             s//\1/
357             q
358           }
359           s/.*/./; q'`
360       test -d "$as_dir" && break
361     done
362     test -z "$as_dirs" || eval "mkdir $as_dirs"
363   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
364
365
366 } # as_fn_mkdir_p
367
368 # as_fn_executable_p FILE
369 # -----------------------
370 # Test if FILE is an executable regular file.
371 as_fn_executable_p ()
372 {
373   test -f "$1" && test -x "$1"
374 } # as_fn_executable_p
375 # as_fn_append VAR VALUE
376 # ----------------------
377 # Append the text in VALUE to the end of the definition contained in VAR. Take
378 # advantage of any shell optimizations that allow amortized linear growth over
379 # repeated appends, instead of the typical quadratic growth present in naive
380 # implementations.
381 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382   eval 'as_fn_append ()
383   {
384     eval $1+=\$2
385   }'
386 else
387   as_fn_append ()
388   {
389     eval $1=\$$1\$2
390   }
391 fi # as_fn_append
392
393 # as_fn_arith ARG...
394 # ------------------
395 # Perform arithmetic evaluation on the ARGs, and store the result in the
396 # global $as_val. Take advantage of shells that can avoid forks. The arguments
397 # must be portable across $(()) and expr.
398 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399   eval 'as_fn_arith ()
400   {
401     as_val=$(( $* ))
402   }'
403 else
404   as_fn_arith ()
405   {
406     as_val=`expr "$@" || test $? -eq 1`
407   }
408 fi # as_fn_arith
409
410
411 # as_fn_error STATUS ERROR [LINENO LOG_FD]
412 # ----------------------------------------
413 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
415 # script with STATUS, using 1 if that was 0.
416 as_fn_error ()
417 {
418   as_status=$1; test $as_status -eq 0 && as_status=1
419   if test "$4"; then
420     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
422   fi
423   $as_echo "$as_me: error: $2" >&2
424   as_fn_exit $as_status
425 } # as_fn_error
426
427 if expr a : '\(a\)' >/dev/null 2>&1 &&
428    test "X`expr 00001 : '.*\(...\)'`" = X001; then
429   as_expr=expr
430 else
431   as_expr=false
432 fi
433
434 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
435   as_basename=basename
436 else
437   as_basename=false
438 fi
439
440 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441   as_dirname=dirname
442 else
443   as_dirname=false
444 fi
445
446 as_me=`$as_basename -- "$0" ||
447 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448          X"$0" : 'X\(//\)$' \| \
449          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
450 $as_echo X/"$0" |
451     sed '/^.*\/\([^/][^/]*\)\/*$/{
452             s//\1/
453             q
454           }
455           /^X\/\(\/\/\)$/{
456             s//\1/
457             q
458           }
459           /^X\/\(\/\).*/{
460             s//\1/
461             q
462           }
463           s/.*/./; q'`
464
465 # Avoid depending upon Character Ranges.
466 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469 as_cr_digits='0123456789'
470 as_cr_alnum=$as_cr_Letters$as_cr_digits
471
472
473   as_lineno_1=$LINENO as_lineno_1a=$LINENO
474   as_lineno_2=$LINENO as_lineno_2a=$LINENO
475   eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476   test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
477   # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
478   sed -n '
479     p
480     /[$]LINENO/=
481   ' <$as_myself |
482     sed '
483       s/[$]LINENO.*/&-/
484       t lineno
485       b
486       :lineno
487       N
488       :loop
489       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
490       t loop
491       s/-\n.*//
492     ' >$as_me.lineno &&
493   chmod +x "$as_me.lineno" ||
494     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
495
496   # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497   # already done that, so ensure we don't try to do so again and fall
498   # in an infinite loop.  This has already happened in practice.
499   _as_can_reexec=no; export _as_can_reexec
500   # Don't try to exec as it changes $[0], causing all sort of problems
501   # (the dirname of $[0] is not the place where we might find the
502   # original and so on.  Autoconf is especially sensitive to this).
503   . "./$as_me.lineno"
504   # Exit status is that of the last command.
505   exit
506 }
507
508 ECHO_C= ECHO_N= ECHO_T=
509 case `echo -n x` in #(((((
510 -n*)
511   case `echo 'xy\c'` in
512   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
513   xy)  ECHO_C='\c';;
514   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
515        ECHO_T=' ';;
516   esac;;
517 *)
518   ECHO_N='-n';;
519 esac
520
521 rm -f conf$$ conf$$.exe conf$$.file
522 if test -d conf$$.dir; then
523   rm -f conf$$.dir/conf$$.file
524 else
525   rm -f conf$$.dir
526   mkdir conf$$.dir 2>/dev/null
527 fi
528 if (echo >conf$$.file) 2>/dev/null; then
529   if ln -s conf$$.file conf$$ 2>/dev/null; then
530     as_ln_s='ln -s'
531     # ... but there are two gotchas:
532     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
534     # In both cases, we have to default to `cp -pR'.
535     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
536       as_ln_s='cp -pR'
537   elif ln conf$$.file conf$$ 2>/dev/null; then
538     as_ln_s=ln
539   else
540     as_ln_s='cp -pR'
541   fi
542 else
543   as_ln_s='cp -pR'
544 fi
545 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546 rmdir conf$$.dir 2>/dev/null
547
548 if mkdir -p . 2>/dev/null; then
549   as_mkdir_p='mkdir -p "$as_dir"'
550 else
551   test -d ./-p && rmdir ./-p
552   as_mkdir_p=false
553 fi
554
555 as_test_x='test -x'
556 as_executable_p=as_fn_executable_p
557
558 # Sed expression to map a string onto a valid CPP name.
559 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
560
561 # Sed expression to map a string onto a valid variable name.
562 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
563
564 SHELL=${CONFIG_SHELL-/bin/sh}
565
566
567 test -n "$DJDIR" || exec 7<&0 </dev/null
568 exec 6>&1
569
570 # Name of the host.
571 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
572 # so uname gets run too.
573 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
574
575 #
576 # Initializations.
577 #
578 ac_default_prefix=/usr/local
579 ac_clean_files=
580 ac_config_libobj_dir=.
581 LIBOBJS=
582 cross_compiling=no
583 subdirs=
584 MFLAGS=
585 MAKEFLAGS=
586
587 # Identity of this package.
588 PACKAGE_NAME='binutils'
589 PACKAGE_TARNAME='binutils'
590 PACKAGE_VERSION='2.38.50'
591 PACKAGE_STRING='binutils 2.38.50'
592 PACKAGE_BUGREPORT=''
593 PACKAGE_URL=''
594
595 ac_unique_file="ar.c"
596 # Factoring default headers for most tests.
597 ac_includes_default="\
598 #include <stdio.h>
599 #ifdef HAVE_SYS_TYPES_H
600 # include <sys/types.h>
601 #endif
602 #ifdef HAVE_SYS_STAT_H
603 # include <sys/stat.h>
604 #endif
605 #ifdef STDC_HEADERS
606 # include <stdlib.h>
607 # include <stddef.h>
608 #else
609 # ifdef HAVE_STDLIB_H
610 #  include <stdlib.h>
611 # endif
612 #endif
613 #ifdef HAVE_STRING_H
614 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
615 #  include <memory.h>
616 # endif
617 # include <string.h>
618 #endif
619 #ifdef HAVE_STRINGS_H
620 # include <strings.h>
621 #endif
622 #ifdef HAVE_INTTYPES_H
623 # include <inttypes.h>
624 #endif
625 #ifdef HAVE_STDINT_H
626 # include <stdint.h>
627 #endif
628 #ifdef HAVE_UNISTD_H
629 # include <unistd.h>
630 #endif"
631
632 ac_header_list=
633 ac_subst_vars='am__EXEEXT_FALSE
634 am__EXEEXT_TRUE
635 LTLIBOBJS
636 LIBOBJS
637 EMULATION_VECTOR
638 EMULATION
639 OBJDUMP_PRIVATE_OFILES
640 OBJDUMP_DEFS
641 BUILD_INSTALL_MISC
642 BUILD_MISC
643 BUILD_DLLWRAP
644 BUILD_WINDMC
645 BUILD_WINDRES
646 DLLTOOL_DEFS
647 BUILD_DLLTOOL
648 BUILD_SRCONV
649 LTLIBICONV
650 LIBICONV
651 MSGPACK_LIBS
652 MSGPACK_CFLAGS
653 zlibinc
654 zlibdir
655 DEMANGLER_NAME
656 EXEEXT_FOR_BUILD
657 CC_FOR_BUILD
658 HDEFINES
659 GENINSRC_NEVER_FALSE
660 GENINSRC_NEVER_TRUE
661 MAINT
662 MAINTAINER_MODE_FALSE
663 MAINTAINER_MODE_TRUE
664 MSGMERGE
665 MSGFMT
666 MKINSTALLDIRS
667 CATOBJEXT
668 GENCAT
669 INSTOBJEXT
670 DATADIRNAME
671 CATALOGS
672 POSUB
673 GMSGFMT
674 XGETTEXT
675 INCINTL
676 LIBINTL_DEP
677 LIBINTL
678 USE_NLS
679 LEXLIB
680 LEX_OUTPUT_ROOT
681 LEX
682 YFLAGS
683 YACC
684 WARN_WRITE_STRINGS
685 NO_WERROR
686 WARN_CFLAGS_FOR_BUILD
687 WARN_CFLAGS
688 ENABLE_LIBCTF_FALSE
689 ENABLE_LIBCTF_TRUE
690 DEBUGINFOD_LIBS
691 DEBUGINFOD_CFLAGS
692 PKG_CONFIG_LIBDIR
693 PKG_CONFIG_PATH
694 PKG_CONFIG
695 LARGEFILE_CPPFLAGS
696 OTOOL64
697 OTOOL
698 LIPO
699 NMEDIT
700 DSYMUTIL
701 RANLIB
702 AR
703 OBJDUMP
704 LN_S
705 NM
706 ac_ct_DUMPBIN
707 DUMPBIN
708 LD
709 FGREP
710 SED
711 LIBTOOL
712 EGREP
713 GREP
714 CPP
715 am__fastdepCC_FALSE
716 am__fastdepCC_TRUE
717 CCDEPMODE
718 am__nodep
719 AMDEPBACKSLASH
720 AMDEP_FALSE
721 AMDEP_TRUE
722 am__quote
723 am__include
724 DEPDIR
725 OBJEXT
726 EXEEXT
727 ac_ct_CC
728 CPPFLAGS
729 LDFLAGS
730 CFLAGS
731 CC
732 AM_BACKSLASH
733 AM_DEFAULT_VERBOSITY
734 AM_DEFAULT_V
735 AM_V
736 am__untar
737 am__tar
738 AMTAR
739 am__leading_dot
740 SET_MAKE
741 AWK
742 mkdir_p
743 MKDIR_P
744 INSTALL_STRIP_PROGRAM
745 STRIP
746 install_sh
747 MAKEINFO
748 AUTOHEADER
749 AUTOMAKE
750 AUTOCONF
751 ACLOCAL
752 VERSION
753 PACKAGE
754 CYGPATH_W
755 am__isrc
756 INSTALL_DATA
757 INSTALL_SCRIPT
758 INSTALL_PROGRAM
759 target_os
760 target_vendor
761 target_cpu
762 target
763 host_os
764 host_vendor
765 host_cpu
766 host
767 build_os
768 build_vendor
769 build_cpu
770 build
771 target_alias
772 host_alias
773 build_alias
774 LIBS
775 ECHO_T
776 ECHO_N
777 ECHO_C
778 DEFS
779 mandir
780 localedir
781 libdir
782 psdir
783 pdfdir
784 dvidir
785 htmldir
786 infodir
787 docdir
788 oldincludedir
789 includedir
790 localstatedir
791 sharedstatedir
792 sysconfdir
793 datadir
794 datarootdir
795 libexecdir
796 sbindir
797 bindir
798 program_transform_name
799 prefix
800 exec_prefix
801 PACKAGE_URL
802 PACKAGE_BUGREPORT
803 PACKAGE_STRING
804 PACKAGE_VERSION
805 PACKAGE_TARNAME
806 PACKAGE_NAME
807 PATH_SEPARATOR
808 SHELL'
809 ac_subst_files=''
810 ac_user_opts='
811 enable_option_checking
812 enable_silent_rules
813 enable_dependency_tracking
814 enable_shared
815 enable_static
816 with_pic
817 enable_fast_install
818 with_gnu_ld
819 enable_libtool_lock
820 enable_plugins
821 enable_largefile
822 enable_checking
823 enable_targets
824 enable_deterministic_archives
825 enable_default_strings_all
826 enable_f_for_ifunc_symbols
827 enable_follow_debug_links
828 with_debuginfod
829 enable_libctf
830 enable_werror
831 enable_build_warnings
832 enable_nls
833 enable_maintainer_mode
834 with_system_zlib
835 with_msgpack
836 enable_rpath
837 with_libiconv_prefix
838 with_libiconv_type
839 '
840       ac_precious_vars='build_alias
841 host_alias
842 target_alias
843 CC
844 CFLAGS
845 LDFLAGS
846 LIBS
847 CPPFLAGS
848 CPP
849 PKG_CONFIG
850 PKG_CONFIG_PATH
851 PKG_CONFIG_LIBDIR
852 DEBUGINFOD_CFLAGS
853 DEBUGINFOD_LIBS
854 YACC
855 YFLAGS
856 MSGPACK_CFLAGS
857 MSGPACK_LIBS'
858
859
860 # Initialize some variables set by options.
861 ac_init_help=
862 ac_init_version=false
863 ac_unrecognized_opts=
864 ac_unrecognized_sep=
865 # The variables have the same names as the options, with
866 # dashes changed to underlines.
867 cache_file=/dev/null
868 exec_prefix=NONE
869 no_create=
870 no_recursion=
871 prefix=NONE
872 program_prefix=NONE
873 program_suffix=NONE
874 program_transform_name=s,x,x,
875 silent=
876 site=
877 srcdir=
878 verbose=
879 x_includes=NONE
880 x_libraries=NONE
881
882 # Installation directory options.
883 # These are left unexpanded so users can "make install exec_prefix=/foo"
884 # and all the variables that are supposed to be based on exec_prefix
885 # by default will actually change.
886 # Use braces instead of parens because sh, perl, etc. also accept them.
887 # (The list follows the same order as the GNU Coding Standards.)
888 bindir='${exec_prefix}/bin'
889 sbindir='${exec_prefix}/sbin'
890 libexecdir='${exec_prefix}/libexec'
891 datarootdir='${prefix}/share'
892 datadir='${datarootdir}'
893 sysconfdir='${prefix}/etc'
894 sharedstatedir='${prefix}/com'
895 localstatedir='${prefix}/var'
896 includedir='${prefix}/include'
897 oldincludedir='/usr/include'
898 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
899 infodir='${datarootdir}/info'
900 htmldir='${docdir}'
901 dvidir='${docdir}'
902 pdfdir='${docdir}'
903 psdir='${docdir}'
904 libdir='${exec_prefix}/lib'
905 localedir='${datarootdir}/locale'
906 mandir='${datarootdir}/man'
907
908 ac_prev=
909 ac_dashdash=
910 for ac_option
911 do
912   # If the previous option needs an argument, assign it.
913   if test -n "$ac_prev"; then
914     eval $ac_prev=\$ac_option
915     ac_prev=
916     continue
917   fi
918
919   case $ac_option in
920   *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
921   *=)   ac_optarg= ;;
922   *)    ac_optarg=yes ;;
923   esac
924
925   # Accept the important Cygnus configure options, so we can diagnose typos.
926
927   case $ac_dashdash$ac_option in
928   --)
929     ac_dashdash=yes ;;
930
931   -bindir | --bindir | --bindi | --bind | --bin | --bi)
932     ac_prev=bindir ;;
933   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
934     bindir=$ac_optarg ;;
935
936   -build | --build | --buil | --bui | --bu)
937     ac_prev=build_alias ;;
938   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
939     build_alias=$ac_optarg ;;
940
941   -cache-file | --cache-file | --cache-fil | --cache-fi \
942   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
943     ac_prev=cache_file ;;
944   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
945   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
946     cache_file=$ac_optarg ;;
947
948   --config-cache | -C)
949     cache_file=config.cache ;;
950
951   -datadir | --datadir | --datadi | --datad)
952     ac_prev=datadir ;;
953   -datadir=* | --datadir=* | --datadi=* | --datad=*)
954     datadir=$ac_optarg ;;
955
956   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
957   | --dataroo | --dataro | --datar)
958     ac_prev=datarootdir ;;
959   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
960   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
961     datarootdir=$ac_optarg ;;
962
963   -disable-* | --disable-*)
964     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
965     # Reject names that are not valid shell variable names.
966     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
967       as_fn_error $? "invalid feature name: $ac_useropt"
968     ac_useropt_orig=$ac_useropt
969     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
970     case $ac_user_opts in
971       *"
972 "enable_$ac_useropt"
973 "*) ;;
974       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
975          ac_unrecognized_sep=', ';;
976     esac
977     eval enable_$ac_useropt=no ;;
978
979   -docdir | --docdir | --docdi | --doc | --do)
980     ac_prev=docdir ;;
981   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
982     docdir=$ac_optarg ;;
983
984   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
985     ac_prev=dvidir ;;
986   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
987     dvidir=$ac_optarg ;;
988
989   -enable-* | --enable-*)
990     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
991     # Reject names that are not valid shell variable names.
992     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
993       as_fn_error $? "invalid feature name: $ac_useropt"
994     ac_useropt_orig=$ac_useropt
995     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
996     case $ac_user_opts in
997       *"
998 "enable_$ac_useropt"
999 "*) ;;
1000       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1001          ac_unrecognized_sep=', ';;
1002     esac
1003     eval enable_$ac_useropt=\$ac_optarg ;;
1004
1005   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1006   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1007   | --exec | --exe | --ex)
1008     ac_prev=exec_prefix ;;
1009   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1010   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1011   | --exec=* | --exe=* | --ex=*)
1012     exec_prefix=$ac_optarg ;;
1013
1014   -gas | --gas | --ga | --g)
1015     # Obsolete; use --with-gas.
1016     with_gas=yes ;;
1017
1018   -help | --help | --hel | --he | -h)
1019     ac_init_help=long ;;
1020   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1021     ac_init_help=recursive ;;
1022   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1023     ac_init_help=short ;;
1024
1025   -host | --host | --hos | --ho)
1026     ac_prev=host_alias ;;
1027   -host=* | --host=* | --hos=* | --ho=*)
1028     host_alias=$ac_optarg ;;
1029
1030   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1031     ac_prev=htmldir ;;
1032   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1033   | --ht=*)
1034     htmldir=$ac_optarg ;;
1035
1036   -includedir | --includedir | --includedi | --included | --include \
1037   | --includ | --inclu | --incl | --inc)
1038     ac_prev=includedir ;;
1039   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1040   | --includ=* | --inclu=* | --incl=* | --inc=*)
1041     includedir=$ac_optarg ;;
1042
1043   -infodir | --infodir | --infodi | --infod | --info | --inf)
1044     ac_prev=infodir ;;
1045   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1046     infodir=$ac_optarg ;;
1047
1048   -libdir | --libdir | --libdi | --libd)
1049     ac_prev=libdir ;;
1050   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1051     libdir=$ac_optarg ;;
1052
1053   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1054   | --libexe | --libex | --libe)
1055     ac_prev=libexecdir ;;
1056   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1057   | --libexe=* | --libex=* | --libe=*)
1058     libexecdir=$ac_optarg ;;
1059
1060   -localedir | --localedir | --localedi | --localed | --locale)
1061     ac_prev=localedir ;;
1062   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1063     localedir=$ac_optarg ;;
1064
1065   -localstatedir | --localstatedir | --localstatedi | --localstated \
1066   | --localstate | --localstat | --localsta | --localst | --locals)
1067     ac_prev=localstatedir ;;
1068   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1069   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1070     localstatedir=$ac_optarg ;;
1071
1072   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1073     ac_prev=mandir ;;
1074   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1075     mandir=$ac_optarg ;;
1076
1077   -nfp | --nfp | --nf)
1078     # Obsolete; use --without-fp.
1079     with_fp=no ;;
1080
1081   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1082   | --no-cr | --no-c | -n)
1083     no_create=yes ;;
1084
1085   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1086   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1087     no_recursion=yes ;;
1088
1089   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1090   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1091   | --oldin | --oldi | --old | --ol | --o)
1092     ac_prev=oldincludedir ;;
1093   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1094   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1095   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1096     oldincludedir=$ac_optarg ;;
1097
1098   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1099     ac_prev=prefix ;;
1100   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1101     prefix=$ac_optarg ;;
1102
1103   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1104   | --program-pre | --program-pr | --program-p)
1105     ac_prev=program_prefix ;;
1106   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1107   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1108     program_prefix=$ac_optarg ;;
1109
1110   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1111   | --program-suf | --program-su | --program-s)
1112     ac_prev=program_suffix ;;
1113   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1114   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1115     program_suffix=$ac_optarg ;;
1116
1117   -program-transform-name | --program-transform-name \
1118   | --program-transform-nam | --program-transform-na \
1119   | --program-transform-n | --program-transform- \
1120   | --program-transform | --program-transfor \
1121   | --program-transfo | --program-transf \
1122   | --program-trans | --program-tran \
1123   | --progr-tra | --program-tr | --program-t)
1124     ac_prev=program_transform_name ;;
1125   -program-transform-name=* | --program-transform-name=* \
1126   | --program-transform-nam=* | --program-transform-na=* \
1127   | --program-transform-n=* | --program-transform-=* \
1128   | --program-transform=* | --program-transfor=* \
1129   | --program-transfo=* | --program-transf=* \
1130   | --program-trans=* | --program-tran=* \
1131   | --progr-tra=* | --program-tr=* | --program-t=*)
1132     program_transform_name=$ac_optarg ;;
1133
1134   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1135     ac_prev=pdfdir ;;
1136   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1137     pdfdir=$ac_optarg ;;
1138
1139   -psdir | --psdir | --psdi | --psd | --ps)
1140     ac_prev=psdir ;;
1141   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1142     psdir=$ac_optarg ;;
1143
1144   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1145   | -silent | --silent | --silen | --sile | --sil)
1146     silent=yes ;;
1147
1148   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1149     ac_prev=sbindir ;;
1150   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1151   | --sbi=* | --sb=*)
1152     sbindir=$ac_optarg ;;
1153
1154   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1155   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1156   | --sharedst | --shareds | --shared | --share | --shar \
1157   | --sha | --sh)
1158     ac_prev=sharedstatedir ;;
1159   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1160   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1161   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1162   | --sha=* | --sh=*)
1163     sharedstatedir=$ac_optarg ;;
1164
1165   -site | --site | --sit)
1166     ac_prev=site ;;
1167   -site=* | --site=* | --sit=*)
1168     site=$ac_optarg ;;
1169
1170   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1171     ac_prev=srcdir ;;
1172   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1173     srcdir=$ac_optarg ;;
1174
1175   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1176   | --syscon | --sysco | --sysc | --sys | --sy)
1177     ac_prev=sysconfdir ;;
1178   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1179   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1180     sysconfdir=$ac_optarg ;;
1181
1182   -target | --target | --targe | --targ | --tar | --ta | --t)
1183     ac_prev=target_alias ;;
1184   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1185     target_alias=$ac_optarg ;;
1186
1187   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1188     verbose=yes ;;
1189
1190   -version | --version | --versio | --versi | --vers | -V)
1191     ac_init_version=: ;;
1192
1193   -with-* | --with-*)
1194     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1195     # Reject names that are not valid shell variable names.
1196     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1197       as_fn_error $? "invalid package name: $ac_useropt"
1198     ac_useropt_orig=$ac_useropt
1199     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1200     case $ac_user_opts in
1201       *"
1202 "with_$ac_useropt"
1203 "*) ;;
1204       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1205          ac_unrecognized_sep=', ';;
1206     esac
1207     eval with_$ac_useropt=\$ac_optarg ;;
1208
1209   -without-* | --without-*)
1210     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1211     # Reject names that are not valid shell variable names.
1212     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1213       as_fn_error $? "invalid package name: $ac_useropt"
1214     ac_useropt_orig=$ac_useropt
1215     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1216     case $ac_user_opts in
1217       *"
1218 "with_$ac_useropt"
1219 "*) ;;
1220       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1221          ac_unrecognized_sep=', ';;
1222     esac
1223     eval with_$ac_useropt=no ;;
1224
1225   --x)
1226     # Obsolete; use --with-x.
1227     with_x=yes ;;
1228
1229   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1230   | --x-incl | --x-inc | --x-in | --x-i)
1231     ac_prev=x_includes ;;
1232   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1233   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1234     x_includes=$ac_optarg ;;
1235
1236   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1237   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1238     ac_prev=x_libraries ;;
1239   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1240   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1241     x_libraries=$ac_optarg ;;
1242
1243   -*) as_fn_error $? "unrecognized option: \`$ac_option'
1244 Try \`$0 --help' for more information"
1245     ;;
1246
1247   *=*)
1248     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1249     # Reject names that are not valid shell variable names.
1250     case $ac_envvar in #(
1251       '' | [0-9]* | *[!_$as_cr_alnum]* )
1252       as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1253     esac
1254     eval $ac_envvar=\$ac_optarg
1255     export $ac_envvar ;;
1256
1257   *)
1258     # FIXME: should be removed in autoconf 3.0.
1259     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1260     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1261       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1262     : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1263     ;;
1264
1265   esac
1266 done
1267
1268 if test -n "$ac_prev"; then
1269   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1270   as_fn_error $? "missing argument to $ac_option"
1271 fi
1272
1273 if test -n "$ac_unrecognized_opts"; then
1274   case $enable_option_checking in
1275     no) ;;
1276     fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1277     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1278   esac
1279 fi
1280
1281 # Check all directory arguments for consistency.
1282 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1283                 datadir sysconfdir sharedstatedir localstatedir includedir \
1284                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1285                 libdir localedir mandir
1286 do
1287   eval ac_val=\$$ac_var
1288   # Remove trailing slashes.
1289   case $ac_val in
1290     */ )
1291       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1292       eval $ac_var=\$ac_val;;
1293   esac
1294   # Be sure to have absolute directory names.
1295   case $ac_val in
1296     [\\/$]* | ?:[\\/]* )  continue;;
1297     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1298   esac
1299   as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1300 done
1301
1302 # There might be people who depend on the old broken behavior: `$host'
1303 # used to hold the argument of --host etc.
1304 # FIXME: To remove some day.
1305 build=$build_alias
1306 host=$host_alias
1307 target=$target_alias
1308
1309 # FIXME: To remove some day.
1310 if test "x$host_alias" != x; then
1311   if test "x$build_alias" = x; then
1312     cross_compiling=maybe
1313   elif test "x$build_alias" != "x$host_alias"; then
1314     cross_compiling=yes
1315   fi
1316 fi
1317
1318 ac_tool_prefix=
1319 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1320
1321 test "$silent" = yes && exec 6>/dev/null
1322
1323
1324 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1325 ac_ls_di=`ls -di .` &&
1326 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1327   as_fn_error $? "working directory cannot be determined"
1328 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1329   as_fn_error $? "pwd does not report name of working directory"
1330
1331
1332 # Find the source files, if location was not specified.
1333 if test -z "$srcdir"; then
1334   ac_srcdir_defaulted=yes
1335   # Try the directory containing this script, then the parent directory.
1336   ac_confdir=`$as_dirname -- "$as_myself" ||
1337 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1338          X"$as_myself" : 'X\(//\)[^/]' \| \
1339          X"$as_myself" : 'X\(//\)$' \| \
1340          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1341 $as_echo X"$as_myself" |
1342     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1343             s//\1/
1344             q
1345           }
1346           /^X\(\/\/\)[^/].*/{
1347             s//\1/
1348             q
1349           }
1350           /^X\(\/\/\)$/{
1351             s//\1/
1352             q
1353           }
1354           /^X\(\/\).*/{
1355             s//\1/
1356             q
1357           }
1358           s/.*/./; q'`
1359   srcdir=$ac_confdir
1360   if test ! -r "$srcdir/$ac_unique_file"; then
1361     srcdir=..
1362   fi
1363 else
1364   ac_srcdir_defaulted=no
1365 fi
1366 if test ! -r "$srcdir/$ac_unique_file"; then
1367   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1368   as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1369 fi
1370 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1371 ac_abs_confdir=`(
1372         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1373         pwd)`
1374 # When building in place, set srcdir=.
1375 if test "$ac_abs_confdir" = "$ac_pwd"; then
1376   srcdir=.
1377 fi
1378 # Remove unnecessary trailing slashes from srcdir.
1379 # Double slashes in file names in object file debugging info
1380 # mess up M-x gdb in Emacs.
1381 case $srcdir in
1382 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1383 esac
1384 for ac_var in $ac_precious_vars; do
1385   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1386   eval ac_env_${ac_var}_value=\$${ac_var}
1387   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1388   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1389 done
1390
1391 #
1392 # Report the --help message.
1393 #
1394 if test "$ac_init_help" = "long"; then
1395   # Omit some internal or obsolete options to make the list less imposing.
1396   # This message is too long to be a string in the A/UX 3.1 sh.
1397   cat <<_ACEOF
1398 \`configure' configures binutils 2.38.50 to adapt to many kinds of systems.
1399
1400 Usage: $0 [OPTION]... [VAR=VALUE]...
1401
1402 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1403 VAR=VALUE.  See below for descriptions of some of the useful variables.
1404
1405 Defaults for the options are specified in brackets.
1406
1407 Configuration:
1408   -h, --help              display this help and exit
1409       --help=short        display options specific to this package
1410       --help=recursive    display the short help of all the included packages
1411   -V, --version           display version information and exit
1412   -q, --quiet, --silent   do not print \`checking ...' messages
1413       --cache-file=FILE   cache test results in FILE [disabled]
1414   -C, --config-cache      alias for \`--cache-file=config.cache'
1415   -n, --no-create         do not create output files
1416       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1417
1418 Installation directories:
1419   --prefix=PREFIX         install architecture-independent files in PREFIX
1420                           [$ac_default_prefix]
1421   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1422                           [PREFIX]
1423
1424 By default, \`make install' will install all the files in
1425 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1426 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1427 for instance \`--prefix=\$HOME'.
1428
1429 For better control, use the options below.
1430
1431 Fine tuning of the installation directories:
1432   --bindir=DIR            user executables [EPREFIX/bin]
1433   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1434   --libexecdir=DIR        program executables [EPREFIX/libexec]
1435   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1436   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1437   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1438   --libdir=DIR            object code libraries [EPREFIX/lib]
1439   --includedir=DIR        C header files [PREFIX/include]
1440   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1441   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1442   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1443   --infodir=DIR           info documentation [DATAROOTDIR/info]
1444   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1445   --mandir=DIR            man documentation [DATAROOTDIR/man]
1446   --docdir=DIR            documentation root [DATAROOTDIR/doc/binutils]
1447   --htmldir=DIR           html documentation [DOCDIR]
1448   --dvidir=DIR            dvi documentation [DOCDIR]
1449   --pdfdir=DIR            pdf documentation [DOCDIR]
1450   --psdir=DIR             ps documentation [DOCDIR]
1451 _ACEOF
1452
1453   cat <<\_ACEOF
1454
1455 Program names:
1456   --program-prefix=PREFIX            prepend PREFIX to installed program names
1457   --program-suffix=SUFFIX            append SUFFIX to installed program names
1458   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1459
1460 System types:
1461   --build=BUILD     configure for building on BUILD [guessed]
1462   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1463   --target=TARGET   configure for building compilers for TARGET [HOST]
1464 _ACEOF
1465 fi
1466
1467 if test -n "$ac_init_help"; then
1468   case $ac_init_help in
1469      short | recursive ) echo "Configuration of binutils 2.38.50:";;
1470    esac
1471   cat <<\_ACEOF
1472
1473 Optional Features:
1474   --disable-option-checking  ignore unrecognized --enable/--with options
1475   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1476   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1477   --enable-silent-rules   less verbose build output (undo: "make V=1")
1478   --disable-silent-rules  verbose build output (undo: "make V=0")
1479   --enable-dependency-tracking
1480                           do not reject slow dependency extractors
1481   --disable-dependency-tracking
1482                           speeds up one-time build
1483   --enable-shared[=PKGS]  build shared libraries [default=yes]
1484   --enable-static[=PKGS]  build static libraries [default=yes]
1485   --enable-fast-install[=PKGS]
1486                           optimize for fast installation [default=yes]
1487   --disable-libtool-lock  avoid locking (might break parallel builds)
1488   --enable-plugins        Enable support for plugins
1489   --disable-largefile     omit support for large files
1490   --enable-checking       enable run-time checks
1491   --enable-targets        alternative target configurations
1492   --enable-deterministic-archives
1493                           ar and ranlib default to -D behavior
1494   --disable-default-strings-all
1495                           strings defaults to --data behavior
1496   --enable-f-for-ifunc-symbols
1497                           Have nm use F and f for global and local ifunc
1498                           symbols
1499   --enable-follow-debug-links
1500                           Have readelf and objdump follow debug links by
1501                           default
1502   --enable-libctf         Handle .ctf type-info sections [default=yes]
1503   --enable-werror         treat compile warnings as errors
1504   --enable-build-warnings enable build-time compiler warnings
1505   --disable-nls           do not use Native Language Support
1506   --enable-maintainer-mode
1507                           enable make rules and dependencies not useful (and
1508                           sometimes confusing) to the casual installer
1509   --disable-rpath         do not hardcode runtime library paths
1510
1511 Optional Packages:
1512   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1513   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1514   --with-pic              try to use only PIC/non-PIC objects [default=use
1515                           both]
1516   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1517   --with-debuginfod       Enable debuginfo lookups with debuginfod
1518                           (auto/yes/no)
1519   --with-system-zlib      use installed libz
1520   --with-msgpack          Enable msgpack support (auto/yes/no)
1521   --with-gnu-ld           assume the C compiler uses GNU ld default=no
1522   --with-libiconv-prefix[=DIR]  search for libiconv in DIR/include and DIR/lib
1523   --without-libiconv-prefix     don't search for libiconv in includedir and libdir
1524   --with-libiconv-type=TYPE     type of library to search for (auto/static/shared)
1525
1526 Some influential environment variables:
1527   CC          C compiler command
1528   CFLAGS      C compiler flags
1529   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1530               nonstandard directory <lib dir>
1531   LIBS        libraries to pass to the linker, e.g. -l<library>
1532   CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1533               you have headers in a nonstandard directory <include dir>
1534   CPP         C preprocessor
1535   PKG_CONFIG  path to pkg-config utility
1536   PKG_CONFIG_PATH
1537               directories to add to pkg-config's search path
1538   PKG_CONFIG_LIBDIR
1539               path overriding pkg-config's built-in search path
1540   DEBUGINFOD_CFLAGS
1541               C compiler flags for DEBUGINFOD, overriding pkg-config
1542   DEBUGINFOD_LIBS
1543               linker flags for DEBUGINFOD, overriding pkg-config
1544   YACC        The `Yet Another Compiler Compiler' implementation to use.
1545               Defaults to the first program found out of: `bison -y', `byacc',
1546               `yacc'.
1547   YFLAGS      The list of arguments that will be passed by default to $YACC.
1548               This script will default YFLAGS to the empty string to avoid a
1549               default value of `-d' given by some make applications.
1550   MSGPACK_CFLAGS
1551               C compiler flags for MSGPACK, overriding pkg-config
1552   MSGPACK_LIBS
1553               linker flags for MSGPACK, overriding pkg-config
1554
1555 Use these variables to override the choices made by `configure' or to help
1556 it to find libraries and programs with nonstandard names/locations.
1557
1558 Report bugs to the package provider.
1559 _ACEOF
1560 ac_status=$?
1561 fi
1562
1563 if test "$ac_init_help" = "recursive"; then
1564   # If there are subdirs, report their specific --help.
1565   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1566     test -d "$ac_dir" ||
1567       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1568       continue
1569     ac_builddir=.
1570
1571 case "$ac_dir" in
1572 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1573 *)
1574   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1575   # A ".." for each directory in $ac_dir_suffix.
1576   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1577   case $ac_top_builddir_sub in
1578   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1579   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1580   esac ;;
1581 esac
1582 ac_abs_top_builddir=$ac_pwd
1583 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1584 # for backward compatibility:
1585 ac_top_builddir=$ac_top_build_prefix
1586
1587 case $srcdir in
1588   .)  # We are building in place.
1589     ac_srcdir=.
1590     ac_top_srcdir=$ac_top_builddir_sub
1591     ac_abs_top_srcdir=$ac_pwd ;;
1592   [\\/]* | ?:[\\/]* )  # Absolute name.
1593     ac_srcdir=$srcdir$ac_dir_suffix;
1594     ac_top_srcdir=$srcdir
1595     ac_abs_top_srcdir=$srcdir ;;
1596   *) # Relative name.
1597     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1598     ac_top_srcdir=$ac_top_build_prefix$srcdir
1599     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1600 esac
1601 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1602
1603     cd "$ac_dir" || { ac_status=$?; continue; }
1604     # Check for guested configure.
1605     if test -f "$ac_srcdir/configure.gnu"; then
1606       echo &&
1607       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1608     elif test -f "$ac_srcdir/configure"; then
1609       echo &&
1610       $SHELL "$ac_srcdir/configure" --help=recursive
1611     else
1612       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1613     fi || ac_status=$?
1614     cd "$ac_pwd" || { ac_status=$?; break; }
1615   done
1616 fi
1617
1618 test -n "$ac_init_help" && exit $ac_status
1619 if $ac_init_version; then
1620   cat <<\_ACEOF
1621 binutils configure 2.38.50
1622 generated by GNU Autoconf 2.69
1623
1624 Copyright (C) 2012 Free Software Foundation, Inc.
1625 This configure script is free software; the Free Software Foundation
1626 gives unlimited permission to copy, distribute and modify it.
1627 _ACEOF
1628   exit
1629 fi
1630
1631 ## ------------------------ ##
1632 ## Autoconf initialization. ##
1633 ## ------------------------ ##
1634
1635 # ac_fn_c_try_compile LINENO
1636 # --------------------------
1637 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1638 ac_fn_c_try_compile ()
1639 {
1640   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1641   rm -f conftest.$ac_objext
1642   if { { ac_try="$ac_compile"
1643 case "(($ac_try" in
1644   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1645   *) ac_try_echo=$ac_try;;
1646 esac
1647 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1648 $as_echo "$ac_try_echo"; } >&5
1649   (eval "$ac_compile") 2>conftest.err
1650   ac_status=$?
1651   if test -s conftest.err; then
1652     grep -v '^ *+' conftest.err >conftest.er1
1653     cat conftest.er1 >&5
1654     mv -f conftest.er1 conftest.err
1655   fi
1656   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1657   test $ac_status = 0; } && {
1658          test -z "$ac_c_werror_flag" ||
1659          test ! -s conftest.err
1660        } && test -s conftest.$ac_objext; then :
1661   ac_retval=0
1662 else
1663   $as_echo "$as_me: failed program was:" >&5
1664 sed 's/^/| /' conftest.$ac_ext >&5
1665
1666         ac_retval=1
1667 fi
1668   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1669   as_fn_set_status $ac_retval
1670
1671 } # ac_fn_c_try_compile
1672
1673 # ac_fn_c_try_cpp LINENO
1674 # ----------------------
1675 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1676 ac_fn_c_try_cpp ()
1677 {
1678   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1679   if { { ac_try="$ac_cpp conftest.$ac_ext"
1680 case "(($ac_try" in
1681   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1682   *) ac_try_echo=$ac_try;;
1683 esac
1684 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1685 $as_echo "$ac_try_echo"; } >&5
1686   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1687   ac_status=$?
1688   if test -s conftest.err; then
1689     grep -v '^ *+' conftest.err >conftest.er1
1690     cat conftest.er1 >&5
1691     mv -f conftest.er1 conftest.err
1692   fi
1693   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1694   test $ac_status = 0; } > conftest.i && {
1695          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1696          test ! -s conftest.err
1697        }; then :
1698   ac_retval=0
1699 else
1700   $as_echo "$as_me: failed program was:" >&5
1701 sed 's/^/| /' conftest.$ac_ext >&5
1702
1703     ac_retval=1
1704 fi
1705   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1706   as_fn_set_status $ac_retval
1707
1708 } # ac_fn_c_try_cpp
1709
1710 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1711 # -------------------------------------------------------
1712 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1713 # the include files in INCLUDES and setting the cache variable VAR
1714 # accordingly.
1715 ac_fn_c_check_header_mongrel ()
1716 {
1717   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1718   if eval \${$3+:} false; then :
1719   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1720 $as_echo_n "checking for $2... " >&6; }
1721 if eval \${$3+:} false; then :
1722   $as_echo_n "(cached) " >&6
1723 fi
1724 eval ac_res=\$$3
1725                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1726 $as_echo "$ac_res" >&6; }
1727 else
1728   # Is the header compilable?
1729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1730 $as_echo_n "checking $2 usability... " >&6; }
1731 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1732 /* end confdefs.h.  */
1733 $4
1734 #include <$2>
1735 _ACEOF
1736 if ac_fn_c_try_compile "$LINENO"; then :
1737   ac_header_compiler=yes
1738 else
1739   ac_header_compiler=no
1740 fi
1741 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1743 $as_echo "$ac_header_compiler" >&6; }
1744
1745 # Is the header present?
1746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1747 $as_echo_n "checking $2 presence... " >&6; }
1748 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1749 /* end confdefs.h.  */
1750 #include <$2>
1751 _ACEOF
1752 if ac_fn_c_try_cpp "$LINENO"; then :
1753   ac_header_preproc=yes
1754 else
1755   ac_header_preproc=no
1756 fi
1757 rm -f conftest.err conftest.i conftest.$ac_ext
1758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1759 $as_echo "$ac_header_preproc" >&6; }
1760
1761 # So?  What about this header?
1762 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1763   yes:no: )
1764     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1765 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1766     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1767 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1768     ;;
1769   no:yes:* )
1770     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1771 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1772     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
1773 $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
1774     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1775 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1776     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
1777 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
1778     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1779 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1780     ;;
1781 esac
1782   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1783 $as_echo_n "checking for $2... " >&6; }
1784 if eval \${$3+:} false; then :
1785   $as_echo_n "(cached) " >&6
1786 else
1787   eval "$3=\$ac_header_compiler"
1788 fi
1789 eval ac_res=\$$3
1790                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1791 $as_echo "$ac_res" >&6; }
1792 fi
1793   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1794
1795 } # ac_fn_c_check_header_mongrel
1796
1797 # ac_fn_c_try_run LINENO
1798 # ----------------------
1799 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1800 # that executables *can* be run.
1801 ac_fn_c_try_run ()
1802 {
1803   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1804   if { { ac_try="$ac_link"
1805 case "(($ac_try" in
1806   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1807   *) ac_try_echo=$ac_try;;
1808 esac
1809 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1810 $as_echo "$ac_try_echo"; } >&5
1811   (eval "$ac_link") 2>&5
1812   ac_status=$?
1813   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1814   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1815   { { case "(($ac_try" in
1816   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1817   *) ac_try_echo=$ac_try;;
1818 esac
1819 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1820 $as_echo "$ac_try_echo"; } >&5
1821   (eval "$ac_try") 2>&5
1822   ac_status=$?
1823   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1824   test $ac_status = 0; }; }; then :
1825   ac_retval=0
1826 else
1827   $as_echo "$as_me: program exited with status $ac_status" >&5
1828        $as_echo "$as_me: failed program was:" >&5
1829 sed 's/^/| /' conftest.$ac_ext >&5
1830
1831        ac_retval=$ac_status
1832 fi
1833   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1834   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1835   as_fn_set_status $ac_retval
1836
1837 } # ac_fn_c_try_run
1838
1839 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1840 # -------------------------------------------------------
1841 # Tests whether HEADER exists and can be compiled using the include files in
1842 # INCLUDES, setting the cache variable VAR accordingly.
1843 ac_fn_c_check_header_compile ()
1844 {
1845   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1846   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1847 $as_echo_n "checking for $2... " >&6; }
1848 if eval \${$3+:} false; then :
1849   $as_echo_n "(cached) " >&6
1850 else
1851   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1852 /* end confdefs.h.  */
1853 $4
1854 #include <$2>
1855 _ACEOF
1856 if ac_fn_c_try_compile "$LINENO"; then :
1857   eval "$3=yes"
1858 else
1859   eval "$3=no"
1860 fi
1861 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1862 fi
1863 eval ac_res=\$$3
1864                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1865 $as_echo "$ac_res" >&6; }
1866   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1867
1868 } # ac_fn_c_check_header_compile
1869
1870 # ac_fn_c_try_link LINENO
1871 # -----------------------
1872 # Try to link conftest.$ac_ext, and return whether this succeeded.
1873 ac_fn_c_try_link ()
1874 {
1875   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1876   rm -f conftest.$ac_objext conftest$ac_exeext
1877   if { { ac_try="$ac_link"
1878 case "(($ac_try" in
1879   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1880   *) ac_try_echo=$ac_try;;
1881 esac
1882 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1883 $as_echo "$ac_try_echo"; } >&5
1884   (eval "$ac_link") 2>conftest.err
1885   ac_status=$?
1886   if test -s conftest.err; then
1887     grep -v '^ *+' conftest.err >conftest.er1
1888     cat conftest.er1 >&5
1889     mv -f conftest.er1 conftest.err
1890   fi
1891   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1892   test $ac_status = 0; } && {
1893          test -z "$ac_c_werror_flag" ||
1894          test ! -s conftest.err
1895        } && test -s conftest$ac_exeext && {
1896          test "$cross_compiling" = yes ||
1897          test -x conftest$ac_exeext
1898        }; then :
1899   ac_retval=0
1900 else
1901   $as_echo "$as_me: failed program was:" >&5
1902 sed 's/^/| /' conftest.$ac_ext >&5
1903
1904         ac_retval=1
1905 fi
1906   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1907   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1908   # interfere with the next link command; also delete a directory that is
1909   # left behind by Apple's compiler.  We do this before executing the actions.
1910   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1911   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1912   as_fn_set_status $ac_retval
1913
1914 } # ac_fn_c_try_link
1915
1916 # ac_fn_c_check_func LINENO FUNC VAR
1917 # ----------------------------------
1918 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1919 ac_fn_c_check_func ()
1920 {
1921   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1922   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1923 $as_echo_n "checking for $2... " >&6; }
1924 if eval \${$3+:} false; then :
1925   $as_echo_n "(cached) " >&6
1926 else
1927   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1928 /* end confdefs.h.  */
1929 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1930    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1931 #define $2 innocuous_$2
1932
1933 /* System header to define __stub macros and hopefully few prototypes,
1934     which can conflict with char $2 (); below.
1935     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1936     <limits.h> exists even on freestanding compilers.  */
1937
1938 #ifdef __STDC__
1939 # include <limits.h>
1940 #else
1941 # include <assert.h>
1942 #endif
1943
1944 #undef $2
1945
1946 /* Override any GCC internal prototype to avoid an error.
1947    Use char because int might match the return type of a GCC
1948    builtin and then its argument prototype would still apply.  */
1949 #ifdef __cplusplus
1950 extern "C"
1951 #endif
1952 char $2 ();
1953 /* The GNU C library defines this for functions which it implements
1954     to always fail with ENOSYS.  Some functions are actually named
1955     something starting with __ and the normal name is an alias.  */
1956 #if defined __stub_$2 || defined __stub___$2
1957 choke me
1958 #endif
1959
1960 int
1961 main ()
1962 {
1963 return $2 ();
1964   ;
1965   return 0;
1966 }
1967 _ACEOF
1968 if ac_fn_c_try_link "$LINENO"; then :
1969   eval "$3=yes"
1970 else
1971   eval "$3=no"
1972 fi
1973 rm -f core conftest.err conftest.$ac_objext \
1974     conftest$ac_exeext conftest.$ac_ext
1975 fi
1976 eval ac_res=\$$3
1977                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1978 $as_echo "$ac_res" >&6; }
1979   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1980
1981 } # ac_fn_c_check_func
1982
1983 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1984 # --------------------------------------------
1985 # Tries to find the compile-time value of EXPR in a program that includes
1986 # INCLUDES, setting VAR accordingly. Returns whether the value could be
1987 # computed
1988 ac_fn_c_compute_int ()
1989 {
1990   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1991   if test "$cross_compiling" = yes; then
1992     # Depending upon the size, compute the lo and hi bounds.
1993 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1994 /* end confdefs.h.  */
1995 $4
1996 int
1997 main ()
1998 {
1999 static int test_array [1 - 2 * !(($2) >= 0)];
2000 test_array [0] = 0;
2001 return test_array [0];
2002
2003   ;
2004   return 0;
2005 }
2006 _ACEOF
2007 if ac_fn_c_try_compile "$LINENO"; then :
2008   ac_lo=0 ac_mid=0
2009   while :; do
2010     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2011 /* end confdefs.h.  */
2012 $4
2013 int
2014 main ()
2015 {
2016 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2017 test_array [0] = 0;
2018 return test_array [0];
2019
2020   ;
2021   return 0;
2022 }
2023 _ACEOF
2024 if ac_fn_c_try_compile "$LINENO"; then :
2025   ac_hi=$ac_mid; break
2026 else
2027   as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2028                         if test $ac_lo -le $ac_mid; then
2029                           ac_lo= ac_hi=
2030                           break
2031                         fi
2032                         as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2033 fi
2034 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2035   done
2036 else
2037   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2038 /* end confdefs.h.  */
2039 $4
2040 int
2041 main ()
2042 {
2043 static int test_array [1 - 2 * !(($2) < 0)];
2044 test_array [0] = 0;
2045 return test_array [0];
2046
2047   ;
2048   return 0;
2049 }
2050 _ACEOF
2051 if ac_fn_c_try_compile "$LINENO"; then :
2052   ac_hi=-1 ac_mid=-1
2053   while :; do
2054     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2055 /* end confdefs.h.  */
2056 $4
2057 int
2058 main ()
2059 {
2060 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2061 test_array [0] = 0;
2062 return test_array [0];
2063
2064   ;
2065   return 0;
2066 }
2067 _ACEOF
2068 if ac_fn_c_try_compile "$LINENO"; then :
2069   ac_lo=$ac_mid; break
2070 else
2071   as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2072                         if test $ac_mid -le $ac_hi; then
2073                           ac_lo= ac_hi=
2074                           break
2075                         fi
2076                         as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2077 fi
2078 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2079   done
2080 else
2081   ac_lo= ac_hi=
2082 fi
2083 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2084 fi
2085 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2086 # Binary search between lo and hi bounds.
2087 while test "x$ac_lo" != "x$ac_hi"; do
2088   as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2089   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2090 /* end confdefs.h.  */
2091 $4
2092 int
2093 main ()
2094 {
2095 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2096 test_array [0] = 0;
2097 return test_array [0];
2098
2099   ;
2100   return 0;
2101 }
2102 _ACEOF
2103 if ac_fn_c_try_compile "$LINENO"; then :
2104   ac_hi=$ac_mid
2105 else
2106   as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2107 fi
2108 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2109 done
2110 case $ac_lo in #((
2111 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2112 '') ac_retval=1 ;;
2113 esac
2114   else
2115     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2116 /* end confdefs.h.  */
2117 $4
2118 static long int longval () { return $2; }
2119 static unsigned long int ulongval () { return $2; }
2120 #include <stdio.h>
2121 #include <stdlib.h>
2122 int
2123 main ()
2124 {
2125
2126   FILE *f = fopen ("conftest.val", "w");
2127   if (! f)
2128     return 1;
2129   if (($2) < 0)
2130     {
2131       long int i = longval ();
2132       if (i != ($2))
2133         return 1;
2134       fprintf (f, "%ld", i);
2135     }
2136   else
2137     {
2138       unsigned long int i = ulongval ();
2139       if (i != ($2))
2140         return 1;
2141       fprintf (f, "%lu", i);
2142     }
2143   /* Do not output a trailing newline, as this causes \r\n confusion
2144      on some platforms.  */
2145   return ferror (f) || fclose (f) != 0;
2146
2147   ;
2148   return 0;
2149 }
2150 _ACEOF
2151 if ac_fn_c_try_run "$LINENO"; then :
2152   echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2153 else
2154   ac_retval=1
2155 fi
2156 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2157   conftest.$ac_objext conftest.beam conftest.$ac_ext
2158 rm -f conftest.val
2159
2160   fi
2161   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2162   as_fn_set_status $ac_retval
2163
2164 } # ac_fn_c_compute_int
2165
2166 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2167 # ----------------------------------------------------
2168 # Tries to find if the field MEMBER exists in type AGGR, after including
2169 # INCLUDES, setting cache variable VAR accordingly.
2170 ac_fn_c_check_member ()
2171 {
2172   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2173   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2174 $as_echo_n "checking for $2.$3... " >&6; }
2175 if eval \${$4+:} false; then :
2176   $as_echo_n "(cached) " >&6
2177 else
2178   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2179 /* end confdefs.h.  */
2180 $5
2181 int
2182 main ()
2183 {
2184 static $2 ac_aggr;
2185 if (ac_aggr.$3)
2186 return 0;
2187   ;
2188   return 0;
2189 }
2190 _ACEOF
2191 if ac_fn_c_try_compile "$LINENO"; then :
2192   eval "$4=yes"
2193 else
2194   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2195 /* end confdefs.h.  */
2196 $5
2197 int
2198 main ()
2199 {
2200 static $2 ac_aggr;
2201 if (sizeof ac_aggr.$3)
2202 return 0;
2203   ;
2204   return 0;
2205 }
2206 _ACEOF
2207 if ac_fn_c_try_compile "$LINENO"; then :
2208   eval "$4=yes"
2209 else
2210   eval "$4=no"
2211 fi
2212 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2213 fi
2214 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2215 fi
2216 eval ac_res=\$$4
2217                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2218 $as_echo "$ac_res" >&6; }
2219   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2220
2221 } # ac_fn_c_check_member
2222
2223 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
2224 # ---------------------------------------------
2225 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
2226 # accordingly.
2227 ac_fn_c_check_decl ()
2228 {
2229   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2230   as_decl_name=`echo $2|sed 's/ *(.*//'`
2231   as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2232   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2233 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2234 if eval \${$3+:} false; then :
2235   $as_echo_n "(cached) " >&6
2236 else
2237   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2238 /* end confdefs.h.  */
2239 $4
2240 int
2241 main ()
2242 {
2243 #ifndef $as_decl_name
2244 #ifdef __cplusplus
2245   (void) $as_decl_use;
2246 #else
2247   (void) $as_decl_name;
2248 #endif
2249 #endif
2250
2251   ;
2252   return 0;
2253 }
2254 _ACEOF
2255 if ac_fn_c_try_compile "$LINENO"; then :
2256   eval "$3=yes"
2257 else
2258   eval "$3=no"
2259 fi
2260 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2261 fi
2262 eval ac_res=\$$3
2263                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2264 $as_echo "$ac_res" >&6; }
2265   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2266
2267 } # ac_fn_c_check_decl
2268 cat >config.log <<_ACEOF
2269 This file contains any messages produced by compilers while
2270 running configure, to aid debugging if configure makes a mistake.
2271
2272 It was created by binutils $as_me 2.38.50, which was
2273 generated by GNU Autoconf 2.69.  Invocation command line was
2274
2275   $ $0 $@
2276
2277 _ACEOF
2278 exec 5>>config.log
2279 {
2280 cat <<_ASUNAME
2281 ## --------- ##
2282 ## Platform. ##
2283 ## --------- ##
2284
2285 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2286 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2287 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2288 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2289 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2290
2291 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2292 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
2293
2294 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
2295 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
2296 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2297 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
2298 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
2299 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
2300 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
2301
2302 _ASUNAME
2303
2304 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2305 for as_dir in $PATH
2306 do
2307   IFS=$as_save_IFS
2308   test -z "$as_dir" && as_dir=.
2309     $as_echo "PATH: $as_dir"
2310   done
2311 IFS=$as_save_IFS
2312
2313 } >&5
2314
2315 cat >&5 <<_ACEOF
2316
2317
2318 ## ----------- ##
2319 ## Core tests. ##
2320 ## ----------- ##
2321
2322 _ACEOF
2323
2324
2325 # Keep a trace of the command line.
2326 # Strip out --no-create and --no-recursion so they do not pile up.
2327 # Strip out --silent because we don't want to record it for future runs.
2328 # Also quote any args containing shell meta-characters.
2329 # Make two passes to allow for proper duplicate-argument suppression.
2330 ac_configure_args=
2331 ac_configure_args0=
2332 ac_configure_args1=
2333 ac_must_keep_next=false
2334 for ac_pass in 1 2
2335 do
2336   for ac_arg
2337   do
2338     case $ac_arg in
2339     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2340     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2341     | -silent | --silent | --silen | --sile | --sil)
2342       continue ;;
2343     *\'*)
2344       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2345     esac
2346     case $ac_pass in
2347     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2348     2)
2349       as_fn_append ac_configure_args1 " '$ac_arg'"
2350       if test $ac_must_keep_next = true; then
2351         ac_must_keep_next=false # Got value, back to normal.
2352       else
2353         case $ac_arg in
2354           *=* | --config-cache | -C | -disable-* | --disable-* \
2355           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2356           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2357           | -with-* | --with-* | -without-* | --without-* | --x)
2358             case "$ac_configure_args0 " in
2359               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2360             esac
2361             ;;
2362           -* ) ac_must_keep_next=true ;;
2363         esac
2364       fi
2365       as_fn_append ac_configure_args " '$ac_arg'"
2366       ;;
2367     esac
2368   done
2369 done
2370 { ac_configure_args0=; unset ac_configure_args0;}
2371 { ac_configure_args1=; unset ac_configure_args1;}
2372
2373 # When interrupted or exit'd, cleanup temporary files, and complete
2374 # config.log.  We remove comments because anyway the quotes in there
2375 # would cause problems or look ugly.
2376 # WARNING: Use '\'' to represent an apostrophe within the trap.
2377 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2378 trap 'exit_status=$?
2379   # Save into config.log some information that might help in debugging.
2380   {
2381     echo
2382
2383     $as_echo "## ---------------- ##
2384 ## Cache variables. ##
2385 ## ---------------- ##"
2386     echo
2387     # The following way of writing the cache mishandles newlines in values,
2388 (
2389   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2390     eval ac_val=\$$ac_var
2391     case $ac_val in #(
2392     *${as_nl}*)
2393       case $ac_var in #(
2394       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2395 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2396       esac
2397       case $ac_var in #(
2398       _ | IFS | as_nl) ;; #(
2399       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2400       *) { eval $ac_var=; unset $ac_var;} ;;
2401       esac ;;
2402     esac
2403   done
2404   (set) 2>&1 |
2405     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2406     *${as_nl}ac_space=\ *)
2407       sed -n \
2408         "s/'\''/'\''\\\\'\'''\''/g;
2409           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2410       ;; #(
2411     *)
2412       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2413       ;;
2414     esac |
2415     sort
2416 )
2417     echo
2418
2419     $as_echo "## ----------------- ##
2420 ## Output variables. ##
2421 ## ----------------- ##"
2422     echo
2423     for ac_var in $ac_subst_vars
2424     do
2425       eval ac_val=\$$ac_var
2426       case $ac_val in
2427       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2428       esac
2429       $as_echo "$ac_var='\''$ac_val'\''"
2430     done | sort
2431     echo
2432
2433     if test -n "$ac_subst_files"; then
2434       $as_echo "## ------------------- ##
2435 ## File substitutions. ##
2436 ## ------------------- ##"
2437       echo
2438       for ac_var in $ac_subst_files
2439       do
2440         eval ac_val=\$$ac_var
2441         case $ac_val in
2442         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2443         esac
2444         $as_echo "$ac_var='\''$ac_val'\''"
2445       done | sort
2446       echo
2447     fi
2448
2449     if test -s confdefs.h; then
2450       $as_echo "## ----------- ##
2451 ## confdefs.h. ##
2452 ## ----------- ##"
2453       echo
2454       cat confdefs.h
2455       echo
2456     fi
2457     test "$ac_signal" != 0 &&
2458       $as_echo "$as_me: caught signal $ac_signal"
2459     $as_echo "$as_me: exit $exit_status"
2460   } >&5
2461   rm -f core *.core core.conftest.* &&
2462     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2463     exit $exit_status
2464 ' 0
2465 for ac_signal in 1 2 13 15; do
2466   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2467 done
2468 ac_signal=0
2469
2470 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2471 rm -f -r conftest* confdefs.h
2472
2473 $as_echo "/* confdefs.h */" > confdefs.h
2474
2475 # Predefined preprocessor variables.
2476
2477 cat >>confdefs.h <<_ACEOF
2478 #define PACKAGE_NAME "$PACKAGE_NAME"
2479 _ACEOF
2480
2481 cat >>confdefs.h <<_ACEOF
2482 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2483 _ACEOF
2484
2485 cat >>confdefs.h <<_ACEOF
2486 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2487 _ACEOF
2488
2489 cat >>confdefs.h <<_ACEOF
2490 #define PACKAGE_STRING "$PACKAGE_STRING"
2491 _ACEOF
2492
2493 cat >>confdefs.h <<_ACEOF
2494 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2495 _ACEOF
2496
2497 cat >>confdefs.h <<_ACEOF
2498 #define PACKAGE_URL "$PACKAGE_URL"
2499 _ACEOF
2500
2501
2502 # Let the site file select an alternate cache file if it wants to.
2503 # Prefer an explicitly selected file to automatically selected ones.
2504 ac_site_file1=NONE
2505 ac_site_file2=NONE
2506 if test -n "$CONFIG_SITE"; then
2507   # We do not want a PATH search for config.site.
2508   case $CONFIG_SITE in #((
2509     -*)  ac_site_file1=./$CONFIG_SITE;;
2510     */*) ac_site_file1=$CONFIG_SITE;;
2511     *)   ac_site_file1=./$CONFIG_SITE;;
2512   esac
2513 elif test "x$prefix" != xNONE; then
2514   ac_site_file1=$prefix/share/config.site
2515   ac_site_file2=$prefix/etc/config.site
2516 else
2517   ac_site_file1=$ac_default_prefix/share/config.site
2518   ac_site_file2=$ac_default_prefix/etc/config.site
2519 fi
2520 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2521 do
2522   test "x$ac_site_file" = xNONE && continue
2523   if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2524     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2525 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2526     sed 's/^/| /' "$ac_site_file" >&5
2527     . "$ac_site_file" \
2528       || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2529 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2530 as_fn_error $? "failed to load site script $ac_site_file
2531 See \`config.log' for more details" "$LINENO" 5; }
2532   fi
2533 done
2534
2535 if test -r "$cache_file"; then
2536   # Some versions of bash will fail to source /dev/null (special files
2537   # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
2538   if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2539     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2540 $as_echo "$as_me: loading cache $cache_file" >&6;}
2541     case $cache_file in
2542       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2543       *)                      . "./$cache_file";;
2544     esac
2545   fi
2546 else
2547   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2548 $as_echo "$as_me: creating cache $cache_file" >&6;}
2549   >$cache_file
2550 fi
2551
2552 as_fn_append ac_header_list " stdlib.h"
2553 as_fn_append ac_header_list " unistd.h"
2554 as_fn_append ac_header_list " sys/param.h"
2555 # Check that the precious variables saved in the cache have kept the same
2556 # value.
2557 ac_cache_corrupted=false
2558 for ac_var in $ac_precious_vars; do
2559   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2560   eval ac_new_set=\$ac_env_${ac_var}_set
2561   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2562   eval ac_new_val=\$ac_env_${ac_var}_value
2563   case $ac_old_set,$ac_new_set in
2564     set,)
2565       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2566 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2567       ac_cache_corrupted=: ;;
2568     ,set)
2569       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2570 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2571       ac_cache_corrupted=: ;;
2572     ,);;
2573     *)
2574       if test "x$ac_old_val" != "x$ac_new_val"; then
2575         # differences in whitespace do not lead to failure.
2576         ac_old_val_w=`echo x $ac_old_val`
2577         ac_new_val_w=`echo x $ac_new_val`
2578         if test "$ac_old_val_w" != "$ac_new_val_w"; then
2579           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2580 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2581           ac_cache_corrupted=:
2582         else
2583           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2584 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2585           eval $ac_var=\$ac_old_val
2586         fi
2587         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2588 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2589         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2590 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2591       fi;;
2592   esac
2593   # Pass precious variables to config.status.
2594   if test "$ac_new_set" = set; then
2595     case $ac_new_val in
2596     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2597     *) ac_arg=$ac_var=$ac_new_val ;;
2598     esac
2599     case " $ac_configure_args " in
2600       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2601       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2602     esac
2603   fi
2604 done
2605 if $ac_cache_corrupted; then
2606   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2607 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2608   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2609 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2610   as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2611 fi
2612 ## -------------------- ##
2613 ## Main body of script. ##
2614 ## -------------------- ##
2615
2616 ac_ext=c
2617 ac_cpp='$CPP $CPPFLAGS'
2618 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2619 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2620 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2621
2622
2623
2624
2625
2626
2627
2628 ac_aux_dir=
2629 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2630   if test -f "$ac_dir/install-sh"; then
2631     ac_aux_dir=$ac_dir
2632     ac_install_sh="$ac_aux_dir/install-sh -c"
2633     break
2634   elif test -f "$ac_dir/install.sh"; then
2635     ac_aux_dir=$ac_dir
2636     ac_install_sh="$ac_aux_dir/install.sh -c"
2637     break
2638   elif test -f "$ac_dir/shtool"; then
2639     ac_aux_dir=$ac_dir
2640     ac_install_sh="$ac_aux_dir/shtool install -c"
2641     break
2642   fi
2643 done
2644 if test -z "$ac_aux_dir"; then
2645   as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2646 fi
2647
2648 # These three variables are undocumented and unsupported,
2649 # and are intended to be withdrawn in a future Autoconf release.
2650 # They can cause serious problems if a builder's source tree is in a directory
2651 # whose full name contains unusual characters.
2652 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2653 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2654 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2655
2656
2657 # Make sure we can run config.sub.
2658 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2659   as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2660
2661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2662 $as_echo_n "checking build system type... " >&6; }
2663 if ${ac_cv_build+:} false; then :
2664   $as_echo_n "(cached) " >&6
2665 else
2666   ac_build_alias=$build_alias
2667 test "x$ac_build_alias" = x &&
2668   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2669 test "x$ac_build_alias" = x &&
2670   as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2671 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2672   as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2673
2674 fi
2675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2676 $as_echo "$ac_cv_build" >&6; }
2677 case $ac_cv_build in
2678 *-*-*) ;;
2679 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2680 esac
2681 build=$ac_cv_build
2682 ac_save_IFS=$IFS; IFS='-'
2683 set x $ac_cv_build
2684 shift
2685 build_cpu=$1
2686 build_vendor=$2
2687 shift; shift
2688 # Remember, the first character of IFS is used to create $*,
2689 # except with old shells:
2690 build_os=$*
2691 IFS=$ac_save_IFS
2692 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2693
2694
2695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2696 $as_echo_n "checking host system type... " >&6; }
2697 if ${ac_cv_host+:} false; then :
2698   $as_echo_n "(cached) " >&6
2699 else
2700   if test "x$host_alias" = x; then
2701   ac_cv_host=$ac_cv_build
2702 else
2703   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2704     as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2705 fi
2706
2707 fi
2708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2709 $as_echo "$ac_cv_host" >&6; }
2710 case $ac_cv_host in
2711 *-*-*) ;;
2712 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2713 esac
2714 host=$ac_cv_host
2715 ac_save_IFS=$IFS; IFS='-'
2716 set x $ac_cv_host
2717 shift
2718 host_cpu=$1
2719 host_vendor=$2
2720 shift; shift
2721 # Remember, the first character of IFS is used to create $*,
2722 # except with old shells:
2723 host_os=$*
2724 IFS=$ac_save_IFS
2725 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2726
2727
2728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2729 $as_echo_n "checking target system type... " >&6; }
2730 if ${ac_cv_target+:} false; then :
2731   $as_echo_n "(cached) " >&6
2732 else
2733   if test "x$target_alias" = x; then
2734   ac_cv_target=$ac_cv_host
2735 else
2736   ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2737     as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2738 fi
2739
2740 fi
2741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2742 $as_echo "$ac_cv_target" >&6; }
2743 case $ac_cv_target in
2744 *-*-*) ;;
2745 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2746 esac
2747 target=$ac_cv_target
2748 ac_save_IFS=$IFS; IFS='-'
2749 set x $ac_cv_target
2750 shift
2751 target_cpu=$1
2752 target_vendor=$2
2753 shift; shift
2754 # Remember, the first character of IFS is used to create $*,
2755 # except with old shells:
2756 target_os=$*
2757 IFS=$ac_save_IFS
2758 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2759
2760
2761 # The aliases save the names the user supplied, while $host etc.
2762 # will get canonicalized.
2763 test -n "$target_alias" &&
2764   test "$program_prefix$program_suffix$program_transform_name" = \
2765     NONENONEs,x,x, &&
2766   program_prefix=${target_alias}-
2767
2768 am__api_version='1.15'
2769
2770 # Find a good install program.  We prefer a C program (faster),
2771 # so one script is as good as another.  But avoid the broken or
2772 # incompatible versions:
2773 # SysV /etc/install, /usr/sbin/install
2774 # SunOS /usr/etc/install
2775 # IRIX /sbin/install
2776 # AIX /bin/install
2777 # AmigaOS /C/install, which installs bootblocks on floppy discs
2778 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2779 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2780 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2781 # OS/2's system install, which has a completely different semantic
2782 # ./install, which can be erroneously created by make from ./install.sh.
2783 # Reject install programs that cannot install multiple files.
2784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2785 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2786 if test -z "$INSTALL"; then
2787 if ${ac_cv_path_install+:} false; then :
2788   $as_echo_n "(cached) " >&6
2789 else
2790   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2791 for as_dir in $PATH
2792 do
2793   IFS=$as_save_IFS
2794   test -z "$as_dir" && as_dir=.
2795     # Account for people who put trailing slashes in PATH elements.
2796 case $as_dir/ in #((
2797   ./ | .// | /[cC]/* | \
2798   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2799   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2800   /usr/ucb/* ) ;;
2801   *)
2802     # OSF1 and SCO ODT 3.0 have their own names for install.
2803     # Don't use installbsd from OSF since it installs stuff as root
2804     # by default.
2805     for ac_prog in ginstall scoinst install; do
2806       for ac_exec_ext in '' $ac_executable_extensions; do
2807         if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2808           if test $ac_prog = install &&
2809             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2810             # AIX install.  It has an incompatible calling convention.
2811             :
2812           elif test $ac_prog = install &&
2813             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2814             # program-specific install script used by HP pwplus--don't use.
2815             :
2816           else
2817             rm -rf conftest.one conftest.two conftest.dir
2818             echo one > conftest.one
2819             echo two > conftest.two
2820             mkdir conftest.dir
2821             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2822               test -s conftest.one && test -s conftest.two &&
2823               test -s conftest.dir/conftest.one &&
2824               test -s conftest.dir/conftest.two
2825             then
2826               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2827               break 3
2828             fi
2829           fi
2830         fi
2831       done
2832     done
2833     ;;
2834 esac
2835
2836   done
2837 IFS=$as_save_IFS
2838
2839 rm -rf conftest.one conftest.two conftest.dir
2840
2841 fi
2842   if test "${ac_cv_path_install+set}" = set; then
2843     INSTALL=$ac_cv_path_install
2844   else
2845     # As a last resort, use the slow shell script.  Don't cache a
2846     # value for INSTALL within a source directory, because that will
2847     # break other packages using the cache if that directory is
2848     # removed, or if the value is a relative name.
2849     INSTALL=$ac_install_sh
2850   fi
2851 fi
2852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2853 $as_echo "$INSTALL" >&6; }
2854
2855 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2856 # It thinks the first close brace ends the variable substitution.
2857 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2858
2859 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2860
2861 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2862
2863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2864 $as_echo_n "checking whether build environment is sane... " >&6; }
2865 # Reject unsafe characters in $srcdir or the absolute working directory
2866 # name.  Accept space and tab only in the latter.
2867 am_lf='
2868 '
2869 case `pwd` in
2870   *[\\\"\#\$\&\'\`$am_lf]*)
2871     as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2872 esac
2873 case $srcdir in
2874   *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
2875     as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2876 esac
2877
2878 # Do 'set' in a subshell so we don't clobber the current shell's
2879 # arguments.  Must try -L first in case configure is actually a
2880 # symlink; some systems play weird games with the mod time of symlinks
2881 # (eg FreeBSD returns the mod time of the symlink's containing
2882 # directory).
2883 if (
2884    am_has_slept=no
2885    for am_try in 1 2; do
2886      echo "timestamp, slept: $am_has_slept" > conftest.file
2887      set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2888      if test "$*" = "X"; then
2889         # -L didn't work.
2890         set X `ls -t "$srcdir/configure" conftest.file`
2891      fi
2892      if test "$*" != "X $srcdir/configure conftest.file" \
2893         && test "$*" != "X conftest.file $srcdir/configure"; then
2894
2895         # If neither matched, then we have a broken ls.  This can happen
2896         # if, for instance, CONFIG_SHELL is bash and it inherits a
2897         # broken ls alias from the environment.  This has actually
2898         # happened.  Such a system could not be considered "sane".
2899         as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2900   alias in your environment" "$LINENO" 5
2901      fi
2902      if test "$2" = conftest.file || test $am_try -eq 2; then
2903        break
2904      fi
2905      # Just in case.
2906      sleep 1
2907      am_has_slept=yes
2908    done
2909    test "$2" = conftest.file
2910    )
2911 then
2912    # Ok.
2913    :
2914 else
2915    as_fn_error $? "newly created file is older than distributed files!
2916 Check your system clock" "$LINENO" 5
2917 fi
2918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2919 $as_echo "yes" >&6; }
2920 # If we didn't sleep, we still need to ensure time stamps of config.status and
2921 # generated files are strictly newer.
2922 am_sleep_pid=
2923 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2924   ( sleep 1 ) &
2925   am_sleep_pid=$!
2926 fi
2927
2928 rm -f conftest.file
2929
2930 test "$program_prefix" != NONE &&
2931   program_transform_name="s&^&$program_prefix&;$program_transform_name"
2932 # Use a double $ so make ignores it.
2933 test "$program_suffix" != NONE &&
2934   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2935 # Double any \ or $.
2936 # By default was `s,x,x', remove it if useless.
2937 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2938 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2939
2940 # Expand $ac_aux_dir to an absolute path.
2941 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2942
2943 if test x"${MISSING+set}" != xset; then
2944   case $am_aux_dir in
2945   *\ * | *\     *)
2946     MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2947   *)
2948     MISSING="\${SHELL} $am_aux_dir/missing" ;;
2949   esac
2950 fi
2951 # Use eval to expand $SHELL
2952 if eval "$MISSING --is-lightweight"; then
2953   am_missing_run="$MISSING "
2954 else
2955   am_missing_run=
2956   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2957 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2958 fi
2959
2960 if test x"${install_sh+set}" != xset; then
2961   case $am_aux_dir in
2962   *\ * | *\     *)
2963     install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2964   *)
2965     install_sh="\${SHELL} $am_aux_dir/install-sh"
2966   esac
2967 fi
2968
2969 # Installed binaries are usually stripped using 'strip' when the user
2970 # run "make install-strip".  However 'strip' might not be the right
2971 # tool to use in cross-compilation environments, therefore Automake
2972 # will honor the 'STRIP' environment variable to overrule this program.
2973 if test "$cross_compiling" != no; then
2974   if test -n "$ac_tool_prefix"; then
2975   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2976 set dummy ${ac_tool_prefix}strip; ac_word=$2
2977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2978 $as_echo_n "checking for $ac_word... " >&6; }
2979 if ${ac_cv_prog_STRIP+:} false; then :
2980   $as_echo_n "(cached) " >&6
2981 else
2982   if test -n "$STRIP"; then
2983   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2984 else
2985 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2986 for as_dir in $PATH
2987 do
2988   IFS=$as_save_IFS
2989   test -z "$as_dir" && as_dir=.
2990     for ac_exec_ext in '' $ac_executable_extensions; do
2991   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2992     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2993     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2994     break 2
2995   fi
2996 done
2997   done
2998 IFS=$as_save_IFS
2999
3000 fi
3001 fi
3002 STRIP=$ac_cv_prog_STRIP
3003 if test -n "$STRIP"; then
3004   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3005 $as_echo "$STRIP" >&6; }
3006 else
3007   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3008 $as_echo "no" >&6; }
3009 fi
3010
3011
3012 fi
3013 if test -z "$ac_cv_prog_STRIP"; then
3014   ac_ct_STRIP=$STRIP
3015   # Extract the first word of "strip", so it can be a program name with args.
3016 set dummy strip; ac_word=$2
3017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3018 $as_echo_n "checking for $ac_word... " >&6; }
3019 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
3020   $as_echo_n "(cached) " >&6
3021 else
3022   if test -n "$ac_ct_STRIP"; then
3023   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3024 else
3025 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3026 for as_dir in $PATH
3027 do
3028   IFS=$as_save_IFS
3029   test -z "$as_dir" && as_dir=.
3030     for ac_exec_ext in '' $ac_executable_extensions; do
3031   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3032     ac_cv_prog_ac_ct_STRIP="strip"
3033     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3034     break 2
3035   fi
3036 done
3037   done
3038 IFS=$as_save_IFS
3039
3040 fi
3041 fi
3042 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3043 if test -n "$ac_ct_STRIP"; then
3044   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3045 $as_echo "$ac_ct_STRIP" >&6; }
3046 else
3047   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3048 $as_echo "no" >&6; }
3049 fi
3050
3051   if test "x$ac_ct_STRIP" = x; then
3052     STRIP=":"
3053   else
3054     case $cross_compiling:$ac_tool_warned in
3055 yes:)
3056 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3057 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3058 ac_tool_warned=yes ;;
3059 esac
3060     STRIP=$ac_ct_STRIP
3061   fi
3062 else
3063   STRIP="$ac_cv_prog_STRIP"
3064 fi
3065
3066 fi
3067 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3068
3069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3070 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3071 if test -z "$MKDIR_P"; then
3072   if ${ac_cv_path_mkdir+:} false; then :
3073   $as_echo_n "(cached) " >&6
3074 else
3075   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3076 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3077 do
3078   IFS=$as_save_IFS
3079   test -z "$as_dir" && as_dir=.
3080     for ac_prog in mkdir gmkdir; do
3081          for ac_exec_ext in '' $ac_executable_extensions; do
3082            as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
3083            case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3084              'mkdir (GNU coreutils) '* | \
3085              'mkdir (coreutils) '* | \
3086              'mkdir (fileutils) '4.1*)
3087                ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3088                break 3;;
3089            esac
3090          done
3091        done
3092   done
3093 IFS=$as_save_IFS
3094
3095 fi
3096
3097   test -d ./--version && rmdir ./--version
3098   if test "${ac_cv_path_mkdir+set}" = set; then
3099     MKDIR_P="$ac_cv_path_mkdir -p"
3100   else
3101     # As a last resort, use the slow shell script.  Don't cache a
3102     # value for MKDIR_P within a source directory, because that will
3103     # break other packages using the cache if that directory is
3104     # removed, or if the value is a relative name.
3105     MKDIR_P="$ac_install_sh -d"
3106   fi
3107 fi
3108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3109 $as_echo "$MKDIR_P" >&6; }
3110
3111 for ac_prog in gawk mawk nawk awk
3112 do
3113   # Extract the first word of "$ac_prog", so it can be a program name with args.
3114 set dummy $ac_prog; ac_word=$2
3115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3116 $as_echo_n "checking for $ac_word... " >&6; }
3117 if ${ac_cv_prog_AWK+:} false; then :
3118   $as_echo_n "(cached) " >&6
3119 else
3120   if test -n "$AWK"; then
3121   ac_cv_prog_AWK="$AWK" # Let the user override the test.
3122 else
3123 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3124 for as_dir in $PATH
3125 do
3126   IFS=$as_save_IFS
3127   test -z "$as_dir" && as_dir=.
3128     for ac_exec_ext in '' $ac_executable_extensions; do
3129   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3130     ac_cv_prog_AWK="$ac_prog"
3131     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3132     break 2
3133   fi
3134 done
3135   done
3136 IFS=$as_save_IFS
3137
3138 fi
3139 fi
3140 AWK=$ac_cv_prog_AWK
3141 if test -n "$AWK"; then
3142   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3143 $as_echo "$AWK" >&6; }
3144 else
3145   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3146 $as_echo "no" >&6; }
3147 fi
3148
3149
3150   test -n "$AWK" && break
3151 done
3152
3153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3154 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3155 set x ${MAKE-make}
3156 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3157 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3158   $as_echo_n "(cached) " >&6
3159 else
3160   cat >conftest.make <<\_ACEOF
3161 SHELL = /bin/sh
3162 all:
3163         @echo '@@@%%%=$(MAKE)=@@@%%%'
3164 _ACEOF
3165 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3166 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3167   *@@@%%%=?*=@@@%%%*)
3168     eval ac_cv_prog_make_${ac_make}_set=yes;;
3169   *)
3170     eval ac_cv_prog_make_${ac_make}_set=no;;
3171 esac
3172 rm -f conftest.make
3173 fi
3174 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3175   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3176 $as_echo "yes" >&6; }
3177   SET_MAKE=
3178 else
3179   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3180 $as_echo "no" >&6; }
3181   SET_MAKE="MAKE=${MAKE-make}"
3182 fi
3183
3184 rm -rf .tst 2>/dev/null
3185 mkdir .tst 2>/dev/null
3186 if test -d .tst; then
3187   am__leading_dot=.
3188 else
3189   am__leading_dot=_
3190 fi
3191 rmdir .tst 2>/dev/null
3192
3193 # Check whether --enable-silent-rules was given.
3194 if test "${enable_silent_rules+set}" = set; then :
3195   enableval=$enable_silent_rules;
3196 fi
3197
3198 case $enable_silent_rules in # (((
3199   yes) AM_DEFAULT_VERBOSITY=0;;
3200    no) AM_DEFAULT_VERBOSITY=1;;
3201     *) AM_DEFAULT_VERBOSITY=1;;
3202 esac
3203 am_make=${MAKE-make}
3204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3205 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3206 if ${am_cv_make_support_nested_variables+:} false; then :
3207   $as_echo_n "(cached) " >&6
3208 else
3209   if $as_echo 'TRUE=$(BAR$(V))
3210 BAR0=false
3211 BAR1=true
3212 V=1
3213 am__doit:
3214         @$(TRUE)
3215 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3216   am_cv_make_support_nested_variables=yes
3217 else
3218   am_cv_make_support_nested_variables=no
3219 fi
3220 fi
3221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3222 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3223 if test $am_cv_make_support_nested_variables = yes; then
3224     AM_V='$(V)'
3225   AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3226 else
3227   AM_V=$AM_DEFAULT_VERBOSITY
3228   AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3229 fi
3230 AM_BACKSLASH='\'
3231
3232 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3233   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3234   # is not polluted with repeated "-I."
3235   am__isrc=' -I$(srcdir)'
3236   # test to see if srcdir already configured
3237   if test -f $srcdir/config.status; then
3238     as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3239   fi
3240 fi
3241
3242 # test whether we have cygpath
3243 if test -z "$CYGPATH_W"; then
3244   if (cygpath --version) >/dev/null 2>/dev/null; then
3245     CYGPATH_W='cygpath -w'
3246   else
3247     CYGPATH_W=echo
3248   fi
3249 fi
3250
3251
3252 # Define the identity of the package.
3253  PACKAGE='binutils'
3254  VERSION='2.38.50'
3255
3256
3257 cat >>confdefs.h <<_ACEOF
3258 #define PACKAGE "$PACKAGE"
3259 _ACEOF
3260
3261
3262 cat >>confdefs.h <<_ACEOF
3263 #define VERSION "$VERSION"
3264 _ACEOF
3265
3266 # Some tools Automake needs.
3267
3268 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3269
3270
3271 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3272
3273
3274 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3275
3276
3277 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3278
3279
3280 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3281
3282 # For better backward compatibility.  To be removed once Automake 1.9.x
3283 # dies out for good.  For more background, see:
3284 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3285 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3286 mkdir_p='$(MKDIR_P)'
3287
3288 # We need awk for the "check" target (and possibly the TAP driver).  The
3289 # system "awk" is bad on some platforms.
3290 # Always define AMTAR for backward compatibility.  Yes, it's still used
3291 # in the wild :-(  We should find a proper way to deprecate it ...
3292 AMTAR='$${TAR-tar}'
3293
3294
3295 # We'll loop over all known methods to create a tar archive until one works.
3296 _am_tools='gnutar  pax cpio none'
3297
3298 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3299
3300
3301
3302
3303
3304
3305 # POSIX will say in a future version that running "rm -f" with no argument
3306 # is OK; and we want to be able to make that assumption in our Makefile
3307 # recipes.  So use an aggressive probe to check that the usage we want is
3308 # actually supported "in the wild" to an acceptable degree.
3309 # See automake bug#10828.
3310 # To make any issue more visible, cause the running configure to be aborted
3311 # by default if the 'rm' program in use doesn't match our expectations; the
3312 # user can still override this though.
3313 if rm -f && rm -fr && rm -rf; then : OK; else
3314   cat >&2 <<'END'
3315 Oops!
3316
3317 Your 'rm' program seems unable to run without file operands specified
3318 on the command line, even when the '-f' option is present.  This is contrary
3319 to the behaviour of most rm programs out there, and not conforming with
3320 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3321
3322 Please tell [email protected] about your system, including the value
3323 of your $PATH and any error possibly output before this message.  This
3324 can help us improve future automake versions.
3325
3326 END
3327   if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3328     echo 'Configuration will proceed anyway, since you have set the' >&2
3329     echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3330     echo >&2
3331   else
3332     cat >&2 <<'END'
3333 Aborting the configuration process, to ensure you take notice of the issue.
3334
3335 You can download and install GNU coreutils to get an 'rm' implementation
3336 that behaves properly: <http://www.gnu.org/software/coreutils/>.
3337
3338 If you want to complete the configuration process using your problematic
3339 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3340 to "yes", and re-run configure.
3341
3342 END
3343     as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3344   fi
3345 fi
3346
3347 # Check whether --enable-silent-rules was given.
3348 if test "${enable_silent_rules+set}" = set; then :
3349   enableval=$enable_silent_rules;
3350 fi
3351
3352 case $enable_silent_rules in # (((
3353   yes) AM_DEFAULT_VERBOSITY=0;;
3354    no) AM_DEFAULT_VERBOSITY=1;;
3355     *) AM_DEFAULT_VERBOSITY=0;;
3356 esac
3357 am_make=${MAKE-make}
3358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3359 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3360 if ${am_cv_make_support_nested_variables+:} false; then :
3361   $as_echo_n "(cached) " >&6
3362 else
3363   if $as_echo 'TRUE=$(BAR$(V))
3364 BAR0=false
3365 BAR1=true
3366 V=1
3367 am__doit:
3368         @$(TRUE)
3369 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3370   am_cv_make_support_nested_variables=yes
3371 else
3372   am_cv_make_support_nested_variables=no
3373 fi
3374 fi
3375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3376 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3377 if test $am_cv_make_support_nested_variables = yes; then
3378     AM_V='$(V)'
3379   AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3380 else
3381   AM_V=$AM_DEFAULT_VERBOSITY
3382   AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3383 fi
3384 AM_BACKSLASH='\'
3385
3386
3387 ac_ext=c
3388 ac_cpp='$CPP $CPPFLAGS'
3389 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3390 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3391 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3392 if test -n "$ac_tool_prefix"; then
3393   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3394 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3396 $as_echo_n "checking for $ac_word... " >&6; }
3397 if ${ac_cv_prog_CC+:} false; then :
3398   $as_echo_n "(cached) " >&6
3399 else
3400   if test -n "$CC"; then
3401   ac_cv_prog_CC="$CC" # Let the user override the test.
3402 else
3403 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3404 for as_dir in $PATH
3405 do
3406   IFS=$as_save_IFS
3407   test -z "$as_dir" && as_dir=.
3408     for ac_exec_ext in '' $ac_executable_extensions; do
3409   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3410     ac_cv_prog_CC="${ac_tool_prefix}gcc"
3411     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3412     break 2
3413   fi
3414 done
3415   done
3416 IFS=$as_save_IFS
3417
3418 fi
3419 fi
3420 CC=$ac_cv_prog_CC
3421 if test -n "$CC"; then
3422   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3423 $as_echo "$CC" >&6; }
3424 else
3425   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3426 $as_echo "no" >&6; }
3427 fi
3428
3429
3430 fi
3431 if test -z "$ac_cv_prog_CC"; then
3432   ac_ct_CC=$CC
3433   # Extract the first word of "gcc", so it can be a program name with args.
3434 set dummy gcc; ac_word=$2
3435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3436 $as_echo_n "checking for $ac_word... " >&6; }
3437 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3438   $as_echo_n "(cached) " >&6
3439 else
3440   if test -n "$ac_ct_CC"; then
3441   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3442 else
3443 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3444 for as_dir in $PATH
3445 do
3446   IFS=$as_save_IFS
3447   test -z "$as_dir" && as_dir=.
3448     for ac_exec_ext in '' $ac_executable_extensions; do
3449   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3450     ac_cv_prog_ac_ct_CC="gcc"
3451     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3452     break 2
3453   fi
3454 done
3455   done
3456 IFS=$as_save_IFS
3457
3458 fi
3459 fi
3460 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3461 if test -n "$ac_ct_CC"; then
3462   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3463 $as_echo "$ac_ct_CC" >&6; }
3464 else
3465   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3466 $as_echo "no" >&6; }
3467 fi
3468
3469   if test "x$ac_ct_CC" = x; then
3470     CC=""
3471   else
3472     case $cross_compiling:$ac_tool_warned in
3473 yes:)
3474 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3475 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3476 ac_tool_warned=yes ;;
3477 esac
3478     CC=$ac_ct_CC
3479   fi
3480 else
3481   CC="$ac_cv_prog_CC"
3482 fi
3483
3484 if test -z "$CC"; then
3485           if test -n "$ac_tool_prefix"; then
3486     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3487 set dummy ${ac_tool_prefix}cc; ac_word=$2
3488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3489 $as_echo_n "checking for $ac_word... " >&6; }
3490 if ${ac_cv_prog_CC+:} false; then :
3491   $as_echo_n "(cached) " >&6
3492 else
3493   if test -n "$CC"; then
3494   ac_cv_prog_CC="$CC" # Let the user override the test.
3495 else
3496 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3497 for as_dir in $PATH
3498 do
3499   IFS=$as_save_IFS
3500   test -z "$as_dir" && as_dir=.
3501     for ac_exec_ext in '' $ac_executable_extensions; do
3502   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3503     ac_cv_prog_CC="${ac_tool_prefix}cc"
3504     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3505     break 2
3506   fi
3507 done
3508   done
3509 IFS=$as_save_IFS
3510
3511 fi
3512 fi
3513 CC=$ac_cv_prog_CC
3514 if test -n "$CC"; then
3515   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3516 $as_echo "$CC" >&6; }
3517 else
3518   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3519 $as_echo "no" >&6; }
3520 fi
3521
3522
3523   fi
3524 fi
3525 if test -z "$CC"; then
3526   # Extract the first word of "cc", so it can be a program name with args.
3527 set dummy cc; ac_word=$2
3528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3529 $as_echo_n "checking for $ac_word... " >&6; }
3530 if ${ac_cv_prog_CC+:} false; then :
3531   $as_echo_n "(cached) " >&6
3532 else
3533   if test -n "$CC"; then
3534   ac_cv_prog_CC="$CC" # Let the user override the test.
3535 else
3536   ac_prog_rejected=no
3537 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3538 for as_dir in $PATH
3539 do
3540   IFS=$as_save_IFS
3541   test -z "$as_dir" && as_dir=.
3542     for ac_exec_ext in '' $ac_executable_extensions; do
3543   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3544     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3545        ac_prog_rejected=yes
3546        continue
3547      fi
3548     ac_cv_prog_CC="cc"
3549     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3550     break 2
3551   fi
3552 done
3553   done
3554 IFS=$as_save_IFS
3555
3556 if test $ac_prog_rejected = yes; then
3557   # We found a bogon in the path, so make sure we never use it.
3558   set dummy $ac_cv_prog_CC
3559   shift
3560   if test $# != 0; then
3561     # We chose a different compiler from the bogus one.
3562     # However, it has the same basename, so the bogon will be chosen
3563     # first if we set CC to just the basename; use the full file name.
3564     shift
3565     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3566   fi
3567 fi
3568 fi
3569 fi
3570 CC=$ac_cv_prog_CC
3571 if test -n "$CC"; then
3572   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3573 $as_echo "$CC" >&6; }
3574 else
3575   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3576 $as_echo "no" >&6; }
3577 fi
3578
3579
3580 fi
3581 if test -z "$CC"; then
3582   if test -n "$ac_tool_prefix"; then
3583   for ac_prog in cl.exe
3584   do
3585     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3586 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3588 $as_echo_n "checking for $ac_word... " >&6; }
3589 if ${ac_cv_prog_CC+:} false; then :
3590   $as_echo_n "(cached) " >&6
3591 else
3592   if test -n "$CC"; then
3593   ac_cv_prog_CC="$CC" # Let the user override the test.
3594 else
3595 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3596 for as_dir in $PATH
3597 do
3598   IFS=$as_save_IFS
3599   test -z "$as_dir" && as_dir=.
3600     for ac_exec_ext in '' $ac_executable_extensions; do
3601   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3602     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3603     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3604     break 2
3605   fi
3606 done
3607   done
3608 IFS=$as_save_IFS
3609
3610 fi
3611 fi
3612 CC=$ac_cv_prog_CC
3613 if test -n "$CC"; then
3614   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3615 $as_echo "$CC" >&6; }
3616 else
3617   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3618 $as_echo "no" >&6; }
3619 fi
3620
3621
3622     test -n "$CC" && break
3623   done
3624 fi
3625 if test -z "$CC"; then
3626   ac_ct_CC=$CC
3627   for ac_prog in cl.exe
3628 do
3629   # Extract the first word of "$ac_prog", so it can be a program name with args.
3630 set dummy $ac_prog; ac_word=$2
3631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3632 $as_echo_n "checking for $ac_word... " >&6; }
3633 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3634   $as_echo_n "(cached) " >&6
3635 else
3636   if test -n "$ac_ct_CC"; then
3637   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3638 else
3639 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3640 for as_dir in $PATH
3641 do
3642   IFS=$as_save_IFS
3643   test -z "$as_dir" && as_dir=.
3644     for ac_exec_ext in '' $ac_executable_extensions; do
3645   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3646     ac_cv_prog_ac_ct_CC="$ac_prog"
3647     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3648     break 2
3649   fi
3650 done
3651   done
3652 IFS=$as_save_IFS
3653
3654 fi
3655 fi
3656 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3657 if test -n "$ac_ct_CC"; then
3658   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3659 $as_echo "$ac_ct_CC" >&6; }
3660 else
3661   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3662 $as_echo "no" >&6; }
3663 fi
3664
3665
3666   test -n "$ac_ct_CC" && break
3667 done
3668
3669   if test "x$ac_ct_CC" = x; then
3670     CC=""
3671   else
3672     case $cross_compiling:$ac_tool_warned in
3673 yes:)
3674 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3675 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3676 ac_tool_warned=yes ;;
3677 esac
3678     CC=$ac_ct_CC
3679   fi
3680 fi
3681
3682 fi
3683
3684
3685 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3686 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3687 as_fn_error $? "no acceptable C compiler found in \$PATH
3688 See \`config.log' for more details" "$LINENO" 5; }
3689
3690 # Provide some information about the compiler.
3691 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3692 set X $ac_compile
3693 ac_compiler=$2
3694 for ac_option in --version -v -V -qversion; do
3695   { { ac_try="$ac_compiler $ac_option >&5"
3696 case "(($ac_try" in
3697   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3698   *) ac_try_echo=$ac_try;;
3699 esac
3700 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3701 $as_echo "$ac_try_echo"; } >&5
3702   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3703   ac_status=$?
3704   if test -s conftest.err; then
3705     sed '10a\
3706 ... rest of stderr output deleted ...
3707          10q' conftest.err >conftest.er1
3708     cat conftest.er1 >&5
3709   fi
3710   rm -f conftest.er1 conftest.err
3711   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3712   test $ac_status = 0; }
3713 done
3714
3715 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3716 /* end confdefs.h.  */
3717
3718 int
3719 main ()
3720 {
3721
3722   ;
3723   return 0;
3724 }
3725 _ACEOF
3726 ac_clean_files_save=$ac_clean_files
3727 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3728 # Try to create an executable without -o first, disregard a.out.
3729 # It will help us diagnose broken compilers, and finding out an intuition
3730 # of exeext.
3731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3732 $as_echo_n "checking whether the C compiler works... " >&6; }
3733 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3734
3735 # The possible output files:
3736 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3737
3738 ac_rmfiles=
3739 for ac_file in $ac_files
3740 do
3741   case $ac_file in
3742     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3743     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3744   esac
3745 done
3746 rm -f $ac_rmfiles
3747
3748 if { { ac_try="$ac_link_default"
3749 case "(($ac_try" in
3750   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3751   *) ac_try_echo=$ac_try;;
3752 esac
3753 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3754 $as_echo "$ac_try_echo"; } >&5
3755   (eval "$ac_link_default") 2>&5
3756   ac_status=$?
3757   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3758   test $ac_status = 0; }; then :
3759   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3760 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3761 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
3762 # so that the user can short-circuit this test for compilers unknown to
3763 # Autoconf.
3764 for ac_file in $ac_files ''
3765 do
3766   test -f "$ac_file" || continue
3767   case $ac_file in
3768     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3769         ;;
3770     [ab].out )
3771         # We found the default executable, but exeext='' is most
3772         # certainly right.
3773         break;;
3774     *.* )
3775         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3776         then :; else
3777            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3778         fi
3779         # We set ac_cv_exeext here because the later test for it is not
3780         # safe: cross compilers may not add the suffix if given an `-o'
3781         # argument, so we may need to know it at that point already.
3782         # Even if this section looks crufty: it has the advantage of
3783         # actually working.
3784         break;;
3785     * )
3786         break;;
3787   esac
3788 done
3789 test "$ac_cv_exeext" = no && ac_cv_exeext=
3790
3791 else
3792   ac_file=''
3793 fi
3794 if test -z "$ac_file"; then :
3795   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3796 $as_echo "no" >&6; }
3797 $as_echo "$as_me: failed program was:" >&5
3798 sed 's/^/| /' conftest.$ac_ext >&5
3799
3800 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3801 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3802 as_fn_error 77 "C compiler cannot create executables
3803 See \`config.log' for more details" "$LINENO" 5; }
3804 else
3805   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3806 $as_echo "yes" >&6; }
3807 fi
3808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3809 $as_echo_n "checking for C compiler default output file name... " >&6; }
3810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3811 $as_echo "$ac_file" >&6; }
3812 ac_exeext=$ac_cv_exeext
3813
3814 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3815 ac_clean_files=$ac_clean_files_save
3816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3817 $as_echo_n "checking for suffix of executables... " >&6; }
3818 if { { ac_try="$ac_link"
3819 case "(($ac_try" in
3820   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3821   *) ac_try_echo=$ac_try;;
3822 esac
3823 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3824 $as_echo "$ac_try_echo"; } >&5
3825   (eval "$ac_link") 2>&5
3826   ac_status=$?
3827   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3828   test $ac_status = 0; }; then :
3829   # If both `conftest.exe' and `conftest' are `present' (well, observable)
3830 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3831 # work properly (i.e., refer to `conftest.exe'), while it won't with
3832 # `rm'.
3833 for ac_file in conftest.exe conftest conftest.*; do
3834   test -f "$ac_file" || continue
3835   case $ac_file in
3836     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3837     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3838           break;;
3839     * ) break;;
3840   esac
3841 done
3842 else
3843   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3844 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3845 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3846 See \`config.log' for more details" "$LINENO" 5; }
3847 fi
3848 rm -f conftest conftest$ac_cv_exeext
3849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3850 $as_echo "$ac_cv_exeext" >&6; }
3851
3852 rm -f conftest.$ac_ext
3853 EXEEXT=$ac_cv_exeext
3854 ac_exeext=$EXEEXT
3855 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3856 /* end confdefs.h.  */
3857 #include <stdio.h>
3858 int
3859 main ()
3860 {
3861 FILE *f = fopen ("conftest.out", "w");
3862  return ferror (f) || fclose (f) != 0;
3863
3864   ;
3865   return 0;
3866 }
3867 _ACEOF
3868 ac_clean_files="$ac_clean_files conftest.out"
3869 # Check that the compiler produces executables we can run.  If not, either
3870 # the compiler is broken, or we cross compile.
3871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3872 $as_echo_n "checking whether we are cross compiling... " >&6; }
3873 if test "$cross_compiling" != yes; then
3874   { { ac_try="$ac_link"
3875 case "(($ac_try" in
3876   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3877   *) ac_try_echo=$ac_try;;
3878 esac
3879 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3880 $as_echo "$ac_try_echo"; } >&5
3881   (eval "$ac_link") 2>&5
3882   ac_status=$?
3883   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3884   test $ac_status = 0; }
3885   if { ac_try='./conftest$ac_cv_exeext'
3886   { { case "(($ac_try" in
3887   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3888   *) ac_try_echo=$ac_try;;
3889 esac
3890 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3891 $as_echo "$ac_try_echo"; } >&5
3892   (eval "$ac_try") 2>&5
3893   ac_status=$?
3894   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3895   test $ac_status = 0; }; }; then
3896     cross_compiling=no
3897   else
3898     if test "$cross_compiling" = maybe; then
3899         cross_compiling=yes
3900     else
3901         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3902 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3903 as_fn_error $? "cannot run C compiled programs.
3904 If you meant to cross compile, use \`--host'.
3905 See \`config.log' for more details" "$LINENO" 5; }
3906     fi
3907   fi
3908 fi
3909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3910 $as_echo "$cross_compiling" >&6; }
3911
3912 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3913 ac_clean_files=$ac_clean_files_save
3914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3915 $as_echo_n "checking for suffix of object files... " >&6; }
3916 if ${ac_cv_objext+:} false; then :
3917   $as_echo_n "(cached) " >&6
3918 else
3919   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3920 /* end confdefs.h.  */
3921
3922 int
3923 main ()
3924 {
3925
3926   ;
3927   return 0;
3928 }
3929 _ACEOF
3930 rm -f conftest.o conftest.obj
3931 if { { ac_try="$ac_compile"
3932 case "(($ac_try" in
3933   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3934   *) ac_try_echo=$ac_try;;
3935 esac
3936 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3937 $as_echo "$ac_try_echo"; } >&5
3938   (eval "$ac_compile") 2>&5
3939   ac_status=$?
3940   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3941   test $ac_status = 0; }; then :
3942   for ac_file in conftest.o conftest.obj conftest.*; do
3943   test -f "$ac_file" || continue;
3944   case $ac_file in
3945     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3946     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3947        break;;
3948   esac
3949 done
3950 else
3951   $as_echo "$as_me: failed program was:" >&5
3952 sed 's/^/| /' conftest.$ac_ext >&5
3953
3954 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3955 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3956 as_fn_error $? "cannot compute suffix of object files: cannot compile
3957 See \`config.log' for more details" "$LINENO" 5; }
3958 fi
3959 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3960 fi
3961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3962 $as_echo "$ac_cv_objext" >&6; }
3963 OBJEXT=$ac_cv_objext
3964 ac_objext=$OBJEXT
3965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3966 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3967 if ${ac_cv_c_compiler_gnu+:} false; then :
3968   $as_echo_n "(cached) " >&6
3969 else
3970   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3971 /* end confdefs.h.  */
3972
3973 int
3974 main ()
3975 {
3976 #ifndef __GNUC__
3977        choke me
3978 #endif
3979
3980   ;
3981   return 0;
3982 }
3983 _ACEOF
3984 if ac_fn_c_try_compile "$LINENO"; then :
3985   ac_compiler_gnu=yes
3986 else
3987   ac_compiler_gnu=no
3988 fi
3989 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3990 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3991
3992 fi
3993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3994 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3995 if test $ac_compiler_gnu = yes; then
3996   GCC=yes
3997 else
3998   GCC=
3999 fi
4000 ac_test_CFLAGS=${CFLAGS+set}
4001 ac_save_CFLAGS=$CFLAGS
4002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4003 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4004 if ${ac_cv_prog_cc_g+:} false; then :
4005   $as_echo_n "(cached) " >&6
4006 else
4007   ac_save_c_werror_flag=$ac_c_werror_flag
4008    ac_c_werror_flag=yes
4009    ac_cv_prog_cc_g=no
4010    CFLAGS="-g"
4011    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4012 /* end confdefs.h.  */
4013
4014 int
4015 main ()
4016 {
4017
4018   ;
4019   return 0;
4020 }
4021 _ACEOF
4022 if ac_fn_c_try_compile "$LINENO"; then :
4023   ac_cv_prog_cc_g=yes
4024 else
4025   CFLAGS=""
4026       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4027 /* end confdefs.h.  */
4028
4029 int
4030 main ()
4031 {
4032
4033   ;
4034   return 0;
4035 }
4036 _ACEOF
4037 if ac_fn_c_try_compile "$LINENO"; then :
4038
4039 else
4040   ac_c_werror_flag=$ac_save_c_werror_flag
4041          CFLAGS="-g"
4042          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4043 /* end confdefs.h.  */
4044
4045 int
4046 main ()
4047 {
4048
4049   ;
4050   return 0;
4051 }
4052 _ACEOF
4053 if ac_fn_c_try_compile "$LINENO"; then :
4054   ac_cv_prog_cc_g=yes
4055 fi
4056 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4057 fi
4058 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4059 fi
4060 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4061    ac_c_werror_flag=$ac_save_c_werror_flag
4062 fi
4063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4064 $as_echo "$ac_cv_prog_cc_g" >&6; }
4065 if test "$ac_test_CFLAGS" = set; then
4066   CFLAGS=$ac_save_CFLAGS
4067 elif test $ac_cv_prog_cc_g = yes; then
4068   if test "$GCC" = yes; then
4069     CFLAGS="-g -O2"
4070   else
4071     CFLAGS="-g"
4072   fi
4073 else
4074   if test "$GCC" = yes; then
4075     CFLAGS="-O2"
4076   else
4077     CFLAGS=
4078   fi
4079 fi
4080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4081 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4082 if ${ac_cv_prog_cc_c89+:} false; then :
4083   $as_echo_n "(cached) " >&6
4084 else
4085   ac_cv_prog_cc_c89=no
4086 ac_save_CC=$CC
4087 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4088 /* end confdefs.h.  */
4089 #include <stdarg.h>
4090 #include <stdio.h>
4091 struct stat;
4092 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
4093 struct buf { int x; };
4094 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4095 static char *e (p, i)
4096      char **p;
4097      int i;
4098 {
4099   return p[i];
4100 }
4101 static char *f (char * (*g) (char **, int), char **p, ...)
4102 {
4103   char *s;
4104   va_list v;
4105   va_start (v,p);
4106   s = g (p, va_arg (v,int));
4107   va_end (v);
4108   return s;
4109 }
4110
4111 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
4112    function prototypes and stuff, but not '\xHH' hex character constants.
4113    These don't provoke an error unfortunately, instead are silently treated
4114    as 'x'.  The following induces an error, until -std is added to get
4115    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
4116    array size at least.  It's necessary to write '\x00'==0 to get something
4117    that's true only with -std.  */
4118 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4119
4120 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4121    inside strings and character constants.  */
4122 #define FOO(x) 'x'
4123 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4124
4125 int test (int i, double x);
4126 struct s1 {int (*f) (int a);};
4127 struct s2 {int (*f) (double a);};
4128 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4129 int argc;
4130 char **argv;
4131 int
4132 main ()
4133 {
4134 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
4135   ;
4136   return 0;
4137 }
4138 _ACEOF
4139 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4140         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4141 do
4142   CC="$ac_save_CC $ac_arg"
4143   if ac_fn_c_try_compile "$LINENO"; then :
4144   ac_cv_prog_cc_c89=$ac_arg
4145 fi
4146 rm -f core conftest.err conftest.$ac_objext
4147   test "x$ac_cv_prog_cc_c89" != "xno" && break
4148 done
4149 rm -f conftest.$ac_ext
4150 CC=$ac_save_CC
4151
4152 fi
4153 # AC_CACHE_VAL
4154 case "x$ac_cv_prog_cc_c89" in
4155   x)
4156     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4157 $as_echo "none needed" >&6; } ;;
4158   xno)
4159     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4160 $as_echo "unsupported" >&6; } ;;
4161   *)
4162     CC="$CC $ac_cv_prog_cc_c89"
4163     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4164 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4165 esac
4166 if test "x$ac_cv_prog_cc_c89" != xno; then :
4167
4168 fi
4169
4170 ac_ext=c
4171 ac_cpp='$CPP $CPPFLAGS'
4172 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4173 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4174 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4175
4176 ac_ext=c
4177 ac_cpp='$CPP $CPPFLAGS'
4178 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4179 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4180 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4182 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4183 if ${am_cv_prog_cc_c_o+:} false; then :
4184   $as_echo_n "(cached) " >&6
4185 else
4186   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4187 /* end confdefs.h.  */
4188
4189 int
4190 main ()
4191 {
4192
4193   ;
4194   return 0;
4195 }
4196 _ACEOF
4197   # Make sure it works both with $CC and with simple cc.
4198   # Following AC_PROG_CC_C_O, we do the test twice because some
4199   # compilers refuse to overwrite an existing .o file with -o,
4200   # though they will create one.
4201   am_cv_prog_cc_c_o=yes
4202   for am_i in 1 2; do
4203     if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4204    ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4205    ac_status=$?
4206    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4207    (exit $ac_status); } \
4208          && test -f conftest2.$ac_objext; then
4209       : OK
4210     else
4211       am_cv_prog_cc_c_o=no
4212       break
4213     fi
4214   done
4215   rm -f core conftest*
4216   unset am_i
4217 fi
4218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4219 $as_echo "$am_cv_prog_cc_c_o" >&6; }
4220 if test "$am_cv_prog_cc_c_o" != yes; then
4221    # Losing compiler, so override with the script.
4222    # FIXME: It is wrong to rewrite CC.
4223    # But if we don't then we get into trouble of one sort or another.
4224    # A longer-term fix would be to have automake use am__CC in this case,
4225    # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4226    CC="$am_aux_dir/compile $CC"
4227 fi
4228 ac_ext=c
4229 ac_cpp='$CPP $CPPFLAGS'
4230 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4231 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4232 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4233
4234 DEPDIR="${am__leading_dot}deps"
4235
4236 ac_config_commands="$ac_config_commands depfiles"
4237
4238
4239 am_make=${MAKE-make}
4240 cat > confinc << 'END'
4241 am__doit:
4242         @echo this is the am__doit target
4243 .PHONY: am__doit
4244 END
4245 # If we don't find an include directive, just comment out the code.
4246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4247 $as_echo_n "checking for style of include used by $am_make... " >&6; }
4248 am__include="#"
4249 am__quote=
4250 _am_result=none
4251 # First try GNU make style include.
4252 echo "include confinc" > confmf
4253 # Ignore all kinds of additional output from 'make'.
4254 case `$am_make -s -f confmf 2> /dev/null` in #(
4255 *the\ am__doit\ target*)
4256   am__include=include
4257   am__quote=
4258   _am_result=GNU
4259   ;;
4260 esac
4261 # Now try BSD make style include.
4262 if test "$am__include" = "#"; then
4263    echo '.include "confinc"' > confmf
4264    case `$am_make -s -f confmf 2> /dev/null` in #(
4265    *the\ am__doit\ target*)
4266      am__include=.include
4267      am__quote="\""
4268      _am_result=BSD
4269      ;;
4270    esac
4271 fi
4272
4273
4274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4275 $as_echo "$_am_result" >&6; }
4276 rm -f confinc confmf
4277
4278 # Check whether --enable-dependency-tracking was given.
4279 if test "${enable_dependency_tracking+set}" = set; then :
4280   enableval=$enable_dependency_tracking;
4281 fi
4282
4283 if test "x$enable_dependency_tracking" != xno; then
4284   am_depcomp="$ac_aux_dir/depcomp"
4285   AMDEPBACKSLASH='\'
4286   am__nodep='_no'
4287 fi
4288  if test "x$enable_dependency_tracking" != xno; then
4289   AMDEP_TRUE=
4290   AMDEP_FALSE='#'
4291 else
4292   AMDEP_TRUE='#'
4293   AMDEP_FALSE=
4294 fi
4295
4296
4297
4298 depcc="$CC"   am_compiler_list=
4299
4300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4301 $as_echo_n "checking dependency style of $depcc... " >&6; }
4302 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4303   $as_echo_n "(cached) " >&6
4304 else
4305   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4306   # We make a subdir and do the tests there.  Otherwise we can end up
4307   # making bogus files that we don't know about and never remove.  For
4308   # instance it was reported that on HP-UX the gcc test will end up
4309   # making a dummy file named 'D' -- because '-MD' means "put the output
4310   # in D".
4311   rm -rf conftest.dir
4312   mkdir conftest.dir
4313   # Copy depcomp to subdir because otherwise we won't find it if we're
4314   # using a relative directory.
4315   cp "$am_depcomp" conftest.dir
4316   cd conftest.dir
4317   # We will build objects and dependencies in a subdirectory because
4318   # it helps to detect inapplicable dependency modes.  For instance
4319   # both Tru64's cc and ICC support -MD to output dependencies as a
4320   # side effect of compilation, but ICC will put the dependencies in
4321   # the current directory while Tru64 will put them in the object
4322   # directory.
4323   mkdir sub
4324
4325   am_cv_CC_dependencies_compiler_type=none
4326   if test "$am_compiler_list" = ""; then
4327      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4328   fi
4329   am__universal=false
4330   case " $depcc " in #(
4331      *\ -arch\ *\ -arch\ *) am__universal=true ;;
4332      esac
4333
4334   for depmode in $am_compiler_list; do
4335     # Setup a source with many dependencies, because some compilers
4336     # like to wrap large dependency lists on column 80 (with \), and
4337     # we should not choose a depcomp mode which is confused by this.
4338     #
4339     # We need to recreate these files for each test, as the compiler may
4340     # overwrite some of them when testing with obscure command lines.
4341     # This happens at least with the AIX C compiler.
4342     : > sub/conftest.c
4343     for i in 1 2 3 4 5 6; do
4344       echo '#include "conftst'$i'.h"' >> sub/conftest.c
4345       # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4346       # Solaris 10 /bin/sh.
4347       echo '/* dummy */' > sub/conftst$i.h
4348     done
4349     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4350
4351     # We check with '-c' and '-o' for the sake of the "dashmstdout"
4352     # mode.  It turns out that the SunPro C++ compiler does not properly
4353     # handle '-M -o', and we need to detect this.  Also, some Intel
4354     # versions had trouble with output in subdirs.
4355     am__obj=sub/conftest.${OBJEXT-o}
4356     am__minus_obj="-o $am__obj"
4357     case $depmode in
4358     gcc)
4359       # This depmode causes a compiler race in universal mode.
4360       test "$am__universal" = false || continue
4361       ;;
4362     nosideeffect)
4363       # After this tag, mechanisms are not by side-effect, so they'll
4364       # only be used when explicitly requested.
4365       if test "x$enable_dependency_tracking" = xyes; then
4366         continue
4367       else
4368         break
4369       fi
4370       ;;
4371     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4372       # This compiler won't grok '-c -o', but also, the minuso test has
4373       # not run yet.  These depmodes are late enough in the game, and
4374       # so weak that their functioning should not be impacted.
4375       am__obj=conftest.${OBJEXT-o}
4376       am__minus_obj=
4377       ;;
4378     none) break ;;
4379     esac
4380     if depmode=$depmode \
4381        source=sub/conftest.c object=$am__obj \
4382        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4383        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4384          >/dev/null 2>conftest.err &&
4385        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4386        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4387        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4388        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4389       # icc doesn't choke on unknown options, it will just issue warnings
4390       # or remarks (even with -Werror).  So we grep stderr for any message
4391       # that says an option was ignored or not supported.
4392       # When given -MP, icc 7.0 and 7.1 complain thusly:
4393       #   icc: Command line warning: ignoring option '-M'; no argument required
4394       # The diagnosis changed in icc 8.0:
4395       #   icc: Command line remark: option '-MP' not supported
4396       if (grep 'ignoring option' conftest.err ||
4397           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4398         am_cv_CC_dependencies_compiler_type=$depmode
4399         break
4400       fi
4401     fi
4402   done
4403
4404   cd ..
4405   rm -rf conftest.dir
4406 else
4407   am_cv_CC_dependencies_compiler_type=none
4408 fi
4409
4410 fi
4411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4412 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4413 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4414
4415  if
4416   test "x$enable_dependency_tracking" != xno \
4417   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4418   am__fastdepCC_TRUE=
4419   am__fastdepCC_FALSE='#'
4420 else
4421   am__fastdepCC_TRUE='#'
4422   am__fastdepCC_FALSE=
4423 fi
4424
4425
4426
4427 ac_ext=c
4428 ac_cpp='$CPP $CPPFLAGS'
4429 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4430 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4431 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4433 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4434 # On Suns, sometimes $CPP names a directory.
4435 if test -n "$CPP" && test -d "$CPP"; then
4436   CPP=
4437 fi
4438 if test -z "$CPP"; then
4439   if ${ac_cv_prog_CPP+:} false; then :
4440   $as_echo_n "(cached) " >&6
4441 else
4442       # Double quotes because CPP needs to be expanded
4443     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4444     do
4445       ac_preproc_ok=false
4446 for ac_c_preproc_warn_flag in '' yes
4447 do
4448   # Use a header file that comes with gcc, so configuring glibc
4449   # with a fresh cross-compiler works.
4450   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4451   # <limits.h> exists even on freestanding compilers.
4452   # On the NeXT, cc -E runs the code through the compiler's parser,
4453   # not just through cpp. "Syntax error" is here to catch this case.
4454   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4455 /* end confdefs.h.  */
4456 #ifdef __STDC__
4457 # include <limits.h>
4458 #else
4459 # include <assert.h>
4460 #endif
4461                      Syntax error
4462 _ACEOF
4463 if ac_fn_c_try_cpp "$LINENO"; then :
4464
4465 else
4466   # Broken: fails on valid input.
4467 continue
4468 fi
4469 rm -f conftest.err conftest.i conftest.$ac_ext
4470
4471   # OK, works on sane cases.  Now check whether nonexistent headers
4472   # can be detected and how.
4473   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4474 /* end confdefs.h.  */
4475 #include <ac_nonexistent.h>
4476 _ACEOF
4477 if ac_fn_c_try_cpp "$LINENO"; then :
4478   # Broken: success on invalid input.
4479 continue
4480 else
4481   # Passes both tests.
4482 ac_preproc_ok=:
4483 break
4484 fi
4485 rm -f conftest.err conftest.i conftest.$ac_ext
4486
4487 done
4488 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4489 rm -f conftest.i conftest.err conftest.$ac_ext
4490 if $ac_preproc_ok; then :
4491   break
4492 fi
4493
4494     done
4495     ac_cv_prog_CPP=$CPP
4496
4497 fi
4498   CPP=$ac_cv_prog_CPP
4499 else
4500   ac_cv_prog_CPP=$CPP
4501 fi
4502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4503 $as_echo "$CPP" >&6; }
4504 ac_preproc_ok=false
4505 for ac_c_preproc_warn_flag in '' yes
4506 do
4507   # Use a header file that comes with gcc, so configuring glibc
4508   # with a fresh cross-compiler works.
4509   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4510   # <limits.h> exists even on freestanding compilers.
4511   # On the NeXT, cc -E runs the code through the compiler's parser,
4512   # not just through cpp. "Syntax error" is here to catch this case.
4513   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4514 /* end confdefs.h.  */
4515 #ifdef __STDC__
4516 # include <limits.h>
4517 #else
4518 # include <assert.h>
4519 #endif
4520                      Syntax error
4521 _ACEOF
4522 if ac_fn_c_try_cpp "$LINENO"; then :
4523
4524 else
4525   # Broken: fails on valid input.
4526 continue
4527 fi
4528 rm -f conftest.err conftest.i conftest.$ac_ext
4529
4530   # OK, works on sane cases.  Now check whether nonexistent headers
4531   # can be detected and how.
4532   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4533 /* end confdefs.h.  */
4534 #include <ac_nonexistent.h>
4535 _ACEOF
4536 if ac_fn_c_try_cpp "$LINENO"; then :
4537   # Broken: success on invalid input.
4538 continue
4539 else
4540   # Passes both tests.
4541 ac_preproc_ok=:
4542 break
4543 fi
4544 rm -f conftest.err conftest.i conftest.$ac_ext
4545
4546 done
4547 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4548 rm -f conftest.i conftest.err conftest.$ac_ext
4549 if $ac_preproc_ok; then :
4550
4551 else
4552   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4553 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4554 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4555 See \`config.log' for more details" "$LINENO" 5; }
4556 fi
4557
4558 ac_ext=c
4559 ac_cpp='$CPP $CPPFLAGS'
4560 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4561 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4562 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4563
4564
4565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4566 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4567 if ${ac_cv_path_GREP+:} false; then :
4568   $as_echo_n "(cached) " >&6
4569 else
4570   if test -z "$GREP"; then
4571   ac_path_GREP_found=false
4572   # Loop through the user's path and test for each of PROGNAME-LIST
4573   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4574 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4575 do
4576   IFS=$as_save_IFS
4577   test -z "$as_dir" && as_dir=.
4578     for ac_prog in grep ggrep; do
4579     for ac_exec_ext in '' $ac_executable_extensions; do
4580       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4581       as_fn_executable_p "$ac_path_GREP" || continue
4582 # Check for GNU ac_path_GREP and select it if it is found.
4583   # Check for GNU $ac_path_GREP
4584 case `"$ac_path_GREP" --version 2>&1` in
4585 *GNU*)
4586   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4587 *)
4588   ac_count=0
4589   $as_echo_n 0123456789 >"conftest.in"
4590   while :
4591   do
4592     cat "conftest.in" "conftest.in" >"conftest.tmp"
4593     mv "conftest.tmp" "conftest.in"
4594     cp "conftest.in" "conftest.nl"
4595     $as_echo 'GREP' >> "conftest.nl"
4596     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4597     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4598     as_fn_arith $ac_count + 1 && ac_count=$as_val
4599     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4600       # Best one so far, save it but keep looking for a better one
4601       ac_cv_path_GREP="$ac_path_GREP"
4602       ac_path_GREP_max=$ac_count
4603     fi
4604     # 10*(2^10) chars as input seems more than enough
4605     test $ac_count -gt 10 && break
4606   done
4607   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4608 esac
4609
4610       $ac_path_GREP_found && break 3
4611     done
4612   done
4613   done
4614 IFS=$as_save_IFS
4615   if test -z "$ac_cv_path_GREP"; then
4616     as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4617   fi
4618 else
4619   ac_cv_path_GREP=$GREP
4620 fi
4621
4622 fi
4623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4624 $as_echo "$ac_cv_path_GREP" >&6; }
4625  GREP="$ac_cv_path_GREP"
4626
4627
4628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4629 $as_echo_n "checking for egrep... " >&6; }
4630 if ${ac_cv_path_EGREP+:} false; then :
4631   $as_echo_n "(cached) " >&6
4632 else
4633   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4634    then ac_cv_path_EGREP="$GREP -E"
4635    else
4636      if test -z "$EGREP"; then
4637   ac_path_EGREP_found=false
4638   # Loop through the user's path and test for each of PROGNAME-LIST
4639   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4640 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4641 do
4642   IFS=$as_save_IFS
4643   test -z "$as_dir" && as_dir=.
4644     for ac_prog in egrep; do
4645     for ac_exec_ext in '' $ac_executable_extensions; do
4646       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4647       as_fn_executable_p "$ac_path_EGREP" || continue
4648 # Check for GNU ac_path_EGREP and select it if it is found.
4649   # Check for GNU $ac_path_EGREP
4650 case `"$ac_path_EGREP" --version 2>&1` in
4651 *GNU*)
4652   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4653 *)
4654   ac_count=0
4655   $as_echo_n 0123456789 >"conftest.in"
4656   while :
4657   do
4658     cat "conftest.in" "conftest.in" >"conftest.tmp"
4659     mv "conftest.tmp" "conftest.in"
4660     cp "conftest.in" "conftest.nl"
4661     $as_echo 'EGREP' >> "conftest.nl"
4662     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4663     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4664     as_fn_arith $ac_count + 1 && ac_count=$as_val
4665     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4666       # Best one so far, save it but keep looking for a better one
4667       ac_cv_path_EGREP="$ac_path_EGREP"
4668       ac_path_EGREP_max=$ac_count
4669     fi
4670     # 10*(2^10) chars as input seems more than enough
4671     test $ac_count -gt 10 && break
4672   done
4673   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4674 esac
4675
4676       $ac_path_EGREP_found && break 3
4677     done
4678   done
4679   done
4680 IFS=$as_save_IFS
4681   if test -z "$ac_cv_path_EGREP"; then
4682     as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4683   fi
4684 else
4685   ac_cv_path_EGREP=$EGREP
4686 fi
4687
4688    fi
4689 fi
4690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4691 $as_echo "$ac_cv_path_EGREP" >&6; }
4692  EGREP="$ac_cv_path_EGREP"
4693
4694
4695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4696 $as_echo_n "checking for ANSI C header files... " >&6; }
4697 if ${ac_cv_header_stdc+:} false; then :
4698   $as_echo_n "(cached) " >&6
4699 else
4700   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4701 /* end confdefs.h.  */
4702 #include <stdlib.h>
4703 #include <stdarg.h>
4704 #include <string.h>
4705 #include <float.h>
4706
4707 int
4708 main ()
4709 {
4710
4711   ;
4712   return 0;
4713 }
4714 _ACEOF
4715 if ac_fn_c_try_compile "$LINENO"; then :
4716   ac_cv_header_stdc=yes
4717 else
4718   ac_cv_header_stdc=no
4719 fi
4720 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4721
4722 if test $ac_cv_header_stdc = yes; then
4723   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4724   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4725 /* end confdefs.h.  */
4726 #include <string.h>
4727
4728 _ACEOF
4729 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4730   $EGREP "memchr" >/dev/null 2>&1; then :
4731
4732 else
4733   ac_cv_header_stdc=no
4734 fi
4735 rm -f conftest*
4736
4737 fi
4738
4739 if test $ac_cv_header_stdc = yes; then
4740   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4741   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4742 /* end confdefs.h.  */
4743 #include <stdlib.h>
4744
4745 _ACEOF
4746 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4747   $EGREP "free" >/dev/null 2>&1; then :
4748
4749 else
4750   ac_cv_header_stdc=no
4751 fi
4752 rm -f conftest*
4753
4754 fi
4755
4756 if test $ac_cv_header_stdc = yes; then
4757   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4758   if test "$cross_compiling" = yes; then :
4759   :
4760 else
4761   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4762 /* end confdefs.h.  */
4763 #include <ctype.h>
4764 #include <stdlib.h>
4765 #if ((' ' & 0x0FF) == 0x020)
4766 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4767 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4768 #else
4769 # define ISLOWER(c) \
4770                    (('a' <= (c) && (c) <= 'i') \
4771                      || ('j' <= (c) && (c) <= 'r') \
4772                      || ('s' <= (c) && (c) <= 'z'))
4773 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4774 #endif
4775
4776 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4777 int
4778 main ()
4779 {
4780   int i;
4781   for (i = 0; i < 256; i++)
4782     if (XOR (islower (i), ISLOWER (i))
4783         || toupper (i) != TOUPPER (i))
4784       return 2;
4785   return 0;
4786 }
4787 _ACEOF
4788 if ac_fn_c_try_run "$LINENO"; then :
4789
4790 else
4791   ac_cv_header_stdc=no
4792 fi
4793 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4794   conftest.$ac_objext conftest.beam conftest.$ac_ext
4795 fi
4796
4797 fi
4798 fi
4799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4800 $as_echo "$ac_cv_header_stdc" >&6; }
4801 if test $ac_cv_header_stdc = yes; then
4802
4803 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4804
4805 fi
4806
4807 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4808 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4809                   inttypes.h stdint.h unistd.h
4810 do :
4811   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4812 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4813 "
4814 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4815   cat >>confdefs.h <<_ACEOF
4816 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4817 _ACEOF
4818
4819 fi
4820
4821 done
4822
4823
4824
4825   ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4826 if test "x$ac_cv_header_minix_config_h" = xyes; then :
4827   MINIX=yes
4828 else
4829   MINIX=
4830 fi
4831
4832
4833   if test "$MINIX" = yes; then
4834
4835 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4836
4837
4838 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4839
4840
4841 $as_echo "#define _MINIX 1" >>confdefs.h
4842
4843   fi
4844
4845
4846   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4847 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4848 if ${ac_cv_safe_to_define___extensions__+:} false; then :
4849   $as_echo_n "(cached) " >&6
4850 else
4851   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4852 /* end confdefs.h.  */
4853
4854 #         define __EXTENSIONS__ 1
4855           $ac_includes_default
4856 int
4857 main ()
4858 {
4859
4860   ;
4861   return 0;
4862 }
4863 _ACEOF
4864 if ac_fn_c_try_compile "$LINENO"; then :
4865   ac_cv_safe_to_define___extensions__=yes
4866 else
4867   ac_cv_safe_to_define___extensions__=no
4868 fi
4869 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4870 fi
4871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4872 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
4873   test $ac_cv_safe_to_define___extensions__ = yes &&
4874     $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
4875
4876   $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
4877
4878   $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
4879
4880   $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4881
4882   $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
4883
4884
4885
4886
4887
4888 case `pwd` in
4889   *\ * | *\     *)
4890     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4891 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4892 esac
4893
4894
4895
4896 macro_version='2.2.7a'
4897 macro_revision='1.3134'
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
4911 ltmain="$ac_aux_dir/ltmain.sh"
4912
4913 # Backslashify metacharacters that are still active within
4914 # double-quoted strings.
4915 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
4916
4917 # Same as above, but do not quote variable references.
4918 double_quote_subst='s/\(["`\\]\)/\\\1/g'
4919
4920 # Sed substitution to delay expansion of an escaped shell variable in a
4921 # double_quote_subst'ed string.
4922 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4923
4924 # Sed substitution to delay expansion of an escaped single quote.
4925 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4926
4927 # Sed substitution to avoid accidental globbing in evaled expressions
4928 no_glob_subst='s/\*/\\\*/g'
4929
4930 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4931 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4932 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4933
4934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4935 $as_echo_n "checking how to print strings... " >&6; }
4936 # Test print first, because it will be a builtin if present.
4937 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
4938    test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4939   ECHO='print -r --'
4940 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4941   ECHO='printf %s\n'
4942 else
4943   # Use this function as a fallback that always works.
4944   func_fallback_echo ()
4945   {
4946     eval 'cat <<_LTECHO_EOF
4947 $1
4948 _LTECHO_EOF'
4949   }
4950   ECHO='func_fallback_echo'
4951 fi
4952
4953 # func_echo_all arg...
4954 # Invoke $ECHO with all args, space-separated.
4955 func_echo_all ()
4956 {
4957     $ECHO ""
4958 }
4959
4960 case "$ECHO" in
4961   printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4962 $as_echo "printf" >&6; } ;;
4963   print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4964 $as_echo "print -r" >&6; } ;;
4965   *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4966 $as_echo "cat" >&6; } ;;
4967 esac
4968
4969
4970
4971
4972
4973
4974
4975
4976
4977
4978
4979
4980
4981
4982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4983 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
4984 if ${ac_cv_path_SED+:} false; then :
4985   $as_echo_n "(cached) " >&6
4986 else
4987             ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4988      for ac_i in 1 2 3 4 5 6 7; do
4989        ac_script="$ac_script$as_nl$ac_script"
4990      done
4991      echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4992      { ac_script=; unset ac_script;}
4993      if test -z "$SED"; then
4994   ac_path_SED_found=false
4995   # Loop through the user's path and test for each of PROGNAME-LIST
4996   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4997 for as_dir in $PATH
4998 do
4999   IFS=$as_save_IFS
5000   test -z "$as_dir" && as_dir=.
5001     for ac_prog in sed gsed; do
5002     for ac_exec_ext in '' $ac_executable_extensions; do
5003       ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5004       as_fn_executable_p "$ac_path_SED" || continue
5005 # Check for GNU ac_path_SED and select it if it is found.
5006   # Check for GNU $ac_path_SED
5007 case `"$ac_path_SED" --version 2>&1` in
5008 *GNU*)
5009   ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5010 *)
5011   ac_count=0
5012   $as_echo_n 0123456789 >"conftest.in"
5013   while :
5014   do
5015     cat "conftest.in" "conftest.in" >"conftest.tmp"
5016     mv "conftest.tmp" "conftest.in"
5017     cp "conftest.in" "conftest.nl"
5018     $as_echo '' >> "conftest.nl"
5019     "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5020     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5021     as_fn_arith $ac_count + 1 && ac_count=$as_val
5022     if test $ac_count -gt ${ac_path_SED_max-0}; then
5023       # Best one so far, save it but keep looking for a better one
5024       ac_cv_path_SED="$ac_path_SED"
5025       ac_path_SED_max=$ac_count
5026     fi
5027     # 10*(2^10) chars as input seems more than enough
5028     test $ac_count -gt 10 && break
5029   done
5030   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5031 esac
5032
5033       $ac_path_SED_found && break 3
5034     done
5035   done
5036   done
5037 IFS=$as_save_IFS
5038   if test -z "$ac_cv_path_SED"; then
5039     as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
5040   fi
5041 else
5042   ac_cv_path_SED=$SED
5043 fi
5044
5045 fi
5046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5047 $as_echo "$ac_cv_path_SED" >&6; }
5048  SED="$ac_cv_path_SED"
5049   rm -f conftest.sed
5050
5051 test -z "$SED" && SED=sed
5052 Xsed="$SED -e 1s/^X//"
5053
5054
5055
5056
5057
5058
5059
5060
5061
5062
5063
5064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5065 $as_echo_n "checking for fgrep... " >&6; }
5066 if ${ac_cv_path_FGREP+:} false; then :
5067   $as_echo_n "(cached) " >&6
5068 else
5069   if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5070    then ac_cv_path_FGREP="$GREP -F"
5071    else
5072      if test -z "$FGREP"; then
5073   ac_path_FGREP_found=false
5074   # Loop through the user's path and test for each of PROGNAME-LIST
5075   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5076 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5077 do
5078   IFS=$as_save_IFS
5079   test -z "$as_dir" && as_dir=.
5080     for ac_prog in fgrep; do
5081     for ac_exec_ext in '' $ac_executable_extensions; do
5082       ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5083       as_fn_executable_p "$ac_path_FGREP" || continue
5084 # Check for GNU ac_path_FGREP and select it if it is found.
5085   # Check for GNU $ac_path_FGREP
5086 case `"$ac_path_FGREP" --version 2>&1` in
5087 *GNU*)
5088   ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5089 *)
5090   ac_count=0
5091   $as_echo_n 0123456789 >"conftest.in"
5092   while :
5093   do
5094     cat "conftest.in" "conftest.in" >"conftest.tmp"
5095     mv "conftest.tmp" "conftest.in"
5096     cp "conftest.in" "conftest.nl"
5097     $as_echo 'FGREP' >> "conftest.nl"
5098     "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5099     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5100     as_fn_arith $ac_count + 1 && ac_count=$as_val
5101     if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5102       # Best one so far, save it but keep looking for a better one
5103       ac_cv_path_FGREP="$ac_path_FGREP"
5104       ac_path_FGREP_max=$ac_count
5105     fi
5106     # 10*(2^10) chars as input seems more than enough
5107     test $ac_count -gt 10 && break
5108   done
5109   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5110 esac
5111
5112       $ac_path_FGREP_found && break 3
5113     done
5114   done
5115   done
5116 IFS=$as_save_IFS
5117   if test -z "$ac_cv_path_FGREP"; then
5118     as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5119   fi
5120 else
5121   ac_cv_path_FGREP=$FGREP
5122 fi
5123
5124    fi
5125 fi
5126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5127 $as_echo "$ac_cv_path_FGREP" >&6; }
5128  FGREP="$ac_cv_path_FGREP"
5129
5130
5131 test -z "$GREP" && GREP=grep
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
5151 # Check whether --with-gnu-ld was given.
5152 if test "${with_gnu_ld+set}" = set; then :
5153   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5154 else
5155   with_gnu_ld=no
5156 fi
5157
5158 ac_prog=ld
5159 if test "$GCC" = yes; then
5160   # Check if gcc -print-prog-name=ld gives a path.
5161   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5162 $as_echo_n "checking for ld used by $CC... " >&6; }
5163   case $host in
5164   *-*-mingw*)
5165     # gcc leaves a trailing carriage return which upsets mingw
5166     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5167   *)
5168     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5169   esac
5170   case $ac_prog in
5171     # Accept absolute paths.
5172     [\\/]* | ?:[\\/]*)
5173       re_direlt='/[^/][^/]*/\.\./'
5174       # Canonicalize the pathname of ld
5175       ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5176       while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5177         ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5178       done
5179       test -z "$LD" && LD="$ac_prog"
5180       ;;
5181   "")
5182     # If it fails, then pretend we aren't using GCC.
5183     ac_prog=ld
5184     ;;
5185   *)
5186     # If it is relative, then search for the first ld in PATH.
5187     with_gnu_ld=unknown
5188     ;;
5189   esac
5190 elif test "$with_gnu_ld" = yes; then
5191   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5192 $as_echo_n "checking for GNU ld... " >&6; }
5193 else
5194   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5195 $as_echo_n "checking for non-GNU ld... " >&6; }
5196 fi
5197 if ${lt_cv_path_LD+:} false; then :
5198   $as_echo_n "(cached) " >&6
5199 else
5200   if test -z "$LD"; then
5201   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5202   for ac_dir in $PATH; do
5203     IFS="$lt_save_ifs"
5204     test -z "$ac_dir" && ac_dir=.
5205     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5206       lt_cv_path_LD="$ac_dir/$ac_prog"
5207       # Check to see if the program is GNU ld.  I'd rather use --version,
5208       # but apparently some variants of GNU ld only accept -v.
5209       # Break only if it was the GNU/non-GNU ld that we prefer.
5210       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5211       *GNU* | *'with BFD'*)
5212         test "$with_gnu_ld" != no && break
5213         ;;
5214       *)
5215         test "$with_gnu_ld" != yes && break
5216         ;;
5217       esac
5218     fi
5219   done
5220   IFS="$lt_save_ifs"
5221 else
5222   lt_cv_path_LD="$LD" # Let the user override the test with a path.
5223 fi
5224 fi
5225
5226 LD="$lt_cv_path_LD"
5227 if test -n "$LD"; then
5228   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5229 $as_echo "$LD" >&6; }
5230 else
5231   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5232 $as_echo "no" >&6; }
5233 fi
5234 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
5235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5236 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5237 if ${lt_cv_prog_gnu_ld+:} false; then :
5238   $as_echo_n "(cached) " >&6
5239 else
5240   # I'd rather use --version here, but apparently some GNU lds only accept -v.
5241 case `$LD -v 2>&1 </dev/null` in
5242 *GNU* | *'with BFD'*)
5243   lt_cv_prog_gnu_ld=yes
5244   ;;
5245 *)
5246   lt_cv_prog_gnu_ld=no
5247   ;;
5248 esac
5249 fi
5250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5251 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5252 with_gnu_ld=$lt_cv_prog_gnu_ld
5253
5254
5255
5256
5257
5258
5259
5260
5261
5262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5263 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5264 if ${lt_cv_path_NM+:} false; then :
5265   $as_echo_n "(cached) " >&6
5266 else
5267   if test -n "$NM"; then
5268    # Let the user override the nm to test.
5269    lt_nm_to_check="$NM"
5270  else
5271    lt_nm_to_check="${ac_tool_prefix}nm"
5272    if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5273      lt_nm_to_check="$lt_nm_to_check nm"
5274    fi
5275  fi
5276  for lt_tmp_nm in $lt_nm_to_check; do
5277    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5278    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5279      IFS="$lt_save_ifs"
5280      test -z "$ac_dir" && ac_dir=.
5281      case "$lt_tmp_nm" in
5282      */*|*\\*) tmp_nm="$lt_tmp_nm";;
5283      *) tmp_nm="$ac_dir/$lt_tmp_nm";;
5284      esac
5285      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5286        # Check to see if the nm accepts a BSD-compat flag.
5287        # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5288        #   nm: unknown option "B" ignored
5289        case `"$tmp_nm" -B "$tmp_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5290        *$tmp_nm*) lt_cv_path_NM="$tmp_nm -B"
5291          break
5292          ;;
5293        *)
5294          case `"$tmp_nm" -p "$tmp_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5295          *$tmp_nm*)
5296            lt_cv_path_NM="$tmp_nm -p"
5297            break
5298            ;;
5299          *)
5300            lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5301            continue # so that we can try to find one that supports BSD flags
5302            ;;
5303          esac
5304          ;;
5305        esac
5306      fi
5307    done
5308    IFS="$lt_save_ifs"
5309  done
5310  : ${lt_cv_path_NM=no}
5311 fi
5312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5313 $as_echo "$lt_cv_path_NM" >&6; }
5314 if test "$lt_cv_path_NM" != "no"; then
5315   NM="$lt_cv_path_NM"
5316 else
5317   # Didn't find any BSD compatible name lister, look for dumpbin.
5318   if test -n "$DUMPBIN"; then :
5319     # Let the user override the test.
5320   else
5321     if test -n "$ac_tool_prefix"; then
5322   for ac_prog in dumpbin "link -dump"
5323   do
5324     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5325 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5327 $as_echo_n "checking for $ac_word... " >&6; }
5328 if ${ac_cv_prog_DUMPBIN+:} false; then :
5329   $as_echo_n "(cached) " >&6
5330 else
5331   if test -n "$DUMPBIN"; then
5332   ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5333 else
5334 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5335 for as_dir in $PATH
5336 do
5337   IFS=$as_save_IFS
5338   test -z "$as_dir" && as_dir=.
5339     for ac_exec_ext in '' $ac_executable_extensions; do
5340   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5341     ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5342     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5343     break 2
5344   fi
5345 done
5346   done
5347 IFS=$as_save_IFS
5348
5349 fi
5350 fi
5351 DUMPBIN=$ac_cv_prog_DUMPBIN
5352 if test -n "$DUMPBIN"; then
5353   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5354 $as_echo "$DUMPBIN" >&6; }
5355 else
5356   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5357 $as_echo "no" >&6; }
5358 fi
5359
5360
5361     test -n "$DUMPBIN" && break
5362   done
5363 fi
5364 if test -z "$DUMPBIN"; then
5365   ac_ct_DUMPBIN=$DUMPBIN
5366   for ac_prog in dumpbin "link -dump"
5367 do
5368   # Extract the first word of "$ac_prog", so it can be a program name with args.
5369 set dummy $ac_prog; ac_word=$2
5370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5371 $as_echo_n "checking for $ac_word... " >&6; }
5372 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5373   $as_echo_n "(cached) " >&6
5374 else
5375   if test -n "$ac_ct_DUMPBIN"; then
5376   ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5377 else
5378 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5379 for as_dir in $PATH
5380 do
5381   IFS=$as_save_IFS
5382   test -z "$as_dir" && as_dir=.
5383     for ac_exec_ext in '' $ac_executable_extensions; do
5384   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5385     ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5386     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5387     break 2
5388   fi
5389 done
5390   done
5391 IFS=$as_save_IFS
5392
5393 fi
5394 fi
5395 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5396 if test -n "$ac_ct_DUMPBIN"; then
5397   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5398 $as_echo "$ac_ct_DUMPBIN" >&6; }
5399 else
5400   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5401 $as_echo "no" >&6; }
5402 fi
5403
5404
5405   test -n "$ac_ct_DUMPBIN" && break
5406 done
5407
5408   if test "x$ac_ct_DUMPBIN" = x; then
5409     DUMPBIN=":"
5410   else
5411     case $cross_compiling:$ac_tool_warned in
5412 yes:)
5413 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5414 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5415 ac_tool_warned=yes ;;
5416 esac
5417     DUMPBIN=$ac_ct_DUMPBIN
5418   fi
5419 fi
5420
5421     case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5422     *COFF*)
5423       DUMPBIN="$DUMPBIN -symbols"
5424       ;;
5425     *)
5426       DUMPBIN=:
5427       ;;
5428     esac
5429   fi
5430
5431   if test "$DUMPBIN" != ":"; then
5432     NM="$DUMPBIN"
5433   fi
5434 fi
5435 test -z "$NM" && NM=nm
5436
5437
5438
5439
5440
5441
5442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5443 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5444 if ${lt_cv_nm_interface+:} false; then :
5445   $as_echo_n "(cached) " >&6
5446 else
5447   lt_cv_nm_interface="BSD nm"
5448   echo "int some_variable = 0;" > conftest.$ac_ext
5449   (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5450   (eval "$ac_compile" 2>conftest.err)
5451   cat conftest.err >&5
5452   (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5453   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5454   cat conftest.err >&5
5455   (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5456   cat conftest.out >&5
5457   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5458     lt_cv_nm_interface="MS dumpbin"
5459   fi
5460   rm -f conftest*
5461 fi
5462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5463 $as_echo "$lt_cv_nm_interface" >&6; }
5464
5465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5466 $as_echo_n "checking whether ln -s works... " >&6; }
5467 LN_S=$as_ln_s
5468 if test "$LN_S" = "ln -s"; then
5469   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5470 $as_echo "yes" >&6; }
5471 else
5472   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5473 $as_echo "no, using $LN_S" >&6; }
5474 fi
5475
5476 # find the maximum length of command line arguments
5477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5478 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5479 if ${lt_cv_sys_max_cmd_len+:} false; then :
5480   $as_echo_n "(cached) " >&6
5481 else
5482     i=0
5483   teststring="ABCD"
5484
5485   case $build_os in
5486   msdosdjgpp*)
5487     # On DJGPP, this test can blow up pretty badly due to problems in libc
5488     # (any single argument exceeding 2000 bytes causes a buffer overrun
5489     # during glob expansion).  Even if it were fixed, the result of this
5490     # check would be larger than it should be.
5491     lt_cv_sys_max_cmd_len=12288;    # 12K is about right
5492     ;;
5493
5494   gnu*)
5495     # Under GNU Hurd, this test is not required because there is
5496     # no limit to the length of command line arguments.
5497     # Libtool will interpret -1 as no limit whatsoever
5498     lt_cv_sys_max_cmd_len=-1;
5499     ;;
5500
5501   cygwin* | mingw* | cegcc*)
5502     # On Win9x/ME, this test blows up -- it succeeds, but takes
5503     # about 5 minutes as the teststring grows exponentially.
5504     # Worse, since 9x/ME are not pre-emptively multitasking,
5505     # you end up with a "frozen" computer, even though with patience
5506     # the test eventually succeeds (with a max line length of 256k).
5507     # Instead, let's just punt: use the minimum linelength reported by
5508     # all of the supported platforms: 8192 (on NT/2K/XP).
5509     lt_cv_sys_max_cmd_len=8192;
5510     ;;
5511
5512   mint*)
5513     # On MiNT this can take a long time and run out of memory.
5514     lt_cv_sys_max_cmd_len=8192;
5515     ;;
5516
5517   amigaos*)
5518     # On AmigaOS with pdksh, this test takes hours, literally.
5519     # So we just punt and use a minimum line length of 8192.
5520     lt_cv_sys_max_cmd_len=8192;
5521     ;;
5522
5523   netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5524     # This has been around since 386BSD, at least.  Likely further.
5525     if test -x /sbin/sysctl; then
5526       lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5527     elif test -x /usr/sbin/sysctl; then
5528       lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5529     else
5530       lt_cv_sys_max_cmd_len=65536       # usable default for all BSDs
5531     fi
5532     # And add a safety zone
5533     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5534     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5535     ;;
5536
5537   interix*)
5538     # We know the value 262144 and hardcode it with a safety zone (like BSD)
5539     lt_cv_sys_max_cmd_len=196608
5540     ;;
5541
5542   osf*)
5543     # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5544     # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5545     # nice to cause kernel panics so lets avoid the loop below.
5546     # First set a reasonable default.
5547     lt_cv_sys_max_cmd_len=16384
5548     #
5549     if test -x /sbin/sysconfig; then
5550       case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5551         *1*) lt_cv_sys_max_cmd_len=-1 ;;
5552       esac
5553     fi
5554     ;;
5555   sco3.2v5*)
5556     lt_cv_sys_max_cmd_len=102400
5557     ;;
5558   sysv5* | sco5v6* | sysv4.2uw2*)
5559     kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5560     if test -n "$kargmax"; then
5561       lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[  ]//'`
5562     else
5563       lt_cv_sys_max_cmd_len=32768
5564     fi
5565     ;;
5566   *)
5567     lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5568     if test -n "$lt_cv_sys_max_cmd_len"; then
5569       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5570       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5571     else
5572       # Make teststring a little bigger before we do anything with it.
5573       # a 1K string should be a reasonable start.
5574       for i in 1 2 3 4 5 6 7 8 ; do
5575         teststring=$teststring$teststring
5576       done
5577       SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5578       # If test is not a shell built-in, we'll probably end up computing a
5579       # maximum length that is only half of the actual maximum length, but
5580       # we can't tell.
5581       while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5582                  = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5583               test $i != 17 # 1/2 MB should be enough
5584       do
5585         i=`expr $i + 1`
5586         teststring=$teststring$teststring
5587       done
5588       # Only check the string length outside the loop.
5589       lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5590       teststring=
5591       # Add a significant safety factor because C++ compilers can tack on
5592       # massive amounts of additional arguments before passing them to the
5593       # linker.  It appears as though 1/2 is a usable value.
5594       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5595     fi
5596     ;;
5597   esac
5598
5599 fi
5600
5601 if test -n $lt_cv_sys_max_cmd_len ; then
5602   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5603 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5604 else
5605   { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5606 $as_echo "none" >&6; }
5607 fi
5608 max_cmd_len=$lt_cv_sys_max_cmd_len
5609
5610
5611
5612
5613
5614
5615 : ${CP="cp -f"}
5616 : ${MV="mv -f"}
5617 : ${RM="rm -f"}
5618
5619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5620 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5621 # Try some XSI features
5622 xsi_shell=no
5623 ( _lt_dummy="a/b/c"
5624   test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5625       = c,a/b,, \
5626     && eval 'test $(( 1 + 1 )) -eq 2 \
5627     && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5628   && xsi_shell=yes
5629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5630 $as_echo "$xsi_shell" >&6; }
5631
5632
5633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5634 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5635 lt_shell_append=no
5636 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5637     >/dev/null 2>&1 \
5638   && lt_shell_append=yes
5639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5640 $as_echo "$lt_shell_append" >&6; }
5641
5642
5643 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5644   lt_unset=unset
5645 else
5646   lt_unset=false
5647 fi
5648
5649
5650
5651
5652
5653 # test EBCDIC or ASCII
5654 case `echo X|tr X '\101'` in
5655  A) # ASCII based system
5656     # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5657   lt_SP2NL='tr \040 \012'
5658   lt_NL2SP='tr \015\012 \040\040'
5659   ;;
5660  *) # EBCDIC based system
5661   lt_SP2NL='tr \100 \n'
5662   lt_NL2SP='tr \r\n \100\100'
5663   ;;
5664 esac
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5675 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5676 if ${lt_cv_ld_reload_flag+:} false; then :
5677   $as_echo_n "(cached) " >&6
5678 else
5679   lt_cv_ld_reload_flag='-r'
5680 fi
5681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5682 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5683 reload_flag=$lt_cv_ld_reload_flag
5684 case $reload_flag in
5685 "" | " "*) ;;
5686 *) reload_flag=" $reload_flag" ;;
5687 esac
5688 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5689 case $host_os in
5690   darwin*)
5691     if test "$GCC" = yes; then
5692       reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5693     else
5694       reload_cmds='$LD$reload_flag -o $output$reload_objs'
5695     fi
5696     ;;
5697 esac
5698
5699
5700
5701
5702
5703
5704
5705
5706
5707 if test -n "$ac_tool_prefix"; then
5708   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5709 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5711 $as_echo_n "checking for $ac_word... " >&6; }
5712 if ${ac_cv_prog_OBJDUMP+:} false; then :
5713   $as_echo_n "(cached) " >&6
5714 else
5715   if test -n "$OBJDUMP"; then
5716   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5717 else
5718 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5719 for as_dir in $PATH
5720 do
5721   IFS=$as_save_IFS
5722   test -z "$as_dir" && as_dir=.
5723     for ac_exec_ext in '' $ac_executable_extensions; do
5724   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5725     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5726     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5727     break 2
5728   fi
5729 done
5730   done
5731 IFS=$as_save_IFS
5732
5733 fi
5734 fi
5735 OBJDUMP=$ac_cv_prog_OBJDUMP
5736 if test -n "$OBJDUMP"; then
5737   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5738 $as_echo "$OBJDUMP" >&6; }
5739 else
5740   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5741 $as_echo "no" >&6; }
5742 fi
5743
5744
5745 fi
5746 if test -z "$ac_cv_prog_OBJDUMP"; then
5747   ac_ct_OBJDUMP=$OBJDUMP
5748   # Extract the first word of "objdump", so it can be a program name with args.
5749 set dummy objdump; ac_word=$2
5750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5751 $as_echo_n "checking for $ac_word... " >&6; }
5752 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5753   $as_echo_n "(cached) " >&6
5754 else
5755   if test -n "$ac_ct_OBJDUMP"; then
5756   ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5757 else
5758 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5759 for as_dir in $PATH
5760 do
5761   IFS=$as_save_IFS
5762   test -z "$as_dir" && as_dir=.
5763     for ac_exec_ext in '' $ac_executable_extensions; do
5764   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5765     ac_cv_prog_ac_ct_OBJDUMP="objdump"
5766     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5767     break 2
5768   fi
5769 done
5770   done
5771 IFS=$as_save_IFS
5772
5773 fi
5774 fi
5775 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5776 if test -n "$ac_ct_OBJDUMP"; then
5777   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5778 $as_echo "$ac_ct_OBJDUMP" >&6; }
5779 else
5780   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5781 $as_echo "no" >&6; }
5782 fi
5783
5784   if test "x$ac_ct_OBJDUMP" = x; then
5785     OBJDUMP="false"
5786   else
5787     case $cross_compiling:$ac_tool_warned in
5788 yes:)
5789 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5790 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5791 ac_tool_warned=yes ;;
5792 esac
5793     OBJDUMP=$ac_ct_OBJDUMP
5794   fi
5795 else
5796   OBJDUMP="$ac_cv_prog_OBJDUMP"
5797 fi
5798
5799 test -z "$OBJDUMP" && OBJDUMP=objdump
5800
5801
5802
5803
5804
5805
5806
5807
5808
5809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5810 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5811 if ${lt_cv_deplibs_check_method+:} false; then :
5812   $as_echo_n "(cached) " >&6
5813 else
5814   lt_cv_file_magic_cmd='$MAGIC_CMD'
5815 lt_cv_file_magic_test_file=
5816 lt_cv_deplibs_check_method='unknown'
5817 # Need to set the preceding variable on all platforms that support
5818 # interlibrary dependencies.
5819 # 'none' -- dependencies not supported.
5820 # `unknown' -- same as none, but documents that we really don't know.
5821 # 'pass_all' -- all dependencies passed with no checks.
5822 # 'test_compile' -- check by making test program.
5823 # 'file_magic [[regex]]' -- check by looking for files in library path
5824 # which responds to the $file_magic_cmd with a given extended regex.
5825 # If you have `file' or equivalent on your system and you're not sure
5826 # whether `pass_all' will *always* work, you probably want this one.
5827
5828 case $host_os in
5829 aix[4-9]*)
5830   lt_cv_deplibs_check_method=pass_all
5831   ;;
5832
5833 beos*)
5834   lt_cv_deplibs_check_method=pass_all
5835   ;;
5836
5837 bsdi[45]*)
5838   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5839   lt_cv_file_magic_cmd='/usr/bin/file -L'
5840   lt_cv_file_magic_test_file=/shlib/libc.so
5841   ;;
5842
5843 cygwin*)
5844   # func_win32_libid is a shell function defined in ltmain.sh
5845   lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5846   lt_cv_file_magic_cmd='func_win32_libid'
5847   ;;
5848
5849 mingw* | pw32*)
5850   # Base MSYS/MinGW do not provide the 'file' command needed by
5851   # func_win32_libid shell function, so use a weaker test based on 'objdump',
5852   # unless we find 'file', for example because we are cross-compiling.
5853   # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5854   if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
5855     lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5856     lt_cv_file_magic_cmd='func_win32_libid'
5857   else
5858     lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5859     lt_cv_file_magic_cmd='$OBJDUMP -f'
5860   fi
5861   ;;
5862
5863 cegcc*)
5864   # use the weaker test based on 'objdump'. See mingw*.
5865   lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5866   lt_cv_file_magic_cmd='$OBJDUMP -f'
5867   ;;
5868
5869 darwin* | rhapsody*)
5870   lt_cv_deplibs_check_method=pass_all
5871   ;;
5872
5873 freebsd* | dragonfly*)
5874   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5875     case $host_cpu in
5876     i*86 )
5877       # Not sure whether the presence of OpenBSD here was a mistake.
5878       # Let's accept both of them until this is cleared up.
5879       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5880       lt_cv_file_magic_cmd=/usr/bin/file
5881       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5882       ;;
5883     esac
5884   else
5885     lt_cv_deplibs_check_method=pass_all
5886   fi
5887   ;;
5888
5889 gnu*)
5890   lt_cv_deplibs_check_method=pass_all
5891   ;;
5892
5893 haiku*)
5894   lt_cv_deplibs_check_method=pass_all
5895   ;;
5896
5897 hpux10.20* | hpux11*)
5898   lt_cv_file_magic_cmd=/usr/bin/file
5899   case $host_cpu in
5900   ia64*)
5901     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5902     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5903     ;;
5904   hppa*64*)
5905     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]'
5906     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5907     ;;
5908   *)
5909     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
5910     lt_cv_file_magic_test_file=/usr/lib/libc.sl
5911     ;;
5912   esac
5913   ;;
5914
5915 interix[3-9]*)
5916   # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5917   lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5918   ;;
5919
5920 irix5* | irix6* | nonstopux*)
5921   case $LD in
5922   *-32|*"-32 ") libmagic=32-bit;;
5923   *-n32|*"-n32 ") libmagic=N32;;
5924   *-64|*"-64 ") libmagic=64-bit;;
5925   *) libmagic=never-match;;
5926   esac
5927   lt_cv_deplibs_check_method=pass_all
5928   ;;
5929
5930 # This must be Linux ELF.
5931 linux* | k*bsd*-gnu | kopensolaris*-gnu)
5932   lt_cv_deplibs_check_method=pass_all
5933   ;;
5934
5935 netbsd*)
5936   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5937     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5938   else
5939     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5940   fi
5941   ;;
5942
5943 newos6*)
5944   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5945   lt_cv_file_magic_cmd=/usr/bin/file
5946   lt_cv_file_magic_test_file=/usr/lib/libnls.so
5947   ;;
5948
5949 *nto* | *qnx*)
5950   lt_cv_deplibs_check_method=pass_all
5951   ;;
5952
5953 openbsd*)
5954   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5955     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5956   else
5957     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5958   fi
5959   ;;
5960
5961 osf3* | osf4* | osf5*)
5962   lt_cv_deplibs_check_method=pass_all
5963   ;;
5964
5965 rdos*)
5966   lt_cv_deplibs_check_method=pass_all
5967   ;;
5968
5969 solaris*)
5970   lt_cv_deplibs_check_method=pass_all
5971   ;;
5972
5973 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5974   lt_cv_deplibs_check_method=pass_all
5975   ;;
5976
5977 sysv4 | sysv4.3*)
5978   case $host_vendor in
5979   motorola)
5980     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]'
5981     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5982     ;;
5983   ncr)
5984     lt_cv_deplibs_check_method=pass_all
5985     ;;
5986   sequent)
5987     lt_cv_file_magic_cmd='/bin/file'
5988     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5989     ;;
5990   sni)
5991     lt_cv_file_magic_cmd='/bin/file'
5992     lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5993     lt_cv_file_magic_test_file=/lib/libc.so
5994     ;;
5995   siemens)
5996     lt_cv_deplibs_check_method=pass_all
5997     ;;
5998   pc)
5999     lt_cv_deplibs_check_method=pass_all
6000     ;;
6001   esac
6002   ;;
6003
6004 tpf*)
6005   lt_cv_deplibs_check_method=pass_all
6006   ;;
6007 esac
6008
6009 fi
6010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6011 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6012 file_magic_cmd=$lt_cv_file_magic_cmd
6013 deplibs_check_method=$lt_cv_deplibs_check_method
6014 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6015
6016
6017
6018
6019
6020
6021
6022
6023
6024
6025
6026
6027 plugin_option=
6028 plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
6029 for plugin in $plugin_names; do
6030   plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
6031   if test x$plugin_so = x$plugin; then
6032     plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
6033   fi
6034   if test x$plugin_so != x$plugin; then
6035     plugin_option="--plugin $plugin_so"
6036     break
6037   fi
6038 done
6039
6040 if test -n "$ac_tool_prefix"; then
6041   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6042 set dummy ${ac_tool_prefix}ar; ac_word=$2
6043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6044 $as_echo_n "checking for $ac_word... " >&6; }
6045 if ${ac_cv_prog_AR+:} false; then :
6046   $as_echo_n "(cached) " >&6
6047 else
6048   if test -n "$AR"; then
6049   ac_cv_prog_AR="$AR" # Let the user override the test.
6050 else
6051 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6052 for as_dir in $PATH
6053 do
6054   IFS=$as_save_IFS
6055   test -z "$as_dir" && as_dir=.
6056     for ac_exec_ext in '' $ac_executable_extensions; do
6057   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6058     ac_cv_prog_AR="${ac_tool_prefix}ar"
6059     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6060     break 2
6061   fi
6062 done
6063   done
6064 IFS=$as_save_IFS
6065
6066 fi
6067 fi
6068 AR=$ac_cv_prog_AR
6069 if test -n "$AR"; then
6070   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6071 $as_echo "$AR" >&6; }
6072 else
6073   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6074 $as_echo "no" >&6; }
6075 fi
6076
6077
6078 fi
6079 if test -z "$ac_cv_prog_AR"; then
6080   ac_ct_AR=$AR
6081   # Extract the first word of "ar", so it can be a program name with args.
6082 set dummy ar; ac_word=$2
6083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6084 $as_echo_n "checking for $ac_word... " >&6; }
6085 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6086   $as_echo_n "(cached) " >&6
6087 else
6088   if test -n "$ac_ct_AR"; then
6089   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6090 else
6091 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6092 for as_dir in $PATH
6093 do
6094   IFS=$as_save_IFS
6095   test -z "$as_dir" && as_dir=.
6096     for ac_exec_ext in '' $ac_executable_extensions; do
6097   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6098     ac_cv_prog_ac_ct_AR="ar"
6099     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6100     break 2
6101   fi
6102 done
6103   done
6104 IFS=$as_save_IFS
6105
6106 fi
6107 fi
6108 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6109 if test -n "$ac_ct_AR"; then
6110   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6111 $as_echo "$ac_ct_AR" >&6; }
6112 else
6113   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6114 $as_echo "no" >&6; }
6115 fi
6116
6117   if test "x$ac_ct_AR" = x; then
6118     AR="false"
6119   else
6120     case $cross_compiling:$ac_tool_warned in
6121 yes:)
6122 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6123 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6124 ac_tool_warned=yes ;;
6125 esac
6126     AR=$ac_ct_AR
6127   fi
6128 else
6129   AR="$ac_cv_prog_AR"
6130 fi
6131
6132 test -z "$AR" && AR=ar
6133 if test -n "$plugin_option"; then
6134   if $AR --help 2>&1 | grep -q "\--plugin"; then
6135     touch conftest.c
6136     $AR $plugin_option rc conftest.a conftest.c
6137     if test "$?" != 0; then
6138       { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
6139 $as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
6140     else
6141       AR="$AR $plugin_option"
6142     fi
6143     rm -f conftest.*
6144   fi
6145 fi
6146 test -z "$AR_FLAGS" && AR_FLAGS=cru
6147
6148
6149
6150
6151
6152
6153
6154
6155
6156
6157
6158 if test -n "$ac_tool_prefix"; then
6159   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6160 set dummy ${ac_tool_prefix}strip; ac_word=$2
6161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6162 $as_echo_n "checking for $ac_word... " >&6; }
6163 if ${ac_cv_prog_STRIP+:} false; then :
6164   $as_echo_n "(cached) " >&6
6165 else
6166   if test -n "$STRIP"; then
6167   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6168 else
6169 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6170 for as_dir in $PATH
6171 do
6172   IFS=$as_save_IFS
6173   test -z "$as_dir" && as_dir=.
6174     for ac_exec_ext in '' $ac_executable_extensions; do
6175   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6176     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6177     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6178     break 2
6179   fi
6180 done
6181   done
6182 IFS=$as_save_IFS
6183
6184 fi
6185 fi
6186 STRIP=$ac_cv_prog_STRIP
6187 if test -n "$STRIP"; then
6188   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6189 $as_echo "$STRIP" >&6; }
6190 else
6191   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6192 $as_echo "no" >&6; }
6193 fi
6194
6195
6196 fi
6197 if test -z "$ac_cv_prog_STRIP"; then
6198   ac_ct_STRIP=$STRIP
6199   # Extract the first word of "strip", so it can be a program name with args.
6200 set dummy strip; ac_word=$2
6201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6202 $as_echo_n "checking for $ac_word... " >&6; }
6203 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6204   $as_echo_n "(cached) " >&6
6205 else
6206   if test -n "$ac_ct_STRIP"; then
6207   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6208 else
6209 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6210 for as_dir in $PATH
6211 do
6212   IFS=$as_save_IFS
6213   test -z "$as_dir" && as_dir=.
6214     for ac_exec_ext in '' $ac_executable_extensions; do
6215   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6216     ac_cv_prog_ac_ct_STRIP="strip"
6217     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6218     break 2
6219   fi
6220 done
6221   done
6222 IFS=$as_save_IFS
6223
6224 fi
6225 fi
6226 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6227 if test -n "$ac_ct_STRIP"; then
6228   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6229 $as_echo "$ac_ct_STRIP" >&6; }
6230 else
6231   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6232 $as_echo "no" >&6; }
6233 fi
6234
6235   if test "x$ac_ct_STRIP" = x; then
6236     STRIP=":"
6237   else
6238     case $cross_compiling:$ac_tool_warned in
6239 yes:)
6240 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6241 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6242 ac_tool_warned=yes ;;
6243 esac
6244     STRIP=$ac_ct_STRIP
6245   fi
6246 else
6247   STRIP="$ac_cv_prog_STRIP"
6248 fi
6249
6250 test -z "$STRIP" && STRIP=:
6251
6252
6253
6254
6255
6256
6257 if test -n "$ac_tool_prefix"; then
6258   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6259 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6261 $as_echo_n "checking for $ac_word... " >&6; }
6262 if ${ac_cv_prog_RANLIB+:} false; then :
6263   $as_echo_n "(cached) " >&6
6264 else
6265   if test -n "$RANLIB"; then
6266   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6267 else
6268 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6269 for as_dir in $PATH
6270 do
6271   IFS=$as_save_IFS
6272   test -z "$as_dir" && as_dir=.
6273     for ac_exec_ext in '' $ac_executable_extensions; do
6274   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6275     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6276     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6277     break 2
6278   fi
6279 done
6280   done
6281 IFS=$as_save_IFS
6282
6283 fi
6284 fi
6285 RANLIB=$ac_cv_prog_RANLIB
6286 if test -n "$RANLIB"; then
6287   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6288 $as_echo "$RANLIB" >&6; }
6289 else
6290   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6291 $as_echo "no" >&6; }
6292 fi
6293
6294
6295 fi
6296 if test -z "$ac_cv_prog_RANLIB"; then
6297   ac_ct_RANLIB=$RANLIB
6298   # Extract the first word of "ranlib", so it can be a program name with args.
6299 set dummy ranlib; ac_word=$2
6300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6301 $as_echo_n "checking for $ac_word... " >&6; }
6302 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6303   $as_echo_n "(cached) " >&6
6304 else
6305   if test -n "$ac_ct_RANLIB"; then
6306   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6307 else
6308 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6309 for as_dir in $PATH
6310 do
6311   IFS=$as_save_IFS
6312   test -z "$as_dir" && as_dir=.
6313     for ac_exec_ext in '' $ac_executable_extensions; do
6314   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6315     ac_cv_prog_ac_ct_RANLIB="ranlib"
6316     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6317     break 2
6318   fi
6319 done
6320   done
6321 IFS=$as_save_IFS
6322
6323 fi
6324 fi
6325 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6326 if test -n "$ac_ct_RANLIB"; then
6327   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6328 $as_echo "$ac_ct_RANLIB" >&6; }
6329 else
6330   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6331 $as_echo "no" >&6; }
6332 fi
6333
6334   if test "x$ac_ct_RANLIB" = x; then
6335     RANLIB=":"
6336   else
6337     case $cross_compiling:$ac_tool_warned in
6338 yes:)
6339 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6340 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6341 ac_tool_warned=yes ;;
6342 esac
6343     RANLIB=$ac_ct_RANLIB
6344   fi
6345 else
6346   RANLIB="$ac_cv_prog_RANLIB"
6347 fi
6348
6349 test -z "$RANLIB" && RANLIB=:
6350 if test -n "$plugin_option" && test "$RANLIB" != ":"; then
6351   if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
6352     RANLIB="$RANLIB $plugin_option"
6353   fi
6354 fi
6355
6356
6357
6358
6359
6360
6361 # Determine commands to create old-style static archives.
6362 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6363 old_postinstall_cmds='chmod 644 $oldlib'
6364 old_postuninstall_cmds=
6365
6366 if test -n "$RANLIB"; then
6367   case $host_os in
6368   openbsd*)
6369     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6370     ;;
6371   *)
6372     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6373     ;;
6374   esac
6375   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6376 fi
6377
6378 case $host_os in
6379   darwin*)
6380     lock_old_archive_extraction=yes ;;
6381   *)
6382     lock_old_archive_extraction=no ;;
6383 esac
6384
6385
6386
6387
6388
6389
6390
6391
6392
6393
6394
6395
6396
6397
6398
6399
6400
6401
6402
6403
6404
6405
6406
6407
6408
6409
6410
6411
6412
6413
6414
6415
6416
6417
6418
6419
6420
6421
6422
6423 # If no C compiler was specified, use CC.
6424 LTCC=${LTCC-"$CC"}
6425
6426 # If no C compiler flags were specified, use CFLAGS.
6427 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6428
6429 # Allow CC to be a program name with arguments.
6430 compiler=$CC
6431
6432
6433 # Check for command to grab the raw symbol name followed by C symbol from nm.
6434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6435 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6436 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6437   $as_echo_n "(cached) " >&6
6438 else
6439
6440 # These are sane defaults that work on at least a few old systems.
6441 # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
6442
6443 # Character class describing NM global symbol codes.
6444 symcode='[BCDEGRST]'
6445
6446 # Regexp to match symbols that can be accessed directly from C.
6447 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6448
6449 # Define system-specific variables.
6450 case $host_os in
6451 aix*)
6452   symcode='[BCDT]'
6453   ;;
6454 cygwin* | mingw* | pw32* | cegcc*)
6455   symcode='[ABCDGISTW]'
6456   ;;
6457 hpux*)
6458   if test "$host_cpu" = ia64; then
6459     symcode='[ABCDEGRST]'
6460   fi
6461   ;;
6462 irix* | nonstopux*)
6463   symcode='[BCDEGRST]'
6464   ;;
6465 osf*)
6466   symcode='[BCDEGQRST]'
6467   ;;
6468 solaris*)
6469   symcode='[BCDRT]'
6470   ;;
6471 sco3.2v5*)
6472   symcode='[DT]'
6473   ;;
6474 sysv4.2uw2*)
6475   symcode='[DT]'
6476   ;;
6477 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6478   symcode='[ABDT]'
6479   ;;
6480 sysv4)
6481   symcode='[DFNSTU]'
6482   ;;
6483 esac
6484
6485 # If we're using GNU nm, then use its standard symbol codes.
6486 case `$NM -V 2>&1` in
6487 *GNU* | *'with BFD'*)
6488   symcode='[ABCDGIRSTW]' ;;
6489 esac
6490
6491 # Transform an extracted symbol line into a proper C declaration.
6492 # Some systems (esp. on ia64) link data and code symbols differently,
6493 # so use this general approach.
6494 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6495
6496 # Transform an extracted symbol line into symbol name and symbol address
6497 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (void *) \&\2},/p'"
6498 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'"
6499
6500 # Handle CRLF in mingw tool chain
6501 opt_cr=
6502 case $build_os in
6503 mingw*)
6504   opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6505   ;;
6506 esac
6507
6508 # Try without a prefix underscore, then with it.
6509 for ac_symprfx in "" "_"; do
6510
6511   # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6512   symxfrm="\\1 $ac_symprfx\\2 \\2"
6513
6514   # Write the raw and C identifiers.
6515   if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6516     # Fake it for dumpbin and say T for any non-static function
6517     # and D for any global variable.
6518     # Also find C++ and __fastcall symbols from MSVC++,
6519     # which start with @ or ?.
6520     lt_cv_sys_global_symbol_pipe="$AWK '"\
6521 "     {last_section=section; section=\$ 3};"\
6522 "     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6523 "     \$ 0!~/External *\|/{next};"\
6524 "     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6525 "     {if(hide[section]) next};"\
6526 "     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6527 "     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6528 "     s[1]~/^[@?]/{print s[1], s[1]; next};"\
6529 "     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6530 "     ' prfx=^$ac_symprfx"
6531   else
6532     lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[      ]\($symcode$symcode*\)[         ][      ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6533   fi
6534
6535   # Check to see that the pipe works correctly.
6536   pipe_works=no
6537
6538   rm -f conftest*
6539   cat > conftest.$ac_ext <<_LT_EOF
6540 #ifdef __cplusplus
6541 extern "C" {
6542 #endif
6543 char nm_test_var;
6544 void nm_test_func(void);
6545 void nm_test_func(void){}
6546 #ifdef __cplusplus
6547 }
6548 #endif
6549 int main(){nm_test_var='a';nm_test_func();return(0);}
6550 _LT_EOF
6551
6552   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6553   (eval $ac_compile) 2>&5
6554   ac_status=$?
6555   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6556   test $ac_status = 0; }; then
6557     # Now try to grab the symbols.
6558     nlist=conftest.nm
6559     if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6560   (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6561   ac_status=$?
6562   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6563   test $ac_status = 0; } && test -s "$nlist"; then
6564       # Try sorting and uniquifying the output.
6565       if sort "$nlist" | uniq > "$nlist"T; then
6566         mv -f "$nlist"T "$nlist"
6567       else
6568         rm -f "$nlist"T
6569       fi
6570
6571       # Make sure that we snagged all the symbols we need.
6572       if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6573         if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6574           cat <<_LT_EOF > conftest.$ac_ext
6575 #ifdef __cplusplus
6576 extern "C" {
6577 #endif
6578
6579 _LT_EOF
6580           # Now generate the symbol file.
6581           eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6582
6583           cat <<_LT_EOF >> conftest.$ac_ext
6584
6585 /* The mapping between symbol names and symbols.  */
6586 const struct {
6587   const char *name;
6588   void       *address;
6589 }
6590 lt__PROGRAM__LTX_preloaded_symbols[] =
6591 {
6592   { "@PROGRAM@", (void *) 0 },
6593 _LT_EOF
6594           $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6595           cat <<\_LT_EOF >> conftest.$ac_ext
6596   {0, (void *) 0}
6597 };
6598
6599 /* This works around a problem in FreeBSD linker */
6600 #ifdef FREEBSD_WORKAROUND
6601 static const void *lt_preloaded_setup() {
6602   return lt__PROGRAM__LTX_preloaded_symbols;
6603 }
6604 #endif
6605
6606 #ifdef __cplusplus
6607 }
6608 #endif
6609 _LT_EOF
6610           # Now try linking the two files.
6611           mv conftest.$ac_objext conftstm.$ac_objext
6612           lt_save_LIBS="$LIBS"
6613           lt_save_CFLAGS="$CFLAGS"
6614           LIBS="conftstm.$ac_objext"
6615           CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6616           if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6617   (eval $ac_link) 2>&5
6618   ac_status=$?
6619   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6620   test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6621             pipe_works=yes
6622           fi
6623           LIBS="$lt_save_LIBS"
6624           CFLAGS="$lt_save_CFLAGS"
6625         else
6626           echo "cannot find nm_test_func in $nlist" >&5
6627         fi
6628       else
6629         echo "cannot find nm_test_var in $nlist" >&5
6630       fi
6631     else
6632       echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6633     fi
6634   else
6635     echo "$progname: failed program was:" >&5
6636     cat conftest.$ac_ext >&5
6637   fi
6638   rm -rf conftest* conftst*
6639
6640   # Do not use the global_symbol_pipe unless it works.
6641   if test "$pipe_works" = yes; then
6642     break
6643   else
6644     lt_cv_sys_global_symbol_pipe=
6645   fi
6646 done
6647
6648 fi
6649
6650 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6651   lt_cv_sys_global_symbol_to_cdecl=
6652 fi
6653 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6654   { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6655 $as_echo "failed" >&6; }
6656 else
6657   { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6658 $as_echo "ok" >&6; }
6659 fi
6660
6661
6662
6663
6664
6665
6666
6667
6668
6669
6670
6671
6672
6673
6674
6675
6676
6677
6678
6679
6680
6681
6682 # Check whether --enable-libtool-lock was given.
6683 if test "${enable_libtool_lock+set}" = set; then :
6684   enableval=$enable_libtool_lock;
6685 fi
6686
6687 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6688
6689 # Some flags need to be propagated to the compiler or linker for good
6690 # libtool support.
6691 case $host in
6692 ia64-*-hpux*)
6693   # Find out which ABI we are using.
6694   echo 'int i;' > conftest.$ac_ext
6695   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6696   (eval $ac_compile) 2>&5
6697   ac_status=$?
6698   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6699   test $ac_status = 0; }; then
6700     case `/usr/bin/file conftest.$ac_objext` in
6701       *ELF-32*)
6702         HPUX_IA64_MODE="32"
6703         ;;
6704       *ELF-64*)
6705         HPUX_IA64_MODE="64"
6706         ;;
6707     esac
6708   fi
6709   rm -rf conftest*
6710   ;;
6711 *-*-irix6*)
6712   # Find out which ABI we are using.
6713   echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6714   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6715   (eval $ac_compile) 2>&5
6716   ac_status=$?
6717   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6718   test $ac_status = 0; }; then
6719     if test "$lt_cv_prog_gnu_ld" = yes; then
6720       case `/usr/bin/file conftest.$ac_objext` in
6721         *32-bit*)
6722           LD="${LD-ld} -melf32bsmip"
6723           ;;
6724         *N32*)
6725           LD="${LD-ld} -melf32bmipn32"
6726           ;;
6727         *64-bit*)
6728           LD="${LD-ld} -melf64bmip"
6729         ;;
6730       esac
6731     else
6732       case `/usr/bin/file conftest.$ac_objext` in
6733         *32-bit*)
6734           LD="${LD-ld} -32"
6735           ;;
6736         *N32*)
6737           LD="${LD-ld} -n32"
6738           ;;
6739         *64-bit*)
6740           LD="${LD-ld} -64"
6741           ;;
6742       esac
6743     fi
6744   fi
6745   rm -rf conftest*
6746   ;;
6747
6748 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6749 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6750   # Find out which ABI we are using.
6751   echo 'int i;' > conftest.$ac_ext
6752   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6753   (eval $ac_compile) 2>&5
6754   ac_status=$?
6755   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6756   test $ac_status = 0; }; then
6757     case `/usr/bin/file conftest.o` in
6758       *32-bit*)
6759         case $host in
6760           x86_64-*kfreebsd*-gnu)
6761             LD="${LD-ld} -m elf_i386_fbsd"
6762             ;;
6763           x86_64-*linux*)
6764             case `/usr/bin/file conftest.o` in
6765               *x86-64*)
6766                 LD="${LD-ld} -m elf32_x86_64"
6767                 ;;
6768               *)
6769                 LD="${LD-ld} -m elf_i386"
6770                 ;;
6771             esac
6772             ;;
6773           powerpc64le-*linux*)
6774             LD="${LD-ld} -m elf32lppclinux"
6775             ;;
6776           powerpc64-*linux*)
6777             LD="${LD-ld} -m elf32ppclinux"
6778             ;;
6779           s390x-*linux*)
6780             LD="${LD-ld} -m elf_s390"
6781             ;;
6782           sparc64-*linux*)
6783             LD="${LD-ld} -m elf32_sparc"
6784             ;;
6785         esac
6786         ;;
6787       *64-bit*)
6788         case $host in
6789           x86_64-*kfreebsd*-gnu)
6790             LD="${LD-ld} -m elf_x86_64_fbsd"
6791             ;;
6792           x86_64-*linux*)
6793             LD="${LD-ld} -m elf_x86_64"
6794             ;;
6795           powerpcle-*linux*)
6796             LD="${LD-ld} -m elf64lppc"
6797             ;;
6798           powerpc-*linux*)
6799             LD="${LD-ld} -m elf64ppc"
6800             ;;
6801           s390*-*linux*|s390*-*tpf*)
6802             LD="${LD-ld} -m elf64_s390"
6803             ;;
6804           sparc*-*linux*)
6805             LD="${LD-ld} -m elf64_sparc"
6806             ;;
6807         esac
6808         ;;
6809     esac
6810   fi
6811   rm -rf conftest*
6812   ;;
6813
6814 *-*-sco3.2v5*)
6815   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6816   SAVE_CFLAGS="$CFLAGS"
6817   CFLAGS="$CFLAGS -belf"
6818   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6819 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6820 if ${lt_cv_cc_needs_belf+:} false; then :
6821   $as_echo_n "(cached) " >&6
6822 else
6823   ac_ext=c
6824 ac_cpp='$CPP $CPPFLAGS'
6825 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6826 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6827 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6828
6829      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6830 /* end confdefs.h.  */
6831
6832 int
6833 main ()
6834 {
6835
6836   ;
6837   return 0;
6838 }
6839 _ACEOF
6840 if ac_fn_c_try_link "$LINENO"; then :
6841   lt_cv_cc_needs_belf=yes
6842 else
6843   lt_cv_cc_needs_belf=no
6844 fi
6845 rm -f core conftest.err conftest.$ac_objext \
6846     conftest$ac_exeext conftest.$ac_ext
6847      ac_ext=c
6848 ac_cpp='$CPP $CPPFLAGS'
6849 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6850 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6851 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6852
6853 fi
6854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6855 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6856   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6857     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6858     CFLAGS="$SAVE_CFLAGS"
6859   fi
6860   ;;
6861 sparc*-*solaris*)
6862   # Find out which ABI we are using.
6863   echo 'int i;' > conftest.$ac_ext
6864   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6865   (eval $ac_compile) 2>&5
6866   ac_status=$?
6867   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6868   test $ac_status = 0; }; then
6869     case `/usr/bin/file conftest.o` in
6870     *64-bit*)
6871       case $lt_cv_prog_gnu_ld in
6872       yes*) LD="${LD-ld} -m elf64_sparc" ;;
6873       *)
6874         if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6875           LD="${LD-ld} -64"
6876         fi
6877         ;;
6878       esac
6879       ;;
6880     esac
6881   fi
6882   rm -rf conftest*
6883   ;;
6884 esac
6885
6886 need_locks="$enable_libtool_lock"
6887
6888
6889   case $host_os in
6890     rhapsody* | darwin*)
6891     if test -n "$ac_tool_prefix"; then
6892   # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6893 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6895 $as_echo_n "checking for $ac_word... " >&6; }
6896 if ${ac_cv_prog_DSYMUTIL+:} false; then :
6897   $as_echo_n "(cached) " >&6
6898 else
6899   if test -n "$DSYMUTIL"; then
6900   ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6901 else
6902 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6903 for as_dir in $PATH
6904 do
6905   IFS=$as_save_IFS
6906   test -z "$as_dir" && as_dir=.
6907     for ac_exec_ext in '' $ac_executable_extensions; do
6908   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6909     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6910     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6911     break 2
6912   fi
6913 done
6914   done
6915 IFS=$as_save_IFS
6916
6917 fi
6918 fi
6919 DSYMUTIL=$ac_cv_prog_DSYMUTIL
6920 if test -n "$DSYMUTIL"; then
6921   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6922 $as_echo "$DSYMUTIL" >&6; }
6923 else
6924   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6925 $as_echo "no" >&6; }
6926 fi
6927
6928
6929 fi
6930 if test -z "$ac_cv_prog_DSYMUTIL"; then
6931   ac_ct_DSYMUTIL=$DSYMUTIL
6932   # Extract the first word of "dsymutil", so it can be a program name with args.
6933 set dummy dsymutil; ac_word=$2
6934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6935 $as_echo_n "checking for $ac_word... " >&6; }
6936 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6937   $as_echo_n "(cached) " >&6
6938 else
6939   if test -n "$ac_ct_DSYMUTIL"; then
6940   ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6941 else
6942 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6943 for as_dir in $PATH
6944 do
6945   IFS=$as_save_IFS
6946   test -z "$as_dir" && as_dir=.
6947     for ac_exec_ext in '' $ac_executable_extensions; do
6948   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6949     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6950     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6951     break 2
6952   fi
6953 done
6954   done
6955 IFS=$as_save_IFS
6956
6957 fi
6958 fi
6959 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6960 if test -n "$ac_ct_DSYMUTIL"; then
6961   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6962 $as_echo "$ac_ct_DSYMUTIL" >&6; }
6963 else
6964   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6965 $as_echo "no" >&6; }
6966 fi
6967
6968   if test "x$ac_ct_DSYMUTIL" = x; then
6969     DSYMUTIL=":"
6970   else
6971     case $cross_compiling:$ac_tool_warned in
6972 yes:)
6973 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6974 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6975 ac_tool_warned=yes ;;
6976 esac
6977     DSYMUTIL=$ac_ct_DSYMUTIL
6978   fi
6979 else
6980   DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6981 fi
6982
6983     if test -n "$ac_tool_prefix"; then
6984   # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6985 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6987 $as_echo_n "checking for $ac_word... " >&6; }
6988 if ${ac_cv_prog_NMEDIT+:} false; then :
6989   $as_echo_n "(cached) " >&6
6990 else
6991   if test -n "$NMEDIT"; then
6992   ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6993 else
6994 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6995 for as_dir in $PATH
6996 do
6997   IFS=$as_save_IFS
6998   test -z "$as_dir" && as_dir=.
6999     for ac_exec_ext in '' $ac_executable_extensions; do
7000   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7001     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7002     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7003     break 2
7004   fi
7005 done
7006   done
7007 IFS=$as_save_IFS
7008
7009 fi
7010 fi
7011 NMEDIT=$ac_cv_prog_NMEDIT
7012 if test -n "$NMEDIT"; then
7013   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7014 $as_echo "$NMEDIT" >&6; }
7015 else
7016   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7017 $as_echo "no" >&6; }
7018 fi
7019
7020
7021 fi
7022 if test -z "$ac_cv_prog_NMEDIT"; then
7023   ac_ct_NMEDIT=$NMEDIT
7024   # Extract the first word of "nmedit", so it can be a program name with args.
7025 set dummy nmedit; ac_word=$2
7026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7027 $as_echo_n "checking for $ac_word... " >&6; }
7028 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7029   $as_echo_n "(cached) " >&6
7030 else
7031   if test -n "$ac_ct_NMEDIT"; then
7032   ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7033 else
7034 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7035 for as_dir in $PATH
7036 do
7037   IFS=$as_save_IFS
7038   test -z "$as_dir" && as_dir=.
7039     for ac_exec_ext in '' $ac_executable_extensions; do
7040   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7041     ac_cv_prog_ac_ct_NMEDIT="nmedit"
7042     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7043     break 2
7044   fi
7045 done
7046   done
7047 IFS=$as_save_IFS
7048
7049 fi
7050 fi
7051 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7052 if test -n "$ac_ct_NMEDIT"; then
7053   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7054 $as_echo "$ac_ct_NMEDIT" >&6; }
7055 else
7056   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7057 $as_echo "no" >&6; }
7058 fi
7059
7060   if test "x$ac_ct_NMEDIT" = x; then
7061     NMEDIT=":"
7062   else
7063     case $cross_compiling:$ac_tool_warned in
7064 yes:)
7065 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7066 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7067 ac_tool_warned=yes ;;
7068 esac
7069     NMEDIT=$ac_ct_NMEDIT
7070   fi
7071 else
7072   NMEDIT="$ac_cv_prog_NMEDIT"
7073 fi
7074
7075     if test -n "$ac_tool_prefix"; then
7076   # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7077 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7079 $as_echo_n "checking for $ac_word... " >&6; }
7080 if ${ac_cv_prog_LIPO+:} false; then :
7081   $as_echo_n "(cached) " >&6
7082 else
7083   if test -n "$LIPO"; then
7084   ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7085 else
7086 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7087 for as_dir in $PATH
7088 do
7089   IFS=$as_save_IFS
7090   test -z "$as_dir" && as_dir=.
7091     for ac_exec_ext in '' $ac_executable_extensions; do
7092   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7093     ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7094     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7095     break 2
7096   fi
7097 done
7098   done
7099 IFS=$as_save_IFS
7100
7101 fi
7102 fi
7103 LIPO=$ac_cv_prog_LIPO
7104 if test -n "$LIPO"; then
7105   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7106 $as_echo "$LIPO" >&6; }
7107 else
7108   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7109 $as_echo "no" >&6; }
7110 fi
7111
7112
7113 fi
7114 if test -z "$ac_cv_prog_LIPO"; then
7115   ac_ct_LIPO=$LIPO
7116   # Extract the first word of "lipo", so it can be a program name with args.
7117 set dummy lipo; ac_word=$2
7118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7119 $as_echo_n "checking for $ac_word... " >&6; }
7120 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7121   $as_echo_n "(cached) " >&6
7122 else
7123   if test -n "$ac_ct_LIPO"; then
7124   ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7125 else
7126 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7127 for as_dir in $PATH
7128 do
7129   IFS=$as_save_IFS
7130   test -z "$as_dir" && as_dir=.
7131     for ac_exec_ext in '' $ac_executable_extensions; do
7132   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7133     ac_cv_prog_ac_ct_LIPO="lipo"
7134     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7135     break 2
7136   fi
7137 done
7138   done
7139 IFS=$as_save_IFS
7140
7141 fi
7142 fi
7143 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7144 if test -n "$ac_ct_LIPO"; then
7145   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7146 $as_echo "$ac_ct_LIPO" >&6; }
7147 else
7148   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7149 $as_echo "no" >&6; }
7150 fi
7151
7152   if test "x$ac_ct_LIPO" = x; then
7153     LIPO=":"
7154   else
7155     case $cross_compiling:$ac_tool_warned in
7156 yes:)
7157 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7158 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7159 ac_tool_warned=yes ;;
7160 esac
7161     LIPO=$ac_ct_LIPO
7162   fi
7163 else
7164   LIPO="$ac_cv_prog_LIPO"
7165 fi
7166
7167     if test -n "$ac_tool_prefix"; then
7168   # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7169 set dummy ${ac_tool_prefix}otool; ac_word=$2
7170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7171 $as_echo_n "checking for $ac_word... " >&6; }
7172 if ${ac_cv_prog_OTOOL+:} false; then :
7173   $as_echo_n "(cached) " >&6
7174 else
7175   if test -n "$OTOOL"; then
7176   ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7177 else
7178 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7179 for as_dir in $PATH
7180 do
7181   IFS=$as_save_IFS
7182   test -z "$as_dir" && as_dir=.
7183     for ac_exec_ext in '' $ac_executable_extensions; do
7184   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7185     ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7186     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7187     break 2
7188   fi
7189 done
7190   done
7191 IFS=$as_save_IFS
7192
7193 fi
7194 fi
7195 OTOOL=$ac_cv_prog_OTOOL
7196 if test -n "$OTOOL"; then
7197   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7198 $as_echo "$OTOOL" >&6; }
7199 else
7200   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7201 $as_echo "no" >&6; }
7202 fi
7203
7204
7205 fi
7206 if test -z "$ac_cv_prog_OTOOL"; then
7207   ac_ct_OTOOL=$OTOOL
7208   # Extract the first word of "otool", so it can be a program name with args.
7209 set dummy otool; ac_word=$2
7210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7211 $as_echo_n "checking for $ac_word... " >&6; }
7212 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7213   $as_echo_n "(cached) " >&6
7214 else
7215   if test -n "$ac_ct_OTOOL"; then
7216   ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7217 else
7218 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7219 for as_dir in $PATH
7220 do
7221   IFS=$as_save_IFS
7222   test -z "$as_dir" && as_dir=.
7223     for ac_exec_ext in '' $ac_executable_extensions; do
7224   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7225     ac_cv_prog_ac_ct_OTOOL="otool"
7226     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7227     break 2
7228   fi
7229 done
7230   done
7231 IFS=$as_save_IFS
7232
7233 fi
7234 fi
7235 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7236 if test -n "$ac_ct_OTOOL"; then
7237   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7238 $as_echo "$ac_ct_OTOOL" >&6; }
7239 else
7240   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7241 $as_echo "no" >&6; }
7242 fi
7243
7244   if test "x$ac_ct_OTOOL" = x; then
7245     OTOOL=":"
7246   else
7247     case $cross_compiling:$ac_tool_warned in
7248 yes:)
7249 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7250 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7251 ac_tool_warned=yes ;;
7252 esac
7253     OTOOL=$ac_ct_OTOOL
7254   fi
7255 else
7256   OTOOL="$ac_cv_prog_OTOOL"
7257 fi
7258
7259     if test -n "$ac_tool_prefix"; then
7260   # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7261 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7263 $as_echo_n "checking for $ac_word... " >&6; }
7264 if ${ac_cv_prog_OTOOL64+:} false; then :
7265   $as_echo_n "(cached) " >&6
7266 else
7267   if test -n "$OTOOL64"; then
7268   ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7269 else
7270 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7271 for as_dir in $PATH
7272 do
7273   IFS=$as_save_IFS
7274   test -z "$as_dir" && as_dir=.
7275     for ac_exec_ext in '' $ac_executable_extensions; do
7276   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7277     ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7278     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7279     break 2
7280   fi
7281 done
7282   done
7283 IFS=$as_save_IFS
7284
7285 fi
7286 fi
7287 OTOOL64=$ac_cv_prog_OTOOL64
7288 if test -n "$OTOOL64"; then
7289   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7290 $as_echo "$OTOOL64" >&6; }
7291 else
7292   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7293 $as_echo "no" >&6; }
7294 fi
7295
7296
7297 fi
7298 if test -z "$ac_cv_prog_OTOOL64"; then
7299   ac_ct_OTOOL64=$OTOOL64
7300   # Extract the first word of "otool64", so it can be a program name with args.
7301 set dummy otool64; ac_word=$2
7302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7303 $as_echo_n "checking for $ac_word... " >&6; }
7304 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7305   $as_echo_n "(cached) " >&6
7306 else
7307   if test -n "$ac_ct_OTOOL64"; then
7308   ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7309 else
7310 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7311 for as_dir in $PATH
7312 do
7313   IFS=$as_save_IFS
7314   test -z "$as_dir" && as_dir=.
7315     for ac_exec_ext in '' $ac_executable_extensions; do
7316   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7317     ac_cv_prog_ac_ct_OTOOL64="otool64"
7318     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7319     break 2
7320   fi
7321 done
7322   done
7323 IFS=$as_save_IFS
7324
7325 fi
7326 fi
7327 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7328 if test -n "$ac_ct_OTOOL64"; then
7329   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7330 $as_echo "$ac_ct_OTOOL64" >&6; }
7331 else
7332   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7333 $as_echo "no" >&6; }
7334 fi
7335
7336   if test "x$ac_ct_OTOOL64" = x; then
7337     OTOOL64=":"
7338   else
7339     case $cross_compiling:$ac_tool_warned in
7340 yes:)
7341 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7342 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7343 ac_tool_warned=yes ;;
7344 esac
7345     OTOOL64=$ac_ct_OTOOL64
7346   fi
7347 else
7348   OTOOL64="$ac_cv_prog_OTOOL64"
7349 fi
7350
7351
7352
7353
7354
7355
7356
7357
7358
7359
7360
7361
7362
7363
7364
7365
7366
7367
7368
7369
7370
7371
7372
7373
7374
7375
7376
7377     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7378 $as_echo_n "checking for -single_module linker flag... " >&6; }
7379 if ${lt_cv_apple_cc_single_mod+:} false; then :
7380   $as_echo_n "(cached) " >&6
7381 else
7382   lt_cv_apple_cc_single_mod=no
7383       if test -z "${LT_MULTI_MODULE}"; then
7384         # By default we will add the -single_module flag. You can override
7385         # by either setting the environment variable LT_MULTI_MODULE
7386         # non-empty at configure time, or by adding -multi_module to the
7387         # link flags.
7388         rm -rf libconftest.dylib*
7389         echo "int foo(void){return 1;}" > conftest.c
7390         echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7391 -dynamiclib -Wl,-single_module conftest.c" >&5
7392         $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7393           -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7394         _lt_result=$?
7395         if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7396           lt_cv_apple_cc_single_mod=yes
7397         else
7398           cat conftest.err >&5
7399         fi
7400         rm -rf libconftest.dylib*
7401         rm -f conftest.*
7402       fi
7403 fi
7404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7405 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7406     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7407 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7408 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7409   $as_echo_n "(cached) " >&6
7410 else
7411   lt_cv_ld_exported_symbols_list=no
7412       save_LDFLAGS=$LDFLAGS
7413       echo "_main" > conftest.sym
7414       LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7415       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7416 /* end confdefs.h.  */
7417
7418 int
7419 main ()
7420 {
7421
7422   ;
7423   return 0;
7424 }
7425 _ACEOF
7426 if ac_fn_c_try_link "$LINENO"; then :
7427   lt_cv_ld_exported_symbols_list=yes
7428 else
7429   lt_cv_ld_exported_symbols_list=no
7430 fi
7431 rm -f core conftest.err conftest.$ac_objext \
7432     conftest$ac_exeext conftest.$ac_ext
7433         LDFLAGS="$save_LDFLAGS"
7434
7435 fi
7436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7437 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7438     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7439 $as_echo_n "checking for -force_load linker flag... " >&6; }
7440 if ${lt_cv_ld_force_load+:} false; then :
7441   $as_echo_n "(cached) " >&6
7442 else
7443   lt_cv_ld_force_load=no
7444       cat > conftest.c << _LT_EOF
7445 int forced_loaded() { return 2;}
7446 _LT_EOF
7447       echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7448       $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7449       echo "$AR cru libconftest.a conftest.o" >&5
7450       $AR cru libconftest.a conftest.o 2>&5
7451       cat > conftest.c << _LT_EOF
7452 int main() { return 0;}
7453 _LT_EOF
7454       echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7455       $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7456       _lt_result=$?
7457       if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7458         lt_cv_ld_force_load=yes
7459       else
7460         cat conftest.err >&5
7461       fi
7462         rm -f conftest.err libconftest.a conftest conftest.c
7463         rm -rf conftest.dSYM
7464
7465 fi
7466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7467 $as_echo "$lt_cv_ld_force_load" >&6; }
7468     case $host_os in
7469     rhapsody* | darwin1.[012])
7470       _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7471     darwin1.*)
7472       _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7473     darwin*) # darwin 5.x on
7474       # if running on 10.5 or later, the deployment target defaults
7475       # to the OS version, if on x86, and 10.4, the deployment
7476       # target defaults to 10.4. Don't you love it?
7477       case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7478         10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7479           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7480         10.[012][,.]*)
7481           _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7482         10.*)
7483           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7484       esac
7485     ;;
7486   esac
7487     if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7488       _lt_dar_single_mod='$single_module'
7489     fi
7490     if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7491       _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7492     else
7493       _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7494     fi
7495     if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7496       _lt_dsymutil='~$DSYMUTIL $lib || :'
7497     else
7498       _lt_dsymutil=
7499     fi
7500     ;;
7501   esac
7502
7503 for ac_header in dlfcn.h
7504 do :
7505   ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7506 "
7507 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7508   cat >>confdefs.h <<_ACEOF
7509 #define HAVE_DLFCN_H 1
7510 _ACEOF
7511
7512 fi
7513
7514 done
7515
7516
7517
7518
7519
7520 # Set options
7521
7522
7523
7524         enable_dlopen=no
7525
7526
7527   enable_win32_dll=no
7528
7529
7530             # Check whether --enable-shared was given.
7531 if test "${enable_shared+set}" = set; then :
7532   enableval=$enable_shared; p=${PACKAGE-default}
7533     case $enableval in
7534     yes) enable_shared=yes ;;
7535     no) enable_shared=no ;;
7536     *)
7537       enable_shared=no
7538       # Look at the argument we got.  We use all the common list separators.
7539       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7540       for pkg in $enableval; do
7541         IFS="$lt_save_ifs"
7542         if test "X$pkg" = "X$p"; then
7543           enable_shared=yes
7544         fi
7545       done
7546       IFS="$lt_save_ifs"
7547       ;;
7548     esac
7549 else
7550   enable_shared=yes
7551 fi
7552
7553
7554
7555
7556
7557
7558
7559
7560
7561   # Check whether --enable-static was given.
7562 if test "${enable_static+set}" = set; then :
7563   enableval=$enable_static; p=${PACKAGE-default}
7564     case $enableval in
7565     yes) enable_static=yes ;;
7566     no) enable_static=no ;;
7567     *)
7568      enable_static=no
7569       # Look at the argument we got.  We use all the common list separators.
7570       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7571       for pkg in $enableval; do
7572         IFS="$lt_save_ifs"
7573         if test "X$pkg" = "X$p"; then
7574           enable_static=yes
7575         fi
7576       done
7577       IFS="$lt_save_ifs"
7578       ;;
7579     esac
7580 else
7581   enable_static=yes
7582 fi
7583
7584
7585
7586
7587
7588
7589
7590
7591
7592
7593 # Check whether --with-pic was given.
7594 if test "${with_pic+set}" = set; then :
7595   withval=$with_pic; pic_mode="$withval"
7596 else
7597   pic_mode=default
7598 fi
7599
7600
7601 test -z "$pic_mode" && pic_mode=default
7602
7603
7604
7605
7606
7607
7608
7609   # Check whether --enable-fast-install was given.
7610 if test "${enable_fast_install+set}" = set; then :
7611   enableval=$enable_fast_install; p=${PACKAGE-default}
7612     case $enableval in
7613     yes) enable_fast_install=yes ;;
7614     no) enable_fast_install=no ;;
7615     *)
7616       enable_fast_install=no
7617       # Look at the argument we got.  We use all the common list separators.
7618       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7619       for pkg in $enableval; do
7620         IFS="$lt_save_ifs"
7621         if test "X$pkg" = "X$p"; then
7622           enable_fast_install=yes
7623         fi
7624       done
7625       IFS="$lt_save_ifs"
7626       ;;
7627     esac
7628 else
7629   enable_fast_install=yes
7630 fi
7631
7632
7633
7634
7635
7636
7637
7638
7639
7640
7641
7642 # This can be used to rebuild libtool when needed
7643 LIBTOOL_DEPS="$ltmain"
7644
7645 # Always use our own libtool.
7646 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7647
7648
7649
7650
7651
7652
7653
7654
7655
7656
7657
7658
7659
7660
7661
7662
7663
7664
7665
7666
7667
7668
7669
7670
7671
7672
7673 test -z "$LN_S" && LN_S="ln -s"
7674
7675
7676
7677
7678
7679
7680
7681
7682
7683
7684
7685
7686
7687
7688 if test -n "${ZSH_VERSION+set}" ; then
7689    setopt NO_GLOB_SUBST
7690 fi
7691
7692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7693 $as_echo_n "checking for objdir... " >&6; }
7694 if ${lt_cv_objdir+:} false; then :
7695   $as_echo_n "(cached) " >&6
7696 else
7697   rm -f .libs 2>/dev/null
7698 mkdir .libs 2>/dev/null
7699 if test -d .libs; then
7700   lt_cv_objdir=.libs
7701 else
7702   # MS-DOS does not allow filenames that begin with a dot.
7703   lt_cv_objdir=_libs
7704 fi
7705 rmdir .libs 2>/dev/null
7706 fi
7707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7708 $as_echo "$lt_cv_objdir" >&6; }
7709 objdir=$lt_cv_objdir
7710
7711
7712
7713
7714
7715 cat >>confdefs.h <<_ACEOF
7716 #define LT_OBJDIR "$lt_cv_objdir/"
7717 _ACEOF
7718
7719
7720
7721
7722 case $host_os in
7723 aix3*)
7724   # AIX sometimes has problems with the GCC collect2 program.  For some
7725   # reason, if we set the COLLECT_NAMES environment variable, the problems
7726   # vanish in a puff of smoke.
7727   if test "X${COLLECT_NAMES+set}" != Xset; then
7728     COLLECT_NAMES=
7729     export COLLECT_NAMES
7730   fi
7731   ;;
7732 esac
7733
7734 # Global variables:
7735 ofile=libtool
7736 can_build_shared=yes
7737
7738 # All known linkers require a `.a' archive for static linking (except MSVC,
7739 # which needs '.lib').
7740 libext=a
7741
7742 with_gnu_ld="$lt_cv_prog_gnu_ld"
7743
7744 old_CC="$CC"
7745 old_CFLAGS="$CFLAGS"
7746
7747 # Set sane defaults for various variables
7748 test -z "$CC" && CC=cc
7749 test -z "$LTCC" && LTCC=$CC
7750 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7751 test -z "$LD" && LD=ld
7752 test -z "$ac_objext" && ac_objext=o
7753
7754 for cc_temp in $compiler""; do
7755   case $cc_temp in
7756     compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7757     distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7758     \-*) ;;
7759     *) break;;
7760   esac
7761 done
7762 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7763
7764
7765 # Only perform the check for file, if the check method requires it
7766 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7767 case $deplibs_check_method in
7768 file_magic*)
7769   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7770     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7771 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7772 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7773   $as_echo_n "(cached) " >&6
7774 else
7775   case $MAGIC_CMD in
7776 [\\/*] |  ?:[\\/]*)
7777   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7778   ;;
7779 *)
7780   lt_save_MAGIC_CMD="$MAGIC_CMD"
7781   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7782   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7783   for ac_dir in $ac_dummy; do
7784     IFS="$lt_save_ifs"
7785     test -z "$ac_dir" && ac_dir=.
7786     if test -f $ac_dir/${ac_tool_prefix}file; then
7787       lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7788       if test -n "$file_magic_test_file"; then
7789         case $deplibs_check_method in
7790         "file_magic "*)
7791           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7792           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7793           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7794             $EGREP "$file_magic_regex" > /dev/null; then
7795             :
7796           else
7797             cat <<_LT_EOF 1>&2
7798
7799 *** Warning: the command libtool uses to detect shared libraries,
7800 *** $file_magic_cmd, produces output that libtool cannot recognize.
7801 *** The result is that libtool may fail to recognize shared libraries
7802 *** as such.  This will affect the creation of libtool libraries that
7803 *** depend on shared libraries, but programs linked with such libtool
7804 *** libraries will work regardless of this problem.  Nevertheless, you
7805 *** may want to report the problem to your system manager and/or to
7806 *** [email protected]
7807
7808 _LT_EOF
7809           fi ;;
7810         esac
7811       fi
7812       break
7813     fi
7814   done
7815   IFS="$lt_save_ifs"
7816   MAGIC_CMD="$lt_save_MAGIC_CMD"
7817   ;;
7818 esac
7819 fi
7820
7821 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7822 if test -n "$MAGIC_CMD"; then
7823   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7824 $as_echo "$MAGIC_CMD" >&6; }
7825 else
7826   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7827 $as_echo "no" >&6; }
7828 fi
7829
7830
7831
7832
7833
7834 if test -z "$lt_cv_path_MAGIC_CMD"; then
7835   if test -n "$ac_tool_prefix"; then
7836     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7837 $as_echo_n "checking for file... " >&6; }
7838 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7839   $as_echo_n "(cached) " >&6
7840 else
7841   case $MAGIC_CMD in
7842 [\\/*] |  ?:[\\/]*)
7843   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7844   ;;
7845 *)
7846   lt_save_MAGIC_CMD="$MAGIC_CMD"
7847   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7848   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7849   for ac_dir in $ac_dummy; do
7850     IFS="$lt_save_ifs"
7851     test -z "$ac_dir" && ac_dir=.
7852     if test -f $ac_dir/file; then
7853       lt_cv_path_MAGIC_CMD="$ac_dir/file"
7854       if test -n "$file_magic_test_file"; then
7855         case $deplibs_check_method in
7856         "file_magic "*)
7857           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7858           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7859           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7860             $EGREP "$file_magic_regex" > /dev/null; then
7861             :
7862           else
7863             cat <<_LT_EOF 1>&2
7864
7865 *** Warning: the command libtool uses to detect shared libraries,
7866 *** $file_magic_cmd, produces output that libtool cannot recognize.
7867 *** The result is that libtool may fail to recognize shared libraries
7868 *** as such.  This will affect the creation of libtool libraries that
7869 *** depend on shared libraries, but programs linked with such libtool
7870 *** libraries will work regardless of this problem.  Nevertheless, you
7871 *** may want to report the problem to your system manager and/or to
7872 *** [email protected]
7873
7874 _LT_EOF
7875           fi ;;
7876         esac
7877       fi
7878       break
7879     fi
7880   done
7881   IFS="$lt_save_ifs"
7882   MAGIC_CMD="$lt_save_MAGIC_CMD"
7883   ;;
7884 esac
7885 fi
7886
7887 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7888 if test -n "$MAGIC_CMD"; then
7889   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7890 $as_echo "$MAGIC_CMD" >&6; }
7891 else
7892   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7893 $as_echo "no" >&6; }
7894 fi
7895
7896
7897   else
7898     MAGIC_CMD=:
7899   fi
7900 fi
7901
7902   fi
7903   ;;
7904 esac
7905
7906 # Use C for the default configuration in the libtool script
7907
7908 lt_save_CC="$CC"
7909 ac_ext=c
7910 ac_cpp='$CPP $CPPFLAGS'
7911 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7912 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7913 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7914
7915
7916 # Source file extension for C test sources.
7917 ac_ext=c
7918
7919 # Object file extension for compiled C test sources.
7920 objext=o
7921 objext=$objext
7922
7923 # Code to be used in simple compile tests
7924 lt_simple_compile_test_code="int some_variable = 0;"
7925
7926 # Code to be used in simple link tests
7927 lt_simple_link_test_code='int main(){return(0);}'
7928
7929
7930
7931
7932
7933
7934
7935 # If no C compiler was specified, use CC.
7936 LTCC=${LTCC-"$CC"}
7937
7938 # If no C compiler flags were specified, use CFLAGS.
7939 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7940
7941 # Allow CC to be a program name with arguments.
7942 compiler=$CC
7943
7944 # Save the default compiler, since it gets overwritten when the other
7945 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7946 compiler_DEFAULT=$CC
7947
7948 # save warnings/boilerplate of simple test code
7949 ac_outfile=conftest.$ac_objext
7950 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7951 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7952 _lt_compiler_boilerplate=`cat conftest.err`
7953 $RM conftest*
7954
7955 ac_outfile=conftest.$ac_objext
7956 echo "$lt_simple_link_test_code" >conftest.$ac_ext
7957 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7958 _lt_linker_boilerplate=`cat conftest.err`
7959 $RM -r conftest*
7960
7961
7962 ## CAVEAT EMPTOR:
7963 ## There is no encapsulation within the following macros, do not change
7964 ## the running order or otherwise move them around unless you know exactly
7965 ## what you are doing...
7966 if test -n "$compiler"; then
7967
7968 lt_prog_compiler_no_builtin_flag=
7969
7970 if test "$GCC" = yes; then
7971   case $cc_basename in
7972   nvcc*)
7973     lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7974   *)
7975     lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7976   esac
7977
7978   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7979 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7980 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
7981   $as_echo_n "(cached) " >&6
7982 else
7983   lt_cv_prog_compiler_rtti_exceptions=no
7984    ac_outfile=conftest.$ac_objext
7985    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7986    lt_compiler_flag="-fno-rtti -fno-exceptions"
7987    # Insert the option either (1) after the last *FLAGS variable, or
7988    # (2) before a word containing "conftest.", or (3) at the end.
7989    # Note that $ac_compile itself does not contain backslashes and begins
7990    # with a dollar sign (not a hyphen), so the echo should work correctly.
7991    # The option is referenced via a variable to avoid confusing sed.
7992    lt_compile=`echo "$ac_compile" | $SED \
7993    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7994    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7995    -e 's:$: $lt_compiler_flag:'`
7996    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7997    (eval "$lt_compile" 2>conftest.err)
7998    ac_status=$?
7999    cat conftest.err >&5
8000    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8001    if (exit $ac_status) && test -s "$ac_outfile"; then
8002      # The compiler can only warn and ignore the option if not recognized
8003      # So say no if there are warnings other than the usual output.
8004      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8005      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8006      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8007        lt_cv_prog_compiler_rtti_exceptions=yes
8008      fi
8009    fi
8010    $RM conftest*
8011
8012 fi
8013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8014 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8015
8016 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8017     lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8018 else
8019     :
8020 fi
8021
8022 fi
8023
8024
8025
8026
8027
8028
8029   lt_prog_compiler_wl=
8030 lt_prog_compiler_pic=
8031 lt_prog_compiler_static=
8032
8033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8034 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8035
8036   if test "$GCC" = yes; then
8037     lt_prog_compiler_wl='-Wl,'
8038     lt_prog_compiler_static='-static'
8039
8040     case $host_os in
8041       aix*)
8042       # All AIX code is PIC.
8043       if test "$host_cpu" = ia64; then
8044         # AIX 5 now supports IA64 processor
8045         lt_prog_compiler_static='-Bstatic'
8046       fi
8047       lt_prog_compiler_pic='-fPIC'
8048       ;;
8049
8050     amigaos*)
8051       case $host_cpu in
8052       powerpc)
8053             # see comment about AmigaOS4 .so support
8054             lt_prog_compiler_pic='-fPIC'
8055         ;;
8056       m68k)
8057             # FIXME: we need at least 68020 code to build shared libraries, but
8058             # adding the `-m68020' flag to GCC prevents building anything better,
8059             # like `-m68040'.
8060             lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8061         ;;
8062       esac
8063       ;;
8064
8065     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8066       # PIC is the default for these OSes.
8067       ;;
8068
8069     mingw* | cygwin* | pw32* | os2* | cegcc*)
8070       # This hack is so that the source file can tell whether it is being
8071       # built for inclusion in a dll (and should export symbols for example).
8072       # Although the cygwin gcc ignores -fPIC, still need this for old-style
8073       # (--disable-auto-import) libraries
8074       lt_prog_compiler_pic='-DDLL_EXPORT'
8075       ;;
8076
8077     darwin* | rhapsody*)
8078       # PIC is the default on this platform
8079       # Common symbols not allowed in MH_DYLIB files
8080       lt_prog_compiler_pic='-fno-common'
8081       ;;
8082
8083     haiku*)
8084       # PIC is the default for Haiku.
8085       # The "-static" flag exists, but is broken.
8086       lt_prog_compiler_static=
8087       ;;
8088
8089     hpux*)
8090       # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8091       # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
8092       # sets the default TLS model and affects inlining.
8093       case $host_cpu in
8094       hppa*64*)
8095         # +Z the default
8096         ;;
8097       *)
8098         lt_prog_compiler_pic='-fPIC'
8099         ;;
8100       esac
8101       ;;
8102
8103     interix[3-9]*)
8104       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8105       # Instead, we relocate shared libraries at runtime.
8106       ;;
8107
8108     msdosdjgpp*)
8109       # Just because we use GCC doesn't mean we suddenly get shared libraries
8110       # on systems that don't support them.
8111       lt_prog_compiler_can_build_shared=no
8112       enable_shared=no
8113       ;;
8114
8115     *nto* | *qnx*)
8116       # QNX uses GNU C++, but need to define -shared option too, otherwise
8117       # it will coredump.
8118       lt_prog_compiler_pic='-fPIC -shared'
8119       ;;
8120
8121     sysv4*MP*)
8122       if test -d /usr/nec; then
8123         lt_prog_compiler_pic=-Kconform_pic
8124       fi
8125       ;;
8126
8127     *)
8128       lt_prog_compiler_pic='-fPIC'
8129       ;;
8130     esac
8131
8132     case $cc_basename in
8133     nvcc*) # Cuda Compiler Driver 2.2
8134       lt_prog_compiler_wl='-Xlinker '
8135       lt_prog_compiler_pic='-Xcompiler -fPIC'
8136       ;;
8137     esac
8138   else
8139     # PORTME Check for flag to pass linker flags through the system compiler.
8140     case $host_os in
8141     aix*)
8142       lt_prog_compiler_wl='-Wl,'
8143       if test "$host_cpu" = ia64; then
8144         # AIX 5 now supports IA64 processor
8145         lt_prog_compiler_static='-Bstatic'
8146       else
8147         lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8148       fi
8149       ;;
8150
8151     mingw* | cygwin* | pw32* | os2* | cegcc*)
8152       # This hack is so that the source file can tell whether it is being
8153       # built for inclusion in a dll (and should export symbols for example).
8154       lt_prog_compiler_pic='-DDLL_EXPORT'
8155       ;;
8156
8157     hpux9* | hpux10* | hpux11*)
8158       lt_prog_compiler_wl='-Wl,'
8159       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8160       # not for PA HP-UX.
8161       case $host_cpu in
8162       hppa*64*|ia64*)
8163         # +Z the default
8164         ;;
8165       *)
8166         lt_prog_compiler_pic='+Z'
8167         ;;
8168       esac
8169       # Is there a better lt_prog_compiler_static that works with the bundled CC?
8170       lt_prog_compiler_static='${wl}-a ${wl}archive'
8171       ;;
8172
8173     irix5* | irix6* | nonstopux*)
8174       lt_prog_compiler_wl='-Wl,'
8175       # PIC (with -KPIC) is the default.
8176       lt_prog_compiler_static='-non_shared'
8177       ;;
8178
8179     linux* | k*bsd*-gnu | kopensolaris*-gnu)
8180       case $cc_basename in
8181       # old Intel for x86_64 which still supported -KPIC.
8182       ecc*)
8183         lt_prog_compiler_wl='-Wl,'
8184         lt_prog_compiler_pic='-KPIC'
8185         lt_prog_compiler_static='-static'
8186         ;;
8187       # icc used to be incompatible with GCC.
8188       # ICC 10 doesn't accept -KPIC any more.
8189       icc* | ifort*)
8190         lt_prog_compiler_wl='-Wl,'
8191         lt_prog_compiler_pic='-fPIC'
8192         lt_prog_compiler_static='-static'
8193         ;;
8194       # Lahey Fortran 8.1.
8195       lf95*)
8196         lt_prog_compiler_wl='-Wl,'
8197         lt_prog_compiler_pic='--shared'
8198         lt_prog_compiler_static='--static'
8199         ;;
8200       pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8201         # Portland Group compilers (*not* the Pentium gcc compiler,
8202         # which looks to be a dead project)
8203         lt_prog_compiler_wl='-Wl,'
8204         lt_prog_compiler_pic='-fpic'
8205         lt_prog_compiler_static='-Bstatic'
8206         ;;
8207       ccc*)
8208         lt_prog_compiler_wl='-Wl,'
8209         # All Alpha code is PIC.
8210         lt_prog_compiler_static='-non_shared'
8211         ;;
8212       xl* | bgxl* | bgf* | mpixl*)
8213         # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8214         lt_prog_compiler_wl='-Wl,'
8215         lt_prog_compiler_pic='-qpic'
8216         lt_prog_compiler_static='-qstaticlink'
8217         ;;
8218       *)
8219         case `$CC -V 2>&1 | sed 5q` in
8220         *Sun\ F* | *Sun*Fortran*)
8221           # Sun Fortran 8.3 passes all unrecognized flags to the linker
8222           lt_prog_compiler_pic='-KPIC'
8223           lt_prog_compiler_static='-Bstatic'
8224           lt_prog_compiler_wl=''
8225           ;;
8226         *Sun\ C*)
8227           # Sun C 5.9
8228           lt_prog_compiler_pic='-KPIC'
8229           lt_prog_compiler_static='-Bstatic'
8230           lt_prog_compiler_wl='-Wl,'
8231           ;;
8232         esac
8233         ;;
8234       esac
8235       ;;
8236
8237     newsos6)
8238       lt_prog_compiler_pic='-KPIC'
8239       lt_prog_compiler_static='-Bstatic'
8240       ;;
8241
8242     *nto* | *qnx*)
8243       # QNX uses GNU C++, but need to define -shared option too, otherwise
8244       # it will coredump.
8245       lt_prog_compiler_pic='-fPIC -shared'
8246       ;;
8247
8248     osf3* | osf4* | osf5*)
8249       lt_prog_compiler_wl='-Wl,'
8250       # All OSF/1 code is PIC.
8251       lt_prog_compiler_static='-non_shared'
8252       ;;
8253
8254     rdos*)
8255       lt_prog_compiler_static='-non_shared'
8256       ;;
8257
8258     solaris*)
8259       lt_prog_compiler_pic='-KPIC'
8260       lt_prog_compiler_static='-Bstatic'
8261       case $cc_basename in
8262       f77* | f90* | f95*)
8263         lt_prog_compiler_wl='-Qoption ld ';;
8264       *)
8265         lt_prog_compiler_wl='-Wl,';;
8266       esac
8267       ;;
8268
8269     sunos4*)
8270       lt_prog_compiler_wl='-Qoption ld '
8271       lt_prog_compiler_pic='-PIC'
8272       lt_prog_compiler_static='-Bstatic'
8273       ;;
8274
8275     sysv4 | sysv4.2uw2* | sysv4.3*)
8276       lt_prog_compiler_wl='-Wl,'
8277       lt_prog_compiler_pic='-KPIC'
8278       lt_prog_compiler_static='-Bstatic'
8279       ;;
8280
8281     sysv4*MP*)
8282       if test -d /usr/nec ;then
8283         lt_prog_compiler_pic='-Kconform_pic'
8284         lt_prog_compiler_static='-Bstatic'
8285       fi
8286       ;;
8287
8288     sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8289       lt_prog_compiler_wl='-Wl,'
8290       lt_prog_compiler_pic='-KPIC'
8291       lt_prog_compiler_static='-Bstatic'
8292       ;;
8293
8294     unicos*)
8295       lt_prog_compiler_wl='-Wl,'
8296       lt_prog_compiler_can_build_shared=no
8297       ;;
8298
8299     uts4*)
8300       lt_prog_compiler_pic='-pic'
8301       lt_prog_compiler_static='-Bstatic'
8302       ;;
8303
8304     *)
8305       lt_prog_compiler_can_build_shared=no
8306       ;;
8307     esac
8308   fi
8309
8310 case $host_os in
8311   # For platforms which do not support PIC, -DPIC is meaningless:
8312   *djgpp*)
8313     lt_prog_compiler_pic=
8314     ;;
8315   *)
8316     lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8317     ;;
8318 esac
8319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8320 $as_echo "$lt_prog_compiler_pic" >&6; }
8321
8322
8323
8324
8325
8326
8327 #
8328 # Check to make sure the PIC flag actually works.
8329 #
8330 if test -n "$lt_prog_compiler_pic"; then
8331   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8332 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8333 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8334   $as_echo_n "(cached) " >&6
8335 else
8336   lt_cv_prog_compiler_pic_works=no
8337    ac_outfile=conftest.$ac_objext
8338    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8339    lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8340    # Insert the option either (1) after the last *FLAGS variable, or
8341    # (2) before a word containing "conftest.", or (3) at the end.
8342    # Note that $ac_compile itself does not contain backslashes and begins
8343    # with a dollar sign (not a hyphen), so the echo should work correctly.
8344    # The option is referenced via a variable to avoid confusing sed.
8345    lt_compile=`echo "$ac_compile" | $SED \
8346    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8347    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8348    -e 's:$: $lt_compiler_flag:'`
8349    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8350    (eval "$lt_compile" 2>conftest.err)
8351    ac_status=$?
8352    cat conftest.err >&5
8353    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8354    if (exit $ac_status) && test -s "$ac_outfile"; then
8355      # The compiler can only warn and ignore the option if not recognized
8356      # So say no if there are warnings other than the usual output.
8357      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8358      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8359      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8360        lt_cv_prog_compiler_pic_works=yes
8361      fi
8362    fi
8363    $RM conftest*
8364
8365 fi
8366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8367 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8368
8369 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8370     case $lt_prog_compiler_pic in
8371      "" | " "*) ;;
8372      *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8373      esac
8374 else
8375     lt_prog_compiler_pic=
8376      lt_prog_compiler_can_build_shared=no
8377 fi
8378
8379 fi
8380
8381
8382
8383
8384
8385
8386 #
8387 # Check to make sure the static flag actually works.
8388 #
8389 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8391 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8392 if ${lt_cv_prog_compiler_static_works+:} false; then :
8393   $as_echo_n "(cached) " >&6
8394 else
8395   lt_cv_prog_compiler_static_works=no
8396    save_LDFLAGS="$LDFLAGS"
8397    LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8398    echo "$lt_simple_link_test_code" > conftest.$ac_ext
8399    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8400      # The linker can only warn and ignore the option if not recognized
8401      # So say no if there are warnings
8402      if test -s conftest.err; then
8403        # Append any errors to the config.log.
8404        cat conftest.err 1>&5
8405        $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8406        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8407        if diff conftest.exp conftest.er2 >/dev/null; then
8408          lt_cv_prog_compiler_static_works=yes
8409        fi
8410      else
8411        lt_cv_prog_compiler_static_works=yes
8412      fi
8413    fi
8414    $RM -r conftest*
8415    LDFLAGS="$save_LDFLAGS"
8416
8417 fi
8418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8419 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8420
8421 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8422     :
8423 else
8424     lt_prog_compiler_static=
8425 fi
8426
8427
8428
8429
8430
8431
8432
8433   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8434 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8435 if ${lt_cv_prog_compiler_c_o+:} false; then :
8436   $as_echo_n "(cached) " >&6
8437 else
8438   lt_cv_prog_compiler_c_o=no
8439    $RM -r conftest 2>/dev/null
8440    mkdir conftest
8441    cd conftest
8442    mkdir out
8443    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8444
8445    lt_compiler_flag="-o out/conftest2.$ac_objext"
8446    # Insert the option either (1) after the last *FLAGS variable, or
8447    # (2) before a word containing "conftest.", or (3) at the end.
8448    # Note that $ac_compile itself does not contain backslashes and begins
8449    # with a dollar sign (not a hyphen), so the echo should work correctly.
8450    lt_compile=`echo "$ac_compile" | $SED \
8451    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8452    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8453    -e 's:$: $lt_compiler_flag:'`
8454    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8455    (eval "$lt_compile" 2>out/conftest.err)
8456    ac_status=$?
8457    cat out/conftest.err >&5
8458    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8459    if (exit $ac_status) && test -s out/conftest2.$ac_objext
8460    then
8461      # The compiler can only warn and ignore the option if not recognized
8462      # So say no if there are warnings
8463      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8464      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8465      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8466        lt_cv_prog_compiler_c_o=yes
8467      fi
8468    fi
8469    chmod u+w . 2>&5
8470    $RM conftest*
8471    # SGI C++ compiler will create directory out/ii_files/ for
8472    # template instantiation
8473    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8474    $RM out/* && rmdir out
8475    cd ..
8476    $RM -r conftest
8477    $RM conftest*
8478
8479 fi
8480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8481 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8482
8483
8484
8485
8486
8487
8488   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8489 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8490 if ${lt_cv_prog_compiler_c_o+:} false; then :
8491   $as_echo_n "(cached) " >&6
8492 else
8493   lt_cv_prog_compiler_c_o=no
8494    $RM -r conftest 2>/dev/null
8495    mkdir conftest
8496    cd conftest
8497    mkdir out
8498    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8499
8500    lt_compiler_flag="-o out/conftest2.$ac_objext"
8501    # Insert the option either (1) after the last *FLAGS variable, or
8502    # (2) before a word containing "conftest.", or (3) at the end.
8503    # Note that $ac_compile itself does not contain backslashes and begins
8504    # with a dollar sign (not a hyphen), so the echo should work correctly.
8505    lt_compile=`echo "$ac_compile" | $SED \
8506    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8507    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8508    -e 's:$: $lt_compiler_flag:'`
8509    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8510    (eval "$lt_compile" 2>out/conftest.err)
8511    ac_status=$?
8512    cat out/conftest.err >&5
8513    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8514    if (exit $ac_status) && test -s out/conftest2.$ac_objext
8515    then
8516      # The compiler can only warn and ignore the option if not recognized
8517      # So say no if there are warnings
8518      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8519      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8520      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8521        lt_cv_prog_compiler_c_o=yes
8522      fi
8523    fi
8524    chmod u+w . 2>&5
8525    $RM conftest*
8526    # SGI C++ compiler will create directory out/ii_files/ for
8527    # template instantiation
8528    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8529    $RM out/* && rmdir out
8530    cd ..
8531    $RM -r conftest
8532    $RM conftest*
8533
8534 fi
8535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8536 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8537
8538
8539
8540
8541 hard_links="nottested"
8542 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8543   # do not overwrite the value of need_locks provided by the user
8544   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8545 $as_echo_n "checking if we can lock with hard links... " >&6; }
8546   hard_links=yes
8547   $RM conftest*
8548   ln conftest.a conftest.b 2>/dev/null && hard_links=no
8549   touch conftest.a
8550   ln conftest.a conftest.b 2>&5 || hard_links=no
8551   ln conftest.a conftest.b 2>/dev/null && hard_links=no
8552   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8553 $as_echo "$hard_links" >&6; }
8554   if test "$hard_links" = no; then
8555     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8556 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8557     need_locks=warn
8558   fi
8559 else
8560   need_locks=no
8561 fi
8562
8563
8564
8565
8566
8567
8568   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8569 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8570
8571   runpath_var=
8572   allow_undefined_flag=
8573   always_export_symbols=no
8574   archive_cmds=
8575   archive_expsym_cmds=
8576   compiler_needs_object=no
8577   enable_shared_with_static_runtimes=no
8578   export_dynamic_flag_spec=
8579   export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8580   hardcode_automatic=no
8581   hardcode_direct=no
8582   hardcode_direct_absolute=no
8583   hardcode_libdir_flag_spec=
8584   hardcode_libdir_flag_spec_ld=
8585   hardcode_libdir_separator=
8586   hardcode_minus_L=no
8587   hardcode_shlibpath_var=unsupported
8588   inherit_rpath=no
8589   link_all_deplibs=unknown
8590   module_cmds=
8591   module_expsym_cmds=
8592   old_archive_from_new_cmds=
8593   old_archive_from_expsyms_cmds=
8594   thread_safe_flag_spec=
8595   whole_archive_flag_spec=
8596   # include_expsyms should be a list of space-separated symbols to be *always*
8597   # included in the symbol list
8598   include_expsyms=
8599   # exclude_expsyms can be an extended regexp of symbols to exclude
8600   # it will be wrapped by ` (' and `)$', so one must not match beginning or
8601   # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8602   # as well as any symbol that contains `d'.
8603   exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8604   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8605   # platforms (ab)use it in PIC code, but their linkers get confused if
8606   # the symbol is explicitly referenced.  Since portable code cannot
8607   # rely on this symbol name, it's probably fine to never include it in
8608   # preloaded symbol tables.
8609   # Exclude shared library initialization/finalization symbols.
8610   extract_expsyms_cmds=
8611
8612   case $host_os in
8613   cygwin* | mingw* | pw32* | cegcc*)
8614     # FIXME: the MSVC++ port hasn't been tested in a loooong time
8615     # When not using gcc, we currently assume that we are using
8616     # Microsoft Visual C++.
8617     if test "$GCC" != yes; then
8618       with_gnu_ld=no
8619     fi
8620     ;;
8621   interix*)
8622     # we just hope/assume this is gcc and not c89 (= MSVC++)
8623     with_gnu_ld=yes
8624     ;;
8625   openbsd*)
8626     with_gnu_ld=no
8627     ;;
8628   esac
8629
8630   ld_shlibs=yes
8631
8632   # On some targets, GNU ld is compatible enough with the native linker
8633   # that we're better off using the native interface for both.
8634   lt_use_gnu_ld_interface=no
8635   if test "$with_gnu_ld" = yes; then
8636     case $host_os in
8637       aix*)
8638         # The AIX port of GNU ld has always aspired to compatibility
8639         # with the native linker.  However, as the warning in the GNU ld
8640         # block says, versions before 2.19.5* couldn't really create working
8641         # shared libraries, regardless of the interface used.
8642         case `$LD -v 2>&1` in
8643           *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8644           *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8645           *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8646           *)
8647             lt_use_gnu_ld_interface=yes
8648             ;;
8649         esac
8650         ;;
8651       *)
8652         lt_use_gnu_ld_interface=yes
8653         ;;
8654     esac
8655   fi
8656
8657   if test "$lt_use_gnu_ld_interface" = yes; then
8658     # If archive_cmds runs LD, not CC, wlarc should be empty
8659     wlarc='${wl}'
8660
8661     # Set some defaults for GNU ld with shared library support. These
8662     # are reset later if shared libraries are not supported. Putting them
8663     # here allows them to be overridden if necessary.
8664     runpath_var=LD_RUN_PATH
8665     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8666     export_dynamic_flag_spec='${wl}--export-dynamic'
8667     # ancient GNU ld didn't support --whole-archive et. al.
8668     if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8669       whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8670     else
8671       whole_archive_flag_spec=
8672     fi
8673     supports_anon_versioning=no
8674     case `$LD -v 2>&1` in
8675       *GNU\ gold*) supports_anon_versioning=yes ;;
8676       *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8677       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8678       *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8679       *\ 2.11.*) ;; # other 2.11 versions
8680       *) supports_anon_versioning=yes ;;
8681     esac
8682
8683     # See if GNU ld supports shared libraries.
8684     case $host_os in
8685     aix[3-9]*)
8686       # On AIX/PPC, the GNU linker is very broken
8687       if test "$host_cpu" != ia64; then
8688         ld_shlibs=no
8689         cat <<_LT_EOF 1>&2
8690
8691 *** Warning: the GNU linker, at least up to release 2.19, is reported
8692 *** to be unable to reliably create shared libraries on AIX.
8693 *** Therefore, libtool is disabling shared libraries support.  If you
8694 *** really care for shared libraries, you may want to install binutils
8695 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8696 *** You will then need to restart the configuration process.
8697
8698 _LT_EOF
8699       fi
8700       ;;
8701
8702     amigaos*)
8703       case $host_cpu in
8704       powerpc)
8705             # see comment about AmigaOS4 .so support
8706             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8707             archive_expsym_cmds=''
8708         ;;
8709       m68k)
8710             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)'
8711             hardcode_libdir_flag_spec='-L$libdir'
8712             hardcode_minus_L=yes
8713         ;;
8714       esac
8715       ;;
8716
8717     beos*)
8718       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8719         allow_undefined_flag=unsupported
8720         # Joseph Beckenbach <[email protected]> says some releases of gcc
8721         # support --undefined.  This deserves some investigation.  FIXME
8722         archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8723       else
8724         ld_shlibs=no
8725       fi
8726       ;;
8727
8728     cygwin* | mingw* | pw32* | cegcc*)
8729       # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8730       # as there is no search path for DLLs.
8731       hardcode_libdir_flag_spec='-L$libdir'
8732       export_dynamic_flag_spec='${wl}--export-all-symbols'
8733       allow_undefined_flag=unsupported
8734       always_export_symbols=no
8735       enable_shared_with_static_runtimes=yes
8736       export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8737
8738       if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8739         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8740         # If the export-symbols file already is a .def file (1st line
8741         # is EXPORTS), use it as is; otherwise, prepend...
8742         archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8743           cp $export_symbols $output_objdir/$soname.def;
8744         else
8745           echo EXPORTS > $output_objdir/$soname.def;
8746           cat $export_symbols >> $output_objdir/$soname.def;
8747         fi~
8748         $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8749       else
8750         ld_shlibs=no
8751       fi
8752       ;;
8753
8754     haiku*)
8755       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8756       link_all_deplibs=yes
8757       ;;
8758
8759     interix[3-9]*)
8760       hardcode_direct=no
8761       hardcode_shlibpath_var=no
8762       hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8763       export_dynamic_flag_spec='${wl}-E'
8764       # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8765       # Instead, shared libraries are loaded at an image base (0x10000000 by
8766       # default) and relocated if they conflict, which is a slow very memory
8767       # consuming and fragmenting process.  To avoid this, we pick a random,
8768       # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8769       # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
8770       archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8771       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'
8772       ;;
8773
8774     gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8775       tmp_diet=no
8776       if test "$host_os" = linux-dietlibc; then
8777         case $cc_basename in
8778           diet\ *) tmp_diet=yes;;       # linux-dietlibc with static linking (!diet-dyn)
8779         esac
8780       fi
8781       if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8782          && test "$tmp_diet" = no
8783       then
8784         tmp_addflag=' $pic_flag'
8785         tmp_sharedflag='-shared'
8786         case $cc_basename,$host_cpu in
8787         pgcc*)                          # Portland Group C compiler
8788           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'
8789           tmp_addflag=' $pic_flag'
8790           ;;
8791         pgf77* | pgf90* | pgf95* | pgfortran*)
8792                                         # Portland Group f77 and f90 compilers
8793           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'
8794           tmp_addflag=' $pic_flag -Mnomain' ;;
8795         ecc*,ia64* | icc*,ia64*)        # Intel C compiler on ia64
8796           tmp_addflag=' -i_dynamic' ;;
8797         efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
8798           tmp_addflag=' -i_dynamic -nofor_main' ;;
8799         ifc* | ifort*)                  # Intel Fortran compiler
8800           tmp_addflag=' -nofor_main' ;;
8801         lf95*)                          # Lahey Fortran 8.1
8802           whole_archive_flag_spec=
8803           tmp_sharedflag='--shared' ;;
8804         xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8805           tmp_sharedflag='-qmkshrobj'
8806           tmp_addflag= ;;
8807         nvcc*)  # Cuda Compiler Driver 2.2
8808           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'
8809           compiler_needs_object=yes
8810           ;;
8811         esac
8812         case `$CC -V 2>&1 | sed 5q` in
8813         *Sun\ C*)                       # Sun C 5.9
8814           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'
8815           compiler_needs_object=yes
8816           tmp_sharedflag='-G' ;;
8817         *Sun\ F*)                       # Sun Fortran 8.3
8818           tmp_sharedflag='-G' ;;
8819         esac
8820         archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8821
8822         if test "x$supports_anon_versioning" = xyes; then
8823           archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8824             cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8825             echo "local: *; };" >> $output_objdir/$libname.ver~
8826             $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8827         fi
8828
8829         case $cc_basename in
8830         xlf* | bgf* | bgxlf* | mpixlf*)
8831           # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8832           whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8833           hardcode_libdir_flag_spec=
8834           hardcode_libdir_flag_spec_ld='-rpath $libdir'
8835           archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8836           if test "x$supports_anon_versioning" = xyes; then
8837             archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8838               cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8839               echo "local: *; };" >> $output_objdir/$libname.ver~
8840               $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8841           fi
8842           ;;
8843         esac
8844       else
8845         ld_shlibs=no
8846       fi
8847       ;;
8848
8849     netbsd*)
8850       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8851         archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8852         wlarc=
8853       else
8854         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8855         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8856       fi
8857       ;;
8858
8859     solaris*)
8860       if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8861         ld_shlibs=no
8862         cat <<_LT_EOF 1>&2
8863
8864 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8865 *** create shared libraries on Solaris systems.  Therefore, libtool
8866 *** is disabling shared libraries support.  We urge you to upgrade GNU
8867 *** binutils to release 2.9.1 or newer.  Another option is to modify
8868 *** your PATH or compiler configuration so that the native linker is
8869 *** used, and then restart.
8870
8871 _LT_EOF
8872       elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8873         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8874         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8875       else
8876         ld_shlibs=no
8877       fi
8878       ;;
8879
8880     sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8881       case `$LD -v 2>&1` in
8882         *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8883         ld_shlibs=no
8884         cat <<_LT_EOF 1>&2
8885
8886 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8887 *** reliably create shared libraries on SCO systems.  Therefore, libtool
8888 *** is disabling shared libraries support.  We urge you to upgrade GNU
8889 *** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
8890 *** your PATH or compiler configuration so that the native linker is
8891 *** used, and then restart.
8892
8893 _LT_EOF
8894         ;;
8895         *)
8896           # For security reasons, it is highly recommended that you always
8897           # use absolute paths for naming shared libraries, and exclude the
8898           # DT_RUNPATH tag from executables and libraries.  But doing so
8899           # requires that you compile everything twice, which is a pain.
8900           if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8901             hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8902             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8903             archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8904           else
8905             ld_shlibs=no
8906           fi
8907         ;;
8908       esac
8909       ;;
8910
8911     sunos4*)
8912       archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8913       wlarc=
8914       hardcode_direct=yes
8915       hardcode_shlibpath_var=no
8916       ;;
8917
8918     *)
8919       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8920         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8921         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8922       else
8923         ld_shlibs=no
8924       fi
8925       ;;
8926     esac
8927
8928     if test "$ld_shlibs" = no; then
8929       runpath_var=
8930       hardcode_libdir_flag_spec=
8931       export_dynamic_flag_spec=
8932       whole_archive_flag_spec=
8933     fi
8934   else
8935     # PORTME fill in a description of your system's linker (not GNU ld)
8936     case $host_os in
8937     aix3*)
8938       allow_undefined_flag=unsupported
8939       always_export_symbols=yes
8940       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'
8941       # Note: this linker hardcodes the directories in LIBPATH if there
8942       # are no directories specified by -L.
8943       hardcode_minus_L=yes
8944       if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8945         # Neither direct hardcoding nor static linking is supported with a
8946         # broken collect2.
8947         hardcode_direct=unsupported
8948       fi
8949       ;;
8950
8951     aix[4-9]*)
8952       if test "$host_cpu" = ia64; then
8953         # On IA64, the linker does run time linking by default, so we don't
8954         # have to do anything special.
8955         aix_use_runtimelinking=no
8956         exp_sym_flag='-Bexport'
8957         no_entry_flag=""
8958       else
8959         # If we're using GNU nm, then we don't want the "-C" option.
8960         # -C means demangle to AIX nm, but means don't demangle with GNU nm
8961         # Also, AIX nm treats weak defined symbols like other global
8962         # defined symbols, whereas GNU nm marks them as "W".
8963         if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8964           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'
8965         else
8966           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'
8967         fi
8968         aix_use_runtimelinking=no
8969
8970         # Test if we are trying to use run time linking or normal
8971         # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8972         # need to do runtime linking.
8973         case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8974           for ld_flag in $LDFLAGS; do
8975           if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8976             aix_use_runtimelinking=yes
8977             break
8978           fi
8979           done
8980           ;;
8981         esac
8982
8983         exp_sym_flag='-bexport'
8984         no_entry_flag='-bnoentry'
8985       fi
8986
8987       # When large executables or shared objects are built, AIX ld can
8988       # have problems creating the table of contents.  If linking a library
8989       # or program results in "error TOC overflow" add -mminimal-toc to
8990       # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
8991       # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8992
8993       archive_cmds=''
8994       hardcode_direct=yes
8995       hardcode_direct_absolute=yes
8996       hardcode_libdir_separator=':'
8997       link_all_deplibs=yes
8998       file_list_spec='${wl}-f,'
8999
9000       if test "$GCC" = yes; then
9001         case $host_os in aix4.[012]|aix4.[012].*)
9002         # We only want to do this on AIX 4.2 and lower, the check
9003         # below for broken collect2 doesn't work under 4.3+
9004           collect2name=`${CC} -print-prog-name=collect2`
9005           if test -f "$collect2name" &&
9006            strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9007           then
9008           # We have reworked collect2
9009           :
9010           else
9011           # We have old collect2
9012           hardcode_direct=unsupported
9013           # It fails to find uninstalled libraries when the uninstalled
9014           # path is not listed in the libpath.  Setting hardcode_minus_L
9015           # to unsupported forces relinking
9016           hardcode_minus_L=yes
9017           hardcode_libdir_flag_spec='-L$libdir'
9018           hardcode_libdir_separator=
9019           fi
9020           ;;
9021         esac
9022         shared_flag='-shared'
9023         if test "$aix_use_runtimelinking" = yes; then
9024           shared_flag="$shared_flag "'${wl}-G'
9025         fi
9026       else
9027         # not using gcc
9028         if test "$host_cpu" = ia64; then
9029         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9030         # chokes on -Wl,-G. The following line is correct:
9031           shared_flag='-G'
9032         else
9033           if test "$aix_use_runtimelinking" = yes; then
9034             shared_flag='${wl}-G'
9035           else
9036             shared_flag='${wl}-bM:SRE'
9037           fi
9038         fi
9039       fi
9040
9041       export_dynamic_flag_spec='${wl}-bexpall'
9042       # It seems that -bexpall does not export symbols beginning with
9043       # underscore (_), so it is better to generate a list of symbols to export.
9044       always_export_symbols=yes
9045       if test "$aix_use_runtimelinking" = yes; then
9046         # Warning - without using the other runtime loading flags (-brtl),
9047         # -berok will link without error, but may produce a broken library.
9048         allow_undefined_flag='-berok'
9049         # Determine the default libpath from the value encoded in an
9050         # empty executable.
9051         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9052 /* end confdefs.h.  */
9053
9054 int
9055 main ()
9056 {
9057
9058   ;
9059   return 0;
9060 }
9061 _ACEOF
9062 if ac_fn_c_try_link "$LINENO"; then :
9063
9064 lt_aix_libpath_sed='
9065     /Import File Strings/,/^$/ {
9066         /^0/ {
9067             s/^0  *\(.*\)$/\1/
9068             p
9069         }
9070     }'
9071 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9072 # Check for a 64-bit object if we didn't find anything.
9073 if test -z "$aix_libpath"; then
9074   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9075 fi
9076 fi
9077 rm -f core conftest.err conftest.$ac_objext \
9078     conftest$ac_exeext conftest.$ac_ext
9079 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9080
9081         hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9082         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"
9083       else
9084         if test "$host_cpu" = ia64; then
9085           hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9086           allow_undefined_flag="-z nodefs"
9087           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"
9088         else
9089          # Determine the default libpath from the value encoded in an
9090          # empty executable.
9091          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9092 /* end confdefs.h.  */
9093
9094 int
9095 main ()
9096 {
9097
9098   ;
9099   return 0;
9100 }
9101 _ACEOF
9102 if ac_fn_c_try_link "$LINENO"; then :
9103
9104 lt_aix_libpath_sed='
9105     /Import File Strings/,/^$/ {
9106         /^0/ {
9107             s/^0  *\(.*\)$/\1/
9108             p
9109         }
9110     }'
9111 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9112 # Check for a 64-bit object if we didn't find anything.
9113 if test -z "$aix_libpath"; then
9114   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9115 fi
9116 fi
9117 rm -f core conftest.err conftest.$ac_objext \
9118     conftest$ac_exeext conftest.$ac_ext
9119 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9120
9121          hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9122           # Warning - without using the other run time loading flags,
9123           # -berok will link without error, but may produce a broken library.
9124           no_undefined_flag=' ${wl}-bernotok'
9125           allow_undefined_flag=' ${wl}-berok'
9126           if test "$with_gnu_ld" = yes; then
9127             # We only use this code for GNU lds that support --whole-archive.
9128             whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9129           else
9130             # Exported symbols can be pulled into shared objects from archives
9131             whole_archive_flag_spec='$convenience'
9132           fi
9133           archive_cmds_need_lc=yes
9134           # This is similar to how AIX traditionally builds its shared libraries.
9135           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'
9136         fi
9137       fi
9138       ;;
9139
9140     amigaos*)
9141       case $host_cpu in
9142       powerpc)
9143             # see comment about AmigaOS4 .so support
9144             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9145             archive_expsym_cmds=''
9146         ;;
9147       m68k)
9148             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)'
9149             hardcode_libdir_flag_spec='-L$libdir'
9150             hardcode_minus_L=yes
9151         ;;
9152       esac
9153       ;;
9154
9155     bsdi[45]*)
9156       export_dynamic_flag_spec=-rdynamic
9157       ;;
9158
9159     cygwin* | mingw* | pw32* | cegcc*)
9160       # When not using gcc, we currently assume that we are using
9161       # Microsoft Visual C++.
9162       # hardcode_libdir_flag_spec is actually meaningless, as there is
9163       # no search path for DLLs.
9164       hardcode_libdir_flag_spec=' '
9165       allow_undefined_flag=unsupported
9166       # Tell ltmain to make .lib files, not .a files.
9167       libext=lib
9168       # Tell ltmain to make .dll files, not .so files.
9169       shrext_cmds=".dll"
9170       # FIXME: Setting linknames here is a bad hack.
9171       archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9172       # The linker will automatically build a .lib file if we build a DLL.
9173       old_archive_from_new_cmds='true'
9174       # FIXME: Should let the user specify the lib program.
9175       old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9176       fix_srcfile_path='`cygpath -w "$srcfile"`'
9177       enable_shared_with_static_runtimes=yes
9178       ;;
9179
9180     darwin* | rhapsody*)
9181
9182
9183   archive_cmds_need_lc=no
9184   hardcode_direct=no
9185   hardcode_automatic=yes
9186   hardcode_shlibpath_var=unsupported
9187   if test "$lt_cv_ld_force_load" = "yes"; then
9188     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\"`'
9189   else
9190     whole_archive_flag_spec=''
9191   fi
9192   link_all_deplibs=yes
9193   allow_undefined_flag="$_lt_dar_allow_undefined"
9194   case $cc_basename in
9195      ifort*) _lt_dar_can_shared=yes ;;
9196      *) _lt_dar_can_shared=$GCC ;;
9197   esac
9198   if test "$_lt_dar_can_shared" = "yes"; then
9199     output_verbose_link_cmd=func_echo_all
9200     archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9201     module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9202     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}"
9203     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}"
9204
9205   else
9206   ld_shlibs=no
9207   fi
9208
9209       ;;
9210
9211     dgux*)
9212       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9213       hardcode_libdir_flag_spec='-L$libdir'
9214       hardcode_shlibpath_var=no
9215       ;;
9216
9217     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9218     # support.  Future versions do this automatically, but an explicit c++rt0.o
9219     # does not break anything, and helps significantly (at the cost of a little
9220     # extra space).
9221     freebsd2.2*)
9222       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9223       hardcode_libdir_flag_spec='-R$libdir'
9224       hardcode_direct=yes
9225       hardcode_shlibpath_var=no
9226       ;;
9227
9228     # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9229     freebsd2.*)
9230       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9231       hardcode_direct=yes
9232       hardcode_minus_L=yes
9233       hardcode_shlibpath_var=no
9234       ;;
9235
9236     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9237     freebsd* | dragonfly*)
9238       archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9239       hardcode_libdir_flag_spec='-R$libdir'
9240       hardcode_direct=yes
9241       hardcode_shlibpath_var=no
9242       ;;
9243
9244     hpux9*)
9245       if test "$GCC" = yes; then
9246         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'
9247       else
9248         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'
9249       fi
9250       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9251       hardcode_libdir_separator=:
9252       hardcode_direct=yes
9253
9254       # hardcode_minus_L: Not really in the search PATH,
9255       # but as the default location of the library.
9256       hardcode_minus_L=yes
9257       export_dynamic_flag_spec='${wl}-E'
9258       ;;
9259
9260     hpux10*)
9261       if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9262         archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9263       else
9264         archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9265       fi
9266       if test "$with_gnu_ld" = no; then
9267         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9268         hardcode_libdir_flag_spec_ld='+b $libdir'
9269         hardcode_libdir_separator=:
9270         hardcode_direct=yes
9271         hardcode_direct_absolute=yes
9272         export_dynamic_flag_spec='${wl}-E'
9273         # hardcode_minus_L: Not really in the search PATH,
9274         # but as the default location of the library.
9275         hardcode_minus_L=yes
9276       fi
9277       ;;
9278
9279     hpux11*)
9280       if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9281         case $host_cpu in
9282         hppa*64*)
9283           archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9284           ;;
9285         ia64*)
9286           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9287           ;;
9288         *)
9289           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9290           ;;
9291         esac
9292       else
9293         case $host_cpu in
9294         hppa*64*)
9295           archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9296           ;;
9297         ia64*)
9298           archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9299           ;;
9300         *)
9301
9302           # Older versions of the 11.00 compiler do not understand -b yet
9303           # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9304           { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9305 $as_echo_n "checking if $CC understands -b... " >&6; }
9306 if ${lt_cv_prog_compiler__b+:} false; then :
9307   $as_echo_n "(cached) " >&6
9308 else
9309   lt_cv_prog_compiler__b=no
9310    save_LDFLAGS="$LDFLAGS"
9311    LDFLAGS="$LDFLAGS -b"
9312    echo "$lt_simple_link_test_code" > conftest.$ac_ext
9313    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9314      # The linker can only warn and ignore the option if not recognized
9315      # So say no if there are warnings
9316      if test -s conftest.err; then
9317        # Append any errors to the config.log.
9318        cat conftest.err 1>&5
9319        $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9320        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9321        if diff conftest.exp conftest.er2 >/dev/null; then
9322          lt_cv_prog_compiler__b=yes
9323        fi
9324      else
9325        lt_cv_prog_compiler__b=yes
9326      fi
9327    fi
9328    $RM -r conftest*
9329    LDFLAGS="$save_LDFLAGS"
9330
9331 fi
9332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9333 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9334
9335 if test x"$lt_cv_prog_compiler__b" = xyes; then
9336     archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9337 else
9338     archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9339 fi
9340
9341           ;;
9342         esac
9343       fi
9344       if test "$with_gnu_ld" = no; then
9345         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9346         hardcode_libdir_separator=:
9347
9348         case $host_cpu in
9349         hppa*64*|ia64*)
9350           hardcode_direct=no
9351           hardcode_shlibpath_var=no
9352           ;;
9353         *)
9354           hardcode_direct=yes
9355           hardcode_direct_absolute=yes
9356           export_dynamic_flag_spec='${wl}-E'
9357
9358           # hardcode_minus_L: Not really in the search PATH,
9359           # but as the default location of the library.
9360           hardcode_minus_L=yes
9361           ;;
9362         esac
9363       fi
9364       ;;
9365
9366     irix5* | irix6* | nonstopux*)
9367       if test "$GCC" = yes; then
9368         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'
9369         # Try to use the -exported_symbol ld option, if it does not
9370         # work, assume that -exports_file does not work either and
9371         # implicitly export all symbols.
9372         save_LDFLAGS="$LDFLAGS"
9373         LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9374         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9375 /* end confdefs.h.  */
9376 int foo(void) {}
9377 _ACEOF
9378 if ac_fn_c_try_link "$LINENO"; then :
9379   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'
9380
9381 fi
9382 rm -f core conftest.err conftest.$ac_objext \
9383     conftest$ac_exeext conftest.$ac_ext
9384         LDFLAGS="$save_LDFLAGS"
9385       else
9386         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'
9387         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'
9388       fi
9389       archive_cmds_need_lc='no'
9390       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9391       hardcode_libdir_separator=:
9392       inherit_rpath=yes
9393       link_all_deplibs=yes
9394       ;;
9395
9396     netbsd*)
9397       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9398         archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
9399       else
9400         archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
9401       fi
9402       hardcode_libdir_flag_spec='-R$libdir'
9403       hardcode_direct=yes
9404       hardcode_shlibpath_var=no
9405       ;;
9406
9407     newsos6)
9408       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9409       hardcode_direct=yes
9410       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9411       hardcode_libdir_separator=:
9412       hardcode_shlibpath_var=no
9413       ;;
9414
9415     *nto* | *qnx*)
9416       ;;
9417
9418     openbsd*)
9419       if test -f /usr/libexec/ld.so; then
9420         hardcode_direct=yes
9421         hardcode_shlibpath_var=no
9422         hardcode_direct_absolute=yes
9423         if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9424           archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9425           archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9426           hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9427           export_dynamic_flag_spec='${wl}-E'
9428         else
9429           case $host_os in
9430            openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9431              archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9432              hardcode_libdir_flag_spec='-R$libdir'
9433              ;;
9434            *)
9435              archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9436              hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9437              ;;
9438           esac
9439         fi
9440       else
9441         ld_shlibs=no
9442       fi
9443       ;;
9444
9445     os2*)
9446       hardcode_libdir_flag_spec='-L$libdir'
9447       hardcode_minus_L=yes
9448       allow_undefined_flag=unsupported
9449       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'
9450       old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9451       ;;
9452
9453     osf3*)
9454       if test "$GCC" = yes; then
9455         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9456         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'
9457       else
9458         allow_undefined_flag=' -expect_unresolved \*'
9459         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'
9460       fi
9461       archive_cmds_need_lc='no'
9462       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9463       hardcode_libdir_separator=:
9464       ;;
9465
9466     osf4* | osf5*)      # as osf3* with the addition of -msym flag
9467       if test "$GCC" = yes; then
9468         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9469         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'
9470         hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9471       else
9472         allow_undefined_flag=' -expect_unresolved \*'
9473         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'
9474         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~
9475         $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'
9476
9477         # Both c and cxx compiler support -rpath directly
9478         hardcode_libdir_flag_spec='-rpath $libdir'
9479       fi
9480       archive_cmds_need_lc='no'
9481       hardcode_libdir_separator=:
9482       ;;
9483
9484     solaris*)
9485       no_undefined_flag=' -z defs'
9486       if test "$GCC" = yes; then
9487         wlarc='${wl}'
9488         archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9489         archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9490           $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9491       else
9492         case `$CC -V 2>&1` in
9493         *"Compilers 5.0"*)
9494           wlarc=''
9495           archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9496           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9497           $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9498           ;;
9499         *)
9500           wlarc='${wl}'
9501           archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9502           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9503           $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9504           ;;
9505         esac
9506       fi
9507       hardcode_libdir_flag_spec='-R$libdir'
9508       hardcode_shlibpath_var=no
9509       case $host_os in
9510       solaris2.[0-5] | solaris2.[0-5].*) ;;
9511       *)
9512         # The compiler driver will combine and reorder linker options,
9513         # but understands `-z linker_flag'.  GCC discards it without `$wl',
9514         # but is careful enough not to reorder.
9515         # Supported since Solaris 2.6 (maybe 2.5.1?)
9516         if test "$GCC" = yes; then
9517           whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9518         else
9519           whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9520         fi
9521         ;;
9522       esac
9523       link_all_deplibs=yes
9524       ;;
9525
9526     sunos4*)
9527       if test "x$host_vendor" = xsequent; then
9528         # Use $CC to link under sequent, because it throws in some extra .o
9529         # files that make .init and .fini sections work.
9530         archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9531       else
9532         archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9533       fi
9534       hardcode_libdir_flag_spec='-L$libdir'
9535       hardcode_direct=yes
9536       hardcode_minus_L=yes
9537       hardcode_shlibpath_var=no
9538       ;;
9539
9540     sysv4)
9541       case $host_vendor in
9542         sni)
9543           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9544           hardcode_direct=yes # is this really true???
9545         ;;
9546         siemens)
9547           ## LD is ld it makes a PLAMLIB
9548           ## CC just makes a GrossModule.
9549           archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9550           reload_cmds='$CC -r -o $output$reload_objs'
9551           hardcode_direct=no
9552         ;;
9553         motorola)
9554           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9555           hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9556         ;;
9557       esac
9558       runpath_var='LD_RUN_PATH'
9559       hardcode_shlibpath_var=no
9560       ;;
9561
9562     sysv4.3*)
9563       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9564       hardcode_shlibpath_var=no
9565       export_dynamic_flag_spec='-Bexport'
9566       ;;
9567
9568     sysv4*MP*)
9569       if test -d /usr/nec; then
9570         archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9571         hardcode_shlibpath_var=no
9572         runpath_var=LD_RUN_PATH
9573         hardcode_runpath_var=yes
9574         ld_shlibs=yes
9575       fi
9576       ;;
9577
9578     sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9579       no_undefined_flag='${wl}-z,text'
9580       archive_cmds_need_lc=no
9581       hardcode_shlibpath_var=no
9582       runpath_var='LD_RUN_PATH'
9583
9584       if test "$GCC" = yes; then
9585         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9586         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9587       else
9588         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9589         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9590       fi
9591       ;;
9592
9593     sysv5* | sco3.2v5* | sco5v6*)
9594       # Note: We can NOT use -z defs as we might desire, because we do not
9595       # link with -lc, and that would cause any symbols used from libc to
9596       # always be unresolved, which means just about no library would
9597       # ever link correctly.  If we're not using GNU ld we use -z text
9598       # though, which does catch some bad symbols but isn't as heavy-handed
9599       # as -z defs.
9600       no_undefined_flag='${wl}-z,text'
9601       allow_undefined_flag='${wl}-z,nodefs'
9602       archive_cmds_need_lc=no
9603       hardcode_shlibpath_var=no
9604       hardcode_libdir_flag_spec='${wl}-R,$libdir'
9605       hardcode_libdir_separator=':'
9606       link_all_deplibs=yes
9607       export_dynamic_flag_spec='${wl}-Bexport'
9608       runpath_var='LD_RUN_PATH'
9609
9610       if test "$GCC" = yes; then
9611         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9612         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9613       else
9614         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9615         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9616       fi
9617       ;;
9618
9619     uts4*)
9620       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9621       hardcode_libdir_flag_spec='-L$libdir'
9622       hardcode_shlibpath_var=no
9623       ;;
9624
9625     *)
9626       ld_shlibs=no
9627       ;;
9628     esac
9629
9630     if test x$host_vendor = xsni; then
9631       case $host in
9632       sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9633         export_dynamic_flag_spec='${wl}-Blargedynsym'
9634         ;;
9635       esac
9636     fi
9637   fi
9638
9639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9640 $as_echo "$ld_shlibs" >&6; }
9641 test "$ld_shlibs" = no && can_build_shared=no
9642
9643 with_gnu_ld=$with_gnu_ld
9644
9645
9646
9647
9648
9649
9650
9651
9652
9653
9654
9655
9656
9657
9658
9659 #
9660 # Do we need to explicitly link libc?
9661 #
9662 case "x$archive_cmds_need_lc" in
9663 x|xyes)
9664   # Assume -lc should be added
9665   archive_cmds_need_lc=yes
9666
9667   if test "$enable_shared" = yes && test "$GCC" = yes; then
9668     case $archive_cmds in
9669     *'~'*)
9670       # FIXME: we may have to deal with multi-command sequences.
9671       ;;
9672     '$CC '*)
9673       # Test whether the compiler implicitly links with -lc since on some
9674       # systems, -lgcc has to come before -lc. If gcc already passes -lc
9675       # to ld, don't add -lc before -lgcc.
9676       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9677 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9678 if ${lt_cv_archive_cmds_need_lc+:} false; then :
9679   $as_echo_n "(cached) " >&6
9680 else
9681   $RM conftest*
9682         echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9683
9684         if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9685   (eval $ac_compile) 2>&5
9686   ac_status=$?
9687   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9688   test $ac_status = 0; } 2>conftest.err; then
9689           soname=conftest
9690           lib=conftest
9691           libobjs=conftest.$ac_objext
9692           deplibs=
9693           wl=$lt_prog_compiler_wl
9694           pic_flag=$lt_prog_compiler_pic
9695           compiler_flags=-v
9696           linker_flags=-v
9697           verstring=
9698           output_objdir=.
9699           libname=conftest
9700           lt_save_allow_undefined_flag=$allow_undefined_flag
9701           allow_undefined_flag=
9702           if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9703   (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9704   ac_status=$?
9705   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9706   test $ac_status = 0; }
9707           then
9708             lt_cv_archive_cmds_need_lc=no
9709           else
9710             lt_cv_archive_cmds_need_lc=yes
9711           fi
9712           allow_undefined_flag=$lt_save_allow_undefined_flag
9713         else
9714           cat conftest.err 1>&5
9715         fi
9716         $RM conftest*
9717
9718 fi
9719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9720 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9721       archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9722       ;;
9723     esac
9724   fi
9725   ;;
9726 esac
9727
9728
9729
9730
9731
9732
9733
9734
9735
9736
9737
9738
9739
9740
9741
9742
9743
9744
9745
9746
9747
9748
9749
9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762
9763
9764
9765
9766
9767
9768
9769
9770
9771
9772
9773
9774
9775
9776
9777
9778
9779
9780
9781
9782
9783
9784
9785
9786
9787
9788
9789
9790
9791
9792
9793
9794
9795
9796
9797
9798
9799
9800
9801
9802
9803
9804
9805
9806
9807
9808
9809
9810
9811
9812
9813
9814
9815
9816
9817
9818
9819
9820
9821
9822
9823
9824
9825
9826
9827
9828
9829
9830
9831
9832
9833
9834
9835
9836
9837
9838
9839
9840
9841
9842
9843
9844
9845
9846
9847
9848
9849
9850
9851
9852
9853
9854
9855
9856
9857
9858
9859
9860
9861
9862
9863
9864
9865
9866
9867
9868
9869
9870
9871
9872
9873
9874
9875
9876
9877
9878
9879
9880
9881
9882
9883
9884   { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9885 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9886
9887 if test "$GCC" = yes; then
9888   case $host_os in
9889     darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9890     *) lt_awk_arg="/^libraries:/" ;;
9891   esac
9892   case $host_os in
9893     mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9894     *) lt_sed_strip_eq="s,=/,/,g" ;;
9895   esac
9896   lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9897   case $lt_search_path_spec in
9898   *\;*)
9899     # if the path contains ";" then we assume it to be the separator
9900     # otherwise default to the standard path separator (i.e. ":") - it is
9901     # assumed that no part of a normal pathname contains ";" but that should
9902     # okay in the real world where ";" in dirpaths is itself problematic.
9903     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9904     ;;
9905   *)
9906     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9907     ;;
9908   esac
9909   # Ok, now we have the path, separated by spaces, we can step through it
9910   # and add multilib dir if necessary.
9911   lt_tmp_lt_search_path_spec=
9912   lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9913   for lt_sys_path in $lt_search_path_spec; do
9914     if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9915       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9916     else
9917       test -d "$lt_sys_path" && \
9918         lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9919     fi
9920   done
9921   lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9922 BEGIN {RS=" "; FS="/|\n";} {
9923   lt_foo="";
9924   lt_count=0;
9925   for (lt_i = NF; lt_i > 0; lt_i--) {
9926     if ($lt_i != "" && $lt_i != ".") {
9927       if ($lt_i == "..") {
9928         lt_count++;
9929       } else {
9930         if (lt_count == 0) {
9931           lt_foo="/" $lt_i lt_foo;
9932         } else {
9933           lt_count--;
9934         }
9935       }
9936     }
9937   }
9938   if (lt_foo != "") { lt_freq[lt_foo]++; }
9939   if (lt_freq[lt_foo] == 1) { print lt_foo; }
9940 }'`
9941   # AWK program above erroneously prepends '/' to C:/dos/paths
9942   # for these hosts.
9943   case $host_os in
9944     mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9945       $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9946   esac
9947   sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9948 else
9949   sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9950 fi
9951 library_names_spec=
9952 libname_spec='lib$name'
9953 soname_spec=
9954 shrext_cmds=".so"
9955 postinstall_cmds=
9956 postuninstall_cmds=
9957 finish_cmds=
9958 finish_eval=
9959 shlibpath_var=
9960 shlibpath_overrides_runpath=unknown
9961 version_type=none
9962 dynamic_linker="$host_os ld.so"
9963 sys_lib_dlsearch_path_spec="/lib /usr/lib"
9964 need_lib_prefix=unknown
9965 hardcode_into_libs=no
9966
9967 # when you set need_version to no, make sure it does not cause -set_version
9968 # flags to be left without arguments
9969 need_version=unknown
9970
9971 case $host_os in
9972 aix3*)
9973   version_type=linux
9974   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9975   shlibpath_var=LIBPATH
9976
9977   # AIX 3 has no versioning support, so we append a major version to the name.
9978   soname_spec='${libname}${release}${shared_ext}$major'
9979   ;;
9980
9981 aix[4-9]*)
9982   version_type=linux
9983   need_lib_prefix=no
9984   need_version=no
9985   hardcode_into_libs=yes
9986   if test "$host_cpu" = ia64; then
9987     # AIX 5 supports IA64
9988     library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9989     shlibpath_var=LD_LIBRARY_PATH
9990   else
9991     # With GCC up to 2.95.x, collect2 would create an import file
9992     # for dependence libraries.  The import file would start with
9993     # the line `#! .'.  This would cause the generated library to
9994     # depend on `.', always an invalid library.  This was fixed in
9995     # development snapshots of GCC prior to 3.0.
9996     case $host_os in
9997       aix4 | aix4.[01] | aix4.[01].*)
9998       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9999            echo ' yes '
10000            echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10001         :
10002       else
10003         can_build_shared=no
10004       fi
10005       ;;
10006     esac
10007     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10008     # soname into executable. Probably we can add versioning support to
10009     # collect2, so additional links can be useful in future.
10010     if test "$aix_use_runtimelinking" = yes; then
10011       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10012       # instead of lib<name>.a to let people know that these are not
10013       # typical AIX shared libraries.
10014       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10015     else
10016       # We preserve .a as extension for shared libraries through AIX4.2
10017       # and later when we are not doing run time linking.
10018       library_names_spec='${libname}${release}.a $libname.a'
10019       soname_spec='${libname}${release}${shared_ext}$major'
10020     fi
10021     shlibpath_var=LIBPATH
10022   fi
10023   ;;
10024
10025 amigaos*)
10026   case $host_cpu in
10027   powerpc)
10028     # Since July 2007 AmigaOS4 officially supports .so libraries.
10029     # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10030     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10031     ;;
10032   m68k)
10033     library_names_spec='$libname.ixlibrary $libname.a'
10034     # Create ${libname}_ixlibrary.a entries in /sys/libs.
10035     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'
10036     ;;
10037   esac
10038   ;;
10039
10040 beos*)
10041   library_names_spec='${libname}${shared_ext}'
10042   dynamic_linker="$host_os ld.so"
10043   shlibpath_var=LIBRARY_PATH
10044   ;;
10045
10046 bsdi[45]*)
10047   version_type=linux
10048   need_version=no
10049   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10050   soname_spec='${libname}${release}${shared_ext}$major'
10051   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10052   shlibpath_var=LD_LIBRARY_PATH
10053   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10054   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10055   # the default ld.so.conf also contains /usr/contrib/lib and
10056   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10057   # libtool to hard-code these into programs
10058   ;;
10059
10060 cygwin* | mingw* | pw32* | cegcc*)
10061   version_type=windows
10062   shrext_cmds=".dll"
10063   need_version=no
10064   need_lib_prefix=no
10065
10066   case $GCC,$host_os in
10067   yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10068     library_names_spec='$libname.dll.a'
10069     # DLL is installed to $(libdir)/../bin by postinstall_cmds
10070     postinstall_cmds='base_file=`basename \${file}`~
10071       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10072       dldir=$destdir/`dirname \$dlpath`~
10073       test -d \$dldir || mkdir -p \$dldir~
10074       $install_prog $dir/$dlname \$dldir/$dlname~
10075       chmod a+x \$dldir/$dlname~
10076       if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10077         eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10078       fi'
10079     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10080       dlpath=$dir/\$dldll~
10081        $RM \$dlpath'
10082     shlibpath_overrides_runpath=yes
10083
10084     case $host_os in
10085     cygwin*)
10086       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10087       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10088
10089       sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10090       ;;
10091     mingw* | cegcc*)
10092       # MinGW DLLs use traditional 'lib' prefix
10093       soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10094       ;;
10095     pw32*)
10096       # pw32 DLLs use 'pw' prefix rather than 'lib'
10097       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10098       ;;
10099     esac
10100     ;;
10101
10102   *)
10103     library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10104     ;;
10105   esac
10106   dynamic_linker='Win32 ld.exe'
10107   # FIXME: first we should search . and the directory the executable is in
10108   shlibpath_var=PATH
10109   ;;
10110
10111 darwin* | rhapsody*)
10112   dynamic_linker="$host_os dyld"
10113   version_type=darwin
10114   need_lib_prefix=no
10115   need_version=no
10116   library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10117   soname_spec='${libname}${release}${major}$shared_ext'
10118   shlibpath_overrides_runpath=yes
10119   shlibpath_var=DYLD_LIBRARY_PATH
10120   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10121
10122   sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10123   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10124   ;;
10125
10126 dgux*)
10127   version_type=linux
10128   need_lib_prefix=no
10129   need_version=no
10130   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10131   soname_spec='${libname}${release}${shared_ext}$major'
10132   shlibpath_var=LD_LIBRARY_PATH
10133   ;;
10134
10135 freebsd* | dragonfly*)
10136   # DragonFly does not have aout.  When/if they implement a new
10137   # versioning mechanism, adjust this.
10138   if test -x /usr/bin/objformat; then
10139     objformat=`/usr/bin/objformat`
10140   else
10141     case $host_os in
10142     freebsd[23].*) objformat=aout ;;
10143     *) objformat=elf ;;
10144     esac
10145   fi
10146   version_type=freebsd-$objformat
10147   case $version_type in
10148     freebsd-elf*)
10149       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10150       need_version=no
10151       need_lib_prefix=no
10152       ;;
10153     freebsd-*)
10154       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10155       need_version=yes
10156       ;;
10157   esac
10158   shlibpath_var=LD_LIBRARY_PATH
10159   case $host_os in
10160   freebsd2.*)
10161     shlibpath_overrides_runpath=yes
10162     ;;
10163   freebsd3.[01]* | freebsdelf3.[01]*)
10164     shlibpath_overrides_runpath=yes
10165     hardcode_into_libs=yes
10166     ;;
10167   freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10168   freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10169     shlibpath_overrides_runpath=no
10170     hardcode_into_libs=yes
10171     ;;
10172   *) # from 4.6 on, and DragonFly
10173     shlibpath_overrides_runpath=yes
10174     hardcode_into_libs=yes
10175     ;;
10176   esac
10177   ;;
10178
10179 haiku*)
10180   version_type=linux
10181   need_lib_prefix=no
10182   need_version=no
10183   dynamic_linker="$host_os runtime_loader"
10184   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10185   soname_spec='${libname}${release}${shared_ext}$major'
10186   shlibpath_var=LIBRARY_PATH
10187   shlibpath_overrides_runpath=yes
10188   sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
10189   hardcode_into_libs=yes
10190   ;;
10191
10192 hpux9* | hpux10* | hpux11*)
10193   # Give a soname corresponding to the major version so that dld.sl refuses to
10194   # link against other versions.
10195   version_type=sunos
10196   need_lib_prefix=no
10197   need_version=no
10198   case $host_cpu in
10199   ia64*)
10200     shrext_cmds='.so'
10201     hardcode_into_libs=yes
10202     dynamic_linker="$host_os dld.so"
10203     shlibpath_var=LD_LIBRARY_PATH
10204     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10205     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10206     soname_spec='${libname}${release}${shared_ext}$major'
10207     if test "X$HPUX_IA64_MODE" = X32; then
10208       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10209     else
10210       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10211     fi
10212     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10213     ;;
10214   hppa*64*)
10215     shrext_cmds='.sl'
10216     hardcode_into_libs=yes
10217     dynamic_linker="$host_os dld.sl"
10218     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10219     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10220     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10221     soname_spec='${libname}${release}${shared_ext}$major'
10222     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10223     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10224     ;;
10225   *)
10226     shrext_cmds='.sl'
10227     dynamic_linker="$host_os dld.sl"
10228     shlibpath_var=SHLIB_PATH
10229     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10230     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10231     soname_spec='${libname}${release}${shared_ext}$major'
10232     ;;
10233   esac
10234   # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10235   postinstall_cmds='chmod 555 $lib'
10236   # or fails outright, so override atomically:
10237   install_override_mode=555
10238   ;;
10239
10240 interix[3-9]*)
10241   version_type=linux
10242   need_lib_prefix=no
10243   need_version=no
10244   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10245   soname_spec='${libname}${release}${shared_ext}$major'
10246   dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10247   shlibpath_var=LD_LIBRARY_PATH
10248   shlibpath_overrides_runpath=no
10249   hardcode_into_libs=yes
10250   ;;
10251
10252 irix5* | irix6* | nonstopux*)
10253   case $host_os in
10254     nonstopux*) version_type=nonstopux ;;
10255     *)
10256         if test "$lt_cv_prog_gnu_ld" = yes; then
10257                 version_type=linux
10258         else
10259                 version_type=irix
10260         fi ;;
10261   esac
10262   need_lib_prefix=no
10263   need_version=no
10264   soname_spec='${libname}${release}${shared_ext}$major'
10265   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10266   case $host_os in
10267   irix5* | nonstopux*)
10268     libsuff= shlibsuff=
10269     ;;
10270   *)
10271     case $LD in # libtool.m4 will add one of these switches to LD
10272     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10273       libsuff= shlibsuff= libmagic=32-bit;;
10274     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10275       libsuff=32 shlibsuff=N32 libmagic=N32;;
10276     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10277       libsuff=64 shlibsuff=64 libmagic=64-bit;;
10278     *) libsuff= shlibsuff= libmagic=never-match;;
10279     esac
10280     ;;
10281   esac
10282   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10283   shlibpath_overrides_runpath=no
10284   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10285   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10286   hardcode_into_libs=yes
10287   ;;
10288
10289 # No shared lib support for Linux oldld, aout, or coff.
10290 linux*oldld* | linux*aout* | linux*coff*)
10291   dynamic_linker=no
10292   ;;
10293
10294 # This must be Linux ELF.
10295 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
10296   version_type=linux
10297   need_lib_prefix=no
10298   need_version=no
10299   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10300   soname_spec='${libname}${release}${shared_ext}$major'
10301   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10302   shlibpath_var=LD_LIBRARY_PATH
10303   shlibpath_overrides_runpath=no
10304
10305   # Some binutils ld are patched to set DT_RUNPATH
10306   if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10307   $as_echo_n "(cached) " >&6
10308 else
10309   lt_cv_shlibpath_overrides_runpath=no
10310     save_LDFLAGS=$LDFLAGS
10311     save_libdir=$libdir
10312     eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10313          LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10314     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10315 /* end confdefs.h.  */
10316
10317 int
10318 main ()
10319 {
10320
10321   ;
10322   return 0;
10323 }
10324 _ACEOF
10325 if ac_fn_c_try_link "$LINENO"; then :
10326   if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10327   lt_cv_shlibpath_overrides_runpath=yes
10328 fi
10329 fi
10330 rm -f core conftest.err conftest.$ac_objext \
10331     conftest$ac_exeext conftest.$ac_ext
10332     LDFLAGS=$save_LDFLAGS
10333     libdir=$save_libdir
10334
10335 fi
10336
10337   shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10338
10339   # This implies no fast_install, which is unacceptable.
10340   # Some rework will be needed to allow for fast_install
10341   # before this can be enabled.
10342   hardcode_into_libs=yes
10343
10344   # Append ld.so.conf contents to the search path
10345   if test -f /etc/ld.so.conf; then
10346     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' ' '`
10347     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10348   fi
10349
10350   # We used to test for /lib/ld.so.1 and disable shared libraries on
10351   # powerpc, because MkLinux only supported shared libraries with the
10352   # GNU dynamic linker.  Since this was broken with cross compilers,
10353   # most powerpc-linux boxes support dynamic linking these days and
10354   # people can always --disable-shared, the test was removed, and we
10355   # assume the GNU/Linux dynamic linker is in use.
10356   dynamic_linker='GNU/Linux ld.so'
10357   ;;
10358
10359 netbsd*)
10360   version_type=sunos
10361   need_lib_prefix=no
10362   need_version=no
10363   if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10364     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10365     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10366     dynamic_linker='NetBSD (a.out) ld.so'
10367   else
10368     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10369     soname_spec='${libname}${release}${shared_ext}$major'
10370     dynamic_linker='NetBSD ld.elf_so'
10371   fi
10372   shlibpath_var=LD_LIBRARY_PATH
10373   shlibpath_overrides_runpath=yes
10374   hardcode_into_libs=yes
10375   ;;
10376
10377 newsos6)
10378   version_type=linux
10379   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10380   shlibpath_var=LD_LIBRARY_PATH
10381   shlibpath_overrides_runpath=yes
10382   ;;
10383
10384 *nto* | *qnx*)
10385   version_type=qnx
10386   need_lib_prefix=no
10387   need_version=no
10388   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10389   soname_spec='${libname}${release}${shared_ext}$major'
10390   shlibpath_var=LD_LIBRARY_PATH
10391   shlibpath_overrides_runpath=no
10392   hardcode_into_libs=yes
10393   dynamic_linker='ldqnx.so'
10394   ;;
10395
10396 openbsd*)
10397   version_type=sunos
10398   sys_lib_dlsearch_path_spec="/usr/lib"
10399   need_lib_prefix=no
10400   # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10401   case $host_os in
10402     openbsd3.3 | openbsd3.3.*)  need_version=yes ;;
10403     *)                          need_version=no  ;;
10404   esac
10405   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10406   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10407   shlibpath_var=LD_LIBRARY_PATH
10408   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10409     case $host_os in
10410       openbsd2.[89] | openbsd2.[89].*)
10411         shlibpath_overrides_runpath=no
10412         ;;
10413       *)
10414         shlibpath_overrides_runpath=yes
10415         ;;
10416       esac
10417   else
10418     shlibpath_overrides_runpath=yes
10419   fi
10420   ;;
10421
10422 os2*)
10423   libname_spec='$name'
10424   shrext_cmds=".dll"
10425   need_lib_prefix=no
10426   library_names_spec='$libname${shared_ext} $libname.a'
10427   dynamic_linker='OS/2 ld.exe'
10428   shlibpath_var=LIBPATH
10429   ;;
10430
10431 osf3* | osf4* | osf5*)
10432   version_type=osf
10433   need_lib_prefix=no
10434   need_version=no
10435   soname_spec='${libname}${release}${shared_ext}$major'
10436   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10437   shlibpath_var=LD_LIBRARY_PATH
10438   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10439   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10440   ;;
10441
10442 rdos*)
10443   dynamic_linker=no
10444   ;;
10445
10446 solaris*)
10447   version_type=linux
10448   need_lib_prefix=no
10449   need_version=no
10450   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10451   soname_spec='${libname}${release}${shared_ext}$major'
10452   shlibpath_var=LD_LIBRARY_PATH
10453   shlibpath_overrides_runpath=yes
10454   hardcode_into_libs=yes
10455   # ldd complains unless libraries are executable
10456   postinstall_cmds='chmod +x $lib'
10457   ;;
10458
10459 sunos4*)
10460   version_type=sunos
10461   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10462   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10463   shlibpath_var=LD_LIBRARY_PATH
10464   shlibpath_overrides_runpath=yes
10465   if test "$with_gnu_ld" = yes; then
10466     need_lib_prefix=no
10467   fi
10468   need_version=yes
10469   ;;
10470
10471 sysv4 | sysv4.3*)
10472   version_type=linux
10473   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10474   soname_spec='${libname}${release}${shared_ext}$major'
10475   shlibpath_var=LD_LIBRARY_PATH
10476   case $host_vendor in
10477     sni)
10478       shlibpath_overrides_runpath=no
10479       need_lib_prefix=no
10480       runpath_var=LD_RUN_PATH
10481       ;;
10482     siemens)
10483       need_lib_prefix=no
10484       ;;
10485     motorola)
10486       need_lib_prefix=no
10487       need_version=no
10488       shlibpath_overrides_runpath=no
10489       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10490       ;;
10491   esac
10492   ;;
10493
10494 sysv4*MP*)
10495   if test -d /usr/nec ;then
10496     version_type=linux
10497     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10498     soname_spec='$libname${shared_ext}.$major'
10499     shlibpath_var=LD_LIBRARY_PATH
10500   fi
10501   ;;
10502
10503 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10504   version_type=freebsd-elf
10505   need_lib_prefix=no
10506   need_version=no
10507   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10508   soname_spec='${libname}${release}${shared_ext}$major'
10509   shlibpath_var=LD_LIBRARY_PATH
10510   shlibpath_overrides_runpath=yes
10511   hardcode_into_libs=yes
10512   if test "$with_gnu_ld" = yes; then
10513     sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10514   else
10515     sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10516     case $host_os in
10517       sco3.2v5*)
10518         sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10519         ;;
10520     esac
10521   fi
10522   sys_lib_dlsearch_path_spec='/usr/lib'
10523   ;;
10524
10525 tpf*)
10526   # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
10527   version_type=linux
10528   need_lib_prefix=no
10529   need_version=no
10530   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10531   shlibpath_var=LD_LIBRARY_PATH
10532   shlibpath_overrides_runpath=no
10533   hardcode_into_libs=yes
10534   ;;
10535
10536 uts4*)
10537   version_type=linux
10538   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10539   soname_spec='${libname}${release}${shared_ext}$major'
10540   shlibpath_var=LD_LIBRARY_PATH
10541   ;;
10542
10543 *)
10544   dynamic_linker=no
10545   ;;
10546 esac
10547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10548 $as_echo "$dynamic_linker" >&6; }
10549 test "$dynamic_linker" = no && can_build_shared=no
10550
10551 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10552 if test "$GCC" = yes; then
10553   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10554 fi
10555
10556 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10557   sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10558 fi
10559 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10560   sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10561 fi
10562
10563
10564
10565
10566
10567
10568
10569
10570
10571
10572
10573
10574
10575
10576
10577
10578
10579
10580
10581
10582
10583
10584
10585
10586
10587
10588
10589
10590
10591
10592
10593
10594
10595
10596
10597
10598
10599
10600
10601
10602
10603
10604
10605
10606
10607
10608
10609
10610
10611
10612
10613
10614
10615
10616
10617
10618
10619
10620
10621
10622
10623
10624
10625
10626
10627
10628
10629
10630
10631
10632
10633
10634
10635
10636
10637
10638
10639
10640
10641
10642
10643
10644
10645
10646
10647
10648
10649
10650
10651
10652
10653
10654   { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10655 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10656 hardcode_action=
10657 if test -n "$hardcode_libdir_flag_spec" ||
10658    test -n "$runpath_var" ||
10659    test "X$hardcode_automatic" = "Xyes" ; then
10660
10661   # We can hardcode non-existent directories.
10662   if test "$hardcode_direct" != no &&
10663      # If the only mechanism to avoid hardcoding is shlibpath_var, we
10664      # have to relink, otherwise we might link with an installed library
10665      # when we should be linking with a yet-to-be-installed one
10666      ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10667      test "$hardcode_minus_L" != no; then
10668     # Linking always hardcodes the temporary library directory.
10669     hardcode_action=relink
10670   else
10671     # We can link without hardcoding, and we can hardcode nonexisting dirs.
10672     hardcode_action=immediate
10673   fi
10674 else
10675   # We cannot hardcode anything, or else we can only hardcode existing
10676   # directories.
10677   hardcode_action=unsupported
10678 fi
10679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10680 $as_echo "$hardcode_action" >&6; }
10681
10682 if test "$hardcode_action" = relink ||
10683    test "$inherit_rpath" = yes; then
10684   # Fast installation is not supported
10685   enable_fast_install=no
10686 elif test "$shlibpath_overrides_runpath" = yes ||
10687      test "$enable_shared" = no; then
10688   # Fast installation is not necessary
10689   enable_fast_install=needless
10690 fi
10691
10692
10693
10694
10695
10696
10697   if test "x$enable_dlopen" != xyes; then
10698   enable_dlopen=unknown
10699   enable_dlopen_self=unknown
10700   enable_dlopen_self_static=unknown
10701 else
10702   lt_cv_dlopen=no
10703   lt_cv_dlopen_libs=
10704
10705   case $host_os in
10706   beos*)
10707     lt_cv_dlopen="load_add_on"
10708     lt_cv_dlopen_libs=
10709     lt_cv_dlopen_self=yes
10710     ;;
10711
10712   mingw* | pw32* | cegcc*)
10713     lt_cv_dlopen="LoadLibrary"
10714     lt_cv_dlopen_libs=
10715     ;;
10716
10717   cygwin*)
10718     lt_cv_dlopen="dlopen"
10719     lt_cv_dlopen_libs=
10720     ;;
10721
10722   darwin*)
10723   # if libdl is installed we need to link against it
10724     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10725 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10726 if ${ac_cv_lib_dl_dlopen+:} false; then :
10727   $as_echo_n "(cached) " >&6
10728 else
10729   ac_check_lib_save_LIBS=$LIBS
10730 LIBS="-ldl  $LIBS"
10731 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10732 /* end confdefs.h.  */
10733
10734 /* Override any GCC internal prototype to avoid an error.
10735    Use char because int might match the return type of a GCC
10736    builtin and then its argument prototype would still apply.  */
10737 #ifdef __cplusplus
10738 extern "C"
10739 #endif
10740 char dlopen ();
10741 int
10742 main ()
10743 {
10744 return dlopen ();
10745   ;
10746   return 0;
10747 }
10748 _ACEOF
10749 if ac_fn_c_try_link "$LINENO"; then :
10750   ac_cv_lib_dl_dlopen=yes
10751 else
10752   ac_cv_lib_dl_dlopen=no
10753 fi
10754 rm -f core conftest.err conftest.$ac_objext \
10755     conftest$ac_exeext conftest.$ac_ext
10756 LIBS=$ac_check_lib_save_LIBS
10757 fi
10758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10759 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10760 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10761   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10762 else
10763
10764     lt_cv_dlopen="dyld"
10765     lt_cv_dlopen_libs=
10766     lt_cv_dlopen_self=yes
10767
10768 fi
10769
10770     ;;
10771
10772   *)
10773     ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10774 if test "x$ac_cv_func_shl_load" = xyes; then :
10775   lt_cv_dlopen="shl_load"
10776 else
10777   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10778 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10779 if ${ac_cv_lib_dld_shl_load+:} false; then :
10780   $as_echo_n "(cached) " >&6
10781 else
10782   ac_check_lib_save_LIBS=$LIBS
10783 LIBS="-ldld  $LIBS"
10784 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10785 /* end confdefs.h.  */
10786
10787 /* Override any GCC internal prototype to avoid an error.
10788    Use char because int might match the return type of a GCC
10789    builtin and then its argument prototype would still apply.  */
10790 #ifdef __cplusplus
10791 extern "C"
10792 #endif
10793 char shl_load ();
10794 int
10795 main ()
10796 {
10797 return shl_load ();
10798   ;
10799   return 0;
10800 }
10801 _ACEOF
10802 if ac_fn_c_try_link "$LINENO"; then :
10803   ac_cv_lib_dld_shl_load=yes
10804 else
10805   ac_cv_lib_dld_shl_load=no
10806 fi
10807 rm -f core conftest.err conftest.$ac_objext \
10808     conftest$ac_exeext conftest.$ac_ext
10809 LIBS=$ac_check_lib_save_LIBS
10810 fi
10811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10812 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10813 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
10814   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10815 else
10816   ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10817 if test "x$ac_cv_func_dlopen" = xyes; then :
10818   lt_cv_dlopen="dlopen"
10819 else
10820   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10821 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10822 if ${ac_cv_lib_dl_dlopen+:} false; then :
10823   $as_echo_n "(cached) " >&6
10824 else
10825   ac_check_lib_save_LIBS=$LIBS
10826 LIBS="-ldl  $LIBS"
10827 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10828 /* end confdefs.h.  */
10829
10830 /* Override any GCC internal prototype to avoid an error.
10831    Use char because int might match the return type of a GCC
10832    builtin and then its argument prototype would still apply.  */
10833 #ifdef __cplusplus
10834 extern "C"
10835 #endif
10836 char dlopen ();
10837 int
10838 main ()
10839 {
10840 return dlopen ();
10841   ;
10842   return 0;
10843 }
10844 _ACEOF
10845 if ac_fn_c_try_link "$LINENO"; then :
10846   ac_cv_lib_dl_dlopen=yes
10847 else
10848   ac_cv_lib_dl_dlopen=no
10849 fi
10850 rm -f core conftest.err conftest.$ac_objext \
10851     conftest$ac_exeext conftest.$ac_ext
10852 LIBS=$ac_check_lib_save_LIBS
10853 fi
10854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10855 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10856 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10857   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10858 else
10859   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10860 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10861 if ${ac_cv_lib_svld_dlopen+:} false; then :
10862   $as_echo_n "(cached) " >&6
10863 else
10864   ac_check_lib_save_LIBS=$LIBS
10865 LIBS="-lsvld  $LIBS"
10866 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10867 /* end confdefs.h.  */
10868
10869 /* Override any GCC internal prototype to avoid an error.
10870    Use char because int might match the return type of a GCC
10871    builtin and then its argument prototype would still apply.  */
10872 #ifdef __cplusplus
10873 extern "C"
10874 #endif
10875 char dlopen ();
10876 int
10877 main ()
10878 {
10879 return dlopen ();
10880   ;
10881   return 0;
10882 }
10883 _ACEOF
10884 if ac_fn_c_try_link "$LINENO"; then :
10885   ac_cv_lib_svld_dlopen=yes
10886 else
10887   ac_cv_lib_svld_dlopen=no
10888 fi
10889 rm -f core conftest.err conftest.$ac_objext \
10890     conftest$ac_exeext conftest.$ac_ext
10891 LIBS=$ac_check_lib_save_LIBS
10892 fi
10893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10894 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10895 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
10896   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10897 else
10898   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10899 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10900 if ${ac_cv_lib_dld_dld_link+:} false; then :
10901   $as_echo_n "(cached) " >&6
10902 else
10903   ac_check_lib_save_LIBS=$LIBS
10904 LIBS="-ldld  $LIBS"
10905 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10906 /* end confdefs.h.  */
10907
10908 /* Override any GCC internal prototype to avoid an error.
10909    Use char because int might match the return type of a GCC
10910    builtin and then its argument prototype would still apply.  */
10911 #ifdef __cplusplus
10912 extern "C"
10913 #endif
10914 char dld_link ();
10915 int
10916 main ()
10917 {
10918 return dld_link ();
10919   ;
10920   return 0;
10921 }
10922 _ACEOF
10923 if ac_fn_c_try_link "$LINENO"; then :
10924   ac_cv_lib_dld_dld_link=yes
10925 else
10926   ac_cv_lib_dld_dld_link=no
10927 fi
10928 rm -f core conftest.err conftest.$ac_objext \
10929     conftest$ac_exeext conftest.$ac_ext
10930 LIBS=$ac_check_lib_save_LIBS
10931 fi
10932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10933 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10934 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
10935   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10936 fi
10937
10938
10939 fi
10940
10941
10942 fi
10943
10944
10945 fi
10946
10947
10948 fi
10949
10950
10951 fi
10952
10953     ;;
10954   esac
10955
10956   if test "x$lt_cv_dlopen" != xno; then
10957     enable_dlopen=yes
10958   else
10959     enable_dlopen=no
10960   fi
10961
10962   case $lt_cv_dlopen in
10963   dlopen)
10964     save_CPPFLAGS="$CPPFLAGS"
10965     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10966
10967     save_LDFLAGS="$LDFLAGS"
10968     wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10969
10970     save_LIBS="$LIBS"
10971     LIBS="$lt_cv_dlopen_libs $LIBS"
10972
10973     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10974 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
10975 if ${lt_cv_dlopen_self+:} false; then :
10976   $as_echo_n "(cached) " >&6
10977 else
10978           if test "$cross_compiling" = yes; then :
10979   lt_cv_dlopen_self=cross
10980 else
10981   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10982   lt_status=$lt_dlunknown
10983   cat > conftest.$ac_ext <<_LT_EOF
10984 #line 10984 "configure"
10985 #include "confdefs.h"
10986
10987 #if HAVE_DLFCN_H
10988 #include <dlfcn.h>
10989 #endif
10990
10991 #include <stdio.h>
10992
10993 #ifdef RTLD_GLOBAL
10994 #  define LT_DLGLOBAL           RTLD_GLOBAL
10995 #else
10996 #  ifdef DL_GLOBAL
10997 #    define LT_DLGLOBAL         DL_GLOBAL
10998 #  else
10999 #    define LT_DLGLOBAL         0
11000 #  endif
11001 #endif
11002
11003 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11004    find out it does not work in some platform. */
11005 #ifndef LT_DLLAZY_OR_NOW
11006 #  ifdef RTLD_LAZY
11007 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
11008 #  else
11009 #    ifdef DL_LAZY
11010 #      define LT_DLLAZY_OR_NOW          DL_LAZY
11011 #    else
11012 #      ifdef RTLD_NOW
11013 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
11014 #      else
11015 #        ifdef DL_NOW
11016 #          define LT_DLLAZY_OR_NOW      DL_NOW
11017 #        else
11018 #          define LT_DLLAZY_OR_NOW      0
11019 #        endif
11020 #      endif
11021 #    endif
11022 #  endif
11023 #endif
11024
11025 /* When -fvisbility=hidden is used, assume the code has been annotated
11026    correspondingly for the symbols needed.  */
11027 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11028 void fnord () __attribute__((visibility("default")));
11029 #endif
11030
11031 void fnord () { int i=42; }
11032 int main ()
11033 {
11034   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11035   int status = $lt_dlunknown;
11036
11037   if (self)
11038     {
11039       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
11040       else
11041         {
11042           if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
11043           else puts (dlerror ());
11044         }
11045       /* dlclose (self); */
11046     }
11047   else
11048     puts (dlerror ());
11049
11050   return status;
11051 }
11052 _LT_EOF
11053   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11054   (eval $ac_link) 2>&5
11055   ac_status=$?
11056   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11057   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11058     (./conftest; exit; ) >&5 2>/dev/null
11059     lt_status=$?
11060     case x$lt_status in
11061       x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11062       x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11063       x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11064     esac
11065   else :
11066     # compilation failed
11067     lt_cv_dlopen_self=no
11068   fi
11069 fi
11070 rm -fr conftest*
11071
11072
11073 fi
11074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11075 $as_echo "$lt_cv_dlopen_self" >&6; }
11076
11077     if test "x$lt_cv_dlopen_self" = xyes; then
11078       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11079       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11080 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11081 if ${lt_cv_dlopen_self_static+:} false; then :
11082   $as_echo_n "(cached) " >&6
11083 else
11084           if test "$cross_compiling" = yes; then :
11085   lt_cv_dlopen_self_static=cross
11086 else
11087   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11088   lt_status=$lt_dlunknown
11089   cat > conftest.$ac_ext <<_LT_EOF
11090 #line 11090 "configure"
11091 #include "confdefs.h"
11092
11093 #if HAVE_DLFCN_H
11094 #include <dlfcn.h>
11095 #endif
11096
11097 #include <stdio.h>
11098
11099 #ifdef RTLD_GLOBAL
11100 #  define LT_DLGLOBAL           RTLD_GLOBAL
11101 #else
11102 #  ifdef DL_GLOBAL
11103 #    define LT_DLGLOBAL         DL_GLOBAL
11104 #  else
11105 #    define LT_DLGLOBAL         0
11106 #  endif
11107 #endif
11108
11109 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11110    find out it does not work in some platform. */
11111 #ifndef LT_DLLAZY_OR_NOW
11112 #  ifdef RTLD_LAZY
11113 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
11114 #  else
11115 #    ifdef DL_LAZY
11116 #      define LT_DLLAZY_OR_NOW          DL_LAZY
11117 #    else
11118 #      ifdef RTLD_NOW
11119 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
11120 #      else
11121 #        ifdef DL_NOW
11122 #          define LT_DLLAZY_OR_NOW      DL_NOW
11123 #        else
11124 #          define LT_DLLAZY_OR_NOW      0
11125 #        endif
11126 #      endif
11127 #    endif
11128 #  endif
11129 #endif
11130
11131 /* When -fvisbility=hidden is used, assume the code has been annotated
11132    correspondingly for the symbols needed.  */
11133 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11134 void fnord () __attribute__((visibility("default")));
11135 #endif
11136
11137 void fnord () { int i=42; }
11138 int main ()
11139 {
11140   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11141   int status = $lt_dlunknown;
11142
11143   if (self)
11144     {
11145       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
11146       else
11147         {
11148           if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
11149           else puts (dlerror ());
11150         }
11151       /* dlclose (self); */
11152     }
11153   else
11154     puts (dlerror ());
11155
11156   return status;
11157 }
11158 _LT_EOF
11159   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11160   (eval $ac_link) 2>&5
11161   ac_status=$?
11162   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11163   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11164     (./conftest; exit; ) >&5 2>/dev/null
11165     lt_status=$?
11166     case x$lt_status in
11167       x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11168       x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11169       x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11170     esac
11171   else :
11172     # compilation failed
11173     lt_cv_dlopen_self_static=no
11174   fi
11175 fi
11176 rm -fr conftest*
11177
11178
11179 fi
11180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11181 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11182     fi
11183
11184     CPPFLAGS="$save_CPPFLAGS"
11185     LDFLAGS="$save_LDFLAGS"
11186     LIBS="$save_LIBS"
11187     ;;
11188   esac
11189
11190   case $lt_cv_dlopen_self in
11191   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11192   *) enable_dlopen_self=unknown ;;
11193   esac
11194
11195   case $lt_cv_dlopen_self_static in
11196   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11197   *) enable_dlopen_self_static=unknown ;;
11198   esac
11199 fi
11200
11201
11202
11203
11204
11205
11206
11207
11208
11209
11210
11211
11212
11213
11214
11215
11216
11217 striplib=
11218 old_striplib=
11219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11220 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11221 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11222   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11223   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11224   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11225 $as_echo "yes" >&6; }
11226 else
11227 # FIXME - insert some real tests, host_os isn't really good enough
11228   case $host_os in
11229   darwin*)
11230     if test -n "$STRIP" ; then
11231       striplib="$STRIP -x"
11232       old_striplib="$STRIP -S"
11233       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11234 $as_echo "yes" >&6; }
11235     else
11236       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11237 $as_echo "no" >&6; }
11238     fi
11239     ;;
11240   *)
11241     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11242 $as_echo "no" >&6; }
11243     ;;
11244   esac
11245 fi
11246
11247
11248
11249
11250
11251
11252
11253
11254
11255
11256
11257
11258   # Report which library types will actually be built
11259   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11260 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11261   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11262 $as_echo "$can_build_shared" >&6; }
11263
11264   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11265 $as_echo_n "checking whether to build shared libraries... " >&6; }
11266   test "$can_build_shared" = "no" && enable_shared=no
11267
11268   # On AIX, shared libraries and static libraries use the same namespace, and
11269   # are all built from PIC.
11270   case $host_os in
11271   aix3*)
11272     test "$enable_shared" = yes && enable_static=no
11273     if test -n "$RANLIB"; then
11274       archive_cmds="$archive_cmds~\$RANLIB \$lib"
11275       postinstall_cmds='$RANLIB $lib'
11276     fi
11277     ;;
11278
11279   aix[4-9]*)
11280     if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11281       test "$enable_shared" = yes && enable_static=no
11282     fi
11283     ;;
11284   esac
11285   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11286 $as_echo "$enable_shared" >&6; }
11287
11288   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11289 $as_echo_n "checking whether to build static libraries... " >&6; }
11290   # Make sure either enable_shared or enable_static is yes.
11291   test "$enable_shared" = yes || enable_static=yes
11292   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11293 $as_echo "$enable_static" >&6; }
11294
11295
11296
11297
11298 fi
11299 ac_ext=c
11300 ac_cpp='$CPP $CPPFLAGS'
11301 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11302 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11303 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11304
11305 CC="$lt_save_CC"
11306
11307
11308
11309
11310
11311
11312
11313
11314
11315
11316
11317
11318
11319         ac_config_commands="$ac_config_commands libtool"
11320
11321
11322
11323
11324 # Only expand once:
11325
11326
11327
11328 # The tests for host and target for $enable_largefile require
11329 # canonical names.
11330
11331
11332
11333 # As the $enable_largefile decision depends on --enable-plugins we must set it
11334 # even in directories otherwise not depending on the $plugins option.
11335
11336
11337   maybe_plugins=no
11338   for ac_header in dlfcn.h
11339 do :
11340   ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11341 "
11342 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
11343   cat >>confdefs.h <<_ACEOF
11344 #define HAVE_DLFCN_H 1
11345 _ACEOF
11346  maybe_plugins=yes
11347 fi
11348
11349 done
11350
11351   for ac_header in windows.h
11352 do :
11353   ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11354 "
11355 if test "x$ac_cv_header_windows_h" = xyes; then :
11356   cat >>confdefs.h <<_ACEOF
11357 #define HAVE_WINDOWS_H 1
11358 _ACEOF
11359  maybe_plugins=yes
11360 fi
11361
11362 done
11363
11364
11365   # Check whether --enable-plugins was given.
11366 if test "${enable_plugins+set}" = set; then :
11367   enableval=$enable_plugins; case "${enableval}" in
11368       no) plugins=no ;;
11369       *) plugins=yes
11370          if test "$maybe_plugins" != "yes" ; then
11371            as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11372          fi ;;
11373      esac
11374 else
11375   plugins=$maybe_plugins
11376
11377 fi
11378
11379   if test "$plugins" = "yes"; then
11380     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11381 $as_echo_n "checking for library containing dlsym... " >&6; }
11382 if ${ac_cv_search_dlsym+:} false; then :
11383   $as_echo_n "(cached) " >&6
11384 else
11385   ac_func_search_save_LIBS=$LIBS
11386 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11387 /* end confdefs.h.  */
11388
11389 /* Override any GCC internal prototype to avoid an error.
11390    Use char because int might match the return type of a GCC
11391    builtin and then its argument prototype would still apply.  */
11392 #ifdef __cplusplus
11393 extern "C"
11394 #endif
11395 char dlsym ();
11396 int
11397 main ()
11398 {
11399 return dlsym ();
11400   ;
11401   return 0;
11402 }
11403 _ACEOF
11404 for ac_lib in '' dl; do
11405   if test -z "$ac_lib"; then
11406     ac_res="none required"
11407   else
11408     ac_res=-l$ac_lib
11409     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
11410   fi
11411   if ac_fn_c_try_link "$LINENO"; then :
11412   ac_cv_search_dlsym=$ac_res
11413 fi
11414 rm -f core conftest.err conftest.$ac_objext \
11415     conftest$ac_exeext
11416   if ${ac_cv_search_dlsym+:} false; then :
11417   break
11418 fi
11419 done
11420 if ${ac_cv_search_dlsym+:} false; then :
11421
11422 else
11423   ac_cv_search_dlsym=no
11424 fi
11425 rm conftest.$ac_ext
11426 LIBS=$ac_func_search_save_LIBS
11427 fi
11428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
11429 $as_echo "$ac_cv_search_dlsym" >&6; }
11430 ac_res=$ac_cv_search_dlsym
11431 if test "$ac_res" != no; then :
11432   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11433
11434 fi
11435
11436   fi
11437
11438
11439 case "${host}" in
11440   sparc-*-solaris*|i?86-*-solaris*)
11441     # On native 32-bit Solaris/SPARC and x86, large-file and procfs support
11442     # were mutually exclusive until Solaris 11.3.  Without procfs support,
11443     # the bfd/ elf module cannot provide certain routines such as
11444     # elfcore_write_prpsinfo or elfcore_write_prstatus.  So unless the user
11445     # explicitly requested large-file support through the
11446     # --enable-largefile switch, disable large-file support in favor of
11447     # procfs support.
11448     #
11449     # Check if <sys/procfs.h> is incompatible with large-file support.
11450     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11451 /* end confdefs.h.  */
11452 #define _FILE_OFFSET_BITS 64
11453 #define _STRUCTURED_PROC 1
11454 #include <sys/procfs.h>
11455 int
11456 main ()
11457 {
11458
11459   ;
11460   return 0;
11461 }
11462 _ACEOF
11463 if ac_fn_c_try_compile "$LINENO"; then :
11464   acx_cv_procfs_lfs=yes
11465 else
11466   acx_cv_procfs_lfs=no
11467 fi
11468 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11469     #
11470     # Forcefully disable large-file support only if necessary, gdb is in
11471     # tree and enabled.
11472     if test "${target}" = "${host}" -a "$acx_cv_procfs_lfs" = no \
11473          -a -d $srcdir/../gdb -a "$enable_gdb" != no; then
11474       : ${enable_largefile="no"}
11475       if test "$plugins" = yes; then
11476         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
11477 plugin support disabled; require large-file support which is incompatible with GDB." >&5
11478 $as_echo "$as_me: WARNING:
11479 plugin support disabled; require large-file support which is incompatible with GDB." >&2;}
11480         plugins=no
11481       fi
11482     fi
11483     #
11484     # Explicitly undef _FILE_OFFSET_BITS if enable_largefile=no for the
11485     # benefit of g++ 9+ which predefines it on Solaris.
11486     if test "$enable_largefile" = no; then
11487       LARGEFILE_CPPFLAGS="-U_FILE_OFFSET_BITS"
11488
11489     fi
11490     ;;
11491 esac
11492
11493 # Check whether --enable-largefile was given.
11494 if test "${enable_largefile+set}" = set; then :
11495   enableval=$enable_largefile;
11496 fi
11497
11498 if test "$enable_largefile" != no; then
11499
11500   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11501 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11502 if ${ac_cv_sys_largefile_CC+:} false; then :
11503   $as_echo_n "(cached) " >&6
11504 else
11505   ac_cv_sys_largefile_CC=no
11506      if test "$GCC" != yes; then
11507        ac_save_CC=$CC
11508        while :; do
11509          # IRIX 6.2 and later do not support large files by default,
11510          # so use the C compiler's -n32 option if that helps.
11511          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11512 /* end confdefs.h.  */
11513 #include <sys/types.h>
11514  /* Check that off_t can represent 2**63 - 1 correctly.
11515     We can't simply define LARGE_OFF_T to be 9223372036854775807,
11516     since some C++ compilers masquerading as C compilers
11517     incorrectly reject 9223372036854775807.  */
11518 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11519   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11520                        && LARGE_OFF_T % 2147483647 == 1)
11521                       ? 1 : -1];
11522 int
11523 main ()
11524 {
11525
11526   ;
11527   return 0;
11528 }
11529 _ACEOF
11530          if ac_fn_c_try_compile "$LINENO"; then :
11531   break
11532 fi
11533 rm -f core conftest.err conftest.$ac_objext
11534          CC="$CC -n32"
11535          if ac_fn_c_try_compile "$LINENO"; then :
11536   ac_cv_sys_largefile_CC=' -n32'; break
11537 fi
11538 rm -f core conftest.err conftest.$ac_objext
11539          break
11540        done
11541        CC=$ac_save_CC
11542        rm -f conftest.$ac_ext
11543     fi
11544 fi
11545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11546 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
11547   if test "$ac_cv_sys_largefile_CC" != no; then
11548     CC=$CC$ac_cv_sys_largefile_CC
11549   fi
11550
11551   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11552 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11553 if ${ac_cv_sys_file_offset_bits+:} false; then :
11554   $as_echo_n "(cached) " >&6
11555 else
11556   while :; do
11557   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11558 /* end confdefs.h.  */
11559 #include <sys/types.h>
11560  /* Check that off_t can represent 2**63 - 1 correctly.
11561     We can't simply define LARGE_OFF_T to be 9223372036854775807,
11562     since some C++ compilers masquerading as C compilers
11563     incorrectly reject 9223372036854775807.  */
11564 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11565   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11566                        && LARGE_OFF_T % 2147483647 == 1)
11567                       ? 1 : -1];
11568 int
11569 main ()
11570 {
11571
11572   ;
11573   return 0;
11574 }
11575 _ACEOF
11576 if ac_fn_c_try_compile "$LINENO"; then :
11577   ac_cv_sys_file_offset_bits=no; break
11578 fi
11579 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11580   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11581 /* end confdefs.h.  */
11582 #define _FILE_OFFSET_BITS 64
11583 #include <sys/types.h>
11584  /* Check that off_t can represent 2**63 - 1 correctly.
11585     We can't simply define LARGE_OFF_T to be 9223372036854775807,
11586     since some C++ compilers masquerading as C compilers
11587     incorrectly reject 9223372036854775807.  */
11588 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11589   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11590                        && LARGE_OFF_T % 2147483647 == 1)
11591                       ? 1 : -1];
11592 int
11593 main ()
11594 {
11595
11596   ;
11597   return 0;
11598 }
11599 _ACEOF
11600 if ac_fn_c_try_compile "$LINENO"; then :
11601   ac_cv_sys_file_offset_bits=64; break
11602 fi
11603 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11604   ac_cv_sys_file_offset_bits=unknown
11605   break
11606 done
11607 fi
11608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11609 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11610 case $ac_cv_sys_file_offset_bits in #(
11611   no | unknown) ;;
11612   *)
11613 cat >>confdefs.h <<_ACEOF
11614 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11615 _ACEOF
11616 ;;
11617 esac
11618 rm -rf conftest*
11619   if test $ac_cv_sys_file_offset_bits = unknown; then
11620     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11621 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11622 if ${ac_cv_sys_large_files+:} false; then :
11623   $as_echo_n "(cached) " >&6
11624 else
11625   while :; do
11626   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11627 /* end confdefs.h.  */
11628 #include <sys/types.h>
11629  /* Check that off_t can represent 2**63 - 1 correctly.
11630     We can't simply define LARGE_OFF_T to be 9223372036854775807,
11631     since some C++ compilers masquerading as C compilers
11632     incorrectly reject 9223372036854775807.  */
11633 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11634   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11635                        && LARGE_OFF_T % 2147483647 == 1)
11636                       ? 1 : -1];
11637 int
11638 main ()
11639 {
11640
11641   ;
11642   return 0;
11643 }
11644 _ACEOF
11645 if ac_fn_c_try_compile "$LINENO"; then :
11646   ac_cv_sys_large_files=no; break
11647 fi
11648 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11649   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11650 /* end confdefs.h.  */
11651 #define _LARGE_FILES 1
11652 #include <sys/types.h>
11653  /* Check that off_t can represent 2**63 - 1 correctly.
11654     We can't simply define LARGE_OFF_T to be 9223372036854775807,
11655     since some C++ compilers masquerading as C compilers
11656     incorrectly reject 9223372036854775807.  */
11657 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11658   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11659                        && LARGE_OFF_T % 2147483647 == 1)
11660                       ? 1 : -1];
11661 int
11662 main ()
11663 {
11664
11665   ;
11666   return 0;
11667 }
11668 _ACEOF
11669 if ac_fn_c_try_compile "$LINENO"; then :
11670   ac_cv_sys_large_files=1; break
11671 fi
11672 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11673   ac_cv_sys_large_files=unknown
11674   break
11675 done
11676 fi
11677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11678 $as_echo "$ac_cv_sys_large_files" >&6; }
11679 case $ac_cv_sys_large_files in #(
11680   no | unknown) ;;
11681   *)
11682 cat >>confdefs.h <<_ACEOF
11683 #define _LARGE_FILES $ac_cv_sys_large_files
11684 _ACEOF
11685 ;;
11686 esac
11687 rm -rf conftest*
11688   fi
11689
11690
11691 fi
11692
11693
11694
11695 ac_checking=
11696 . ${srcdir}/../bfd/development.sh
11697 test "$development" = true && ac_checking=yes
11698 # Check whether --enable-checking was given.
11699 if test "${enable_checking+set}" = set; then :
11700   enableval=$enable_checking; case "${enableval}" in
11701   no|none)  ac_checking= ;;
11702   *)        ac_checking=yes ;;
11703 esac
11704 fi
11705 if test x$ac_checking != x ; then
11706
11707 $as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
11708
11709 fi
11710
11711 # Check whether --enable-targets was given.
11712 if test "${enable_targets+set}" = set; then :
11713   enableval=$enable_targets; case "${enableval}" in
11714   yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
11715             ;;
11716   no)       enable_targets= ;;
11717   *)        enable_targets=$enableval ;;
11718 esac
11719 fi
11720
11721
11722 # Check whether --enable-deterministic-archives was given.
11723 if test "${enable_deterministic_archives+set}" = set; then :
11724   enableval=$enable_deterministic_archives;
11725 if test "${enableval}" = no; then
11726   default_ar_deterministic=0
11727 else
11728   default_ar_deterministic=1
11729 fi
11730 else
11731   default_ar_deterministic=0
11732 fi
11733
11734
11735
11736 cat >>confdefs.h <<_ACEOF
11737 #define DEFAULT_AR_DETERMINISTIC $default_ar_deterministic
11738 _ACEOF
11739
11740
11741
11742 # Check whether --enable-default-strings-all was given.
11743 if test "${enable_default_strings_all+set}" = set; then :
11744   enableval=$enable_default_strings_all;
11745 if test "${enableval}" = no; then
11746   default_strings_all=0
11747 else
11748   default_strings_all=1
11749 fi
11750 else
11751   default_strings_all=1
11752 fi
11753
11754
11755
11756 cat >>confdefs.h <<_ACEOF
11757 #define DEFAULT_STRINGS_ALL $default_strings_all
11758 _ACEOF
11759
11760
11761
11762 # Check whether --enable-f-for-ifunc-symbols was given.
11763 if test "${enable_f_for_ifunc_symbols+set}" = set; then :
11764   enableval=$enable_f_for_ifunc_symbols;
11765 if test "${enableval}" = no; then
11766   default_f_for_ifunc=0
11767 else
11768   default_f_for_ifunc=1
11769 fi
11770 else
11771   default_f_for_ifunc=0
11772 fi
11773
11774
11775
11776 cat >>confdefs.h <<_ACEOF
11777 #define DEFAULT_F_FOR_IFUNC_SYMBOLS $default_f_for_ifunc
11778 _ACEOF
11779
11780
11781
11782 # Check whether --enable-follow-debug-links was given.
11783 if test "${enable_follow_debug_links+set}" = set; then :
11784   enableval=$enable_follow_debug_links;
11785 if test "${enableval}" = no; then
11786   default_for_follow_links=0
11787 else
11788   default_for_follow_links=1
11789 fi
11790 else
11791   default_for_follow_links=1
11792 fi
11793
11794
11795
11796 cat >>confdefs.h <<_ACEOF
11797 #define DEFAULT_FOR_FOLLOW_LINKS $default_for_follow_links
11798 _ACEOF
11799
11800
11801
11802
11803
11804
11805
11806
11807
11808
11809 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
11810         if test -n "$ac_tool_prefix"; then
11811   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
11812 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
11813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11814 $as_echo_n "checking for $ac_word... " >&6; }
11815 if ${ac_cv_path_PKG_CONFIG+:} false; then :
11816   $as_echo_n "(cached) " >&6
11817 else
11818   case $PKG_CONFIG in
11819   [\\/]* | ?:[\\/]*)
11820   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
11821   ;;
11822   *)
11823   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11824 for as_dir in $PATH
11825 do
11826   IFS=$as_save_IFS
11827   test -z "$as_dir" && as_dir=.
11828     for ac_exec_ext in '' $ac_executable_extensions; do
11829   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11830     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
11831     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11832     break 2
11833   fi
11834 done
11835   done
11836 IFS=$as_save_IFS
11837
11838   ;;
11839 esac
11840 fi
11841 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
11842 if test -n "$PKG_CONFIG"; then
11843   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
11844 $as_echo "$PKG_CONFIG" >&6; }
11845 else
11846   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11847 $as_echo "no" >&6; }
11848 fi
11849
11850
11851 fi
11852 if test -z "$ac_cv_path_PKG_CONFIG"; then
11853   ac_pt_PKG_CONFIG=$PKG_CONFIG
11854   # Extract the first word of "pkg-config", so it can be a program name with args.
11855 set dummy pkg-config; ac_word=$2
11856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11857 $as_echo_n "checking for $ac_word... " >&6; }
11858 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
11859   $as_echo_n "(cached) " >&6
11860 else
11861   case $ac_pt_PKG_CONFIG in
11862   [\\/]* | ?:[\\/]*)
11863   ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
11864   ;;
11865   *)
11866   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11867 for as_dir in $PATH
11868 do
11869   IFS=$as_save_IFS
11870   test -z "$as_dir" && as_dir=.
11871     for ac_exec_ext in '' $ac_executable_extensions; do
11872   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11873     ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
11874     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11875     break 2
11876   fi
11877 done
11878   done
11879 IFS=$as_save_IFS
11880
11881   ;;
11882 esac
11883 fi
11884 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
11885 if test -n "$ac_pt_PKG_CONFIG"; then
11886   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
11887 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
11888 else
11889   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11890 $as_echo "no" >&6; }
11891 fi
11892
11893   if test "x$ac_pt_PKG_CONFIG" = x; then
11894     PKG_CONFIG=""
11895   else
11896     case $cross_compiling:$ac_tool_warned in
11897 yes:)
11898 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
11899 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
11900 ac_tool_warned=yes ;;
11901 esac
11902     PKG_CONFIG=$ac_pt_PKG_CONFIG
11903   fi
11904 else
11905   PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
11906 fi
11907
11908 fi
11909 if test -n "$PKG_CONFIG"; then
11910         _pkg_min_version=0.9.0
11911         { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
11912 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
11913         if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
11914                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11915 $as_echo "yes" >&6; }
11916         else
11917                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11918 $as_echo "no" >&6; }
11919                 PKG_CONFIG=""
11920         fi
11921 fi
11922
11923 # Handle optional debuginfod support
11924
11925 # Check whether --with-debuginfod was given.
11926 if test "${with_debuginfod+set}" = set; then :
11927   withval=$with_debuginfod;
11928 else
11929   with_debuginfod=auto
11930 fi
11931
11932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use debuginfod" >&5
11933 $as_echo_n "checking whether to use debuginfod... " >&6; }
11934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_debuginfod" >&5
11935 $as_echo "$with_debuginfod" >&6; }
11936
11937 if test "x$with_debuginfod" != xno; then
11938
11939 pkg_failed=no
11940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libdebuginfod >= 0.179" >&5
11941 $as_echo_n "checking for libdebuginfod >= 0.179... " >&6; }
11942
11943 if test -n "$DEBUGINFOD_CFLAGS"; then
11944     pkg_cv_DEBUGINFOD_CFLAGS="$DEBUGINFOD_CFLAGS"
11945  elif test -n "$PKG_CONFIG"; then
11946     if test -n "$PKG_CONFIG" && \
11947     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libdebuginfod >= 0.179\""; } >&5
11948   ($PKG_CONFIG --exists --print-errors "libdebuginfod >= 0.179") 2>&5
11949   ac_status=$?
11950   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11951   test $ac_status = 0; }; then
11952   pkg_cv_DEBUGINFOD_CFLAGS=`$PKG_CONFIG --cflags "libdebuginfod >= 0.179" 2>/dev/null`
11953                       test "x$?" != "x0" && pkg_failed=yes
11954 else
11955   pkg_failed=yes
11956 fi
11957  else
11958     pkg_failed=untried
11959 fi
11960 if test -n "$DEBUGINFOD_LIBS"; then
11961     pkg_cv_DEBUGINFOD_LIBS="$DEBUGINFOD_LIBS"
11962  elif test -n "$PKG_CONFIG"; then
11963     if test -n "$PKG_CONFIG" && \
11964     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libdebuginfod >= 0.179\""; } >&5
11965   ($PKG_CONFIG --exists --print-errors "libdebuginfod >= 0.179") 2>&5
11966   ac_status=$?
11967   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11968   test $ac_status = 0; }; then
11969   pkg_cv_DEBUGINFOD_LIBS=`$PKG_CONFIG --libs "libdebuginfod >= 0.179" 2>/dev/null`
11970                       test "x$?" != "x0" && pkg_failed=yes
11971 else
11972   pkg_failed=yes
11973 fi
11974  else
11975     pkg_failed=untried
11976 fi
11977
11978 if test $pkg_failed = no; then
11979   pkg_save_LDFLAGS="$LDFLAGS"
11980   LDFLAGS="$LDFLAGS $pkg_cv_DEBUGINFOD_LIBS"
11981   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11982 /* end confdefs.h.  */
11983
11984 int
11985 main ()
11986 {
11987
11988   ;
11989   return 0;
11990 }
11991 _ACEOF
11992 if ac_fn_c_try_link "$LINENO"; then :
11993
11994 else
11995   pkg_failed=yes
11996 fi
11997 rm -f core conftest.err conftest.$ac_objext \
11998     conftest$ac_exeext conftest.$ac_ext
11999   LDFLAGS=$pkg_save_LDFLAGS
12000 fi
12001
12002
12003
12004 if test $pkg_failed = yes; then
12005         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12006 $as_echo "no" >&6; }
12007
12008 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
12009         _pkg_short_errors_supported=yes
12010 else
12011         _pkg_short_errors_supported=no
12012 fi
12013         if test $_pkg_short_errors_supported = yes; then
12014                 DEBUGINFOD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libdebuginfod >= 0.179" 2>&1`
12015         else
12016                 DEBUGINFOD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libdebuginfod >= 0.179" 2>&1`
12017         fi
12018         # Put the nasty error message in config.log where it belongs
12019         echo "$DEBUGINFOD_PKG_ERRORS" >&5
12020
12021         if test "x$with_debuginfod" = xyes; then
12022        as_fn_error $? "\"--with-debuginfod was given, but libdebuginfod is missing or unusable.\"" "$LINENO" 5
12023      else
12024        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libdebuginfod is missing or unusable; some features may be unavailable." >&5
12025 $as_echo "$as_me: WARNING: libdebuginfod is missing or unusable; some features may be unavailable." >&2;}
12026      fi
12027 elif test $pkg_failed = untried; then
12028         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12029 $as_echo "no" >&6; }
12030         if test "x$with_debuginfod" = xyes; then
12031        as_fn_error $? "\"--with-debuginfod was given, but libdebuginfod is missing or unusable.\"" "$LINENO" 5
12032      else
12033        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libdebuginfod is missing or unusable; some features may be unavailable." >&5
12034 $as_echo "$as_me: WARNING: libdebuginfod is missing or unusable; some features may be unavailable." >&2;}
12035      fi
12036 else
12037         DEBUGINFOD_CFLAGS=$pkg_cv_DEBUGINFOD_CFLAGS
12038         DEBUGINFOD_LIBS=$pkg_cv_DEBUGINFOD_LIBS
12039         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12040 $as_echo "yes" >&6; }
12041
12042 $as_echo "#define HAVE_LIBDEBUGINFOD 1" >>confdefs.h
12043
12044 fi
12045 else
12046   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: debuginfod support disabled; some features may be unavailable." >&5
12047 $as_echo "$as_me: WARNING: debuginfod support disabled; some features may be unavailable." >&2;}
12048 fi
12049
12050
12051  # Check whether --enable-libctf was given.
12052 if test "${enable_libctf+set}" = set; then :
12053   enableval=$enable_libctf;
12054       case "$enableval" in
12055        yes|no) ;;
12056        *) as_fn_error $? "Argument to enable/disable libctf must be yes or no" "$LINENO" 5 ;;
12057       esac
12058
12059 else
12060   enable_libctf=yes
12061 fi
12062
12063
12064 if test "${enable_libctf}" = yes; then
12065
12066 $as_echo "#define ENABLE_LIBCTF 1" >>confdefs.h
12067
12068 fi
12069  if test "${enable_libctf}" = yes; then
12070   ENABLE_LIBCTF_TRUE=
12071   ENABLE_LIBCTF_FALSE='#'
12072 else
12073   ENABLE_LIBCTF_TRUE='#'
12074   ENABLE_LIBCTF_FALSE=
12075 fi
12076
12077
12078
12079 # Set the 'development' global.
12080 . $srcdir/../bfd/development.sh
12081
12082 # Set acp_cpp_for_build variable
12083 ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
12084
12085 # Default set of GCC warnings to enable.
12086 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12087 GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12088
12089 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12090 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12091 /* end confdefs.h.  */
12092 __GNUC__
12093 _ACEOF
12094 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12095   $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12096
12097 else
12098   GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
12099 fi
12100 rm -f conftest*
12101
12102
12103 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12104 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12105 /* end confdefs.h.  */
12106 __GNUC__
12107 _ACEOF
12108 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12109   $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
12110
12111 else
12112   GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
12113 fi
12114 rm -f conftest*
12115
12116
12117 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
12118 WARN_WRITE_STRINGS=""
12119 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12120 /* end confdefs.h.  */
12121 __GNUC__
12122 _ACEOF
12123 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12124   $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12125
12126 else
12127   WARN_WRITE_STRINGS="-Wwrite-strings"
12128 fi
12129 rm -f conftest*
12130
12131
12132 # Verify CC_FOR_BUILD to be compatible with warning flags
12133
12134 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12135 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12136 /* end confdefs.h.  */
12137 __GNUC__
12138 _ACEOF
12139 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12140   $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12141
12142 else
12143   GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
12144 fi
12145 rm -f conftest*
12146
12147
12148 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12149 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12150 /* end confdefs.h.  */
12151 __GNUC__
12152 _ACEOF
12153 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12154   $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
12155
12156 else
12157   GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
12158 fi
12159 rm -f conftest*
12160
12161
12162 # Check whether --enable-werror was given.
12163 if test "${enable_werror+set}" = set; then :
12164   enableval=$enable_werror; case "${enableval}" in
12165      yes | y) ERROR_ON_WARNING="yes" ;;
12166      no | n)  ERROR_ON_WARNING="no" ;;
12167      *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
12168    esac
12169 fi
12170
12171
12172 # Disable -Wformat by default when using gcc on mingw
12173 case "${host}" in
12174   *-*-mingw32*)
12175     if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12176       GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
12177       GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
12178     fi
12179     ;;
12180   *) ;;
12181 esac
12182
12183 # Enable -Werror by default when using gcc.  Turn it off for releases.
12184 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
12185     ERROR_ON_WARNING=yes
12186 fi
12187
12188 NO_WERROR=
12189 if test "${ERROR_ON_WARNING}" = yes ; then
12190     GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
12191     GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
12192     NO_WERROR="-Wno-error"
12193 fi
12194
12195 if test "${GCC}" = yes ; then
12196   WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12197   WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
12198 fi
12199
12200 # Check whether --enable-build-warnings was given.
12201 if test "${enable_build_warnings+set}" = set; then :
12202   enableval=$enable_build_warnings; case "${enableval}" in
12203   yes)  WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12204         WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
12205   no)   if test "${GCC}" = yes ; then
12206           WARN_CFLAGS="-w"
12207       WARN_CFLAGS_FOR_BUILD="-w"
12208         fi;;
12209   ,*)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
12210         WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
12211         WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
12212   *,)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
12213         WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
12214         WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
12215   *)    WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
12216         WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12217 esac
12218 fi
12219
12220
12221 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12222   echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12223 fi
12224
12225
12226
12227
12228
12229
12230
12231 ac_config_headers="$ac_config_headers config.h:config.in"
12232
12233
12234
12235
12236 if test -z "$target" ; then
12237     as_fn_error $? "Unrecognized target system type; please check config.sub." "$LINENO" 5
12238 fi
12239 if test -z "$host" ; then
12240     as_fn_error $? "Unrecognized host system type; please check config.sub." "$LINENO" 5
12241 fi
12242
12243 for ac_prog in 'bison -y' byacc
12244 do
12245   # Extract the first word of "$ac_prog", so it can be a program name with args.
12246 set dummy $ac_prog; ac_word=$2
12247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12248 $as_echo_n "checking for $ac_word... " >&6; }
12249 if ${ac_cv_prog_YACC+:} false; then :
12250   $as_echo_n "(cached) " >&6
12251 else
12252   if test -n "$YACC"; then
12253   ac_cv_prog_YACC="$YACC" # Let the user override the test.
12254 else
12255 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12256 for as_dir in $PATH
12257 do
12258   IFS=$as_save_IFS
12259   test -z "$as_dir" && as_dir=.
12260     for ac_exec_ext in '' $ac_executable_extensions; do
12261   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12262     ac_cv_prog_YACC="$ac_prog"
12263     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12264     break 2
12265   fi
12266 done
12267   done
12268 IFS=$as_save_IFS
12269
12270 fi
12271 fi
12272 YACC=$ac_cv_prog_YACC
12273 if test -n "$YACC"; then
12274   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
12275 $as_echo "$YACC" >&6; }
12276 else
12277   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12278 $as_echo "no" >&6; }
12279 fi
12280
12281
12282   test -n "$YACC" && break
12283 done
12284 test -n "$YACC" || YACC="yacc"
12285
12286 for ac_prog in flex lex
12287 do
12288   # Extract the first word of "$ac_prog", so it can be a program name with args.
12289 set dummy $ac_prog; ac_word=$2
12290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12291 $as_echo_n "checking for $ac_word... " >&6; }
12292 if ${ac_cv_prog_LEX+:} false; then :
12293   $as_echo_n "(cached) " >&6
12294 else
12295   if test -n "$LEX"; then
12296   ac_cv_prog_LEX="$LEX" # Let the user override the test.
12297 else
12298 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12299 for as_dir in $PATH
12300 do
12301   IFS=$as_save_IFS
12302   test -z "$as_dir" && as_dir=.
12303     for ac_exec_ext in '' $ac_executable_extensions; do
12304   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12305     ac_cv_prog_LEX="$ac_prog"
12306     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12307     break 2
12308   fi
12309 done
12310   done
12311 IFS=$as_save_IFS
12312
12313 fi
12314 fi
12315 LEX=$ac_cv_prog_LEX
12316 if test -n "$LEX"; then
12317   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
12318 $as_echo "$LEX" >&6; }
12319 else
12320   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12321 $as_echo "no" >&6; }
12322 fi
12323
12324
12325   test -n "$LEX" && break
12326 done
12327 test -n "$LEX" || LEX=":"
12328
12329 case "$LEX" in
12330   :|*"missing "*) ;;
12331   *) cat >conftest.l <<_ACEOF
12332 %%
12333 a { ECHO; }
12334 b { REJECT; }
12335 c { yymore (); }
12336 d { yyless (1); }
12337 e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument.  */
12338     yyless ((input () != 0)); }
12339 f { unput (yytext[0]); }
12340 . { BEGIN INITIAL; }
12341 %%
12342 #ifdef YYTEXT_POINTER
12343 extern char *yytext;
12344 #endif
12345 int
12346 main (void)
12347 {
12348   return ! yylex () + ! yywrap ();
12349 }
12350 _ACEOF
12351 { { ac_try="$LEX conftest.l"
12352 case "(($ac_try" in
12353   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12354   *) ac_try_echo=$ac_try;;
12355 esac
12356 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
12357 $as_echo "$ac_try_echo"; } >&5
12358   (eval "$LEX conftest.l") 2>&5
12359   ac_status=$?
12360   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12361   test $ac_status = 0; }
12362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
12363 $as_echo_n "checking lex output file root... " >&6; }
12364 if ${ac_cv_prog_lex_root+:} false; then :
12365   $as_echo_n "(cached) " >&6
12366 else
12367
12368 if test -f lex.yy.c; then
12369   ac_cv_prog_lex_root=lex.yy
12370 elif test -f lexyy.c; then
12371   ac_cv_prog_lex_root=lexyy
12372 else
12373   as_fn_error $? "cannot find output from $LEX; giving up" "$LINENO" 5
12374 fi
12375 fi
12376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
12377 $as_echo "$ac_cv_prog_lex_root" >&6; }
12378 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
12379
12380 if test -z "${LEXLIB+set}"; then
12381   { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
12382 $as_echo_n "checking lex library... " >&6; }
12383 if ${ac_cv_lib_lex+:} false; then :
12384   $as_echo_n "(cached) " >&6
12385 else
12386
12387     ac_save_LIBS=$LIBS
12388     ac_cv_lib_lex='none needed'
12389     for ac_lib in '' -lfl -ll; do
12390       LIBS="$ac_lib $ac_save_LIBS"
12391       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12392 /* end confdefs.h.  */
12393 `cat $LEX_OUTPUT_ROOT.c`
12394 _ACEOF
12395 if ac_fn_c_try_link "$LINENO"; then :
12396   ac_cv_lib_lex=$ac_lib
12397 fi
12398 rm -f core conftest.err conftest.$ac_objext \
12399     conftest$ac_exeext conftest.$ac_ext
12400       test "$ac_cv_lib_lex" != 'none needed' && break
12401     done
12402     LIBS=$ac_save_LIBS
12403
12404 fi
12405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
12406 $as_echo "$ac_cv_lib_lex" >&6; }
12407   test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
12408 fi
12409
12410
12411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
12412 $as_echo_n "checking whether yytext is a pointer... " >&6; }
12413 if ${ac_cv_prog_lex_yytext_pointer+:} false; then :
12414   $as_echo_n "(cached) " >&6
12415 else
12416   # POSIX says lex can declare yytext either as a pointer or an array; the
12417 # default is implementation-dependent.  Figure out which it is, since
12418 # not all implementations provide the %pointer and %array declarations.
12419 ac_cv_prog_lex_yytext_pointer=no
12420 ac_save_LIBS=$LIBS
12421 LIBS="$LEXLIB $ac_save_LIBS"
12422 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12423 /* end confdefs.h.  */
12424
12425   #define YYTEXT_POINTER 1
12426 `cat $LEX_OUTPUT_ROOT.c`
12427 _ACEOF
12428 if ac_fn_c_try_link "$LINENO"; then :
12429   ac_cv_prog_lex_yytext_pointer=yes
12430 fi
12431 rm -f core conftest.err conftest.$ac_objext \
12432     conftest$ac_exeext conftest.$ac_ext
12433 LIBS=$ac_save_LIBS
12434
12435 fi
12436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
12437 $as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
12438 if test $ac_cv_prog_lex_yytext_pointer = yes; then
12439
12440 $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
12441
12442 fi
12443 rm -f conftest.l $LEX_OUTPUT_ROOT.c
12444  ;;
12445 esac
12446 if test "$LEX" = :; then
12447   LEX=${am_missing_run}flex
12448 fi
12449
12450 ALL_LINGUAS="bg ca da es fi fr hr id it ja pt ro ru rw sk sr sv tr uk vi zh_CN zh_TW"
12451 # If we haven't got the data from the intl directory,
12452 # assume NLS is disabled.
12453 USE_NLS=no
12454 LIBINTL=
12455 LIBINTL_DEP=
12456 INCINTL=
12457 XGETTEXT=
12458 GMSGFMT=
12459 POSUB=
12460
12461 if test -f  ../intl/config.intl; then
12462   .  ../intl/config.intl
12463 fi
12464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12465 $as_echo_n "checking whether NLS is requested... " >&6; }
12466 if test x"$USE_NLS" != xyes; then
12467   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12468 $as_echo "no" >&6; }
12469 else
12470   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12471 $as_echo "yes" >&6; }
12472
12473 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
12474
12475
12476   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12477 $as_echo_n "checking for catalogs to be installed... " >&6; }
12478   # Look for .po and .gmo files in the source directory.
12479   CATALOGS=
12480   XLINGUAS=
12481   for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12482     # If there aren't any .gmo files the shell will give us the
12483     # literal string "../path/to/srcdir/po/*.gmo" which has to be
12484     # weeded out.
12485     case "$cat" in *\**)
12486       continue;;
12487     esac
12488     # The quadruple backslash is collapsed to a double backslash
12489     # by the backticks, then collapsed again by the double quotes,
12490     # leaving us with one backslash in the sed expression (right
12491     # before the dot that mustn't act as a wildcard).
12492     cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12493     lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12494     # The user is allowed to set LINGUAS to a list of languages to
12495     # install catalogs for.  If it's empty that means "all of them."
12496     if test "x$LINGUAS" = x; then
12497       CATALOGS="$CATALOGS $cat"
12498       XLINGUAS="$XLINGUAS $lang"
12499     else
12500       case "$LINGUAS" in *$lang*)
12501         CATALOGS="$CATALOGS $cat"
12502         XLINGUAS="$XLINGUAS $lang"
12503         ;;
12504       esac
12505     fi
12506   done
12507   LINGUAS="$XLINGUAS"
12508   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12509 $as_echo "$LINGUAS" >&6; }
12510
12511
12512     DATADIRNAME=share
12513
12514   INSTOBJEXT=.mo
12515
12516   GENCAT=gencat
12517
12518   CATOBJEXT=.gmo
12519
12520 fi
12521
12522         MKINSTALLDIRS=
12523   if test -n "$ac_aux_dir"; then
12524     case "$ac_aux_dir" in
12525       /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12526       *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12527     esac
12528   fi
12529   if test -z "$MKINSTALLDIRS"; then
12530     MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12531   fi
12532
12533
12534
12535   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12536 $as_echo_n "checking whether NLS is requested... " >&6; }
12537     # Check whether --enable-nls was given.
12538 if test "${enable_nls+set}" = set; then :
12539   enableval=$enable_nls; USE_NLS=$enableval
12540 else
12541   USE_NLS=yes
12542 fi
12543
12544   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12545 $as_echo "$USE_NLS" >&6; }
12546
12547
12548
12549
12550
12551
12552 # Prepare PATH_SEPARATOR.
12553 # The user is always right.
12554 if test "${PATH_SEPARATOR+set}" != set; then
12555   echo "#! /bin/sh" >conf$$.sh
12556   echo  "exit 0"   >>conf$$.sh
12557   chmod +x conf$$.sh
12558   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12559     PATH_SEPARATOR=';'
12560   else
12561     PATH_SEPARATOR=:
12562   fi
12563   rm -f conf$$.sh
12564 fi
12565
12566 # Find out how to test for executable files. Don't use a zero-byte file,
12567 # as systems may use methods other than mode bits to determine executability.
12568 cat >conf$$.file <<_ASEOF
12569 #! /bin/sh
12570 exit 0
12571 _ASEOF
12572 chmod +x conf$$.file
12573 if test -x conf$$.file >/dev/null 2>&1; then
12574   ac_executable_p="test -x"
12575 else
12576   ac_executable_p="test -f"
12577 fi
12578 rm -f conf$$.file
12579
12580 # Extract the first word of "msgfmt", so it can be a program name with args.
12581 set dummy msgfmt; ac_word=$2
12582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12583 $as_echo_n "checking for $ac_word... " >&6; }
12584 if ${ac_cv_path_MSGFMT+:} false; then :
12585   $as_echo_n "(cached) " >&6
12586 else
12587   case "$MSGFMT" in
12588   [\\/]* | ?:[\\/]*)
12589     ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12590     ;;
12591   *)
12592     ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12593     for ac_dir in $PATH; do
12594       IFS="$ac_save_IFS"
12595       test -z "$ac_dir" && ac_dir=.
12596       for ac_exec_ext in '' $ac_executable_extensions; do
12597         if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12598           if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12599      (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12600             ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12601             break 2
12602           fi
12603         fi
12604       done
12605     done
12606     IFS="$ac_save_IFS"
12607   test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12608     ;;
12609 esac
12610 fi
12611 MSGFMT="$ac_cv_path_MSGFMT"
12612 if test "$MSGFMT" != ":"; then
12613   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12614 $as_echo "$MSGFMT" >&6; }
12615 else
12616   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12617 $as_echo "no" >&6; }
12618 fi
12619
12620   # Extract the first word of "gmsgfmt", so it can be a program name with args.
12621 set dummy gmsgfmt; ac_word=$2
12622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12623 $as_echo_n "checking for $ac_word... " >&6; }
12624 if ${ac_cv_path_GMSGFMT+:} false; then :
12625   $as_echo_n "(cached) " >&6
12626 else
12627   case $GMSGFMT in
12628   [\\/]* | ?:[\\/]*)
12629   ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12630   ;;
12631   *)
12632   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12633 for as_dir in $PATH
12634 do
12635   IFS=$as_save_IFS
12636   test -z "$as_dir" && as_dir=.
12637     for ac_exec_ext in '' $ac_executable_extensions; do
12638   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12639     ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
12640     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12641     break 2
12642   fi
12643 done
12644   done
12645 IFS=$as_save_IFS
12646
12647   test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12648   ;;
12649 esac
12650 fi
12651 GMSGFMT=$ac_cv_path_GMSGFMT
12652 if test -n "$GMSGFMT"; then
12653   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12654 $as_echo "$GMSGFMT" >&6; }
12655 else
12656   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12657 $as_echo "no" >&6; }
12658 fi
12659
12660
12661
12662
12663 # Prepare PATH_SEPARATOR.
12664 # The user is always right.
12665 if test "${PATH_SEPARATOR+set}" != set; then
12666   echo "#! /bin/sh" >conf$$.sh
12667   echo  "exit 0"   >>conf$$.sh
12668   chmod +x conf$$.sh
12669   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12670     PATH_SEPARATOR=';'
12671   else
12672     PATH_SEPARATOR=:
12673   fi
12674   rm -f conf$$.sh
12675 fi
12676
12677 # Find out how to test for executable files. Don't use a zero-byte file,
12678 # as systems may use methods other than mode bits to determine executability.
12679 cat >conf$$.file <<_ASEOF
12680 #! /bin/sh
12681 exit 0
12682 _ASEOF
12683 chmod +x conf$$.file
12684 if test -x conf$$.file >/dev/null 2>&1; then
12685   ac_executable_p="test -x"
12686 else
12687   ac_executable_p="test -f"
12688 fi
12689 rm -f conf$$.file
12690
12691 # Extract the first word of "xgettext", so it can be a program name with args.
12692 set dummy xgettext; ac_word=$2
12693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12694 $as_echo_n "checking for $ac_word... " >&6; }
12695 if ${ac_cv_path_XGETTEXT+:} false; then :
12696   $as_echo_n "(cached) " >&6
12697 else
12698   case "$XGETTEXT" in
12699   [\\/]* | ?:[\\/]*)
12700     ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12701     ;;
12702   *)
12703     ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12704     for ac_dir in $PATH; do
12705       IFS="$ac_save_IFS"
12706       test -z "$ac_dir" && ac_dir=.
12707       for ac_exec_ext in '' $ac_executable_extensions; do
12708         if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12709           if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12710      (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
12711             ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12712             break 2
12713           fi
12714         fi
12715       done
12716     done
12717     IFS="$ac_save_IFS"
12718   test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12719     ;;
12720 esac
12721 fi
12722 XGETTEXT="$ac_cv_path_XGETTEXT"
12723 if test "$XGETTEXT" != ":"; then
12724   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12725 $as_echo "$XGETTEXT" >&6; }
12726 else
12727   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12728 $as_echo "no" >&6; }
12729 fi
12730
12731     rm -f messages.po
12732
12733
12734 # Prepare PATH_SEPARATOR.
12735 # The user is always right.
12736 if test "${PATH_SEPARATOR+set}" != set; then
12737   echo "#! /bin/sh" >conf$$.sh
12738   echo  "exit 0"   >>conf$$.sh
12739   chmod +x conf$$.sh
12740   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12741     PATH_SEPARATOR=';'
12742   else
12743     PATH_SEPARATOR=:
12744   fi
12745   rm -f conf$$.sh
12746 fi
12747
12748 # Find out how to test for executable files. Don't use a zero-byte file,
12749 # as systems may use methods other than mode bits to determine executability.
12750 cat >conf$$.file <<_ASEOF
12751 #! /bin/sh
12752 exit 0
12753 _ASEOF
12754 chmod +x conf$$.file
12755 if test -x conf$$.file >/dev/null 2>&1; then
12756   ac_executable_p="test -x"
12757 else
12758   ac_executable_p="test -f"
12759 fi
12760 rm -f conf$$.file
12761
12762 # Extract the first word of "msgmerge", so it can be a program name with args.
12763 set dummy msgmerge; ac_word=$2
12764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12765 $as_echo_n "checking for $ac_word... " >&6; }
12766 if ${ac_cv_path_MSGMERGE+:} false; then :
12767   $as_echo_n "(cached) " >&6
12768 else
12769   case "$MSGMERGE" in
12770   [\\/]* | ?:[\\/]*)
12771     ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12772     ;;
12773   *)
12774     ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12775     for ac_dir in $PATH; do
12776       IFS="$ac_save_IFS"
12777       test -z "$ac_dir" && ac_dir=.
12778       for ac_exec_ext in '' $ac_executable_extensions; do
12779         if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12780           if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12781             ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12782             break 2
12783           fi
12784         fi
12785       done
12786     done
12787     IFS="$ac_save_IFS"
12788   test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12789     ;;
12790 esac
12791 fi
12792 MSGMERGE="$ac_cv_path_MSGMERGE"
12793 if test "$MSGMERGE" != ":"; then
12794   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12795 $as_echo "$MSGMERGE" >&6; }
12796 else
12797   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12798 $as_echo "no" >&6; }
12799 fi
12800
12801
12802       if test "$GMSGFMT" != ":"; then
12803             if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12804        (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12805       : ;
12806     else
12807       GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
12808       { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12809 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
12810       GMSGFMT=":"
12811     fi
12812   fi
12813
12814       if test "$XGETTEXT" != ":"; then
12815             if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12816        (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
12817       : ;
12818     else
12819       { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12820 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
12821       XGETTEXT=":"
12822     fi
12823         rm -f messages.po
12824   fi
12825
12826   ac_config_commands="$ac_config_commands default-1"
12827
12828
12829
12830
12831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12832 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12833     # Check whether --enable-maintainer-mode was given.
12834 if test "${enable_maintainer_mode+set}" = set; then :
12835   enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
12836 else
12837   USE_MAINTAINER_MODE=no
12838 fi
12839
12840   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12841 $as_echo "$USE_MAINTAINER_MODE" >&6; }
12842    if test $USE_MAINTAINER_MODE = yes; then
12843   MAINTAINER_MODE_TRUE=
12844   MAINTAINER_MODE_FALSE='#'
12845 else
12846   MAINTAINER_MODE_TRUE='#'
12847   MAINTAINER_MODE_FALSE=
12848 fi
12849
12850   MAINT=$MAINTAINER_MODE_TRUE
12851
12852
12853  if false; then
12854   GENINSRC_NEVER_TRUE=
12855   GENINSRC_NEVER_FALSE='#'
12856 else
12857   GENINSRC_NEVER_TRUE='#'
12858   GENINSRC_NEVER_FALSE=
12859 fi
12860
12861
12862 if test -n "$EXEEXT"; then
12863
12864 $as_echo "#define HAVE_EXECUTABLE_SUFFIX 1" >>confdefs.h
12865
12866 fi
12867
12868 cat >>confdefs.h <<_ACEOF
12869 #define EXECUTABLE_SUFFIX "${EXEEXT}"
12870 _ACEOF
12871
12872
12873 # host-specific stuff:
12874
12875 HDEFINES=
12876
12877 . ${srcdir}/../bfd/configure.host
12878
12879
12880 AR=${AR-ar}
12881
12882 if test -n "$ac_tool_prefix"; then
12883   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
12884 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
12885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12886 $as_echo_n "checking for $ac_word... " >&6; }
12887 if ${ac_cv_prog_RANLIB+:} false; then :
12888   $as_echo_n "(cached) " >&6
12889 else
12890   if test -n "$RANLIB"; then
12891   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
12892 else
12893 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12894 for as_dir in $PATH
12895 do
12896   IFS=$as_save_IFS
12897   test -z "$as_dir" && as_dir=.
12898     for ac_exec_ext in '' $ac_executable_extensions; do
12899   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12900     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
12901     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12902     break 2
12903   fi
12904 done
12905   done
12906 IFS=$as_save_IFS
12907
12908 fi
12909 fi
12910 RANLIB=$ac_cv_prog_RANLIB
12911 if test -n "$RANLIB"; then
12912   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
12913 $as_echo "$RANLIB" >&6; }
12914 else
12915   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12916 $as_echo "no" >&6; }
12917 fi
12918
12919
12920 fi
12921 if test -z "$ac_cv_prog_RANLIB"; then
12922   ac_ct_RANLIB=$RANLIB
12923   # Extract the first word of "ranlib", so it can be a program name with args.
12924 set dummy ranlib; ac_word=$2
12925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12926 $as_echo_n "checking for $ac_word... " >&6; }
12927 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
12928   $as_echo_n "(cached) " >&6
12929 else
12930   if test -n "$ac_ct_RANLIB"; then
12931   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
12932 else
12933 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12934 for as_dir in $PATH
12935 do
12936   IFS=$as_save_IFS
12937   test -z "$as_dir" && as_dir=.
12938     for ac_exec_ext in '' $ac_executable_extensions; do
12939   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12940     ac_cv_prog_ac_ct_RANLIB="ranlib"
12941     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12942     break 2
12943   fi
12944 done
12945   done
12946 IFS=$as_save_IFS
12947
12948 fi
12949 fi
12950 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
12951 if test -n "$ac_ct_RANLIB"; then
12952   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
12953 $as_echo "$ac_ct_RANLIB" >&6; }
12954 else
12955   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12956 $as_echo "no" >&6; }
12957 fi
12958
12959   if test "x$ac_ct_RANLIB" = x; then
12960     RANLIB=":"
12961   else
12962     case $cross_compiling:$ac_tool_warned in
12963 yes:)
12964 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
12965 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
12966 ac_tool_warned=yes ;;
12967 esac
12968     RANLIB=$ac_ct_RANLIB
12969   fi
12970 else
12971   RANLIB="$ac_cv_prog_RANLIB"
12972 fi
12973
12974
12975
12976 # Put a plausible default for CC_FOR_BUILD in Makefile.
12977 if test -z "$CC_FOR_BUILD"; then
12978   if test "x$cross_compiling" = "xno"; then
12979     CC_FOR_BUILD='$(CC)'
12980   else
12981     CC_FOR_BUILD=gcc
12982   fi
12983 fi
12984
12985 # Also set EXEEXT_FOR_BUILD.
12986 if test "x$cross_compiling" = "xno"; then
12987   EXEEXT_FOR_BUILD='$(EXEEXT)'
12988 else
12989   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12990 $as_echo_n "checking for build system executable suffix... " >&6; }
12991 if ${bfd_cv_build_exeext+:} false; then :
12992   $as_echo_n "(cached) " >&6
12993 else
12994   rm -f conftest*
12995      echo 'int main () { return 0; }' > conftest.c
12996      bfd_cv_build_exeext=
12997      ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12998      for file in conftest.*; do
12999        case $file in
13000        *.c | *.o | *.obj | *.ilk | *.pdb) ;;
13001        *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
13002        esac
13003      done
13004      rm -f conftest*
13005      test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
13006 fi
13007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
13008 $as_echo "$bfd_cv_build_exeext" >&6; }
13009   EXEEXT_FOR_BUILD=""
13010   test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
13011 fi
13012
13013
13014 DEMANGLER_NAME=c++filt
13015 case "${host}" in
13016   *-*-go32* | *-*-msdos*)
13017     DEMANGLER_NAME=cxxfilt
13018 esac
13019
13020
13021 # The cast to long int works around a bug in the HP C Compiler
13022 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13023 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13024 # This bug is HP SR number 8606223364.
13025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
13026 $as_echo_n "checking size of long... " >&6; }
13027 if ${ac_cv_sizeof_long+:} false; then :
13028   $as_echo_n "(cached) " >&6
13029 else
13030   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long"        "$ac_includes_default"; then :
13031
13032 else
13033   if test "$ac_cv_type_long" = yes; then
13034      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13035 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13036 as_fn_error 77 "cannot compute sizeof (long)
13037 See \`config.log' for more details" "$LINENO" 5; }
13038    else
13039      ac_cv_sizeof_long=0
13040    fi
13041 fi
13042
13043 fi
13044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
13045 $as_echo "$ac_cv_sizeof_long" >&6; }
13046
13047
13048
13049 cat >>confdefs.h <<_ACEOF
13050 #define SIZEOF_LONG $ac_cv_sizeof_long
13051 _ACEOF
13052
13053
13054 # The cast to long int works around a bug in the HP C Compiler
13055 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13056 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13057 # This bug is HP SR number 8606223364.
13058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
13059 $as_echo_n "checking size of long long... " >&6; }
13060 if ${ac_cv_sizeof_long_long+:} false; then :
13061   $as_echo_n "(cached) " >&6
13062 else
13063   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long"        "$ac_includes_default"; then :
13064
13065 else
13066   if test "$ac_cv_type_long_long" = yes; then
13067      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13068 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13069 as_fn_error 77 "cannot compute sizeof (long long)
13070 See \`config.log' for more details" "$LINENO" 5; }
13071    else
13072      ac_cv_sizeof_long_long=0
13073    fi
13074 fi
13075
13076 fi
13077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
13078 $as_echo "$ac_cv_sizeof_long_long" >&6; }
13079
13080
13081
13082 cat >>confdefs.h <<_ACEOF
13083 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
13084 _ACEOF
13085
13086
13087
13088 # We use headers from include/ that check various HAVE_*_H macros, thus
13089 # should ensure they are set by configure.  This is true even when C99
13090 # guarantees they are available.
13091 # plugin-api.h tests HAVE_STDINT_H and HAVE_INTTYPES_H
13092 # Besides those, we need to check anything used in binutils/ not in C99.
13093 for ac_header in fcntl.h inttypes.h stdint.h sys/file.h \
13094                  sys/stat.h sys/time.h sys/types.h unistd.h
13095 do :
13096   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13097 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13098 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13099   cat >>confdefs.h <<_ACEOF
13100 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13101 _ACEOF
13102
13103 fi
13104
13105 done
13106
13107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
13108 $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
13109 if ${ac_cv_header_sys_wait_h+:} false; then :
13110   $as_echo_n "(cached) " >&6
13111 else
13112   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13113 /* end confdefs.h.  */
13114 #include <sys/types.h>
13115 #include <sys/wait.h>
13116 #ifndef WEXITSTATUS
13117 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
13118 #endif
13119 #ifndef WIFEXITED
13120 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
13121 #endif
13122
13123 int
13124 main ()
13125 {
13126   int s;
13127   wait (&s);
13128   s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
13129   ;
13130   return 0;
13131 }
13132 _ACEOF
13133 if ac_fn_c_try_compile "$LINENO"; then :
13134   ac_cv_header_sys_wait_h=yes
13135 else
13136   ac_cv_header_sys_wait_h=no
13137 fi
13138 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13139 fi
13140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
13141 $as_echo "$ac_cv_header_sys_wait_h" >&6; }
13142 if test $ac_cv_header_sys_wait_h = yes; then
13143
13144 $as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
13145
13146 fi
13147
13148
13149
13150
13151   for ac_header in $ac_header_list
13152 do :
13153   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13154 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
13155 "
13156 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13157   cat >>confdefs.h <<_ACEOF
13158 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13159 _ACEOF
13160
13161 fi
13162
13163 done
13164
13165
13166
13167
13168
13169
13170
13171
13172 for ac_func in getpagesize
13173 do :
13174   ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
13175 if test "x$ac_cv_func_getpagesize" = xyes; then :
13176   cat >>confdefs.h <<_ACEOF
13177 #define HAVE_GETPAGESIZE 1
13178 _ACEOF
13179
13180 fi
13181 done
13182
13183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
13184 $as_echo_n "checking for working mmap... " >&6; }
13185 if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
13186   $as_echo_n "(cached) " >&6
13187 else
13188   if test "$cross_compiling" = yes; then :
13189   ac_cv_func_mmap_fixed_mapped=no
13190 else
13191   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13192 /* end confdefs.h.  */
13193 $ac_includes_default
13194 /* malloc might have been renamed as rpl_malloc. */
13195 #undef malloc
13196
13197 /* Thanks to Mike Haertel and Jim Avera for this test.
13198    Here is a matrix of mmap possibilities:
13199         mmap private not fixed
13200         mmap private fixed at somewhere currently unmapped
13201         mmap private fixed at somewhere already mapped
13202         mmap shared not fixed
13203         mmap shared fixed at somewhere currently unmapped
13204         mmap shared fixed at somewhere already mapped
13205    For private mappings, we should verify that changes cannot be read()
13206    back from the file, nor mmap's back from the file at a different
13207    address.  (There have been systems where private was not correctly
13208    implemented like the infamous i386 svr4.0, and systems where the
13209    VM page cache was not coherent with the file system buffer cache
13210    like early versions of FreeBSD and possibly contemporary NetBSD.)
13211    For shared mappings, we should conversely verify that changes get
13212    propagated back to all the places they're supposed to be.
13213
13214    Grep wants private fixed already mapped.
13215    The main things grep needs to know about mmap are:
13216    * does it exist and is it safe to write into the mmap'd area
13217    * how to use it (BSD variants)  */
13218
13219 #include <fcntl.h>
13220 #include <sys/mman.h>
13221
13222 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
13223 char *malloc ();
13224 #endif
13225
13226 /* This mess was copied from the GNU getpagesize.h.  */
13227 #ifndef HAVE_GETPAGESIZE
13228 # ifdef _SC_PAGESIZE
13229 #  define getpagesize() sysconf(_SC_PAGESIZE)
13230 # else /* no _SC_PAGESIZE */
13231 #  ifdef HAVE_SYS_PARAM_H
13232 #   include <sys/param.h>
13233 #   ifdef EXEC_PAGESIZE
13234 #    define getpagesize() EXEC_PAGESIZE
13235 #   else /* no EXEC_PAGESIZE */
13236 #    ifdef NBPG
13237 #     define getpagesize() NBPG * CLSIZE
13238 #     ifndef CLSIZE
13239 #      define CLSIZE 1
13240 #     endif /* no CLSIZE */
13241 #    else /* no NBPG */
13242 #     ifdef NBPC
13243 #      define getpagesize() NBPC
13244 #     else /* no NBPC */
13245 #      ifdef PAGESIZE
13246 #       define getpagesize() PAGESIZE
13247 #      endif /* PAGESIZE */
13248 #     endif /* no NBPC */
13249 #    endif /* no NBPG */
13250 #   endif /* no EXEC_PAGESIZE */
13251 #  else /* no HAVE_SYS_PARAM_H */
13252 #   define getpagesize() 8192   /* punt totally */
13253 #  endif /* no HAVE_SYS_PARAM_H */
13254 # endif /* no _SC_PAGESIZE */
13255
13256 #endif /* no HAVE_GETPAGESIZE */
13257
13258 int
13259 main ()
13260 {
13261   char *data, *data2, *data3;
13262   const char *cdata2;
13263   int i, pagesize;
13264   int fd, fd2;
13265
13266   pagesize = getpagesize ();
13267
13268   /* First, make a file with some known garbage in it. */
13269   data = (char *) malloc (pagesize);
13270   if (!data)
13271     return 1;
13272   for (i = 0; i < pagesize; ++i)
13273     *(data + i) = rand ();
13274   umask (0);
13275   fd = creat ("conftest.mmap", 0600);
13276   if (fd < 0)
13277     return 2;
13278   if (write (fd, data, pagesize) != pagesize)
13279     return 3;
13280   close (fd);
13281
13282   /* Next, check that the tail of a page is zero-filled.  File must have
13283      non-zero length, otherwise we risk SIGBUS for entire page.  */
13284   fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
13285   if (fd2 < 0)
13286     return 4;
13287   cdata2 = "";
13288   if (write (fd2, cdata2, 1) != 1)
13289     return 5;
13290   data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
13291   if (data2 == MAP_FAILED)
13292     return 6;
13293   for (i = 0; i < pagesize; ++i)
13294     if (*(data2 + i))
13295       return 7;
13296   close (fd2);
13297   if (munmap (data2, pagesize))
13298     return 8;
13299
13300   /* Next, try to mmap the file at a fixed address which already has
13301      something else allocated at it.  If we can, also make sure that
13302      we see the same garbage.  */
13303   fd = open ("conftest.mmap", O_RDWR);
13304   if (fd < 0)
13305     return 9;
13306   if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
13307                      MAP_PRIVATE | MAP_FIXED, fd, 0L))
13308     return 10;
13309   for (i = 0; i < pagesize; ++i)
13310     if (*(data + i) != *(data2 + i))
13311       return 11;
13312
13313   /* Finally, make sure that changes to the mapped area do not
13314      percolate back to the file as seen by read().  (This is a bug on
13315      some variants of i386 svr4.0.)  */
13316   for (i = 0; i < pagesize; ++i)
13317     *(data2 + i) = *(data2 + i) + 1;
13318   data3 = (char *) malloc (pagesize);
13319   if (!data3)
13320     return 12;
13321   if (read (fd, data3, pagesize) != pagesize)
13322     return 13;
13323   for (i = 0; i < pagesize; ++i)
13324     if (*(data + i) != *(data3 + i))
13325       return 14;
13326   close (fd);
13327   return 0;
13328 }
13329 _ACEOF
13330 if ac_fn_c_try_run "$LINENO"; then :
13331   ac_cv_func_mmap_fixed_mapped=yes
13332 else
13333   ac_cv_func_mmap_fixed_mapped=no
13334 fi
13335 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13336   conftest.$ac_objext conftest.beam conftest.$ac_ext
13337 fi
13338
13339 fi
13340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
13341 $as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
13342 if test $ac_cv_func_mmap_fixed_mapped = yes; then
13343
13344 $as_echo "#define HAVE_MMAP 1" >>confdefs.h
13345
13346 fi
13347 rm -f conftest.mmap conftest.txt
13348
13349 for ac_func in getc_unlocked mkdtemp mkstemp sbrk utimensat utimes
13350 do :
13351   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13352 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13353 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13354   cat >>confdefs.h <<_ACEOF
13355 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13356 _ACEOF
13357
13358 fi
13359 done
13360
13361
13362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5
13363 $as_echo_n "checking for mbstate_t... " >&6; }
13364 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13365 /* end confdefs.h.  */
13366 #include <wchar.h>
13367 int
13368 main ()
13369 {
13370 mbstate_t teststate;
13371   ;
13372   return 0;
13373 }
13374 _ACEOF
13375 if ac_fn_c_try_compile "$LINENO"; then :
13376   have_mbstate_t=yes
13377 else
13378   have_mbstate_t=no
13379 fi
13380 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_mbstate_t" >&5
13382 $as_echo "$have_mbstate_t" >&6; }
13383 if test x"$have_mbstate_t" = xyes; then
13384
13385 $as_echo "#define HAVE_MBSTATE_T 1" >>confdefs.h
13386
13387 fi
13388
13389 # Copied from gnulib stat-time.m4.
13390 # We should just switch over to using gnulib.
13391 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim.tv_nsec" "ac_cv_member_struct_stat_st_atim_tv_nsec" "#include <sys/types.h>
13392    #include <sys/stat.h>
13393 "
13394 if test "x$ac_cv_member_struct_stat_st_atim_tv_nsec" = xyes; then :
13395
13396 cat >>confdefs.h <<_ACEOF
13397 #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
13398 _ACEOF
13399
13400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct stat.st_atim is of type struct timespec" >&5
13401 $as_echo_n "checking whether struct stat.st_atim is of type struct timespec... " >&6; }
13402 if ${ac_cv_typeof_struct_stat_st_atim_is_struct_timespec+:} false; then :
13403   $as_echo_n "(cached) " >&6
13404 else
13405   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13406 /* end confdefs.h.  */
13407
13408           #include <sys/types.h>
13409           #include <sys/stat.h>
13410           #if HAVE_SYS_TIME_H
13411           # include <sys/time.h>
13412           #endif
13413           #include <time.h>
13414           struct timespec ts;
13415           struct stat st;
13416
13417 int
13418 main ()
13419 {
13420
13421           st.st_atim = ts;
13422
13423   ;
13424   return 0;
13425 }
13426 _ACEOF
13427 if ac_fn_c_try_compile "$LINENO"; then :
13428   ac_cv_typeof_struct_stat_st_atim_is_struct_timespec=yes
13429 else
13430   ac_cv_typeof_struct_stat_st_atim_is_struct_timespec=no
13431 fi
13432 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13433 fi
13434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_typeof_struct_stat_st_atim_is_struct_timespec" >&5
13435 $as_echo "$ac_cv_typeof_struct_stat_st_atim_is_struct_timespec" >&6; }
13436    if test $ac_cv_typeof_struct_stat_st_atim_is_struct_timespec = yes; then
13437
13438 $as_echo "#define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1" >>confdefs.h
13439
13440    fi
13441 else
13442   ac_fn_c_check_member "$LINENO" "struct stat" "st_atimespec.tv_nsec" "ac_cv_member_struct_stat_st_atimespec_tv_nsec" "#include <sys/types.h>
13443       #include <sys/stat.h>
13444 "
13445 if test "x$ac_cv_member_struct_stat_st_atimespec_tv_nsec" = xyes; then :
13446
13447 cat >>confdefs.h <<_ACEOF
13448 #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
13449 _ACEOF
13450
13451
13452 else
13453   ac_fn_c_check_member "$LINENO" "struct stat" "st_atimensec" "ac_cv_member_struct_stat_st_atimensec" "#include <sys/types.h>
13454          #include <sys/stat.h>
13455 "
13456 if test "x$ac_cv_member_struct_stat_st_atimensec" = xyes; then :
13457
13458 cat >>confdefs.h <<_ACEOF
13459 #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1
13460 _ACEOF
13461
13462
13463 else
13464   ac_fn_c_check_member "$LINENO" "struct stat" "st_atim.st__tim.tv_nsec" "ac_cv_member_struct_stat_st_atim_st__tim_tv_nsec" "#include <sys/types.h>
13465             #include <sys/stat.h>
13466 "
13467 if test "x$ac_cv_member_struct_stat_st_atim_st__tim_tv_nsec" = xyes; then :
13468
13469 cat >>confdefs.h <<_ACEOF
13470 #define HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC 1
13471 _ACEOF
13472
13473
13474 fi
13475
13476 fi
13477
13478 fi
13479
13480 fi
13481
13482
13483 # Some systems have frexp only in -lm, not in -lc.
13484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing frexp" >&5
13485 $as_echo_n "checking for library containing frexp... " >&6; }
13486 if ${ac_cv_search_frexp+:} false; then :
13487   $as_echo_n "(cached) " >&6
13488 else
13489   ac_func_search_save_LIBS=$LIBS
13490 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13491 /* end confdefs.h.  */
13492
13493 /* Override any GCC internal prototype to avoid an error.
13494    Use char because int might match the return type of a GCC
13495    builtin and then its argument prototype would still apply.  */
13496 #ifdef __cplusplus
13497 extern "C"
13498 #endif
13499 char frexp ();
13500 int
13501 main ()
13502 {
13503 return frexp ();
13504   ;
13505   return 0;
13506 }
13507 _ACEOF
13508 for ac_lib in '' m; do
13509   if test -z "$ac_lib"; then
13510     ac_res="none required"
13511   else
13512     ac_res=-l$ac_lib
13513     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13514   fi
13515   if ac_fn_c_try_link "$LINENO"; then :
13516   ac_cv_search_frexp=$ac_res
13517 fi
13518 rm -f core conftest.err conftest.$ac_objext \
13519     conftest$ac_exeext
13520   if ${ac_cv_search_frexp+:} false; then :
13521   break
13522 fi
13523 done
13524 if ${ac_cv_search_frexp+:} false; then :
13525
13526 else
13527   ac_cv_search_frexp=no
13528 fi
13529 rm conftest.$ac_ext
13530 LIBS=$ac_func_search_save_LIBS
13531 fi
13532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_frexp" >&5
13533 $as_echo "$ac_cv_search_frexp" >&6; }
13534 ac_res=$ac_cv_search_frexp
13535 if test "$ac_res" != no; then :
13536   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13537
13538 fi
13539
13540
13541
13542   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
13543 $as_echo_n "checking for LC_MESSAGES... " >&6; }
13544 if ${am_cv_val_LC_MESSAGES+:} false; then :
13545   $as_echo_n "(cached) " >&6
13546 else
13547   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13548 /* end confdefs.h.  */
13549 #include <locale.h>
13550 int
13551 main ()
13552 {
13553 return LC_MESSAGES
13554   ;
13555   return 0;
13556 }
13557 _ACEOF
13558 if ac_fn_c_try_link "$LINENO"; then :
13559   am_cv_val_LC_MESSAGES=yes
13560 else
13561   am_cv_val_LC_MESSAGES=no
13562 fi
13563 rm -f core conftest.err conftest.$ac_objext \
13564     conftest$ac_exeext conftest.$ac_ext
13565 fi
13566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
13567 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
13568   if test $am_cv_val_LC_MESSAGES = yes; then
13569
13570 $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
13571
13572   fi
13573
13574
13575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
13576 $as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
13577 if ${bu_cv_decl_getopt_unistd_h+:} false; then :
13578   $as_echo_n "(cached) " >&6
13579 else
13580   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13581 /* end confdefs.h.  */
13582 #include <unistd.h>
13583 int
13584 main ()
13585 {
13586 extern int getopt (int, char *const*, const char *);
13587   ;
13588   return 0;
13589 }
13590 _ACEOF
13591 if ac_fn_c_try_compile "$LINENO"; then :
13592   bu_cv_decl_getopt_unistd_h=yes
13593 else
13594   bu_cv_decl_getopt_unistd_h=no
13595 fi
13596 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13597 fi
13598
13599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_getopt_unistd_h" >&5
13600 $as_echo "$bu_cv_decl_getopt_unistd_h" >&6; }
13601 if test $bu_cv_decl_getopt_unistd_h = yes; then
13602
13603 $as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
13604
13605 fi
13606
13607 # Under Next 3.2 <utime.h> apparently does not define struct utimbuf
13608 # by default.
13609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for utime.h" >&5
13610 $as_echo_n "checking for utime.h... " >&6; }
13611 if ${bu_cv_header_utime_h+:} false; then :
13612   $as_echo_n "(cached) " >&6
13613 else
13614   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13615 /* end confdefs.h.  */
13616 #include <sys/types.h>
13617 #ifdef HAVE_TIME_H
13618 #include <time.h>
13619 #endif
13620 #include <utime.h>
13621 int
13622 main ()
13623 {
13624 struct utimbuf s;
13625   ;
13626   return 0;
13627 }
13628 _ACEOF
13629 if ac_fn_c_try_compile "$LINENO"; then :
13630   bu_cv_header_utime_h=yes
13631 else
13632   bu_cv_header_utime_h=no
13633 fi
13634 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13635 fi
13636
13637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_header_utime_h" >&5
13638 $as_echo "$bu_cv_header_utime_h" >&6; }
13639 if test $bu_cv_header_utime_h = yes; then
13640
13641 $as_echo "#define HAVE_GOOD_UTIME_H 1" >>confdefs.h
13642
13643 fi
13644
13645 ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
13646 if test "x$ac_cv_have_decl_asprintf" = xyes; then :
13647   ac_have_decl=1
13648 else
13649   ac_have_decl=0
13650 fi
13651
13652 cat >>confdefs.h <<_ACEOF
13653 #define HAVE_DECL_ASPRINTF $ac_have_decl
13654 _ACEOF
13655 ac_fn_c_check_decl "$LINENO" "environ" "ac_cv_have_decl_environ" "$ac_includes_default"
13656 if test "x$ac_cv_have_decl_environ" = xyes; then :
13657   ac_have_decl=1
13658 else
13659   ac_have_decl=0
13660 fi
13661
13662 cat >>confdefs.h <<_ACEOF
13663 #define HAVE_DECL_ENVIRON $ac_have_decl
13664 _ACEOF
13665 ac_fn_c_check_decl "$LINENO" "getc_unlocked" "ac_cv_have_decl_getc_unlocked" "$ac_includes_default"
13666 if test "x$ac_cv_have_decl_getc_unlocked" = xyes; then :
13667   ac_have_decl=1
13668 else
13669   ac_have_decl=0
13670 fi
13671
13672 cat >>confdefs.h <<_ACEOF
13673 #define HAVE_DECL_GETC_UNLOCKED $ac_have_decl
13674 _ACEOF
13675 ac_fn_c_check_decl "$LINENO" "sbrk" "ac_cv_have_decl_sbrk" "$ac_includes_default"
13676 if test "x$ac_cv_have_decl_sbrk" = xyes; then :
13677   ac_have_decl=1
13678 else
13679   ac_have_decl=0
13680 fi
13681
13682 cat >>confdefs.h <<_ACEOF
13683 #define HAVE_DECL_SBRK $ac_have_decl
13684 _ACEOF
13685 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
13686 if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
13687   ac_have_decl=1
13688 else
13689   ac_have_decl=0
13690 fi
13691
13692 cat >>confdefs.h <<_ACEOF
13693 #define HAVE_DECL_STPCPY $ac_have_decl
13694 _ACEOF
13695 ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
13696 if test "x$ac_cv_have_decl_strnlen" = xyes; then :
13697   ac_have_decl=1
13698 else
13699   ac_have_decl=0
13700 fi
13701
13702 cat >>confdefs.h <<_ACEOF
13703 #define HAVE_DECL_STRNLEN $ac_have_decl
13704 _ACEOF
13705
13706
13707 # Link in zlib if we can.  This allows us to read compressed debug
13708 # sections.  This is used only by readelf.c (objdump uses bfd for
13709 # reading compressed sections).
13710
13711   # Use the system's zlib library.
13712   zlibdir="-L\$(top_builddir)/../zlib"
13713   zlibinc="-I\$(top_srcdir)/../zlib"
13714
13715 # Check whether --with-system-zlib was given.
13716 if test "${with_system_zlib+set}" = set; then :
13717   withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
13718     zlibdir=
13719     zlibinc=
13720   fi
13721
13722 fi
13723
13724
13725
13726
13727
13728
13729 case "${host}" in
13730 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
13731
13732 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
13733  ;;
13734 esac
13735
13736 # Support for the msgpack C library.
13737
13738 # Check whether --with-msgpack was given.
13739 if test "${with_msgpack+set}" = set; then :
13740   withval=$with_msgpack;
13741 else
13742   with_msgpack=auto
13743 fi
13744
13745
13746
13747 if test "$with_msgpack" != no; then
13748
13749 pkg_failed=no
13750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for msgpack" >&5
13751 $as_echo_n "checking for msgpack... " >&6; }
13752
13753 if test -n "$MSGPACK_CFLAGS"; then
13754     pkg_cv_MSGPACK_CFLAGS="$MSGPACK_CFLAGS"
13755  elif test -n "$PKG_CONFIG"; then
13756     if test -n "$PKG_CONFIG" && \
13757     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"msgpack\""; } >&5
13758   ($PKG_CONFIG --exists --print-errors "msgpack") 2>&5
13759   ac_status=$?
13760   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13761   test $ac_status = 0; }; then
13762   pkg_cv_MSGPACK_CFLAGS=`$PKG_CONFIG --cflags "msgpack" 2>/dev/null`
13763                       test "x$?" != "x0" && pkg_failed=yes
13764 else
13765   pkg_failed=yes
13766 fi
13767  else
13768     pkg_failed=untried
13769 fi
13770 if test -n "$MSGPACK_LIBS"; then
13771     pkg_cv_MSGPACK_LIBS="$MSGPACK_LIBS"
13772  elif test -n "$PKG_CONFIG"; then
13773     if test -n "$PKG_CONFIG" && \
13774     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"msgpack\""; } >&5
13775   ($PKG_CONFIG --exists --print-errors "msgpack") 2>&5
13776   ac_status=$?
13777   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13778   test $ac_status = 0; }; then
13779   pkg_cv_MSGPACK_LIBS=`$PKG_CONFIG --libs "msgpack" 2>/dev/null`
13780                       test "x$?" != "x0" && pkg_failed=yes
13781 else
13782   pkg_failed=yes
13783 fi
13784  else
13785     pkg_failed=untried
13786 fi
13787
13788 if test $pkg_failed = no; then
13789   pkg_save_LDFLAGS="$LDFLAGS"
13790   LDFLAGS="$LDFLAGS $pkg_cv_MSGPACK_LIBS"
13791   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13792 /* end confdefs.h.  */
13793
13794 int
13795 main ()
13796 {
13797
13798   ;
13799   return 0;
13800 }
13801 _ACEOF
13802 if ac_fn_c_try_link "$LINENO"; then :
13803
13804 else
13805   pkg_failed=yes
13806 fi
13807 rm -f core conftest.err conftest.$ac_objext \
13808     conftest$ac_exeext conftest.$ac_ext
13809   LDFLAGS=$pkg_save_LDFLAGS
13810 fi
13811
13812
13813
13814 if test $pkg_failed = yes; then
13815         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13816 $as_echo "no" >&6; }
13817
13818 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
13819         _pkg_short_errors_supported=yes
13820 else
13821         _pkg_short_errors_supported=no
13822 fi
13823         if test $_pkg_short_errors_supported = yes; then
13824                 MSGPACK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "msgpack" 2>&1`
13825         else
13826                 MSGPACK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "msgpack" 2>&1`
13827         fi
13828         # Put the nasty error message in config.log where it belongs
13829         echo "$MSGPACK_PKG_ERRORS" >&5
13830
13831
13832       if test "$with_msgpack" = yes; then
13833         as_fn_error $? "--with-msgpack was given, but msgpack is missing or unusable." "$LINENO" 5
13834       fi
13835
13836 elif test $pkg_failed = untried; then
13837         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13838 $as_echo "no" >&6; }
13839
13840       if test "$with_msgpack" = yes; then
13841         as_fn_error $? "--with-msgpack was given, but msgpack is missing or unusable." "$LINENO" 5
13842       fi
13843
13844 else
13845         MSGPACK_CFLAGS=$pkg_cv_MSGPACK_CFLAGS
13846         MSGPACK_LIBS=$pkg_cv_MSGPACK_LIBS
13847         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13848 $as_echo "yes" >&6; }
13849
13850
13851 $as_echo "#define HAVE_MSGPACK 1" >>confdefs.h
13852
13853
13854 fi
13855 fi
13856
13857 # target-specific stuff:
13858
13859 # Canonicalize the secondary target names.
13860 if test -n "$enable_targets"; then
13861     for targ in `echo $enable_targets | sed 's/,/ /g'`
13862     do
13863         result=`$ac_config_sub $targ 2>/dev/null`
13864         if test -n "$result"; then
13865             canon_targets="$canon_targets $result"
13866         else
13867             # Allow targets that config.sub doesn't recognize, like "all".
13868             canon_targets="$canon_targets $targ"
13869         fi
13870     done
13871 fi
13872
13873 ac_fn_c_check_header_mongrel "$LINENO" "iconv.h" "ac_cv_header_iconv_h" "$ac_includes_default"
13874 if test "x$ac_cv_header_iconv_h" = xyes; then :
13875
13876 fi
13877
13878
13879
13880       if test "X$prefix" = "XNONE"; then
13881     acl_final_prefix="$ac_default_prefix"
13882   else
13883     acl_final_prefix="$prefix"
13884   fi
13885   if test "X$exec_prefix" = "XNONE"; then
13886     acl_final_exec_prefix='${prefix}'
13887   else
13888     acl_final_exec_prefix="$exec_prefix"
13889   fi
13890   acl_save_prefix="$prefix"
13891   prefix="$acl_final_prefix"
13892   eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
13893   prefix="$acl_save_prefix"
13894
13895
13896 # Check whether --with-gnu-ld was given.
13897 if test "${with_gnu_ld+set}" = set; then :
13898   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
13899 else
13900   with_gnu_ld=no
13901 fi
13902
13903 # Prepare PATH_SEPARATOR.
13904 # The user is always right.
13905 if test "${PATH_SEPARATOR+set}" != set; then
13906   echo "#! /bin/sh" >conf$$.sh
13907   echo  "exit 0"   >>conf$$.sh
13908   chmod +x conf$$.sh
13909   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13910     PATH_SEPARATOR=';'
13911   else
13912     PATH_SEPARATOR=:
13913   fi
13914   rm -f conf$$.sh
13915 fi
13916 ac_prog=ld
13917 if test "$GCC" = yes; then
13918   # Check if gcc -print-prog-name=ld gives a path.
13919   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
13920 $as_echo_n "checking for ld used by GCC... " >&6; }
13921   case $host in
13922   *-*-mingw*)
13923     # gcc leaves a trailing carriage return which upsets mingw
13924     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
13925   *)
13926     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
13927   esac
13928   case $ac_prog in
13929     # Accept absolute paths.
13930     [\\/]* | [A-Za-z]:[\\/]*)
13931       re_direlt='/[^/][^/]*/\.\./'
13932       # Canonicalize the path of ld
13933       ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
13934       while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
13935         ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
13936       done
13937       test -z "$LD" && LD="$ac_prog"
13938       ;;
13939   "")
13940     # If it fails, then pretend we aren't using GCC.
13941     ac_prog=ld
13942     ;;
13943   *)
13944     # If it is relative, then search for the first ld in PATH.
13945     with_gnu_ld=unknown
13946     ;;
13947   esac
13948 elif test "$with_gnu_ld" = yes; then
13949   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
13950 $as_echo_n "checking for GNU ld... " >&6; }
13951 else
13952   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
13953 $as_echo_n "checking for non-GNU ld... " >&6; }
13954 fi
13955 if ${acl_cv_path_LD+:} false; then :
13956   $as_echo_n "(cached) " >&6
13957 else
13958   if test -z "$LD"; then
13959   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
13960   for ac_dir in $PATH; do
13961     test -z "$ac_dir" && ac_dir=.
13962     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
13963       acl_cv_path_LD="$ac_dir/$ac_prog"
13964       # Check to see if the program is GNU ld.  I'd rather use --version,
13965       # but apparently some GNU ld's only accept -v.
13966       # Break only if it was the GNU/non-GNU ld that we prefer.
13967       if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
13968         test "$with_gnu_ld" != no && break
13969       else
13970         test "$with_gnu_ld" != yes && break
13971       fi
13972     fi
13973   done
13974   IFS="$ac_save_ifs"
13975 else
13976   acl_cv_path_LD="$LD" # Let the user override the test with a path.
13977 fi
13978 fi
13979
13980 LD="$acl_cv_path_LD"
13981 if test -n "$LD"; then
13982   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
13983 $as_echo "$LD" >&6; }
13984 else
13985   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13986 $as_echo "no" >&6; }
13987 fi
13988 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
13989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
13990 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
13991 if ${acl_cv_prog_gnu_ld+:} false; then :
13992   $as_echo_n "(cached) " >&6
13993 else
13994   # I'd rather use --version here, but apparently some GNU ld's only accept -v.
13995 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
13996   acl_cv_prog_gnu_ld=yes
13997 else
13998   acl_cv_prog_gnu_ld=no
13999 fi
14000 fi
14001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
14002 $as_echo "$acl_cv_prog_gnu_ld" >&6; }
14003 with_gnu_ld=$acl_cv_prog_gnu_ld
14004
14005
14006
14007                                                 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
14008 $as_echo_n "checking for shared library run path origin... " >&6; }
14009 if ${acl_cv_rpath+:} false; then :
14010   $as_echo_n "(cached) " >&6
14011 else
14012
14013     CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
14014     ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
14015     . ./conftest.sh
14016     rm -f ./conftest.sh
14017     acl_cv_rpath=done
14018
14019 fi
14020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
14021 $as_echo "$acl_cv_rpath" >&6; }
14022   wl="$acl_cv_wl"
14023   libext="$acl_cv_libext"
14024   shlibext="$acl_cv_shlibext"
14025   hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
14026   hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
14027   hardcode_direct="$acl_cv_hardcode_direct"
14028   hardcode_minus_L="$acl_cv_hardcode_minus_L"
14029     # Check whether --enable-rpath was given.
14030 if test "${enable_rpath+set}" = set; then :
14031   enableval=$enable_rpath; :
14032 else
14033   enable_rpath=yes
14034 fi
14035
14036
14037
14038
14039
14040
14041
14042
14043     use_additional=yes
14044
14045   acl_save_prefix="$prefix"
14046   prefix="$acl_final_prefix"
14047   acl_save_exec_prefix="$exec_prefix"
14048   exec_prefix="$acl_final_exec_prefix"
14049
14050     eval additional_includedir=\"$includedir\"
14051     eval additional_libdir=\"$libdir\"
14052
14053   exec_prefix="$acl_save_exec_prefix"
14054   prefix="$acl_save_prefix"
14055
14056
14057 # Check whether --with-libiconv-prefix was given.
14058 if test "${with_libiconv_prefix+set}" = set; then :
14059   withval=$with_libiconv_prefix;
14060     if test "X$withval" = "Xno"; then
14061       use_additional=no
14062     else
14063       if test "X$withval" = "X"; then
14064
14065   acl_save_prefix="$prefix"
14066   prefix="$acl_final_prefix"
14067   acl_save_exec_prefix="$exec_prefix"
14068   exec_prefix="$acl_final_exec_prefix"
14069
14070           eval additional_includedir=\"$includedir\"
14071           eval additional_libdir=\"$libdir\"
14072
14073   exec_prefix="$acl_save_exec_prefix"
14074   prefix="$acl_save_prefix"
14075
14076       else
14077         additional_includedir="$withval/include"
14078         additional_libdir="$withval/lib"
14079       fi
14080     fi
14081
14082 fi
14083
14084
14085 # Check whether --with-libiconv-type was given.
14086 if test "${with_libiconv_type+set}" = set; then :
14087   withval=$with_libiconv_type;  with_libiconv_type=$withval
14088 else
14089    with_libiconv_type=auto
14090 fi
14091
14092   lib_type=`eval echo \$with_libiconv_type`
14093
14094       LIBICONV=
14095   LTLIBICONV=
14096   INCICONV=
14097   rpathdirs=
14098   ltrpathdirs=
14099   names_already_handled=
14100   names_next_round='iconv '
14101   while test -n "$names_next_round"; do
14102     names_this_round="$names_next_round"
14103     names_next_round=
14104     for name in $names_this_round; do
14105       already_handled=
14106       for n in $names_already_handled; do
14107         if test "$n" = "$name"; then
14108           already_handled=yes
14109           break
14110         fi
14111       done
14112       if test -z "$already_handled"; then
14113         names_already_handled="$names_already_handled $name"
14114                         uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
14115         eval value=\"\$HAVE_LIB$uppername\"
14116         if test -n "$value"; then
14117           if test "$value" = yes; then
14118             eval value=\"\$LIB$uppername\"
14119             test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
14120             eval value=\"\$LTLIB$uppername\"
14121             test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
14122           else
14123                                     :
14124           fi
14125         else
14126                               found_dir=
14127           found_la=
14128           found_so=
14129           found_a=
14130           if test $use_additional = yes; then
14131             if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext" && test x$lib_type != xstatic; then
14132               found_dir="$additional_libdir"
14133               found_so="$additional_libdir/lib$name.$shlibext"
14134               if test -f "$additional_libdir/lib$name.la"; then
14135                 found_la="$additional_libdir/lib$name.la"
14136               fi
14137             elif test x$lib_type != xshared; then
14138               if test -f "$additional_libdir/lib$name.$libext"; then
14139                 found_dir="$additional_libdir"
14140                 found_a="$additional_libdir/lib$name.$libext"
14141                 if test -f "$additional_libdir/lib$name.la"; then
14142                   found_la="$additional_libdir/lib$name.la"
14143                 fi
14144               fi
14145             fi
14146           fi
14147           if test "X$found_dir" = "X"; then
14148             for x in $LDFLAGS $LTLIBICONV; do
14149
14150   acl_save_prefix="$prefix"
14151   prefix="$acl_final_prefix"
14152   acl_save_exec_prefix="$exec_prefix"
14153   exec_prefix="$acl_final_exec_prefix"
14154   eval x=\"$x\"
14155   exec_prefix="$acl_save_exec_prefix"
14156   prefix="$acl_save_prefix"
14157
14158               case "$x" in
14159                 -L*)
14160                   dir=`echo "X$x" | sed -e 's/^X-L//'`
14161                   if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext" && test x$lib_type != xstatic; then
14162                     found_dir="$dir"
14163                     found_so="$dir/lib$name.$shlibext"
14164                     if test -f "$dir/lib$name.la"; then
14165                       found_la="$dir/lib$name.la"
14166                     fi
14167                   elif test x$lib_type != xshared; then
14168                     if test -f "$dir/lib$name.$libext"; then
14169                       found_dir="$dir"
14170                       found_a="$dir/lib$name.$libext"
14171                       if test -f "$dir/lib$name.la"; then
14172                         found_la="$dir/lib$name.la"
14173                       fi
14174                     fi
14175                   fi
14176                   ;;
14177               esac
14178               if test "X$found_dir" != "X"; then
14179                 break
14180               fi
14181             done
14182           fi
14183           if test "X$found_dir" != "X"; then
14184                         LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
14185             if test "X$found_so" != "X"; then
14186                                                         if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
14187                                 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14188               else
14189                                                                                 haveit=
14190                 for x in $ltrpathdirs; do
14191                   if test "X$x" = "X$found_dir"; then
14192                     haveit=yes
14193                     break
14194                   fi
14195                 done
14196                 if test -z "$haveit"; then
14197                   ltrpathdirs="$ltrpathdirs $found_dir"
14198                 fi
14199                                 if test "$hardcode_direct" = yes; then
14200                                                       LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14201                 else
14202                   if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
14203                                                             LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14204                                                             haveit=
14205                     for x in $rpathdirs; do
14206                       if test "X$x" = "X$found_dir"; then
14207                         haveit=yes
14208                         break
14209                       fi
14210                     done
14211                     if test -z "$haveit"; then
14212                       rpathdirs="$rpathdirs $found_dir"
14213                     fi
14214                   else
14215                                                                                 haveit=
14216                     for x in $LDFLAGS $LIBICONV; do
14217
14218   acl_save_prefix="$prefix"
14219   prefix="$acl_final_prefix"
14220   acl_save_exec_prefix="$exec_prefix"
14221   exec_prefix="$acl_final_exec_prefix"
14222   eval x=\"$x\"
14223   exec_prefix="$acl_save_exec_prefix"
14224   prefix="$acl_save_prefix"
14225
14226                       if test "X$x" = "X-L$found_dir"; then
14227                         haveit=yes
14228                         break
14229                       fi
14230                     done
14231                     if test -z "$haveit"; then
14232                       LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
14233                     fi
14234                     if test "$hardcode_minus_L" != no; then
14235                                                                                         LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14236                     else
14237                                                                                                                                                                                 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
14238                     fi
14239                   fi
14240                 fi
14241               fi
14242             else
14243               if test "X$found_a" != "X"; then
14244                                 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
14245               else
14246                                                 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
14247               fi
14248             fi
14249                         additional_includedir=
14250             case "$found_dir" in
14251               */lib | */lib/)
14252                 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
14253                 additional_includedir="$basedir/include"
14254                 ;;
14255             esac
14256             if test "X$additional_includedir" != "X"; then
14257                                                                                                                 if test "X$additional_includedir" != "X/usr/include"; then
14258                 haveit=
14259                 if test "X$additional_includedir" = "X/usr/local/include"; then
14260                   if test -n "$GCC"; then
14261                     case $host_os in
14262                       linux*) haveit=yes;;
14263                     esac
14264                   fi
14265                 fi
14266                 if test -z "$haveit"; then
14267                   for x in $CPPFLAGS $INCICONV; do
14268
14269   acl_save_prefix="$prefix"
14270   prefix="$acl_final_prefix"
14271   acl_save_exec_prefix="$exec_prefix"
14272   exec_prefix="$acl_final_exec_prefix"
14273   eval x=\"$x\"
14274   exec_prefix="$acl_save_exec_prefix"
14275   prefix="$acl_save_prefix"
14276
14277                     if test "X$x" = "X-I$additional_includedir"; then
14278                       haveit=yes
14279                       break
14280                     fi
14281                   done
14282                   if test -z "$haveit"; then
14283                     if test -d "$additional_includedir"; then
14284                                             INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
14285                     fi
14286                   fi
14287                 fi
14288               fi
14289             fi
14290                         if test -n "$found_la"; then
14291                                                         save_libdir="$libdir"
14292               case "$found_la" in
14293                 */* | *\\*) . "$found_la" ;;
14294                 *) . "./$found_la" ;;
14295               esac
14296               libdir="$save_libdir"
14297                             for dep in $dependency_libs; do
14298                 case "$dep" in
14299                   -L*)
14300                     additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
14301                                                                                                                                                                 if test "X$additional_libdir" != "X/usr/lib"; then
14302                       haveit=
14303                       if test "X$additional_libdir" = "X/usr/local/lib"; then
14304                         if test -n "$GCC"; then
14305                           case $host_os in
14306                             linux*) haveit=yes;;
14307                           esac
14308                         fi
14309                       fi
14310                       if test -z "$haveit"; then
14311                         haveit=
14312                         for x in $LDFLAGS $LIBICONV; do
14313
14314   acl_save_prefix="$prefix"
14315   prefix="$acl_final_prefix"
14316   acl_save_exec_prefix="$exec_prefix"
14317   exec_prefix="$acl_final_exec_prefix"
14318   eval x=\"$x\"
14319   exec_prefix="$acl_save_exec_prefix"
14320   prefix="$acl_save_prefix"
14321
14322                           if test "X$x" = "X-L$additional_libdir"; then
14323                             haveit=yes
14324                             break
14325                           fi
14326                         done
14327                         if test -z "$haveit"; then
14328                           if test -d "$additional_libdir"; then
14329                                                         LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
14330                           fi
14331                         fi
14332                         haveit=
14333                         for x in $LDFLAGS $LTLIBICONV; do
14334
14335   acl_save_prefix="$prefix"
14336   prefix="$acl_final_prefix"
14337   acl_save_exec_prefix="$exec_prefix"
14338   exec_prefix="$acl_final_exec_prefix"
14339   eval x=\"$x\"
14340   exec_prefix="$acl_save_exec_prefix"
14341   prefix="$acl_save_prefix"
14342
14343                           if test "X$x" = "X-L$additional_libdir"; then
14344                             haveit=yes
14345                             break
14346                           fi
14347                         done
14348                         if test -z "$haveit"; then
14349                           if test -d "$additional_libdir"; then
14350                                                         LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
14351                           fi
14352                         fi
14353                       fi
14354                     fi
14355                     ;;
14356                   -R*)
14357                     dir=`echo "X$dep" | sed -e 's/^X-R//'`
14358                     if test "$enable_rpath" != no; then
14359                                                                   haveit=
14360                       for x in $rpathdirs; do
14361                         if test "X$x" = "X$dir"; then
14362                           haveit=yes
14363                           break
14364                         fi
14365                       done
14366                       if test -z "$haveit"; then
14367                         rpathdirs="$rpathdirs $dir"
14368                       fi
14369                                                                   haveit=
14370                       for x in $ltrpathdirs; do
14371                         if test "X$x" = "X$dir"; then
14372                           haveit=yes
14373                           break
14374                         fi
14375                       done
14376                       if test -z "$haveit"; then
14377                         ltrpathdirs="$ltrpathdirs $dir"
14378                       fi
14379                     fi
14380                     ;;
14381                   -l*)
14382                                         names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
14383                     ;;
14384                   *.la)
14385                                                                                 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
14386                     ;;
14387                   *)
14388                                         LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
14389                     LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
14390                     ;;
14391                 esac
14392               done
14393             fi
14394           else
14395                                                             if test "x$lib_type" = "xauto" || test "x$lib_type" = "xshared"; then
14396               LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
14397               LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
14398             else
14399               LIBICONV="${LIBICONV}${LIBICONV:+ }-l:lib$name.$libext"
14400               LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l:lib$name.$libext"
14401             fi
14402           fi
14403         fi
14404       fi
14405     done
14406   done
14407   if test "X$rpathdirs" != "X"; then
14408     if test -n "$hardcode_libdir_separator"; then
14409                         alldirs=
14410       for found_dir in $rpathdirs; do
14411         alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
14412       done
14413             acl_save_libdir="$libdir"
14414       libdir="$alldirs"
14415       eval flag=\"$hardcode_libdir_flag_spec\"
14416       libdir="$acl_save_libdir"
14417       LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
14418     else
14419             for found_dir in $rpathdirs; do
14420         acl_save_libdir="$libdir"
14421         libdir="$found_dir"
14422         eval flag=\"$hardcode_libdir_flag_spec\"
14423         libdir="$acl_save_libdir"
14424         LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
14425       done
14426     fi
14427   fi
14428   if test "X$ltrpathdirs" != "X"; then
14429             for found_dir in $ltrpathdirs; do
14430       LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
14431     done
14432   fi
14433
14434
14435
14436
14437
14438
14439
14440   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
14441 $as_echo_n "checking for iconv... " >&6; }
14442 if ${am_cv_func_iconv+:} false; then :
14443   $as_echo_n "(cached) " >&6
14444 else
14445
14446     am_cv_func_iconv="no, consider installing GNU libiconv"
14447     am_cv_lib_iconv=no
14448                     am_save_CPPFLAGS="$CPPFLAGS"
14449     CPPFLAGS="$CPPFLAGS $INCICONV"
14450     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14451 /* end confdefs.h.  */
14452 #include <stdlib.h>
14453 #include <iconv.h>
14454 int
14455 main ()
14456 {
14457 iconv_t cd = iconv_open("","");
14458        iconv(cd,NULL,NULL,NULL,NULL);
14459        iconv_close(cd);
14460   ;
14461   return 0;
14462 }
14463 _ACEOF
14464 if ac_fn_c_try_link "$LINENO"; then :
14465   am_cv_func_iconv=yes
14466 fi
14467 rm -f core conftest.err conftest.$ac_objext \
14468     conftest$ac_exeext conftest.$ac_ext
14469     CPPFLAGS="$am_save_CPPFLAGS"
14470
14471     if test "$am_cv_func_iconv" != yes && test -d ../libiconv; then
14472       for _libs in .libs _libs; do
14473         am_save_CPPFLAGS="$CPPFLAGS"
14474         am_save_LIBS="$LIBS"
14475         CPPFLAGS="$CPPFLAGS -I../libiconv/include"
14476         LIBS="$LIBS ../libiconv/lib/$_libs/libiconv.a"
14477         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14478 /* end confdefs.h.  */
14479 #include <stdlib.h>
14480 #include <iconv.h>
14481 int
14482 main ()
14483 {
14484 iconv_t cd = iconv_open("","");
14485            iconv(cd,NULL,NULL,NULL,NULL);
14486            iconv_close(cd);
14487   ;
14488   return 0;
14489 }
14490 _ACEOF
14491 if ac_fn_c_try_link "$LINENO"; then :
14492   INCICONV="-I../libiconv/include"
14493           LIBICONV='${top_builddir}'/../libiconv/lib/$_libs/libiconv.a
14494           LTLIBICONV='${top_builddir}'/../libiconv/lib/libiconv.la
14495           am_cv_lib_iconv=yes
14496           am_cv_func_iconv=yes
14497 fi
14498 rm -f core conftest.err conftest.$ac_objext \
14499     conftest$ac_exeext conftest.$ac_ext
14500         CPPFLAGS="$am_save_CPPFLAGS"
14501         LIBS="$am_save_LIBS"
14502         if test "$am_cv_func_iconv" = "yes"; then
14503           break
14504         fi
14505       done
14506     fi
14507
14508     if test "$am_cv_func_iconv" != yes; then
14509       am_save_CPPFLAGS="$CPPFLAGS"
14510       am_save_LIBS="$LIBS"
14511       CPPFLAGS="$CPPFLAGS $INCICONV"
14512       LIBS="$LIBS $LIBICONV"
14513       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14514 /* end confdefs.h.  */
14515 #include <stdlib.h>
14516 #include <iconv.h>
14517 int
14518 main ()
14519 {
14520 iconv_t cd = iconv_open("","");
14521          iconv(cd,NULL,NULL,NULL,NULL);
14522          iconv_close(cd);
14523   ;
14524   return 0;
14525 }
14526 _ACEOF
14527 if ac_fn_c_try_link "$LINENO"; then :
14528   am_cv_lib_iconv=yes
14529         am_cv_func_iconv=yes
14530 fi
14531 rm -f core conftest.err conftest.$ac_objext \
14532     conftest$ac_exeext conftest.$ac_ext
14533       CPPFLAGS="$am_save_CPPFLAGS"
14534       LIBS="$am_save_LIBS"
14535     fi
14536
14537 fi
14538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
14539 $as_echo "$am_cv_func_iconv" >&6; }
14540   if test "$am_cv_func_iconv" = yes; then
14541
14542 $as_echo "#define HAVE_ICONV 1" >>confdefs.h
14543
14544   fi
14545   if test "$am_cv_lib_iconv" = yes; then
14546
14547   for element in $INCICONV; do
14548     haveit=
14549     for x in $CPPFLAGS; do
14550
14551   acl_save_prefix="$prefix"
14552   prefix="$acl_final_prefix"
14553   acl_save_exec_prefix="$exec_prefix"
14554   exec_prefix="$acl_final_exec_prefix"
14555   eval x=\"$x\"
14556   exec_prefix="$acl_save_exec_prefix"
14557   prefix="$acl_save_prefix"
14558
14559       if test "X$x" = "X$element"; then
14560         haveit=yes
14561         break
14562       fi
14563     done
14564     if test -z "$haveit"; then
14565       CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
14566     fi
14567   done
14568
14569     { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
14570 $as_echo_n "checking how to link with libiconv... " >&6; }
14571     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
14572 $as_echo "$LIBICONV" >&6; }
14573   else
14574     LIBICONV=
14575     LTLIBICONV=
14576   fi
14577
14578
14579
14580   if test "$am_cv_func_iconv" = yes; then
14581     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
14582 $as_echo_n "checking for iconv declaration... " >&6; }
14583     if ${am_cv_proto_iconv+:} false; then :
14584   $as_echo_n "(cached) " >&6
14585 else
14586
14587       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14588 /* end confdefs.h.  */
14589
14590 #include <stdlib.h>
14591 #include <iconv.h>
14592 extern
14593 #ifdef __cplusplus
14594 "C"
14595 #endif
14596 #if defined(__STDC__) || defined(__cplusplus)
14597 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
14598 #else
14599 size_t iconv();
14600 #endif
14601
14602 int
14603 main ()
14604 {
14605
14606   ;
14607   return 0;
14608 }
14609 _ACEOF
14610 if ac_fn_c_try_compile "$LINENO"; then :
14611   am_cv_proto_iconv_arg1=""
14612 else
14613   am_cv_proto_iconv_arg1="const"
14614 fi
14615 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14616       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);"
14617 fi
14618
14619     am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
14620     { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
14621          }$am_cv_proto_iconv" >&5
14622 $as_echo "${ac_t:-
14623          }$am_cv_proto_iconv" >&6; }
14624
14625 cat >>confdefs.h <<_ACEOF
14626 #define ICONV_CONST $am_cv_proto_iconv_arg1
14627 _ACEOF
14628
14629   fi
14630
14631
14632 all_targets=false
14633 BUILD_SRCONV=
14634 BUILD_DLLTOOL=
14635 DLLTOOL_DEFS=
14636 DLLTOOL_DEFAULT=
14637 BUILD_WINDRES=
14638 BUILD_WINDMC=
14639 BUILD_DLLWRAP=
14640 BUILD_MISC=
14641 BUILD_INSTALL_MISC=
14642 OBJDUMP_DEFS=
14643 OBJDUMP_PRIVATE_VECTORS=
14644 OBJDUMP_PRIVATE_OFILES=
14645 od_vectors=
14646
14647 for targ in $target $canon_targets
14648 do
14649     if test "x$targ" = "xall"; then
14650         all_targets=true
14651         BUILD_SRCONV='$(SRCONV_PROG)'
14652         BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
14653         BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14654         BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14655         BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14656         if test -z "$DLLTOOL_DEFAULT"; then
14657           DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14658         fi
14659         DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14660         BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
14661         od_vectors="$od_vectors objdump_private_desc_xcoff"
14662     else
14663         case $targ in
14664         *-*-hms*) BUILD_SRCONV='$(SRCONV_PROG)' ;;
14665         esac
14666
14667         case $targ in
14668         arm-wince-pe* | arm-*-wince | arm*-*-cegcc* | arm*-*-mingw32ce*)
14669           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14670           if test -z "$DLLTOOL_DEFAULT"; then
14671             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_WINCE"
14672           fi
14673           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_WINCE -DDLLTOOL_ARM"
14674           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14675           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14676           ;;
14677         arm-*-pe*)
14678           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14679           if test -z "$DLLTOOL_DEFAULT"; then
14680             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM"
14681           fi
14682           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
14683           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14684           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14685           ;;
14686         x86_64-*-mingw* | x86_64-*-cygwin*)
14687           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14688           if test -z "$DLLTOOL_DEFAULT"; then
14689             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MX86_64"
14690           fi
14691           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MX86_64"
14692           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14693           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14694           BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
14695           ;;
14696         i[3-7]86-*-pe* | i[3-7]86-*-cygwin* | i[3-7]86-*-mingw32**)
14697           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14698           if test -z "$DLLTOOL_DEFAULT"; then
14699             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14700           fi
14701           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14702           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14703           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14704           BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
14705           ;;
14706         i[3-7]86-*-interix)
14707           BUILD_DLLTOOL='$(DLLTOOL_PROG)'
14708           if test -z "$DLLTOOL_DEFAULT"; then
14709             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14710           fi
14711           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14712           ;;
14713         powerpc*-aix5.[01])
14714           ;;
14715         powerpc*-aix[5-9].*)
14716           OBJDUMP_DEFS="-DAIX_WEAK_SUPPORT"
14717           ;;
14718         powerpc*-*-linux* | powerpc*-*-elf* | powerpc*-*-eabi*)
14719           case "$BUILD_INSTALL_MISC" in
14720             *embedspu*) ;;
14721             *) BUILD_INSTALL_MISC="${BUILD_INSTALL_MISC} embedspu"
14722           esac
14723           ;;
14724         sh*-*-pe)
14725           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14726           if test -z "$DLLTOOL_DEFAULT"; then
14727             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_SH"
14728           fi
14729           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_SH"
14730           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14731           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14732           ;;
14733         spu-*-*)
14734           BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
14735           ;;
14736         mips*-*-pe)
14737           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14738           if test -z "$DLLTOOL_DEFAULT"; then
14739             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MIPS"
14740           fi
14741           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MIPS"
14742           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14743           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14744           ;;
14745         mcore-*-pe)
14746           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14747           if test -z "$DLLTOOL_DEFAULT"; then
14748             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE"
14749           fi
14750           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE"
14751           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14752           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14753           ;;
14754         mcore-*-elf)
14755           BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14756           if test -z "$DLLTOOL_DEFAULT"; then
14757             DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE_ELF"
14758           fi
14759           DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE_ELF"
14760           ;;
14761         mep-*)
14762           OBJDUMP_DEFS="-DSKIP_ZEROES=256 -DSKIP_ZEROES_AT_END=0"
14763           ;;
14764         esac
14765
14766         # Add objdump private vectors.
14767         case $targ in
14768         avr-*-*)
14769           od_vectors="$od_vectors objdump_private_desc_elf32_avr"
14770           ;;
14771         powerpc*-*-aix* | rs6000-*-aix*)
14772           od_vectors="$od_vectors objdump_private_desc_xcoff"
14773           ;;
14774         *-*-darwin*)
14775           od_vectors="$od_vectors objdump_private_desc_mach_o"
14776           ;;
14777         esac
14778     fi
14779 done
14780
14781 # Uniq objdump private vector, build objdump target ofiles.
14782 od_files=
14783 f=""
14784 for i in $od_vectors ; do
14785     case " $f " in
14786     *" $i "*) ;;
14787     *)
14788         f="$f $i"
14789         OBJDUMP_PRIVATE_VECTORS="$OBJDUMP_PRIVATE_VECTORS &$i,"
14790         case $i in
14791         objdump_private_desc_elf32_avr)
14792             od_files="$od_files od-elf32_avr" ;;
14793         objdump_private_desc_xcoff)
14794             od_files="$od_files od-xcoff" ;;
14795         objdump_private_desc_mach_o)
14796             od_files="$od_files od-macho" ;;
14797         *) as_fn_error $? "*** unknown private vector $i" "$LINENO" 5 ;;
14798         esac
14799         ;;
14800     esac
14801 done
14802
14803 # Uniq objdump target ofiles
14804 f=""
14805 for i in $od_files ; do
14806     case " $f " in
14807     *" $i "*) ;;
14808     *)
14809         f="$f $i"
14810         OBJDUMP_PRIVATE_OFILES="$OBJDUMP_PRIVATE_OFILES $i.$objext"
14811         ;;
14812     esac
14813 done
14814
14815 DLLTOOL_DEFS="$DLLTOOL_DEFS $DLLTOOL_DEFAULT"
14816
14817 if test "${with_windres+set}" = set; then
14818           BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14819 fi
14820
14821 if test "${with_windmc+set}" = set; then
14822           BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14823 fi
14824
14825 OBJDUMP_DEFS="${OBJDUMP_DEFS} -DOBJDUMP_PRIVATE_VECTORS=\"${OBJDUMP_PRIVATE_VECTORS}\""
14826
14827
14828
14829
14830
14831
14832
14833
14834
14835
14836
14837
14838
14839 cat >>confdefs.h <<_ACEOF
14840 #define TARGET "${target}"
14841 _ACEOF
14842
14843
14844 targ=$target
14845 . $srcdir/../bfd/config.bfd
14846 if test "x$targ_underscore" = "xyes"; then
14847     UNDERSCORE=1
14848 else
14849     UNDERSCORE=0
14850 fi
14851
14852 cat >>confdefs.h <<_ACEOF
14853 #define TARGET_PREPENDS_UNDERSCORE $UNDERSCORE
14854 _ACEOF
14855
14856
14857 # Emulation
14858 targ=$target
14859 . ${srcdir}/configure.tgt
14860 EMULATION=$targ_emul
14861 EMULATION_VECTOR=$targ_emul_vector
14862
14863
14864
14865
14866 # Required for html and install-html
14867
14868
14869
14870
14871
14872 ac_config_files="$ac_config_files Makefile po/Makefile.in:po/Make-in"
14873
14874 cat >confcache <<\_ACEOF
14875 # This file is a shell script that caches the results of configure
14876 # tests run on this system so they can be shared between configure
14877 # scripts and configure runs, see configure's option --config-cache.
14878 # It is not useful on other systems.  If it contains results you don't
14879 # want to keep, you may remove or edit it.
14880 #
14881 # config.status only pays attention to the cache file if you give it
14882 # the --recheck option to rerun configure.
14883 #
14884 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14885 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14886 # following values.
14887
14888 _ACEOF
14889
14890 # The following way of writing the cache mishandles newlines in values,
14891 # but we know of no workaround that is simple, portable, and efficient.
14892 # So, we kill variables containing newlines.
14893 # Ultrix sh set writes to stderr and can't be redirected directly,
14894 # and sets the high bit in the cache file unless we assign to the vars.
14895 (
14896   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14897     eval ac_val=\$$ac_var
14898     case $ac_val in #(
14899     *${as_nl}*)
14900       case $ac_var in #(
14901       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14902 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14903       esac
14904       case $ac_var in #(
14905       _ | IFS | as_nl) ;; #(
14906       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14907       *) { eval $ac_var=; unset $ac_var;} ;;
14908       esac ;;
14909     esac
14910   done
14911
14912   (set) 2>&1 |
14913     case $as_nl`(ac_space=' '; set) 2>&1` in #(
14914     *${as_nl}ac_space=\ *)
14915       # `set' does not quote correctly, so add quotes: double-quote
14916       # substitution turns \\\\ into \\, and sed turns \\ into \.
14917       sed -n \
14918         "s/'/'\\\\''/g;
14919           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14920       ;; #(
14921     *)
14922       # `set' quotes correctly as required by POSIX, so do not add quotes.
14923       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14924       ;;
14925     esac |
14926     sort
14927 ) |
14928   sed '
14929      /^ac_cv_env_/b end
14930      t clear
14931      :clear
14932      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14933      t end
14934      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14935      :end' >>confcache
14936 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14937   if test -w "$cache_file"; then
14938     if test "x$cache_file" != "x/dev/null"; then
14939       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14940 $as_echo "$as_me: updating cache $cache_file" >&6;}
14941       if test ! -f "$cache_file" || test -h "$cache_file"; then
14942         cat confcache >"$cache_file"
14943       else
14944         case $cache_file in #(
14945         */* | ?:*)
14946           mv -f confcache "$cache_file"$$ &&
14947           mv -f "$cache_file"$$ "$cache_file" ;; #(
14948         *)
14949           mv -f confcache "$cache_file" ;;
14950         esac
14951       fi
14952     fi
14953   else
14954     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14955 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14956   fi
14957 fi
14958 rm -f confcache
14959
14960 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14961 # Let make expand exec_prefix.
14962 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14963
14964 DEFS=-DHAVE_CONFIG_H
14965
14966 ac_libobjs=
14967 ac_ltlibobjs=
14968 U=
14969 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14970   # 1. Remove the extension, and $U if already installed.
14971   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14972   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14973   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
14974   #    will be set to the directory where LIBOBJS objects are built.
14975   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14976   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14977 done
14978 LIBOBJS=$ac_libobjs
14979
14980 LTLIBOBJS=$ac_ltlibobjs
14981
14982
14983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
14984 $as_echo_n "checking that generated files are newer than configure... " >&6; }
14985    if test -n "$am_sleep_pid"; then
14986      # Hide warnings about reused PIDs.
14987      wait $am_sleep_pid 2>/dev/null
14988    fi
14989    { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
14990 $as_echo "done" >&6; }
14991  if test -n "$EXEEXT"; then
14992   am__EXEEXT_TRUE=
14993   am__EXEEXT_FALSE='#'
14994 else
14995   am__EXEEXT_TRUE='#'
14996   am__EXEEXT_FALSE=
14997 fi
14998
14999 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
15000   as_fn_error $? "conditional \"AMDEP\" was never defined.
15001 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15002 fi
15003 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
15004   as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
15005 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15006 fi
15007 if test -z "${ENABLE_LIBCTF_TRUE}" && test -z "${ENABLE_LIBCTF_FALSE}"; then
15008   as_fn_error $? "conditional \"ENABLE_LIBCTF\" was never defined.
15009 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15010 fi
15011 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
15012   as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
15013 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15014 fi
15015 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
15016   as_fn_error $? "conditional \"GENINSRC_NEVER\" was never defined.
15017 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15018 fi
15019
15020 : "${CONFIG_STATUS=./config.status}"
15021 ac_write_fail=0
15022 ac_clean_files_save=$ac_clean_files
15023 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
15024 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15025 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15026 as_write_fail=0
15027 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
15028 #! $SHELL
15029 # Generated by $as_me.
15030 # Run this file to recreate the current configuration.
15031 # Compiler output produced by configure, useful for debugging
15032 # configure, is in config.log if it exists.
15033
15034 debug=false
15035 ac_cs_recheck=false
15036 ac_cs_silent=false
15037
15038 SHELL=\${CONFIG_SHELL-$SHELL}
15039 export SHELL
15040 _ASEOF
15041 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15042 ## -------------------- ##
15043 ## M4sh Initialization. ##
15044 ## -------------------- ##
15045
15046 # Be more Bourne compatible
15047 DUALCASE=1; export DUALCASE # for MKS sh
15048 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
15049   emulate sh
15050   NULLCMD=:
15051   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
15052   # is contrary to our usage.  Disable this feature.
15053   alias -g '${1+"$@"}'='"$@"'
15054   setopt NO_GLOB_SUBST
15055 else
15056   case `(set -o) 2>/dev/null` in #(
15057   *posix*) :
15058     set -o posix ;; #(
15059   *) :
15060      ;;
15061 esac
15062 fi
15063
15064
15065 as_nl='
15066 '
15067 export as_nl
15068 # Printing a long string crashes Solaris 7 /usr/bin/printf.
15069 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15070 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15071 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15072 # Prefer a ksh shell builtin over an external printf program on Solaris,
15073 # but without wasting forks for bash or zsh.
15074 if test -z "$BASH_VERSION$ZSH_VERSION" \
15075     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15076   as_echo='print -r --'
15077   as_echo_n='print -rn --'
15078 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15079   as_echo='printf %s\n'
15080   as_echo_n='printf %s'
15081 else
15082   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15083     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15084     as_echo_n='/usr/ucb/echo -n'
15085   else
15086     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15087     as_echo_n_body='eval
15088       arg=$1;
15089       case $arg in #(
15090       *"$as_nl"*)
15091         expr "X$arg" : "X\\(.*\\)$as_nl";
15092         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15093       esac;
15094       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15095     '
15096     export as_echo_n_body
15097     as_echo_n='sh -c $as_echo_n_body as_echo'
15098   fi
15099   export as_echo_body
15100   as_echo='sh -c $as_echo_body as_echo'
15101 fi
15102
15103 # The user is always right.
15104 if test "${PATH_SEPARATOR+set}" != set; then
15105   PATH_SEPARATOR=:
15106   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15107     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15108       PATH_SEPARATOR=';'
15109   }
15110 fi
15111
15112
15113 # IFS
15114 # We need space, tab and new line, in precisely that order.  Quoting is
15115 # there to prevent editors from complaining about space-tab.
15116 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
15117 # splitting by setting IFS to empty value.)
15118 IFS=" ""        $as_nl"
15119
15120 # Find who we are.  Look in the path if we contain no directory separator.
15121 as_myself=
15122 case $0 in #((
15123   *[\\/]* ) as_myself=$0 ;;
15124   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15125 for as_dir in $PATH
15126 do
15127   IFS=$as_save_IFS
15128   test -z "$as_dir" && as_dir=.
15129     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15130   done
15131 IFS=$as_save_IFS
15132
15133      ;;
15134 esac
15135 # We did not find ourselves, most probably we were run as `sh COMMAND'
15136 # in which case we are not to be found in the path.
15137 if test "x$as_myself" = x; then
15138   as_myself=$0
15139 fi
15140 if test ! -f "$as_myself"; then
15141   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15142   exit 1
15143 fi
15144
15145 # Unset variables that we do not need and which cause bugs (e.g. in
15146 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
15147 # suppresses any "Segmentation fault" message there.  '((' could
15148 # trigger a bug in pdksh 5.2.14.
15149 for as_var in BASH_ENV ENV MAIL MAILPATH
15150 do eval test x\${$as_var+set} = xset \
15151   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15152 done
15153 PS1='$ '
15154 PS2='> '
15155 PS4='+ '
15156
15157 # NLS nuisances.
15158 LC_ALL=C
15159 export LC_ALL
15160 LANGUAGE=C
15161 export LANGUAGE
15162
15163 # CDPATH.
15164 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15165
15166
15167 # as_fn_error STATUS ERROR [LINENO LOG_FD]
15168 # ----------------------------------------
15169 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15170 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15171 # script with STATUS, using 1 if that was 0.
15172 as_fn_error ()
15173 {
15174   as_status=$1; test $as_status -eq 0 && as_status=1
15175   if test "$4"; then
15176     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15177     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
15178   fi
15179   $as_echo "$as_me: error: $2" >&2
15180   as_fn_exit $as_status
15181 } # as_fn_error
15182
15183
15184 # as_fn_set_status STATUS
15185 # -----------------------
15186 # Set $? to STATUS, without forking.
15187 as_fn_set_status ()
15188 {
15189   return $1
15190 } # as_fn_set_status
15191
15192 # as_fn_exit STATUS
15193 # -----------------
15194 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15195 as_fn_exit ()
15196 {
15197   set +e
15198   as_fn_set_status $1
15199   exit $1
15200 } # as_fn_exit
15201
15202 # as_fn_unset VAR
15203 # ---------------
15204 # Portably unset VAR.
15205 as_fn_unset ()
15206 {
15207   { eval $1=; unset $1;}
15208 }
15209 as_unset=as_fn_unset
15210 # as_fn_append VAR VALUE
15211 # ----------------------
15212 # Append the text in VALUE to the end of the definition contained in VAR. Take
15213 # advantage of any shell optimizations that allow amortized linear growth over
15214 # repeated appends, instead of the typical quadratic growth present in naive
15215 # implementations.
15216 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15217   eval 'as_fn_append ()
15218   {
15219     eval $1+=\$2
15220   }'
15221 else
15222   as_fn_append ()
15223   {
15224     eval $1=\$$1\$2
15225   }
15226 fi # as_fn_append
15227
15228 # as_fn_arith ARG...
15229 # ------------------
15230 # Perform arithmetic evaluation on the ARGs, and store the result in the
15231 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15232 # must be portable across $(()) and expr.
15233 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15234   eval 'as_fn_arith ()
15235   {
15236     as_val=$(( $* ))
15237   }'
15238 else
15239   as_fn_arith ()
15240   {
15241     as_val=`expr "$@" || test $? -eq 1`
15242   }
15243 fi # as_fn_arith
15244
15245
15246 if expr a : '\(a\)' >/dev/null 2>&1 &&
15247    test "X`expr 00001 : '.*\(...\)'`" = X001; then
15248   as_expr=expr
15249 else
15250   as_expr=false
15251 fi
15252
15253 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15254   as_basename=basename
15255 else
15256   as_basename=false
15257 fi
15258
15259 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15260   as_dirname=dirname
15261 else
15262   as_dirname=false
15263 fi
15264
15265 as_me=`$as_basename -- "$0" ||
15266 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15267          X"$0" : 'X\(//\)$' \| \
15268          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15269 $as_echo X/"$0" |
15270     sed '/^.*\/\([^/][^/]*\)\/*$/{
15271             s//\1/
15272             q
15273           }
15274           /^X\/\(\/\/\)$/{
15275             s//\1/
15276             q
15277           }
15278           /^X\/\(\/\).*/{
15279             s//\1/
15280             q
15281           }
15282           s/.*/./; q'`
15283
15284 # Avoid depending upon Character Ranges.
15285 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15286 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15287 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15288 as_cr_digits='0123456789'
15289 as_cr_alnum=$as_cr_Letters$as_cr_digits
15290
15291 ECHO_C= ECHO_N= ECHO_T=
15292 case `echo -n x` in #(((((
15293 -n*)
15294   case `echo 'xy\c'` in
15295   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
15296   xy)  ECHO_C='\c';;
15297   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
15298        ECHO_T=' ';;
15299   esac;;
15300 *)
15301   ECHO_N='-n';;
15302 esac
15303
15304 rm -f conf$$ conf$$.exe conf$$.file
15305 if test -d conf$$.dir; then
15306   rm -f conf$$.dir/conf$$.file
15307 else
15308   rm -f conf$$.dir
15309   mkdir conf$$.dir 2>/dev/null
15310 fi
15311 if (echo >conf$$.file) 2>/dev/null; then
15312   if ln -s conf$$.file conf$$ 2>/dev/null; then
15313     as_ln_s='ln -s'
15314     # ... but there are two gotchas:
15315     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15316     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15317     # In both cases, we have to default to `cp -pR'.
15318     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15319       as_ln_s='cp -pR'
15320   elif ln conf$$.file conf$$ 2>/dev/null; then
15321     as_ln_s=ln
15322   else
15323     as_ln_s='cp -pR'
15324   fi
15325 else
15326   as_ln_s='cp -pR'
15327 fi
15328 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15329 rmdir conf$$.dir 2>/dev/null
15330
15331
15332 # as_fn_mkdir_p
15333 # -------------
15334 # Create "$as_dir" as a directory, including parents if necessary.
15335 as_fn_mkdir_p ()
15336 {
15337
15338   case $as_dir in #(
15339   -*) as_dir=./$as_dir;;
15340   esac
15341   test -d "$as_dir" || eval $as_mkdir_p || {
15342     as_dirs=
15343     while :; do
15344       case $as_dir in #(
15345       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15346       *) as_qdir=$as_dir;;
15347       esac
15348       as_dirs="'$as_qdir' $as_dirs"
15349       as_dir=`$as_dirname -- "$as_dir" ||
15350 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15351          X"$as_dir" : 'X\(//\)[^/]' \| \
15352          X"$as_dir" : 'X\(//\)$' \| \
15353          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15354 $as_echo X"$as_dir" |
15355     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15356             s//\1/
15357             q
15358           }
15359           /^X\(\/\/\)[^/].*/{
15360             s//\1/
15361             q
15362           }
15363           /^X\(\/\/\)$/{
15364             s//\1/
15365             q
15366           }
15367           /^X\(\/\).*/{
15368             s//\1/
15369             q
15370           }
15371           s/.*/./; q'`
15372       test -d "$as_dir" && break
15373     done
15374     test -z "$as_dirs" || eval "mkdir $as_dirs"
15375   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
15376
15377
15378 } # as_fn_mkdir_p
15379 if mkdir -p . 2>/dev/null; then
15380   as_mkdir_p='mkdir -p "$as_dir"'
15381 else
15382   test -d ./-p && rmdir ./-p
15383   as_mkdir_p=false
15384 fi
15385
15386
15387 # as_fn_executable_p FILE
15388 # -----------------------
15389 # Test if FILE is an executable regular file.
15390 as_fn_executable_p ()
15391 {
15392   test -f "$1" && test -x "$1"
15393 } # as_fn_executable_p
15394 as_test_x='test -x'
15395 as_executable_p=as_fn_executable_p
15396
15397 # Sed expression to map a string onto a valid CPP name.
15398 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15399
15400 # Sed expression to map a string onto a valid variable name.
15401 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15402
15403
15404 exec 6>&1
15405 ## ----------------------------------- ##
15406 ## Main body of $CONFIG_STATUS script. ##
15407 ## ----------------------------------- ##
15408 _ASEOF
15409 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15410
15411 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15412 # Save the log message, to keep $0 and so on meaningful, and to
15413 # report actual input values of CONFIG_FILES etc. instead of their
15414 # values after options handling.
15415 ac_log="
15416 This file was extended by binutils $as_me 2.38.50, which was
15417 generated by GNU Autoconf 2.69.  Invocation command line was
15418
15419   CONFIG_FILES    = $CONFIG_FILES
15420   CONFIG_HEADERS  = $CONFIG_HEADERS
15421   CONFIG_LINKS    = $CONFIG_LINKS
15422   CONFIG_COMMANDS = $CONFIG_COMMANDS
15423   $ $0 $@
15424
15425 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15426 "
15427
15428 _ACEOF
15429
15430 case $ac_config_files in *"
15431 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15432 esac
15433
15434 case $ac_config_headers in *"
15435 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15436 esac
15437
15438
15439 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15440 # Files that config.status was made for.
15441 config_files="$ac_config_files"
15442 config_headers="$ac_config_headers"
15443 config_commands="$ac_config_commands"
15444
15445 _ACEOF
15446
15447 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15448 ac_cs_usage="\
15449 \`$as_me' instantiates files and other configuration actions
15450 from templates according to the current configuration.  Unless the files
15451 and actions are specified as TAGs, all are instantiated by default.
15452
15453 Usage: $0 [OPTION]... [TAG]...
15454
15455   -h, --help       print this help, then exit
15456   -V, --version    print version number and configuration settings, then exit
15457       --config     print configuration, then exit
15458   -q, --quiet, --silent
15459                    do not print progress messages
15460   -d, --debug      don't remove temporary files
15461       --recheck    update $as_me by reconfiguring in the same conditions
15462       --file=FILE[:TEMPLATE]
15463                    instantiate the configuration file FILE
15464       --header=FILE[:TEMPLATE]
15465                    instantiate the configuration header FILE
15466
15467 Configuration files:
15468 $config_files
15469
15470 Configuration headers:
15471 $config_headers
15472
15473 Configuration commands:
15474 $config_commands
15475
15476 Report bugs to the package provider."
15477
15478 _ACEOF
15479 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15480 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15481 ac_cs_version="\\
15482 binutils config.status 2.38.50
15483 configured by $0, generated by GNU Autoconf 2.69,
15484   with options \\"\$ac_cs_config\\"
15485
15486 Copyright (C) 2012 Free Software Foundation, Inc.
15487 This config.status script is free software; the Free Software Foundation
15488 gives unlimited permission to copy, distribute and modify it."
15489
15490 ac_pwd='$ac_pwd'
15491 srcdir='$srcdir'
15492 INSTALL='$INSTALL'
15493 MKDIR_P='$MKDIR_P'
15494 AWK='$AWK'
15495 test -n "\$AWK" || AWK=awk
15496 _ACEOF
15497
15498 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15499 # The default lists apply if the user does not specify any file.
15500 ac_need_defaults=:
15501 while test $# != 0
15502 do
15503   case $1 in
15504   --*=?*)
15505     ac_option=`expr "X$1" : 'X\([^=]*\)='`
15506     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15507     ac_shift=:
15508     ;;
15509   --*=)
15510     ac_option=`expr "X$1" : 'X\([^=]*\)='`
15511     ac_optarg=
15512     ac_shift=:
15513     ;;
15514   *)
15515     ac_option=$1
15516     ac_optarg=$2
15517     ac_shift=shift
15518     ;;
15519   esac
15520
15521   case $ac_option in
15522   # Handling of the options.
15523   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15524     ac_cs_recheck=: ;;
15525   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15526     $as_echo "$ac_cs_version"; exit ;;
15527   --config | --confi | --conf | --con | --co | --c )
15528     $as_echo "$ac_cs_config"; exit ;;
15529   --debug | --debu | --deb | --de | --d | -d )
15530     debug=: ;;
15531   --file | --fil | --fi | --f )
15532     $ac_shift
15533     case $ac_optarg in
15534     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15535     '') as_fn_error $? "missing file argument" ;;
15536     esac
15537     as_fn_append CONFIG_FILES " '$ac_optarg'"
15538     ac_need_defaults=false;;
15539   --header | --heade | --head | --hea )
15540     $ac_shift
15541     case $ac_optarg in
15542     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15543     esac
15544     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
15545     ac_need_defaults=false;;
15546   --he | --h)
15547     # Conflict between --help and --header
15548     as_fn_error $? "ambiguous option: \`$1'
15549 Try \`$0 --help' for more information.";;
15550   --help | --hel | -h )
15551     $as_echo "$ac_cs_usage"; exit ;;
15552   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15553   | -silent | --silent | --silen | --sile | --sil | --si | --s)
15554     ac_cs_silent=: ;;
15555
15556   # This is an error.
15557   -*) as_fn_error $? "unrecognized option: \`$1'
15558 Try \`$0 --help' for more information." ;;
15559
15560   *) as_fn_append ac_config_targets " $1"
15561      ac_need_defaults=false ;;
15562
15563   esac
15564   shift
15565 done
15566
15567 ac_configure_extra_args=
15568
15569 if $ac_cs_silent; then
15570   exec 6>/dev/null
15571   ac_configure_extra_args="$ac_configure_extra_args --silent"
15572 fi
15573
15574 _ACEOF
15575 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15576 if \$ac_cs_recheck; then
15577   set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15578   shift
15579   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15580   CONFIG_SHELL='$SHELL'
15581   export CONFIG_SHELL
15582   exec "\$@"
15583 fi
15584
15585 _ACEOF
15586 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15587 exec 5>>config.log
15588 {
15589   echo
15590   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15591 ## Running $as_me. ##
15592 _ASBOX
15593   $as_echo "$ac_log"
15594 } >&5
15595
15596 _ACEOF
15597 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15598 #
15599 # INIT-COMMANDS
15600 #
15601 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
15602
15603
15604 # The HP-UX ksh and POSIX shell print the target directory to stdout
15605 # if CDPATH is set.
15606 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15607
15608 sed_quote_subst='$sed_quote_subst'
15609 double_quote_subst='$double_quote_subst'
15610 delay_variable_subst='$delay_variable_subst'
15611 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15612 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15613 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15614 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15615 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15616 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15617 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15618 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15619 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15620 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15621 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15622 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15623 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15624 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15625 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15626 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15627 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15628 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15629 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15630 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15631 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15632 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15633 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15634 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15635 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15636 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15637 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15638 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15639 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15640 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15641 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15642 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15643 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15644 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15645 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15646 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15647 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15648 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15649 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15650 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15651 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15652 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15653 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15654 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15655 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15656 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15657 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15658 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15659 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"`'
15660 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15661 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15662 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
15663 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
15664 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
15665 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15666 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15667 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15668 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15669 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15670 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15671 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15672 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15673 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15674 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15675 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15676 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15677 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15678 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15679 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15680 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15681 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15682 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15683 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15684 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15685 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15686 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15687 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15688 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15689 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15690 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15691 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15692 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15693 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15694 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15695 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15696 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15697 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15698 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15699 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15700 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
15701 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15702 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15703 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15704 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15705 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15706 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15707 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15708 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15709 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15710 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15711 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15712 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15713 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15714 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15715 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15716 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15717 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15718 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15719 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15720 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15721 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15722 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15723 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15724 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15725 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15726 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15727 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15728 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15729 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15730 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
15731
15732 LTCC='$LTCC'
15733 LTCFLAGS='$LTCFLAGS'
15734 compiler='$compiler_DEFAULT'
15735
15736 # A function that is used when there is no print builtin or printf.
15737 func_fallback_echo ()
15738 {
15739   eval 'cat <<_LTECHO_EOF
15740 \$1
15741 _LTECHO_EOF'
15742 }
15743
15744 # Quote evaled strings.
15745 for var in SHELL \
15746 ECHO \
15747 SED \
15748 GREP \
15749 EGREP \
15750 FGREP \
15751 LD \
15752 NM \
15753 LN_S \
15754 lt_SP2NL \
15755 lt_NL2SP \
15756 reload_flag \
15757 OBJDUMP \
15758 deplibs_check_method \
15759 file_magic_cmd \
15760 AR \
15761 AR_FLAGS \
15762 STRIP \
15763 RANLIB \
15764 CC \
15765 CFLAGS \
15766 compiler \
15767 lt_cv_sys_global_symbol_pipe \
15768 lt_cv_sys_global_symbol_to_cdecl \
15769 lt_cv_sys_global_symbol_to_c_name_address \
15770 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
15771 lt_prog_compiler_no_builtin_flag \
15772 lt_prog_compiler_wl \
15773 lt_prog_compiler_pic \
15774 lt_prog_compiler_static \
15775 lt_cv_prog_compiler_c_o \
15776 need_locks \
15777 DSYMUTIL \
15778 NMEDIT \
15779 LIPO \
15780 OTOOL \
15781 OTOOL64 \
15782 shrext_cmds \
15783 export_dynamic_flag_spec \
15784 whole_archive_flag_spec \
15785 compiler_needs_object \
15786 with_gnu_ld \
15787 allow_undefined_flag \
15788 no_undefined_flag \
15789 hardcode_libdir_flag_spec \
15790 hardcode_libdir_flag_spec_ld \
15791 hardcode_libdir_separator \
15792 fix_srcfile_path \
15793 exclude_expsyms \
15794 include_expsyms \
15795 file_list_spec \
15796 variables_saved_for_relink \
15797 libname_spec \
15798 library_names_spec \
15799 soname_spec \
15800 install_override_mode \
15801 finish_eval \
15802 old_striplib \
15803 striplib; do
15804     case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15805     *[\\\\\\\`\\"\\\$]*)
15806       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
15807       ;;
15808     *)
15809       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15810       ;;
15811     esac
15812 done
15813
15814 # Double-quote double-evaled strings.
15815 for var in reload_cmds \
15816 old_postinstall_cmds \
15817 old_postuninstall_cmds \
15818 old_archive_cmds \
15819 extract_expsyms_cmds \
15820 old_archive_from_new_cmds \
15821 old_archive_from_expsyms_cmds \
15822 archive_cmds \
15823 archive_expsym_cmds \
15824 module_cmds \
15825 module_expsym_cmds \
15826 export_symbols_cmds \
15827 prelink_cmds \
15828 postinstall_cmds \
15829 postuninstall_cmds \
15830 finish_cmds \
15831 sys_lib_search_path_spec \
15832 sys_lib_dlsearch_path_spec; do
15833     case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15834     *[\\\\\\\`\\"\\\$]*)
15835       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
15836       ;;
15837     *)
15838       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15839       ;;
15840     esac
15841 done
15842
15843 ac_aux_dir='$ac_aux_dir'
15844 xsi_shell='$xsi_shell'
15845 lt_shell_append='$lt_shell_append'
15846
15847 # See if we are running on zsh, and set the options which allow our
15848 # commands through without removal of \ escapes INIT.
15849 if test -n "\${ZSH_VERSION+set}" ; then
15850    setopt NO_GLOB_SUBST
15851 fi
15852
15853
15854     PACKAGE='$PACKAGE'
15855     VERSION='$VERSION'
15856     TIMESTAMP='$TIMESTAMP'
15857     RM='$RM'
15858     ofile='$ofile'
15859
15860
15861
15862 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
15863     # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
15864     # from automake.
15865     eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
15866     # Capture the value of LINGUAS because we need it to compute CATALOGS.
15867     LINGUAS="${LINGUAS-%UNSET%}"
15868
15869
15870 _ACEOF
15871
15872 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15873
15874 # Handling of arguments.
15875 for ac_config_target in $ac_config_targets
15876 do
15877   case $ac_config_target in
15878     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15879     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15880     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
15881     "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
15882     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15883     "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
15884
15885   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15886   esac
15887 done
15888
15889
15890 # If the user did not use the arguments to specify the items to instantiate,
15891 # then the envvar interface is used.  Set only those that are not.
15892 # We use the long form for the default assignment because of an extremely
15893 # bizarre bug on SunOS 4.1.3.
15894 if $ac_need_defaults; then
15895   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15896   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15897   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15898 fi
15899
15900 # Have a temporary directory for convenience.  Make it in the build tree
15901 # simply because there is no reason against having it here, and in addition,
15902 # creating and moving files from /tmp can sometimes cause problems.
15903 # Hook for its removal unless debugging.
15904 # Note that there is a small window in which the directory will not be cleaned:
15905 # after its creation but before its name has been assigned to `$tmp'.
15906 $debug ||
15907 {
15908   tmp= ac_tmp=
15909   trap 'exit_status=$?
15910   : "${ac_tmp:=$tmp}"
15911   { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
15912 ' 0
15913   trap 'as_fn_exit 1' 1 2 13 15
15914 }
15915 # Create a (secure) tmp directory for tmp files.
15916
15917 {
15918   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15919   test -d "$tmp"
15920 }  ||
15921 {
15922   tmp=./conf$$-$RANDOM
15923   (umask 077 && mkdir "$tmp")
15924 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
15925 ac_tmp=$tmp
15926
15927 # Set up the scripts for CONFIG_FILES section.
15928 # No need to generate them if there are no CONFIG_FILES.
15929 # This happens for instance with `./config.status config.h'.
15930 if test -n "$CONFIG_FILES"; then
15931
15932
15933 ac_cr=`echo X | tr X '\015'`
15934 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15935 # But we know of no other shell where ac_cr would be empty at this
15936 # point, so we can use a bashism as a fallback.
15937 if test "x$ac_cr" = x; then
15938   eval ac_cr=\$\'\\r\'
15939 fi
15940 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15941 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15942   ac_cs_awk_cr='\\r'
15943 else
15944   ac_cs_awk_cr=$ac_cr
15945 fi
15946
15947 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
15948 _ACEOF
15949
15950
15951 {
15952   echo "cat >conf$$subs.awk <<_ACEOF" &&
15953   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15954   echo "_ACEOF"
15955 } >conf$$subs.sh ||
15956   as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15957 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
15958 ac_delim='%!_!# '
15959 for ac_last_try in false false false false false :; do
15960   . ./conf$$subs.sh ||
15961     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15962
15963   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15964   if test $ac_delim_n = $ac_delim_num; then
15965     break
15966   elif $ac_last_try; then
15967     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15968   else
15969     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15970   fi
15971 done
15972 rm -f conf$$subs.sh
15973
15974 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15975 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
15976 _ACEOF
15977 sed -n '
15978 h
15979 s/^/S["/; s/!.*/"]=/
15980 p
15981 g
15982 s/^[^!]*!//
15983 :repl
15984 t repl
15985 s/'"$ac_delim"'$//
15986 t delim
15987 :nl
15988 h
15989 s/\(.\{148\}\)..*/\1/
15990 t more1
15991 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15992 p
15993 n
15994 b repl
15995 :more1
15996 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15997 p
15998 g
15999 s/.\{148\}//
16000 t nl
16001 :delim
16002 h
16003 s/\(.\{148\}\)..*/\1/
16004 t more2
16005 s/["\\]/\\&/g; s/^/"/; s/$/"/
16006 p
16007 b
16008 :more2
16009 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16010 p
16011 g
16012 s/.\{148\}//
16013 t delim
16014 ' <conf$$subs.awk | sed '
16015 /^[^""]/{
16016   N
16017   s/\n//
16018 }
16019 ' >>$CONFIG_STATUS || ac_write_fail=1
16020 rm -f conf$$subs.awk
16021 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16022 _ACAWK
16023 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
16024   for (key in S) S_is_set[key] = 1
16025   FS = "\a"
16026
16027 }
16028 {
16029   line = $ 0
16030   nfields = split(line, field, "@")
16031   substed = 0
16032   len = length(field[1])
16033   for (i = 2; i < nfields; i++) {
16034     key = field[i]
16035     keylen = length(key)
16036     if (S_is_set[key]) {
16037       value = S[key]
16038       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16039       len += length(value) + length(field[++i])
16040       substed = 1
16041     } else
16042       len += 1 + keylen
16043   }
16044
16045   print line
16046 }
16047
16048 _ACAWK
16049 _ACEOF
16050 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16051 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16052   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16053 else
16054   cat
16055 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
16056   || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
16057 _ACEOF
16058
16059 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
16060 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
16061 # trailing colons and then remove the whole line if VPATH becomes empty
16062 # (actually we leave an empty line to preserve line numbers).
16063 if test "x$srcdir" = x.; then
16064   ac_vpsub='/^[  ]*VPATH[        ]*=[    ]*/{
16065 h
16066 s///
16067 s/^/:/
16068 s/[      ]*$/:/
16069 s/:\$(srcdir):/:/g
16070 s/:\${srcdir}:/:/g
16071 s/:@srcdir@:/:/g
16072 s/^:*//
16073 s/:*$//
16074 x
16075 s/\(=[   ]*\).*/\1/
16076 G
16077 s/\n//
16078 s/^[^=]*=[       ]*$//
16079 }'
16080 fi
16081
16082 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16083 fi # test -n "$CONFIG_FILES"
16084
16085 # Set up the scripts for CONFIG_HEADERS section.
16086 # No need to generate them if there are no CONFIG_HEADERS.
16087 # This happens for instance with `./config.status Makefile'.
16088 if test -n "$CONFIG_HEADERS"; then
16089 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
16090 BEGIN {
16091 _ACEOF
16092
16093 # Transform confdefs.h into an awk script `defines.awk', embedded as
16094 # here-document in config.status, that substitutes the proper values into
16095 # config.h.in to produce config.h.
16096
16097 # Create a delimiter string that does not exist in confdefs.h, to ease
16098 # handling of long lines.
16099 ac_delim='%!_!# '
16100 for ac_last_try in false false :; do
16101   ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
16102   if test -z "$ac_tt"; then
16103     break
16104   elif $ac_last_try; then
16105     as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
16106   else
16107     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16108   fi
16109 done
16110
16111 # For the awk script, D is an array of macro values keyed by name,
16112 # likewise P contains macro parameters if any.  Preserve backslash
16113 # newline sequences.
16114
16115 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
16116 sed -n '
16117 s/.\{148\}/&'"$ac_delim"'/g
16118 t rset
16119 :rset
16120 s/^[     ]*#[    ]*define[       ][      ]*/ /
16121 t def
16122 d
16123 :def
16124 s/\\$//
16125 t bsnl
16126 s/["\\]/\\&/g
16127 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
16128 D["\1"]=" \3"/p
16129 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
16130 d
16131 :bsnl
16132 s/["\\]/\\&/g
16133 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
16134 D["\1"]=" \3\\\\\\n"\\/p
16135 t cont
16136 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
16137 t cont
16138 d
16139 :cont
16140 n
16141 s/.\{148\}/&'"$ac_delim"'/g
16142 t clear
16143 :clear
16144 s/\\$//
16145 t bsnlc
16146 s/["\\]/\\&/g; s/^/"/; s/$/"/p
16147 d
16148 :bsnlc
16149 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
16150 b cont
16151 ' <confdefs.h | sed '
16152 s/'"$ac_delim"'/"\\\
16153 "/g' >>$CONFIG_STATUS || ac_write_fail=1
16154
16155 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16156   for (key in D) D_is_set[key] = 1
16157   FS = "\a"
16158 }
16159 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
16160   line = \$ 0
16161   split(line, arg, " ")
16162   if (arg[1] == "#") {
16163     defundef = arg[2]
16164     mac1 = arg[3]
16165   } else {
16166     defundef = substr(arg[1], 2)
16167     mac1 = arg[2]
16168   }
16169   split(mac1, mac2, "(") #)
16170   macro = mac2[1]
16171   prefix = substr(line, 1, index(line, defundef) - 1)
16172   if (D_is_set[macro]) {
16173     # Preserve the white space surrounding the "#".
16174     print prefix "define", macro P[macro] D[macro]
16175     next
16176   } else {
16177     # Replace #undef with comments.  This is necessary, for example,
16178     # in the case of _POSIX_SOURCE, which is predefined and required
16179     # on some systems where configure will not decide to define it.
16180     if (defundef == "undef") {
16181       print "/*", prefix defundef, macro, "*/"
16182       next
16183     }
16184   }
16185 }
16186 { print }
16187 _ACAWK
16188 _ACEOF
16189 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16190   as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
16191 fi # test -n "$CONFIG_HEADERS"
16192
16193
16194 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
16195 shift
16196 for ac_tag
16197 do
16198   case $ac_tag in
16199   :[FHLC]) ac_mode=$ac_tag; continue;;
16200   esac
16201   case $ac_mode$ac_tag in
16202   :[FHL]*:*);;
16203   :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
16204   :[FH]-) ac_tag=-:-;;
16205   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16206   esac
16207   ac_save_IFS=$IFS
16208   IFS=:
16209   set x $ac_tag
16210   IFS=$ac_save_IFS
16211   shift
16212   ac_file=$1
16213   shift
16214
16215   case $ac_mode in
16216   :L) ac_source=$1;;
16217   :[FH])
16218     ac_file_inputs=
16219     for ac_f
16220     do
16221       case $ac_f in
16222       -) ac_f="$ac_tmp/stdin";;
16223       *) # Look for the file first in the build tree, then in the source tree
16224          # (if the path is not absolute).  The absolute path cannot be DOS-style,
16225          # because $ac_f cannot contain `:'.
16226          test -f "$ac_f" ||
16227            case $ac_f in
16228            [\\/$]*) false;;
16229            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16230            esac ||
16231            as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
16232       esac
16233       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16234       as_fn_append ac_file_inputs " '$ac_f'"
16235     done
16236
16237     # Let's still pretend it is `configure' which instantiates (i.e., don't
16238     # use $as_me), people would be surprised to read:
16239     #    /* config.h.  Generated by config.status.  */
16240     configure_input='Generated from '`
16241           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16242         `' by configure.'
16243     if test x"$ac_file" != x-; then
16244       configure_input="$ac_file.  $configure_input"
16245       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16246 $as_echo "$as_me: creating $ac_file" >&6;}
16247     fi
16248     # Neutralize special characters interpreted by sed in replacement strings.
16249     case $configure_input in #(
16250     *\&* | *\|* | *\\* )
16251        ac_sed_conf_input=`$as_echo "$configure_input" |
16252        sed 's/[\\\\&|]/\\\\&/g'`;; #(
16253     *) ac_sed_conf_input=$configure_input;;
16254     esac
16255
16256     case $ac_tag in
16257     *:-:* | *:-) cat >"$ac_tmp/stdin" \
16258       || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
16259     esac
16260     ;;
16261   esac
16262
16263   ac_dir=`$as_dirname -- "$ac_file" ||
16264 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16265          X"$ac_file" : 'X\(//\)[^/]' \| \
16266          X"$ac_file" : 'X\(//\)$' \| \
16267          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16268 $as_echo X"$ac_file" |
16269     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16270             s//\1/
16271             q
16272           }
16273           /^X\(\/\/\)[^/].*/{
16274             s//\1/
16275             q
16276           }
16277           /^X\(\/\/\)$/{
16278             s//\1/
16279             q
16280           }
16281           /^X\(\/\).*/{
16282             s//\1/
16283             q
16284           }
16285           s/.*/./; q'`
16286   as_dir="$ac_dir"; as_fn_mkdir_p
16287   ac_builddir=.
16288
16289 case "$ac_dir" in
16290 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16291 *)
16292   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16293   # A ".." for each directory in $ac_dir_suffix.
16294   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16295   case $ac_top_builddir_sub in
16296   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16297   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16298   esac ;;
16299 esac
16300 ac_abs_top_builddir=$ac_pwd
16301 ac_abs_builddir=$ac_pwd$ac_dir_suffix
16302 # for backward compatibility:
16303 ac_top_builddir=$ac_top_build_prefix
16304
16305 case $srcdir in
16306   .)  # We are building in place.
16307     ac_srcdir=.
16308     ac_top_srcdir=$ac_top_builddir_sub
16309     ac_abs_top_srcdir=$ac_pwd ;;
16310   [\\/]* | ?:[\\/]* )  # Absolute name.
16311     ac_srcdir=$srcdir$ac_dir_suffix;
16312     ac_top_srcdir=$srcdir
16313     ac_abs_top_srcdir=$srcdir ;;
16314   *) # Relative name.
16315     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16316     ac_top_srcdir=$ac_top_build_prefix$srcdir
16317     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
16318 esac
16319 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
16320
16321
16322   case $ac_mode in
16323   :F)
16324   #
16325   # CONFIG_FILE
16326   #
16327
16328   case $INSTALL in
16329   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
16330   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16331   esac
16332   ac_MKDIR_P=$MKDIR_P
16333   case $MKDIR_P in
16334   [\\/$]* | ?:[\\/]* ) ;;
16335   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
16336   esac
16337 _ACEOF
16338
16339 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16340 # If the template does not know about datarootdir, expand it.
16341 # FIXME: This hack should be removed a few years after 2.60.
16342 ac_datarootdir_hack=; ac_datarootdir_seen=
16343 ac_sed_dataroot='
16344 /datarootdir/ {
16345   p
16346   q
16347 }
16348 /@datadir@/p
16349 /@docdir@/p
16350 /@infodir@/p
16351 /@localedir@/p
16352 /@mandir@/p'
16353 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16354 *datarootdir*) ac_datarootdir_seen=yes;;
16355 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16356   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16357 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16358 _ACEOF
16359 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16360   ac_datarootdir_hack='
16361   s&@datadir@&$datadir&g
16362   s&@docdir@&$docdir&g
16363   s&@infodir@&$infodir&g
16364   s&@localedir@&$localedir&g
16365   s&@mandir@&$mandir&g
16366   s&\\\${datarootdir}&$datarootdir&g' ;;
16367 esac
16368 _ACEOF
16369
16370 # Neutralize VPATH when `$srcdir' = `.'.
16371 # Shell code in configure.ac might set extrasub.
16372 # FIXME: do we really want to maintain this feature?
16373 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16374 ac_sed_extra="$ac_vpsub
16375 $extrasub
16376 _ACEOF
16377 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16378 :t
16379 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16380 s|@configure_input@|$ac_sed_conf_input|;t t
16381 s&@top_builddir@&$ac_top_builddir_sub&;t t
16382 s&@top_build_prefix@&$ac_top_build_prefix&;t t
16383 s&@srcdir@&$ac_srcdir&;t t
16384 s&@abs_srcdir@&$ac_abs_srcdir&;t t
16385 s&@top_srcdir@&$ac_top_srcdir&;t t
16386 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16387 s&@builddir@&$ac_builddir&;t t
16388 s&@abs_builddir@&$ac_abs_builddir&;t t
16389 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16390 s&@INSTALL@&$ac_INSTALL&;t t
16391 s&@MKDIR_P@&$ac_MKDIR_P&;t t
16392 $ac_datarootdir_hack
16393 "
16394 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
16395   >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16396
16397 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16398   { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
16399   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' \
16400       "$ac_tmp/out"`; test -z "$ac_out"; } &&
16401   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16402 which seems to be undefined.  Please make sure it is defined" >&5
16403 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16404 which seems to be undefined.  Please make sure it is defined" >&2;}
16405
16406   rm -f "$ac_tmp/stdin"
16407   case $ac_file in
16408   -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
16409   *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
16410   esac \
16411   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16412  ;;
16413   :H)
16414   #
16415   # CONFIG_HEADER
16416   #
16417   if test x"$ac_file" != x-; then
16418     {
16419       $as_echo "/* $configure_input  */" \
16420       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
16421     } >"$ac_tmp/config.h" \
16422       || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16423     if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
16424       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16425 $as_echo "$as_me: $ac_file is unchanged" >&6;}
16426     else
16427       rm -f "$ac_file"
16428       mv "$ac_tmp/config.h" "$ac_file" \
16429         || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16430     fi
16431   else
16432     $as_echo "/* $configure_input  */" \
16433       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
16434       || as_fn_error $? "could not create -" "$LINENO" 5
16435   fi
16436 # Compute "$ac_file"'s index in $config_headers.
16437 _am_arg="$ac_file"
16438 _am_stamp_count=1
16439 for _am_header in $config_headers :; do
16440   case $_am_header in
16441     $_am_arg | $_am_arg:* )
16442       break ;;
16443     * )
16444       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
16445   esac
16446 done
16447 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
16448 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16449          X"$_am_arg" : 'X\(//\)[^/]' \| \
16450          X"$_am_arg" : 'X\(//\)$' \| \
16451          X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
16452 $as_echo X"$_am_arg" |
16453     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16454             s//\1/
16455             q
16456           }
16457           /^X\(\/\/\)[^/].*/{
16458             s//\1/
16459             q
16460           }
16461           /^X\(\/\/\)$/{
16462             s//\1/
16463             q
16464           }
16465           /^X\(\/\).*/{
16466             s//\1/
16467             q
16468           }
16469           s/.*/./; q'`/stamp-h$_am_stamp_count
16470  ;;
16471
16472   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16473 $as_echo "$as_me: executing $ac_file commands" >&6;}
16474  ;;
16475   esac
16476
16477
16478   case $ac_file$ac_mode in
16479     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16480   # Older Autoconf quotes --file arguments for eval, but not when files
16481   # are listed without --file.  Let's play safe and only enable the eval
16482   # if we detect the quoting.
16483   case $CONFIG_FILES in
16484   *\'*) eval set x "$CONFIG_FILES" ;;
16485   *)   set x $CONFIG_FILES ;;
16486   esac
16487   shift
16488   for mf
16489   do
16490     # Strip MF so we end up with the name of the file.
16491     mf=`echo "$mf" | sed -e 's/:.*$//'`
16492     # Check whether this is an Automake generated Makefile or not.
16493     # We used to match only the files named 'Makefile.in', but
16494     # some people rename them; so instead we look at the file content.
16495     # Grep'ing the first line is not enough: some people post-process
16496     # each Makefile.in and add a new line on top of each file to say so.
16497     # Grep'ing the whole file is not good either: AIX grep has a line
16498     # limit of 2048, but all sed's we know have understand at least 4000.
16499     if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
16500       dirpart=`$as_dirname -- "$mf" ||
16501 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16502          X"$mf" : 'X\(//\)[^/]' \| \
16503          X"$mf" : 'X\(//\)$' \| \
16504          X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16505 $as_echo X"$mf" |
16506     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16507             s//\1/
16508             q
16509           }
16510           /^X\(\/\/\)[^/].*/{
16511             s//\1/
16512             q
16513           }
16514           /^X\(\/\/\)$/{
16515             s//\1/
16516             q
16517           }
16518           /^X\(\/\).*/{
16519             s//\1/
16520             q
16521           }
16522           s/.*/./; q'`
16523     else
16524       continue
16525     fi
16526     # Extract the definition of DEPDIR, am__include, and am__quote
16527     # from the Makefile without running 'make'.
16528     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16529     test -z "$DEPDIR" && continue
16530     am__include=`sed -n 's/^am__include = //p' < "$mf"`
16531     test -z "$am__include" && continue
16532     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16533     # Find all dependency output files, they are included files with
16534     # $(DEPDIR) in their names.  We invoke sed twice because it is the
16535     # simplest approach to changing $(DEPDIR) to its actual value in the
16536     # expansion.
16537     for file in `sed -n "
16538       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16539          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
16540       # Make sure the directory exists.
16541       test -f "$dirpart/$file" && continue
16542       fdir=`$as_dirname -- "$file" ||
16543 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16544          X"$file" : 'X\(//\)[^/]' \| \
16545          X"$file" : 'X\(//\)$' \| \
16546          X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16547 $as_echo X"$file" |
16548     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16549             s//\1/
16550             q
16551           }
16552           /^X\(\/\/\)[^/].*/{
16553             s//\1/
16554             q
16555           }
16556           /^X\(\/\/\)$/{
16557             s//\1/
16558             q
16559           }
16560           /^X\(\/\).*/{
16561             s//\1/
16562             q
16563           }
16564           s/.*/./; q'`
16565       as_dir=$dirpart/$fdir; as_fn_mkdir_p
16566       # echo "creating $dirpart/$file"
16567       echo '# dummy' > "$dirpart/$file"
16568     done
16569   done
16570 }
16571  ;;
16572     "libtool":C)
16573
16574     # See if we are running on zsh, and set the options which allow our
16575     # commands through without removal of \ escapes.
16576     if test -n "${ZSH_VERSION+set}" ; then
16577       setopt NO_GLOB_SUBST
16578     fi
16579
16580     cfgfile="${ofile}T"
16581     trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16582     $RM "$cfgfile"
16583
16584     cat <<_LT_EOF >> "$cfgfile"
16585 #! $SHELL
16586
16587 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
16588 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
16589 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16590 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16591 #
16592 #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16593 #                 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
16594 #   Written by Gordon Matzigkeit, 1996
16595 #
16596 #   This file is part of GNU Libtool.
16597 #
16598 # GNU Libtool is free software; you can redistribute it and/or
16599 # modify it under the terms of the GNU General Public License as
16600 # published by the Free Software Foundation; either version 2 of
16601 # the License, or (at your option) any later version.
16602 #
16603 # As a special exception to the GNU General Public License,
16604 # if you distribute this file as part of a program or library that
16605 # is built using GNU Libtool, you may include this file under the
16606 # same distribution terms that you use for the rest of that program.
16607 #
16608 # GNU Libtool is distributed in the hope that it will be useful,
16609 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16610 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16611 # GNU General Public License for more details.
16612 #
16613 # You should have received a copy of the GNU General Public License
16614 # along with GNU Libtool; see the file COPYING.  If not, a copy
16615 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16616 # obtained by writing to the Free Software Foundation, Inc.,
16617 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16618
16619
16620 # The names of the tagged configurations supported by this script.
16621 available_tags=""
16622
16623 # ### BEGIN LIBTOOL CONFIG
16624
16625 # Which release of libtool.m4 was used?
16626 macro_version=$macro_version
16627 macro_revision=$macro_revision
16628
16629 # Whether or not to build shared libraries.
16630 build_libtool_libs=$enable_shared
16631
16632 # Whether or not to build static libraries.
16633 build_old_libs=$enable_static
16634
16635 # What type of objects to build.
16636 pic_mode=$pic_mode
16637
16638 # Whether or not to optimize for fast installation.
16639 fast_install=$enable_fast_install
16640
16641 # Shell to use when invoking shell scripts.
16642 SHELL=$lt_SHELL
16643
16644 # An echo program that protects backslashes.
16645 ECHO=$lt_ECHO
16646
16647 # The host system.
16648 host_alias=$host_alias
16649 host=$host
16650 host_os=$host_os
16651
16652 # The build system.
16653 build_alias=$build_alias
16654 build=$build
16655 build_os=$build_os
16656
16657 # A sed program that does not truncate output.
16658 SED=$lt_SED
16659
16660 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
16661 Xsed="\$SED -e 1s/^X//"
16662
16663 # A grep program that handles long lines.
16664 GREP=$lt_GREP
16665
16666 # An ERE matcher.
16667 EGREP=$lt_EGREP
16668
16669 # A literal string matcher.
16670 FGREP=$lt_FGREP
16671
16672 # A BSD- or MS-compatible name lister.
16673 NM=$lt_NM
16674
16675 # Whether we need soft or hard links.
16676 LN_S=$lt_LN_S
16677
16678 # What is the maximum length of a command?
16679 max_cmd_len=$max_cmd_len
16680
16681 # Object file suffix (normally "o").
16682 objext=$ac_objext
16683
16684 # Executable file suffix (normally "").
16685 exeext=$exeext
16686
16687 # whether the shell understands "unset".
16688 lt_unset=$lt_unset
16689
16690 # turn spaces into newlines.
16691 SP2NL=$lt_lt_SP2NL
16692
16693 # turn newlines into spaces.
16694 NL2SP=$lt_lt_NL2SP
16695
16696 # An object symbol dumper.
16697 OBJDUMP=$lt_OBJDUMP
16698
16699 # Method to check whether dependent libraries are shared objects.
16700 deplibs_check_method=$lt_deplibs_check_method
16701
16702 # Command to use when deplibs_check_method == "file_magic".
16703 file_magic_cmd=$lt_file_magic_cmd
16704
16705 # The archiver.
16706 AR=$lt_AR
16707 AR_FLAGS=$lt_AR_FLAGS
16708
16709 # A symbol stripping program.
16710 STRIP=$lt_STRIP
16711
16712 # Commands used to install an old-style archive.
16713 RANLIB=$lt_RANLIB
16714 old_postinstall_cmds=$lt_old_postinstall_cmds
16715 old_postuninstall_cmds=$lt_old_postuninstall_cmds
16716
16717 # Whether to use a lock for old archive extraction.
16718 lock_old_archive_extraction=$lock_old_archive_extraction
16719
16720 # A C compiler.
16721 LTCC=$lt_CC
16722
16723 # LTCC compiler flags.
16724 LTCFLAGS=$lt_CFLAGS
16725
16726 # Take the output of nm and produce a listing of raw symbols and C names.
16727 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16728
16729 # Transform the output of nm in a proper C declaration.
16730 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16731
16732 # Transform the output of nm in a C name address pair.
16733 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16734
16735 # Transform the output of nm in a C name address pair when lib prefix is needed.
16736 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16737
16738 # The name of the directory that contains temporary libtool files.
16739 objdir=$objdir
16740
16741 # Used to examine libraries when file_magic_cmd begins with "file".
16742 MAGIC_CMD=$MAGIC_CMD
16743
16744 # Must we lock files when doing compilation?
16745 need_locks=$lt_need_locks
16746
16747 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16748 DSYMUTIL=$lt_DSYMUTIL
16749
16750 # Tool to change global to local symbols on Mac OS X.
16751 NMEDIT=$lt_NMEDIT
16752
16753 # Tool to manipulate fat objects and archives on Mac OS X.
16754 LIPO=$lt_LIPO
16755
16756 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
16757 OTOOL=$lt_OTOOL
16758
16759 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16760 OTOOL64=$lt_OTOOL64
16761
16762 # Old archive suffix (normally "a").
16763 libext=$libext
16764
16765 # Shared library suffix (normally ".so").
16766 shrext_cmds=$lt_shrext_cmds
16767
16768 # The commands to extract the exported symbol list from a shared archive.
16769 extract_expsyms_cmds=$lt_extract_expsyms_cmds
16770
16771 # Variables whose values should be saved in libtool wrapper scripts and
16772 # restored at link time.
16773 variables_saved_for_relink=$lt_variables_saved_for_relink
16774
16775 # Do we need the "lib" prefix for modules?
16776 need_lib_prefix=$need_lib_prefix
16777
16778 # Do we need a version for libraries?
16779 need_version=$need_version
16780
16781 # Library versioning type.
16782 version_type=$version_type
16783
16784 # Shared library runtime path variable.
16785 runpath_var=$runpath_var
16786
16787 # Shared library path variable.
16788 shlibpath_var=$shlibpath_var
16789
16790 # Is shlibpath searched before the hard-coded library search path?
16791 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16792
16793 # Format of library name prefix.
16794 libname_spec=$lt_libname_spec
16795
16796 # List of archive names.  First name is the real one, the rest are links.
16797 # The last name is the one that the linker finds with -lNAME
16798 library_names_spec=$lt_library_names_spec
16799
16800 # The coded name of the library, if different from the real name.
16801 soname_spec=$lt_soname_spec
16802
16803 # Permission mode override for installation of shared libraries.
16804 install_override_mode=$lt_install_override_mode
16805
16806 # Command to use after installation of a shared archive.
16807 postinstall_cmds=$lt_postinstall_cmds
16808
16809 # Command to use after uninstallation of a shared archive.
16810 postuninstall_cmds=$lt_postuninstall_cmds
16811
16812 # Commands used to finish a libtool library installation in a directory.
16813 finish_cmds=$lt_finish_cmds
16814
16815 # As "finish_cmds", except a single script fragment to be evaled but
16816 # not shown.
16817 finish_eval=$lt_finish_eval
16818
16819 # Whether we should hardcode library paths into libraries.
16820 hardcode_into_libs=$hardcode_into_libs
16821
16822 # Compile-time system search path for libraries.
16823 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16824
16825 # Run-time system search path for libraries.
16826 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16827
16828 # Whether dlopen is supported.
16829 dlopen_support=$enable_dlopen
16830
16831 # Whether dlopen of programs is supported.
16832 dlopen_self=$enable_dlopen_self
16833
16834 # Whether dlopen of statically linked programs is supported.
16835 dlopen_self_static=$enable_dlopen_self_static
16836
16837 # Commands to strip libraries.
16838 old_striplib=$lt_old_striplib
16839 striplib=$lt_striplib
16840
16841
16842 # The linker used to build libraries.
16843 LD=$lt_LD
16844
16845 # How to create reloadable object files.
16846 reload_flag=$lt_reload_flag
16847 reload_cmds=$lt_reload_cmds
16848
16849 # Commands used to build an old-style archive.
16850 old_archive_cmds=$lt_old_archive_cmds
16851
16852 # A language specific compiler.
16853 CC=$lt_compiler
16854
16855 # Is the compiler the GNU compiler?
16856 with_gcc=$GCC
16857
16858 # Compiler flag to turn off builtin functions.
16859 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16860
16861 # How to pass a linker flag through the compiler.
16862 wl=$lt_lt_prog_compiler_wl
16863
16864 # Additional compiler flags for building library objects.
16865 pic_flag=$lt_lt_prog_compiler_pic
16866
16867 # Compiler flag to prevent dynamic linking.
16868 link_static_flag=$lt_lt_prog_compiler_static
16869
16870 # Does compiler simultaneously support -c and -o options?
16871 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16872
16873 # Whether or not to add -lc for building shared libraries.
16874 build_libtool_need_lc=$archive_cmds_need_lc
16875
16876 # Whether or not to disallow shared libs when runtime libs are static.
16877 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16878
16879 # Compiler flag to allow reflexive dlopens.
16880 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16881
16882 # Compiler flag to generate shared objects directly from archives.
16883 whole_archive_flag_spec=$lt_whole_archive_flag_spec
16884
16885 # Whether the compiler copes with passing no objects directly.
16886 compiler_needs_object=$lt_compiler_needs_object
16887
16888 # Create an old-style archive from a shared archive.
16889 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16890
16891 # Create a temporary old-style archive to link instead of a shared archive.
16892 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16893
16894 # Commands used to build a shared archive.
16895 archive_cmds=$lt_archive_cmds
16896 archive_expsym_cmds=$lt_archive_expsym_cmds
16897
16898 # Commands used to build a loadable module if different from building
16899 # a shared archive.
16900 module_cmds=$lt_module_cmds
16901 module_expsym_cmds=$lt_module_expsym_cmds
16902
16903 # Whether we are building with GNU ld or not.
16904 with_gnu_ld=$lt_with_gnu_ld
16905
16906 # Flag that allows shared libraries with undefined symbols to be built.
16907 allow_undefined_flag=$lt_allow_undefined_flag
16908
16909 # Flag that enforces no undefined symbols.
16910 no_undefined_flag=$lt_no_undefined_flag
16911
16912 # Flag to hardcode \$libdir into a binary during linking.
16913 # This must work even if \$libdir does not exist
16914 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16915
16916 # If ld is used when linking, flag to hardcode \$libdir into a binary
16917 # during linking.  This must work even if \$libdir does not exist.
16918 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16919
16920 # Whether we need a single "-rpath" flag with a separated argument.
16921 hardcode_libdir_separator=$lt_hardcode_libdir_separator
16922
16923 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16924 # DIR into the resulting binary.
16925 hardcode_direct=$hardcode_direct
16926
16927 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16928 # DIR into the resulting binary and the resulting library dependency is
16929 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16930 # library is relocated.
16931 hardcode_direct_absolute=$hardcode_direct_absolute
16932
16933 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16934 # into the resulting binary.
16935 hardcode_minus_L=$hardcode_minus_L
16936
16937 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16938 # into the resulting binary.
16939 hardcode_shlibpath_var=$hardcode_shlibpath_var
16940
16941 # Set to "yes" if building a shared library automatically hardcodes DIR
16942 # into the library and all subsequent libraries and executables linked
16943 # against it.
16944 hardcode_automatic=$hardcode_automatic
16945
16946 # Set to yes if linker adds runtime paths of dependent libraries
16947 # to runtime path list.
16948 inherit_rpath=$inherit_rpath
16949
16950 # Whether libtool must link a program against all its dependency libraries.
16951 link_all_deplibs=$link_all_deplibs
16952
16953 # Fix the shell variable \$srcfile for the compiler.
16954 fix_srcfile_path=$lt_fix_srcfile_path
16955
16956 # Set to "yes" if exported symbols are required.
16957 always_export_symbols=$always_export_symbols
16958
16959 # The commands to list exported symbols.
16960 export_symbols_cmds=$lt_export_symbols_cmds
16961
16962 # Symbols that should not be listed in the preloaded symbols.
16963 exclude_expsyms=$lt_exclude_expsyms
16964
16965 # Symbols that must always be exported.
16966 include_expsyms=$lt_include_expsyms
16967
16968 # Commands necessary for linking programs (against libraries) with templates.
16969 prelink_cmds=$lt_prelink_cmds
16970
16971 # Specify filename containing input files.
16972 file_list_spec=$lt_file_list_spec
16973
16974 # How to hardcode a shared library path into an executable.
16975 hardcode_action=$hardcode_action
16976
16977 # ### END LIBTOOL CONFIG
16978
16979 _LT_EOF
16980
16981   case $host_os in
16982   aix3*)
16983     cat <<\_LT_EOF >> "$cfgfile"
16984 # AIX sometimes has problems with the GCC collect2 program.  For some
16985 # reason, if we set the COLLECT_NAMES environment variable, the problems
16986 # vanish in a puff of smoke.
16987 if test "X${COLLECT_NAMES+set}" != Xset; then
16988   COLLECT_NAMES=
16989   export COLLECT_NAMES
16990 fi
16991 _LT_EOF
16992     ;;
16993   esac
16994
16995
16996 ltmain="$ac_aux_dir/ltmain.sh"
16997
16998
16999   # We use sed instead of cat because bash on DJGPP gets confused if
17000   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
17001   # text mode, it properly converts lines to CR/LF.  This bash problem
17002   # is reportedly fixed, but why not run on old versions too?
17003   sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
17004     || (rm -f "$cfgfile"; exit 1)
17005
17006   case $xsi_shell in
17007   yes)
17008     cat << \_LT_EOF >> "$cfgfile"
17009
17010 # func_dirname file append nondir_replacement
17011 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
17012 # otherwise set result to NONDIR_REPLACEMENT.
17013 func_dirname ()
17014 {
17015   case ${1} in
17016     */*) func_dirname_result="${1%/*}${2}" ;;
17017     *  ) func_dirname_result="${3}" ;;
17018   esac
17019 }
17020
17021 # func_basename file
17022 func_basename ()
17023 {
17024   func_basename_result="${1##*/}"
17025 }
17026
17027 # func_dirname_and_basename file append nondir_replacement
17028 # perform func_basename and func_dirname in a single function
17029 # call:
17030 #   dirname:  Compute the dirname of FILE.  If nonempty,
17031 #             add APPEND to the result, otherwise set result
17032 #             to NONDIR_REPLACEMENT.
17033 #             value returned in "$func_dirname_result"
17034 #   basename: Compute filename of FILE.
17035 #             value retuned in "$func_basename_result"
17036 # Implementation must be kept synchronized with func_dirname
17037 # and func_basename. For efficiency, we do not delegate to
17038 # those functions but instead duplicate the functionality here.
17039 func_dirname_and_basename ()
17040 {
17041   case ${1} in
17042     */*) func_dirname_result="${1%/*}${2}" ;;
17043     *  ) func_dirname_result="${3}" ;;
17044   esac
17045   func_basename_result="${1##*/}"
17046 }
17047
17048 # func_stripname prefix suffix name
17049 # strip PREFIX and SUFFIX off of NAME.
17050 # PREFIX and SUFFIX must not contain globbing or regex special
17051 # characters, hashes, percent signs, but SUFFIX may contain a leading
17052 # dot (in which case that matches only a dot).
17053 func_stripname ()
17054 {
17055   # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
17056   # positional parameters, so assign one to ordinary parameter first.
17057   func_stripname_result=${3}
17058   func_stripname_result=${func_stripname_result#"${1}"}
17059   func_stripname_result=${func_stripname_result%"${2}"}
17060 }
17061
17062 # func_opt_split
17063 func_opt_split ()
17064 {
17065   func_opt_split_opt=${1%%=*}
17066   func_opt_split_arg=${1#*=}
17067 }
17068
17069 # func_lo2o object
17070 func_lo2o ()
17071 {
17072   case ${1} in
17073     *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
17074     *)    func_lo2o_result=${1} ;;
17075   esac
17076 }
17077
17078 # func_xform libobj-or-source
17079 func_xform ()
17080 {
17081   func_xform_result=${1%.*}.lo
17082 }
17083
17084 # func_arith arithmetic-term...
17085 func_arith ()
17086 {
17087   func_arith_result=$(( $* ))
17088 }
17089
17090 # func_len string
17091 # STRING may not start with a hyphen.
17092 func_len ()
17093 {
17094   func_len_result=${#1}
17095 }
17096
17097 _LT_EOF
17098     ;;
17099   *) # Bourne compatible functions.
17100     cat << \_LT_EOF >> "$cfgfile"
17101
17102 # func_dirname file append nondir_replacement
17103 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
17104 # otherwise set result to NONDIR_REPLACEMENT.
17105 func_dirname ()
17106 {
17107   # Extract subdirectory from the argument.
17108   func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
17109   if test "X$func_dirname_result" = "X${1}"; then
17110     func_dirname_result="${3}"
17111   else
17112     func_dirname_result="$func_dirname_result${2}"
17113   fi
17114 }
17115
17116 # func_basename file
17117 func_basename ()
17118 {
17119   func_basename_result=`$ECHO "${1}" | $SED "$basename"`
17120 }
17121
17122
17123 # func_stripname prefix suffix name
17124 # strip PREFIX and SUFFIX off of NAME.
17125 # PREFIX and SUFFIX must not contain globbing or regex special
17126 # characters, hashes, percent signs, but SUFFIX may contain a leading
17127 # dot (in which case that matches only a dot).
17128 # func_strip_suffix prefix name
17129 func_stripname ()
17130 {
17131   case ${2} in
17132     .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
17133     *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
17134   esac
17135 }
17136
17137 # sed scripts:
17138 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
17139 my_sed_long_arg='1s/^-[^=]*=//'
17140
17141 # func_opt_split
17142 func_opt_split ()
17143 {
17144   func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
17145   func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
17146 }
17147
17148 # func_lo2o object
17149 func_lo2o ()
17150 {
17151   func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
17152 }
17153
17154 # func_xform libobj-or-source
17155 func_xform ()
17156 {
17157   func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
17158 }
17159
17160 # func_arith arithmetic-term...
17161 func_arith ()
17162 {
17163   func_arith_result=`expr "$@"`
17164 }
17165
17166 # func_len string
17167 # STRING may not start with a hyphen.
17168 func_len ()
17169 {
17170   func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
17171 }
17172
17173 _LT_EOF
17174 esac
17175
17176 case $lt_shell_append in
17177   yes)
17178     cat << \_LT_EOF >> "$cfgfile"
17179
17180 # func_append var value
17181 # Append VALUE to the end of shell variable VAR.
17182 func_append ()
17183 {
17184   eval "$1+=\$2"
17185 }
17186 _LT_EOF
17187     ;;
17188   *)
17189     cat << \_LT_EOF >> "$cfgfile"
17190
17191 # func_append var value
17192 # Append VALUE to the end of shell variable VAR.
17193 func_append ()
17194 {
17195   eval "$1=\$$1\$2"
17196 }
17197
17198 _LT_EOF
17199     ;;
17200   esac
17201
17202
17203   sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
17204     || (rm -f "$cfgfile"; exit 1)
17205
17206   mv -f "$cfgfile" "$ofile" ||
17207     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
17208   chmod +x "$ofile"
17209
17210  ;;
17211     "default-1":C)
17212     for ac_file in $CONFIG_FILES; do
17213       # Support "outfile[:infile[:infile...]]"
17214       case "$ac_file" in
17215         *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
17216       esac
17217       # PO directories have a Makefile.in generated from Makefile.in.in.
17218       case "$ac_file" in */Makefile.in)
17219         # Adjust a relative srcdir.
17220         ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
17221         ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
17222         ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
17223         # In autoconf-2.13 it is called $ac_given_srcdir.
17224         # In autoconf-2.50 it is called $srcdir.
17225         test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
17226         case "$ac_given_srcdir" in
17227           .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
17228           /*) top_srcdir="$ac_given_srcdir" ;;
17229           *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
17230         esac
17231         if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
17232           rm -f "$ac_dir/POTFILES"
17233           test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
17234           cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[   ]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
17235           POMAKEFILEDEPS="POTFILES.in"
17236           # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
17237           # on $ac_dir but don't depend on user-specified configuration
17238           # parameters.
17239           if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
17240             # The LINGUAS file contains the set of available languages.
17241             if test -n "$OBSOLETE_ALL_LINGUAS"; then
17242               test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
17243             fi
17244             ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
17245             # Hide the ALL_LINGUAS assigment from automake.
17246             eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
17247             POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
17248           else
17249             # The set of available languages was given in configure.ac.
17250             eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
17251           fi
17252           case "$ac_given_srcdir" in
17253             .) srcdirpre= ;;
17254             *) srcdirpre='$(srcdir)/' ;;
17255           esac
17256           POFILES=
17257           GMOFILES=
17258           UPDATEPOFILES=
17259           DUMMYPOFILES=
17260           for lang in $ALL_LINGUAS; do
17261             POFILES="$POFILES $srcdirpre$lang.po"
17262             GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
17263             UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
17264             DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
17265           done
17266           # CATALOGS depends on both $ac_dir and the user's LINGUAS
17267           # environment variable.
17268           INST_LINGUAS=
17269           if test -n "$ALL_LINGUAS"; then
17270             for presentlang in $ALL_LINGUAS; do
17271               useit=no
17272               if test "%UNSET%" != "$LINGUAS"; then
17273                 desiredlanguages="$LINGUAS"
17274               else
17275                 desiredlanguages="$ALL_LINGUAS"
17276               fi
17277               for desiredlang in $desiredlanguages; do
17278                 # Use the presentlang catalog if desiredlang is
17279                 #   a. equal to presentlang, or
17280                 #   b. a variant of presentlang (because in this case,
17281                 #      presentlang can be used as a fallback for messages
17282                 #      which are not translated in the desiredlang catalog).
17283                 case "$desiredlang" in
17284                   "$presentlang"*) useit=yes;;
17285                 esac
17286               done
17287               if test $useit = yes; then
17288                 INST_LINGUAS="$INST_LINGUAS $presentlang"
17289               fi
17290             done
17291           fi
17292           CATALOGS=
17293           if test -n "$INST_LINGUAS"; then
17294             for lang in $INST_LINGUAS; do
17295               CATALOGS="$CATALOGS $lang.gmo"
17296             done
17297           fi
17298           test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
17299           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"
17300           for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
17301             if test -f "$f"; then
17302               case "$f" in
17303                 *.orig | *.bak | *~) ;;
17304                 *) cat "$f" >> "$ac_dir/Makefile" ;;
17305               esac
17306             fi
17307           done
17308         fi
17309         ;;
17310       esac
17311     done ;;
17312
17313   esac
17314 done # for ac_tag
17315
17316
17317 as_fn_exit 0
17318 _ACEOF
17319 ac_clean_files=$ac_clean_files_save
17320
17321 test $ac_write_fail = 0 ||
17322   as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
17323
17324
17325 # configure is writing to config.log, and then calls config.status.
17326 # config.status does its own redirection, appending to config.log.
17327 # Unfortunately, on DOS this fails, as config.log is still kept open
17328 # by configure, so config.status won't be able to write to it; its
17329 # output is simply discarded.  So we exec the FD to /dev/null,
17330 # effectively closing config.log, so it can be properly (re)opened and
17331 # appended to by config.status.  When coming back to configure, we
17332 # need to make the FD available again.
17333 if test "$no_create" != yes; then
17334   ac_cs_success=:
17335   ac_config_status_args=
17336   test "$silent" = yes &&
17337     ac_config_status_args="$ac_config_status_args --quiet"
17338   exec 5>/dev/null
17339   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17340   exec 5>>config.log
17341   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17342   # would make configure fail if this is the last instruction.
17343   $ac_cs_success || as_fn_exit 1
17344 fi
17345 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17346   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17347 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
17348 fi
17349
17350
17351
17352 touch config.status.tmp
17353 if touch --reference=config.status config.status.tmp > /dev/null 2>&1; then
17354   sed '/as_fn_exit 0/i \
17355 sed -e \"s/^\t\\\(\\\$(AM_V_CCLD)\\\)/\t+ \\\1/\" Makefile > Makefile.tmp \
17356 touch --reference=Makefile Makefile.tmp \
17357 mv Makefile.tmp Makefile \
17358 ' config.status > config.status.tmp
17359   touch --reference=config.status config.status.tmp
17360   mv config.status.tmp config.status
17361   chmod +x config.status
17362   sed -e "s/^\t\(\$(AM_V_CCLD)\)/\t+ \1/" Makefile > Makefile.tmp
17363   touch --reference=Makefile Makefile.tmp
17364   mv Makefile.tmp Makefile
17365 else
17366   rm -f config.status.tmp
17367 fi
This page took 0.969961 seconds and 4 git commands to generate.