sim: mips: drop SIM_AC_OPTION_SMP call
[external/binutils.git] / sim / mips / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64.
4 #
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7 # Foundation, Inc.
8 #
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
14
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18   emulate sh
19   NULLCMD=:
20   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21   # is contrary to our usage.  Disable this feature.
22   alias -g '${1+"$@"}'='"$@"'
23   setopt NO_GLOB_SUBST
24 else
25   case `(set -o) 2>/dev/null` in #(
26   *posix*) :
27     set -o posix ;; #(
28   *) :
29      ;;
30 esac
31 fi
32
33
34 as_nl='
35 '
36 export as_nl
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45   as_echo='print -r --'
46   as_echo_n='print -rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48   as_echo='printf %s\n'
49   as_echo_n='printf %s'
50 else
51   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53     as_echo_n='/usr/ucb/echo -n'
54   else
55     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56     as_echo_n_body='eval
57       arg=$1;
58       case $arg in #(
59       *"$as_nl"*)
60         expr "X$arg" : "X\\(.*\\)$as_nl";
61         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62       esac;
63       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64     '
65     export as_echo_n_body
66     as_echo_n='sh -c $as_echo_n_body as_echo'
67   fi
68   export as_echo_body
69   as_echo='sh -c $as_echo_body as_echo'
70 fi
71
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
74   PATH_SEPARATOR=:
75   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77       PATH_SEPARATOR=';'
78   }
79 fi
80
81
82 # IFS
83 # We need space, tab and new line, in precisely that order.  Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
87 IFS=" ""        $as_nl"
88
89 # Find who we are.  Look in the path if we contain no directory separator.
90 case $0 in #((
91   *[\\/]* ) as_myself=$0 ;;
92   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93 for as_dir in $PATH
94 do
95   IFS=$as_save_IFS
96   test -z "$as_dir" && as_dir=.
97     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98   done
99 IFS=$as_save_IFS
100
101      ;;
102 esac
103 # We did not find ourselves, most probably we were run as `sh COMMAND'
104 # in which case we are not to be found in the path.
105 if test "x$as_myself" = x; then
106   as_myself=$0
107 fi
108 if test ! -f "$as_myself"; then
109   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110   exit 1
111 fi
112
113 # Unset variables that we do not need and which cause bugs (e.g. in
114 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
115 # suppresses any "Segmentation fault" message there.  '((' could
116 # trigger a bug in pdksh 5.2.14.
117 for as_var in BASH_ENV ENV MAIL MAILPATH
118 do eval test x\${$as_var+set} = xset \
119   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120 done
121 PS1='$ '
122 PS2='> '
123 PS4='+ '
124
125 # NLS nuisances.
126 LC_ALL=C
127 export LC_ALL
128 LANGUAGE=C
129 export LANGUAGE
130
131 # CDPATH.
132 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
134 if test "x$CONFIG_SHELL" = x; then
135   as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136   emulate sh
137   NULLCMD=:
138   # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139   # is contrary to our usage.  Disable this feature.
140   alias -g '\${1+\"\$@\"}'='\"\$@\"'
141   setopt NO_GLOB_SUBST
142 else
143   case \`(set -o) 2>/dev/null\` in #(
144   *posix*) :
145     set -o posix ;; #(
146   *) :
147      ;;
148 esac
149 fi
150 "
151   as_required="as_fn_return () { (exit \$1); }
152 as_fn_success () { as_fn_return 0; }
153 as_fn_failure () { as_fn_return 1; }
154 as_fn_ret_success () { return 0; }
155 as_fn_ret_failure () { return 1; }
156
157 exitcode=0
158 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
163
164 else
165   exitcode=1; echo positional parameters were not saved.
166 fi
167 test x\$exitcode = x0 || exit 1"
168   as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171   test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172 test \$(( 1 + 1 )) = 2 || exit 1
173
174   test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
175     ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
176     ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
177     ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
178     PATH=/empty FPATH=/empty; export PATH FPATH
179     test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
180       || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
181   if (eval "$as_required") 2>/dev/null; then :
182   as_have_required=yes
183 else
184   as_have_required=no
185 fi
186   if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
187
188 else
189   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
190 as_found=false
191 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
192 do
193   IFS=$as_save_IFS
194   test -z "$as_dir" && as_dir=.
195   as_found=:
196   case $as_dir in #(
197          /*)
198            for as_base in sh bash ksh sh5; do
199              # Try only shells that exist, to save several forks.
200              as_shell=$as_dir/$as_base
201              if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
202                     { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
203   CONFIG_SHELL=$as_shell as_have_required=yes
204                    if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
205   break 2
206 fi
207 fi
208            done;;
209        esac
210   as_found=false
211 done
212 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
213               { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
214   CONFIG_SHELL=$SHELL as_have_required=yes
215 fi; }
216 IFS=$as_save_IFS
217
218
219       if test "x$CONFIG_SHELL" != x; then :
220   # We cannot yet assume a decent shell, so we have to provide a
221         # neutralization value for shells without unset; and this also
222         # works around shells that cannot unset nonexistent variables.
223         BASH_ENV=/dev/null
224         ENV=/dev/null
225         (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
226         export CONFIG_SHELL
227         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
228 fi
229
230     if test x$as_have_required = xno; then :
231   $as_echo "$0: This script requires a shell more modern than all"
232   $as_echo "$0: the shells that I found on your system."
233   if test x${ZSH_VERSION+set} = xset ; then
234     $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
235     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
236   else
237     $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
238 $0: including any error possibly output before this
239 $0: message. Then install a modern shell, or manually run
240 $0: the script under such a shell if you do have one."
241   fi
242   exit 1
243 fi
244 fi
245 fi
246 SHELL=${CONFIG_SHELL-/bin/sh}
247 export SHELL
248 # Unset more variables known to interfere with behavior of common tools.
249 CLICOLOR_FORCE= GREP_OPTIONS=
250 unset CLICOLOR_FORCE GREP_OPTIONS
251
252 ## --------------------- ##
253 ## M4sh Shell Functions. ##
254 ## --------------------- ##
255 # as_fn_unset VAR
256 # ---------------
257 # Portably unset VAR.
258 as_fn_unset ()
259 {
260   { eval $1=; unset $1;}
261 }
262 as_unset=as_fn_unset
263
264 # as_fn_set_status STATUS
265 # -----------------------
266 # Set $? to STATUS, without forking.
267 as_fn_set_status ()
268 {
269   return $1
270 } # as_fn_set_status
271
272 # as_fn_exit STATUS
273 # -----------------
274 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
275 as_fn_exit ()
276 {
277   set +e
278   as_fn_set_status $1
279   exit $1
280 } # as_fn_exit
281
282 # as_fn_mkdir_p
283 # -------------
284 # Create "$as_dir" as a directory, including parents if necessary.
285 as_fn_mkdir_p ()
286 {
287
288   case $as_dir in #(
289   -*) as_dir=./$as_dir;;
290   esac
291   test -d "$as_dir" || eval $as_mkdir_p || {
292     as_dirs=
293     while :; do
294       case $as_dir in #(
295       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
296       *) as_qdir=$as_dir;;
297       esac
298       as_dirs="'$as_qdir' $as_dirs"
299       as_dir=`$as_dirname -- "$as_dir" ||
300 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
301          X"$as_dir" : 'X\(//\)[^/]' \| \
302          X"$as_dir" : 'X\(//\)$' \| \
303          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
304 $as_echo X"$as_dir" |
305     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
306             s//\1/
307             q
308           }
309           /^X\(\/\/\)[^/].*/{
310             s//\1/
311             q
312           }
313           /^X\(\/\/\)$/{
314             s//\1/
315             q
316           }
317           /^X\(\/\).*/{
318             s//\1/
319             q
320           }
321           s/.*/./; q'`
322       test -d "$as_dir" && break
323     done
324     test -z "$as_dirs" || eval "mkdir $as_dirs"
325   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
326
327
328 } # as_fn_mkdir_p
329 # as_fn_append VAR VALUE
330 # ----------------------
331 # Append the text in VALUE to the end of the definition contained in VAR. Take
332 # advantage of any shell optimizations that allow amortized linear growth over
333 # repeated appends, instead of the typical quadratic growth present in naive
334 # implementations.
335 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
336   eval 'as_fn_append ()
337   {
338     eval $1+=\$2
339   }'
340 else
341   as_fn_append ()
342   {
343     eval $1=\$$1\$2
344   }
345 fi # as_fn_append
346
347 # as_fn_arith ARG...
348 # ------------------
349 # Perform arithmetic evaluation on the ARGs, and store the result in the
350 # global $as_val. Take advantage of shells that can avoid forks. The arguments
351 # must be portable across $(()) and expr.
352 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
353   eval 'as_fn_arith ()
354   {
355     as_val=$(( $* ))
356   }'
357 else
358   as_fn_arith ()
359   {
360     as_val=`expr "$@" || test $? -eq 1`
361   }
362 fi # as_fn_arith
363
364
365 # as_fn_error ERROR [LINENO LOG_FD]
366 # ---------------------------------
367 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
368 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
369 # script with status $?, using 1 if that was 0.
370 as_fn_error ()
371 {
372   as_status=$?; test $as_status -eq 0 && as_status=1
373   if test "$3"; then
374     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
375     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
376   fi
377   $as_echo "$as_me: error: $1" >&2
378   as_fn_exit $as_status
379 } # as_fn_error
380
381 if expr a : '\(a\)' >/dev/null 2>&1 &&
382    test "X`expr 00001 : '.*\(...\)'`" = X001; then
383   as_expr=expr
384 else
385   as_expr=false
386 fi
387
388 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
389   as_basename=basename
390 else
391   as_basename=false
392 fi
393
394 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
395   as_dirname=dirname
396 else
397   as_dirname=false
398 fi
399
400 as_me=`$as_basename -- "$0" ||
401 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
402          X"$0" : 'X\(//\)$' \| \
403          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
404 $as_echo X/"$0" |
405     sed '/^.*\/\([^/][^/]*\)\/*$/{
406             s//\1/
407             q
408           }
409           /^X\/\(\/\/\)$/{
410             s//\1/
411             q
412           }
413           /^X\/\(\/\).*/{
414             s//\1/
415             q
416           }
417           s/.*/./; q'`
418
419 # Avoid depending upon Character Ranges.
420 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
421 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
422 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
423 as_cr_digits='0123456789'
424 as_cr_alnum=$as_cr_Letters$as_cr_digits
425
426
427   as_lineno_1=$LINENO as_lineno_1a=$LINENO
428   as_lineno_2=$LINENO as_lineno_2a=$LINENO
429   eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
430   test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
431   # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
432   sed -n '
433     p
434     /[$]LINENO/=
435   ' <$as_myself |
436     sed '
437       s/[$]LINENO.*/&-/
438       t lineno
439       b
440       :lineno
441       N
442       :loop
443       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
444       t loop
445       s/-\n.*//
446     ' >$as_me.lineno &&
447   chmod +x "$as_me.lineno" ||
448     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
449
450   # Don't try to exec as it changes $[0], causing all sort of problems
451   # (the dirname of $[0] is not the place where we might find the
452   # original and so on.  Autoconf is especially sensitive to this).
453   . "./$as_me.lineno"
454   # Exit status is that of the last command.
455   exit
456 }
457
458 ECHO_C= ECHO_N= ECHO_T=
459 case `echo -n x` in #(((((
460 -n*)
461   case `echo 'xy\c'` in
462   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
463   xy)  ECHO_C='\c';;
464   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
465        ECHO_T=' ';;
466   esac;;
467 *)
468   ECHO_N='-n';;
469 esac
470
471 rm -f conf$$ conf$$.exe conf$$.file
472 if test -d conf$$.dir; then
473   rm -f conf$$.dir/conf$$.file
474 else
475   rm -f conf$$.dir
476   mkdir conf$$.dir 2>/dev/null
477 fi
478 if (echo >conf$$.file) 2>/dev/null; then
479   if ln -s conf$$.file conf$$ 2>/dev/null; then
480     as_ln_s='ln -s'
481     # ... but there are two gotchas:
482     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
483     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
484     # In both cases, we have to default to `cp -p'.
485     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
486       as_ln_s='cp -p'
487   elif ln conf$$.file conf$$ 2>/dev/null; then
488     as_ln_s=ln
489   else
490     as_ln_s='cp -p'
491   fi
492 else
493   as_ln_s='cp -p'
494 fi
495 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
496 rmdir conf$$.dir 2>/dev/null
497
498 if mkdir -p . 2>/dev/null; then
499   as_mkdir_p='mkdir -p "$as_dir"'
500 else
501   test -d ./-p && rmdir ./-p
502   as_mkdir_p=false
503 fi
504
505 if test -x / >/dev/null 2>&1; then
506   as_test_x='test -x'
507 else
508   if ls -dL / >/dev/null 2>&1; then
509     as_ls_L_option=L
510   else
511     as_ls_L_option=
512   fi
513   as_test_x='
514     eval sh -c '\''
515       if test -d "$1"; then
516         test -d "$1/.";
517       else
518         case $1 in #(
519         -*)set "./$1";;
520         esac;
521         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
522         ???[sx]*):;;*)false;;esac;fi
523     '\'' sh
524   '
525 fi
526 as_executable_p=$as_test_x
527
528 # Sed expression to map a string onto a valid CPP name.
529 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
530
531 # Sed expression to map a string onto a valid variable name.
532 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
533
534 SHELL=${CONFIG_SHELL-/bin/sh}
535
536
537 exec 7<&0 </dev/null 6>&1
538
539 # Name of the host.
540 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
541 # so uname gets run too.
542 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
543
544 #
545 # Initializations.
546 #
547 ac_default_prefix=/usr/local
548 ac_clean_files=
549 ac_config_libobj_dir=.
550 LIBOBJS=
551 cross_compiling=no
552 subdirs=
553 MFLAGS=
554 MAKEFLAGS=
555
556 # Identity of this package.
557 PACKAGE_NAME=
558 PACKAGE_TARNAME=
559 PACKAGE_VERSION=
560 PACKAGE_STRING=
561 PACKAGE_BUGREPORT=
562 PACKAGE_URL=
563
564 ac_unique_file="Makefile.in"
565 # Factoring default headers for most tests.
566 ac_includes_default="\
567 #include <stdio.h>
568 #ifdef HAVE_SYS_TYPES_H
569 # include <sys/types.h>
570 #endif
571 #ifdef HAVE_SYS_STAT_H
572 # include <sys/stat.h>
573 #endif
574 #ifdef STDC_HEADERS
575 # include <stdlib.h>
576 # include <stddef.h>
577 #else
578 # ifdef HAVE_STDLIB_H
579 #  include <stdlib.h>
580 # endif
581 #endif
582 #ifdef HAVE_STRING_H
583 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
584 #  include <memory.h>
585 # endif
586 # include <string.h>
587 #endif
588 #ifdef HAVE_STRINGS_H
589 # include <strings.h>
590 #endif
591 #ifdef HAVE_INTTYPES_H
592 # include <inttypes.h>
593 #endif
594 #ifdef HAVE_STDINT_H
595 # include <stdint.h>
596 #endif
597 #ifdef HAVE_UNISTD_H
598 # include <unistd.h>
599 #endif"
600
601 ac_subst_vars='LTLIBOBJS
602 LIBOBJS
603 cgen_breaks
604 mips_extra_libs
605 XMKMF
606 mips_igen_engine
607 sim_multi_obj
608 sim_multi_src
609 sim_multi_igen_configs
610 sim_multi_flags
611 sim_gen
612 sim_micromips16_flags
613 sim_micromips_flags
614 sim_m16_flags
615 sim_igen_flags
616 SIM_SUBTARGET
617 REPORT_BUGS_TEXI
618 REPORT_BUGS_TO
619 PKGVERSION
620 sim_profile
621 sim_trace
622 sim_stdio
623 sim_debug
624 MAINT
625 MAINTAINER_MODE_FALSE
626 MAINTAINER_MODE_TRUE
627 lt_cv_dlopen_libs
628 OTOOL64
629 OTOOL
630 LIPO
631 NMEDIT
632 DSYMUTIL
633 AWK
634 STRIP
635 OBJDUMP
636 LN_S
637 NM
638 ac_ct_DUMPBIN
639 DUMPBIN
640 LD
641 FGREP
642 SED
643 LIBTOOL
644 PLUGINS_FALSE
645 PLUGINS_TRUE
646 zlibinc
647 zlibdir
648 CATOBJEXT
649 GENCAT
650 INSTOBJEXT
651 DATADIRNAME
652 CATALOGS
653 POSUB
654 GMSGFMT
655 XGETTEXT
656 INCINTL
657 LIBINTL_DEP
658 LIBINTL
659 USE_NLS
660 GMAKE_FALSE
661 GMAKE_TRUE
662 MAKE
663 CCDEPMODE
664 DEPDIR
665 am__leading_dot
666 PACKAGE
667 RANLIB
668 AR
669 HDEFINES
670 CC_FOR_BUILD
671 INSTALL_DATA
672 INSTALL_SCRIPT
673 INSTALL_PROGRAM
674 EGREP
675 GREP
676 CPP
677 target_os
678 target_vendor
679 target_cpu
680 target
681 host_os
682 host_vendor
683 host_cpu
684 host
685 build_os
686 build_vendor
687 build_cpu
688 build
689 OBJEXT
690 EXEEXT
691 ac_ct_CC
692 CPPFLAGS
693 LDFLAGS
694 CFLAGS
695 CC
696 WERROR_CFLAGS
697 WARN_CFLAGS
698 sim_xor_endian
699 sim_smp
700 sim_reserved_bits
701 sim_packages
702 sim_inline
703 sim_hw
704 sim_hw_objs
705 sim_hw_cflags
706 sim_default_model
707 sim_scache
708 sim_float
709 sim_endian
710 sim_bitsize
711 sim_assert
712 sim_alignment
713 sim_environment
714 target_alias
715 host_alias
716 build_alias
717 LIBS
718 ECHO_T
719 ECHO_N
720 ECHO_C
721 DEFS
722 mandir
723 localedir
724 libdir
725 psdir
726 pdfdir
727 dvidir
728 htmldir
729 infodir
730 docdir
731 oldincludedir
732 includedir
733 localstatedir
734 sharedstatedir
735 sysconfdir
736 datadir
737 datarootdir
738 libexecdir
739 sbindir
740 bindir
741 program_transform_name
742 prefix
743 exec_prefix
744 PACKAGE_URL
745 PACKAGE_BUGREPORT
746 PACKAGE_STRING
747 PACKAGE_VERSION
748 PACKAGE_TARNAME
749 PACKAGE_NAME
750 PATH_SEPARATOR
751 SHELL'
752 ac_subst_files=''
753 ac_user_opts='
754 enable_option_checking
755 with_system_zlib
756 enable_plugins
757 enable_shared
758 enable_static
759 with_pic
760 enable_fast_install
761 with_gnu_ld
762 enable_libtool_lock
763 enable_maintainer_mode
764 enable_sim_debug
765 enable_sim_stdio
766 enable_sim_trace
767 enable_sim_profile
768 enable_sim_inline
769 with_pkgversion
770 with_bugurl
771 enable_sim_alignment
772 enable_werror
773 enable_build_warnings
774 enable_sim_build_warnings
775 enable_sim_reserved_bits
776 enable_sim_endian
777 enable_sim_bitsize
778 enable_sim_float
779 enable_sim_hardware
780 with_x
781 '
782       ac_precious_vars='build_alias
783 host_alias
784 target_alias
785 CC
786 CFLAGS
787 LDFLAGS
788 LIBS
789 CPPFLAGS
790 CPP
791 XMKMF'
792
793
794 # Initialize some variables set by options.
795 ac_init_help=
796 ac_init_version=false
797 ac_unrecognized_opts=
798 ac_unrecognized_sep=
799 # The variables have the same names as the options, with
800 # dashes changed to underlines.
801 cache_file=/dev/null
802 exec_prefix=NONE
803 no_create=
804 no_recursion=
805 prefix=NONE
806 program_prefix=NONE
807 program_suffix=NONE
808 program_transform_name=s,x,x,
809 silent=
810 site=
811 srcdir=
812 verbose=
813 x_includes=NONE
814 x_libraries=NONE
815
816 # Installation directory options.
817 # These are left unexpanded so users can "make install exec_prefix=/foo"
818 # and all the variables that are supposed to be based on exec_prefix
819 # by default will actually change.
820 # Use braces instead of parens because sh, perl, etc. also accept them.
821 # (The list follows the same order as the GNU Coding Standards.)
822 bindir='${exec_prefix}/bin'
823 sbindir='${exec_prefix}/sbin'
824 libexecdir='${exec_prefix}/libexec'
825 datarootdir='${prefix}/share'
826 datadir='${datarootdir}'
827 sysconfdir='${prefix}/etc'
828 sharedstatedir='${prefix}/com'
829 localstatedir='${prefix}/var'
830 includedir='${prefix}/include'
831 oldincludedir='/usr/include'
832 docdir='${datarootdir}/doc/${PACKAGE}'
833 infodir='${datarootdir}/info'
834 htmldir='${docdir}'
835 dvidir='${docdir}'
836 pdfdir='${docdir}'
837 psdir='${docdir}'
838 libdir='${exec_prefix}/lib'
839 localedir='${datarootdir}/locale'
840 mandir='${datarootdir}/man'
841
842 ac_prev=
843 ac_dashdash=
844 for ac_option
845 do
846   # If the previous option needs an argument, assign it.
847   if test -n "$ac_prev"; then
848     eval $ac_prev=\$ac_option
849     ac_prev=
850     continue
851   fi
852
853   case $ac_option in
854   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
855   *)    ac_optarg=yes ;;
856   esac
857
858   # Accept the important Cygnus configure options, so we can diagnose typos.
859
860   case $ac_dashdash$ac_option in
861   --)
862     ac_dashdash=yes ;;
863
864   -bindir | --bindir | --bindi | --bind | --bin | --bi)
865     ac_prev=bindir ;;
866   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
867     bindir=$ac_optarg ;;
868
869   -build | --build | --buil | --bui | --bu)
870     ac_prev=build_alias ;;
871   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
872     build_alias=$ac_optarg ;;
873
874   -cache-file | --cache-file | --cache-fil | --cache-fi \
875   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
876     ac_prev=cache_file ;;
877   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
878   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
879     cache_file=$ac_optarg ;;
880
881   --config-cache | -C)
882     cache_file=config.cache ;;
883
884   -datadir | --datadir | --datadi | --datad)
885     ac_prev=datadir ;;
886   -datadir=* | --datadir=* | --datadi=* | --datad=*)
887     datadir=$ac_optarg ;;
888
889   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
890   | --dataroo | --dataro | --datar)
891     ac_prev=datarootdir ;;
892   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
893   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
894     datarootdir=$ac_optarg ;;
895
896   -disable-* | --disable-*)
897     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
898     # Reject names that are not valid shell variable names.
899     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
900       as_fn_error "invalid feature name: $ac_useropt"
901     ac_useropt_orig=$ac_useropt
902     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
903     case $ac_user_opts in
904       *"
905 "enable_$ac_useropt"
906 "*) ;;
907       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
908          ac_unrecognized_sep=', ';;
909     esac
910     eval enable_$ac_useropt=no ;;
911
912   -docdir | --docdir | --docdi | --doc | --do)
913     ac_prev=docdir ;;
914   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
915     docdir=$ac_optarg ;;
916
917   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
918     ac_prev=dvidir ;;
919   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
920     dvidir=$ac_optarg ;;
921
922   -enable-* | --enable-*)
923     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
924     # Reject names that are not valid shell variable names.
925     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
926       as_fn_error "invalid feature name: $ac_useropt"
927     ac_useropt_orig=$ac_useropt
928     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
929     case $ac_user_opts in
930       *"
931 "enable_$ac_useropt"
932 "*) ;;
933       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
934          ac_unrecognized_sep=', ';;
935     esac
936     eval enable_$ac_useropt=\$ac_optarg ;;
937
938   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
939   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
940   | --exec | --exe | --ex)
941     ac_prev=exec_prefix ;;
942   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
943   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
944   | --exec=* | --exe=* | --ex=*)
945     exec_prefix=$ac_optarg ;;
946
947   -gas | --gas | --ga | --g)
948     # Obsolete; use --with-gas.
949     with_gas=yes ;;
950
951   -help | --help | --hel | --he | -h)
952     ac_init_help=long ;;
953   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
954     ac_init_help=recursive ;;
955   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
956     ac_init_help=short ;;
957
958   -host | --host | --hos | --ho)
959     ac_prev=host_alias ;;
960   -host=* | --host=* | --hos=* | --ho=*)
961     host_alias=$ac_optarg ;;
962
963   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
964     ac_prev=htmldir ;;
965   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
966   | --ht=*)
967     htmldir=$ac_optarg ;;
968
969   -includedir | --includedir | --includedi | --included | --include \
970   | --includ | --inclu | --incl | --inc)
971     ac_prev=includedir ;;
972   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
973   | --includ=* | --inclu=* | --incl=* | --inc=*)
974     includedir=$ac_optarg ;;
975
976   -infodir | --infodir | --infodi | --infod | --info | --inf)
977     ac_prev=infodir ;;
978   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
979     infodir=$ac_optarg ;;
980
981   -libdir | --libdir | --libdi | --libd)
982     ac_prev=libdir ;;
983   -libdir=* | --libdir=* | --libdi=* | --libd=*)
984     libdir=$ac_optarg ;;
985
986   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
987   | --libexe | --libex | --libe)
988     ac_prev=libexecdir ;;
989   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
990   | --libexe=* | --libex=* | --libe=*)
991     libexecdir=$ac_optarg ;;
992
993   -localedir | --localedir | --localedi | --localed | --locale)
994     ac_prev=localedir ;;
995   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
996     localedir=$ac_optarg ;;
997
998   -localstatedir | --localstatedir | --localstatedi | --localstated \
999   | --localstate | --localstat | --localsta | --localst | --locals)
1000     ac_prev=localstatedir ;;
1001   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1002   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1003     localstatedir=$ac_optarg ;;
1004
1005   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1006     ac_prev=mandir ;;
1007   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1008     mandir=$ac_optarg ;;
1009
1010   -nfp | --nfp | --nf)
1011     # Obsolete; use --without-fp.
1012     with_fp=no ;;
1013
1014   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1015   | --no-cr | --no-c | -n)
1016     no_create=yes ;;
1017
1018   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1019   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1020     no_recursion=yes ;;
1021
1022   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1023   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1024   | --oldin | --oldi | --old | --ol | --o)
1025     ac_prev=oldincludedir ;;
1026   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1027   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1028   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1029     oldincludedir=$ac_optarg ;;
1030
1031   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1032     ac_prev=prefix ;;
1033   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1034     prefix=$ac_optarg ;;
1035
1036   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1037   | --program-pre | --program-pr | --program-p)
1038     ac_prev=program_prefix ;;
1039   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1040   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1041     program_prefix=$ac_optarg ;;
1042
1043   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1044   | --program-suf | --program-su | --program-s)
1045     ac_prev=program_suffix ;;
1046   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1047   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1048     program_suffix=$ac_optarg ;;
1049
1050   -program-transform-name | --program-transform-name \
1051   | --program-transform-nam | --program-transform-na \
1052   | --program-transform-n | --program-transform- \
1053   | --program-transform | --program-transfor \
1054   | --program-transfo | --program-transf \
1055   | --program-trans | --program-tran \
1056   | --progr-tra | --program-tr | --program-t)
1057     ac_prev=program_transform_name ;;
1058   -program-transform-name=* | --program-transform-name=* \
1059   | --program-transform-nam=* | --program-transform-na=* \
1060   | --program-transform-n=* | --program-transform-=* \
1061   | --program-transform=* | --program-transfor=* \
1062   | --program-transfo=* | --program-transf=* \
1063   | --program-trans=* | --program-tran=* \
1064   | --progr-tra=* | --program-tr=* | --program-t=*)
1065     program_transform_name=$ac_optarg ;;
1066
1067   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1068     ac_prev=pdfdir ;;
1069   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1070     pdfdir=$ac_optarg ;;
1071
1072   -psdir | --psdir | --psdi | --psd | --ps)
1073     ac_prev=psdir ;;
1074   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1075     psdir=$ac_optarg ;;
1076
1077   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1078   | -silent | --silent | --silen | --sile | --sil)
1079     silent=yes ;;
1080
1081   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1082     ac_prev=sbindir ;;
1083   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1084   | --sbi=* | --sb=*)
1085     sbindir=$ac_optarg ;;
1086
1087   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1088   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1089   | --sharedst | --shareds | --shared | --share | --shar \
1090   | --sha | --sh)
1091     ac_prev=sharedstatedir ;;
1092   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1093   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1094   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1095   | --sha=* | --sh=*)
1096     sharedstatedir=$ac_optarg ;;
1097
1098   -site | --site | --sit)
1099     ac_prev=site ;;
1100   -site=* | --site=* | --sit=*)
1101     site=$ac_optarg ;;
1102
1103   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1104     ac_prev=srcdir ;;
1105   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1106     srcdir=$ac_optarg ;;
1107
1108   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1109   | --syscon | --sysco | --sysc | --sys | --sy)
1110     ac_prev=sysconfdir ;;
1111   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1112   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1113     sysconfdir=$ac_optarg ;;
1114
1115   -target | --target | --targe | --targ | --tar | --ta | --t)
1116     ac_prev=target_alias ;;
1117   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1118     target_alias=$ac_optarg ;;
1119
1120   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1121     verbose=yes ;;
1122
1123   -version | --version | --versio | --versi | --vers | -V)
1124     ac_init_version=: ;;
1125
1126   -with-* | --with-*)
1127     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1128     # Reject names that are not valid shell variable names.
1129     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1130       as_fn_error "invalid package name: $ac_useropt"
1131     ac_useropt_orig=$ac_useropt
1132     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1133     case $ac_user_opts in
1134       *"
1135 "with_$ac_useropt"
1136 "*) ;;
1137       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1138          ac_unrecognized_sep=', ';;
1139     esac
1140     eval with_$ac_useropt=\$ac_optarg ;;
1141
1142   -without-* | --without-*)
1143     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1144     # Reject names that are not valid shell variable names.
1145     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1146       as_fn_error "invalid package name: $ac_useropt"
1147     ac_useropt_orig=$ac_useropt
1148     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1149     case $ac_user_opts in
1150       *"
1151 "with_$ac_useropt"
1152 "*) ;;
1153       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1154          ac_unrecognized_sep=', ';;
1155     esac
1156     eval with_$ac_useropt=no ;;
1157
1158   --x)
1159     # Obsolete; use --with-x.
1160     with_x=yes ;;
1161
1162   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1163   | --x-incl | --x-inc | --x-in | --x-i)
1164     ac_prev=x_includes ;;
1165   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1166   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1167     x_includes=$ac_optarg ;;
1168
1169   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1170   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1171     ac_prev=x_libraries ;;
1172   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1173   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1174     x_libraries=$ac_optarg ;;
1175
1176   -*) as_fn_error "unrecognized option: \`$ac_option'
1177 Try \`$0 --help' for more information."
1178     ;;
1179
1180   *=*)
1181     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1182     # Reject names that are not valid shell variable names.
1183     case $ac_envvar in #(
1184       '' | [0-9]* | *[!_$as_cr_alnum]* )
1185       as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1186     esac
1187     eval $ac_envvar=\$ac_optarg
1188     export $ac_envvar ;;
1189
1190   *)
1191     # FIXME: should be removed in autoconf 3.0.
1192     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1193     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1194       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1195     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1196     ;;
1197
1198   esac
1199 done
1200
1201 if test -n "$ac_prev"; then
1202   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1203   as_fn_error "missing argument to $ac_option"
1204 fi
1205
1206 if test -n "$ac_unrecognized_opts"; then
1207   case $enable_option_checking in
1208     no) ;;
1209     fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1210     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1211   esac
1212 fi
1213
1214 # Check all directory arguments for consistency.
1215 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1216                 datadir sysconfdir sharedstatedir localstatedir includedir \
1217                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1218                 libdir localedir mandir
1219 do
1220   eval ac_val=\$$ac_var
1221   # Remove trailing slashes.
1222   case $ac_val in
1223     */ )
1224       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1225       eval $ac_var=\$ac_val;;
1226   esac
1227   # Be sure to have absolute directory names.
1228   case $ac_val in
1229     [\\/$]* | ?:[\\/]* )  continue;;
1230     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1231   esac
1232   as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1233 done
1234
1235 # There might be people who depend on the old broken behavior: `$host'
1236 # used to hold the argument of --host etc.
1237 # FIXME: To remove some day.
1238 build=$build_alias
1239 host=$host_alias
1240 target=$target_alias
1241
1242 # FIXME: To remove some day.
1243 if test "x$host_alias" != x; then
1244   if test "x$build_alias" = x; then
1245     cross_compiling=maybe
1246     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1247     If a cross compiler is detected then cross compile mode will be used." >&2
1248   elif test "x$build_alias" != "x$host_alias"; then
1249     cross_compiling=yes
1250   fi
1251 fi
1252
1253 ac_tool_prefix=
1254 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1255
1256 test "$silent" = yes && exec 6>/dev/null
1257
1258
1259 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1260 ac_ls_di=`ls -di .` &&
1261 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1262   as_fn_error "working directory cannot be determined"
1263 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1264   as_fn_error "pwd does not report name of working directory"
1265
1266
1267 # Find the source files, if location was not specified.
1268 if test -z "$srcdir"; then
1269   ac_srcdir_defaulted=yes
1270   # Try the directory containing this script, then the parent directory.
1271   ac_confdir=`$as_dirname -- "$as_myself" ||
1272 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1273          X"$as_myself" : 'X\(//\)[^/]' \| \
1274          X"$as_myself" : 'X\(//\)$' \| \
1275          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1276 $as_echo X"$as_myself" |
1277     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1278             s//\1/
1279             q
1280           }
1281           /^X\(\/\/\)[^/].*/{
1282             s//\1/
1283             q
1284           }
1285           /^X\(\/\/\)$/{
1286             s//\1/
1287             q
1288           }
1289           /^X\(\/\).*/{
1290             s//\1/
1291             q
1292           }
1293           s/.*/./; q'`
1294   srcdir=$ac_confdir
1295   if test ! -r "$srcdir/$ac_unique_file"; then
1296     srcdir=..
1297   fi
1298 else
1299   ac_srcdir_defaulted=no
1300 fi
1301 if test ! -r "$srcdir/$ac_unique_file"; then
1302   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1303   as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1304 fi
1305 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1306 ac_abs_confdir=`(
1307         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1308         pwd)`
1309 # When building in place, set srcdir=.
1310 if test "$ac_abs_confdir" = "$ac_pwd"; then
1311   srcdir=.
1312 fi
1313 # Remove unnecessary trailing slashes from srcdir.
1314 # Double slashes in file names in object file debugging info
1315 # mess up M-x gdb in Emacs.
1316 case $srcdir in
1317 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1318 esac
1319 for ac_var in $ac_precious_vars; do
1320   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1321   eval ac_env_${ac_var}_value=\$${ac_var}
1322   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1323   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1324 done
1325
1326 #
1327 # Report the --help message.
1328 #
1329 if test "$ac_init_help" = "long"; then
1330   # Omit some internal or obsolete options to make the list less imposing.
1331   # This message is too long to be a string in the A/UX 3.1 sh.
1332   cat <<_ACEOF
1333 \`configure' configures this package to adapt to many kinds of systems.
1334
1335 Usage: $0 [OPTION]... [VAR=VALUE]...
1336
1337 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1338 VAR=VALUE.  See below for descriptions of some of the useful variables.
1339
1340 Defaults for the options are specified in brackets.
1341
1342 Configuration:
1343   -h, --help              display this help and exit
1344       --help=short        display options specific to this package
1345       --help=recursive    display the short help of all the included packages
1346   -V, --version           display version information and exit
1347   -q, --quiet, --silent   do not print \`checking...' messages
1348       --cache-file=FILE   cache test results in FILE [disabled]
1349   -C, --config-cache      alias for \`--cache-file=config.cache'
1350   -n, --no-create         do not create output files
1351       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1352
1353 Installation directories:
1354   --prefix=PREFIX         install architecture-independent files in PREFIX
1355                           [$ac_default_prefix]
1356   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1357                           [PREFIX]
1358
1359 By default, \`make install' will install all the files in
1360 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1361 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1362 for instance \`--prefix=\$HOME'.
1363
1364 For better control, use the options below.
1365
1366 Fine tuning of the installation directories:
1367   --bindir=DIR            user executables [EPREFIX/bin]
1368   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1369   --libexecdir=DIR        program executables [EPREFIX/libexec]
1370   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1371   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1372   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1373   --libdir=DIR            object code libraries [EPREFIX/lib]
1374   --includedir=DIR        C header files [PREFIX/include]
1375   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1376   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1377   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1378   --infodir=DIR           info documentation [DATAROOTDIR/info]
1379   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1380   --mandir=DIR            man documentation [DATAROOTDIR/man]
1381   --docdir=DIR            documentation root [DATAROOTDIR/doc/PACKAGE]
1382   --htmldir=DIR           html documentation [DOCDIR]
1383   --dvidir=DIR            dvi documentation [DOCDIR]
1384   --pdfdir=DIR            pdf documentation [DOCDIR]
1385   --psdir=DIR             ps documentation [DOCDIR]
1386 _ACEOF
1387
1388   cat <<\_ACEOF
1389
1390 Program names:
1391   --program-prefix=PREFIX            prepend PREFIX to installed program names
1392   --program-suffix=SUFFIX            append SUFFIX to installed program names
1393   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1394
1395 X features:
1396   --x-includes=DIR    X include files are in DIR
1397   --x-libraries=DIR   X library files are in DIR
1398
1399 System types:
1400   --build=BUILD     configure for building on BUILD [guessed]
1401   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1402   --target=TARGET   configure for building compilers for TARGET [HOST]
1403 _ACEOF
1404 fi
1405
1406 if test -n "$ac_init_help"; then
1407
1408   cat <<\_ACEOF
1409
1410 Optional Features:
1411   --disable-option-checking  ignore unrecognized --enable/--with options
1412   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1413   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1414   --enable-plugins        Enable support for plugins
1415   --enable-shared[=PKGS]  build shared libraries [default=yes]
1416   --enable-static[=PKGS]  build static libraries [default=yes]
1417   --enable-fast-install[=PKGS]
1418                           optimize for fast installation [default=yes]
1419   --disable-libtool-lock  avoid locking (might break parallel builds)
1420   --enable-maintainer-mode  enable make rules and dependencies not useful
1421                           (and sometimes confusing) to the casual installer
1422   --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1423                           itself)
1424   --enable-sim-stdio      Specify whether to use stdio for console
1425                           input/output
1426   --enable-sim-trace=opts Enable tracing of simulated programs
1427   --enable-sim-profile=opts
1428                           Enable profiling flags
1429   --enable-sim-inline=inlines
1430                           Specify which functions should be inlined
1431   --enable-sim-alignment=align
1432                           Specify strict, nonstrict or forced alignment of
1433                           memory accesses
1434   --enable-werror         treat compile warnings as errors
1435   --enable-build-warnings enable build-time compiler warnings if gcc is used
1436   --enable-sim-build-warnings
1437                           enable SIM specific build-time compiler warnings if
1438                           gcc is used
1439   --enable-sim-reserved-bits
1440                           Specify whether to check reserved bits in
1441                           instruction
1442   --enable-sim-endian=endian
1443                           Specify target byte endian orientation
1444   --enable-sim-bitsize=N  Specify target bitsize (32 or 64)
1445   --enable-sim-float      Specify that the target processor has floating point
1446                           hardware
1447   --enable-sim-hardware=LIST
1448                           Specify the hardware to be included in the build.
1449
1450 Optional Packages:
1451   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1452   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1453   --with-system-zlib      use installed libz
1454   --with-pic              try to use only PIC/non-PIC objects [default=use
1455                           both]
1456   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1457   --with-pkgversion=PKG   Use PKG in the version string in place of "SIM"
1458   --with-bugurl=URL       Direct users to URL to report a bug
1459   --with-x                use the X Window System
1460
1461 Some influential environment variables:
1462   CC          C compiler command
1463   CFLAGS      C compiler flags
1464   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1465               nonstandard directory <lib dir>
1466   LIBS        libraries to pass to the linker, e.g. -l<library>
1467   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1468               you have headers in a nonstandard directory <include dir>
1469   CPP         C preprocessor
1470   XMKMF       Path to xmkmf, Makefile generator for X Window System
1471
1472 Use these variables to override the choices made by `configure' or to help
1473 it to find libraries and programs with nonstandard names/locations.
1474
1475 Report bugs to the package provider.
1476 _ACEOF
1477 ac_status=$?
1478 fi
1479
1480 if test "$ac_init_help" = "recursive"; then
1481   # If there are subdirs, report their specific --help.
1482   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1483     test -d "$ac_dir" ||
1484       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1485       continue
1486     ac_builddir=.
1487
1488 case "$ac_dir" in
1489 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1490 *)
1491   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1492   # A ".." for each directory in $ac_dir_suffix.
1493   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1494   case $ac_top_builddir_sub in
1495   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1496   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1497   esac ;;
1498 esac
1499 ac_abs_top_builddir=$ac_pwd
1500 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1501 # for backward compatibility:
1502 ac_top_builddir=$ac_top_build_prefix
1503
1504 case $srcdir in
1505   .)  # We are building in place.
1506     ac_srcdir=.
1507     ac_top_srcdir=$ac_top_builddir_sub
1508     ac_abs_top_srcdir=$ac_pwd ;;
1509   [\\/]* | ?:[\\/]* )  # Absolute name.
1510     ac_srcdir=$srcdir$ac_dir_suffix;
1511     ac_top_srcdir=$srcdir
1512     ac_abs_top_srcdir=$srcdir ;;
1513   *) # Relative name.
1514     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1515     ac_top_srcdir=$ac_top_build_prefix$srcdir
1516     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1517 esac
1518 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1519
1520     cd "$ac_dir" || { ac_status=$?; continue; }
1521     # Check for guested configure.
1522     if test -f "$ac_srcdir/configure.gnu"; then
1523       echo &&
1524       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1525     elif test -f "$ac_srcdir/configure"; then
1526       echo &&
1527       $SHELL "$ac_srcdir/configure" --help=recursive
1528     else
1529       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1530     fi || ac_status=$?
1531     cd "$ac_pwd" || { ac_status=$?; break; }
1532   done
1533 fi
1534
1535 test -n "$ac_init_help" && exit $ac_status
1536 if $ac_init_version; then
1537   cat <<\_ACEOF
1538 configure
1539 generated by GNU Autoconf 2.64
1540
1541 Copyright (C) 2009 Free Software Foundation, Inc.
1542 This configure script is free software; the Free Software Foundation
1543 gives unlimited permission to copy, distribute and modify it.
1544 _ACEOF
1545   exit
1546 fi
1547
1548 ## ------------------------ ##
1549 ## Autoconf initialization. ##
1550 ## ------------------------ ##
1551
1552 # ac_fn_c_try_compile LINENO
1553 # --------------------------
1554 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1555 ac_fn_c_try_compile ()
1556 {
1557   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1558   rm -f conftest.$ac_objext
1559   if { { ac_try="$ac_compile"
1560 case "(($ac_try" in
1561   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1562   *) ac_try_echo=$ac_try;;
1563 esac
1564 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1565 $as_echo "$ac_try_echo"; } >&5
1566   (eval "$ac_compile") 2>conftest.err
1567   ac_status=$?
1568   if test -s conftest.err; then
1569     grep -v '^ *+' conftest.err >conftest.er1
1570     cat conftest.er1 >&5
1571     mv -f conftest.er1 conftest.err
1572   fi
1573   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1574   test $ac_status = 0; } && {
1575          test -z "$ac_c_werror_flag" ||
1576          test ! -s conftest.err
1577        } && test -s conftest.$ac_objext; then :
1578   ac_retval=0
1579 else
1580   $as_echo "$as_me: failed program was:" >&5
1581 sed 's/^/| /' conftest.$ac_ext >&5
1582
1583         ac_retval=1
1584 fi
1585   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1586   return $ac_retval
1587
1588 } # ac_fn_c_try_compile
1589
1590 # ac_fn_c_try_cpp LINENO
1591 # ----------------------
1592 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1593 ac_fn_c_try_cpp ()
1594 {
1595   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1596   if { { ac_try="$ac_cpp conftest.$ac_ext"
1597 case "(($ac_try" in
1598   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1599   *) ac_try_echo=$ac_try;;
1600 esac
1601 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1602 $as_echo "$ac_try_echo"; } >&5
1603   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1604   ac_status=$?
1605   if test -s conftest.err; then
1606     grep -v '^ *+' conftest.err >conftest.er1
1607     cat conftest.er1 >&5
1608     mv -f conftest.er1 conftest.err
1609   fi
1610   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1611   test $ac_status = 0; } >/dev/null && {
1612          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1613          test ! -s conftest.err
1614        }; then :
1615   ac_retval=0
1616 else
1617   $as_echo "$as_me: failed program was:" >&5
1618 sed 's/^/| /' conftest.$ac_ext >&5
1619
1620     ac_retval=1
1621 fi
1622   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1623   return $ac_retval
1624
1625 } # ac_fn_c_try_cpp
1626
1627 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1628 # -------------------------------------------------------
1629 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1630 # the include files in INCLUDES and setting the cache variable VAR
1631 # accordingly.
1632 ac_fn_c_check_header_mongrel ()
1633 {
1634   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1635   if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1636   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1637 $as_echo_n "checking for $2... " >&6; }
1638 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1639   $as_echo_n "(cached) " >&6
1640 fi
1641 eval ac_res=\$$3
1642                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1643 $as_echo "$ac_res" >&6; }
1644 else
1645   # Is the header compilable?
1646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1647 $as_echo_n "checking $2 usability... " >&6; }
1648 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1649 /* end confdefs.h.  */
1650 $4
1651 #include <$2>
1652 _ACEOF
1653 if ac_fn_c_try_compile "$LINENO"; then :
1654   ac_header_compiler=yes
1655 else
1656   ac_header_compiler=no
1657 fi
1658 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1660 $as_echo "$ac_header_compiler" >&6; }
1661
1662 # Is the header present?
1663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1664 $as_echo_n "checking $2 presence... " >&6; }
1665 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1666 /* end confdefs.h.  */
1667 #include <$2>
1668 _ACEOF
1669 if ac_fn_c_try_cpp "$LINENO"; then :
1670   ac_header_preproc=yes
1671 else
1672   ac_header_preproc=no
1673 fi
1674 rm -f conftest.err conftest.$ac_ext
1675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1676 $as_echo "$ac_header_preproc" >&6; }
1677
1678 # So?  What about this header?
1679 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1680   yes:no: )
1681     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1682 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1683     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1684 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1685     ;;
1686   no:yes:* )
1687     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1688 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1689     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
1690 $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
1691     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1692 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1693     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
1694 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
1695     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1696 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1697     ;;
1698 esac
1699   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1700 $as_echo_n "checking for $2... " >&6; }
1701 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1702   $as_echo_n "(cached) " >&6
1703 else
1704   eval "$3=\$ac_header_compiler"
1705 fi
1706 eval ac_res=\$$3
1707                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1708 $as_echo "$ac_res" >&6; }
1709 fi
1710   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1711
1712 } # ac_fn_c_check_header_mongrel
1713
1714 # ac_fn_c_try_run LINENO
1715 # ----------------------
1716 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1717 # that executables *can* be run.
1718 ac_fn_c_try_run ()
1719 {
1720   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1721   if { { ac_try="$ac_link"
1722 case "(($ac_try" in
1723   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1724   *) ac_try_echo=$ac_try;;
1725 esac
1726 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1727 $as_echo "$ac_try_echo"; } >&5
1728   (eval "$ac_link") 2>&5
1729   ac_status=$?
1730   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1731   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1732   { { case "(($ac_try" in
1733   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1734   *) ac_try_echo=$ac_try;;
1735 esac
1736 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1737 $as_echo "$ac_try_echo"; } >&5
1738   (eval "$ac_try") 2>&5
1739   ac_status=$?
1740   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1741   test $ac_status = 0; }; }; then :
1742   ac_retval=0
1743 else
1744   $as_echo "$as_me: program exited with status $ac_status" >&5
1745        $as_echo "$as_me: failed program was:" >&5
1746 sed 's/^/| /' conftest.$ac_ext >&5
1747
1748        ac_retval=$ac_status
1749 fi
1750   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1751   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1752   return $ac_retval
1753
1754 } # ac_fn_c_try_run
1755
1756 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1757 # -------------------------------------------------------
1758 # Tests whether HEADER exists and can be compiled using the include files in
1759 # INCLUDES, setting the cache variable VAR accordingly.
1760 ac_fn_c_check_header_compile ()
1761 {
1762   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1763   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1764 $as_echo_n "checking for $2... " >&6; }
1765 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1766   $as_echo_n "(cached) " >&6
1767 else
1768   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1769 /* end confdefs.h.  */
1770 $4
1771 #include <$2>
1772 _ACEOF
1773 if ac_fn_c_try_compile "$LINENO"; then :
1774   eval "$3=yes"
1775 else
1776   eval "$3=no"
1777 fi
1778 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1779 fi
1780 eval ac_res=\$$3
1781                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1782 $as_echo "$ac_res" >&6; }
1783   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1784
1785 } # ac_fn_c_check_header_compile
1786
1787 # ac_fn_c_try_link LINENO
1788 # -----------------------
1789 # Try to link conftest.$ac_ext, and return whether this succeeded.
1790 ac_fn_c_try_link ()
1791 {
1792   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1793   rm -f conftest.$ac_objext conftest$ac_exeext
1794   if { { ac_try="$ac_link"
1795 case "(($ac_try" in
1796   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1797   *) ac_try_echo=$ac_try;;
1798 esac
1799 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1800 $as_echo "$ac_try_echo"; } >&5
1801   (eval "$ac_link") 2>conftest.err
1802   ac_status=$?
1803   if test -s conftest.err; then
1804     grep -v '^ *+' conftest.err >conftest.er1
1805     cat conftest.er1 >&5
1806     mv -f conftest.er1 conftest.err
1807   fi
1808   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1809   test $ac_status = 0; } && {
1810          test -z "$ac_c_werror_flag" ||
1811          test ! -s conftest.err
1812        } && test -s conftest$ac_exeext && {
1813          test "$cross_compiling" = yes ||
1814          $as_test_x conftest$ac_exeext
1815        }; then :
1816   ac_retval=0
1817 else
1818   $as_echo "$as_me: failed program was:" >&5
1819 sed 's/^/| /' conftest.$ac_ext >&5
1820
1821         ac_retval=1
1822 fi
1823   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1824   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1825   # interfere with the next link command; also delete a directory that is
1826   # left behind by Apple's compiler.  We do this before executing the actions.
1827   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1828   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1829   return $ac_retval
1830
1831 } # ac_fn_c_try_link
1832
1833 # ac_fn_c_check_func LINENO FUNC VAR
1834 # ----------------------------------
1835 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1836 ac_fn_c_check_func ()
1837 {
1838   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1839   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1840 $as_echo_n "checking for $2... " >&6; }
1841 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1842   $as_echo_n "(cached) " >&6
1843 else
1844   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1845 /* end confdefs.h.  */
1846 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1847    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1848 #define $2 innocuous_$2
1849
1850 /* System header to define __stub macros and hopefully few prototypes,
1851     which can conflict with char $2 (); below.
1852     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1853     <limits.h> exists even on freestanding compilers.  */
1854
1855 #ifdef __STDC__
1856 # include <limits.h>
1857 #else
1858 # include <assert.h>
1859 #endif
1860
1861 #undef $2
1862
1863 /* Override any GCC internal prototype to avoid an error.
1864    Use char because int might match the return type of a GCC
1865    builtin and then its argument prototype would still apply.  */
1866 #ifdef __cplusplus
1867 extern "C"
1868 #endif
1869 char $2 ();
1870 /* The GNU C library defines this for functions which it implements
1871     to always fail with ENOSYS.  Some functions are actually named
1872     something starting with __ and the normal name is an alias.  */
1873 #if defined __stub_$2 || defined __stub___$2
1874 choke me
1875 #endif
1876
1877 int
1878 main ()
1879 {
1880 return $2 ();
1881   ;
1882   return 0;
1883 }
1884 _ACEOF
1885 if ac_fn_c_try_link "$LINENO"; then :
1886   eval "$3=yes"
1887 else
1888   eval "$3=no"
1889 fi
1890 rm -f core conftest.err conftest.$ac_objext \
1891     conftest$ac_exeext conftest.$ac_ext
1892 fi
1893 eval ac_res=\$$3
1894                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1895 $as_echo "$ac_res" >&6; }
1896   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1897
1898 } # ac_fn_c_check_func
1899
1900 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1901 # ----------------------------------------------------
1902 # Tries to find if the field MEMBER exists in type AGGR, after including
1903 # INCLUDES, setting cache variable VAR accordingly.
1904 ac_fn_c_check_member ()
1905 {
1906   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1907   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1908 $as_echo_n "checking for $2.$3... " >&6; }
1909 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1910   $as_echo_n "(cached) " >&6
1911 else
1912   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1913 /* end confdefs.h.  */
1914 $5
1915 int
1916 main ()
1917 {
1918 static $2 ac_aggr;
1919 if (ac_aggr.$3)
1920 return 0;
1921   ;
1922   return 0;
1923 }
1924 _ACEOF
1925 if ac_fn_c_try_compile "$LINENO"; then :
1926   eval "$4=yes"
1927 else
1928   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1929 /* end confdefs.h.  */
1930 $5
1931 int
1932 main ()
1933 {
1934 static $2 ac_aggr;
1935 if (sizeof ac_aggr.$3)
1936 return 0;
1937   ;
1938   return 0;
1939 }
1940 _ACEOF
1941 if ac_fn_c_try_compile "$LINENO"; then :
1942   eval "$4=yes"
1943 else
1944   eval "$4=no"
1945 fi
1946 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1947 fi
1948 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1949 fi
1950 eval ac_res=\$$4
1951                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1952 $as_echo "$ac_res" >&6; }
1953   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1954
1955 } # ac_fn_c_check_member
1956
1957 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1958 # -------------------------------------------
1959 # Tests whether TYPE exists after having included INCLUDES, setting cache
1960 # variable VAR accordingly.
1961 ac_fn_c_check_type ()
1962 {
1963   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1964   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1965 $as_echo_n "checking for $2... " >&6; }
1966 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1967   $as_echo_n "(cached) " >&6
1968 else
1969   eval "$3=no"
1970   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1971 /* end confdefs.h.  */
1972 $4
1973 int
1974 main ()
1975 {
1976 if (sizeof ($2))
1977          return 0;
1978   ;
1979   return 0;
1980 }
1981 _ACEOF
1982 if ac_fn_c_try_compile "$LINENO"; then :
1983   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1984 /* end confdefs.h.  */
1985 $4
1986 int
1987 main ()
1988 {
1989 if (sizeof (($2)))
1990             return 0;
1991   ;
1992   return 0;
1993 }
1994 _ACEOF
1995 if ac_fn_c_try_compile "$LINENO"; then :
1996
1997 else
1998   eval "$3=yes"
1999 fi
2000 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2001 fi
2002 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2003 fi
2004 eval ac_res=\$$3
2005                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2006 $as_echo "$ac_res" >&6; }
2007   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2008
2009 } # ac_fn_c_check_type
2010 cat >config.log <<_ACEOF
2011 This file contains any messages produced by compilers while
2012 running configure, to aid debugging if configure makes a mistake.
2013
2014 It was created by $as_me, which was
2015 generated by GNU Autoconf 2.64.  Invocation command line was
2016
2017   $ $0 $@
2018
2019 _ACEOF
2020 exec 5>>config.log
2021 {
2022 cat <<_ASUNAME
2023 ## --------- ##
2024 ## Platform. ##
2025 ## --------- ##
2026
2027 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2028 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2029 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2030 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2031 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2032
2033 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2034 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
2035
2036 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
2037 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
2038 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2039 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
2040 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
2041 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
2042 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
2043
2044 _ASUNAME
2045
2046 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2047 for as_dir in $PATH
2048 do
2049   IFS=$as_save_IFS
2050   test -z "$as_dir" && as_dir=.
2051     $as_echo "PATH: $as_dir"
2052   done
2053 IFS=$as_save_IFS
2054
2055 } >&5
2056
2057 cat >&5 <<_ACEOF
2058
2059
2060 ## ----------- ##
2061 ## Core tests. ##
2062 ## ----------- ##
2063
2064 _ACEOF
2065
2066
2067 # Keep a trace of the command line.
2068 # Strip out --no-create and --no-recursion so they do not pile up.
2069 # Strip out --silent because we don't want to record it for future runs.
2070 # Also quote any args containing shell meta-characters.
2071 # Make two passes to allow for proper duplicate-argument suppression.
2072 ac_configure_args=
2073 ac_configure_args0=
2074 ac_configure_args1=
2075 ac_must_keep_next=false
2076 for ac_pass in 1 2
2077 do
2078   for ac_arg
2079   do
2080     case $ac_arg in
2081     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2082     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2083     | -silent | --silent | --silen | --sile | --sil)
2084       continue ;;
2085     *\'*)
2086       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2087     esac
2088     case $ac_pass in
2089     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2090     2)
2091       as_fn_append ac_configure_args1 " '$ac_arg'"
2092       if test $ac_must_keep_next = true; then
2093         ac_must_keep_next=false # Got value, back to normal.
2094       else
2095         case $ac_arg in
2096           *=* | --config-cache | -C | -disable-* | --disable-* \
2097           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2098           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2099           | -with-* | --with-* | -without-* | --without-* | --x)
2100             case "$ac_configure_args0 " in
2101               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2102             esac
2103             ;;
2104           -* ) ac_must_keep_next=true ;;
2105         esac
2106       fi
2107       as_fn_append ac_configure_args " '$ac_arg'"
2108       ;;
2109     esac
2110   done
2111 done
2112 { ac_configure_args0=; unset ac_configure_args0;}
2113 { ac_configure_args1=; unset ac_configure_args1;}
2114
2115 # When interrupted or exit'd, cleanup temporary files, and complete
2116 # config.log.  We remove comments because anyway the quotes in there
2117 # would cause problems or look ugly.
2118 # WARNING: Use '\'' to represent an apostrophe within the trap.
2119 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2120 trap 'exit_status=$?
2121   # Save into config.log some information that might help in debugging.
2122   {
2123     echo
2124
2125     cat <<\_ASBOX
2126 ## ---------------- ##
2127 ## Cache variables. ##
2128 ## ---------------- ##
2129 _ASBOX
2130     echo
2131     # The following way of writing the cache mishandles newlines in values,
2132 (
2133   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2134     eval ac_val=\$$ac_var
2135     case $ac_val in #(
2136     *${as_nl}*)
2137       case $ac_var in #(
2138       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2139 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2140       esac
2141       case $ac_var in #(
2142       _ | IFS | as_nl) ;; #(
2143       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2144       *) { eval $ac_var=; unset $ac_var;} ;;
2145       esac ;;
2146     esac
2147   done
2148   (set) 2>&1 |
2149     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2150     *${as_nl}ac_space=\ *)
2151       sed -n \
2152         "s/'\''/'\''\\\\'\'''\''/g;
2153           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2154       ;; #(
2155     *)
2156       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2157       ;;
2158     esac |
2159     sort
2160 )
2161     echo
2162
2163     cat <<\_ASBOX
2164 ## ----------------- ##
2165 ## Output variables. ##
2166 ## ----------------- ##
2167 _ASBOX
2168     echo
2169     for ac_var in $ac_subst_vars
2170     do
2171       eval ac_val=\$$ac_var
2172       case $ac_val in
2173       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2174       esac
2175       $as_echo "$ac_var='\''$ac_val'\''"
2176     done | sort
2177     echo
2178
2179     if test -n "$ac_subst_files"; then
2180       cat <<\_ASBOX
2181 ## ------------------- ##
2182 ## File substitutions. ##
2183 ## ------------------- ##
2184 _ASBOX
2185       echo
2186       for ac_var in $ac_subst_files
2187       do
2188         eval ac_val=\$$ac_var
2189         case $ac_val in
2190         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2191         esac
2192         $as_echo "$ac_var='\''$ac_val'\''"
2193       done | sort
2194       echo
2195     fi
2196
2197     if test -s confdefs.h; then
2198       cat <<\_ASBOX
2199 ## ----------- ##
2200 ## confdefs.h. ##
2201 ## ----------- ##
2202 _ASBOX
2203       echo
2204       cat confdefs.h
2205       echo
2206     fi
2207     test "$ac_signal" != 0 &&
2208       $as_echo "$as_me: caught signal $ac_signal"
2209     $as_echo "$as_me: exit $exit_status"
2210   } >&5
2211   rm -f core *.core core.conftest.* &&
2212     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2213     exit $exit_status
2214 ' 0
2215 for ac_signal in 1 2 13 15; do
2216   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2217 done
2218 ac_signal=0
2219
2220 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2221 rm -f -r conftest* confdefs.h
2222
2223 $as_echo "/* confdefs.h */" > confdefs.h
2224
2225 # Predefined preprocessor variables.
2226
2227 cat >>confdefs.h <<_ACEOF
2228 #define PACKAGE_NAME "$PACKAGE_NAME"
2229 _ACEOF
2230
2231 cat >>confdefs.h <<_ACEOF
2232 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2233 _ACEOF
2234
2235 cat >>confdefs.h <<_ACEOF
2236 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2237 _ACEOF
2238
2239 cat >>confdefs.h <<_ACEOF
2240 #define PACKAGE_STRING "$PACKAGE_STRING"
2241 _ACEOF
2242
2243 cat >>confdefs.h <<_ACEOF
2244 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2245 _ACEOF
2246
2247 cat >>confdefs.h <<_ACEOF
2248 #define PACKAGE_URL "$PACKAGE_URL"
2249 _ACEOF
2250
2251
2252 # Let the site file select an alternate cache file if it wants to.
2253 # Prefer an explicitly selected file to automatically selected ones.
2254 ac_site_file1=NONE
2255 ac_site_file2=NONE
2256 if test -n "$CONFIG_SITE"; then
2257   ac_site_file1=$CONFIG_SITE
2258 elif test "x$prefix" != xNONE; then
2259   ac_site_file1=$prefix/share/config.site
2260   ac_site_file2=$prefix/etc/config.site
2261 else
2262   ac_site_file1=$ac_default_prefix/share/config.site
2263   ac_site_file2=$ac_default_prefix/etc/config.site
2264 fi
2265 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2266 do
2267   test "x$ac_site_file" = xNONE && continue
2268   if test -r "$ac_site_file"; then
2269     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2270 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2271     sed 's/^/| /' "$ac_site_file" >&5
2272     . "$ac_site_file"
2273   fi
2274 done
2275
2276 if test -r "$cache_file"; then
2277   # Some versions of bash will fail to source /dev/null (special
2278   # files actually), so we avoid doing that.
2279   if test -f "$cache_file"; then
2280     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2281 $as_echo "$as_me: loading cache $cache_file" >&6;}
2282     case $cache_file in
2283       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2284       *)                      . "./$cache_file";;
2285     esac
2286   fi
2287 else
2288   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2289 $as_echo "$as_me: creating cache $cache_file" >&6;}
2290   >$cache_file
2291 fi
2292
2293 # Check that the precious variables saved in the cache have kept the same
2294 # value.
2295 ac_cache_corrupted=false
2296 for ac_var in $ac_precious_vars; do
2297   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2298   eval ac_new_set=\$ac_env_${ac_var}_set
2299   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2300   eval ac_new_val=\$ac_env_${ac_var}_value
2301   case $ac_old_set,$ac_new_set in
2302     set,)
2303       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2304 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2305       ac_cache_corrupted=: ;;
2306     ,set)
2307       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2308 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2309       ac_cache_corrupted=: ;;
2310     ,);;
2311     *)
2312       if test "x$ac_old_val" != "x$ac_new_val"; then
2313         # differences in whitespace do not lead to failure.
2314         ac_old_val_w=`echo x $ac_old_val`
2315         ac_new_val_w=`echo x $ac_new_val`
2316         if test "$ac_old_val_w" != "$ac_new_val_w"; then
2317           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2318 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2319           ac_cache_corrupted=:
2320         else
2321           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2322 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2323           eval $ac_var=\$ac_old_val
2324         fi
2325         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2326 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2327         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2328 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2329       fi;;
2330   esac
2331   # Pass precious variables to config.status.
2332   if test "$ac_new_set" = set; then
2333     case $ac_new_val in
2334     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2335     *) ac_arg=$ac_var=$ac_new_val ;;
2336     esac
2337     case " $ac_configure_args " in
2338       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2339       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2340     esac
2341   fi
2342 done
2343 if $ac_cache_corrupted; then
2344   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2345 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2346   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2347 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2348   as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2349 fi
2350 ## -------------------- ##
2351 ## Main body of script. ##
2352 ## -------------------- ##
2353
2354 ac_ext=c
2355 ac_cpp='$CPP $CPPFLAGS'
2356 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2357 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2358 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2359
2360
2361 # This file contains common code used by all simulators.
2362 #
2363 # SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2364 # directory.  It is intended to be invoked before any target specific stuff.
2365 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2366 # It is intended to be invoked last.
2367 #
2368 # The simulator's configure.ac should look like:
2369 #
2370 # dnl Process this file with autoconf to produce a configure script.
2371 # AC_PREREQ(2.64)dnl
2372 # AC_INIT(Makefile.in)
2373 # sinclude(../common/aclocal.m4)
2374 #
2375 # SIM_AC_COMMON
2376 #
2377 # ... target specific stuff ...
2378 #
2379 # SIM_AC_OUTPUT
2380
2381 # Include global overrides and fixes for Autoconf.
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408 # _AC_CHECK_DECL_BODY
2409 # -------------------
2410 # Shell function body for AC_CHECK_DECL.
2411 # _AC_CHECK_DECL_BODY
2412
2413 # _AC_CHECK_DECLS(SYMBOL, ACTION-IF_FOUND, ACTION-IF-NOT-FOUND,
2414 #                 INCLUDES)
2415 # -------------------------------------------------------------
2416 # Helper to AC_CHECK_DECLS, which generates the check for a single
2417 # SYMBOL with INCLUDES, performs the AC_DEFINE, then expands
2418 # ACTION-IF-FOUND or ACTION-IF-NOT-FOUND.
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
2431 #
2432 #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2433 #                 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2434 #   Written by Gordon Matzigkeit, 1996
2435 #
2436 # This file is free software; the Free Software Foundation gives
2437 # unlimited permission to copy and/or distribute it, with or without
2438 # modifications, as long as this notice is preserved.
2439
2440
2441
2442 # serial 56 LT_INIT
2443
2444
2445 # LT_PREREQ(VERSION)
2446 # ------------------
2447 # Complain and exit if this libtool version is less that VERSION.
2448
2449
2450
2451 # _LT_CHECK_BUILDDIR
2452 # ------------------
2453 # Complain if the absolute build directory name contains unusual characters
2454
2455
2456
2457 # LT_INIT([OPTIONS])
2458 # ------------------
2459 # LT_INIT
2460
2461 # Old names:
2462 # This is what autoupdate's m4 run will expand.  It fires
2463 # the warning (with _au_warn_XXX), outputs it into the
2464 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2465 # the replacement expansion.
2466
2467
2468 # This is an auxiliary macro that is also run when
2469 # autoupdate runs m4.  It simply calls m4_warning, but
2470 # we need a wrapper so that each warning is emitted only
2471 # once.  We break the quoting in m4_warning's argument in
2472 # order to expand this macro's arguments, not AU_DEFUN's.
2473
2474
2475 # Finally, this is the expansion that is picked up by
2476 # autoconf.  It tells the user to run autoupdate, and
2477 # then outputs the replacement expansion.  We do not care
2478 # about autoupdate's warning because that contains
2479 # information on what to do *after* running autoupdate.
2480
2481 # This is what autoupdate's m4 run will expand.  It fires
2482 # the warning (with _au_warn_XXX), outputs it into the
2483 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2484 # the replacement expansion.
2485
2486
2487 # This is an auxiliary macro that is also run when
2488 # autoupdate runs m4.  It simply calls m4_warning, but
2489 # we need a wrapper so that each warning is emitted only
2490 # once.  We break the quoting in m4_warning's argument in
2491 # order to expand this macro's arguments, not AU_DEFUN's.
2492
2493
2494 # Finally, this is the expansion that is picked up by
2495 # autoconf.  It tells the user to run autoupdate, and
2496 # then outputs the replacement expansion.  We do not care
2497 # about autoupdate's warning because that contains
2498 # information on what to do *after* running autoupdate.
2499
2500
2501
2502 # _LT_CC_BASENAME(CC)
2503 # -------------------
2504 # Calculate cc_basename.  Skip known compiler wrappers and cross-prefix.
2505
2506
2507
2508 # _LT_FILEUTILS_DEFAULTS
2509 # ----------------------
2510 # It is okay to use these file commands and assume they have been set
2511 # sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2512 # _LT_FILEUTILS_DEFAULTS
2513
2514
2515 # _LT_SETUP
2516 # ---------
2517 # _LT_SETUP
2518
2519
2520 # _LT_PREPARE_SED_QUOTE_VARS
2521 # --------------------------
2522 # Define a few sed substitution that help us do robust quoting.
2523
2524
2525 # _LT_PROG_LTMAIN
2526 # ---------------
2527 # Note that this code is called both from `configure', and `config.status'
2528 # now that we use AC_CONFIG_COMMANDS to generate libtool.  Notably,
2529 # `config.status' has no value for ac_aux_dir unless we are using Automake,
2530 # so we pass a copy along to make sure it has a sensible value anyway.
2531 # _LT_PROG_LTMAIN
2532
2533
2534 ## ------------------------------------- ##
2535 ## Accumulate code for creating libtool. ##
2536 ## ------------------------------------- ##
2537
2538 # So that we can recreate a full libtool script including additional
2539 # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2540 # in macros and then make a single call at the end using the `libtool'
2541 # label.
2542
2543
2544 # _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2545 # ----------------------------------------
2546 # Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
2547
2548
2549 # Initialize.
2550
2551
2552
2553 # _LT_CONFIG_LIBTOOL([COMMANDS])
2554 # ------------------------------
2555 # Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
2556
2557
2558 # Initialize.
2559
2560
2561
2562 # _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2563 # -----------------------------------------------------
2564
2565
2566
2567 # _LT_FORMAT_COMMENT([COMMENT])
2568 # -----------------------------
2569 # Add leading comment marks to the start of each line, and a trailing
2570 # full-stop to the whole comment if one is not present already.
2571
2572
2573
2574
2575 ## ------------------------ ##
2576 ## FIXME: Eliminate VARNAME ##
2577 ## ------------------------ ##
2578
2579
2580 # _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2581 # -------------------------------------------------------------------
2582 # CONFIGNAME is the name given to the value in the libtool script.
2583 # VARNAME is the (base) name used in the configure script.
2584 # VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2585 # VARNAME.  Any other value will be used directly.
2586
2587
2588
2589 # _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2590 # --------------------------------------------------------
2591
2592
2593
2594 # lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2595 # ------------------------------------------------
2596
2597
2598
2599 # _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2600 # ---------------------------------------------------------
2601
2602
2603
2604 # lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2605 # --------------------------------------------------
2606
2607
2608
2609 # lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2610 # ---------------------------------------------------
2611
2612
2613
2614 # lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2615 # ---------------------------------------------------
2616
2617
2618
2619
2620 # lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2621 # ------------------------------------------------
2622
2623
2624
2625
2626 # _LT_CONFIG_STATUS_DECLARE([VARNAME])
2627 # ------------------------------------
2628 # Quote a variable value, and forward it to `config.status' so that its
2629 # declaration there will have the same value as in `configure'.  VARNAME
2630 # must have a single quote delimited value for this to work.
2631
2632
2633
2634 # _LT_CONFIG_STATUS_DECLARATIONS
2635 # ------------------------------
2636 # We delimit libtool config variables with single quotes, so when
2637 # we write them to config.status, we have to be sure to quote all
2638 # embedded single quotes properly.  In configure, this macro expands
2639 # each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2640 #
2641 #    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
2642
2643
2644
2645 # _LT_LIBTOOL_TAGS
2646 # ----------------
2647 # Output comment and list of tags supported by the script
2648
2649
2650
2651 # _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2652 # -----------------------------------
2653 # Extract the dictionary values for VARNAME (optionally with TAG) and
2654 # expand to a commented shell variable setting:
2655 #
2656 #    # Some comment about what VAR is for.
2657 #    visible_name=$lt_internal_name
2658
2659
2660
2661 # _LT_LIBTOOL_CONFIG_VARS
2662 # -----------------------
2663 # Produce commented declarations of non-tagged libtool config variables
2664 # suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2665 # script.  Tagged libtool config variables (even for the LIBTOOL CONFIG
2666 # section) are produced by _LT_LIBTOOL_TAG_VARS.
2667
2668
2669
2670 # _LT_LIBTOOL_TAG_VARS(TAG)
2671 # -------------------------
2672
2673
2674
2675 # _LT_TAGVAR(VARNAME, [TAGNAME])
2676 # ------------------------------
2677
2678
2679
2680 # _LT_CONFIG_COMMANDS
2681 # -------------------
2682 # Send accumulated output to $CONFIG_STATUS.  Thanks to the lists of
2683 # variables for single and double quote escaping we saved from calls
2684 # to _LT_DECL, we can put quote escaped variables declarations
2685 # into `config.status', and then the shell code to quote escape them in
2686 # for loops in `config.status'.  Finally, any additional code accumulated
2687 # from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2688 #_LT_CONFIG_COMMANDS
2689
2690
2691 # Initialize.
2692
2693
2694 # _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2695 # ------------------------------------
2696 # Generate a child script FILE with all initialization necessary to
2697 # reuse the environment learned by the parent script, and make the
2698 # file executable.  If COMMENT is supplied, it is inserted after the
2699 # `#!' sequence but before initialization text begins.  After this
2700 # macro, additional text can be appended to FILE to form the body of
2701 # the child script.  The macro ends with non-zero status if the
2702 # file could not be fully written (such as if the disk is full).
2703 # _LT_GENERATED_FILE_INIT
2704
2705 # LT_OUTPUT
2706 # ---------
2707 # This macro allows early generation of the libtool script (before
2708 # AC_OUTPUT is called), incase it is used in configure for compilation
2709 # tests.
2710 # LT_OUTPUT
2711
2712
2713 # _LT_CONFIG(TAG)
2714 # ---------------
2715 # If TAG is the built-in tag, create an initial libtool script with a
2716 # default configuration from the untagged config vars.  Otherwise add code
2717 # to config.status for appending the configuration named by TAG from the
2718 # matching tagged config vars.
2719 # _LT_CONFIG
2720
2721
2722 # LT_SUPPORTED_TAG(TAG)
2723 # ---------------------
2724 # Trace this macro to discover what tags are supported by the libtool
2725 # --tag option, using:
2726 #    autoconf --trace 'LT_SUPPORTED_TAG:$1'
2727
2728
2729
2730 # C support is built-in for now
2731
2732
2733
2734
2735 # LT_LANG(LANG)
2736 # -------------
2737 # Enable libtool support for the given language if not already enabled.
2738 # LT_LANG
2739
2740
2741 # _LT_LANG(LANGNAME)
2742 # ------------------
2743 # _LT_LANG
2744
2745
2746 # _LT_LANG_DEFAULT_CONFIG
2747 # -----------------------
2748 # _LT_LANG_DEFAULT_CONFIG
2749
2750 # Obsolete macros:
2751 # This is what autoupdate's m4 run will expand.  It fires
2752 # the warning (with _au_warn_XXX), outputs it into the
2753 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2754 # the replacement expansion.
2755
2756
2757 # This is an auxiliary macro that is also run when
2758 # autoupdate runs m4.  It simply calls m4_warning, but
2759 # we need a wrapper so that each warning is emitted only
2760 # once.  We break the quoting in m4_warning's argument in
2761 # order to expand this macro's arguments, not AU_DEFUN's.
2762
2763
2764 # Finally, this is the expansion that is picked up by
2765 # autoconf.  It tells the user to run autoupdate, and
2766 # then outputs the replacement expansion.  We do not care
2767 # about autoupdate's warning because that contains
2768 # information on what to do *after* running autoupdate.
2769
2770 # This is what autoupdate's m4 run will expand.  It fires
2771 # the warning (with _au_warn_XXX), outputs it into the
2772 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2773 # the replacement expansion.
2774
2775
2776 # This is an auxiliary macro that is also run when
2777 # autoupdate runs m4.  It simply calls m4_warning, but
2778 # we need a wrapper so that each warning is emitted only
2779 # once.  We break the quoting in m4_warning's argument in
2780 # order to expand this macro's arguments, not AU_DEFUN's.
2781
2782
2783 # Finally, this is the expansion that is picked up by
2784 # autoconf.  It tells the user to run autoupdate, and
2785 # then outputs the replacement expansion.  We do not care
2786 # about autoupdate's warning because that contains
2787 # information on what to do *after* running autoupdate.
2788
2789 # This is what autoupdate's m4 run will expand.  It fires
2790 # the warning (with _au_warn_XXX), outputs it into the
2791 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2792 # the replacement expansion.
2793
2794
2795 # This is an auxiliary macro that is also run when
2796 # autoupdate runs m4.  It simply calls m4_warning, but
2797 # we need a wrapper so that each warning is emitted only
2798 # once.  We break the quoting in m4_warning's argument in
2799 # order to expand this macro's arguments, not AU_DEFUN's.
2800
2801
2802 # Finally, this is the expansion that is picked up by
2803 # autoconf.  It tells the user to run autoupdate, and
2804 # then outputs the replacement expansion.  We do not care
2805 # about autoupdate's warning because that contains
2806 # information on what to do *after* running autoupdate.
2807
2808 # This is what autoupdate's m4 run will expand.  It fires
2809 # the warning (with _au_warn_XXX), outputs it into the
2810 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2811 # the replacement expansion.
2812
2813
2814 # This is an auxiliary macro that is also run when
2815 # autoupdate runs m4.  It simply calls m4_warning, but
2816 # we need a wrapper so that each warning is emitted only
2817 # once.  We break the quoting in m4_warning's argument in
2818 # order to expand this macro's arguments, not AU_DEFUN's.
2819
2820
2821 # Finally, this is the expansion that is picked up by
2822 # autoconf.  It tells the user to run autoupdate, and
2823 # then outputs the replacement expansion.  We do not care
2824 # about autoupdate's warning because that contains
2825 # information on what to do *after* running autoupdate.
2826
2827 # This is what autoupdate's m4 run will expand.  It fires
2828 # the warning (with _au_warn_XXX), outputs it into the
2829 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2830 # the replacement expansion.
2831
2832
2833 # This is an auxiliary macro that is also run when
2834 # autoupdate runs m4.  It simply calls m4_warning, but
2835 # we need a wrapper so that each warning is emitted only
2836 # once.  We break the quoting in m4_warning's argument in
2837 # order to expand this macro's arguments, not AU_DEFUN's.
2838
2839
2840 # Finally, this is the expansion that is picked up by
2841 # autoconf.  It tells the user to run autoupdate, and
2842 # then outputs the replacement expansion.  We do not care
2843 # about autoupdate's warning because that contains
2844 # information on what to do *after* running autoupdate.
2845
2846
2847
2848 # _LT_TAG_COMPILER
2849 # ----------------
2850 # _LT_TAG_COMPILER
2851
2852
2853 # _LT_COMPILER_BOILERPLATE
2854 # ------------------------
2855 # Check for compiler boilerplate output or warnings with
2856 # the simple compiler test code.
2857 # _LT_COMPILER_BOILERPLATE
2858
2859
2860 # _LT_LINKER_BOILERPLATE
2861 # ----------------------
2862 # Check for linker boilerplate output or warnings with
2863 # the simple link test code.
2864 # _LT_LINKER_BOILERPLATE
2865
2866 # _LT_REQUIRED_DARWIN_CHECKS
2867 # -------------------------
2868
2869
2870
2871 # _LT_DARWIN_LINKER_FEATURES
2872 # --------------------------
2873 # Checks for linker and compiler features on darwin
2874
2875
2876 # _LT_SYS_MODULE_PATH_AIX
2877 # -----------------------
2878 # Links a minimal program and checks the executable
2879 # for the system default hardcoded library path. In most cases,
2880 # this is /usr/lib:/lib, but when the MPI compilers are used
2881 # the location of the communication and MPI libs are included too.
2882 # If we don't find anything, use the default library path according
2883 # to the aix ld manual.
2884 # _LT_SYS_MODULE_PATH_AIX
2885
2886
2887 # _LT_SHELL_INIT(ARG)
2888 # -------------------
2889 # _LT_SHELL_INIT
2890
2891
2892
2893 # _LT_PROG_ECHO_BACKSLASH
2894 # -----------------------
2895 # Find how we can fake an echo command that does not interpret backslash.
2896 # In particular, with Autoconf 2.60 or later we add some code to the start
2897 # of the generated configure script which will find a shell with a builtin
2898 # printf (which we can use as an echo command).
2899 # _LT_PROG_ECHO_BACKSLASH
2900
2901
2902 # _LT_ENABLE_LOCK
2903 # ---------------
2904 # _LT_ENABLE_LOCK
2905
2906
2907 # _LT_CMD_OLD_ARCHIVE
2908 # -------------------
2909 # _LT_CMD_OLD_ARCHIVE
2910
2911
2912 # _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2913 #               [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2914 # ----------------------------------------------------------------
2915 # Check whether the given compiler option works
2916 # _LT_COMPILER_OPTION
2917
2918 # Old name:
2919 # This is what autoupdate's m4 run will expand.  It fires
2920 # the warning (with _au_warn_XXX), outputs it into the
2921 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2922 # the replacement expansion.
2923
2924
2925 # This is an auxiliary macro that is also run when
2926 # autoupdate runs m4.  It simply calls m4_warning, but
2927 # we need a wrapper so that each warning is emitted only
2928 # once.  We break the quoting in m4_warning's argument in
2929 # order to expand this macro's arguments, not AU_DEFUN's.
2930
2931
2932 # Finally, this is the expansion that is picked up by
2933 # autoconf.  It tells the user to run autoupdate, and
2934 # then outputs the replacement expansion.  We do not care
2935 # about autoupdate's warning because that contains
2936 # information on what to do *after* running autoupdate.
2937
2938
2939
2940 # _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2941 #                  [ACTION-SUCCESS], [ACTION-FAILURE])
2942 # ----------------------------------------------------
2943 # Check whether the given linker option works
2944 # _LT_LINKER_OPTION
2945
2946 # Old name:
2947 # This is what autoupdate's m4 run will expand.  It fires
2948 # the warning (with _au_warn_XXX), outputs it into the
2949 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2950 # the replacement expansion.
2951
2952
2953 # This is an auxiliary macro that is also run when
2954 # autoupdate runs m4.  It simply calls m4_warning, but
2955 # we need a wrapper so that each warning is emitted only
2956 # once.  We break the quoting in m4_warning's argument in
2957 # order to expand this macro's arguments, not AU_DEFUN's.
2958
2959
2960 # Finally, this is the expansion that is picked up by
2961 # autoconf.  It tells the user to run autoupdate, and
2962 # then outputs the replacement expansion.  We do not care
2963 # about autoupdate's warning because that contains
2964 # information on what to do *after* running autoupdate.
2965
2966
2967
2968 # LT_CMD_MAX_LEN
2969 #---------------
2970 # LT_CMD_MAX_LEN
2971
2972 # Old name:
2973 # This is what autoupdate's m4 run will expand.  It fires
2974 # the warning (with _au_warn_XXX), outputs it into the
2975 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2976 # the replacement expansion.
2977
2978
2979 # This is an auxiliary macro that is also run when
2980 # autoupdate runs m4.  It simply calls m4_warning, but
2981 # we need a wrapper so that each warning is emitted only
2982 # once.  We break the quoting in m4_warning's argument in
2983 # order to expand this macro's arguments, not AU_DEFUN's.
2984
2985
2986 # Finally, this is the expansion that is picked up by
2987 # autoconf.  It tells the user to run autoupdate, and
2988 # then outputs the replacement expansion.  We do not care
2989 # about autoupdate's warning because that contains
2990 # information on what to do *after* running autoupdate.
2991
2992
2993
2994 # _LT_HEADER_DLFCN
2995 # ----------------
2996 # _LT_HEADER_DLFCN
2997
2998
2999 # _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
3000 #                      ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
3001 # ----------------------------------------------------------------
3002 # _LT_TRY_DLOPEN_SELF
3003
3004
3005 # LT_SYS_DLOPEN_SELF
3006 # ------------------
3007 # LT_SYS_DLOPEN_SELF
3008
3009 # Old name:
3010 # This is what autoupdate's m4 run will expand.  It fires
3011 # the warning (with _au_warn_XXX), outputs it into the
3012 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3013 # the replacement expansion.
3014
3015
3016 # This is an auxiliary macro that is also run when
3017 # autoupdate runs m4.  It simply calls m4_warning, but
3018 # we need a wrapper so that each warning is emitted only
3019 # once.  We break the quoting in m4_warning's argument in
3020 # order to expand this macro's arguments, not AU_DEFUN's.
3021
3022
3023 # Finally, this is the expansion that is picked up by
3024 # autoconf.  It tells the user to run autoupdate, and
3025 # then outputs the replacement expansion.  We do not care
3026 # about autoupdate's warning because that contains
3027 # information on what to do *after* running autoupdate.
3028
3029
3030
3031 # _LT_COMPILER_C_O([TAGNAME])
3032 # ---------------------------
3033 # Check to see if options -c and -o are simultaneously supported by compiler.
3034 # This macro does not hard code the compiler like AC_PROG_CC_C_O.
3035 # _LT_COMPILER_C_O
3036
3037
3038 # _LT_COMPILER_FILE_LOCKS([TAGNAME])
3039 # ----------------------------------
3040 # Check to see if we can do hard links to lock some files if needed
3041 # _LT_COMPILER_FILE_LOCKS
3042
3043
3044 # _LT_CHECK_OBJDIR
3045 # ----------------
3046 # _LT_CHECK_OBJDIR
3047
3048
3049 # _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
3050 # --------------------------------------
3051 # Check hardcoding attributes.
3052 # _LT_LINKER_HARDCODE_LIBPATH
3053
3054
3055 # _LT_CMD_STRIPLIB
3056 # ----------------
3057 # _LT_CMD_STRIPLIB
3058
3059
3060 # _LT_SYS_DYNAMIC_LINKER([TAG])
3061 # -----------------------------
3062 # PORTME Fill in your ld.so characteristics
3063 # _LT_SYS_DYNAMIC_LINKER
3064
3065
3066 # _LT_PATH_TOOL_PREFIX(TOOL)
3067 # --------------------------
3068 # find a file program which can recognize shared library
3069 # _LT_PATH_TOOL_PREFIX
3070
3071 # Old name:
3072 # This is what autoupdate's m4 run will expand.  It fires
3073 # the warning (with _au_warn_XXX), outputs it into the
3074 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3075 # the replacement expansion.
3076
3077
3078 # This is an auxiliary macro that is also run when
3079 # autoupdate runs m4.  It simply calls m4_warning, but
3080 # we need a wrapper so that each warning is emitted only
3081 # once.  We break the quoting in m4_warning's argument in
3082 # order to expand this macro's arguments, not AU_DEFUN's.
3083
3084
3085 # Finally, this is the expansion that is picked up by
3086 # autoconf.  It tells the user to run autoupdate, and
3087 # then outputs the replacement expansion.  We do not care
3088 # about autoupdate's warning because that contains
3089 # information on what to do *after* running autoupdate.
3090
3091
3092
3093 # _LT_PATH_MAGIC
3094 # --------------
3095 # find a file program which can recognize a shared library
3096 # _LT_PATH_MAGIC
3097
3098
3099 # LT_PATH_LD
3100 # ----------
3101 # find the pathname to the GNU or non-GNU linker
3102 # LT_PATH_LD
3103
3104 # Old names:
3105 # This is what autoupdate's m4 run will expand.  It fires
3106 # the warning (with _au_warn_XXX), outputs it into the
3107 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3108 # the replacement expansion.
3109
3110
3111 # This is an auxiliary macro that is also run when
3112 # autoupdate runs m4.  It simply calls m4_warning, but
3113 # we need a wrapper so that each warning is emitted only
3114 # once.  We break the quoting in m4_warning's argument in
3115 # order to expand this macro's arguments, not AU_DEFUN's.
3116
3117
3118 # Finally, this is the expansion that is picked up by
3119 # autoconf.  It tells the user to run autoupdate, and
3120 # then outputs the replacement expansion.  We do not care
3121 # about autoupdate's warning because that contains
3122 # information on what to do *after* running autoupdate.
3123
3124 # This is what autoupdate's m4 run will expand.  It fires
3125 # the warning (with _au_warn_XXX), outputs it into the
3126 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3127 # the replacement expansion.
3128
3129
3130 # This is an auxiliary macro that is also run when
3131 # autoupdate runs m4.  It simply calls m4_warning, but
3132 # we need a wrapper so that each warning is emitted only
3133 # once.  We break the quoting in m4_warning's argument in
3134 # order to expand this macro's arguments, not AU_DEFUN's.
3135
3136
3137 # Finally, this is the expansion that is picked up by
3138 # autoconf.  It tells the user to run autoupdate, and
3139 # then outputs the replacement expansion.  We do not care
3140 # about autoupdate's warning because that contains
3141 # information on what to do *after* running autoupdate.
3142
3143
3144
3145 # _LT_PATH_LD_GNU
3146 #- --------------
3147 # _LT_PATH_LD_GNU
3148
3149
3150 # _LT_CMD_RELOAD
3151 # --------------
3152 # find reload flag for linker
3153 #   -- PORTME Some linkers may need a different reload flag.
3154 # _LT_CMD_RELOAD
3155
3156
3157 # _LT_CHECK_MAGIC_METHOD
3158 # ----------------------
3159 # how to check for library dependencies
3160 #  -- PORTME fill in with the dynamic library characteristics
3161 # _LT_CHECK_MAGIC_METHOD
3162
3163
3164 # LT_PATH_NM
3165 # ----------
3166 # find the pathname to a BSD- or MS-compatible name lister
3167 # LT_PATH_NM
3168
3169 # Old names:
3170 # This is what autoupdate's m4 run will expand.  It fires
3171 # the warning (with _au_warn_XXX), outputs it into the
3172 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3173 # the replacement expansion.
3174
3175
3176 # This is an auxiliary macro that is also run when
3177 # autoupdate runs m4.  It simply calls m4_warning, but
3178 # we need a wrapper so that each warning is emitted only
3179 # once.  We break the quoting in m4_warning's argument in
3180 # order to expand this macro's arguments, not AU_DEFUN's.
3181
3182
3183 # Finally, this is the expansion that is picked up by
3184 # autoconf.  It tells the user to run autoupdate, and
3185 # then outputs the replacement expansion.  We do not care
3186 # about autoupdate's warning because that contains
3187 # information on what to do *after* running autoupdate.
3188
3189 # This is what autoupdate's m4 run will expand.  It fires
3190 # the warning (with _au_warn_XXX), outputs it into the
3191 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3192 # the replacement expansion.
3193
3194
3195 # This is an auxiliary macro that is also run when
3196 # autoupdate runs m4.  It simply calls m4_warning, but
3197 # we need a wrapper so that each warning is emitted only
3198 # once.  We break the quoting in m4_warning's argument in
3199 # order to expand this macro's arguments, not AU_DEFUN's.
3200
3201
3202 # Finally, this is the expansion that is picked up by
3203 # autoconf.  It tells the user to run autoupdate, and
3204 # then outputs the replacement expansion.  We do not care
3205 # about autoupdate's warning because that contains
3206 # information on what to do *after* running autoupdate.
3207
3208
3209
3210 # LT_LIB_M
3211 # --------
3212 # check for math library
3213 # LT_LIB_M
3214
3215 # Old name:
3216 # This is what autoupdate's m4 run will expand.  It fires
3217 # the warning (with _au_warn_XXX), outputs it into the
3218 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3219 # the replacement expansion.
3220
3221
3222 # This is an auxiliary macro that is also run when
3223 # autoupdate runs m4.  It simply calls m4_warning, but
3224 # we need a wrapper so that each warning is emitted only
3225 # once.  We break the quoting in m4_warning's argument in
3226 # order to expand this macro's arguments, not AU_DEFUN's.
3227
3228
3229 # Finally, this is the expansion that is picked up by
3230 # autoconf.  It tells the user to run autoupdate, and
3231 # then outputs the replacement expansion.  We do not care
3232 # about autoupdate's warning because that contains
3233 # information on what to do *after* running autoupdate.
3234
3235
3236
3237 # _LT_COMPILER_NO_RTTI([TAGNAME])
3238 # -------------------------------
3239 # _LT_COMPILER_NO_RTTI
3240
3241
3242 # _LT_CMD_GLOBAL_SYMBOLS
3243 # ----------------------
3244  # _LT_CMD_GLOBAL_SYMBOLS
3245
3246
3247 # _LT_COMPILER_PIC([TAGNAME])
3248 # ---------------------------
3249 # _LT_COMPILER_PIC
3250
3251
3252 # _LT_LINKER_SHLIBS([TAGNAME])
3253 # ----------------------------
3254 # See if the linker supports building shared libraries.
3255 # _LT_LINKER_SHLIBS
3256
3257
3258 # _LT_LANG_C_CONFIG([TAG])
3259 # ------------------------
3260 # Ensure that the configuration variables for a C compiler are suitably
3261 # defined.  These variables are subsequently used by _LT_CONFIG to write
3262 # the compiler configuration to `libtool'.
3263 # _LT_LANG_C_CONFIG
3264
3265
3266 # _LT_LANG_CXX_CONFIG([TAG])
3267 # --------------------------
3268 # Ensure that the configuration variables for a C++ compiler are suitably
3269 # defined.  These variables are subsequently used by _LT_CONFIG to write
3270 # the compiler configuration to `libtool'.
3271 # _LT_LANG_CXX_CONFIG
3272
3273
3274 # _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3275 # ---------------------------------
3276 # Figure out "hidden" library dependencies from verbose
3277 # compiler output when linking a shared library.
3278 # Parse the compiler output and extract the necessary
3279 # objects, libraries and library flags.
3280 # _LT_SYS_HIDDEN_LIBDEPS
3281
3282
3283 # _LT_LANG_F77_CONFIG([TAG])
3284 # --------------------------
3285 # Ensure that the configuration variables for a Fortran 77 compiler are
3286 # suitably defined.  These variables are subsequently used by _LT_CONFIG
3287 # to write the compiler configuration to `libtool'.
3288 # _LT_LANG_F77_CONFIG
3289
3290
3291 # _LT_LANG_FC_CONFIG([TAG])
3292 # -------------------------
3293 # Ensure that the configuration variables for a Fortran compiler are
3294 # suitably defined.  These variables are subsequently used by _LT_CONFIG
3295 # to write the compiler configuration to `libtool'.
3296 # _LT_LANG_FC_CONFIG
3297
3298
3299 # _LT_LANG_GCJ_CONFIG([TAG])
3300 # --------------------------
3301 # Ensure that the configuration variables for the GNU Java Compiler compiler
3302 # are suitably defined.  These variables are subsequently used by _LT_CONFIG
3303 # to write the compiler configuration to `libtool'.
3304 # _LT_LANG_GCJ_CONFIG
3305
3306
3307 # _LT_LANG_RC_CONFIG([TAG])
3308 # -------------------------
3309 # Ensure that the configuration variables for the Windows resource compiler
3310 # are suitably defined.  These variables are subsequently used by _LT_CONFIG
3311 # to write the compiler configuration to `libtool'.
3312 # _LT_LANG_RC_CONFIG
3313
3314
3315 # LT_PROG_GCJ
3316 # -----------
3317
3318
3319 # Old name:
3320 # This is what autoupdate's m4 run will expand.  It fires
3321 # the warning (with _au_warn_XXX), outputs it into the
3322 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3323 # the replacement expansion.
3324
3325
3326 # This is an auxiliary macro that is also run when
3327 # autoupdate runs m4.  It simply calls m4_warning, but
3328 # we need a wrapper so that each warning is emitted only
3329 # once.  We break the quoting in m4_warning's argument in
3330 # order to expand this macro's arguments, not AU_DEFUN's.
3331
3332
3333 # Finally, this is the expansion that is picked up by
3334 # autoconf.  It tells the user to run autoupdate, and
3335 # then outputs the replacement expansion.  We do not care
3336 # about autoupdate's warning because that contains
3337 # information on what to do *after* running autoupdate.
3338
3339
3340
3341 # LT_PROG_RC
3342 # ----------
3343
3344
3345 # Old name:
3346 # This is what autoupdate's m4 run will expand.  It fires
3347 # the warning (with _au_warn_XXX), outputs it into the
3348 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3349 # the replacement expansion.
3350
3351
3352 # This is an auxiliary macro that is also run when
3353 # autoupdate runs m4.  It simply calls m4_warning, but
3354 # we need a wrapper so that each warning is emitted only
3355 # once.  We break the quoting in m4_warning's argument in
3356 # order to expand this macro's arguments, not AU_DEFUN's.
3357
3358
3359 # Finally, this is the expansion that is picked up by
3360 # autoconf.  It tells the user to run autoupdate, and
3361 # then outputs the replacement expansion.  We do not care
3362 # about autoupdate's warning because that contains
3363 # information on what to do *after* running autoupdate.
3364
3365
3366
3367 # _LT_DECL_EGREP
3368 # --------------
3369 # If we don't have a new enough Autoconf to choose the best grep
3370 # available, choose the one first in the user's PATH.
3371
3372
3373
3374 # _LT_DECL_OBJDUMP
3375 # --------------
3376 # If we don't have a new enough Autoconf to choose the best objdump
3377 # available, choose the one first in the user's PATH.
3378
3379
3380
3381 # _LT_DECL_SED
3382 # ------------
3383 # Check for a fully-functional sed program, that truncates
3384 # as few characters as possible.  Prefer GNU sed if found.
3385 # _LT_DECL_SED
3386
3387 #m4_ifndef
3388
3389 # Old name:
3390 # This is what autoupdate's m4 run will expand.  It fires
3391 # the warning (with _au_warn_XXX), outputs it into the
3392 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3393 # the replacement expansion.
3394
3395
3396 # This is an auxiliary macro that is also run when
3397 # autoupdate runs m4.  It simply calls m4_warning, but
3398 # we need a wrapper so that each warning is emitted only
3399 # once.  We break the quoting in m4_warning's argument in
3400 # order to expand this macro's arguments, not AU_DEFUN's.
3401
3402
3403 # Finally, this is the expansion that is picked up by
3404 # autoconf.  It tells the user to run autoupdate, and
3405 # then outputs the replacement expansion.  We do not care
3406 # about autoupdate's warning because that contains
3407 # information on what to do *after* running autoupdate.
3408
3409
3410
3411 # _LT_CHECK_SHELL_FEATURES
3412 # ------------------------
3413 # Find out whether the shell is Bourne or XSI compatible,
3414 # or has some other useful features.
3415 # _LT_CHECK_SHELL_FEATURES
3416
3417
3418 # _LT_PROG_XSI_SHELLFNS
3419 # ---------------------
3420 # Bourne and XSI compatible variants of some useful shell functions.
3421
3422
3423 # Helper functions for option handling.                    -*- Autoconf -*-
3424 #
3425 #   Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3426 #   Inc.
3427 #   Written by Gary V. Vaughan, 2004
3428 #
3429 # This file is free software; the Free Software Foundation gives
3430 # unlimited permission to copy and/or distribute it, with or without
3431 # modifications, as long as this notice is preserved.
3432
3433 # serial 6 ltoptions.m4
3434
3435 # This is to help aclocal find these macros, as it can't see m4_define.
3436
3437
3438
3439 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3440 # ------------------------------------------
3441
3442
3443
3444 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3445 # ---------------------------------------
3446 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3447 # matching handler defined, dispatch to it.  Other OPTION-NAMEs are
3448 # saved as a flag.
3449
3450
3451
3452 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3453 # ------------------------------------------------------------
3454 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3455
3456
3457
3458 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3459 # -------------------------------------------------------
3460 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3461 # are set.
3462
3463
3464
3465 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3466 # ----------------------------------------
3467 # OPTION-LIST is a space-separated list of Libtool options associated
3468 # with MACRO-NAME.  If any OPTION has a matching handler declared with
3469 # LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3470 # the unknown option and exit.
3471 # _LT_SET_OPTIONS
3472
3473
3474 ## --------------------------------- ##
3475 ## Macros to handle LT_INIT options. ##
3476 ## --------------------------------- ##
3477
3478 # _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3479 # -----------------------------------------
3480
3481
3482
3483 # LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3484 # -----------------------------------------------
3485 # LT_OPTION_DEFINE
3486
3487
3488 # dlopen
3489 # ------
3490
3491
3492 # This is what autoupdate's m4 run will expand.  It fires
3493 # the warning (with _au_warn_XXX), outputs it into the
3494 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3495 # the replacement expansion.
3496
3497
3498 # This is an auxiliary macro that is also run when
3499 # autoupdate runs m4.  It simply calls m4_warning, but
3500 # we need a wrapper so that each warning is emitted only
3501 # once.  We break the quoting in m4_warning's argument in
3502 # order to expand this macro's arguments, not AU_DEFUN's.
3503
3504
3505 # Finally, this is the expansion that is picked up by
3506 # autoconf.  It tells the user to run autoupdate, and
3507 # then outputs the replacement expansion.  We do not care
3508 # about autoupdate's warning because that contains
3509 # information on what to do *after* running autoupdate.
3510
3511
3512
3513
3514 # win32-dll
3515 # ---------
3516 # Declare package support for building win32 dll's.
3517 # win32-dll
3518
3519 # This is what autoupdate's m4 run will expand.  It fires
3520 # the warning (with _au_warn_XXX), outputs it into the
3521 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3522 # the replacement expansion.
3523
3524
3525 # This is an auxiliary macro that is also run when
3526 # autoupdate runs m4.  It simply calls m4_warning, but
3527 # we need a wrapper so that each warning is emitted only
3528 # once.  We break the quoting in m4_warning's argument in
3529 # order to expand this macro's arguments, not AU_DEFUN's.
3530
3531
3532 # Finally, this is the expansion that is picked up by
3533 # autoconf.  It tells the user to run autoupdate, and
3534 # then outputs the replacement expansion.  We do not care
3535 # about autoupdate's warning because that contains
3536 # information on what to do *after* running autoupdate.
3537
3538
3539
3540
3541 # _LT_ENABLE_SHARED([DEFAULT])
3542 # ----------------------------
3543 # implement the --enable-shared flag, and supports the `shared' and
3544 # `disable-shared' LT_INIT options.
3545 # DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
3546 # _LT_ENABLE_SHARED
3547
3548
3549
3550
3551 # Old names:
3552
3553
3554
3555
3556 # This is what autoupdate's m4 run will expand.  It fires
3557 # the warning (with _au_warn_XXX), outputs it into the
3558 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3559 # the replacement expansion.
3560
3561
3562 # This is an auxiliary macro that is also run when
3563 # autoupdate runs m4.  It simply calls m4_warning, but
3564 # we need a wrapper so that each warning is emitted only
3565 # once.  We break the quoting in m4_warning's argument in
3566 # order to expand this macro's arguments, not AU_DEFUN's.
3567
3568
3569 # Finally, this is the expansion that is picked up by
3570 # autoconf.  It tells the user to run autoupdate, and
3571 # then outputs the replacement expansion.  We do not care
3572 # about autoupdate's warning because that contains
3573 # information on what to do *after* running autoupdate.
3574
3575 # This is what autoupdate's m4 run will expand.  It fires
3576 # the warning (with _au_warn_XXX), outputs it into the
3577 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3578 # the replacement expansion.
3579
3580
3581 # This is an auxiliary macro that is also run when
3582 # autoupdate runs m4.  It simply calls m4_warning, but
3583 # we need a wrapper so that each warning is emitted only
3584 # once.  We break the quoting in m4_warning's argument in
3585 # order to expand this macro's arguments, not AU_DEFUN's.
3586
3587
3588 # Finally, this is the expansion that is picked up by
3589 # autoconf.  It tells the user to run autoupdate, and
3590 # then outputs the replacement expansion.  We do not care
3591 # about autoupdate's warning because that contains
3592 # information on what to do *after* running autoupdate.
3593
3594
3595
3596
3597
3598 # _LT_ENABLE_STATIC([DEFAULT])
3599 # ----------------------------
3600 # implement the --enable-static flag, and support the `static' and
3601 # `disable-static' LT_INIT options.
3602 # DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
3603 # _LT_ENABLE_STATIC
3604
3605
3606
3607
3608 # Old names:
3609
3610
3611
3612
3613 # This is what autoupdate's m4 run will expand.  It fires
3614 # the warning (with _au_warn_XXX), outputs it into the
3615 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3616 # the replacement expansion.
3617
3618
3619 # This is an auxiliary macro that is also run when
3620 # autoupdate runs m4.  It simply calls m4_warning, but
3621 # we need a wrapper so that each warning is emitted only
3622 # once.  We break the quoting in m4_warning's argument in
3623 # order to expand this macro's arguments, not AU_DEFUN's.
3624
3625
3626 # Finally, this is the expansion that is picked up by
3627 # autoconf.  It tells the user to run autoupdate, and
3628 # then outputs the replacement expansion.  We do not care
3629 # about autoupdate's warning because that contains
3630 # information on what to do *after* running autoupdate.
3631
3632 # This is what autoupdate's m4 run will expand.  It fires
3633 # the warning (with _au_warn_XXX), outputs it into the
3634 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3635 # the replacement expansion.
3636
3637
3638 # This is an auxiliary macro that is also run when
3639 # autoupdate runs m4.  It simply calls m4_warning, but
3640 # we need a wrapper so that each warning is emitted only
3641 # once.  We break the quoting in m4_warning's argument in
3642 # order to expand this macro's arguments, not AU_DEFUN's.
3643
3644
3645 # Finally, this is the expansion that is picked up by
3646 # autoconf.  It tells the user to run autoupdate, and
3647 # then outputs the replacement expansion.  We do not care
3648 # about autoupdate's warning because that contains
3649 # information on what to do *after* running autoupdate.
3650
3651
3652
3653
3654
3655 # _LT_ENABLE_FAST_INSTALL([DEFAULT])
3656 # ----------------------------------
3657 # implement the --enable-fast-install flag, and support the `fast-install'
3658 # and `disable-fast-install' LT_INIT options.
3659 # DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
3660 # _LT_ENABLE_FAST_INSTALL
3661
3662
3663
3664
3665 # Old names:
3666 # This is what autoupdate's m4 run will expand.  It fires
3667 # the warning (with _au_warn_XXX), outputs it into the
3668 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3669 # the replacement expansion.
3670
3671
3672 # This is an auxiliary macro that is also run when
3673 # autoupdate runs m4.  It simply calls m4_warning, but
3674 # we need a wrapper so that each warning is emitted only
3675 # once.  We break the quoting in m4_warning's argument in
3676 # order to expand this macro's arguments, not AU_DEFUN's.
3677
3678
3679 # Finally, this is the expansion that is picked up by
3680 # autoconf.  It tells the user to run autoupdate, and
3681 # then outputs the replacement expansion.  We do not care
3682 # about autoupdate's warning because that contains
3683 # information on what to do *after* running autoupdate.
3684
3685
3686 # This is what autoupdate's m4 run will expand.  It fires
3687 # the warning (with _au_warn_XXX), outputs it into the
3688 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3689 # the replacement expansion.
3690
3691
3692 # This is an auxiliary macro that is also run when
3693 # autoupdate runs m4.  It simply calls m4_warning, but
3694 # we need a wrapper so that each warning is emitted only
3695 # once.  We break the quoting in m4_warning's argument in
3696 # order to expand this macro's arguments, not AU_DEFUN's.
3697
3698
3699 # Finally, this is the expansion that is picked up by
3700 # autoconf.  It tells the user to run autoupdate, and
3701 # then outputs the replacement expansion.  We do not care
3702 # about autoupdate's warning because that contains
3703 # information on what to do *after* running autoupdate.
3704
3705
3706
3707
3708 # _LT_WITH_PIC([MODE])
3709 # --------------------
3710 # implement the --with-pic flag, and support the `pic-only' and `no-pic'
3711 # LT_INIT options.
3712 # MODE is either `yes' or `no'.  If omitted, it defaults to `both'.
3713 # _LT_WITH_PIC
3714
3715
3716
3717
3718 # Old name:
3719 # This is what autoupdate's m4 run will expand.  It fires
3720 # the warning (with _au_warn_XXX), outputs it into the
3721 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3722 # the replacement expansion.
3723
3724
3725 # This is an auxiliary macro that is also run when
3726 # autoupdate runs m4.  It simply calls m4_warning, but
3727 # we need a wrapper so that each warning is emitted only
3728 # once.  We break the quoting in m4_warning's argument in
3729 # order to expand this macro's arguments, not AU_DEFUN's.
3730
3731
3732 # Finally, this is the expansion that is picked up by
3733 # autoconf.  It tells the user to run autoupdate, and
3734 # then outputs the replacement expansion.  We do not care
3735 # about autoupdate's warning because that contains
3736 # information on what to do *after* running autoupdate.
3737
3738
3739
3740 ## ----------------- ##
3741 ## LTDL_INIT Options ##
3742 ## ----------------- ##
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753 # ltsugar.m4 -- libtool m4 base layer.                         -*-Autoconf-*-
3754 #
3755 # Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3756 # Written by Gary V. Vaughan, 2004
3757 #
3758 # This file is free software; the Free Software Foundation gives
3759 # unlimited permission to copy and/or distribute it, with or without
3760 # modifications, as long as this notice is preserved.
3761
3762 # serial 6 ltsugar.m4
3763
3764 # This is to help aclocal find these macros, as it can't see m4_define.
3765
3766
3767
3768 # lt_join(SEP, ARG1, [ARG2...])
3769 # -----------------------------
3770 # Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3771 # associated separator.
3772 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3773 # versions in m4sugar had bugs.
3774
3775
3776
3777
3778 # lt_car(LIST)
3779 # lt_cdr(LIST)
3780 # ------------
3781 # Manipulate m4 lists.
3782 # These macros are necessary as long as will still need to support
3783 # Autoconf-2.59 which quotes differently.
3784
3785
3786
3787
3788
3789 # lt_append(MACRO-NAME, STRING, [SEPARATOR])
3790 # ------------------------------------------
3791 # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3792 # Note that neither SEPARATOR nor STRING are expanded; they are appended
3793 # to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3794 # No SEPARATOR is output if MACRO-NAME was previously undefined (different
3795 # than defined and empty).
3796 #
3797 # This macro is needed until we can rely on Autoconf 2.62, since earlier
3798 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3799
3800
3801
3802
3803 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3804 # ----------------------------------------------------------
3805 # Produce a SEP delimited list of all paired combinations of elements of
3806 # PREFIX-LIST with SUFFIX1 through SUFFIXn.  Each element of the list
3807 # has the form PREFIXmINFIXSUFFIXn.
3808 # Needed until we can rely on m4_combine added in Autoconf 2.62.
3809
3810
3811
3812 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3813 # -----------------------------------------------------------------------
3814 # Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3815 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3816
3817
3818
3819 # lt_dict_add(DICT, KEY, VALUE)
3820 # -----------------------------
3821
3822
3823
3824 # lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3825 # --------------------------------------------
3826
3827
3828
3829 # lt_dict_fetch(DICT, KEY, [SUBKEY])
3830 # ----------------------------------
3831
3832
3833
3834 # lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3835 # -----------------------------------------------------------------
3836
3837
3838
3839 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3840 # --------------------------------------------------------------
3841
3842
3843 # ltversion.m4 -- version numbers                       -*- Autoconf -*-
3844 #
3845 #   Copyright (C) 2004 Free Software Foundation, Inc.
3846 #   Written by Scott James Remnant, 2004
3847 #
3848 # This file is free software; the Free Software Foundation gives
3849 # unlimited permission to copy and/or distribute it, with or without
3850 # modifications, as long as this notice is preserved.
3851
3852 # Generated from ltversion.in.
3853
3854 # serial 3134 ltversion.m4
3855 # This file is part of GNU Libtool
3856
3857
3858
3859
3860
3861
3862 # lt~obsolete.m4 -- aclocal satisfying obsolete definitions.    -*-Autoconf-*-
3863 #
3864 #   Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3865 #   Written by Scott James Remnant, 2004.
3866 #
3867 # This file is free software; the Free Software Foundation gives
3868 # unlimited permission to copy and/or distribute it, with or without
3869 # modifications, as long as this notice is preserved.
3870
3871 # serial 4 lt~obsolete.m4
3872
3873 # These exist entirely to fool aclocal when bootstrapping libtool.
3874 #
3875 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3876 # which have later been changed to m4_define as they aren't part of the
3877 # exported API, or moved to Autoconf or Automake where they belong.
3878 #
3879 # The trouble is, aclocal is a bit thick.  It'll see the old AC_DEFUN
3880 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3881 # using a macro with the same name in our local m4/libtool.m4 it'll
3882 # pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3883 # and doesn't know about Autoconf macros at all.)
3884 #
3885 # So we provide this file, which has a silly filename so it's always
3886 # included after everything else.  This provides aclocal with the
3887 # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3888 # because those macros already exist, or will be overwritten later.
3889 # We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3890 #
3891 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3892 # Yes, that means every name once taken will need to remain here until
3893 # we give up compatibility with versions before 1.7, at which point
3894 # we need to keep only those names which we still refer to.
3895
3896 # This is to help aclocal find these macros, as it can't see m4_define.
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961 ##                                                          -*- Autoconf -*-
3962
3963 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3964 # Free Software Foundation, Inc.
3965 #
3966 # This file is free software; the Free Software Foundation
3967 # gives unlimited permission to copy and/or distribute it,
3968 # with or without modifications, as long as this notice is preserved.
3969
3970 # serial 8
3971
3972 # Based on depend.m4 from automake 1.9, modified for standalone use in
3973 # an environment where GNU make is required.
3974
3975 # ZW_PROG_COMPILER_DEPENDENCIES
3976 # -----------------------------
3977 # Variant of _AM_DEPENDENCIES which just does the dependency probe and
3978 # sets fooDEPMODE accordingly.  Cache-variable compatible with
3979 # original; not side-effect compatible.  As the users of this macro
3980 # may require accurate dependencies for correct builds, it does *not*
3981 # honor --disable-dependency-checking, and failure to detect a usable
3982 # method is an error.  depcomp is assumed to be located in
3983 # $ac_aux_dir.
3984 #
3985 # FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3986
3987
3988
3989 # AM_SET_DEPDIR
3990 # -------------
3991 # Choose a directory name for dependency files.
3992
3993
3994 # ZW_CREATE_DEPDIR
3995 # ----------------
3996 # As AM_SET_DEPDIR, but also create the directory at config.status time.
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071 # intl sister-directory configuration rules.
4072 #
4073
4074 # The idea behind this macro is that there's no need to repeat all the
4075 # autoconf probes done by the intl directory - it's already done them
4076 # for us.  In fact, there's no need even to look at the cache for the
4077 # answers.  All we need to do is nab a few pieces of information.
4078 # The intl directory is set up to make this easy, by generating a
4079 # small file which can be sourced as a shell script; then we produce
4080 # the necessary substitutions and definitions for this directory.
4081
4082
4083
4084 # Autoconf M4 include file defining utility macros for complex Canadian
4085 # cross builds.
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095 ####
4096 # _NCN_TOOL_PREFIXES:  Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
4097 # or AC_INIT.
4098 # These demand that AC_CANONICAL_SYSTEM be called beforehand.
4099
4100 ####
4101 # NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4102 # Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
4103
4104
4105 ####
4106 # NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4107 # Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
4108
4109
4110
4111 # Backported from Autoconf 2.5x; can go away when and if
4112 # we switch.  Put the OS path separator in $PATH_SEPARATOR.
4113
4114
4115
4116
4117 # ACX_HAVE_GCC_FOR_TARGET
4118 # Check if the variable GCC_FOR_TARGET really points to a GCC binary.
4119
4120
4121 # ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
4122 # Searching for installed target binutils.  We need to take extra care,
4123 # else we may find the wrong assembler, linker, etc., and lose.
4124 #
4125 # First try --with-build-time-tools, if specified.
4126 #
4127 # For build != host, we ask the installed GCC for the name of the tool it
4128 # uses, and accept it if it is an absolute path.  This is because the
4129 # only good choice for a compiler is the same GCC version that is being
4130 # installed (or we couldn't make target libraries), and we assume that
4131 # on the host system we'll have not only the same GCC version, but also
4132 # the same binutils version.
4133 #
4134 # For build == host, search the same directories that the installed
4135 # compiler will search.  We used to do this for the assembler, linker,
4136 # and nm only; for simplicity of configuration, however, we extend this
4137 # criterion to tools (such as ar and ranlib) that are never invoked by
4138 # the compiler, to avoid mismatches.
4139 #
4140 # Also note we have to check MD_EXEC_PREFIX before checking the user's path
4141 # if build == target.  This makes the most sense only when bootstrapping,
4142 # but we also do so when build != host.  In this case, we hope that the
4143 # build and host systems will have similar contents of MD_EXEC_PREFIX.
4144 #
4145 # If we do not find a suitable binary, then try the user's path.
4146
4147
4148 ###
4149 # AC_PROG_CPP_WERROR
4150 # Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4151 # triggers warnings from the preprocessor.  Will be in autoconf 2.58.
4152 # For now, using this also overrides header checks to use only the
4153 # preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4154 # bit harder from here).
4155 # Eventually autoconf will default to checking headers with the compiler
4156 # instead, and we'll have to do this differently.
4157
4158 # AC_PROG_CPP_WERROR
4159
4160 # Test for GNAT.
4161 # We require the gnatbind & gnatmake programs, as well as a compiler driver
4162 # that understands Ada.  We use the user's CC setting, already found, and
4163 # possibly add $1 to the command-line parameters.
4164 #
4165 # Sets the shell variable have_gnat to yes or no as appropriate, and
4166 # substitutes GNATBIND and GNATMAKE.
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192 ac_ext=c
4193 ac_cpp='$CPP $CPPFLAGS'
4194 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4195 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4196 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4197 if test -n "$ac_tool_prefix"; then
4198   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4199 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4201 $as_echo_n "checking for $ac_word... " >&6; }
4202 if test "${ac_cv_prog_CC+set}" = set; then :
4203   $as_echo_n "(cached) " >&6
4204 else
4205   if test -n "$CC"; then
4206   ac_cv_prog_CC="$CC" # Let the user override the test.
4207 else
4208 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4209 for as_dir in $PATH
4210 do
4211   IFS=$as_save_IFS
4212   test -z "$as_dir" && as_dir=.
4213     for ac_exec_ext in '' $ac_executable_extensions; do
4214   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4215     ac_cv_prog_CC="${ac_tool_prefix}gcc"
4216     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4217     break 2
4218   fi
4219 done
4220   done
4221 IFS=$as_save_IFS
4222
4223 fi
4224 fi
4225 CC=$ac_cv_prog_CC
4226 if test -n "$CC"; then
4227   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4228 $as_echo "$CC" >&6; }
4229 else
4230   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4231 $as_echo "no" >&6; }
4232 fi
4233
4234
4235 fi
4236 if test -z "$ac_cv_prog_CC"; then
4237   ac_ct_CC=$CC
4238   # Extract the first word of "gcc", so it can be a program name with args.
4239 set dummy gcc; ac_word=$2
4240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4241 $as_echo_n "checking for $ac_word... " >&6; }
4242 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4243   $as_echo_n "(cached) " >&6
4244 else
4245   if test -n "$ac_ct_CC"; then
4246   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4247 else
4248 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4249 for as_dir in $PATH
4250 do
4251   IFS=$as_save_IFS
4252   test -z "$as_dir" && as_dir=.
4253     for ac_exec_ext in '' $ac_executable_extensions; do
4254   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4255     ac_cv_prog_ac_ct_CC="gcc"
4256     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4257     break 2
4258   fi
4259 done
4260   done
4261 IFS=$as_save_IFS
4262
4263 fi
4264 fi
4265 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4266 if test -n "$ac_ct_CC"; then
4267   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4268 $as_echo "$ac_ct_CC" >&6; }
4269 else
4270   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4271 $as_echo "no" >&6; }
4272 fi
4273
4274   if test "x$ac_ct_CC" = x; then
4275     CC=""
4276   else
4277     case $cross_compiling:$ac_tool_warned in
4278 yes:)
4279 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4280 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4281 ac_tool_warned=yes ;;
4282 esac
4283     CC=$ac_ct_CC
4284   fi
4285 else
4286   CC="$ac_cv_prog_CC"
4287 fi
4288
4289 if test -z "$CC"; then
4290           if test -n "$ac_tool_prefix"; then
4291     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4292 set dummy ${ac_tool_prefix}cc; ac_word=$2
4293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4294 $as_echo_n "checking for $ac_word... " >&6; }
4295 if test "${ac_cv_prog_CC+set}" = set; then :
4296   $as_echo_n "(cached) " >&6
4297 else
4298   if test -n "$CC"; then
4299   ac_cv_prog_CC="$CC" # Let the user override the test.
4300 else
4301 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4302 for as_dir in $PATH
4303 do
4304   IFS=$as_save_IFS
4305   test -z "$as_dir" && as_dir=.
4306     for ac_exec_ext in '' $ac_executable_extensions; do
4307   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4308     ac_cv_prog_CC="${ac_tool_prefix}cc"
4309     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4310     break 2
4311   fi
4312 done
4313   done
4314 IFS=$as_save_IFS
4315
4316 fi
4317 fi
4318 CC=$ac_cv_prog_CC
4319 if test -n "$CC"; then
4320   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4321 $as_echo "$CC" >&6; }
4322 else
4323   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4324 $as_echo "no" >&6; }
4325 fi
4326
4327
4328   fi
4329 fi
4330 if test -z "$CC"; then
4331   # Extract the first word of "cc", so it can be a program name with args.
4332 set dummy cc; ac_word=$2
4333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4334 $as_echo_n "checking for $ac_word... " >&6; }
4335 if test "${ac_cv_prog_CC+set}" = set; then :
4336   $as_echo_n "(cached) " >&6
4337 else
4338   if test -n "$CC"; then
4339   ac_cv_prog_CC="$CC" # Let the user override the test.
4340 else
4341   ac_prog_rejected=no
4342 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4343 for as_dir in $PATH
4344 do
4345   IFS=$as_save_IFS
4346   test -z "$as_dir" && as_dir=.
4347     for ac_exec_ext in '' $ac_executable_extensions; do
4348   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4349     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4350        ac_prog_rejected=yes
4351        continue
4352      fi
4353     ac_cv_prog_CC="cc"
4354     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4355     break 2
4356   fi
4357 done
4358   done
4359 IFS=$as_save_IFS
4360
4361 if test $ac_prog_rejected = yes; then
4362   # We found a bogon in the path, so make sure we never use it.
4363   set dummy $ac_cv_prog_CC
4364   shift
4365   if test $# != 0; then
4366     # We chose a different compiler from the bogus one.
4367     # However, it has the same basename, so the bogon will be chosen
4368     # first if we set CC to just the basename; use the full file name.
4369     shift
4370     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4371   fi
4372 fi
4373 fi
4374 fi
4375 CC=$ac_cv_prog_CC
4376 if test -n "$CC"; then
4377   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4378 $as_echo "$CC" >&6; }
4379 else
4380   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4381 $as_echo "no" >&6; }
4382 fi
4383
4384
4385 fi
4386 if test -z "$CC"; then
4387   if test -n "$ac_tool_prefix"; then
4388   for ac_prog in cl.exe
4389   do
4390     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4391 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4393 $as_echo_n "checking for $ac_word... " >&6; }
4394 if test "${ac_cv_prog_CC+set}" = set; then :
4395   $as_echo_n "(cached) " >&6
4396 else
4397   if test -n "$CC"; then
4398   ac_cv_prog_CC="$CC" # Let the user override the test.
4399 else
4400 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4401 for as_dir in $PATH
4402 do
4403   IFS=$as_save_IFS
4404   test -z "$as_dir" && as_dir=.
4405     for ac_exec_ext in '' $ac_executable_extensions; do
4406   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4407     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4408     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4409     break 2
4410   fi
4411 done
4412   done
4413 IFS=$as_save_IFS
4414
4415 fi
4416 fi
4417 CC=$ac_cv_prog_CC
4418 if test -n "$CC"; then
4419   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4420 $as_echo "$CC" >&6; }
4421 else
4422   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4423 $as_echo "no" >&6; }
4424 fi
4425
4426
4427     test -n "$CC" && break
4428   done
4429 fi
4430 if test -z "$CC"; then
4431   ac_ct_CC=$CC
4432   for ac_prog in cl.exe
4433 do
4434   # Extract the first word of "$ac_prog", so it can be a program name with args.
4435 set dummy $ac_prog; ac_word=$2
4436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4437 $as_echo_n "checking for $ac_word... " >&6; }
4438 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4439   $as_echo_n "(cached) " >&6
4440 else
4441   if test -n "$ac_ct_CC"; then
4442   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4443 else
4444 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4445 for as_dir in $PATH
4446 do
4447   IFS=$as_save_IFS
4448   test -z "$as_dir" && as_dir=.
4449     for ac_exec_ext in '' $ac_executable_extensions; do
4450   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4451     ac_cv_prog_ac_ct_CC="$ac_prog"
4452     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4453     break 2
4454   fi
4455 done
4456   done
4457 IFS=$as_save_IFS
4458
4459 fi
4460 fi
4461 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4462 if test -n "$ac_ct_CC"; then
4463   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4464 $as_echo "$ac_ct_CC" >&6; }
4465 else
4466   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4467 $as_echo "no" >&6; }
4468 fi
4469
4470
4471   test -n "$ac_ct_CC" && break
4472 done
4473
4474   if test "x$ac_ct_CC" = x; then
4475     CC=""
4476   else
4477     case $cross_compiling:$ac_tool_warned in
4478 yes:)
4479 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4480 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4481 ac_tool_warned=yes ;;
4482 esac
4483     CC=$ac_ct_CC
4484   fi
4485 fi
4486
4487 fi
4488
4489
4490 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4491 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4492 as_fn_error "no acceptable C compiler found in \$PATH
4493 See \`config.log' for more details." "$LINENO" 5; }
4494
4495 # Provide some information about the compiler.
4496 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4497 set X $ac_compile
4498 ac_compiler=$2
4499 for ac_option in --version -v -V -qversion; do
4500   { { ac_try="$ac_compiler $ac_option >&5"
4501 case "(($ac_try" in
4502   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4503   *) ac_try_echo=$ac_try;;
4504 esac
4505 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4506 $as_echo "$ac_try_echo"; } >&5
4507   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4508   ac_status=$?
4509   if test -s conftest.err; then
4510     sed '10a\
4511 ... rest of stderr output deleted ...
4512          10q' conftest.err >conftest.er1
4513     cat conftest.er1 >&5
4514     rm -f conftest.er1 conftest.err
4515   fi
4516   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4517   test $ac_status = 0; }
4518 done
4519
4520 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4521 /* end confdefs.h.  */
4522
4523 int
4524 main ()
4525 {
4526
4527   ;
4528   return 0;
4529 }
4530 _ACEOF
4531 ac_clean_files_save=$ac_clean_files
4532 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4533 # Try to create an executable without -o first, disregard a.out.
4534 # It will help us diagnose broken compilers, and finding out an intuition
4535 # of exeext.
4536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4537 $as_echo_n "checking for C compiler default output file name... " >&6; }
4538 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4539
4540 # The possible output files:
4541 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4542
4543 ac_rmfiles=
4544 for ac_file in $ac_files
4545 do
4546   case $ac_file in
4547     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4548     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4549   esac
4550 done
4551 rm -f $ac_rmfiles
4552
4553 if { { ac_try="$ac_link_default"
4554 case "(($ac_try" in
4555   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4556   *) ac_try_echo=$ac_try;;
4557 esac
4558 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4559 $as_echo "$ac_try_echo"; } >&5
4560   (eval "$ac_link_default") 2>&5
4561   ac_status=$?
4562   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4563   test $ac_status = 0; }; then :
4564   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4565 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4566 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
4567 # so that the user can short-circuit this test for compilers unknown to
4568 # Autoconf.
4569 for ac_file in $ac_files ''
4570 do
4571   test -f "$ac_file" || continue
4572   case $ac_file in
4573     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4574         ;;
4575     [ab].out )
4576         # We found the default executable, but exeext='' is most
4577         # certainly right.
4578         break;;
4579     *.* )
4580         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4581         then :; else
4582            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4583         fi
4584         # We set ac_cv_exeext here because the later test for it is not
4585         # safe: cross compilers may not add the suffix if given an `-o'
4586         # argument, so we may need to know it at that point already.
4587         # Even if this section looks crufty: it has the advantage of
4588         # actually working.
4589         break;;
4590     * )
4591         break;;
4592   esac
4593 done
4594 test "$ac_cv_exeext" = no && ac_cv_exeext=
4595
4596 else
4597   ac_file=''
4598 fi
4599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4600 $as_echo "$ac_file" >&6; }
4601 if test -z "$ac_file"; then :
4602   $as_echo "$as_me: failed program was:" >&5
4603 sed 's/^/| /' conftest.$ac_ext >&5
4604
4605 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4606 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4607 { as_fn_set_status 77
4608 as_fn_error "C compiler cannot create executables
4609 See \`config.log' for more details." "$LINENO" 5; }; }
4610 fi
4611 ac_exeext=$ac_cv_exeext
4612
4613 # Check that the compiler produces executables we can run.  If not, either
4614 # the compiler is broken, or we cross compile.
4615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4616 $as_echo_n "checking whether the C compiler works... " >&6; }
4617 # If not cross compiling, check that we can run a simple program.
4618 if test "$cross_compiling" != yes; then
4619   if { ac_try='./$ac_file'
4620   { { case "(($ac_try" in
4621   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4622   *) ac_try_echo=$ac_try;;
4623 esac
4624 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4625 $as_echo "$ac_try_echo"; } >&5
4626   (eval "$ac_try") 2>&5
4627   ac_status=$?
4628   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4629   test $ac_status = 0; }; }; then
4630     cross_compiling=no
4631   else
4632     if test "$cross_compiling" = maybe; then
4633         cross_compiling=yes
4634     else
4635         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4636 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4637 as_fn_error "cannot run C compiled programs.
4638 If you meant to cross compile, use \`--host'.
4639 See \`config.log' for more details." "$LINENO" 5; }
4640     fi
4641   fi
4642 fi
4643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4644 $as_echo "yes" >&6; }
4645
4646 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4647 ac_clean_files=$ac_clean_files_save
4648 # Check that the compiler produces executables we can run.  If not, either
4649 # the compiler is broken, or we cross compile.
4650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4651 $as_echo_n "checking whether we are cross compiling... " >&6; }
4652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4653 $as_echo "$cross_compiling" >&6; }
4654
4655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4656 $as_echo_n "checking for suffix of executables... " >&6; }
4657 if { { ac_try="$ac_link"
4658 case "(($ac_try" in
4659   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4660   *) ac_try_echo=$ac_try;;
4661 esac
4662 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4663 $as_echo "$ac_try_echo"; } >&5
4664   (eval "$ac_link") 2>&5
4665   ac_status=$?
4666   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4667   test $ac_status = 0; }; then :
4668   # If both `conftest.exe' and `conftest' are `present' (well, observable)
4669 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
4670 # work properly (i.e., refer to `conftest.exe'), while it won't with
4671 # `rm'.
4672 for ac_file in conftest.exe conftest conftest.*; do
4673   test -f "$ac_file" || continue
4674   case $ac_file in
4675     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4676     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4677           break;;
4678     * ) break;;
4679   esac
4680 done
4681 else
4682   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4683 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4684 as_fn_error "cannot compute suffix of executables: cannot compile and link
4685 See \`config.log' for more details." "$LINENO" 5; }
4686 fi
4687 rm -f conftest$ac_cv_exeext
4688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4689 $as_echo "$ac_cv_exeext" >&6; }
4690
4691 rm -f conftest.$ac_ext
4692 EXEEXT=$ac_cv_exeext
4693 ac_exeext=$EXEEXT
4694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4695 $as_echo_n "checking for suffix of object files... " >&6; }
4696 if test "${ac_cv_objext+set}" = set; then :
4697   $as_echo_n "(cached) " >&6
4698 else
4699   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4700 /* end confdefs.h.  */
4701
4702 int
4703 main ()
4704 {
4705
4706   ;
4707   return 0;
4708 }
4709 _ACEOF
4710 rm -f conftest.o conftest.obj
4711 if { { ac_try="$ac_compile"
4712 case "(($ac_try" in
4713   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4714   *) ac_try_echo=$ac_try;;
4715 esac
4716 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4717 $as_echo "$ac_try_echo"; } >&5
4718   (eval "$ac_compile") 2>&5
4719   ac_status=$?
4720   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4721   test $ac_status = 0; }; then :
4722   for ac_file in conftest.o conftest.obj conftest.*; do
4723   test -f "$ac_file" || continue;
4724   case $ac_file in
4725     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4726     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4727        break;;
4728   esac
4729 done
4730 else
4731   $as_echo "$as_me: failed program was:" >&5
4732 sed 's/^/| /' conftest.$ac_ext >&5
4733
4734 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4735 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4736 as_fn_error "cannot compute suffix of object files: cannot compile
4737 See \`config.log' for more details." "$LINENO" 5; }
4738 fi
4739 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4740 fi
4741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4742 $as_echo "$ac_cv_objext" >&6; }
4743 OBJEXT=$ac_cv_objext
4744 ac_objext=$OBJEXT
4745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4746 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4747 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4748   $as_echo_n "(cached) " >&6
4749 else
4750   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4751 /* end confdefs.h.  */
4752
4753 int
4754 main ()
4755 {
4756 #ifndef __GNUC__
4757        choke me
4758 #endif
4759
4760   ;
4761   return 0;
4762 }
4763 _ACEOF
4764 if ac_fn_c_try_compile "$LINENO"; then :
4765   ac_compiler_gnu=yes
4766 else
4767   ac_compiler_gnu=no
4768 fi
4769 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4770 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4771
4772 fi
4773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4774 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4775 if test $ac_compiler_gnu = yes; then
4776   GCC=yes
4777 else
4778   GCC=
4779 fi
4780 ac_test_CFLAGS=${CFLAGS+set}
4781 ac_save_CFLAGS=$CFLAGS
4782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4783 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4784 if test "${ac_cv_prog_cc_g+set}" = set; then :
4785   $as_echo_n "(cached) " >&6
4786 else
4787   ac_save_c_werror_flag=$ac_c_werror_flag
4788    ac_c_werror_flag=yes
4789    ac_cv_prog_cc_g=no
4790    CFLAGS="-g"
4791    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4792 /* end confdefs.h.  */
4793
4794 int
4795 main ()
4796 {
4797
4798   ;
4799   return 0;
4800 }
4801 _ACEOF
4802 if ac_fn_c_try_compile "$LINENO"; then :
4803   ac_cv_prog_cc_g=yes
4804 else
4805   CFLAGS=""
4806       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4807 /* end confdefs.h.  */
4808
4809 int
4810 main ()
4811 {
4812
4813   ;
4814   return 0;
4815 }
4816 _ACEOF
4817 if ac_fn_c_try_compile "$LINENO"; then :
4818
4819 else
4820   ac_c_werror_flag=$ac_save_c_werror_flag
4821          CFLAGS="-g"
4822          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4823 /* end confdefs.h.  */
4824
4825 int
4826 main ()
4827 {
4828
4829   ;
4830   return 0;
4831 }
4832 _ACEOF
4833 if ac_fn_c_try_compile "$LINENO"; then :
4834   ac_cv_prog_cc_g=yes
4835 fi
4836 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4837 fi
4838 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4839 fi
4840 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4841    ac_c_werror_flag=$ac_save_c_werror_flag
4842 fi
4843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4844 $as_echo "$ac_cv_prog_cc_g" >&6; }
4845 if test "$ac_test_CFLAGS" = set; then
4846   CFLAGS=$ac_save_CFLAGS
4847 elif test $ac_cv_prog_cc_g = yes; then
4848   if test "$GCC" = yes; then
4849     CFLAGS="-g -O2"
4850   else
4851     CFLAGS="-g"
4852   fi
4853 else
4854   if test "$GCC" = yes; then
4855     CFLAGS="-O2"
4856   else
4857     CFLAGS=
4858   fi
4859 fi
4860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4861 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4862 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4863   $as_echo_n "(cached) " >&6
4864 else
4865   ac_cv_prog_cc_c89=no
4866 ac_save_CC=$CC
4867 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4868 /* end confdefs.h.  */
4869 #include <stdarg.h>
4870 #include <stdio.h>
4871 #include <sys/types.h>
4872 #include <sys/stat.h>
4873 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
4874 struct buf { int x; };
4875 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4876 static char *e (p, i)
4877      char **p;
4878      int i;
4879 {
4880   return p[i];
4881 }
4882 static char *f (char * (*g) (char **, int), char **p, ...)
4883 {
4884   char *s;
4885   va_list v;
4886   va_start (v,p);
4887   s = g (p, va_arg (v,int));
4888   va_end (v);
4889   return s;
4890 }
4891
4892 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
4893    function prototypes and stuff, but not '\xHH' hex character constants.
4894    These don't provoke an error unfortunately, instead are silently treated
4895    as 'x'.  The following induces an error, until -std is added to get
4896    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
4897    array size at least.  It's necessary to write '\x00'==0 to get something
4898    that's true only with -std.  */
4899 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4900
4901 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4902    inside strings and character constants.  */
4903 #define FOO(x) 'x'
4904 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4905
4906 int test (int i, double x);
4907 struct s1 {int (*f) (int a);};
4908 struct s2 {int (*f) (double a);};
4909 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4910 int argc;
4911 char **argv;
4912 int
4913 main ()
4914 {
4915 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
4916   ;
4917   return 0;
4918 }
4919 _ACEOF
4920 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4921         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4922 do
4923   CC="$ac_save_CC $ac_arg"
4924   if ac_fn_c_try_compile "$LINENO"; then :
4925   ac_cv_prog_cc_c89=$ac_arg
4926 fi
4927 rm -f core conftest.err conftest.$ac_objext
4928   test "x$ac_cv_prog_cc_c89" != "xno" && break
4929 done
4930 rm -f conftest.$ac_ext
4931 CC=$ac_save_CC
4932
4933 fi
4934 # AC_CACHE_VAL
4935 case "x$ac_cv_prog_cc_c89" in
4936   x)
4937     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4938 $as_echo "none needed" >&6; } ;;
4939   xno)
4940     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4941 $as_echo "unsupported" >&6; } ;;
4942   *)
4943     CC="$CC $ac_cv_prog_cc_c89"
4944     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4945 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4946 esac
4947 if test "x$ac_cv_prog_cc_c89" != xno; then :
4948
4949 fi
4950
4951 ac_ext=c
4952 ac_cpp='$CPP $CPPFLAGS'
4953 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4954 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4955 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4956
4957 ac_aux_dir=
4958 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4959   for ac_t in install-sh install.sh shtool; do
4960     if test -f "$ac_dir/$ac_t"; then
4961       ac_aux_dir=$ac_dir
4962       ac_install_sh="$ac_aux_dir/$ac_t -c"
4963       break 2
4964     fi
4965   done
4966 done
4967 if test -z "$ac_aux_dir"; then
4968   as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4969 fi
4970
4971 # These three variables are undocumented and unsupported,
4972 # and are intended to be withdrawn in a future Autoconf release.
4973 # They can cause serious problems if a builder's source tree is in a directory
4974 # whose full name contains unusual characters.
4975 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
4976 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
4977 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
4978
4979
4980 # Make sure we can run config.sub.
4981 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4982   as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4983
4984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4985 $as_echo_n "checking build system type... " >&6; }
4986 if test "${ac_cv_build+set}" = set; then :
4987   $as_echo_n "(cached) " >&6
4988 else
4989   ac_build_alias=$build_alias
4990 test "x$ac_build_alias" = x &&
4991   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4992 test "x$ac_build_alias" = x &&
4993   as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4994 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4995   as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4996
4997 fi
4998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4999 $as_echo "$ac_cv_build" >&6; }
5000 case $ac_cv_build in
5001 *-*-*) ;;
5002 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
5003 esac
5004 build=$ac_cv_build
5005 ac_save_IFS=$IFS; IFS='-'
5006 set x $ac_cv_build
5007 shift
5008 build_cpu=$1
5009 build_vendor=$2
5010 shift; shift
5011 # Remember, the first character of IFS is used to create $*,
5012 # except with old shells:
5013 build_os=$*
5014 IFS=$ac_save_IFS
5015 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
5016
5017
5018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
5019 $as_echo_n "checking host system type... " >&6; }
5020 if test "${ac_cv_host+set}" = set; then :
5021   $as_echo_n "(cached) " >&6
5022 else
5023   if test "x$host_alias" = x; then
5024   ac_cv_host=$ac_cv_build
5025 else
5026   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
5027     as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
5028 fi
5029
5030 fi
5031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
5032 $as_echo "$ac_cv_host" >&6; }
5033 case $ac_cv_host in
5034 *-*-*) ;;
5035 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
5036 esac
5037 host=$ac_cv_host
5038 ac_save_IFS=$IFS; IFS='-'
5039 set x $ac_cv_host
5040 shift
5041 host_cpu=$1
5042 host_vendor=$2
5043 shift; shift
5044 # Remember, the first character of IFS is used to create $*,
5045 # except with old shells:
5046 host_os=$*
5047 IFS=$ac_save_IFS
5048 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
5049
5050
5051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
5052 $as_echo_n "checking target system type... " >&6; }
5053 if test "${ac_cv_target+set}" = set; then :
5054   $as_echo_n "(cached) " >&6
5055 else
5056   if test "x$target_alias" = x; then
5057   ac_cv_target=$ac_cv_host
5058 else
5059   ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
5060     as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
5061 fi
5062
5063 fi
5064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
5065 $as_echo "$ac_cv_target" >&6; }
5066 case $ac_cv_target in
5067 *-*-*) ;;
5068 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
5069 esac
5070 target=$ac_cv_target
5071 ac_save_IFS=$IFS; IFS='-'
5072 set x $ac_cv_target
5073 shift
5074 target_cpu=$1
5075 target_vendor=$2
5076 shift; shift
5077 # Remember, the first character of IFS is used to create $*,
5078 # except with old shells:
5079 target_os=$*
5080 IFS=$ac_save_IFS
5081 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
5082
5083
5084 # The aliases save the names the user supplied, while $host etc.
5085 # will get canonicalized.
5086 test -n "$target_alias" &&
5087   test "$program_prefix$program_suffix$program_transform_name" = \
5088     NONENONEs,x,x, &&
5089   program_prefix=${target_alias}-
5090
5091 ac_ext=c
5092 ac_cpp='$CPP $CPPFLAGS'
5093 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5094 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5095 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5097 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5098 # On Suns, sometimes $CPP names a directory.
5099 if test -n "$CPP" && test -d "$CPP"; then
5100   CPP=
5101 fi
5102 if test -z "$CPP"; then
5103   if test "${ac_cv_prog_CPP+set}" = set; then :
5104   $as_echo_n "(cached) " >&6
5105 else
5106       # Double quotes because CPP needs to be expanded
5107     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5108     do
5109       ac_preproc_ok=false
5110 for ac_c_preproc_warn_flag in '' yes
5111 do
5112   # Use a header file that comes with gcc, so configuring glibc
5113   # with a fresh cross-compiler works.
5114   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5115   # <limits.h> exists even on freestanding compilers.
5116   # On the NeXT, cc -E runs the code through the compiler's parser,
5117   # not just through cpp. "Syntax error" is here to catch this case.
5118   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5119 /* end confdefs.h.  */
5120 #ifdef __STDC__
5121 # include <limits.h>
5122 #else
5123 # include <assert.h>
5124 #endif
5125                      Syntax error
5126 _ACEOF
5127 if ac_fn_c_try_cpp "$LINENO"; then :
5128
5129 else
5130   # Broken: fails on valid input.
5131 continue
5132 fi
5133 rm -f conftest.err conftest.$ac_ext
5134
5135   # OK, works on sane cases.  Now check whether nonexistent headers
5136   # can be detected and how.
5137   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5138 /* end confdefs.h.  */
5139 #include <ac_nonexistent.h>
5140 _ACEOF
5141 if ac_fn_c_try_cpp "$LINENO"; then :
5142   # Broken: success on invalid input.
5143 continue
5144 else
5145   # Passes both tests.
5146 ac_preproc_ok=:
5147 break
5148 fi
5149 rm -f conftest.err conftest.$ac_ext
5150
5151 done
5152 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5153 rm -f conftest.err conftest.$ac_ext
5154 if $ac_preproc_ok; then :
5155   break
5156 fi
5157
5158     done
5159     ac_cv_prog_CPP=$CPP
5160
5161 fi
5162   CPP=$ac_cv_prog_CPP
5163 else
5164   ac_cv_prog_CPP=$CPP
5165 fi
5166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5167 $as_echo "$CPP" >&6; }
5168 ac_preproc_ok=false
5169 for ac_c_preproc_warn_flag in '' yes
5170 do
5171   # Use a header file that comes with gcc, so configuring glibc
5172   # with a fresh cross-compiler works.
5173   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5174   # <limits.h> exists even on freestanding compilers.
5175   # On the NeXT, cc -E runs the code through the compiler's parser,
5176   # not just through cpp. "Syntax error" is here to catch this case.
5177   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5178 /* end confdefs.h.  */
5179 #ifdef __STDC__
5180 # include <limits.h>
5181 #else
5182 # include <assert.h>
5183 #endif
5184                      Syntax error
5185 _ACEOF
5186 if ac_fn_c_try_cpp "$LINENO"; then :
5187
5188 else
5189   # Broken: fails on valid input.
5190 continue
5191 fi
5192 rm -f conftest.err conftest.$ac_ext
5193
5194   # OK, works on sane cases.  Now check whether nonexistent headers
5195   # can be detected and how.
5196   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5197 /* end confdefs.h.  */
5198 #include <ac_nonexistent.h>
5199 _ACEOF
5200 if ac_fn_c_try_cpp "$LINENO"; then :
5201   # Broken: success on invalid input.
5202 continue
5203 else
5204   # Passes both tests.
5205 ac_preproc_ok=:
5206 break
5207 fi
5208 rm -f conftest.err conftest.$ac_ext
5209
5210 done
5211 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5212 rm -f conftest.err conftest.$ac_ext
5213 if $ac_preproc_ok; then :
5214
5215 else
5216   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5217 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5218 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5219 See \`config.log' for more details." "$LINENO" 5; }
5220 fi
5221
5222 ac_ext=c
5223 ac_cpp='$CPP $CPPFLAGS'
5224 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5225 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5226 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5227
5228
5229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5230 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5231 if test "${ac_cv_path_GREP+set}" = set; then :
5232   $as_echo_n "(cached) " >&6
5233 else
5234   if test -z "$GREP"; then
5235   ac_path_GREP_found=false
5236   # Loop through the user's path and test for each of PROGNAME-LIST
5237   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5238 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5239 do
5240   IFS=$as_save_IFS
5241   test -z "$as_dir" && as_dir=.
5242     for ac_prog in grep ggrep; do
5243     for ac_exec_ext in '' $ac_executable_extensions; do
5244       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5245       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5246 # Check for GNU ac_path_GREP and select it if it is found.
5247   # Check for GNU $ac_path_GREP
5248 case `"$ac_path_GREP" --version 2>&1` in
5249 *GNU*)
5250   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5251 *)
5252   ac_count=0
5253   $as_echo_n 0123456789 >"conftest.in"
5254   while :
5255   do
5256     cat "conftest.in" "conftest.in" >"conftest.tmp"
5257     mv "conftest.tmp" "conftest.in"
5258     cp "conftest.in" "conftest.nl"
5259     $as_echo 'GREP' >> "conftest.nl"
5260     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5261     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5262     as_fn_arith $ac_count + 1 && ac_count=$as_val
5263     if test $ac_count -gt ${ac_path_GREP_max-0}; then
5264       # Best one so far, save it but keep looking for a better one
5265       ac_cv_path_GREP="$ac_path_GREP"
5266       ac_path_GREP_max=$ac_count
5267     fi
5268     # 10*(2^10) chars as input seems more than enough
5269     test $ac_count -gt 10 && break
5270   done
5271   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5272 esac
5273
5274       $ac_path_GREP_found && break 3
5275     done
5276   done
5277   done
5278 IFS=$as_save_IFS
5279   if test -z "$ac_cv_path_GREP"; then
5280     as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5281   fi
5282 else
5283   ac_cv_path_GREP=$GREP
5284 fi
5285
5286 fi
5287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5288 $as_echo "$ac_cv_path_GREP" >&6; }
5289  GREP="$ac_cv_path_GREP"
5290
5291
5292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5293 $as_echo_n "checking for egrep... " >&6; }
5294 if test "${ac_cv_path_EGREP+set}" = set; then :
5295   $as_echo_n "(cached) " >&6
5296 else
5297   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5298    then ac_cv_path_EGREP="$GREP -E"
5299    else
5300      if test -z "$EGREP"; then
5301   ac_path_EGREP_found=false
5302   # Loop through the user's path and test for each of PROGNAME-LIST
5303   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5304 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5305 do
5306   IFS=$as_save_IFS
5307   test -z "$as_dir" && as_dir=.
5308     for ac_prog in egrep; do
5309     for ac_exec_ext in '' $ac_executable_extensions; do
5310       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5311       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5312 # Check for GNU ac_path_EGREP and select it if it is found.
5313   # Check for GNU $ac_path_EGREP
5314 case `"$ac_path_EGREP" --version 2>&1` in
5315 *GNU*)
5316   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5317 *)
5318   ac_count=0
5319   $as_echo_n 0123456789 >"conftest.in"
5320   while :
5321   do
5322     cat "conftest.in" "conftest.in" >"conftest.tmp"
5323     mv "conftest.tmp" "conftest.in"
5324     cp "conftest.in" "conftest.nl"
5325     $as_echo 'EGREP' >> "conftest.nl"
5326     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5327     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5328     as_fn_arith $ac_count + 1 && ac_count=$as_val
5329     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5330       # Best one so far, save it but keep looking for a better one
5331       ac_cv_path_EGREP="$ac_path_EGREP"
5332       ac_path_EGREP_max=$ac_count
5333     fi
5334     # 10*(2^10) chars as input seems more than enough
5335     test $ac_count -gt 10 && break
5336   done
5337   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5338 esac
5339
5340       $ac_path_EGREP_found && break 3
5341     done
5342   done
5343   done
5344 IFS=$as_save_IFS
5345   if test -z "$ac_cv_path_EGREP"; then
5346     as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5347   fi
5348 else
5349   ac_cv_path_EGREP=$EGREP
5350 fi
5351
5352    fi
5353 fi
5354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5355 $as_echo "$ac_cv_path_EGREP" >&6; }
5356  EGREP="$ac_cv_path_EGREP"
5357
5358
5359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5360 $as_echo_n "checking for ANSI C header files... " >&6; }
5361 if test "${ac_cv_header_stdc+set}" = set; then :
5362   $as_echo_n "(cached) " >&6
5363 else
5364   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5365 /* end confdefs.h.  */
5366 #include <stdlib.h>
5367 #include <stdarg.h>
5368 #include <string.h>
5369 #include <float.h>
5370
5371 int
5372 main ()
5373 {
5374
5375   ;
5376   return 0;
5377 }
5378 _ACEOF
5379 if ac_fn_c_try_compile "$LINENO"; then :
5380   ac_cv_header_stdc=yes
5381 else
5382   ac_cv_header_stdc=no
5383 fi
5384 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5385
5386 if test $ac_cv_header_stdc = yes; then
5387   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5388   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5389 /* end confdefs.h.  */
5390 #include <string.h>
5391
5392 _ACEOF
5393 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5394   $EGREP "memchr" >/dev/null 2>&1; then :
5395
5396 else
5397   ac_cv_header_stdc=no
5398 fi
5399 rm -f conftest*
5400
5401 fi
5402
5403 if test $ac_cv_header_stdc = yes; then
5404   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5405   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5406 /* end confdefs.h.  */
5407 #include <stdlib.h>
5408
5409 _ACEOF
5410 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5411   $EGREP "free" >/dev/null 2>&1; then :
5412
5413 else
5414   ac_cv_header_stdc=no
5415 fi
5416 rm -f conftest*
5417
5418 fi
5419
5420 if test $ac_cv_header_stdc = yes; then
5421   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5422   if test "$cross_compiling" = yes; then :
5423   :
5424 else
5425   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5426 /* end confdefs.h.  */
5427 #include <ctype.h>
5428 #include <stdlib.h>
5429 #if ((' ' & 0x0FF) == 0x020)
5430 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5431 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5432 #else
5433 # define ISLOWER(c) \
5434                    (('a' <= (c) && (c) <= 'i') \
5435                      || ('j' <= (c) && (c) <= 'r') \
5436                      || ('s' <= (c) && (c) <= 'z'))
5437 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5438 #endif
5439
5440 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5441 int
5442 main ()
5443 {
5444   int i;
5445   for (i = 0; i < 256; i++)
5446     if (XOR (islower (i), ISLOWER (i))
5447         || toupper (i) != TOUPPER (i))
5448       return 2;
5449   return 0;
5450 }
5451 _ACEOF
5452 if ac_fn_c_try_run "$LINENO"; then :
5453
5454 else
5455   ac_cv_header_stdc=no
5456 fi
5457 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5458   conftest.$ac_objext conftest.beam conftest.$ac_ext
5459 fi
5460
5461 fi
5462 fi
5463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5464 $as_echo "$ac_cv_header_stdc" >&6; }
5465 if test $ac_cv_header_stdc = yes; then
5466
5467 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5468
5469 fi
5470
5471 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5472 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5473                   inttypes.h stdint.h unistd.h
5474 do :
5475   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5476 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5477 "
5478 eval as_val=\$$as_ac_Header
5479    if test "x$as_val" = x""yes; then :
5480   cat >>confdefs.h <<_ACEOF
5481 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5482 _ACEOF
5483
5484 fi
5485
5486 done
5487
5488
5489
5490   ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5491 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5492   MINIX=yes
5493 else
5494   MINIX=
5495 fi
5496
5497
5498   if test "$MINIX" = yes; then
5499
5500 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5501
5502
5503 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5504
5505
5506 $as_echo "#define _MINIX 1" >>confdefs.h
5507
5508   fi
5509
5510
5511   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5512 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5513 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5514   $as_echo_n "(cached) " >&6
5515 else
5516   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5517 /* end confdefs.h.  */
5518
5519 #         define __EXTENSIONS__ 1
5520           $ac_includes_default
5521 int
5522 main ()
5523 {
5524
5525   ;
5526   return 0;
5527 }
5528 _ACEOF
5529 if ac_fn_c_try_compile "$LINENO"; then :
5530   ac_cv_safe_to_define___extensions__=yes
5531 else
5532   ac_cv_safe_to_define___extensions__=no
5533 fi
5534 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5535 fi
5536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5537 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5538   test $ac_cv_safe_to_define___extensions__ = yes &&
5539     $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5540
5541   $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5542
5543   $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5544
5545   $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5546
5547   $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5548
5549
5550 test "$program_prefix" != NONE &&
5551   program_transform_name="s&^&$program_prefix&;$program_transform_name"
5552 # Use a double $ so make ignores it.
5553 test "$program_suffix" != NONE &&
5554   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5555 # Double any \ or $.
5556 # By default was `s,x,x', remove it if useless.
5557 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5558 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5559
5560 # Find a good install program.  We prefer a C program (faster),
5561 # so one script is as good as another.  But avoid the broken or
5562 # incompatible versions:
5563 # SysV /etc/install, /usr/sbin/install
5564 # SunOS /usr/etc/install
5565 # IRIX /sbin/install
5566 # AIX /bin/install
5567 # AmigaOS /C/install, which installs bootblocks on floppy discs
5568 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5569 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
5570 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5571 # OS/2's system install, which has a completely different semantic
5572 # ./install, which can be erroneously created by make from ./install.sh.
5573 # Reject install programs that cannot install multiple files.
5574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5575 $as_echo_n "checking for a BSD-compatible install... " >&6; }
5576 if test -z "$INSTALL"; then
5577 if test "${ac_cv_path_install+set}" = set; then :
5578   $as_echo_n "(cached) " >&6
5579 else
5580   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5581 for as_dir in $PATH
5582 do
5583   IFS=$as_save_IFS
5584   test -z "$as_dir" && as_dir=.
5585     # Account for people who put trailing slashes in PATH elements.
5586 case $as_dir/ in #((
5587   ./ | .// | /[cC]/* | \
5588   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5589   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5590   /usr/ucb/* ) ;;
5591   *)
5592     # OSF1 and SCO ODT 3.0 have their own names for install.
5593     # Don't use installbsd from OSF since it installs stuff as root
5594     # by default.
5595     for ac_prog in ginstall scoinst install; do
5596       for ac_exec_ext in '' $ac_executable_extensions; do
5597         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
5598           if test $ac_prog = install &&
5599             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5600             # AIX install.  It has an incompatible calling convention.
5601             :
5602           elif test $ac_prog = install &&
5603             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5604             # program-specific install script used by HP pwplus--don't use.
5605             :
5606           else
5607             rm -rf conftest.one conftest.two conftest.dir
5608             echo one > conftest.one
5609             echo two > conftest.two
5610             mkdir conftest.dir
5611             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5612               test -s conftest.one && test -s conftest.two &&
5613               test -s conftest.dir/conftest.one &&
5614               test -s conftest.dir/conftest.two
5615             then
5616               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5617               break 3
5618             fi
5619           fi
5620         fi
5621       done
5622     done
5623     ;;
5624 esac
5625
5626   done
5627 IFS=$as_save_IFS
5628
5629 rm -rf conftest.one conftest.two conftest.dir
5630
5631 fi
5632   if test "${ac_cv_path_install+set}" = set; then
5633     INSTALL=$ac_cv_path_install
5634   else
5635     # As a last resort, use the slow shell script.  Don't cache a
5636     # value for INSTALL within a source directory, because that will
5637     # break other packages using the cache if that directory is
5638     # removed, or if the value is a relative name.
5639     INSTALL=$ac_install_sh
5640   fi
5641 fi
5642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5643 $as_echo "$INSTALL" >&6; }
5644
5645 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5646 # It thinks the first close brace ends the variable substitution.
5647 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5648
5649 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5650
5651 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5652
5653 rm -rf .tst 2>/dev/null
5654 mkdir .tst 2>/dev/null
5655 if test -d .tst; then
5656   am__leading_dot=.
5657 else
5658   am__leading_dot=_
5659 fi
5660 rmdir .tst 2>/dev/null
5661
5662 DEPDIR="${am__leading_dot}deps"
5663
5664 case `pwd` in
5665   *\ * | *\     *)
5666     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5667 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5668 esac
5669
5670
5671
5672 macro_version='2.2.7a'
5673 macro_revision='1.3134'
5674
5675
5676
5677
5678
5679
5680
5681
5682
5683
5684
5685
5686
5687 ltmain="$ac_aux_dir/ltmain.sh"
5688
5689 # Backslashify metacharacters that are still active within
5690 # double-quoted strings.
5691 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5692
5693 # Same as above, but do not quote variable references.
5694 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5695
5696 # Sed substitution to delay expansion of an escaped shell variable in a
5697 # double_quote_subst'ed string.
5698 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5699
5700 # Sed substitution to delay expansion of an escaped single quote.
5701 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5702
5703 # Sed substitution to avoid accidental globbing in evaled expressions
5704 no_glob_subst='s/\*/\\\*/g'
5705
5706 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5707 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5708 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5709
5710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5711 $as_echo_n "checking how to print strings... " >&6; }
5712 # Test print first, because it will be a builtin if present.
5713 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5714    test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5715   ECHO='print -r --'
5716 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5717   ECHO='printf %s\n'
5718 else
5719   # Use this function as a fallback that always works.
5720   func_fallback_echo ()
5721   {
5722     eval 'cat <<_LTECHO_EOF
5723 $1
5724 _LTECHO_EOF'
5725   }
5726   ECHO='func_fallback_echo'
5727 fi
5728
5729 # func_echo_all arg...
5730 # Invoke $ECHO with all args, space-separated.
5731 func_echo_all ()
5732 {
5733     $ECHO ""
5734 }
5735
5736 case "$ECHO" in
5737   printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5738 $as_echo "printf" >&6; } ;;
5739   print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5740 $as_echo "print -r" >&6; } ;;
5741   *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5742 $as_echo "cat" >&6; } ;;
5743 esac
5744
5745
5746
5747
5748
5749
5750
5751
5752
5753
5754
5755
5756
5757
5758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5759 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5760 if test "${ac_cv_path_SED+set}" = set; then :
5761   $as_echo_n "(cached) " >&6
5762 else
5763             ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5764      for ac_i in 1 2 3 4 5 6 7; do
5765        ac_script="$ac_script$as_nl$ac_script"
5766      done
5767      echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5768      { ac_script=; unset ac_script;}
5769      if test -z "$SED"; then
5770   ac_path_SED_found=false
5771   # Loop through the user's path and test for each of PROGNAME-LIST
5772   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5773 for as_dir in $PATH
5774 do
5775   IFS=$as_save_IFS
5776   test -z "$as_dir" && as_dir=.
5777     for ac_prog in sed gsed; do
5778     for ac_exec_ext in '' $ac_executable_extensions; do
5779       ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5780       { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5781 # Check for GNU ac_path_SED and select it if it is found.
5782   # Check for GNU $ac_path_SED
5783 case `"$ac_path_SED" --version 2>&1` in
5784 *GNU*)
5785   ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5786 *)
5787   ac_count=0
5788   $as_echo_n 0123456789 >"conftest.in"
5789   while :
5790   do
5791     cat "conftest.in" "conftest.in" >"conftest.tmp"
5792     mv "conftest.tmp" "conftest.in"
5793     cp "conftest.in" "conftest.nl"
5794     $as_echo '' >> "conftest.nl"
5795     "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5796     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5797     as_fn_arith $ac_count + 1 && ac_count=$as_val
5798     if test $ac_count -gt ${ac_path_SED_max-0}; then
5799       # Best one so far, save it but keep looking for a better one
5800       ac_cv_path_SED="$ac_path_SED"
5801       ac_path_SED_max=$ac_count
5802     fi
5803     # 10*(2^10) chars as input seems more than enough
5804     test $ac_count -gt 10 && break
5805   done
5806   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5807 esac
5808
5809       $ac_path_SED_found && break 3
5810     done
5811   done
5812   done
5813 IFS=$as_save_IFS
5814   if test -z "$ac_cv_path_SED"; then
5815     as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5816   fi
5817 else
5818   ac_cv_path_SED=$SED
5819 fi
5820
5821 fi
5822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5823 $as_echo "$ac_cv_path_SED" >&6; }
5824  SED="$ac_cv_path_SED"
5825   rm -f conftest.sed
5826
5827 test -z "$SED" && SED=sed
5828 Xsed="$SED -e 1s/^X//"
5829
5830
5831
5832
5833
5834
5835
5836
5837
5838
5839
5840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5841 $as_echo_n "checking for fgrep... " >&6; }
5842 if test "${ac_cv_path_FGREP+set}" = set; then :
5843   $as_echo_n "(cached) " >&6
5844 else
5845   if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5846    then ac_cv_path_FGREP="$GREP -F"
5847    else
5848      if test -z "$FGREP"; then
5849   ac_path_FGREP_found=false
5850   # Loop through the user's path and test for each of PROGNAME-LIST
5851   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5852 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5853 do
5854   IFS=$as_save_IFS
5855   test -z "$as_dir" && as_dir=.
5856     for ac_prog in fgrep; do
5857     for ac_exec_ext in '' $ac_executable_extensions; do
5858       ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5859       { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5860 # Check for GNU ac_path_FGREP and select it if it is found.
5861   # Check for GNU $ac_path_FGREP
5862 case `"$ac_path_FGREP" --version 2>&1` in
5863 *GNU*)
5864   ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5865 *)
5866   ac_count=0
5867   $as_echo_n 0123456789 >"conftest.in"
5868   while :
5869   do
5870     cat "conftest.in" "conftest.in" >"conftest.tmp"
5871     mv "conftest.tmp" "conftest.in"
5872     cp "conftest.in" "conftest.nl"
5873     $as_echo 'FGREP' >> "conftest.nl"
5874     "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5875     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5876     as_fn_arith $ac_count + 1 && ac_count=$as_val
5877     if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5878       # Best one so far, save it but keep looking for a better one
5879       ac_cv_path_FGREP="$ac_path_FGREP"
5880       ac_path_FGREP_max=$ac_count
5881     fi
5882     # 10*(2^10) chars as input seems more than enough
5883     test $ac_count -gt 10 && break
5884   done
5885   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5886 esac
5887
5888       $ac_path_FGREP_found && break 3
5889     done
5890   done
5891   done
5892 IFS=$as_save_IFS
5893   if test -z "$ac_cv_path_FGREP"; then
5894     as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5895   fi
5896 else
5897   ac_cv_path_FGREP=$FGREP
5898 fi
5899
5900    fi
5901 fi
5902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5903 $as_echo "$ac_cv_path_FGREP" >&6; }
5904  FGREP="$ac_cv_path_FGREP"
5905
5906
5907 test -z "$GREP" && GREP=grep
5908
5909
5910
5911
5912
5913
5914
5915
5916
5917
5918
5919
5920
5921
5922
5923
5924
5925
5926
5927 # Check whether --with-gnu-ld was given.
5928 if test "${with_gnu_ld+set}" = set; then :
5929   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5930 else
5931   with_gnu_ld=no
5932 fi
5933
5934 ac_prog=ld
5935 if test "$GCC" = yes; then
5936   # Check if gcc -print-prog-name=ld gives a path.
5937   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5938 $as_echo_n "checking for ld used by $CC... " >&6; }
5939   case $host in
5940   *-*-mingw*)
5941     # gcc leaves a trailing carriage return which upsets mingw
5942     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5943   *)
5944     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5945   esac
5946   case $ac_prog in
5947     # Accept absolute paths.
5948     [\\/]* | ?:[\\/]*)
5949       re_direlt='/[^/][^/]*/\.\./'
5950       # Canonicalize the pathname of ld
5951       ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5952       while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5953         ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5954       done
5955       test -z "$LD" && LD="$ac_prog"
5956       ;;
5957   "")
5958     # If it fails, then pretend we aren't using GCC.
5959     ac_prog=ld
5960     ;;
5961   *)
5962     # If it is relative, then search for the first ld in PATH.
5963     with_gnu_ld=unknown
5964     ;;
5965   esac
5966 elif test "$with_gnu_ld" = yes; then
5967   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5968 $as_echo_n "checking for GNU ld... " >&6; }
5969 else
5970   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5971 $as_echo_n "checking for non-GNU ld... " >&6; }
5972 fi
5973 if test "${lt_cv_path_LD+set}" = set; then :
5974   $as_echo_n "(cached) " >&6
5975 else
5976   if test -z "$LD"; then
5977   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5978   for ac_dir in $PATH; do
5979     IFS="$lt_save_ifs"
5980     test -z "$ac_dir" && ac_dir=.
5981     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5982       lt_cv_path_LD="$ac_dir/$ac_prog"
5983       # Check to see if the program is GNU ld.  I'd rather use --version,
5984       # but apparently some variants of GNU ld only accept -v.
5985       # Break only if it was the GNU/non-GNU ld that we prefer.
5986       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5987       *GNU* | *'with BFD'*)
5988         test "$with_gnu_ld" != no && break
5989         ;;
5990       *)
5991         test "$with_gnu_ld" != yes && break
5992         ;;
5993       esac
5994     fi
5995   done
5996   IFS="$lt_save_ifs"
5997 else
5998   lt_cv_path_LD="$LD" # Let the user override the test with a path.
5999 fi
6000 fi
6001
6002 LD="$lt_cv_path_LD"
6003 if test -n "$LD"; then
6004   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
6005 $as_echo "$LD" >&6; }
6006 else
6007   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6008 $as_echo "no" >&6; }
6009 fi
6010 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
6011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
6012 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
6013 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
6014   $as_echo_n "(cached) " >&6
6015 else
6016   # I'd rather use --version here, but apparently some GNU lds only accept -v.
6017 case `$LD -v 2>&1 </dev/null` in
6018 *GNU* | *'with BFD'*)
6019   lt_cv_prog_gnu_ld=yes
6020   ;;
6021 *)
6022   lt_cv_prog_gnu_ld=no
6023   ;;
6024 esac
6025 fi
6026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
6027 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
6028 with_gnu_ld=$lt_cv_prog_gnu_ld
6029
6030
6031
6032
6033
6034
6035
6036
6037
6038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
6039 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
6040 if test "${lt_cv_path_NM+set}" = set; then :
6041   $as_echo_n "(cached) " >&6
6042 else
6043   if test -n "$NM"; then
6044   # Let the user override the test.
6045   lt_cv_path_NM="$NM"
6046 else
6047   lt_nm_to_check="${ac_tool_prefix}nm"
6048   if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
6049     lt_nm_to_check="$lt_nm_to_check nm"
6050   fi
6051   for lt_tmp_nm in $lt_nm_to_check; do
6052     lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6053     for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
6054       IFS="$lt_save_ifs"
6055       test -z "$ac_dir" && ac_dir=.
6056       tmp_nm="$ac_dir/$lt_tmp_nm"
6057       if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
6058         # Check to see if the nm accepts a BSD-compat flag.
6059         # Adding the `sed 1q' prevents false positives on HP-UX, which says:
6060         #   nm: unknown option "B" ignored
6061         # Tru64's nm complains that /dev/null is an invalid object file
6062         case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
6063         */dev/null* | *'Invalid file or object type'*)
6064           lt_cv_path_NM="$tmp_nm -B"
6065           break
6066           ;;
6067         *)
6068           case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
6069           */dev/null*)
6070             lt_cv_path_NM="$tmp_nm -p"
6071             break
6072             ;;
6073           *)
6074             lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
6075             continue # so that we can try to find one that supports BSD flags
6076             ;;
6077           esac
6078           ;;
6079         esac
6080       fi
6081     done
6082     IFS="$lt_save_ifs"
6083   done
6084   : ${lt_cv_path_NM=no}
6085 fi
6086 fi
6087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
6088 $as_echo "$lt_cv_path_NM" >&6; }
6089 if test "$lt_cv_path_NM" != "no"; then
6090   NM="$lt_cv_path_NM"
6091 else
6092   # Didn't find any BSD compatible name lister, look for dumpbin.
6093   if test -n "$DUMPBIN"; then :
6094     # Let the user override the test.
6095   else
6096     if test -n "$ac_tool_prefix"; then
6097   for ac_prog in dumpbin "link -dump"
6098   do
6099     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6100 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6102 $as_echo_n "checking for $ac_word... " >&6; }
6103 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
6104   $as_echo_n "(cached) " >&6
6105 else
6106   if test -n "$DUMPBIN"; then
6107   ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6108 else
6109 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6110 for as_dir in $PATH
6111 do
6112   IFS=$as_save_IFS
6113   test -z "$as_dir" && as_dir=.
6114     for ac_exec_ext in '' $ac_executable_extensions; do
6115   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6116     ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6117     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6118     break 2
6119   fi
6120 done
6121   done
6122 IFS=$as_save_IFS
6123
6124 fi
6125 fi
6126 DUMPBIN=$ac_cv_prog_DUMPBIN
6127 if test -n "$DUMPBIN"; then
6128   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6129 $as_echo "$DUMPBIN" >&6; }
6130 else
6131   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6132 $as_echo "no" >&6; }
6133 fi
6134
6135
6136     test -n "$DUMPBIN" && break
6137   done
6138 fi
6139 if test -z "$DUMPBIN"; then
6140   ac_ct_DUMPBIN=$DUMPBIN
6141   for ac_prog in dumpbin "link -dump"
6142 do
6143   # Extract the first word of "$ac_prog", so it can be a program name with args.
6144 set dummy $ac_prog; ac_word=$2
6145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6146 $as_echo_n "checking for $ac_word... " >&6; }
6147 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
6148   $as_echo_n "(cached) " >&6
6149 else
6150   if test -n "$ac_ct_DUMPBIN"; then
6151   ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6152 else
6153 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6154 for as_dir in $PATH
6155 do
6156   IFS=$as_save_IFS
6157   test -z "$as_dir" && as_dir=.
6158     for ac_exec_ext in '' $ac_executable_extensions; do
6159   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6160     ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6161     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6162     break 2
6163   fi
6164 done
6165   done
6166 IFS=$as_save_IFS
6167
6168 fi
6169 fi
6170 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6171 if test -n "$ac_ct_DUMPBIN"; then
6172   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6173 $as_echo "$ac_ct_DUMPBIN" >&6; }
6174 else
6175   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6176 $as_echo "no" >&6; }
6177 fi
6178
6179
6180   test -n "$ac_ct_DUMPBIN" && break
6181 done
6182
6183   if test "x$ac_ct_DUMPBIN" = x; then
6184     DUMPBIN=":"
6185   else
6186     case $cross_compiling:$ac_tool_warned in
6187 yes:)
6188 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6189 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6190 ac_tool_warned=yes ;;
6191 esac
6192     DUMPBIN=$ac_ct_DUMPBIN
6193   fi
6194 fi
6195
6196     case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6197     *COFF*)
6198       DUMPBIN="$DUMPBIN -symbols"
6199       ;;
6200     *)
6201       DUMPBIN=:
6202       ;;
6203     esac
6204   fi
6205
6206   if test "$DUMPBIN" != ":"; then
6207     NM="$DUMPBIN"
6208   fi
6209 fi
6210 test -z "$NM" && NM=nm
6211
6212
6213
6214
6215
6216
6217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6218 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
6219 if test "${lt_cv_nm_interface+set}" = set; then :
6220   $as_echo_n "(cached) " >&6
6221 else
6222   lt_cv_nm_interface="BSD nm"
6223   echo "int some_variable = 0;" > conftest.$ac_ext
6224   (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6225   (eval "$ac_compile" 2>conftest.err)
6226   cat conftest.err >&5
6227   (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6228   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6229   cat conftest.err >&5
6230   (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6231   cat conftest.out >&5
6232   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6233     lt_cv_nm_interface="MS dumpbin"
6234   fi
6235   rm -f conftest*
6236 fi
6237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6238 $as_echo "$lt_cv_nm_interface" >&6; }
6239
6240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6241 $as_echo_n "checking whether ln -s works... " >&6; }
6242 LN_S=$as_ln_s
6243 if test "$LN_S" = "ln -s"; then
6244   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6245 $as_echo "yes" >&6; }
6246 else
6247   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6248 $as_echo "no, using $LN_S" >&6; }
6249 fi
6250
6251 # find the maximum length of command line arguments
6252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6253 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
6254 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
6255   $as_echo_n "(cached) " >&6
6256 else
6257     i=0
6258   teststring="ABCD"
6259
6260   case $build_os in
6261   msdosdjgpp*)
6262     # On DJGPP, this test can blow up pretty badly due to problems in libc
6263     # (any single argument exceeding 2000 bytes causes a buffer overrun
6264     # during glob expansion).  Even if it were fixed, the result of this
6265     # check would be larger than it should be.
6266     lt_cv_sys_max_cmd_len=12288;    # 12K is about right
6267     ;;
6268
6269   gnu*)
6270     # Under GNU Hurd, this test is not required because there is
6271     # no limit to the length of command line arguments.
6272     # Libtool will interpret -1 as no limit whatsoever
6273     lt_cv_sys_max_cmd_len=-1;
6274     ;;
6275
6276   cygwin* | mingw* | cegcc*)
6277     # On Win9x/ME, this test blows up -- it succeeds, but takes
6278     # about 5 minutes as the teststring grows exponentially.
6279     # Worse, since 9x/ME are not pre-emptively multitasking,
6280     # you end up with a "frozen" computer, even though with patience
6281     # the test eventually succeeds (with a max line length of 256k).
6282     # Instead, let's just punt: use the minimum linelength reported by
6283     # all of the supported platforms: 8192 (on NT/2K/XP).
6284     lt_cv_sys_max_cmd_len=8192;
6285     ;;
6286
6287   mint*)
6288     # On MiNT this can take a long time and run out of memory.
6289     lt_cv_sys_max_cmd_len=8192;
6290     ;;
6291
6292   amigaos*)
6293     # On AmigaOS with pdksh, this test takes hours, literally.
6294     # So we just punt and use a minimum line length of 8192.
6295     lt_cv_sys_max_cmd_len=8192;
6296     ;;
6297
6298   netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6299     # This has been around since 386BSD, at least.  Likely further.
6300     if test -x /sbin/sysctl; then
6301       lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6302     elif test -x /usr/sbin/sysctl; then
6303       lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6304     else
6305       lt_cv_sys_max_cmd_len=65536       # usable default for all BSDs
6306     fi
6307     # And add a safety zone
6308     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6309     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6310     ;;
6311
6312   interix*)
6313     # We know the value 262144 and hardcode it with a safety zone (like BSD)
6314     lt_cv_sys_max_cmd_len=196608
6315     ;;
6316
6317   osf*)
6318     # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6319     # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6320     # nice to cause kernel panics so lets avoid the loop below.
6321     # First set a reasonable default.
6322     lt_cv_sys_max_cmd_len=16384
6323     #
6324     if test -x /sbin/sysconfig; then
6325       case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6326         *1*) lt_cv_sys_max_cmd_len=-1 ;;
6327       esac
6328     fi
6329     ;;
6330   sco3.2v5*)
6331     lt_cv_sys_max_cmd_len=102400
6332     ;;
6333   sysv5* | sco5v6* | sysv4.2uw2*)
6334     kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6335     if test -n "$kargmax"; then
6336       lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[  ]//'`
6337     else
6338       lt_cv_sys_max_cmd_len=32768
6339     fi
6340     ;;
6341   *)
6342     lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6343     if test -n "$lt_cv_sys_max_cmd_len"; then
6344       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6345       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6346     else
6347       # Make teststring a little bigger before we do anything with it.
6348       # a 1K string should be a reasonable start.
6349       for i in 1 2 3 4 5 6 7 8 ; do
6350         teststring=$teststring$teststring
6351       done
6352       SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6353       # If test is not a shell built-in, we'll probably end up computing a
6354       # maximum length that is only half of the actual maximum length, but
6355       # we can't tell.
6356       while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6357                  = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6358               test $i != 17 # 1/2 MB should be enough
6359       do
6360         i=`expr $i + 1`
6361         teststring=$teststring$teststring
6362       done
6363       # Only check the string length outside the loop.
6364       lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6365       teststring=
6366       # Add a significant safety factor because C++ compilers can tack on
6367       # massive amounts of additional arguments before passing them to the
6368       # linker.  It appears as though 1/2 is a usable value.
6369       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6370     fi
6371     ;;
6372   esac
6373
6374 fi
6375
6376 if test -n $lt_cv_sys_max_cmd_len ; then
6377   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6378 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6379 else
6380   { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6381 $as_echo "none" >&6; }
6382 fi
6383 max_cmd_len=$lt_cv_sys_max_cmd_len
6384
6385
6386
6387
6388
6389
6390 : ${CP="cp -f"}
6391 : ${MV="mv -f"}
6392 : ${RM="rm -f"}
6393
6394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6395 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6396 # Try some XSI features
6397 xsi_shell=no
6398 ( _lt_dummy="a/b/c"
6399   test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6400       = c,a/b,, \
6401     && eval 'test $(( 1 + 1 )) -eq 2 \
6402     && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6403   && xsi_shell=yes
6404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6405 $as_echo "$xsi_shell" >&6; }
6406
6407
6408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6409 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6410 lt_shell_append=no
6411 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6412     >/dev/null 2>&1 \
6413   && lt_shell_append=yes
6414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6415 $as_echo "$lt_shell_append" >&6; }
6416
6417
6418 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6419   lt_unset=unset
6420 else
6421   lt_unset=false
6422 fi
6423
6424
6425
6426
6427
6428 # test EBCDIC or ASCII
6429 case `echo X|tr X '\101'` in
6430  A) # ASCII based system
6431     # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6432   lt_SP2NL='tr \040 \012'
6433   lt_NL2SP='tr \015\012 \040\040'
6434   ;;
6435  *) # EBCDIC based system
6436   lt_SP2NL='tr \100 \n'
6437   lt_NL2SP='tr \r\n \100\100'
6438   ;;
6439 esac
6440
6441
6442
6443
6444
6445
6446
6447
6448
6449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6450 $as_echo_n "checking for $LD option to reload object files... " >&6; }
6451 if test "${lt_cv_ld_reload_flag+set}" = set; then :
6452   $as_echo_n "(cached) " >&6
6453 else
6454   lt_cv_ld_reload_flag='-r'
6455 fi
6456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6457 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6458 reload_flag=$lt_cv_ld_reload_flag
6459 case $reload_flag in
6460 "" | " "*) ;;
6461 *) reload_flag=" $reload_flag" ;;
6462 esac
6463 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6464 case $host_os in
6465   darwin*)
6466     if test "$GCC" = yes; then
6467       reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6468     else
6469       reload_cmds='$LD$reload_flag -o $output$reload_objs'
6470     fi
6471     ;;
6472 esac
6473
6474
6475
6476
6477
6478
6479
6480
6481
6482 if test -n "$ac_tool_prefix"; then
6483   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6484 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6486 $as_echo_n "checking for $ac_word... " >&6; }
6487 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6488   $as_echo_n "(cached) " >&6
6489 else
6490   if test -n "$OBJDUMP"; then
6491   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6492 else
6493 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6494 for as_dir in $PATH
6495 do
6496   IFS=$as_save_IFS
6497   test -z "$as_dir" && as_dir=.
6498     for ac_exec_ext in '' $ac_executable_extensions; do
6499   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6500     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6501     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6502     break 2
6503   fi
6504 done
6505   done
6506 IFS=$as_save_IFS
6507
6508 fi
6509 fi
6510 OBJDUMP=$ac_cv_prog_OBJDUMP
6511 if test -n "$OBJDUMP"; then
6512   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6513 $as_echo "$OBJDUMP" >&6; }
6514 else
6515   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6516 $as_echo "no" >&6; }
6517 fi
6518
6519
6520 fi
6521 if test -z "$ac_cv_prog_OBJDUMP"; then
6522   ac_ct_OBJDUMP=$OBJDUMP
6523   # Extract the first word of "objdump", so it can be a program name with args.
6524 set dummy objdump; ac_word=$2
6525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6526 $as_echo_n "checking for $ac_word... " >&6; }
6527 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6528   $as_echo_n "(cached) " >&6
6529 else
6530   if test -n "$ac_ct_OBJDUMP"; then
6531   ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6532 else
6533 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6534 for as_dir in $PATH
6535 do
6536   IFS=$as_save_IFS
6537   test -z "$as_dir" && as_dir=.
6538     for ac_exec_ext in '' $ac_executable_extensions; do
6539   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6540     ac_cv_prog_ac_ct_OBJDUMP="objdump"
6541     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6542     break 2
6543   fi
6544 done
6545   done
6546 IFS=$as_save_IFS
6547
6548 fi
6549 fi
6550 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6551 if test -n "$ac_ct_OBJDUMP"; then
6552   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6553 $as_echo "$ac_ct_OBJDUMP" >&6; }
6554 else
6555   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6556 $as_echo "no" >&6; }
6557 fi
6558
6559   if test "x$ac_ct_OBJDUMP" = x; then
6560     OBJDUMP="false"
6561   else
6562     case $cross_compiling:$ac_tool_warned in
6563 yes:)
6564 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6565 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6566 ac_tool_warned=yes ;;
6567 esac
6568     OBJDUMP=$ac_ct_OBJDUMP
6569   fi
6570 else
6571   OBJDUMP="$ac_cv_prog_OBJDUMP"
6572 fi
6573
6574 test -z "$OBJDUMP" && OBJDUMP=objdump
6575
6576
6577
6578
6579
6580
6581
6582
6583
6584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6585 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6586 if test "${lt_cv_deplibs_check_method+set}" = set; then :
6587   $as_echo_n "(cached) " >&6
6588 else
6589   lt_cv_file_magic_cmd='$MAGIC_CMD'
6590 lt_cv_file_magic_test_file=
6591 lt_cv_deplibs_check_method='unknown'
6592 # Need to set the preceding variable on all platforms that support
6593 # interlibrary dependencies.
6594 # 'none' -- dependencies not supported.
6595 # `unknown' -- same as none, but documents that we really don't know.
6596 # 'pass_all' -- all dependencies passed with no checks.
6597 # 'test_compile' -- check by making test program.
6598 # 'file_magic [[regex]]' -- check by looking for files in library path
6599 # which responds to the $file_magic_cmd with a given extended regex.
6600 # If you have `file' or equivalent on your system and you're not sure
6601 # whether `pass_all' will *always* work, you probably want this one.
6602
6603 case $host_os in
6604 aix[4-9]*)
6605   lt_cv_deplibs_check_method=pass_all
6606   ;;
6607
6608 beos*)
6609   lt_cv_deplibs_check_method=pass_all
6610   ;;
6611
6612 bsdi[45]*)
6613   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6614   lt_cv_file_magic_cmd='/usr/bin/file -L'
6615   lt_cv_file_magic_test_file=/shlib/libc.so
6616   ;;
6617
6618 cygwin*)
6619   # func_win32_libid is a shell function defined in ltmain.sh
6620   lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6621   lt_cv_file_magic_cmd='func_win32_libid'
6622   ;;
6623
6624 mingw* | pw32*)
6625   # Base MSYS/MinGW do not provide the 'file' command needed by
6626   # func_win32_libid shell function, so use a weaker test based on 'objdump',
6627   # unless we find 'file', for example because we are cross-compiling.
6628   # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6629   if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6630     lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6631     lt_cv_file_magic_cmd='func_win32_libid'
6632   else
6633     lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6634     lt_cv_file_magic_cmd='$OBJDUMP -f'
6635   fi
6636   ;;
6637
6638 cegcc*)
6639   # use the weaker test based on 'objdump'. See mingw*.
6640   lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6641   lt_cv_file_magic_cmd='$OBJDUMP -f'
6642   ;;
6643
6644 darwin* | rhapsody*)
6645   lt_cv_deplibs_check_method=pass_all
6646   ;;
6647
6648 freebsd* | dragonfly*)
6649   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6650     case $host_cpu in
6651     i*86 )
6652       # Not sure whether the presence of OpenBSD here was a mistake.
6653       # Let's accept both of them until this is cleared up.
6654       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6655       lt_cv_file_magic_cmd=/usr/bin/file
6656       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6657       ;;
6658     esac
6659   else
6660     lt_cv_deplibs_check_method=pass_all
6661   fi
6662   ;;
6663
6664 gnu*)
6665   lt_cv_deplibs_check_method=pass_all
6666   ;;
6667
6668 haiku*)
6669   lt_cv_deplibs_check_method=pass_all
6670   ;;
6671
6672 hpux10.20* | hpux11*)
6673   lt_cv_file_magic_cmd=/usr/bin/file
6674   case $host_cpu in
6675   ia64*)
6676     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6677     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6678     ;;
6679   hppa*64*)
6680     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]'
6681     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6682     ;;
6683   *)
6684     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6685     lt_cv_file_magic_test_file=/usr/lib/libc.sl
6686     ;;
6687   esac
6688   ;;
6689
6690 interix[3-9]*)
6691   # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6692   lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6693   ;;
6694
6695 irix5* | irix6* | nonstopux*)
6696   case $LD in
6697   *-32|*"-32 ") libmagic=32-bit;;
6698   *-n32|*"-n32 ") libmagic=N32;;
6699   *-64|*"-64 ") libmagic=64-bit;;
6700   *) libmagic=never-match;;
6701   esac
6702   lt_cv_deplibs_check_method=pass_all
6703   ;;
6704
6705 # This must be Linux ELF.
6706 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6707   lt_cv_deplibs_check_method=pass_all
6708   ;;
6709
6710 netbsd*)
6711   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6712     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6713   else
6714     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6715   fi
6716   ;;
6717
6718 newos6*)
6719   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6720   lt_cv_file_magic_cmd=/usr/bin/file
6721   lt_cv_file_magic_test_file=/usr/lib/libnls.so
6722   ;;
6723
6724 *nto* | *qnx*)
6725   lt_cv_deplibs_check_method=pass_all
6726   ;;
6727
6728 openbsd*)
6729   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6730     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6731   else
6732     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6733   fi
6734   ;;
6735
6736 osf3* | osf4* | osf5*)
6737   lt_cv_deplibs_check_method=pass_all
6738   ;;
6739
6740 rdos*)
6741   lt_cv_deplibs_check_method=pass_all
6742   ;;
6743
6744 solaris*)
6745   lt_cv_deplibs_check_method=pass_all
6746   ;;
6747
6748 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6749   lt_cv_deplibs_check_method=pass_all
6750   ;;
6751
6752 sysv4 | sysv4.3*)
6753   case $host_vendor in
6754   motorola)
6755     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]'
6756     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6757     ;;
6758   ncr)
6759     lt_cv_deplibs_check_method=pass_all
6760     ;;
6761   sequent)
6762     lt_cv_file_magic_cmd='/bin/file'
6763     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6764     ;;
6765   sni)
6766     lt_cv_file_magic_cmd='/bin/file'
6767     lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6768     lt_cv_file_magic_test_file=/lib/libc.so
6769     ;;
6770   siemens)
6771     lt_cv_deplibs_check_method=pass_all
6772     ;;
6773   pc)
6774     lt_cv_deplibs_check_method=pass_all
6775     ;;
6776   esac
6777   ;;
6778
6779 tpf*)
6780   lt_cv_deplibs_check_method=pass_all
6781   ;;
6782 esac
6783
6784 fi
6785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6786 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6787 file_magic_cmd=$lt_cv_file_magic_cmd
6788 deplibs_check_method=$lt_cv_deplibs_check_method
6789 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6790
6791
6792
6793
6794
6795
6796
6797
6798
6799
6800
6801
6802 if test -n "$ac_tool_prefix"; then
6803   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6804 set dummy ${ac_tool_prefix}ar; ac_word=$2
6805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6806 $as_echo_n "checking for $ac_word... " >&6; }
6807 if test "${ac_cv_prog_AR+set}" = set; then :
6808   $as_echo_n "(cached) " >&6
6809 else
6810   if test -n "$AR"; then
6811   ac_cv_prog_AR="$AR" # Let the user override the test.
6812 else
6813 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6814 for as_dir in $PATH
6815 do
6816   IFS=$as_save_IFS
6817   test -z "$as_dir" && as_dir=.
6818     for ac_exec_ext in '' $ac_executable_extensions; do
6819   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6820     ac_cv_prog_AR="${ac_tool_prefix}ar"
6821     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6822     break 2
6823   fi
6824 done
6825   done
6826 IFS=$as_save_IFS
6827
6828 fi
6829 fi
6830 AR=$ac_cv_prog_AR
6831 if test -n "$AR"; then
6832   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6833 $as_echo "$AR" >&6; }
6834 else
6835   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6836 $as_echo "no" >&6; }
6837 fi
6838
6839
6840 fi
6841 if test -z "$ac_cv_prog_AR"; then
6842   ac_ct_AR=$AR
6843   # Extract the first word of "ar", so it can be a program name with args.
6844 set dummy ar; ac_word=$2
6845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6846 $as_echo_n "checking for $ac_word... " >&6; }
6847 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6848   $as_echo_n "(cached) " >&6
6849 else
6850   if test -n "$ac_ct_AR"; then
6851   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6852 else
6853 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6854 for as_dir in $PATH
6855 do
6856   IFS=$as_save_IFS
6857   test -z "$as_dir" && as_dir=.
6858     for ac_exec_ext in '' $ac_executable_extensions; do
6859   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6860     ac_cv_prog_ac_ct_AR="ar"
6861     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6862     break 2
6863   fi
6864 done
6865   done
6866 IFS=$as_save_IFS
6867
6868 fi
6869 fi
6870 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6871 if test -n "$ac_ct_AR"; then
6872   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6873 $as_echo "$ac_ct_AR" >&6; }
6874 else
6875   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6876 $as_echo "no" >&6; }
6877 fi
6878
6879   if test "x$ac_ct_AR" = x; then
6880     AR="false"
6881   else
6882     case $cross_compiling:$ac_tool_warned in
6883 yes:)
6884 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6885 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6886 ac_tool_warned=yes ;;
6887 esac
6888     AR=$ac_ct_AR
6889   fi
6890 else
6891   AR="$ac_cv_prog_AR"
6892 fi
6893
6894 test -z "$AR" && AR=ar
6895 test -z "$AR_FLAGS" && AR_FLAGS=cru
6896
6897
6898
6899
6900
6901
6902
6903
6904
6905
6906
6907 if test -n "$ac_tool_prefix"; then
6908   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6909 set dummy ${ac_tool_prefix}strip; ac_word=$2
6910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6911 $as_echo_n "checking for $ac_word... " >&6; }
6912 if test "${ac_cv_prog_STRIP+set}" = set; then :
6913   $as_echo_n "(cached) " >&6
6914 else
6915   if test -n "$STRIP"; then
6916   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6917 else
6918 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6919 for as_dir in $PATH
6920 do
6921   IFS=$as_save_IFS
6922   test -z "$as_dir" && as_dir=.
6923     for ac_exec_ext in '' $ac_executable_extensions; do
6924   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6925     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6926     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6927     break 2
6928   fi
6929 done
6930   done
6931 IFS=$as_save_IFS
6932
6933 fi
6934 fi
6935 STRIP=$ac_cv_prog_STRIP
6936 if test -n "$STRIP"; then
6937   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6938 $as_echo "$STRIP" >&6; }
6939 else
6940   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6941 $as_echo "no" >&6; }
6942 fi
6943
6944
6945 fi
6946 if test -z "$ac_cv_prog_STRIP"; then
6947   ac_ct_STRIP=$STRIP
6948   # Extract the first word of "strip", so it can be a program name with args.
6949 set dummy strip; ac_word=$2
6950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6951 $as_echo_n "checking for $ac_word... " >&6; }
6952 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6953   $as_echo_n "(cached) " >&6
6954 else
6955   if test -n "$ac_ct_STRIP"; then
6956   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6957 else
6958 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6959 for as_dir in $PATH
6960 do
6961   IFS=$as_save_IFS
6962   test -z "$as_dir" && as_dir=.
6963     for ac_exec_ext in '' $ac_executable_extensions; do
6964   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6965     ac_cv_prog_ac_ct_STRIP="strip"
6966     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6967     break 2
6968   fi
6969 done
6970   done
6971 IFS=$as_save_IFS
6972
6973 fi
6974 fi
6975 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6976 if test -n "$ac_ct_STRIP"; then
6977   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6978 $as_echo "$ac_ct_STRIP" >&6; }
6979 else
6980   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6981 $as_echo "no" >&6; }
6982 fi
6983
6984   if test "x$ac_ct_STRIP" = x; then
6985     STRIP=":"
6986   else
6987     case $cross_compiling:$ac_tool_warned in
6988 yes:)
6989 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6990 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6991 ac_tool_warned=yes ;;
6992 esac
6993     STRIP=$ac_ct_STRIP
6994   fi
6995 else
6996   STRIP="$ac_cv_prog_STRIP"
6997 fi
6998
6999 test -z "$STRIP" && STRIP=:
7000
7001
7002
7003
7004
7005
7006 if test -n "$ac_tool_prefix"; then
7007   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
7008 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
7009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7010 $as_echo_n "checking for $ac_word... " >&6; }
7011 if test "${ac_cv_prog_RANLIB+set}" = set; then :
7012   $as_echo_n "(cached) " >&6
7013 else
7014   if test -n "$RANLIB"; then
7015   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7016 else
7017 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7018 for as_dir in $PATH
7019 do
7020   IFS=$as_save_IFS
7021   test -z "$as_dir" && as_dir=.
7022     for ac_exec_ext in '' $ac_executable_extensions; do
7023   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7024     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
7025     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7026     break 2
7027   fi
7028 done
7029   done
7030 IFS=$as_save_IFS
7031
7032 fi
7033 fi
7034 RANLIB=$ac_cv_prog_RANLIB
7035 if test -n "$RANLIB"; then
7036   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
7037 $as_echo "$RANLIB" >&6; }
7038 else
7039   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7040 $as_echo "no" >&6; }
7041 fi
7042
7043
7044 fi
7045 if test -z "$ac_cv_prog_RANLIB"; then
7046   ac_ct_RANLIB=$RANLIB
7047   # Extract the first word of "ranlib", so it can be a program name with args.
7048 set dummy ranlib; ac_word=$2
7049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7050 $as_echo_n "checking for $ac_word... " >&6; }
7051 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
7052   $as_echo_n "(cached) " >&6
7053 else
7054   if test -n "$ac_ct_RANLIB"; then
7055   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7056 else
7057 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7058 for as_dir in $PATH
7059 do
7060   IFS=$as_save_IFS
7061   test -z "$as_dir" && as_dir=.
7062     for ac_exec_ext in '' $ac_executable_extensions; do
7063   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7064     ac_cv_prog_ac_ct_RANLIB="ranlib"
7065     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7066     break 2
7067   fi
7068 done
7069   done
7070 IFS=$as_save_IFS
7071
7072 fi
7073 fi
7074 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7075 if test -n "$ac_ct_RANLIB"; then
7076   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7077 $as_echo "$ac_ct_RANLIB" >&6; }
7078 else
7079   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7080 $as_echo "no" >&6; }
7081 fi
7082
7083   if test "x$ac_ct_RANLIB" = x; then
7084     RANLIB=":"
7085   else
7086     case $cross_compiling:$ac_tool_warned in
7087 yes:)
7088 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7089 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7090 ac_tool_warned=yes ;;
7091 esac
7092     RANLIB=$ac_ct_RANLIB
7093   fi
7094 else
7095   RANLIB="$ac_cv_prog_RANLIB"
7096 fi
7097
7098 test -z "$RANLIB" && RANLIB=:
7099
7100
7101
7102
7103
7104
7105 # Determine commands to create old-style static archives.
7106 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7107 old_postinstall_cmds='chmod 644 $oldlib'
7108 old_postuninstall_cmds=
7109
7110 if test -n "$RANLIB"; then
7111   case $host_os in
7112   openbsd*)
7113     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7114     ;;
7115   *)
7116     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7117     ;;
7118   esac
7119   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
7120 fi
7121
7122 case $host_os in
7123   darwin*)
7124     lock_old_archive_extraction=yes ;;
7125   *)
7126     lock_old_archive_extraction=no ;;
7127 esac
7128
7129
7130
7131
7132
7133
7134
7135
7136
7137
7138
7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149 for ac_prog in gawk mawk nawk awk
7150 do
7151   # Extract the first word of "$ac_prog", so it can be a program name with args.
7152 set dummy $ac_prog; ac_word=$2
7153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7154 $as_echo_n "checking for $ac_word... " >&6; }
7155 if test "${ac_cv_prog_AWK+set}" = set; then :
7156   $as_echo_n "(cached) " >&6
7157 else
7158   if test -n "$AWK"; then
7159   ac_cv_prog_AWK="$AWK" # Let the user override the test.
7160 else
7161 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7162 for as_dir in $PATH
7163 do
7164   IFS=$as_save_IFS
7165   test -z "$as_dir" && as_dir=.
7166     for ac_exec_ext in '' $ac_executable_extensions; do
7167   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7168     ac_cv_prog_AWK="$ac_prog"
7169     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7170     break 2
7171   fi
7172 done
7173   done
7174 IFS=$as_save_IFS
7175
7176 fi
7177 fi
7178 AWK=$ac_cv_prog_AWK
7179 if test -n "$AWK"; then
7180   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7181 $as_echo "$AWK" >&6; }
7182 else
7183   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7184 $as_echo "no" >&6; }
7185 fi
7186
7187
7188   test -n "$AWK" && break
7189 done
7190
7191
7192
7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203
7204
7205
7206
7207
7208
7209 # If no C compiler was specified, use CC.
7210 LTCC=${LTCC-"$CC"}
7211
7212 # If no C compiler flags were specified, use CFLAGS.
7213 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7214
7215 # Allow CC to be a program name with arguments.
7216 compiler=$CC
7217
7218
7219 # Check for command to grab the raw symbol name followed by C symbol from nm.
7220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7221 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7222 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
7223   $as_echo_n "(cached) " >&6
7224 else
7225
7226 # These are sane defaults that work on at least a few old systems.
7227 # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
7228
7229 # Character class describing NM global symbol codes.
7230 symcode='[BCDEGRST]'
7231
7232 # Regexp to match symbols that can be accessed directly from C.
7233 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7234
7235 # Define system-specific variables.
7236 case $host_os in
7237 aix*)
7238   symcode='[BCDT]'
7239   ;;
7240 cygwin* | mingw* | pw32* | cegcc*)
7241   symcode='[ABCDGISTW]'
7242   ;;
7243 hpux*)
7244   if test "$host_cpu" = ia64; then
7245     symcode='[ABCDEGRST]'
7246   fi
7247   ;;
7248 irix* | nonstopux*)
7249   symcode='[BCDEGRST]'
7250   ;;
7251 osf*)
7252   symcode='[BCDEGQRST]'
7253   ;;
7254 solaris*)
7255   symcode='[BDRT]'
7256   ;;
7257 sco3.2v5*)
7258   symcode='[DT]'
7259   ;;
7260 sysv4.2uw2*)
7261   symcode='[DT]'
7262   ;;
7263 sysv5* | sco5v6* | unixware* | OpenUNIX*)
7264   symcode='[ABDT]'
7265   ;;
7266 sysv4)
7267   symcode='[DFNSTU]'
7268   ;;
7269 esac
7270
7271 # If we're using GNU nm, then use its standard symbol codes.
7272 case `$NM -V 2>&1` in
7273 *GNU* | *'with BFD'*)
7274   symcode='[ABCDGIRSTW]' ;;
7275 esac
7276
7277 # Transform an extracted symbol line into a proper C declaration.
7278 # Some systems (esp. on ia64) link data and code symbols differently,
7279 # so use this general approach.
7280 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7281
7282 # Transform an extracted symbol line into symbol name and symbol address
7283 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (void *) \&\2},/p'"
7284 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'"
7285
7286 # Handle CRLF in mingw tool chain
7287 opt_cr=
7288 case $build_os in
7289 mingw*)
7290   opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7291   ;;
7292 esac
7293
7294 # Try without a prefix underscore, then with it.
7295 for ac_symprfx in "" "_"; do
7296
7297   # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7298   symxfrm="\\1 $ac_symprfx\\2 \\2"
7299
7300   # Write the raw and C identifiers.
7301   if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7302     # Fake it for dumpbin and say T for any non-static function
7303     # and D for any global variable.
7304     # Also find C++ and __fastcall symbols from MSVC++,
7305     # which start with @ or ?.
7306     lt_cv_sys_global_symbol_pipe="$AWK '"\
7307 "     {last_section=section; section=\$ 3};"\
7308 "     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7309 "     \$ 0!~/External *\|/{next};"\
7310 "     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7311 "     {if(hide[section]) next};"\
7312 "     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7313 "     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7314 "     s[1]~/^[@?]/{print s[1], s[1]; next};"\
7315 "     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7316 "     ' prfx=^$ac_symprfx"
7317   else
7318     lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[      ]\($symcode$symcode*\)[         ][      ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7319   fi
7320
7321   # Check to see that the pipe works correctly.
7322   pipe_works=no
7323
7324   rm -f conftest*
7325   cat > conftest.$ac_ext <<_LT_EOF
7326 #ifdef __cplusplus
7327 extern "C" {
7328 #endif
7329 char nm_test_var;
7330 void nm_test_func(void);
7331 void nm_test_func(void){}
7332 #ifdef __cplusplus
7333 }
7334 #endif
7335 int main(){nm_test_var='a';nm_test_func();return(0);}
7336 _LT_EOF
7337
7338   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7339   (eval $ac_compile) 2>&5
7340   ac_status=$?
7341   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7342   test $ac_status = 0; }; then
7343     # Now try to grab the symbols.
7344     nlist=conftest.nm
7345     if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7346   (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7347   ac_status=$?
7348   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7349   test $ac_status = 0; } && test -s "$nlist"; then
7350       # Try sorting and uniquifying the output.
7351       if sort "$nlist" | uniq > "$nlist"T; then
7352         mv -f "$nlist"T "$nlist"
7353       else
7354         rm -f "$nlist"T
7355       fi
7356
7357       # Make sure that we snagged all the symbols we need.
7358       if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7359         if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7360           cat <<_LT_EOF > conftest.$ac_ext
7361 #ifdef __cplusplus
7362 extern "C" {
7363 #endif
7364
7365 _LT_EOF
7366           # Now generate the symbol file.
7367           eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7368
7369           cat <<_LT_EOF >> conftest.$ac_ext
7370
7371 /* The mapping between symbol names and symbols.  */
7372 const struct {
7373   const char *name;
7374   void       *address;
7375 }
7376 lt__PROGRAM__LTX_preloaded_symbols[] =
7377 {
7378   { "@PROGRAM@", (void *) 0 },
7379 _LT_EOF
7380           $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7381           cat <<\_LT_EOF >> conftest.$ac_ext
7382   {0, (void *) 0}
7383 };
7384
7385 /* This works around a problem in FreeBSD linker */
7386 #ifdef FREEBSD_WORKAROUND
7387 static const void *lt_preloaded_setup() {
7388   return lt__PROGRAM__LTX_preloaded_symbols;
7389 }
7390 #endif
7391
7392 #ifdef __cplusplus
7393 }
7394 #endif
7395 _LT_EOF
7396           # Now try linking the two files.
7397           mv conftest.$ac_objext conftstm.$ac_objext
7398           lt_save_LIBS="$LIBS"
7399           lt_save_CFLAGS="$CFLAGS"
7400           LIBS="conftstm.$ac_objext"
7401           CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7402           if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7403   (eval $ac_link) 2>&5
7404   ac_status=$?
7405   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7406   test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7407             pipe_works=yes
7408           fi
7409           LIBS="$lt_save_LIBS"
7410           CFLAGS="$lt_save_CFLAGS"
7411         else
7412           echo "cannot find nm_test_func in $nlist" >&5
7413         fi
7414       else
7415         echo "cannot find nm_test_var in $nlist" >&5
7416       fi
7417     else
7418       echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7419     fi
7420   else
7421     echo "$progname: failed program was:" >&5
7422     cat conftest.$ac_ext >&5
7423   fi
7424   rm -rf conftest* conftst*
7425
7426   # Do not use the global_symbol_pipe unless it works.
7427   if test "$pipe_works" = yes; then
7428     break
7429   else
7430     lt_cv_sys_global_symbol_pipe=
7431   fi
7432 done
7433
7434 fi
7435
7436 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7437   lt_cv_sys_global_symbol_to_cdecl=
7438 fi
7439 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7440   { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7441 $as_echo "failed" >&6; }
7442 else
7443   { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7444 $as_echo "ok" >&6; }
7445 fi
7446
7447
7448
7449
7450
7451
7452
7453
7454
7455
7456
7457
7458
7459
7460
7461
7462
7463
7464
7465
7466
7467
7468 # Check whether --enable-libtool-lock was given.
7469 if test "${enable_libtool_lock+set}" = set; then :
7470   enableval=$enable_libtool_lock;
7471 fi
7472
7473 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7474
7475 # Some flags need to be propagated to the compiler or linker for good
7476 # libtool support.
7477 case $host in
7478 ia64-*-hpux*)
7479   # Find out which ABI we are using.
7480   echo 'int i;' > conftest.$ac_ext
7481   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7482   (eval $ac_compile) 2>&5
7483   ac_status=$?
7484   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7485   test $ac_status = 0; }; then
7486     case `/usr/bin/file conftest.$ac_objext` in
7487       *ELF-32*)
7488         HPUX_IA64_MODE="32"
7489         ;;
7490       *ELF-64*)
7491         HPUX_IA64_MODE="64"
7492         ;;
7493     esac
7494   fi
7495   rm -rf conftest*
7496   ;;
7497 *-*-irix6*)
7498   # Find out which ABI we are using.
7499   echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7500   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7501   (eval $ac_compile) 2>&5
7502   ac_status=$?
7503   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7504   test $ac_status = 0; }; then
7505     if test "$lt_cv_prog_gnu_ld" = yes; then
7506       case `/usr/bin/file conftest.$ac_objext` in
7507         *32-bit*)
7508           LD="${LD-ld} -melf32bsmip"
7509           ;;
7510         *N32*)
7511           LD="${LD-ld} -melf32bmipn32"
7512           ;;
7513         *64-bit*)
7514           LD="${LD-ld} -melf64bmip"
7515         ;;
7516       esac
7517     else
7518       case `/usr/bin/file conftest.$ac_objext` in
7519         *32-bit*)
7520           LD="${LD-ld} -32"
7521           ;;
7522         *N32*)
7523           LD="${LD-ld} -n32"
7524           ;;
7525         *64-bit*)
7526           LD="${LD-ld} -64"
7527           ;;
7528       esac
7529     fi
7530   fi
7531   rm -rf conftest*
7532   ;;
7533
7534 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7535 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7536   # Find out which ABI we are using.
7537   echo 'int i;' > conftest.$ac_ext
7538   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7539   (eval $ac_compile) 2>&5
7540   ac_status=$?
7541   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7542   test $ac_status = 0; }; then
7543     case `/usr/bin/file conftest.o` in
7544       *32-bit*)
7545         case $host in
7546           x86_64-*kfreebsd*-gnu)
7547             LD="${LD-ld} -m elf_i386_fbsd"
7548             ;;
7549           x86_64-*linux*)
7550             case `/usr/bin/file conftest.o` in
7551               *x86-64*)
7552                 LD="${LD-ld} -m elf32_x86_64"
7553                 ;;
7554               *)
7555                 LD="${LD-ld} -m elf_i386"
7556                 ;;
7557             esac
7558             ;;
7559           powerpc64le-*linux*)
7560             LD="${LD-ld} -m elf32lppclinux"
7561             ;;
7562           powerpc64-*linux*)
7563             LD="${LD-ld} -m elf32ppclinux"
7564             ;;
7565           s390x-*linux*)
7566             LD="${LD-ld} -m elf_s390"
7567             ;;
7568           sparc64-*linux*)
7569             LD="${LD-ld} -m elf32_sparc"
7570             ;;
7571         esac
7572         ;;
7573       *64-bit*)
7574         case $host in
7575           x86_64-*kfreebsd*-gnu)
7576             LD="${LD-ld} -m elf_x86_64_fbsd"
7577             ;;
7578           x86_64-*linux*)
7579             LD="${LD-ld} -m elf_x86_64"
7580             ;;
7581           powerpcle-*linux*)
7582             LD="${LD-ld} -m elf64lppc"
7583             ;;
7584           powerpc-*linux*)
7585             LD="${LD-ld} -m elf64ppc"
7586             ;;
7587           s390*-*linux*|s390*-*tpf*)
7588             LD="${LD-ld} -m elf64_s390"
7589             ;;
7590           sparc*-*linux*)
7591             LD="${LD-ld} -m elf64_sparc"
7592             ;;
7593         esac
7594         ;;
7595     esac
7596   fi
7597   rm -rf conftest*
7598   ;;
7599
7600 *-*-sco3.2v5*)
7601   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7602   SAVE_CFLAGS="$CFLAGS"
7603   CFLAGS="$CFLAGS -belf"
7604   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7605 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7606 if test "${lt_cv_cc_needs_belf+set}" = set; then :
7607   $as_echo_n "(cached) " >&6
7608 else
7609   ac_ext=c
7610 ac_cpp='$CPP $CPPFLAGS'
7611 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7612 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7613 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7614
7615      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7616 /* end confdefs.h.  */
7617
7618 int
7619 main ()
7620 {
7621
7622   ;
7623   return 0;
7624 }
7625 _ACEOF
7626 if ac_fn_c_try_link "$LINENO"; then :
7627   lt_cv_cc_needs_belf=yes
7628 else
7629   lt_cv_cc_needs_belf=no
7630 fi
7631 rm -f core conftest.err conftest.$ac_objext \
7632     conftest$ac_exeext conftest.$ac_ext
7633      ac_ext=c
7634 ac_cpp='$CPP $CPPFLAGS'
7635 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7636 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7637 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7638
7639 fi
7640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7641 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7642   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7643     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7644     CFLAGS="$SAVE_CFLAGS"
7645   fi
7646   ;;
7647 sparc*-*solaris*)
7648   # Find out which ABI we are using.
7649   echo 'int i;' > conftest.$ac_ext
7650   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7651   (eval $ac_compile) 2>&5
7652   ac_status=$?
7653   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7654   test $ac_status = 0; }; then
7655     case `/usr/bin/file conftest.o` in
7656     *64-bit*)
7657       case $lt_cv_prog_gnu_ld in
7658       yes*) LD="${LD-ld} -m elf64_sparc" ;;
7659       *)
7660         if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7661           LD="${LD-ld} -64"
7662         fi
7663         ;;
7664       esac
7665       ;;
7666     esac
7667   fi
7668   rm -rf conftest*
7669   ;;
7670 esac
7671
7672 need_locks="$enable_libtool_lock"
7673
7674
7675   case $host_os in
7676     rhapsody* | darwin*)
7677     if test -n "$ac_tool_prefix"; then
7678   # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7679 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7681 $as_echo_n "checking for $ac_word... " >&6; }
7682 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7683   $as_echo_n "(cached) " >&6
7684 else
7685   if test -n "$DSYMUTIL"; then
7686   ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7687 else
7688 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7689 for as_dir in $PATH
7690 do
7691   IFS=$as_save_IFS
7692   test -z "$as_dir" && as_dir=.
7693     for ac_exec_ext in '' $ac_executable_extensions; do
7694   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7695     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7696     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7697     break 2
7698   fi
7699 done
7700   done
7701 IFS=$as_save_IFS
7702
7703 fi
7704 fi
7705 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7706 if test -n "$DSYMUTIL"; then
7707   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7708 $as_echo "$DSYMUTIL" >&6; }
7709 else
7710   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7711 $as_echo "no" >&6; }
7712 fi
7713
7714
7715 fi
7716 if test -z "$ac_cv_prog_DSYMUTIL"; then
7717   ac_ct_DSYMUTIL=$DSYMUTIL
7718   # Extract the first word of "dsymutil", so it can be a program name with args.
7719 set dummy dsymutil; ac_word=$2
7720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7721 $as_echo_n "checking for $ac_word... " >&6; }
7722 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7723   $as_echo_n "(cached) " >&6
7724 else
7725   if test -n "$ac_ct_DSYMUTIL"; then
7726   ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7727 else
7728 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7729 for as_dir in $PATH
7730 do
7731   IFS=$as_save_IFS
7732   test -z "$as_dir" && as_dir=.
7733     for ac_exec_ext in '' $ac_executable_extensions; do
7734   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7735     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7736     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7737     break 2
7738   fi
7739 done
7740   done
7741 IFS=$as_save_IFS
7742
7743 fi
7744 fi
7745 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7746 if test -n "$ac_ct_DSYMUTIL"; then
7747   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7748 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7749 else
7750   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7751 $as_echo "no" >&6; }
7752 fi
7753
7754   if test "x$ac_ct_DSYMUTIL" = x; then
7755     DSYMUTIL=":"
7756   else
7757     case $cross_compiling:$ac_tool_warned in
7758 yes:)
7759 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7760 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7761 ac_tool_warned=yes ;;
7762 esac
7763     DSYMUTIL=$ac_ct_DSYMUTIL
7764   fi
7765 else
7766   DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7767 fi
7768
7769     if test -n "$ac_tool_prefix"; then
7770   # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7771 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7773 $as_echo_n "checking for $ac_word... " >&6; }
7774 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7775   $as_echo_n "(cached) " >&6
7776 else
7777   if test -n "$NMEDIT"; then
7778   ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7779 else
7780 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7781 for as_dir in $PATH
7782 do
7783   IFS=$as_save_IFS
7784   test -z "$as_dir" && as_dir=.
7785     for ac_exec_ext in '' $ac_executable_extensions; do
7786   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7787     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7788     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7789     break 2
7790   fi
7791 done
7792   done
7793 IFS=$as_save_IFS
7794
7795 fi
7796 fi
7797 NMEDIT=$ac_cv_prog_NMEDIT
7798 if test -n "$NMEDIT"; then
7799   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7800 $as_echo "$NMEDIT" >&6; }
7801 else
7802   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7803 $as_echo "no" >&6; }
7804 fi
7805
7806
7807 fi
7808 if test -z "$ac_cv_prog_NMEDIT"; then
7809   ac_ct_NMEDIT=$NMEDIT
7810   # Extract the first word of "nmedit", so it can be a program name with args.
7811 set dummy nmedit; ac_word=$2
7812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7813 $as_echo_n "checking for $ac_word... " >&6; }
7814 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7815   $as_echo_n "(cached) " >&6
7816 else
7817   if test -n "$ac_ct_NMEDIT"; then
7818   ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7819 else
7820 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7821 for as_dir in $PATH
7822 do
7823   IFS=$as_save_IFS
7824   test -z "$as_dir" && as_dir=.
7825     for ac_exec_ext in '' $ac_executable_extensions; do
7826   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7827     ac_cv_prog_ac_ct_NMEDIT="nmedit"
7828     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7829     break 2
7830   fi
7831 done
7832   done
7833 IFS=$as_save_IFS
7834
7835 fi
7836 fi
7837 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7838 if test -n "$ac_ct_NMEDIT"; then
7839   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7840 $as_echo "$ac_ct_NMEDIT" >&6; }
7841 else
7842   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7843 $as_echo "no" >&6; }
7844 fi
7845
7846   if test "x$ac_ct_NMEDIT" = x; then
7847     NMEDIT=":"
7848   else
7849     case $cross_compiling:$ac_tool_warned in
7850 yes:)
7851 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7852 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7853 ac_tool_warned=yes ;;
7854 esac
7855     NMEDIT=$ac_ct_NMEDIT
7856   fi
7857 else
7858   NMEDIT="$ac_cv_prog_NMEDIT"
7859 fi
7860
7861     if test -n "$ac_tool_prefix"; then
7862   # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7863 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7865 $as_echo_n "checking for $ac_word... " >&6; }
7866 if test "${ac_cv_prog_LIPO+set}" = set; then :
7867   $as_echo_n "(cached) " >&6
7868 else
7869   if test -n "$LIPO"; then
7870   ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7871 else
7872 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7873 for as_dir in $PATH
7874 do
7875   IFS=$as_save_IFS
7876   test -z "$as_dir" && as_dir=.
7877     for ac_exec_ext in '' $ac_executable_extensions; do
7878   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7879     ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7880     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7881     break 2
7882   fi
7883 done
7884   done
7885 IFS=$as_save_IFS
7886
7887 fi
7888 fi
7889 LIPO=$ac_cv_prog_LIPO
7890 if test -n "$LIPO"; then
7891   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7892 $as_echo "$LIPO" >&6; }
7893 else
7894   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7895 $as_echo "no" >&6; }
7896 fi
7897
7898
7899 fi
7900 if test -z "$ac_cv_prog_LIPO"; then
7901   ac_ct_LIPO=$LIPO
7902   # Extract the first word of "lipo", so it can be a program name with args.
7903 set dummy lipo; ac_word=$2
7904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7905 $as_echo_n "checking for $ac_word... " >&6; }
7906 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7907   $as_echo_n "(cached) " >&6
7908 else
7909   if test -n "$ac_ct_LIPO"; then
7910   ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7911 else
7912 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7913 for as_dir in $PATH
7914 do
7915   IFS=$as_save_IFS
7916   test -z "$as_dir" && as_dir=.
7917     for ac_exec_ext in '' $ac_executable_extensions; do
7918   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7919     ac_cv_prog_ac_ct_LIPO="lipo"
7920     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7921     break 2
7922   fi
7923 done
7924   done
7925 IFS=$as_save_IFS
7926
7927 fi
7928 fi
7929 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7930 if test -n "$ac_ct_LIPO"; then
7931   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7932 $as_echo "$ac_ct_LIPO" >&6; }
7933 else
7934   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7935 $as_echo "no" >&6; }
7936 fi
7937
7938   if test "x$ac_ct_LIPO" = x; then
7939     LIPO=":"
7940   else
7941     case $cross_compiling:$ac_tool_warned in
7942 yes:)
7943 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7944 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7945 ac_tool_warned=yes ;;
7946 esac
7947     LIPO=$ac_ct_LIPO
7948   fi
7949 else
7950   LIPO="$ac_cv_prog_LIPO"
7951 fi
7952
7953     if test -n "$ac_tool_prefix"; then
7954   # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7955 set dummy ${ac_tool_prefix}otool; ac_word=$2
7956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7957 $as_echo_n "checking for $ac_word... " >&6; }
7958 if test "${ac_cv_prog_OTOOL+set}" = set; then :
7959   $as_echo_n "(cached) " >&6
7960 else
7961   if test -n "$OTOOL"; then
7962   ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7963 else
7964 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7965 for as_dir in $PATH
7966 do
7967   IFS=$as_save_IFS
7968   test -z "$as_dir" && as_dir=.
7969     for ac_exec_ext in '' $ac_executable_extensions; do
7970   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7971     ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7972     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7973     break 2
7974   fi
7975 done
7976   done
7977 IFS=$as_save_IFS
7978
7979 fi
7980 fi
7981 OTOOL=$ac_cv_prog_OTOOL
7982 if test -n "$OTOOL"; then
7983   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7984 $as_echo "$OTOOL" >&6; }
7985 else
7986   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7987 $as_echo "no" >&6; }
7988 fi
7989
7990
7991 fi
7992 if test -z "$ac_cv_prog_OTOOL"; then
7993   ac_ct_OTOOL=$OTOOL
7994   # Extract the first word of "otool", so it can be a program name with args.
7995 set dummy otool; ac_word=$2
7996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7997 $as_echo_n "checking for $ac_word... " >&6; }
7998 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7999   $as_echo_n "(cached) " >&6
8000 else
8001   if test -n "$ac_ct_OTOOL"; then
8002   ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
8003 else
8004 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8005 for as_dir in $PATH
8006 do
8007   IFS=$as_save_IFS
8008   test -z "$as_dir" && as_dir=.
8009     for ac_exec_ext in '' $ac_executable_extensions; do
8010   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8011     ac_cv_prog_ac_ct_OTOOL="otool"
8012     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8013     break 2
8014   fi
8015 done
8016   done
8017 IFS=$as_save_IFS
8018
8019 fi
8020 fi
8021 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
8022 if test -n "$ac_ct_OTOOL"; then
8023   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
8024 $as_echo "$ac_ct_OTOOL" >&6; }
8025 else
8026   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8027 $as_echo "no" >&6; }
8028 fi
8029
8030   if test "x$ac_ct_OTOOL" = x; then
8031     OTOOL=":"
8032   else
8033     case $cross_compiling:$ac_tool_warned in
8034 yes:)
8035 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8036 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8037 ac_tool_warned=yes ;;
8038 esac
8039     OTOOL=$ac_ct_OTOOL
8040   fi
8041 else
8042   OTOOL="$ac_cv_prog_OTOOL"
8043 fi
8044
8045     if test -n "$ac_tool_prefix"; then
8046   # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
8047 set dummy ${ac_tool_prefix}otool64; ac_word=$2
8048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8049 $as_echo_n "checking for $ac_word... " >&6; }
8050 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
8051   $as_echo_n "(cached) " >&6
8052 else
8053   if test -n "$OTOOL64"; then
8054   ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
8055 else
8056 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8057 for as_dir in $PATH
8058 do
8059   IFS=$as_save_IFS
8060   test -z "$as_dir" && as_dir=.
8061     for ac_exec_ext in '' $ac_executable_extensions; do
8062   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8063     ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
8064     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8065     break 2
8066   fi
8067 done
8068   done
8069 IFS=$as_save_IFS
8070
8071 fi
8072 fi
8073 OTOOL64=$ac_cv_prog_OTOOL64
8074 if test -n "$OTOOL64"; then
8075   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
8076 $as_echo "$OTOOL64" >&6; }
8077 else
8078   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8079 $as_echo "no" >&6; }
8080 fi
8081
8082
8083 fi
8084 if test -z "$ac_cv_prog_OTOOL64"; then
8085   ac_ct_OTOOL64=$OTOOL64
8086   # Extract the first word of "otool64", so it can be a program name with args.
8087 set dummy otool64; ac_word=$2
8088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8089 $as_echo_n "checking for $ac_word... " >&6; }
8090 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
8091   $as_echo_n "(cached) " >&6
8092 else
8093   if test -n "$ac_ct_OTOOL64"; then
8094   ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
8095 else
8096 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8097 for as_dir in $PATH
8098 do
8099   IFS=$as_save_IFS
8100   test -z "$as_dir" && as_dir=.
8101     for ac_exec_ext in '' $ac_executable_extensions; do
8102   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8103     ac_cv_prog_ac_ct_OTOOL64="otool64"
8104     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8105     break 2
8106   fi
8107 done
8108   done
8109 IFS=$as_save_IFS
8110
8111 fi
8112 fi
8113 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8114 if test -n "$ac_ct_OTOOL64"; then
8115   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8116 $as_echo "$ac_ct_OTOOL64" >&6; }
8117 else
8118   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8119 $as_echo "no" >&6; }
8120 fi
8121
8122   if test "x$ac_ct_OTOOL64" = x; then
8123     OTOOL64=":"
8124   else
8125     case $cross_compiling:$ac_tool_warned in
8126 yes:)
8127 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8128 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8129 ac_tool_warned=yes ;;
8130 esac
8131     OTOOL64=$ac_ct_OTOOL64
8132   fi
8133 else
8134   OTOOL64="$ac_cv_prog_OTOOL64"
8135 fi
8136
8137
8138
8139
8140
8141
8142
8143
8144
8145
8146
8147
8148
8149
8150
8151
8152
8153
8154
8155
8156
8157
8158
8159
8160
8161
8162
8163     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8164 $as_echo_n "checking for -single_module linker flag... " >&6; }
8165 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
8166   $as_echo_n "(cached) " >&6
8167 else
8168   lt_cv_apple_cc_single_mod=no
8169       if test -z "${LT_MULTI_MODULE}"; then
8170         # By default we will add the -single_module flag. You can override
8171         # by either setting the environment variable LT_MULTI_MODULE
8172         # non-empty at configure time, or by adding -multi_module to the
8173         # link flags.
8174         rm -rf libconftest.dylib*
8175         echo "int foo(void){return 1;}" > conftest.c
8176         echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8177 -dynamiclib -Wl,-single_module conftest.c" >&5
8178         $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8179           -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8180         _lt_result=$?
8181         if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8182           lt_cv_apple_cc_single_mod=yes
8183         else
8184           cat conftest.err >&5
8185         fi
8186         rm -rf libconftest.dylib*
8187         rm -f conftest.*
8188       fi
8189 fi
8190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8191 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8192     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8193 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8194 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
8195   $as_echo_n "(cached) " >&6
8196 else
8197   lt_cv_ld_exported_symbols_list=no
8198       save_LDFLAGS=$LDFLAGS
8199       echo "_main" > conftest.sym
8200       LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8201       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8202 /* end confdefs.h.  */
8203
8204 int
8205 main ()
8206 {
8207
8208   ;
8209   return 0;
8210 }
8211 _ACEOF
8212 if ac_fn_c_try_link "$LINENO"; then :
8213   lt_cv_ld_exported_symbols_list=yes
8214 else
8215   lt_cv_ld_exported_symbols_list=no
8216 fi
8217 rm -f core conftest.err conftest.$ac_objext \
8218     conftest$ac_exeext conftest.$ac_ext
8219         LDFLAGS="$save_LDFLAGS"
8220
8221 fi
8222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8223 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8224     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8225 $as_echo_n "checking for -force_load linker flag... " >&6; }
8226 if test "${lt_cv_ld_force_load+set}" = set; then :
8227   $as_echo_n "(cached) " >&6
8228 else
8229   lt_cv_ld_force_load=no
8230       cat > conftest.c << _LT_EOF
8231 int forced_loaded() { return 2;}
8232 _LT_EOF
8233       echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8234       $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8235       echo "$AR cru libconftest.a conftest.o" >&5
8236       $AR cru libconftest.a conftest.o 2>&5
8237       cat > conftest.c << _LT_EOF
8238 int main() { return 0;}
8239 _LT_EOF
8240       echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8241       $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8242       _lt_result=$?
8243       if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8244         lt_cv_ld_force_load=yes
8245       else
8246         cat conftest.err >&5
8247       fi
8248         rm -f conftest.err libconftest.a conftest conftest.c
8249         rm -rf conftest.dSYM
8250
8251 fi
8252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8253 $as_echo "$lt_cv_ld_force_load" >&6; }
8254     case $host_os in
8255     rhapsody* | darwin1.[012])
8256       _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8257     darwin1.*)
8258       _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8259     darwin*) # darwin 5.x on
8260       # if running on 10.5 or later, the deployment target defaults
8261       # to the OS version, if on x86, and 10.4, the deployment
8262       # target defaults to 10.4. Don't you love it?
8263       case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8264         10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8265           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8266         10.[012][,.]*)
8267           _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8268         10.*)
8269           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8270       esac
8271     ;;
8272   esac
8273     if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8274       _lt_dar_single_mod='$single_module'
8275     fi
8276     if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8277       _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8278     else
8279       _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8280     fi
8281     if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8282       _lt_dsymutil='~$DSYMUTIL $lib || :'
8283     else
8284       _lt_dsymutil=
8285     fi
8286     ;;
8287   esac
8288
8289 for ac_header in dlfcn.h
8290 do :
8291   ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8292 "
8293 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8294   cat >>confdefs.h <<_ACEOF
8295 #define HAVE_DLFCN_H 1
8296 _ACEOF
8297
8298 fi
8299
8300 done
8301
8302
8303
8304 # autoconf.info says this should be called right after AC_INIT.
8305 ac_config_headers="$ac_config_headers config.h:config.in"
8306
8307
8308
8309  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
8310 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
8311 if test "${ac_cv_c_bigendian+set}" = set; then :
8312   $as_echo_n "(cached) " >&6
8313 else
8314   ac_cv_c_bigendian=unknown
8315     # See if we're dealing with a universal compiler.
8316     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8317 /* end confdefs.h.  */
8318 #ifndef __APPLE_CC__
8319                not a universal capable compiler
8320              #endif
8321              typedef int dummy;
8322
8323 _ACEOF
8324 if ac_fn_c_try_compile "$LINENO"; then :
8325
8326         # Check for potential -arch flags.  It is not universal unless
8327         # there are at least two -arch flags with different values.
8328         ac_arch=
8329         ac_prev=
8330         for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
8331          if test -n "$ac_prev"; then
8332            case $ac_word in
8333              i?86 | x86_64 | ppc | ppc64)
8334                if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
8335                  ac_arch=$ac_word
8336                else
8337                  ac_cv_c_bigendian=universal
8338                  break
8339                fi
8340                ;;
8341            esac
8342            ac_prev=
8343          elif test "x$ac_word" = "x-arch"; then
8344            ac_prev=arch
8345          fi
8346        done
8347 fi
8348 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8349     if test $ac_cv_c_bigendian = unknown; then
8350       # See if sys/param.h defines the BYTE_ORDER macro.
8351       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8352 /* end confdefs.h.  */
8353 #include <sys/types.h>
8354              #include <sys/param.h>
8355
8356 int
8357 main ()
8358 {
8359 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
8360                      && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
8361                      && LITTLE_ENDIAN)
8362               bogus endian macros
8363              #endif
8364
8365   ;
8366   return 0;
8367 }
8368 _ACEOF
8369 if ac_fn_c_try_compile "$LINENO"; then :
8370   # It does; now see whether it defined to BIG_ENDIAN or not.
8371          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8372 /* end confdefs.h.  */
8373 #include <sys/types.h>
8374                 #include <sys/param.h>
8375
8376 int
8377 main ()
8378 {
8379 #if BYTE_ORDER != BIG_ENDIAN
8380                  not big endian
8381                 #endif
8382
8383   ;
8384   return 0;
8385 }
8386 _ACEOF
8387 if ac_fn_c_try_compile "$LINENO"; then :
8388   ac_cv_c_bigendian=yes
8389 else
8390   ac_cv_c_bigendian=no
8391 fi
8392 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8393 fi
8394 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8395     fi
8396     if test $ac_cv_c_bigendian = unknown; then
8397       # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
8398       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8399 /* end confdefs.h.  */
8400 #include <limits.h>
8401
8402 int
8403 main ()
8404 {
8405 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
8406               bogus endian macros
8407              #endif
8408
8409   ;
8410   return 0;
8411 }
8412 _ACEOF
8413 if ac_fn_c_try_compile "$LINENO"; then :
8414   # It does; now see whether it defined to _BIG_ENDIAN or not.
8415          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8416 /* end confdefs.h.  */
8417 #include <limits.h>
8418
8419 int
8420 main ()
8421 {
8422 #ifndef _BIG_ENDIAN
8423                  not big endian
8424                 #endif
8425
8426   ;
8427   return 0;
8428 }
8429 _ACEOF
8430 if ac_fn_c_try_compile "$LINENO"; then :
8431   ac_cv_c_bigendian=yes
8432 else
8433   ac_cv_c_bigendian=no
8434 fi
8435 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8436 fi
8437 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8438     fi
8439     if test $ac_cv_c_bigendian = unknown; then
8440       # Compile a test program.
8441       if test "$cross_compiling" = yes; then :
8442   # Try to guess by grepping values from an object file.
8443          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8444 /* end confdefs.h.  */
8445 short int ascii_mm[] =
8446                   { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
8447                 short int ascii_ii[] =
8448                   { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
8449                 int use_ascii (int i) {
8450                   return ascii_mm[i] + ascii_ii[i];
8451                 }
8452                 short int ebcdic_ii[] =
8453                   { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
8454                 short int ebcdic_mm[] =
8455                   { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
8456                 int use_ebcdic (int i) {
8457                   return ebcdic_mm[i] + ebcdic_ii[i];
8458                 }
8459                 extern int foo;
8460
8461 int
8462 main ()
8463 {
8464 return use_ascii (foo) == use_ebcdic (foo);
8465   ;
8466   return 0;
8467 }
8468 _ACEOF
8469 if ac_fn_c_try_compile "$LINENO"; then :
8470   if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
8471               ac_cv_c_bigendian=yes
8472             fi
8473             if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
8474               if test "$ac_cv_c_bigendian" = unknown; then
8475                 ac_cv_c_bigendian=no
8476               else
8477                 # finding both strings is unlikely to happen, but who knows?
8478                 ac_cv_c_bigendian=unknown
8479               fi
8480             fi
8481 fi
8482 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8483 else
8484   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8485 /* end confdefs.h.  */
8486 $ac_includes_default
8487 int
8488 main ()
8489 {
8490
8491              /* Are we little or big endian?  From Harbison&Steele.  */
8492              union
8493              {
8494                long int l;
8495                char c[sizeof (long int)];
8496              } u;
8497              u.l = 1;
8498              return u.c[sizeof (long int) - 1] == 1;
8499
8500   ;
8501   return 0;
8502 }
8503 _ACEOF
8504 if ac_fn_c_try_run "$LINENO"; then :
8505   ac_cv_c_bigendian=no
8506 else
8507   ac_cv_c_bigendian=yes
8508 fi
8509 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8510   conftest.$ac_objext conftest.beam conftest.$ac_ext
8511 fi
8512
8513     fi
8514 fi
8515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
8516 $as_echo "$ac_cv_c_bigendian" >&6; }
8517  case $ac_cv_c_bigendian in #(
8518    yes)
8519      $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
8520 ;; #(
8521    no)
8522       ;; #(
8523    universal)
8524
8525 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
8526
8527      ;; #(
8528    *)
8529      as_fn_error "unknown endianness
8530  presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
8531  esac
8532
8533
8534
8535
8536 # Put a plausible default for CC_FOR_BUILD in Makefile.
8537 if test "x$cross_compiling" = "xno"; then
8538   CC_FOR_BUILD='$(CC)'
8539 else
8540   CC_FOR_BUILD=gcc
8541 fi
8542
8543
8544
8545
8546 AR=${AR-ar}
8547
8548 if test -n "$ac_tool_prefix"; then
8549   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8550 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8552 $as_echo_n "checking for $ac_word... " >&6; }
8553 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8554   $as_echo_n "(cached) " >&6
8555 else
8556   if test -n "$RANLIB"; then
8557   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8558 else
8559 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8560 for as_dir in $PATH
8561 do
8562   IFS=$as_save_IFS
8563   test -z "$as_dir" && as_dir=.
8564     for ac_exec_ext in '' $ac_executable_extensions; do
8565   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8566     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8567     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8568     break 2
8569   fi
8570 done
8571   done
8572 IFS=$as_save_IFS
8573
8574 fi
8575 fi
8576 RANLIB=$ac_cv_prog_RANLIB
8577 if test -n "$RANLIB"; then
8578   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8579 $as_echo "$RANLIB" >&6; }
8580 else
8581   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8582 $as_echo "no" >&6; }
8583 fi
8584
8585
8586 fi
8587 if test -z "$ac_cv_prog_RANLIB"; then
8588   ac_ct_RANLIB=$RANLIB
8589   # Extract the first word of "ranlib", so it can be a program name with args.
8590 set dummy ranlib; ac_word=$2
8591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8592 $as_echo_n "checking for $ac_word... " >&6; }
8593 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
8594   $as_echo_n "(cached) " >&6
8595 else
8596   if test -n "$ac_ct_RANLIB"; then
8597   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8598 else
8599 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8600 for as_dir in $PATH
8601 do
8602   IFS=$as_save_IFS
8603   test -z "$as_dir" && as_dir=.
8604     for ac_exec_ext in '' $ac_executable_extensions; do
8605   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8606     ac_cv_prog_ac_ct_RANLIB="ranlib"
8607     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8608     break 2
8609   fi
8610 done
8611   done
8612 IFS=$as_save_IFS
8613
8614 fi
8615 fi
8616 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8617 if test -n "$ac_ct_RANLIB"; then
8618   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8619 $as_echo "$ac_ct_RANLIB" >&6; }
8620 else
8621   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8622 $as_echo "no" >&6; }
8623 fi
8624
8625   if test "x$ac_ct_RANLIB" = x; then
8626     RANLIB=":"
8627   else
8628     case $cross_compiling:$ac_tool_warned in
8629 yes:)
8630 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8631 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8632 ac_tool_warned=yes ;;
8633 esac
8634     RANLIB=$ac_ct_RANLIB
8635   fi
8636 else
8637   RANLIB="$ac_cv_prog_RANLIB"
8638 fi
8639
8640
8641 # Some of the common include files depend on bfd.h, and bfd.h checks
8642 # that config.h is included first by testing that the PACKAGE macro
8643 # is defined.
8644 PACKAGE=sim
8645
8646 cat >>confdefs.h <<_ACEOF
8647 #define PACKAGE "$PACKAGE"
8648 _ACEOF
8649
8650
8651
8652 # Dependency checking.
8653 ac_config_commands="$ac_config_commands depdir"
8654
8655
8656 depcc="$CC"   am_compiler_list=
8657
8658 am_depcomp=$ac_aux_dir/depcomp
8659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8660 $as_echo_n "checking dependency style of $depcc... " >&6; }
8661 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
8662   $as_echo_n "(cached) " >&6
8663 else
8664   if test -f "$am_depcomp"; then
8665   # We make a subdir and do the tests there.  Otherwise we can end up
8666   # making bogus files that we don't know about and never remove.  For
8667   # instance it was reported that on HP-UX the gcc test will end up
8668   # making a dummy file named `D' -- because `-MD' means `put the output
8669   # in D'.
8670   mkdir conftest.dir
8671   # Copy depcomp to subdir because otherwise we won't find it if we're
8672   # using a relative directory.
8673   cp "$am_depcomp" conftest.dir
8674   cd conftest.dir
8675   # We will build objects and dependencies in a subdirectory because
8676   # it helps to detect inapplicable dependency modes.  For instance
8677   # both Tru64's cc and ICC support -MD to output dependencies as a
8678   # side effect of compilation, but ICC will put the dependencies in
8679   # the current directory while Tru64 will put them in the object
8680   # directory.
8681   mkdir sub
8682
8683   am_cv_CC_dependencies_compiler_type=none
8684   if test "$am_compiler_list" = ""; then
8685      am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8686   fi
8687   for depmode in $am_compiler_list; do
8688     if test $depmode = none; then break; fi
8689
8690     $as_echo "$as_me:$LINENO: trying $depmode" >&5
8691     # Setup a source with many dependencies, because some compilers
8692     # like to wrap large dependency lists on column 80 (with \), and
8693     # we should not choose a depcomp mode which is confused by this.
8694     #
8695     # We need to recreate these files for each test, as the compiler may
8696     # overwrite some of them when testing with obscure command lines.
8697     # This happens at least with the AIX C compiler.
8698     : > sub/conftest.c
8699     for i in 1 2 3 4 5 6; do
8700       echo '#include "conftst'$i'.h"' >> sub/conftest.c
8701       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8702       # Solaris 8's {/usr,}/bin/sh.
8703       touch sub/conftst$i.h
8704     done
8705     echo "include sub/conftest.Po" > confmf
8706
8707     # We check with `-c' and `-o' for the sake of the "dashmstdout"
8708     # mode.  It turns out that the SunPro C++ compiler does not properly
8709     # handle `-M -o', and we need to detect this.
8710     depcmd="depmode=$depmode \
8711        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8712        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8713        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8714     echo "| $depcmd" | sed -e 's/  */ /g' >&5
8715     if env $depcmd > conftest.err 2>&1 &&
8716        grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8717        grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8718        ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8719       # icc doesn't choke on unknown options, it will just issue warnings
8720       # or remarks (even with -Werror).  So we grep stderr for any message
8721       # that says an option was ignored or not supported.
8722       # When given -MP, icc 7.0 and 7.1 complain thusly:
8723       #   icc: Command line warning: ignoring option '-M'; no argument required
8724       # The diagnosis changed in icc 8.0:
8725       #   icc: Command line remark: option '-MP' not supported
8726       if (grep 'ignoring option' conftest.err ||
8727           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8728         am_cv_CC_dependencies_compiler_type=$depmode
8729         $as_echo "$as_me:$LINENO: success" >&5
8730         break
8731       fi
8732     fi
8733     $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8734     sed -e 's/^/| /' < conftest.err >&5
8735   done
8736
8737   cd ..
8738   rm -rf conftest.dir
8739 else
8740   am_cv_CC_dependencies_compiler_type=none
8741 fi
8742
8743 fi
8744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8745 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8746 if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
8747 then as_fn_error "no usable dependency style found" "$LINENO" 5
8748 else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8749
8750 fi
8751
8752
8753 # Check for the 'make' the user wants to use.
8754 for ac_prog in make
8755 do
8756   # Extract the first word of "$ac_prog", so it can be a program name with args.
8757 set dummy $ac_prog; ac_word=$2
8758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8759 $as_echo_n "checking for $ac_word... " >&6; }
8760 if test "${ac_cv_prog_MAKE+set}" = set; then :
8761   $as_echo_n "(cached) " >&6
8762 else
8763   if test -n "$MAKE"; then
8764   ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8765 else
8766 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8767 for as_dir in $PATH
8768 do
8769   IFS=$as_save_IFS
8770   test -z "$as_dir" && as_dir=.
8771     for ac_exec_ext in '' $ac_executable_extensions; do
8772   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8773     ac_cv_prog_MAKE="$ac_prog"
8774     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8775     break 2
8776   fi
8777 done
8778   done
8779 IFS=$as_save_IFS
8780
8781 fi
8782 fi
8783 MAKE=$ac_cv_prog_MAKE
8784 if test -n "$MAKE"; then
8785   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8786 $as_echo "$MAKE" >&6; }
8787 else
8788   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8789 $as_echo "no" >&6; }
8790 fi
8791
8792
8793   test -n "$MAKE" && break
8794 done
8795
8796 MAKE_IS_GNU=
8797 case "`$MAKE --version 2>&1 | sed 1q`" in
8798   *GNU*)
8799     MAKE_IS_GNU=yes
8800     ;;
8801 esac
8802  if test "$MAKE_IS_GNU" = yes; then
8803   GMAKE_TRUE=
8804   GMAKE_FALSE='#'
8805 else
8806   GMAKE_TRUE='#'
8807   GMAKE_FALSE=
8808 fi
8809
8810
8811 ALL_LINGUAS=
8812 # If we haven't got the data from the intl directory,
8813 # assume NLS is disabled.
8814 USE_NLS=no
8815 LIBINTL=
8816 LIBINTL_DEP=
8817 INCINTL=
8818 XGETTEXT=
8819 GMSGFMT=
8820 POSUB=
8821
8822 if test -f  ../../intl/config.intl; then
8823   .  ../../intl/config.intl
8824 fi
8825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8826 $as_echo_n "checking whether NLS is requested... " >&6; }
8827 if test x"$USE_NLS" != xyes; then
8828   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8829 $as_echo "no" >&6; }
8830 else
8831   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8832 $as_echo "yes" >&6; }
8833
8834 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
8835
8836
8837   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8838 $as_echo_n "checking for catalogs to be installed... " >&6; }
8839   # Look for .po and .gmo files in the source directory.
8840   CATALOGS=
8841   XLINGUAS=
8842   for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8843     # If there aren't any .gmo files the shell will give us the
8844     # literal string "../path/to/srcdir/po/*.gmo" which has to be
8845     # weeded out.
8846     case "$cat" in *\**)
8847       continue;;
8848     esac
8849     # The quadruple backslash is collapsed to a double backslash
8850     # by the backticks, then collapsed again by the double quotes,
8851     # leaving us with one backslash in the sed expression (right
8852     # before the dot that mustn't act as a wildcard).
8853     cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8854     lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8855     # The user is allowed to set LINGUAS to a list of languages to
8856     # install catalogs for.  If it's empty that means "all of them."
8857     if test "x$LINGUAS" = x; then
8858       CATALOGS="$CATALOGS $cat"
8859       XLINGUAS="$XLINGUAS $lang"
8860     else
8861       case "$LINGUAS" in *$lang*)
8862         CATALOGS="$CATALOGS $cat"
8863         XLINGUAS="$XLINGUAS $lang"
8864         ;;
8865       esac
8866     fi
8867   done
8868   LINGUAS="$XLINGUAS"
8869   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8870 $as_echo "$LINGUAS" >&6; }
8871
8872
8873     DATADIRNAME=share
8874
8875   INSTOBJEXT=.mo
8876
8877   GENCAT=gencat
8878
8879   CATOBJEXT=.gmo
8880
8881 fi
8882
8883 # Check for common headers.
8884 # FIXME: Seems to me this can cause problems for i386-windows hosts.
8885 # At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
8886 for ac_header in stdlib.h string.h strings.h unistd.h time.h
8887 do :
8888   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8889 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8890 eval as_val=\$$as_ac_Header
8891    if test "x$as_val" = x""yes; then :
8892   cat >>confdefs.h <<_ACEOF
8893 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8894 _ACEOF
8895
8896 fi
8897
8898 done
8899
8900 for ac_header in sys/time.h sys/times.h sys/resource.h sys/mman.h
8901 do :
8902   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8903 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8904 eval as_val=\$$as_ac_Header
8905    if test "x$as_val" = x""yes; then :
8906   cat >>confdefs.h <<_ACEOF
8907 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8908 _ACEOF
8909
8910 fi
8911
8912 done
8913
8914 for ac_header in fcntl.h fpu_control.h
8915 do :
8916   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8917 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8918 eval as_val=\$$as_ac_Header
8919    if test "x$as_val" = x""yes; then :
8920   cat >>confdefs.h <<_ACEOF
8921 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8922 _ACEOF
8923
8924 fi
8925
8926 done
8927
8928 for ac_header in dlfcn.h errno.h sys/stat.h
8929 do :
8930   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8931 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8932 eval as_val=\$$as_ac_Header
8933    if test "x$as_val" = x""yes; then :
8934   cat >>confdefs.h <<_ACEOF
8935 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8936 _ACEOF
8937
8938 fi
8939
8940 done
8941
8942 for ac_func in getrusage time sigaction __setfpucw
8943 do :
8944   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8945 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8946 eval as_val=\$$as_ac_var
8947    if test "x$as_val" = x""yes; then :
8948   cat >>confdefs.h <<_ACEOF
8949 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8950 _ACEOF
8951
8952 fi
8953 done
8954
8955 for ac_func in mmap munmap lstat truncate ftruncate posix_fallocate
8956 do :
8957   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8958 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8959 eval as_val=\$$as_ac_var
8960    if test "x$as_val" = x""yes; then :
8961   cat >>confdefs.h <<_ACEOF
8962 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8963 _ACEOF
8964
8965 fi
8966 done
8967
8968 ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
8969 #include <sys/types.h>
8970 #endif
8971 #ifdef HAVE_SYS_STAT_H
8972 #include <sys/stat.h>
8973 #endif
8974 "
8975 if test "x$ac_cv_member_struct_stat_st_dev" = x""yes; then :
8976
8977 cat >>confdefs.h <<_ACEOF
8978 #define HAVE_STRUCT_STAT_ST_DEV 1
8979 _ACEOF
8980
8981
8982 fi
8983 ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
8984 #include <sys/types.h>
8985 #endif
8986 #ifdef HAVE_SYS_STAT_H
8987 #include <sys/stat.h>
8988 #endif
8989 "
8990 if test "x$ac_cv_member_struct_stat_st_ino" = x""yes; then :
8991
8992 cat >>confdefs.h <<_ACEOF
8993 #define HAVE_STRUCT_STAT_ST_INO 1
8994 _ACEOF
8995
8996
8997 fi
8998 ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
8999 #include <sys/types.h>
9000 #endif
9001 #ifdef HAVE_SYS_STAT_H
9002 #include <sys/stat.h>
9003 #endif
9004 "
9005 if test "x$ac_cv_member_struct_stat_st_mode" = x""yes; then :
9006
9007 cat >>confdefs.h <<_ACEOF
9008 #define HAVE_STRUCT_STAT_ST_MODE 1
9009 _ACEOF
9010
9011
9012 fi
9013 ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
9014 #include <sys/types.h>
9015 #endif
9016 #ifdef HAVE_SYS_STAT_H
9017 #include <sys/stat.h>
9018 #endif
9019 "
9020 if test "x$ac_cv_member_struct_stat_st_nlink" = x""yes; then :
9021
9022 cat >>confdefs.h <<_ACEOF
9023 #define HAVE_STRUCT_STAT_ST_NLINK 1
9024 _ACEOF
9025
9026
9027 fi
9028 ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
9029 #include <sys/types.h>
9030 #endif
9031 #ifdef HAVE_SYS_STAT_H
9032 #include <sys/stat.h>
9033 #endif
9034 "
9035 if test "x$ac_cv_member_struct_stat_st_uid" = x""yes; then :
9036
9037 cat >>confdefs.h <<_ACEOF
9038 #define HAVE_STRUCT_STAT_ST_UID 1
9039 _ACEOF
9040
9041
9042 fi
9043 ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
9044 #include <sys/types.h>
9045 #endif
9046 #ifdef HAVE_SYS_STAT_H
9047 #include <sys/stat.h>
9048 #endif
9049 "
9050 if test "x$ac_cv_member_struct_stat_st_gid" = x""yes; then :
9051
9052 cat >>confdefs.h <<_ACEOF
9053 #define HAVE_STRUCT_STAT_ST_GID 1
9054 _ACEOF
9055
9056
9057 fi
9058 ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
9059 #include <sys/types.h>
9060 #endif
9061 #ifdef HAVE_SYS_STAT_H
9062 #include <sys/stat.h>
9063 #endif
9064 "
9065 if test "x$ac_cv_member_struct_stat_st_rdev" = x""yes; then :
9066
9067 cat >>confdefs.h <<_ACEOF
9068 #define HAVE_STRUCT_STAT_ST_RDEV 1
9069 _ACEOF
9070
9071
9072 fi
9073 ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
9074 #include <sys/types.h>
9075 #endif
9076 #ifdef HAVE_SYS_STAT_H
9077 #include <sys/stat.h>
9078 #endif
9079 "
9080 if test "x$ac_cv_member_struct_stat_st_size" = x""yes; then :
9081
9082 cat >>confdefs.h <<_ACEOF
9083 #define HAVE_STRUCT_STAT_ST_SIZE 1
9084 _ACEOF
9085
9086
9087 fi
9088 ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
9089 #include <sys/types.h>
9090 #endif
9091 #ifdef HAVE_SYS_STAT_H
9092 #include <sys/stat.h>
9093 #endif
9094 "
9095 if test "x$ac_cv_member_struct_stat_st_blksize" = x""yes; then :
9096
9097 cat >>confdefs.h <<_ACEOF
9098 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
9099 _ACEOF
9100
9101
9102 fi
9103 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
9104 #include <sys/types.h>
9105 #endif
9106 #ifdef HAVE_SYS_STAT_H
9107 #include <sys/stat.h>
9108 #endif
9109 "
9110 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
9111
9112 cat >>confdefs.h <<_ACEOF
9113 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
9114 _ACEOF
9115
9116
9117 fi
9118 ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
9119 #include <sys/types.h>
9120 #endif
9121 #ifdef HAVE_SYS_STAT_H
9122 #include <sys/stat.h>
9123 #endif
9124 "
9125 if test "x$ac_cv_member_struct_stat_st_atime" = x""yes; then :
9126
9127 cat >>confdefs.h <<_ACEOF
9128 #define HAVE_STRUCT_STAT_ST_ATIME 1
9129 _ACEOF
9130
9131
9132 fi
9133 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
9134 #include <sys/types.h>
9135 #endif
9136 #ifdef HAVE_SYS_STAT_H
9137 #include <sys/stat.h>
9138 #endif
9139 "
9140 if test "x$ac_cv_member_struct_stat_st_mtime" = x""yes; then :
9141
9142 cat >>confdefs.h <<_ACEOF
9143 #define HAVE_STRUCT_STAT_ST_MTIME 1
9144 _ACEOF
9145
9146
9147 fi
9148 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
9149 #include <sys/types.h>
9150 #endif
9151 #ifdef HAVE_SYS_STAT_H
9152 #include <sys/stat.h>
9153 #endif
9154 "
9155 if test "x$ac_cv_member_struct_stat_st_ctime" = x""yes; then :
9156
9157 cat >>confdefs.h <<_ACEOF
9158 #define HAVE_STRUCT_STAT_ST_CTIME 1
9159 _ACEOF
9160
9161
9162 fi
9163
9164 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
9165 #include <sys/socket.h>
9166
9167 "
9168 if test "x$ac_cv_type_socklen_t" = x""yes; then :
9169
9170 cat >>confdefs.h <<_ACEOF
9171 #define HAVE_SOCKLEN_T 1
9172 _ACEOF
9173
9174
9175 fi
9176
9177
9178 # Check for socket libraries
9179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
9180 $as_echo_n "checking for bind in -lsocket... " >&6; }
9181 if test "${ac_cv_lib_socket_bind+set}" = set; then :
9182   $as_echo_n "(cached) " >&6
9183 else
9184   ac_check_lib_save_LIBS=$LIBS
9185 LIBS="-lsocket  $LIBS"
9186 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9187 /* end confdefs.h.  */
9188
9189 /* Override any GCC internal prototype to avoid an error.
9190    Use char because int might match the return type of a GCC
9191    builtin and then its argument prototype would still apply.  */
9192 #ifdef __cplusplus
9193 extern "C"
9194 #endif
9195 char bind ();
9196 int
9197 main ()
9198 {
9199 return bind ();
9200   ;
9201   return 0;
9202 }
9203 _ACEOF
9204 if ac_fn_c_try_link "$LINENO"; then :
9205   ac_cv_lib_socket_bind=yes
9206 else
9207   ac_cv_lib_socket_bind=no
9208 fi
9209 rm -f core conftest.err conftest.$ac_objext \
9210     conftest$ac_exeext conftest.$ac_ext
9211 LIBS=$ac_check_lib_save_LIBS
9212 fi
9213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
9214 $as_echo "$ac_cv_lib_socket_bind" >&6; }
9215 if test "x$ac_cv_lib_socket_bind" = x""yes; then :
9216   cat >>confdefs.h <<_ACEOF
9217 #define HAVE_LIBSOCKET 1
9218 _ACEOF
9219
9220   LIBS="-lsocket $LIBS"
9221
9222 fi
9223
9224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9225 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9226 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
9227   $as_echo_n "(cached) " >&6
9228 else
9229   ac_check_lib_save_LIBS=$LIBS
9230 LIBS="-lnsl  $LIBS"
9231 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9232 /* end confdefs.h.  */
9233
9234 /* Override any GCC internal prototype to avoid an error.
9235    Use char because int might match the return type of a GCC
9236    builtin and then its argument prototype would still apply.  */
9237 #ifdef __cplusplus
9238 extern "C"
9239 #endif
9240 char gethostbyname ();
9241 int
9242 main ()
9243 {
9244 return gethostbyname ();
9245   ;
9246   return 0;
9247 }
9248 _ACEOF
9249 if ac_fn_c_try_link "$LINENO"; then :
9250   ac_cv_lib_nsl_gethostbyname=yes
9251 else
9252   ac_cv_lib_nsl_gethostbyname=no
9253 fi
9254 rm -f core conftest.err conftest.$ac_objext \
9255     conftest$ac_exeext conftest.$ac_ext
9256 LIBS=$ac_check_lib_save_LIBS
9257 fi
9258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9259 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9260 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
9261   cat >>confdefs.h <<_ACEOF
9262 #define HAVE_LIBNSL 1
9263 _ACEOF
9264
9265   LIBS="-lnsl $LIBS"
9266
9267 fi
9268
9269
9270 # BFD conditionally uses zlib, so we must link it in if libbfd does, by
9271 # using the same condition.
9272
9273   # Use the system's zlib library.
9274   zlibdir="-L\$(top_builddir)/../zlib"
9275   zlibinc="-I\$(top_srcdir)/../zlib"
9276
9277 # Check whether --with-system-zlib was given.
9278 if test "${with_system_zlib+set}" = set; then :
9279   withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
9280     zlibdir=
9281     zlibinc=
9282   fi
9283
9284 fi
9285
9286
9287
9288
9289
9290 # BFD uses libdl when when plugins enabled.
9291
9292   maybe_plugins=no
9293   for ac_header in dlfcn.h
9294 do :
9295   ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
9296 "
9297 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
9298   cat >>confdefs.h <<_ACEOF
9299 #define HAVE_DLFCN_H 1
9300 _ACEOF
9301  maybe_plugins=yes
9302 fi
9303
9304 done
9305
9306   for ac_header in windows.h
9307 do :
9308   ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
9309 "
9310 if test "x$ac_cv_header_windows_h" = x""yes; then :
9311   cat >>confdefs.h <<_ACEOF
9312 #define HAVE_WINDOWS_H 1
9313 _ACEOF
9314  maybe_plugins=yes
9315 fi
9316
9317 done
9318
9319
9320   # Check whether --enable-plugins was given.
9321 if test "${enable_plugins+set}" = set; then :
9322   enableval=$enable_plugins; case "${enableval}" in
9323       no) plugins=no ;;
9324       *) plugins=yes
9325          if test "$maybe_plugins" != "yes" ; then
9326            as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
9327          fi ;;
9328      esac
9329 else
9330   plugins=$maybe_plugins
9331
9332 fi
9333
9334   if test "$plugins" = "yes"; then
9335     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
9336 $as_echo_n "checking for library containing dlopen... " >&6; }
9337 if test "${ac_cv_search_dlopen+set}" = set; then :
9338   $as_echo_n "(cached) " >&6
9339 else
9340   ac_func_search_save_LIBS=$LIBS
9341 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9342 /* end confdefs.h.  */
9343
9344 /* Override any GCC internal prototype to avoid an error.
9345    Use char because int might match the return type of a GCC
9346    builtin and then its argument prototype would still apply.  */
9347 #ifdef __cplusplus
9348 extern "C"
9349 #endif
9350 char dlopen ();
9351 int
9352 main ()
9353 {
9354 return dlopen ();
9355   ;
9356   return 0;
9357 }
9358 _ACEOF
9359 for ac_lib in '' dl; do
9360   if test -z "$ac_lib"; then
9361     ac_res="none required"
9362   else
9363     ac_res=-l$ac_lib
9364     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
9365   fi
9366   if ac_fn_c_try_link "$LINENO"; then :
9367   ac_cv_search_dlopen=$ac_res
9368 fi
9369 rm -f core conftest.err conftest.$ac_objext \
9370     conftest$ac_exeext
9371   if test "${ac_cv_search_dlopen+set}" = set; then :
9372   break
9373 fi
9374 done
9375 if test "${ac_cv_search_dlopen+set}" = set; then :
9376
9377 else
9378   ac_cv_search_dlopen=no
9379 fi
9380 rm conftest.$ac_ext
9381 LIBS=$ac_func_search_save_LIBS
9382 fi
9383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
9384 $as_echo "$ac_cv_search_dlopen" >&6; }
9385 ac_res=$ac_cv_search_dlopen
9386 if test "$ac_res" != no; then :
9387   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
9388
9389 fi
9390
9391   fi
9392
9393  if test "$plugins" = yes; then
9394   PLUGINS_TRUE=
9395   PLUGINS_FALSE='#'
9396 else
9397   PLUGINS_TRUE='#'
9398   PLUGINS_FALSE=
9399 fi
9400
9401
9402
9403
9404
9405 # Set options
9406 enable_dlopen=yes
9407
9408
9409
9410
9411   enable_win32_dll=no
9412
9413
9414             # Check whether --enable-shared was given.
9415 if test "${enable_shared+set}" = set; then :
9416   enableval=$enable_shared; p=${PACKAGE-default}
9417     case $enableval in
9418     yes) enable_shared=yes ;;
9419     no) enable_shared=no ;;
9420     *)
9421       enable_shared=no
9422       # Look at the argument we got.  We use all the common list separators.
9423       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9424       for pkg in $enableval; do
9425         IFS="$lt_save_ifs"
9426         if test "X$pkg" = "X$p"; then
9427           enable_shared=yes
9428         fi
9429       done
9430       IFS="$lt_save_ifs"
9431       ;;
9432     esac
9433 else
9434   enable_shared=yes
9435 fi
9436
9437
9438
9439
9440
9441
9442
9443
9444
9445   # Check whether --enable-static was given.
9446 if test "${enable_static+set}" = set; then :
9447   enableval=$enable_static; p=${PACKAGE-default}
9448     case $enableval in
9449     yes) enable_static=yes ;;
9450     no) enable_static=no ;;
9451     *)
9452      enable_static=no
9453       # Look at the argument we got.  We use all the common list separators.
9454       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9455       for pkg in $enableval; do
9456         IFS="$lt_save_ifs"
9457         if test "X$pkg" = "X$p"; then
9458           enable_static=yes
9459         fi
9460       done
9461       IFS="$lt_save_ifs"
9462       ;;
9463     esac
9464 else
9465   enable_static=yes
9466 fi
9467
9468
9469
9470
9471
9472
9473
9474
9475
9476
9477 # Check whether --with-pic was given.
9478 if test "${with_pic+set}" = set; then :
9479   withval=$with_pic; pic_mode="$withval"
9480 else
9481   pic_mode=default
9482 fi
9483
9484
9485 test -z "$pic_mode" && pic_mode=default
9486
9487
9488
9489
9490
9491
9492
9493   # Check whether --enable-fast-install was given.
9494 if test "${enable_fast_install+set}" = set; then :
9495   enableval=$enable_fast_install; p=${PACKAGE-default}
9496     case $enableval in
9497     yes) enable_fast_install=yes ;;
9498     no) enable_fast_install=no ;;
9499     *)
9500       enable_fast_install=no
9501       # Look at the argument we got.  We use all the common list separators.
9502       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9503       for pkg in $enableval; do
9504         IFS="$lt_save_ifs"
9505         if test "X$pkg" = "X$p"; then
9506           enable_fast_install=yes
9507         fi
9508       done
9509       IFS="$lt_save_ifs"
9510       ;;
9511     esac
9512 else
9513   enable_fast_install=yes
9514 fi
9515
9516
9517
9518
9519
9520
9521
9522
9523
9524
9525
9526 # This can be used to rebuild libtool when needed
9527 LIBTOOL_DEPS="$ltmain"
9528
9529 # Always use our own libtool.
9530 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
9531
9532
9533
9534
9535
9536
9537
9538
9539
9540
9541
9542
9543
9544
9545
9546
9547
9548
9549
9550
9551
9552
9553
9554
9555
9556
9557 test -z "$LN_S" && LN_S="ln -s"
9558
9559
9560
9561
9562
9563
9564
9565
9566
9567
9568
9569
9570
9571
9572 if test -n "${ZSH_VERSION+set}" ; then
9573    setopt NO_GLOB_SUBST
9574 fi
9575
9576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
9577 $as_echo_n "checking for objdir... " >&6; }
9578 if test "${lt_cv_objdir+set}" = set; then :
9579   $as_echo_n "(cached) " >&6
9580 else
9581   rm -f .libs 2>/dev/null
9582 mkdir .libs 2>/dev/null
9583 if test -d .libs; then
9584   lt_cv_objdir=.libs
9585 else
9586   # MS-DOS does not allow filenames that begin with a dot.
9587   lt_cv_objdir=_libs
9588 fi
9589 rmdir .libs 2>/dev/null
9590 fi
9591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
9592 $as_echo "$lt_cv_objdir" >&6; }
9593 objdir=$lt_cv_objdir
9594
9595
9596
9597
9598
9599 cat >>confdefs.h <<_ACEOF
9600 #define LT_OBJDIR "$lt_cv_objdir/"
9601 _ACEOF
9602
9603
9604
9605
9606 case $host_os in
9607 aix3*)
9608   # AIX sometimes has problems with the GCC collect2 program.  For some
9609   # reason, if we set the COLLECT_NAMES environment variable, the problems
9610   # vanish in a puff of smoke.
9611   if test "X${COLLECT_NAMES+set}" != Xset; then
9612     COLLECT_NAMES=
9613     export COLLECT_NAMES
9614   fi
9615   ;;
9616 esac
9617
9618 # Global variables:
9619 ofile=libtool
9620 can_build_shared=yes
9621
9622 # All known linkers require a `.a' archive for static linking (except MSVC,
9623 # which needs '.lib').
9624 libext=a
9625
9626 with_gnu_ld="$lt_cv_prog_gnu_ld"
9627
9628 old_CC="$CC"
9629 old_CFLAGS="$CFLAGS"
9630
9631 # Set sane defaults for various variables
9632 test -z "$CC" && CC=cc
9633 test -z "$LTCC" && LTCC=$CC
9634 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9635 test -z "$LD" && LD=ld
9636 test -z "$ac_objext" && ac_objext=o
9637
9638 for cc_temp in $compiler""; do
9639   case $cc_temp in
9640     compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9641     distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9642     \-*) ;;
9643     *) break;;
9644   esac
9645 done
9646 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9647
9648
9649 # Only perform the check for file, if the check method requires it
9650 test -z "$MAGIC_CMD" && MAGIC_CMD=file
9651 case $deplibs_check_method in
9652 file_magic*)
9653   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9654     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9655 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
9656 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9657   $as_echo_n "(cached) " >&6
9658 else
9659   case $MAGIC_CMD in
9660 [\\/*] |  ?:[\\/]*)
9661   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9662   ;;
9663 *)
9664   lt_save_MAGIC_CMD="$MAGIC_CMD"
9665   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9666   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9667   for ac_dir in $ac_dummy; do
9668     IFS="$lt_save_ifs"
9669     test -z "$ac_dir" && ac_dir=.
9670     if test -f $ac_dir/${ac_tool_prefix}file; then
9671       lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9672       if test -n "$file_magic_test_file"; then
9673         case $deplibs_check_method in
9674         "file_magic "*)
9675           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9676           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9677           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9678             $EGREP "$file_magic_regex" > /dev/null; then
9679             :
9680           else
9681             cat <<_LT_EOF 1>&2
9682
9683 *** Warning: the command libtool uses to detect shared libraries,
9684 *** $file_magic_cmd, produces output that libtool cannot recognize.
9685 *** The result is that libtool may fail to recognize shared libraries
9686 *** as such.  This will affect the creation of libtool libraries that
9687 *** depend on shared libraries, but programs linked with such libtool
9688 *** libraries will work regardless of this problem.  Nevertheless, you
9689 *** may want to report the problem to your system manager and/or to
9690 *** bug-libtool@gnu.org
9691
9692 _LT_EOF
9693           fi ;;
9694         esac
9695       fi
9696       break
9697     fi
9698   done
9699   IFS="$lt_save_ifs"
9700   MAGIC_CMD="$lt_save_MAGIC_CMD"
9701   ;;
9702 esac
9703 fi
9704
9705 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9706 if test -n "$MAGIC_CMD"; then
9707   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9708 $as_echo "$MAGIC_CMD" >&6; }
9709 else
9710   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9711 $as_echo "no" >&6; }
9712 fi
9713
9714
9715
9716
9717
9718 if test -z "$lt_cv_path_MAGIC_CMD"; then
9719   if test -n "$ac_tool_prefix"; then
9720     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9721 $as_echo_n "checking for file... " >&6; }
9722 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9723   $as_echo_n "(cached) " >&6
9724 else
9725   case $MAGIC_CMD in
9726 [\\/*] |  ?:[\\/]*)
9727   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9728   ;;
9729 *)
9730   lt_save_MAGIC_CMD="$MAGIC_CMD"
9731   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9732   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9733   for ac_dir in $ac_dummy; do
9734     IFS="$lt_save_ifs"
9735     test -z "$ac_dir" && ac_dir=.
9736     if test -f $ac_dir/file; then
9737       lt_cv_path_MAGIC_CMD="$ac_dir/file"
9738       if test -n "$file_magic_test_file"; then
9739         case $deplibs_check_method in
9740         "file_magic "*)
9741           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9742           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9743           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9744             $EGREP "$file_magic_regex" > /dev/null; then
9745             :
9746           else
9747             cat <<_LT_EOF 1>&2
9748
9749 *** Warning: the command libtool uses to detect shared libraries,
9750 *** $file_magic_cmd, produces output that libtool cannot recognize.
9751 *** The result is that libtool may fail to recognize shared libraries
9752 *** as such.  This will affect the creation of libtool libraries that
9753 *** depend on shared libraries, but programs linked with such libtool
9754 *** libraries will work regardless of this problem.  Nevertheless, you
9755 *** may want to report the problem to your system manager and/or to
9756 *** bug-libtool@gnu.org
9757
9758 _LT_EOF
9759           fi ;;
9760         esac
9761       fi
9762       break
9763     fi
9764   done
9765   IFS="$lt_save_ifs"
9766   MAGIC_CMD="$lt_save_MAGIC_CMD"
9767   ;;
9768 esac
9769 fi
9770
9771 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9772 if test -n "$MAGIC_CMD"; then
9773   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9774 $as_echo "$MAGIC_CMD" >&6; }
9775 else
9776   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9777 $as_echo "no" >&6; }
9778 fi
9779
9780
9781   else
9782     MAGIC_CMD=:
9783   fi
9784 fi
9785
9786   fi
9787   ;;
9788 esac
9789
9790 # Use C for the default configuration in the libtool script
9791
9792 lt_save_CC="$CC"
9793 ac_ext=c
9794 ac_cpp='$CPP $CPPFLAGS'
9795 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9796 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9797 ac_compiler_gnu=$ac_cv_c_compiler_gnu
9798
9799
9800 # Source file extension for C test sources.
9801 ac_ext=c
9802
9803 # Object file extension for compiled C test sources.
9804 objext=o
9805 objext=$objext
9806
9807 # Code to be used in simple compile tests
9808 lt_simple_compile_test_code="int some_variable = 0;"
9809
9810 # Code to be used in simple link tests
9811 lt_simple_link_test_code='int main(){return(0);}'
9812
9813
9814
9815
9816
9817
9818
9819 # If no C compiler was specified, use CC.
9820 LTCC=${LTCC-"$CC"}
9821
9822 # If no C compiler flags were specified, use CFLAGS.
9823 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9824
9825 # Allow CC to be a program name with arguments.
9826 compiler=$CC
9827
9828 # Save the default compiler, since it gets overwritten when the other
9829 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9830 compiler_DEFAULT=$CC
9831
9832 # save warnings/boilerplate of simple test code
9833 ac_outfile=conftest.$ac_objext
9834 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9835 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9836 _lt_compiler_boilerplate=`cat conftest.err`
9837 $RM conftest*
9838
9839 ac_outfile=conftest.$ac_objext
9840 echo "$lt_simple_link_test_code" >conftest.$ac_ext
9841 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9842 _lt_linker_boilerplate=`cat conftest.err`
9843 $RM -r conftest*
9844
9845
9846 ## CAVEAT EMPTOR:
9847 ## There is no encapsulation within the following macros, do not change
9848 ## the running order or otherwise move them around unless you know exactly
9849 ## what you are doing...
9850 if test -n "$compiler"; then
9851
9852 lt_prog_compiler_no_builtin_flag=
9853
9854 if test "$GCC" = yes; then
9855   case $cc_basename in
9856   nvcc*)
9857     lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9858   *)
9859     lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
9860   esac
9861
9862   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9863 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9864 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
9865   $as_echo_n "(cached) " >&6
9866 else
9867   lt_cv_prog_compiler_rtti_exceptions=no
9868    ac_outfile=conftest.$ac_objext
9869    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9870    lt_compiler_flag="-fno-rtti -fno-exceptions"
9871    # Insert the option either (1) after the last *FLAGS variable, or
9872    # (2) before a word containing "conftest.", or (3) at the end.
9873    # Note that $ac_compile itself does not contain backslashes and begins
9874    # with a dollar sign (not a hyphen), so the echo should work correctly.
9875    # The option is referenced via a variable to avoid confusing sed.
9876    lt_compile=`echo "$ac_compile" | $SED \
9877    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9878    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9879    -e 's:$: $lt_compiler_flag:'`
9880    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9881    (eval "$lt_compile" 2>conftest.err)
9882    ac_status=$?
9883    cat conftest.err >&5
9884    echo "$as_me:$LINENO: \$? = $ac_status" >&5
9885    if (exit $ac_status) && test -s "$ac_outfile"; then
9886      # The compiler can only warn and ignore the option if not recognized
9887      # So say no if there are warnings other than the usual output.
9888      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9889      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9890      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9891        lt_cv_prog_compiler_rtti_exceptions=yes
9892      fi
9893    fi
9894    $RM conftest*
9895
9896 fi
9897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9898 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9899
9900 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9901     lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9902 else
9903     :
9904 fi
9905
9906 fi
9907
9908
9909
9910
9911
9912
9913   lt_prog_compiler_wl=
9914 lt_prog_compiler_pic=
9915 lt_prog_compiler_static=
9916
9917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9918 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9919
9920   if test "$GCC" = yes; then
9921     lt_prog_compiler_wl='-Wl,'
9922     lt_prog_compiler_static='-static'
9923
9924     case $host_os in
9925       aix*)
9926       # All AIX code is PIC.
9927       if test "$host_cpu" = ia64; then
9928         # AIX 5 now supports IA64 processor
9929         lt_prog_compiler_static='-Bstatic'
9930       fi
9931       lt_prog_compiler_pic='-fPIC'
9932       ;;
9933
9934     amigaos*)
9935       case $host_cpu in
9936       powerpc)
9937             # see comment about AmigaOS4 .so support
9938             lt_prog_compiler_pic='-fPIC'
9939         ;;
9940       m68k)
9941             # FIXME: we need at least 68020 code to build shared libraries, but
9942             # adding the `-m68020' flag to GCC prevents building anything better,
9943             # like `-m68040'.
9944             lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9945         ;;
9946       esac
9947       ;;
9948
9949     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9950       # PIC is the default for these OSes.
9951       ;;
9952
9953     mingw* | cygwin* | pw32* | os2* | cegcc*)
9954       # This hack is so that the source file can tell whether it is being
9955       # built for inclusion in a dll (and should export symbols for example).
9956       # Although the cygwin gcc ignores -fPIC, still need this for old-style
9957       # (--disable-auto-import) libraries
9958       lt_prog_compiler_pic='-DDLL_EXPORT'
9959       ;;
9960
9961     darwin* | rhapsody*)
9962       # PIC is the default on this platform
9963       # Common symbols not allowed in MH_DYLIB files
9964       lt_prog_compiler_pic='-fno-common'
9965       ;;
9966
9967     haiku*)
9968       # PIC is the default for Haiku.
9969       # The "-static" flag exists, but is broken.
9970       lt_prog_compiler_static=
9971       ;;
9972
9973     hpux*)
9974       # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9975       # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
9976       # sets the default TLS model and affects inlining.
9977       case $host_cpu in
9978       hppa*64*)
9979         # +Z the default
9980         ;;
9981       *)
9982         lt_prog_compiler_pic='-fPIC'
9983         ;;
9984       esac
9985       ;;
9986
9987     interix[3-9]*)
9988       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9989       # Instead, we relocate shared libraries at runtime.
9990       ;;
9991
9992     msdosdjgpp*)
9993       # Just because we use GCC doesn't mean we suddenly get shared libraries
9994       # on systems that don't support them.
9995       lt_prog_compiler_can_build_shared=no
9996       enable_shared=no
9997       ;;
9998
9999     *nto* | *qnx*)
10000       # QNX uses GNU C++, but need to define -shared option too, otherwise
10001       # it will coredump.
10002       lt_prog_compiler_pic='-fPIC -shared'
10003       ;;
10004
10005     sysv4*MP*)
10006       if test -d /usr/nec; then
10007         lt_prog_compiler_pic=-Kconform_pic
10008       fi
10009       ;;
10010
10011     *)
10012       lt_prog_compiler_pic='-fPIC'
10013       ;;
10014     esac
10015
10016     case $cc_basename in
10017     nvcc*) # Cuda Compiler Driver 2.2
10018       lt_prog_compiler_wl='-Xlinker '
10019       lt_prog_compiler_pic='-Xcompiler -fPIC'
10020       ;;
10021     esac
10022   else
10023     # PORTME Check for flag to pass linker flags through the system compiler.
10024     case $host_os in
10025     aix*)
10026       lt_prog_compiler_wl='-Wl,'
10027       if test "$host_cpu" = ia64; then
10028         # AIX 5 now supports IA64 processor
10029         lt_prog_compiler_static='-Bstatic'
10030       else
10031         lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
10032       fi
10033       ;;
10034
10035     mingw* | cygwin* | pw32* | os2* | cegcc*)
10036       # This hack is so that the source file can tell whether it is being
10037       # built for inclusion in a dll (and should export symbols for example).
10038       lt_prog_compiler_pic='-DDLL_EXPORT'
10039       ;;
10040
10041     hpux9* | hpux10* | hpux11*)
10042       lt_prog_compiler_wl='-Wl,'
10043       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
10044       # not for PA HP-UX.
10045       case $host_cpu in
10046       hppa*64*|ia64*)
10047         # +Z the default
10048         ;;
10049       *)
10050         lt_prog_compiler_pic='+Z'
10051         ;;
10052       esac
10053       # Is there a better lt_prog_compiler_static that works with the bundled CC?
10054       lt_prog_compiler_static='${wl}-a ${wl}archive'
10055       ;;
10056
10057     irix5* | irix6* | nonstopux*)
10058       lt_prog_compiler_wl='-Wl,'
10059       # PIC (with -KPIC) is the default.
10060       lt_prog_compiler_static='-non_shared'
10061       ;;
10062
10063     linux* | k*bsd*-gnu | kopensolaris*-gnu)
10064       case $cc_basename in
10065       # old Intel for x86_64 which still supported -KPIC.
10066       ecc*)
10067         lt_prog_compiler_wl='-Wl,'
10068         lt_prog_compiler_pic='-KPIC'
10069         lt_prog_compiler_static='-static'
10070         ;;
10071       # icc used to be incompatible with GCC.
10072       # ICC 10 doesn't accept -KPIC any more.
10073       icc* | ifort*)
10074         lt_prog_compiler_wl='-Wl,'
10075         lt_prog_compiler_pic='-fPIC'
10076         lt_prog_compiler_static='-static'
10077         ;;
10078       # Lahey Fortran 8.1.
10079       lf95*)
10080         lt_prog_compiler_wl='-Wl,'
10081         lt_prog_compiler_pic='--shared'
10082         lt_prog_compiler_static='--static'
10083         ;;
10084       pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
10085         # Portland Group compilers (*not* the Pentium gcc compiler,
10086         # which looks to be a dead project)
10087         lt_prog_compiler_wl='-Wl,'
10088         lt_prog_compiler_pic='-fpic'
10089         lt_prog_compiler_static='-Bstatic'
10090         ;;
10091       ccc*)
10092         lt_prog_compiler_wl='-Wl,'
10093         # All Alpha code is PIC.
10094         lt_prog_compiler_static='-non_shared'
10095         ;;
10096       xl* | bgxl* | bgf* | mpixl*)
10097         # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
10098         lt_prog_compiler_wl='-Wl,'
10099         lt_prog_compiler_pic='-qpic'
10100         lt_prog_compiler_static='-qstaticlink'
10101         ;;
10102       *)
10103         case `$CC -V 2>&1 | sed 5q` in
10104         *Sun\ F* | *Sun*Fortran*)
10105           # Sun Fortran 8.3 passes all unrecognized flags to the linker
10106           lt_prog_compiler_pic='-KPIC'
10107           lt_prog_compiler_static='-Bstatic'
10108           lt_prog_compiler_wl=''
10109           ;;
10110         *Sun\ C*)
10111           # Sun C 5.9
10112           lt_prog_compiler_pic='-KPIC'
10113           lt_prog_compiler_static='-Bstatic'
10114           lt_prog_compiler_wl='-Wl,'
10115           ;;
10116         esac
10117         ;;
10118       esac
10119       ;;
10120
10121     newsos6)
10122       lt_prog_compiler_pic='-KPIC'
10123       lt_prog_compiler_static='-Bstatic'
10124       ;;
10125
10126     *nto* | *qnx*)
10127       # QNX uses GNU C++, but need to define -shared option too, otherwise
10128       # it will coredump.
10129       lt_prog_compiler_pic='-fPIC -shared'
10130       ;;
10131
10132     osf3* | osf4* | osf5*)
10133       lt_prog_compiler_wl='-Wl,'
10134       # All OSF/1 code is PIC.
10135       lt_prog_compiler_static='-non_shared'
10136       ;;
10137
10138     rdos*)
10139       lt_prog_compiler_static='-non_shared'
10140       ;;
10141
10142     solaris*)
10143       lt_prog_compiler_pic='-KPIC'
10144       lt_prog_compiler_static='-Bstatic'
10145       case $cc_basename in
10146       f77* | f90* | f95*)
10147         lt_prog_compiler_wl='-Qoption ld ';;
10148       *)
10149         lt_prog_compiler_wl='-Wl,';;
10150       esac
10151       ;;
10152
10153     sunos4*)
10154       lt_prog_compiler_wl='-Qoption ld '
10155       lt_prog_compiler_pic='-PIC'
10156       lt_prog_compiler_static='-Bstatic'
10157       ;;
10158
10159     sysv4 | sysv4.2uw2* | sysv4.3*)
10160       lt_prog_compiler_wl='-Wl,'
10161       lt_prog_compiler_pic='-KPIC'
10162       lt_prog_compiler_static='-Bstatic'
10163       ;;
10164
10165     sysv4*MP*)
10166       if test -d /usr/nec ;then
10167         lt_prog_compiler_pic='-Kconform_pic'
10168         lt_prog_compiler_static='-Bstatic'
10169       fi
10170       ;;
10171
10172     sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
10173       lt_prog_compiler_wl='-Wl,'
10174       lt_prog_compiler_pic='-KPIC'
10175       lt_prog_compiler_static='-Bstatic'
10176       ;;
10177
10178     unicos*)
10179       lt_prog_compiler_wl='-Wl,'
10180       lt_prog_compiler_can_build_shared=no
10181       ;;
10182
10183     uts4*)
10184       lt_prog_compiler_pic='-pic'
10185       lt_prog_compiler_static='-Bstatic'
10186       ;;
10187
10188     *)
10189       lt_prog_compiler_can_build_shared=no
10190       ;;
10191     esac
10192   fi
10193
10194 case $host_os in
10195   # For platforms which do not support PIC, -DPIC is meaningless:
10196   *djgpp*)
10197     lt_prog_compiler_pic=
10198     ;;
10199   *)
10200     lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
10201     ;;
10202 esac
10203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
10204 $as_echo "$lt_prog_compiler_pic" >&6; }
10205
10206
10207
10208
10209
10210
10211 #
10212 # Check to make sure the PIC flag actually works.
10213 #
10214 if test -n "$lt_prog_compiler_pic"; then
10215   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
10216 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
10217 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
10218   $as_echo_n "(cached) " >&6
10219 else
10220   lt_cv_prog_compiler_pic_works=no
10221    ac_outfile=conftest.$ac_objext
10222    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10223    lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
10224    # Insert the option either (1) after the last *FLAGS variable, or
10225    # (2) before a word containing "conftest.", or (3) at the end.
10226    # Note that $ac_compile itself does not contain backslashes and begins
10227    # with a dollar sign (not a hyphen), so the echo should work correctly.
10228    # The option is referenced via a variable to avoid confusing sed.
10229    lt_compile=`echo "$ac_compile" | $SED \
10230    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10231    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10232    -e 's:$: $lt_compiler_flag:'`
10233    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10234    (eval "$lt_compile" 2>conftest.err)
10235    ac_status=$?
10236    cat conftest.err >&5
10237    echo "$as_me:$LINENO: \$? = $ac_status" >&5
10238    if (exit $ac_status) && test -s "$ac_outfile"; then
10239      # The compiler can only warn and ignore the option if not recognized
10240      # So say no if there are warnings other than the usual output.
10241      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
10242      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10243      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
10244        lt_cv_prog_compiler_pic_works=yes
10245      fi
10246    fi
10247    $RM conftest*
10248
10249 fi
10250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
10251 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
10252
10253 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
10254     case $lt_prog_compiler_pic in
10255      "" | " "*) ;;
10256      *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
10257      esac
10258 else
10259     lt_prog_compiler_pic=
10260      lt_prog_compiler_can_build_shared=no
10261 fi
10262
10263 fi
10264
10265
10266
10267
10268
10269
10270 #
10271 # Check to make sure the static flag actually works.
10272 #
10273 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
10274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
10275 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
10276 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
10277   $as_echo_n "(cached) " >&6
10278 else
10279   lt_cv_prog_compiler_static_works=no
10280    save_LDFLAGS="$LDFLAGS"
10281    LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
10282    echo "$lt_simple_link_test_code" > conftest.$ac_ext
10283    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10284      # The linker can only warn and ignore the option if not recognized
10285      # So say no if there are warnings
10286      if test -s conftest.err; then
10287        # Append any errors to the config.log.
10288        cat conftest.err 1>&5
10289        $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10290        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10291        if diff conftest.exp conftest.er2 >/dev/null; then
10292          lt_cv_prog_compiler_static_works=yes
10293        fi
10294      else
10295        lt_cv_prog_compiler_static_works=yes
10296      fi
10297    fi
10298    $RM -r conftest*
10299    LDFLAGS="$save_LDFLAGS"
10300
10301 fi
10302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
10303 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
10304
10305 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
10306     :
10307 else
10308     lt_prog_compiler_static=
10309 fi
10310
10311
10312
10313
10314
10315
10316
10317   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10318 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10319 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
10320   $as_echo_n "(cached) " >&6
10321 else
10322   lt_cv_prog_compiler_c_o=no
10323    $RM -r conftest 2>/dev/null
10324    mkdir conftest
10325    cd conftest
10326    mkdir out
10327    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10328
10329    lt_compiler_flag="-o out/conftest2.$ac_objext"
10330    # Insert the option either (1) after the last *FLAGS variable, or
10331    # (2) before a word containing "conftest.", or (3) at the end.
10332    # Note that $ac_compile itself does not contain backslashes and begins
10333    # with a dollar sign (not a hyphen), so the echo should work correctly.
10334    lt_compile=`echo "$ac_compile" | $SED \
10335    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10336    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10337    -e 's:$: $lt_compiler_flag:'`
10338    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10339    (eval "$lt_compile" 2>out/conftest.err)
10340    ac_status=$?
10341    cat out/conftest.err >&5
10342    echo "$as_me:$LINENO: \$? = $ac_status" >&5
10343    if (exit $ac_status) && test -s out/conftest2.$ac_objext
10344    then
10345      # The compiler can only warn and ignore the option if not recognized
10346      # So say no if there are warnings
10347      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10348      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10349      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10350        lt_cv_prog_compiler_c_o=yes
10351      fi
10352    fi
10353    chmod u+w . 2>&5
10354    $RM conftest*
10355    # SGI C++ compiler will create directory out/ii_files/ for
10356    # template instantiation
10357    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10358    $RM out/* && rmdir out
10359    cd ..
10360    $RM -r conftest
10361    $RM conftest*
10362
10363 fi
10364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10365 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10366
10367
10368
10369
10370
10371
10372   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10373 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10374 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
10375   $as_echo_n "(cached) " >&6
10376 else
10377   lt_cv_prog_compiler_c_o=no
10378    $RM -r conftest 2>/dev/null
10379    mkdir conftest
10380    cd conftest
10381    mkdir out
10382    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10383
10384    lt_compiler_flag="-o out/conftest2.$ac_objext"
10385    # Insert the option either (1) after the last *FLAGS variable, or
10386    # (2) before a word containing "conftest.", or (3) at the end.
10387    # Note that $ac_compile itself does not contain backslashes and begins
10388    # with a dollar sign (not a hyphen), so the echo should work correctly.
10389    lt_compile=`echo "$ac_compile" | $SED \
10390    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10391    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10392    -e 's:$: $lt_compiler_flag:'`
10393    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10394    (eval "$lt_compile" 2>out/conftest.err)
10395    ac_status=$?
10396    cat out/conftest.err >&5
10397    echo "$as_me:$LINENO: \$? = $ac_status" >&5
10398    if (exit $ac_status) && test -s out/conftest2.$ac_objext
10399    then
10400      # The compiler can only warn and ignore the option if not recognized
10401      # So say no if there are warnings
10402      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10403      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10404      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10405        lt_cv_prog_compiler_c_o=yes
10406      fi
10407    fi
10408    chmod u+w . 2>&5
10409    $RM conftest*
10410    # SGI C++ compiler will create directory out/ii_files/ for
10411    # template instantiation
10412    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10413    $RM out/* && rmdir out
10414    cd ..
10415    $RM -r conftest
10416    $RM conftest*
10417
10418 fi
10419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10420 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10421
10422
10423
10424
10425 hard_links="nottested"
10426 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
10427   # do not overwrite the value of need_locks provided by the user
10428   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
10429 $as_echo_n "checking if we can lock with hard links... " >&6; }
10430   hard_links=yes
10431   $RM conftest*
10432   ln conftest.a conftest.b 2>/dev/null && hard_links=no
10433   touch conftest.a
10434   ln conftest.a conftest.b 2>&5 || hard_links=no
10435   ln conftest.a conftest.b 2>/dev/null && hard_links=no
10436   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
10437 $as_echo "$hard_links" >&6; }
10438   if test "$hard_links" = no; then
10439     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
10440 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
10441     need_locks=warn
10442   fi
10443 else
10444   need_locks=no
10445 fi
10446
10447
10448
10449
10450
10451
10452   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
10453 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
10454
10455   runpath_var=
10456   allow_undefined_flag=
10457   always_export_symbols=no
10458   archive_cmds=
10459   archive_expsym_cmds=
10460   compiler_needs_object=no
10461   enable_shared_with_static_runtimes=no
10462   export_dynamic_flag_spec=
10463   export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10464   hardcode_automatic=no
10465   hardcode_direct=no
10466   hardcode_direct_absolute=no
10467   hardcode_libdir_flag_spec=
10468   hardcode_libdir_flag_spec_ld=
10469   hardcode_libdir_separator=
10470   hardcode_minus_L=no
10471   hardcode_shlibpath_var=unsupported
10472   inherit_rpath=no
10473   link_all_deplibs=unknown
10474   module_cmds=
10475   module_expsym_cmds=
10476   old_archive_from_new_cmds=
10477   old_archive_from_expsyms_cmds=
10478   thread_safe_flag_spec=
10479   whole_archive_flag_spec=
10480   # include_expsyms should be a list of space-separated symbols to be *always*
10481   # included in the symbol list
10482   include_expsyms=
10483   # exclude_expsyms can be an extended regexp of symbols to exclude
10484   # it will be wrapped by ` (' and `)$', so one must not match beginning or
10485   # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
10486   # as well as any symbol that contains `d'.
10487   exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
10488   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10489   # platforms (ab)use it in PIC code, but their linkers get confused if
10490   # the symbol is explicitly referenced.  Since portable code cannot
10491   # rely on this symbol name, it's probably fine to never include it in
10492   # preloaded symbol tables.
10493   # Exclude shared library initialization/finalization symbols.
10494   extract_expsyms_cmds=
10495
10496   case $host_os in
10497   cygwin* | mingw* | pw32* | cegcc*)
10498     # FIXME: the MSVC++ port hasn't been tested in a loooong time
10499     # When not using gcc, we currently assume that we are using
10500     # Microsoft Visual C++.
10501     if test "$GCC" != yes; then
10502       with_gnu_ld=no
10503     fi
10504     ;;
10505   interix*)
10506     # we just hope/assume this is gcc and not c89 (= MSVC++)
10507     with_gnu_ld=yes
10508     ;;
10509   openbsd*)
10510     with_gnu_ld=no
10511     ;;
10512   esac
10513
10514   ld_shlibs=yes
10515
10516   # On some targets, GNU ld is compatible enough with the native linker
10517   # that we're better off using the native interface for both.
10518   lt_use_gnu_ld_interface=no
10519   if test "$with_gnu_ld" = yes; then
10520     case $host_os in
10521       aix*)
10522         # The AIX port of GNU ld has always aspired to compatibility
10523         # with the native linker.  However, as the warning in the GNU ld
10524         # block says, versions before 2.19.5* couldn't really create working
10525         # shared libraries, regardless of the interface used.
10526         case `$LD -v 2>&1` in
10527           *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
10528           *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
10529           *\ \(GNU\ Binutils\)\ [3-9]*) ;;
10530           *)
10531             lt_use_gnu_ld_interface=yes
10532             ;;
10533         esac
10534         ;;
10535       *)
10536         lt_use_gnu_ld_interface=yes
10537         ;;
10538     esac
10539   fi
10540
10541   if test "$lt_use_gnu_ld_interface" = yes; then
10542     # If archive_cmds runs LD, not CC, wlarc should be empty
10543     wlarc='${wl}'
10544
10545     # Set some defaults for GNU ld with shared library support. These
10546     # are reset later if shared libraries are not supported. Putting them
10547     # here allows them to be overridden if necessary.
10548     runpath_var=LD_RUN_PATH
10549     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10550     export_dynamic_flag_spec='${wl}--export-dynamic'
10551     # ancient GNU ld didn't support --whole-archive et. al.
10552     if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10553       whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10554     else
10555       whole_archive_flag_spec=
10556     fi
10557     supports_anon_versioning=no
10558     case `$LD -v 2>&1` in
10559       *GNU\ gold*) supports_anon_versioning=yes ;;
10560       *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10561       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10562       *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10563       *\ 2.11.*) ;; # other 2.11 versions
10564       *) supports_anon_versioning=yes ;;
10565     esac
10566
10567     # See if GNU ld supports shared libraries.
10568     case $host_os in
10569     aix[3-9]*)
10570       # On AIX/PPC, the GNU linker is very broken
10571       if test "$host_cpu" != ia64; then
10572         ld_shlibs=no
10573         cat <<_LT_EOF 1>&2
10574
10575 *** Warning: the GNU linker, at least up to release 2.19, is reported
10576 *** to be unable to reliably create shared libraries on AIX.
10577 *** Therefore, libtool is disabling shared libraries support.  If you
10578 *** really care for shared libraries, you may want to install binutils
10579 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10580 *** You will then need to restart the configuration process.
10581
10582 _LT_EOF
10583       fi
10584       ;;
10585
10586     amigaos*)
10587       case $host_cpu in
10588       powerpc)
10589             # see comment about AmigaOS4 .so support
10590             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10591             archive_expsym_cmds=''
10592         ;;
10593       m68k)
10594             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)'
10595             hardcode_libdir_flag_spec='-L$libdir'
10596             hardcode_minus_L=yes
10597         ;;
10598       esac
10599       ;;
10600
10601     beos*)
10602       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10603         allow_undefined_flag=unsupported
10604         # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10605         # support --undefined.  This deserves some investigation.  FIXME
10606         archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10607       else
10608         ld_shlibs=no
10609       fi
10610       ;;
10611
10612     cygwin* | mingw* | pw32* | cegcc*)
10613       # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10614       # as there is no search path for DLLs.
10615       hardcode_libdir_flag_spec='-L$libdir'
10616       export_dynamic_flag_spec='${wl}--export-all-symbols'
10617       allow_undefined_flag=unsupported
10618       always_export_symbols=no
10619       enable_shared_with_static_runtimes=yes
10620       export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10621
10622       if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10623         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10624         # If the export-symbols file already is a .def file (1st line
10625         # is EXPORTS), use it as is; otherwise, prepend...
10626         archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10627           cp $export_symbols $output_objdir/$soname.def;
10628         else
10629           echo EXPORTS > $output_objdir/$soname.def;
10630           cat $export_symbols >> $output_objdir/$soname.def;
10631         fi~
10632         $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10633       else
10634         ld_shlibs=no
10635       fi
10636       ;;
10637
10638     haiku*)
10639       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10640       link_all_deplibs=yes
10641       ;;
10642
10643     interix[3-9]*)
10644       hardcode_direct=no
10645       hardcode_shlibpath_var=no
10646       hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10647       export_dynamic_flag_spec='${wl}-E'
10648       # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10649       # Instead, shared libraries are loaded at an image base (0x10000000 by
10650       # default) and relocated if they conflict, which is a slow very memory
10651       # consuming and fragmenting process.  To avoid this, we pick a random,
10652       # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10653       # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
10654       archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10655       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'
10656       ;;
10657
10658     gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10659       tmp_diet=no
10660       if test "$host_os" = linux-dietlibc; then
10661         case $cc_basename in
10662           diet\ *) tmp_diet=yes;;       # linux-dietlibc with static linking (!diet-dyn)
10663         esac
10664       fi
10665       if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10666          && test "$tmp_diet" = no
10667       then
10668         tmp_addflag=' $pic_flag'
10669         tmp_sharedflag='-shared'
10670         case $cc_basename,$host_cpu in
10671         pgcc*)                          # Portland Group C compiler
10672           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'
10673           tmp_addflag=' $pic_flag'
10674           ;;
10675         pgf77* | pgf90* | pgf95* | pgfortran*)
10676                                         # Portland Group f77 and f90 compilers
10677           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'
10678           tmp_addflag=' $pic_flag -Mnomain' ;;
10679         ecc*,ia64* | icc*,ia64*)        # Intel C compiler on ia64
10680           tmp_addflag=' -i_dynamic' ;;
10681         efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
10682           tmp_addflag=' -i_dynamic -nofor_main' ;;
10683         ifc* | ifort*)                  # Intel Fortran compiler
10684           tmp_addflag=' -nofor_main' ;;
10685         lf95*)                          # Lahey Fortran 8.1
10686           whole_archive_flag_spec=
10687           tmp_sharedflag='--shared' ;;
10688         xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10689           tmp_sharedflag='-qmkshrobj'
10690           tmp_addflag= ;;
10691         nvcc*)  # Cuda Compiler Driver 2.2
10692           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'
10693           compiler_needs_object=yes
10694           ;;
10695         esac
10696         case `$CC -V 2>&1 | sed 5q` in
10697         *Sun\ C*)                       # Sun C 5.9
10698           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'
10699           compiler_needs_object=yes
10700           tmp_sharedflag='-G' ;;
10701         *Sun\ F*)                       # Sun Fortran 8.3
10702           tmp_sharedflag='-G' ;;
10703         esac
10704         archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10705
10706         if test "x$supports_anon_versioning" = xyes; then
10707           archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10708             cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10709             echo "local: *; };" >> $output_objdir/$libname.ver~
10710             $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10711         fi
10712
10713         case $cc_basename in
10714         xlf* | bgf* | bgxlf* | mpixlf*)
10715           # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10716           whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10717           hardcode_libdir_flag_spec=
10718           hardcode_libdir_flag_spec_ld='-rpath $libdir'
10719           archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10720           if test "x$supports_anon_versioning" = xyes; then
10721             archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10722               cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10723               echo "local: *; };" >> $output_objdir/$libname.ver~
10724               $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10725           fi
10726           ;;
10727         esac
10728       else
10729         ld_shlibs=no
10730       fi
10731       ;;
10732
10733     netbsd*)
10734       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10735         archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10736         wlarc=
10737       else
10738         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10739         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10740       fi
10741       ;;
10742
10743     solaris*)
10744       if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10745         ld_shlibs=no
10746         cat <<_LT_EOF 1>&2
10747
10748 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
10749 *** create shared libraries on Solaris systems.  Therefore, libtool
10750 *** is disabling shared libraries support.  We urge you to upgrade GNU
10751 *** binutils to release 2.9.1 or newer.  Another option is to modify
10752 *** your PATH or compiler configuration so that the native linker is
10753 *** used, and then restart.
10754
10755 _LT_EOF
10756       elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10757         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10758         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10759       else
10760         ld_shlibs=no
10761       fi
10762       ;;
10763
10764     sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10765       case `$LD -v 2>&1` in
10766         *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10767         ld_shlibs=no
10768         cat <<_LT_EOF 1>&2
10769
10770 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10771 *** reliably create shared libraries on SCO systems.  Therefore, libtool
10772 *** is disabling shared libraries support.  We urge you to upgrade GNU
10773 *** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
10774 *** your PATH or compiler configuration so that the native linker is
10775 *** used, and then restart.
10776
10777 _LT_EOF
10778         ;;
10779         *)
10780           # For security reasons, it is highly recommended that you always
10781           # use absolute paths for naming shared libraries, and exclude the
10782           # DT_RUNPATH tag from executables and libraries.  But doing so
10783           # requires that you compile everything twice, which is a pain.
10784           if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10785             hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10786             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10787             archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10788           else
10789             ld_shlibs=no
10790           fi
10791         ;;
10792       esac
10793       ;;
10794
10795     sunos4*)
10796       archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10797       wlarc=
10798       hardcode_direct=yes
10799       hardcode_shlibpath_var=no
10800       ;;
10801
10802     *)
10803       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10804         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10805         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10806       else
10807         ld_shlibs=no
10808       fi
10809       ;;
10810     esac
10811
10812     if test "$ld_shlibs" = no; then
10813       runpath_var=
10814       hardcode_libdir_flag_spec=
10815       export_dynamic_flag_spec=
10816       whole_archive_flag_spec=
10817     fi
10818   else
10819     # PORTME fill in a description of your system's linker (not GNU ld)
10820     case $host_os in
10821     aix3*)
10822       allow_undefined_flag=unsupported
10823       always_export_symbols=yes
10824       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'
10825       # Note: this linker hardcodes the directories in LIBPATH if there
10826       # are no directories specified by -L.
10827       hardcode_minus_L=yes
10828       if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10829         # Neither direct hardcoding nor static linking is supported with a
10830         # broken collect2.
10831         hardcode_direct=unsupported
10832       fi
10833       ;;
10834
10835     aix[4-9]*)
10836       if test "$host_cpu" = ia64; then
10837         # On IA64, the linker does run time linking by default, so we don't
10838         # have to do anything special.
10839         aix_use_runtimelinking=no
10840         exp_sym_flag='-Bexport'
10841         no_entry_flag=""
10842       else
10843         # If we're using GNU nm, then we don't want the "-C" option.
10844         # -C means demangle to AIX nm, but means don't demangle with GNU nm
10845         # Also, AIX nm treats weak defined symbols like other global
10846         # defined symbols, whereas GNU nm marks them as "W".
10847         if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10848           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'
10849         else
10850           export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
10851         fi
10852         aix_use_runtimelinking=no
10853
10854         # Test if we are trying to use run time linking or normal
10855         # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10856         # need to do runtime linking.
10857         case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10858           for ld_flag in $LDFLAGS; do
10859           if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10860             aix_use_runtimelinking=yes
10861             break
10862           fi
10863           done
10864           ;;
10865         esac
10866
10867         exp_sym_flag='-bexport'
10868         no_entry_flag='-bnoentry'
10869       fi
10870
10871       # When large executables or shared objects are built, AIX ld can
10872       # have problems creating the table of contents.  If linking a library
10873       # or program results in "error TOC overflow" add -mminimal-toc to
10874       # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
10875       # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10876
10877       archive_cmds=''
10878       hardcode_direct=yes
10879       hardcode_direct_absolute=yes
10880       hardcode_libdir_separator=':'
10881       link_all_deplibs=yes
10882       file_list_spec='${wl}-f,'
10883
10884       if test "$GCC" = yes; then
10885         case $host_os in aix4.[012]|aix4.[012].*)
10886         # We only want to do this on AIX 4.2 and lower, the check
10887         # below for broken collect2 doesn't work under 4.3+
10888           collect2name=`${CC} -print-prog-name=collect2`
10889           if test -f "$collect2name" &&
10890            strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10891           then
10892           # We have reworked collect2
10893           :
10894           else
10895           # We have old collect2
10896           hardcode_direct=unsupported
10897           # It fails to find uninstalled libraries when the uninstalled
10898           # path is not listed in the libpath.  Setting hardcode_minus_L
10899           # to unsupported forces relinking
10900           hardcode_minus_L=yes
10901           hardcode_libdir_flag_spec='-L$libdir'
10902           hardcode_libdir_separator=
10903           fi
10904           ;;
10905         esac
10906         shared_flag='-shared'
10907         if test "$aix_use_runtimelinking" = yes; then
10908           shared_flag="$shared_flag "'${wl}-G'
10909         fi
10910       else
10911         # not using gcc
10912         if test "$host_cpu" = ia64; then
10913         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10914         # chokes on -Wl,-G. The following line is correct:
10915           shared_flag='-G'
10916         else
10917           if test "$aix_use_runtimelinking" = yes; then
10918             shared_flag='${wl}-G'
10919           else
10920             shared_flag='${wl}-bM:SRE'
10921           fi
10922         fi
10923       fi
10924
10925       export_dynamic_flag_spec='${wl}-bexpall'
10926       # It seems that -bexpall does not export symbols beginning with
10927       # underscore (_), so it is better to generate a list of symbols to export.
10928       always_export_symbols=yes
10929       if test "$aix_use_runtimelinking" = yes; then
10930         # Warning - without using the other runtime loading flags (-brtl),
10931         # -berok will link without error, but may produce a broken library.
10932         allow_undefined_flag='-berok'
10933         # Determine the default libpath from the value encoded in an
10934         # empty executable.
10935         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10936 /* end confdefs.h.  */
10937
10938 int
10939 main ()
10940 {
10941
10942   ;
10943   return 0;
10944 }
10945 _ACEOF
10946 if ac_fn_c_try_link "$LINENO"; then :
10947
10948 lt_aix_libpath_sed='
10949     /Import File Strings/,/^$/ {
10950         /^0/ {
10951             s/^0  *\(.*\)$/\1/
10952             p
10953         }
10954     }'
10955 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10956 # Check for a 64-bit object if we didn't find anything.
10957 if test -z "$aix_libpath"; then
10958   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10959 fi
10960 fi
10961 rm -f core conftest.err conftest.$ac_objext \
10962     conftest$ac_exeext conftest.$ac_ext
10963 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10964
10965         hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10966         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"
10967       else
10968         if test "$host_cpu" = ia64; then
10969           hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
10970           allow_undefined_flag="-z nodefs"
10971           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"
10972         else
10973          # Determine the default libpath from the value encoded in an
10974          # empty executable.
10975          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10976 /* end confdefs.h.  */
10977
10978 int
10979 main ()
10980 {
10981
10982   ;
10983   return 0;
10984 }
10985 _ACEOF
10986 if ac_fn_c_try_link "$LINENO"; then :
10987
10988 lt_aix_libpath_sed='
10989     /Import File Strings/,/^$/ {
10990         /^0/ {
10991             s/^0  *\(.*\)$/\1/
10992             p
10993         }
10994     }'
10995 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10996 # Check for a 64-bit object if we didn't find anything.
10997 if test -z "$aix_libpath"; then
10998   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10999 fi
11000 fi
11001 rm -f core conftest.err conftest.$ac_objext \
11002     conftest$ac_exeext conftest.$ac_ext
11003 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11004
11005          hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
11006           # Warning - without using the other run time loading flags,
11007           # -berok will link without error, but may produce a broken library.
11008           no_undefined_flag=' ${wl}-bernotok'
11009           allow_undefined_flag=' ${wl}-berok'
11010           if test "$with_gnu_ld" = yes; then
11011             # We only use this code for GNU lds that support --whole-archive.
11012             whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
11013           else
11014             # Exported symbols can be pulled into shared objects from archives
11015             whole_archive_flag_spec='$convenience'
11016           fi
11017           archive_cmds_need_lc=yes
11018           # This is similar to how AIX traditionally builds its shared libraries.
11019           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'
11020         fi
11021       fi
11022       ;;
11023
11024     amigaos*)
11025       case $host_cpu in
11026       powerpc)
11027             # see comment about AmigaOS4 .so support
11028             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
11029             archive_expsym_cmds=''
11030         ;;
11031       m68k)
11032             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)'
11033             hardcode_libdir_flag_spec='-L$libdir'
11034             hardcode_minus_L=yes
11035         ;;
11036       esac
11037       ;;
11038
11039     bsdi[45]*)
11040       export_dynamic_flag_spec=-rdynamic
11041       ;;
11042
11043     cygwin* | mingw* | pw32* | cegcc*)
11044       # When not using gcc, we currently assume that we are using
11045       # Microsoft Visual C++.
11046       # hardcode_libdir_flag_spec is actually meaningless, as there is
11047       # no search path for DLLs.
11048       hardcode_libdir_flag_spec=' '
11049       allow_undefined_flag=unsupported
11050       # Tell ltmain to make .lib files, not .a files.
11051       libext=lib
11052       # Tell ltmain to make .dll files, not .so files.
11053       shrext_cmds=".dll"
11054       # FIXME: Setting linknames here is a bad hack.
11055       archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
11056       # The linker will automatically build a .lib file if we build a DLL.
11057       old_archive_from_new_cmds='true'
11058       # FIXME: Should let the user specify the lib program.
11059       old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
11060       fix_srcfile_path='`cygpath -w "$srcfile"`'
11061       enable_shared_with_static_runtimes=yes
11062       ;;
11063
11064     darwin* | rhapsody*)
11065
11066
11067   archive_cmds_need_lc=no
11068   hardcode_direct=no
11069   hardcode_automatic=yes
11070   hardcode_shlibpath_var=unsupported
11071   if test "$lt_cv_ld_force_load" = "yes"; then
11072     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\"`'
11073   else
11074     whole_archive_flag_spec=''
11075   fi
11076   link_all_deplibs=yes
11077   allow_undefined_flag="$_lt_dar_allow_undefined"
11078   case $cc_basename in
11079      ifort*) _lt_dar_can_shared=yes ;;
11080      *) _lt_dar_can_shared=$GCC ;;
11081   esac
11082   if test "$_lt_dar_can_shared" = "yes"; then
11083     output_verbose_link_cmd=func_echo_all
11084     archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
11085     module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
11086     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}"
11087     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}"
11088
11089   else
11090   ld_shlibs=no
11091   fi
11092
11093       ;;
11094
11095     dgux*)
11096       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11097       hardcode_libdir_flag_spec='-L$libdir'
11098       hardcode_shlibpath_var=no
11099       ;;
11100
11101     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
11102     # support.  Future versions do this automatically, but an explicit c++rt0.o
11103     # does not break anything, and helps significantly (at the cost of a little
11104     # extra space).
11105     freebsd2.2*)
11106       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
11107       hardcode_libdir_flag_spec='-R$libdir'
11108       hardcode_direct=yes
11109       hardcode_shlibpath_var=no
11110       ;;
11111
11112     # Unfortunately, older versions of FreeBSD 2 do not have this feature.
11113     freebsd2.*)
11114       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11115       hardcode_direct=yes
11116       hardcode_minus_L=yes
11117       hardcode_shlibpath_var=no
11118       ;;
11119
11120     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
11121     freebsd* | dragonfly*)
11122       archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
11123       hardcode_libdir_flag_spec='-R$libdir'
11124       hardcode_direct=yes
11125       hardcode_shlibpath_var=no
11126       ;;
11127
11128     hpux9*)
11129       if test "$GCC" = yes; then
11130         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'
11131       else
11132         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'
11133       fi
11134       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11135       hardcode_libdir_separator=:
11136       hardcode_direct=yes
11137
11138       # hardcode_minus_L: Not really in the search PATH,
11139       # but as the default location of the library.
11140       hardcode_minus_L=yes
11141       export_dynamic_flag_spec='${wl}-E'
11142       ;;
11143
11144     hpux10*)
11145       if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11146         archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11147       else
11148         archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11149       fi
11150       if test "$with_gnu_ld" = no; then
11151         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11152         hardcode_libdir_flag_spec_ld='+b $libdir'
11153         hardcode_libdir_separator=:
11154         hardcode_direct=yes
11155         hardcode_direct_absolute=yes
11156         export_dynamic_flag_spec='${wl}-E'
11157         # hardcode_minus_L: Not really in the search PATH,
11158         # but as the default location of the library.
11159         hardcode_minus_L=yes
11160       fi
11161       ;;
11162
11163     hpux11*)
11164       if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11165         case $host_cpu in
11166         hppa*64*)
11167           archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11168           ;;
11169         ia64*)
11170           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11171           ;;
11172         *)
11173           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11174           ;;
11175         esac
11176       else
11177         case $host_cpu in
11178         hppa*64*)
11179           archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11180           ;;
11181         ia64*)
11182           archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11183           ;;
11184         *)
11185
11186           # Older versions of the 11.00 compiler do not understand -b yet
11187           # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
11188           { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
11189 $as_echo_n "checking if $CC understands -b... " >&6; }
11190 if test "${lt_cv_prog_compiler__b+set}" = set; then :
11191   $as_echo_n "(cached) " >&6
11192 else
11193   lt_cv_prog_compiler__b=no
11194    save_LDFLAGS="$LDFLAGS"
11195    LDFLAGS="$LDFLAGS -b"
11196    echo "$lt_simple_link_test_code" > conftest.$ac_ext
11197    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
11198      # The linker can only warn and ignore the option if not recognized
11199      # So say no if there are warnings
11200      if test -s conftest.err; then
11201        # Append any errors to the config.log.
11202        cat conftest.err 1>&5
11203        $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
11204        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
11205        if diff conftest.exp conftest.er2 >/dev/null; then
11206          lt_cv_prog_compiler__b=yes
11207        fi
11208      else
11209        lt_cv_prog_compiler__b=yes
11210      fi
11211    fi
11212    $RM -r conftest*
11213    LDFLAGS="$save_LDFLAGS"
11214
11215 fi
11216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
11217 $as_echo "$lt_cv_prog_compiler__b" >&6; }
11218
11219 if test x"$lt_cv_prog_compiler__b" = xyes; then
11220     archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11221 else
11222     archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11223 fi
11224
11225           ;;
11226         esac
11227       fi
11228       if test "$with_gnu_ld" = no; then
11229         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11230         hardcode_libdir_separator=:
11231
11232         case $host_cpu in
11233         hppa*64*|ia64*)
11234           hardcode_direct=no
11235           hardcode_shlibpath_var=no
11236           ;;
11237         *)
11238           hardcode_direct=yes
11239           hardcode_direct_absolute=yes
11240           export_dynamic_flag_spec='${wl}-E'
11241
11242           # hardcode_minus_L: Not really in the search PATH,
11243           # but as the default location of the library.
11244           hardcode_minus_L=yes
11245           ;;
11246         esac
11247       fi
11248       ;;
11249
11250     irix5* | irix6* | nonstopux*)
11251       if test "$GCC" = yes; then
11252         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'
11253         # Try to use the -exported_symbol ld option, if it does not
11254         # work, assume that -exports_file does not work either and
11255         # implicitly export all symbols.
11256         save_LDFLAGS="$LDFLAGS"
11257         LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
11258         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11259 /* end confdefs.h.  */
11260 int foo(void) {}
11261 _ACEOF
11262 if ac_fn_c_try_link "$LINENO"; then :
11263   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'
11264
11265 fi
11266 rm -f core conftest.err conftest.$ac_objext \
11267     conftest$ac_exeext conftest.$ac_ext
11268         LDFLAGS="$save_LDFLAGS"
11269       else
11270         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'
11271         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'
11272       fi
11273       archive_cmds_need_lc='no'
11274       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11275       hardcode_libdir_separator=:
11276       inherit_rpath=yes
11277       link_all_deplibs=yes
11278       ;;
11279
11280     netbsd*)
11281       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11282         archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
11283       else
11284         archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
11285       fi
11286       hardcode_libdir_flag_spec='-R$libdir'
11287       hardcode_direct=yes
11288       hardcode_shlibpath_var=no
11289       ;;
11290
11291     newsos6)
11292       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11293       hardcode_direct=yes
11294       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11295       hardcode_libdir_separator=:
11296       hardcode_shlibpath_var=no
11297       ;;
11298
11299     *nto* | *qnx*)
11300       ;;
11301
11302     openbsd*)
11303       if test -f /usr/libexec/ld.so; then
11304         hardcode_direct=yes
11305         hardcode_shlibpath_var=no
11306         hardcode_direct_absolute=yes
11307         if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11308           archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11309           archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
11310           hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11311           export_dynamic_flag_spec='${wl}-E'
11312         else
11313           case $host_os in
11314            openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
11315              archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11316              hardcode_libdir_flag_spec='-R$libdir'
11317              ;;
11318            *)
11319              archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11320              hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11321              ;;
11322           esac
11323         fi
11324       else
11325         ld_shlibs=no
11326       fi
11327       ;;
11328
11329     os2*)
11330       hardcode_libdir_flag_spec='-L$libdir'
11331       hardcode_minus_L=yes
11332       allow_undefined_flag=unsupported
11333       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'
11334       old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
11335       ;;
11336
11337     osf3*)
11338       if test "$GCC" = yes; then
11339         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11340         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'
11341       else
11342         allow_undefined_flag=' -expect_unresolved \*'
11343         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'
11344       fi
11345       archive_cmds_need_lc='no'
11346       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11347       hardcode_libdir_separator=:
11348       ;;
11349
11350     osf4* | osf5*)      # as osf3* with the addition of -msym flag
11351       if test "$GCC" = yes; then
11352         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11353         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'
11354         hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11355       else
11356         allow_undefined_flag=' -expect_unresolved \*'
11357         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'
11358         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~
11359         $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'
11360
11361         # Both c and cxx compiler support -rpath directly
11362         hardcode_libdir_flag_spec='-rpath $libdir'
11363       fi
11364       archive_cmds_need_lc='no'
11365       hardcode_libdir_separator=:
11366       ;;
11367
11368     solaris*)
11369       no_undefined_flag=' -z defs'
11370       if test "$GCC" = yes; then
11371         wlarc='${wl}'
11372         archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11373         archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11374           $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11375       else
11376         case `$CC -V 2>&1` in
11377         *"Compilers 5.0"*)
11378           wlarc=''
11379           archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
11380           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11381           $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
11382           ;;
11383         *)
11384           wlarc='${wl}'
11385           archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
11386           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11387           $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11388           ;;
11389         esac
11390       fi
11391       hardcode_libdir_flag_spec='-R$libdir'
11392       hardcode_shlibpath_var=no
11393       case $host_os in
11394       solaris2.[0-5] | solaris2.[0-5].*) ;;
11395       *)
11396         # The compiler driver will combine and reorder linker options,
11397         # but understands `-z linker_flag'.  GCC discards it without `$wl',
11398         # but is careful enough not to reorder.
11399         # Supported since Solaris 2.6 (maybe 2.5.1?)
11400         if test "$GCC" = yes; then
11401           whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
11402         else
11403           whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
11404         fi
11405         ;;
11406       esac
11407       link_all_deplibs=yes
11408       ;;
11409
11410     sunos4*)
11411       if test "x$host_vendor" = xsequent; then
11412         # Use $CC to link under sequent, because it throws in some extra .o
11413         # files that make .init and .fini sections work.
11414         archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
11415       else
11416         archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
11417       fi
11418       hardcode_libdir_flag_spec='-L$libdir'
11419       hardcode_direct=yes
11420       hardcode_minus_L=yes
11421       hardcode_shlibpath_var=no
11422       ;;
11423
11424     sysv4)
11425       case $host_vendor in
11426         sni)
11427           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11428           hardcode_direct=yes # is this really true???
11429         ;;
11430         siemens)
11431           ## LD is ld it makes a PLAMLIB
11432           ## CC just makes a GrossModule.
11433           archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
11434           reload_cmds='$CC -r -o $output$reload_objs'
11435           hardcode_direct=no
11436         ;;
11437         motorola)
11438           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11439           hardcode_direct=no #Motorola manual says yes, but my tests say they lie
11440         ;;
11441       esac
11442       runpath_var='LD_RUN_PATH'
11443       hardcode_shlibpath_var=no
11444       ;;
11445
11446     sysv4.3*)
11447       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11448       hardcode_shlibpath_var=no
11449       export_dynamic_flag_spec='-Bexport'
11450       ;;
11451
11452     sysv4*MP*)
11453       if test -d /usr/nec; then
11454         archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11455         hardcode_shlibpath_var=no
11456         runpath_var=LD_RUN_PATH
11457         hardcode_runpath_var=yes
11458         ld_shlibs=yes
11459       fi
11460       ;;
11461
11462     sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
11463       no_undefined_flag='${wl}-z,text'
11464       archive_cmds_need_lc=no
11465       hardcode_shlibpath_var=no
11466       runpath_var='LD_RUN_PATH'
11467
11468       if test "$GCC" = yes; then
11469         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11470         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11471       else
11472         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11473         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11474       fi
11475       ;;
11476
11477     sysv5* | sco3.2v5* | sco5v6*)
11478       # Note: We can NOT use -z defs as we might desire, because we do not
11479       # link with -lc, and that would cause any symbols used from libc to
11480       # always be unresolved, which means just about no library would
11481       # ever link correctly.  If we're not using GNU ld we use -z text
11482       # though, which does catch some bad symbols but isn't as heavy-handed
11483       # as -z defs.
11484       no_undefined_flag='${wl}-z,text'
11485       allow_undefined_flag='${wl}-z,nodefs'
11486       archive_cmds_need_lc=no
11487       hardcode_shlibpath_var=no
11488       hardcode_libdir_flag_spec='${wl}-R,$libdir'
11489       hardcode_libdir_separator=':'
11490       link_all_deplibs=yes
11491       export_dynamic_flag_spec='${wl}-Bexport'
11492       runpath_var='LD_RUN_PATH'
11493
11494       if test "$GCC" = yes; then
11495         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11496         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11497       else
11498         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11499         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11500       fi
11501       ;;
11502
11503     uts4*)
11504       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11505       hardcode_libdir_flag_spec='-L$libdir'
11506       hardcode_shlibpath_var=no
11507       ;;
11508
11509     *)
11510       ld_shlibs=no
11511       ;;
11512     esac
11513
11514     if test x$host_vendor = xsni; then
11515       case $host in
11516       sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
11517         export_dynamic_flag_spec='${wl}-Blargedynsym'
11518         ;;
11519       esac
11520     fi
11521   fi
11522
11523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
11524 $as_echo "$ld_shlibs" >&6; }
11525 test "$ld_shlibs" = no && can_build_shared=no
11526
11527 with_gnu_ld=$with_gnu_ld
11528
11529
11530
11531
11532
11533
11534
11535
11536
11537
11538
11539
11540
11541
11542
11543 #
11544 # Do we need to explicitly link libc?
11545 #
11546 case "x$archive_cmds_need_lc" in
11547 x|xyes)
11548   # Assume -lc should be added
11549   archive_cmds_need_lc=yes
11550
11551   if test "$enable_shared" = yes && test "$GCC" = yes; then
11552     case $archive_cmds in
11553     *'~'*)
11554       # FIXME: we may have to deal with multi-command sequences.
11555       ;;
11556     '$CC '*)
11557       # Test whether the compiler implicitly links with -lc since on some
11558       # systems, -lgcc has to come before -lc. If gcc already passes -lc
11559       # to ld, don't add -lc before -lgcc.
11560       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
11561 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
11562 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
11563   $as_echo_n "(cached) " >&6
11564 else
11565   $RM conftest*
11566         echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11567
11568         if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
11569   (eval $ac_compile) 2>&5
11570   ac_status=$?
11571   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11572   test $ac_status = 0; } 2>conftest.err; then
11573           soname=conftest
11574           lib=conftest
11575           libobjs=conftest.$ac_objext
11576           deplibs=
11577           wl=$lt_prog_compiler_wl
11578           pic_flag=$lt_prog_compiler_pic
11579           compiler_flags=-v
11580           linker_flags=-v
11581           verstring=
11582           output_objdir=.
11583           libname=conftest
11584           lt_save_allow_undefined_flag=$allow_undefined_flag
11585           allow_undefined_flag=
11586           if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
11587   (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11588   ac_status=$?
11589   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11590   test $ac_status = 0; }
11591           then
11592             lt_cv_archive_cmds_need_lc=no
11593           else
11594             lt_cv_archive_cmds_need_lc=yes
11595           fi
11596           allow_undefined_flag=$lt_save_allow_undefined_flag
11597         else
11598           cat conftest.err 1>&5
11599         fi
11600         $RM conftest*
11601
11602 fi
11603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11604 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11605       archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11606       ;;
11607     esac
11608   fi
11609   ;;
11610 esac
11611
11612
11613
11614
11615
11616
11617
11618
11619
11620
11621
11622
11623
11624
11625
11626
11627
11628
11629
11630
11631
11632
11633
11634
11635
11636
11637
11638
11639
11640
11641
11642
11643
11644
11645
11646
11647
11648
11649
11650
11651
11652
11653
11654
11655
11656
11657
11658
11659
11660
11661
11662
11663
11664
11665
11666
11667
11668
11669
11670
11671
11672
11673
11674
11675
11676
11677
11678
11679
11680
11681
11682
11683
11684
11685
11686
11687
11688
11689
11690
11691
11692
11693
11694
11695
11696
11697
11698
11699
11700
11701
11702
11703
11704
11705
11706
11707
11708
11709
11710
11711
11712
11713
11714
11715
11716
11717
11718
11719
11720
11721
11722
11723
11724
11725
11726
11727
11728
11729
11730
11731
11732
11733
11734
11735
11736
11737
11738
11739
11740
11741
11742
11743
11744
11745
11746
11747
11748
11749
11750
11751
11752
11753
11754
11755
11756
11757
11758
11759
11760
11761
11762
11763
11764
11765
11766
11767
11768   { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11769 $as_echo_n "checking dynamic linker characteristics... " >&6; }
11770
11771 if test "$GCC" = yes; then
11772   case $host_os in
11773     darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11774     *) lt_awk_arg="/^libraries:/" ;;
11775   esac
11776   case $host_os in
11777     mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11778     *) lt_sed_strip_eq="s,=/,/,g" ;;
11779   esac
11780   lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11781   case $lt_search_path_spec in
11782   *\;*)
11783     # if the path contains ";" then we assume it to be the separator
11784     # otherwise default to the standard path separator (i.e. ":") - it is
11785     # assumed that no part of a normal pathname contains ";" but that should
11786     # okay in the real world where ";" in dirpaths is itself problematic.
11787     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11788     ;;
11789   *)
11790     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11791     ;;
11792   esac
11793   # Ok, now we have the path, separated by spaces, we can step through it
11794   # and add multilib dir if necessary.
11795   lt_tmp_lt_search_path_spec=
11796   lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11797   for lt_sys_path in $lt_search_path_spec; do
11798     if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11799       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11800     else
11801       test -d "$lt_sys_path" && \
11802         lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11803     fi
11804   done
11805   lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11806 BEGIN {RS=" "; FS="/|\n";} {
11807   lt_foo="";
11808   lt_count=0;
11809   for (lt_i = NF; lt_i > 0; lt_i--) {
11810     if ($lt_i != "" && $lt_i != ".") {
11811       if ($lt_i == "..") {
11812         lt_count++;
11813       } else {
11814         if (lt_count == 0) {
11815           lt_foo="/" $lt_i lt_foo;
11816         } else {
11817           lt_count--;
11818         }
11819       }
11820     }
11821   }
11822   if (lt_foo != "") { lt_freq[lt_foo]++; }
11823   if (lt_freq[lt_foo] == 1) { print lt_foo; }
11824 }'`
11825   # AWK program above erroneously prepends '/' to C:/dos/paths
11826   # for these hosts.
11827   case $host_os in
11828     mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11829       $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11830   esac
11831   sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11832 else
11833   sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11834 fi
11835 library_names_spec=
11836 libname_spec='lib$name'
11837 soname_spec=
11838 shrext_cmds=".so"
11839 postinstall_cmds=
11840 postuninstall_cmds=
11841 finish_cmds=
11842 finish_eval=
11843 shlibpath_var=
11844 shlibpath_overrides_runpath=unknown
11845 version_type=none
11846 dynamic_linker="$host_os ld.so"
11847 sys_lib_dlsearch_path_spec="/lib /usr/lib"
11848 need_lib_prefix=unknown
11849 hardcode_into_libs=no
11850
11851 # when you set need_version to no, make sure it does not cause -set_version
11852 # flags to be left without arguments
11853 need_version=unknown
11854
11855 case $host_os in
11856 aix3*)
11857   version_type=linux
11858   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11859   shlibpath_var=LIBPATH
11860
11861   # AIX 3 has no versioning support, so we append a major version to the name.
11862   soname_spec='${libname}${release}${shared_ext}$major'
11863   ;;
11864
11865 aix[4-9]*)
11866   version_type=linux
11867   need_lib_prefix=no
11868   need_version=no
11869   hardcode_into_libs=yes
11870   if test "$host_cpu" = ia64; then
11871     # AIX 5 supports IA64
11872     library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11873     shlibpath_var=LD_LIBRARY_PATH
11874   else
11875     # With GCC up to 2.95.x, collect2 would create an import file
11876     # for dependence libraries.  The import file would start with
11877     # the line `#! .'.  This would cause the generated library to
11878     # depend on `.', always an invalid library.  This was fixed in
11879     # development snapshots of GCC prior to 3.0.
11880     case $host_os in
11881       aix4 | aix4.[01] | aix4.[01].*)
11882       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11883            echo ' yes '
11884            echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11885         :
11886       else
11887         can_build_shared=no
11888       fi
11889       ;;
11890     esac
11891     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11892     # soname into executable. Probably we can add versioning support to
11893     # collect2, so additional links can be useful in future.
11894     if test "$aix_use_runtimelinking" = yes; then
11895       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11896       # instead of lib<name>.a to let people know that these are not
11897       # typical AIX shared libraries.
11898       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11899     else
11900       # We preserve .a as extension for shared libraries through AIX4.2
11901       # and later when we are not doing run time linking.
11902       library_names_spec='${libname}${release}.a $libname.a'
11903       soname_spec='${libname}${release}${shared_ext}$major'
11904     fi
11905     shlibpath_var=LIBPATH
11906   fi
11907   ;;
11908
11909 amigaos*)
11910   case $host_cpu in
11911   powerpc)
11912     # Since July 2007 AmigaOS4 officially supports .so libraries.
11913     # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11914     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11915     ;;
11916   m68k)
11917     library_names_spec='$libname.ixlibrary $libname.a'
11918     # Create ${libname}_ixlibrary.a entries in /sys/libs.
11919     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'
11920     ;;
11921   esac
11922   ;;
11923
11924 beos*)
11925   library_names_spec='${libname}${shared_ext}'
11926   dynamic_linker="$host_os ld.so"
11927   shlibpath_var=LIBRARY_PATH
11928   ;;
11929
11930 bsdi[45]*)
11931   version_type=linux
11932   need_version=no
11933   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11934   soname_spec='${libname}${release}${shared_ext}$major'
11935   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11936   shlibpath_var=LD_LIBRARY_PATH
11937   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11938   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11939   # the default ld.so.conf also contains /usr/contrib/lib and
11940   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11941   # libtool to hard-code these into programs
11942   ;;
11943
11944 cygwin* | mingw* | pw32* | cegcc*)
11945   version_type=windows
11946   shrext_cmds=".dll"
11947   need_version=no
11948   need_lib_prefix=no
11949
11950   case $GCC,$host_os in
11951   yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
11952     library_names_spec='$libname.dll.a'
11953     # DLL is installed to $(libdir)/../bin by postinstall_cmds
11954     postinstall_cmds='base_file=`basename \${file}`~
11955       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11956       dldir=$destdir/`dirname \$dlpath`~
11957       test -d \$dldir || mkdir -p \$dldir~
11958       $install_prog $dir/$dlname \$dldir/$dlname~
11959       chmod a+x \$dldir/$dlname~
11960       if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11961         eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11962       fi'
11963     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11964       dlpath=$dir/\$dldll~
11965        $RM \$dlpath'
11966     shlibpath_overrides_runpath=yes
11967
11968     case $host_os in
11969     cygwin*)
11970       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11971       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11972
11973       sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
11974       ;;
11975     mingw* | cegcc*)
11976       # MinGW DLLs use traditional 'lib' prefix
11977       soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11978       ;;
11979     pw32*)
11980       # pw32 DLLs use 'pw' prefix rather than 'lib'
11981       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11982       ;;
11983     esac
11984     ;;
11985
11986   *)
11987     library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11988     ;;
11989   esac
11990   dynamic_linker='Win32 ld.exe'
11991   # FIXME: first we should search . and the directory the executable is in
11992   shlibpath_var=PATH
11993   ;;
11994
11995 darwin* | rhapsody*)
11996   dynamic_linker="$host_os dyld"
11997   version_type=darwin
11998   need_lib_prefix=no
11999   need_version=no
12000   library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
12001   soname_spec='${libname}${release}${major}$shared_ext'
12002   shlibpath_overrides_runpath=yes
12003   shlibpath_var=DYLD_LIBRARY_PATH
12004   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
12005
12006   sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
12007   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
12008   ;;
12009
12010 dgux*)
12011   version_type=linux
12012   need_lib_prefix=no
12013   need_version=no
12014   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
12015   soname_spec='${libname}${release}${shared_ext}$major'
12016   shlibpath_var=LD_LIBRARY_PATH
12017   ;;
12018
12019 freebsd* | dragonfly*)
12020   # DragonFly does not have aout.  When/if they implement a new
12021   # versioning mechanism, adjust this.
12022   if test -x /usr/bin/objformat; then
12023     objformat=`/usr/bin/objformat`
12024   else
12025     case $host_os in
12026     freebsd[23].*) objformat=aout ;;
12027     *) objformat=elf ;;
12028     esac
12029   fi
12030   version_type=freebsd-$objformat
12031   case $version_type in
12032     freebsd-elf*)
12033       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12034       need_version=no
12035       need_lib_prefix=no
12036       ;;
12037     freebsd-*)
12038       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
12039       need_version=yes
12040       ;;
12041   esac
12042   shlibpath_var=LD_LIBRARY_PATH
12043   case $host_os in
12044   freebsd2.*)
12045     shlibpath_overrides_runpath=yes
12046     ;;
12047   freebsd3.[01]* | freebsdelf3.[01]*)
12048     shlibpath_overrides_runpath=yes
12049     hardcode_into_libs=yes
12050     ;;
12051   freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
12052   freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
12053     shlibpath_overrides_runpath=no
12054     hardcode_into_libs=yes
12055     ;;
12056   *) # from 4.6 on, and DragonFly
12057     shlibpath_overrides_runpath=yes
12058     hardcode_into_libs=yes
12059     ;;
12060   esac
12061   ;;
12062
12063 gnu*)
12064   version_type=linux
12065   need_lib_prefix=no
12066   need_version=no
12067   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12068   soname_spec='${libname}${release}${shared_ext}$major'
12069   shlibpath_var=LD_LIBRARY_PATH
12070   hardcode_into_libs=yes
12071   ;;
12072
12073 haiku*)
12074   version_type=linux
12075   need_lib_prefix=no
12076   need_version=no
12077   dynamic_linker="$host_os runtime_loader"
12078   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12079   soname_spec='${libname}${release}${shared_ext}$major'
12080   shlibpath_var=LIBRARY_PATH
12081   shlibpath_overrides_runpath=yes
12082   sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
12083   hardcode_into_libs=yes
12084   ;;
12085
12086 hpux9* | hpux10* | hpux11*)
12087   # Give a soname corresponding to the major version so that dld.sl refuses to
12088   # link against other versions.
12089   version_type=sunos
12090   need_lib_prefix=no
12091   need_version=no
12092   case $host_cpu in
12093   ia64*)
12094     shrext_cmds='.so'
12095     hardcode_into_libs=yes
12096     dynamic_linker="$host_os dld.so"
12097     shlibpath_var=LD_LIBRARY_PATH
12098     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12099     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12100     soname_spec='${libname}${release}${shared_ext}$major'
12101     if test "X$HPUX_IA64_MODE" = X32; then
12102       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
12103     else
12104       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
12105     fi
12106     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12107     ;;
12108   hppa*64*)
12109     shrext_cmds='.sl'
12110     hardcode_into_libs=yes
12111     dynamic_linker="$host_os dld.sl"
12112     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
12113     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12114     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12115     soname_spec='${libname}${release}${shared_ext}$major'
12116     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
12117     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12118     ;;
12119   *)
12120     shrext_cmds='.sl'
12121     dynamic_linker="$host_os dld.sl"
12122     shlibpath_var=SHLIB_PATH
12123     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
12124     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12125     soname_spec='${libname}${release}${shared_ext}$major'
12126     ;;
12127   esac
12128   # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
12129   postinstall_cmds='chmod 555 $lib'
12130   # or fails outright, so override atomically:
12131   install_override_mode=555
12132   ;;
12133
12134 interix[3-9]*)
12135   version_type=linux
12136   need_lib_prefix=no
12137   need_version=no
12138   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12139   soname_spec='${libname}${release}${shared_ext}$major'
12140   dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
12141   shlibpath_var=LD_LIBRARY_PATH
12142   shlibpath_overrides_runpath=no
12143   hardcode_into_libs=yes
12144   ;;
12145
12146 irix5* | irix6* | nonstopux*)
12147   case $host_os in
12148     nonstopux*) version_type=nonstopux ;;
12149     *)
12150         if test "$lt_cv_prog_gnu_ld" = yes; then
12151                 version_type=linux
12152         else
12153                 version_type=irix
12154         fi ;;
12155   esac
12156   need_lib_prefix=no
12157   need_version=no
12158   soname_spec='${libname}${release}${shared_ext}$major'
12159   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
12160   case $host_os in
12161   irix5* | nonstopux*)
12162     libsuff= shlibsuff=
12163     ;;
12164   *)
12165     case $LD in # libtool.m4 will add one of these switches to LD
12166     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
12167       libsuff= shlibsuff= libmagic=32-bit;;
12168     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
12169       libsuff=32 shlibsuff=N32 libmagic=N32;;
12170     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
12171       libsuff=64 shlibsuff=64 libmagic=64-bit;;
12172     *) libsuff= shlibsuff= libmagic=never-match;;
12173     esac
12174     ;;
12175   esac
12176   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
12177   shlibpath_overrides_runpath=no
12178   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
12179   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
12180   hardcode_into_libs=yes
12181   ;;
12182
12183 # No shared lib support for Linux oldld, aout, or coff.
12184 linux*oldld* | linux*aout* | linux*coff*)
12185   dynamic_linker=no
12186   ;;
12187
12188 # This must be Linux ELF.
12189 linux* | k*bsd*-gnu | kopensolaris*-gnu)
12190   version_type=linux
12191   need_lib_prefix=no
12192   need_version=no
12193   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12194   soname_spec='${libname}${release}${shared_ext}$major'
12195   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
12196   shlibpath_var=LD_LIBRARY_PATH
12197   shlibpath_overrides_runpath=no
12198
12199   # Some binutils ld are patched to set DT_RUNPATH
12200   if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
12201   $as_echo_n "(cached) " >&6
12202 else
12203   lt_cv_shlibpath_overrides_runpath=no
12204     save_LDFLAGS=$LDFLAGS
12205     save_libdir=$libdir
12206     eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
12207          LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
12208     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12209 /* end confdefs.h.  */
12210
12211 int
12212 main ()
12213 {
12214
12215   ;
12216   return 0;
12217 }
12218 _ACEOF
12219 if ac_fn_c_try_link "$LINENO"; then :
12220   if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
12221   lt_cv_shlibpath_overrides_runpath=yes
12222 fi
12223 fi
12224 rm -f core conftest.err conftest.$ac_objext \
12225     conftest$ac_exeext conftest.$ac_ext
12226     LDFLAGS=$save_LDFLAGS
12227     libdir=$save_libdir
12228
12229 fi
12230
12231   shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
12232
12233   # This implies no fast_install, which is unacceptable.
12234   # Some rework will be needed to allow for fast_install
12235   # before this can be enabled.
12236   hardcode_into_libs=yes
12237
12238   # Append ld.so.conf contents to the search path
12239   if test -f /etc/ld.so.conf; then
12240     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' ' '`
12241     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
12242   fi
12243
12244   # We used to test for /lib/ld.so.1 and disable shared libraries on
12245   # powerpc, because MkLinux only supported shared libraries with the
12246   # GNU dynamic linker.  Since this was broken with cross compilers,
12247   # most powerpc-linux boxes support dynamic linking these days and
12248   # people can always --disable-shared, the test was removed, and we
12249   # assume the GNU/Linux dynamic linker is in use.
12250   dynamic_linker='GNU/Linux ld.so'
12251   ;;
12252
12253 netbsd*)
12254   version_type=sunos
12255   need_lib_prefix=no
12256   need_version=no
12257   if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
12258     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12259     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12260     dynamic_linker='NetBSD (a.out) ld.so'
12261   else
12262     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12263     soname_spec='${libname}${release}${shared_ext}$major'
12264     dynamic_linker='NetBSD ld.elf_so'
12265   fi
12266   shlibpath_var=LD_LIBRARY_PATH
12267   shlibpath_overrides_runpath=yes
12268   hardcode_into_libs=yes
12269   ;;
12270
12271 newsos6)
12272   version_type=linux
12273   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12274   shlibpath_var=LD_LIBRARY_PATH
12275   shlibpath_overrides_runpath=yes
12276   ;;
12277
12278 *nto* | *qnx*)
12279   version_type=qnx
12280   need_lib_prefix=no
12281   need_version=no
12282   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12283   soname_spec='${libname}${release}${shared_ext}$major'
12284   shlibpath_var=LD_LIBRARY_PATH
12285   shlibpath_overrides_runpath=no
12286   hardcode_into_libs=yes
12287   dynamic_linker='ldqnx.so'
12288   ;;
12289
12290 openbsd*)
12291   version_type=sunos
12292   sys_lib_dlsearch_path_spec="/usr/lib"
12293   need_lib_prefix=no
12294   # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
12295   case $host_os in
12296     openbsd3.3 | openbsd3.3.*)  need_version=yes ;;
12297     *)                          need_version=no  ;;
12298   esac
12299   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12300   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12301   shlibpath_var=LD_LIBRARY_PATH
12302   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12303     case $host_os in
12304       openbsd2.[89] | openbsd2.[89].*)
12305         shlibpath_overrides_runpath=no
12306         ;;
12307       *)
12308         shlibpath_overrides_runpath=yes
12309         ;;
12310       esac
12311   else
12312     shlibpath_overrides_runpath=yes
12313   fi
12314   ;;
12315
12316 os2*)
12317   libname_spec='$name'
12318   shrext_cmds=".dll"
12319   need_lib_prefix=no
12320   library_names_spec='$libname${shared_ext} $libname.a'
12321   dynamic_linker='OS/2 ld.exe'
12322   shlibpath_var=LIBPATH
12323   ;;
12324
12325 osf3* | osf4* | osf5*)
12326   version_type=osf
12327   need_lib_prefix=no
12328   need_version=no
12329   soname_spec='${libname}${release}${shared_ext}$major'
12330   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12331   shlibpath_var=LD_LIBRARY_PATH
12332   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
12333   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
12334   ;;
12335
12336 rdos*)
12337   dynamic_linker=no
12338   ;;
12339
12340 solaris*)
12341   version_type=linux
12342   need_lib_prefix=no
12343   need_version=no
12344   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12345   soname_spec='${libname}${release}${shared_ext}$major'
12346   shlibpath_var=LD_LIBRARY_PATH
12347   shlibpath_overrides_runpath=yes
12348   hardcode_into_libs=yes
12349   # ldd complains unless libraries are executable
12350   postinstall_cmds='chmod +x $lib'
12351   ;;
12352
12353 sunos4*)
12354   version_type=sunos
12355   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12356   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
12357   shlibpath_var=LD_LIBRARY_PATH
12358   shlibpath_overrides_runpath=yes
12359   if test "$with_gnu_ld" = yes; then
12360     need_lib_prefix=no
12361   fi
12362   need_version=yes
12363   ;;
12364
12365 sysv4 | sysv4.3*)
12366   version_type=linux
12367   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12368   soname_spec='${libname}${release}${shared_ext}$major'
12369   shlibpath_var=LD_LIBRARY_PATH
12370   case $host_vendor in
12371     sni)
12372       shlibpath_overrides_runpath=no
12373       need_lib_prefix=no
12374       runpath_var=LD_RUN_PATH
12375       ;;
12376     siemens)
12377       need_lib_prefix=no
12378       ;;
12379     motorola)
12380       need_lib_prefix=no
12381       need_version=no
12382       shlibpath_overrides_runpath=no
12383       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
12384       ;;
12385   esac
12386   ;;
12387
12388 sysv4*MP*)
12389   if test -d /usr/nec ;then
12390     version_type=linux
12391     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
12392     soname_spec='$libname${shared_ext}.$major'
12393     shlibpath_var=LD_LIBRARY_PATH
12394   fi
12395   ;;
12396
12397 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
12398   version_type=freebsd-elf
12399   need_lib_prefix=no
12400   need_version=no
12401   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12402   soname_spec='${libname}${release}${shared_ext}$major'
12403   shlibpath_var=LD_LIBRARY_PATH
12404   shlibpath_overrides_runpath=yes
12405   hardcode_into_libs=yes
12406   if test "$with_gnu_ld" = yes; then
12407     sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
12408   else
12409     sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
12410     case $host_os in
12411       sco3.2v5*)
12412         sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
12413         ;;
12414     esac
12415   fi
12416   sys_lib_dlsearch_path_spec='/usr/lib'
12417   ;;
12418
12419 tpf*)
12420   # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
12421   version_type=linux
12422   need_lib_prefix=no
12423   need_version=no
12424   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12425   shlibpath_var=LD_LIBRARY_PATH
12426   shlibpath_overrides_runpath=no
12427   hardcode_into_libs=yes
12428   ;;
12429
12430 uts4*)
12431   version_type=linux
12432   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12433   soname_spec='${libname}${release}${shared_ext}$major'
12434   shlibpath_var=LD_LIBRARY_PATH
12435   ;;
12436
12437 *)
12438   dynamic_linker=no
12439   ;;
12440 esac
12441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
12442 $as_echo "$dynamic_linker" >&6; }
12443 test "$dynamic_linker" = no && can_build_shared=no
12444
12445 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
12446 if test "$GCC" = yes; then
12447   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
12448 fi
12449
12450 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
12451   sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
12452 fi
12453 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
12454   sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
12455 fi
12456
12457
12458
12459
12460
12461
12462
12463
12464
12465
12466
12467
12468
12469
12470
12471
12472
12473
12474
12475
12476
12477
12478
12479
12480
12481
12482
12483
12484
12485
12486
12487
12488
12489
12490
12491
12492
12493
12494
12495
12496
12497
12498
12499
12500
12501
12502
12503
12504
12505
12506
12507
12508
12509
12510
12511
12512
12513
12514
12515
12516
12517
12518
12519
12520
12521
12522
12523
12524
12525
12526
12527
12528
12529
12530
12531
12532
12533
12534
12535
12536
12537
12538
12539
12540
12541
12542
12543
12544
12545
12546
12547
12548   { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
12549 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
12550 hardcode_action=
12551 if test -n "$hardcode_libdir_flag_spec" ||
12552    test -n "$runpath_var" ||
12553    test "X$hardcode_automatic" = "Xyes" ; then
12554
12555   # We can hardcode non-existent directories.
12556   if test "$hardcode_direct" != no &&
12557      # If the only mechanism to avoid hardcoding is shlibpath_var, we
12558      # have to relink, otherwise we might link with an installed library
12559      # when we should be linking with a yet-to-be-installed one
12560      ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
12561      test "$hardcode_minus_L" != no; then
12562     # Linking always hardcodes the temporary library directory.
12563     hardcode_action=relink
12564   else
12565     # We can link without hardcoding, and we can hardcode nonexisting dirs.
12566     hardcode_action=immediate
12567   fi
12568 else
12569   # We cannot hardcode anything, or else we can only hardcode existing
12570   # directories.
12571   hardcode_action=unsupported
12572 fi
12573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
12574 $as_echo "$hardcode_action" >&6; }
12575
12576 if test "$hardcode_action" = relink ||
12577    test "$inherit_rpath" = yes; then
12578   # Fast installation is not supported
12579   enable_fast_install=no
12580 elif test "$shlibpath_overrides_runpath" = yes ||
12581      test "$enable_shared" = no; then
12582   # Fast installation is not necessary
12583   enable_fast_install=needless
12584 fi
12585
12586
12587
12588
12589
12590
12591   if test "x$enable_dlopen" != xyes; then
12592   enable_dlopen=unknown
12593   enable_dlopen_self=unknown
12594   enable_dlopen_self_static=unknown
12595 else
12596   lt_cv_dlopen=no
12597   lt_cv_dlopen_libs=
12598
12599   case $host_os in
12600   beos*)
12601     lt_cv_dlopen="load_add_on"
12602     lt_cv_dlopen_libs=
12603     lt_cv_dlopen_self=yes
12604     ;;
12605
12606   mingw* | pw32* | cegcc*)
12607     lt_cv_dlopen="LoadLibrary"
12608     lt_cv_dlopen_libs=
12609     ;;
12610
12611   cygwin*)
12612     lt_cv_dlopen="dlopen"
12613     lt_cv_dlopen_libs=
12614     ;;
12615
12616   darwin*)
12617   # if libdl is installed we need to link against it
12618     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12619 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12620 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12621   $as_echo_n "(cached) " >&6
12622 else
12623   ac_check_lib_save_LIBS=$LIBS
12624 LIBS="-ldl  $LIBS"
12625 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12626 /* end confdefs.h.  */
12627
12628 /* Override any GCC internal prototype to avoid an error.
12629    Use char because int might match the return type of a GCC
12630    builtin and then its argument prototype would still apply.  */
12631 #ifdef __cplusplus
12632 extern "C"
12633 #endif
12634 char dlopen ();
12635 int
12636 main ()
12637 {
12638 return dlopen ();
12639   ;
12640   return 0;
12641 }
12642 _ACEOF
12643 if ac_fn_c_try_link "$LINENO"; then :
12644   ac_cv_lib_dl_dlopen=yes
12645 else
12646   ac_cv_lib_dl_dlopen=no
12647 fi
12648 rm -f core conftest.err conftest.$ac_objext \
12649     conftest$ac_exeext conftest.$ac_ext
12650 LIBS=$ac_check_lib_save_LIBS
12651 fi
12652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12653 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12654 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12655   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12656 else
12657
12658     lt_cv_dlopen="dyld"
12659     lt_cv_dlopen_libs=
12660     lt_cv_dlopen_self=yes
12661
12662 fi
12663
12664     ;;
12665
12666   *)
12667     ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
12668 if test "x$ac_cv_func_shl_load" = x""yes; then :
12669   lt_cv_dlopen="shl_load"
12670 else
12671   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12672 $as_echo_n "checking for shl_load in -ldld... " >&6; }
12673 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
12674   $as_echo_n "(cached) " >&6
12675 else
12676   ac_check_lib_save_LIBS=$LIBS
12677 LIBS="-ldld  $LIBS"
12678 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12679 /* end confdefs.h.  */
12680
12681 /* Override any GCC internal prototype to avoid an error.
12682    Use char because int might match the return type of a GCC
12683    builtin and then its argument prototype would still apply.  */
12684 #ifdef __cplusplus
12685 extern "C"
12686 #endif
12687 char shl_load ();
12688 int
12689 main ()
12690 {
12691 return shl_load ();
12692   ;
12693   return 0;
12694 }
12695 _ACEOF
12696 if ac_fn_c_try_link "$LINENO"; then :
12697   ac_cv_lib_dld_shl_load=yes
12698 else
12699   ac_cv_lib_dld_shl_load=no
12700 fi
12701 rm -f core conftest.err conftest.$ac_objext \
12702     conftest$ac_exeext conftest.$ac_ext
12703 LIBS=$ac_check_lib_save_LIBS
12704 fi
12705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12706 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12707 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
12708   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12709 else
12710   ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
12711 if test "x$ac_cv_func_dlopen" = x""yes; then :
12712   lt_cv_dlopen="dlopen"
12713 else
12714   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12715 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12716 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12717   $as_echo_n "(cached) " >&6
12718 else
12719   ac_check_lib_save_LIBS=$LIBS
12720 LIBS="-ldl  $LIBS"
12721 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12722 /* end confdefs.h.  */
12723
12724 /* Override any GCC internal prototype to avoid an error.
12725    Use char because int might match the return type of a GCC
12726    builtin and then its argument prototype would still apply.  */
12727 #ifdef __cplusplus
12728 extern "C"
12729 #endif
12730 char dlopen ();
12731 int
12732 main ()
12733 {
12734 return dlopen ();
12735   ;
12736   return 0;
12737 }
12738 _ACEOF
12739 if ac_fn_c_try_link "$LINENO"; then :
12740   ac_cv_lib_dl_dlopen=yes
12741 else
12742   ac_cv_lib_dl_dlopen=no
12743 fi
12744 rm -f core conftest.err conftest.$ac_objext \
12745     conftest$ac_exeext conftest.$ac_ext
12746 LIBS=$ac_check_lib_save_LIBS
12747 fi
12748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12749 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12750 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12751   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12752 else
12753   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12754 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
12755 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
12756   $as_echo_n "(cached) " >&6
12757 else
12758   ac_check_lib_save_LIBS=$LIBS
12759 LIBS="-lsvld  $LIBS"
12760 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12761 /* end confdefs.h.  */
12762
12763 /* Override any GCC internal prototype to avoid an error.
12764    Use char because int might match the return type of a GCC
12765    builtin and then its argument prototype would still apply.  */
12766 #ifdef __cplusplus
12767 extern "C"
12768 #endif
12769 char dlopen ();
12770 int
12771 main ()
12772 {
12773 return dlopen ();
12774   ;
12775   return 0;
12776 }
12777 _ACEOF
12778 if ac_fn_c_try_link "$LINENO"; then :
12779   ac_cv_lib_svld_dlopen=yes
12780 else
12781   ac_cv_lib_svld_dlopen=no
12782 fi
12783 rm -f core conftest.err conftest.$ac_objext \
12784     conftest$ac_exeext conftest.$ac_ext
12785 LIBS=$ac_check_lib_save_LIBS
12786 fi
12787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12788 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12789 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
12790   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
12791 else
12792   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12793 $as_echo_n "checking for dld_link in -ldld... " >&6; }
12794 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
12795   $as_echo_n "(cached) " >&6
12796 else
12797   ac_check_lib_save_LIBS=$LIBS
12798 LIBS="-ldld  $LIBS"
12799 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12800 /* end confdefs.h.  */
12801
12802 /* Override any GCC internal prototype to avoid an error.
12803    Use char because int might match the return type of a GCC
12804    builtin and then its argument prototype would still apply.  */
12805 #ifdef __cplusplus
12806 extern "C"
12807 #endif
12808 char dld_link ();
12809 int
12810 main ()
12811 {
12812 return dld_link ();
12813   ;
12814   return 0;
12815 }
12816 _ACEOF
12817 if ac_fn_c_try_link "$LINENO"; then :
12818   ac_cv_lib_dld_dld_link=yes
12819 else
12820   ac_cv_lib_dld_dld_link=no
12821 fi
12822 rm -f core conftest.err conftest.$ac_objext \
12823     conftest$ac_exeext conftest.$ac_ext
12824 LIBS=$ac_check_lib_save_LIBS
12825 fi
12826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12827 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12828 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
12829   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12830 fi
12831
12832
12833 fi
12834
12835
12836 fi
12837
12838
12839 fi
12840
12841
12842 fi
12843
12844
12845 fi
12846
12847     ;;
12848   esac
12849
12850   if test "x$lt_cv_dlopen" != xno; then
12851     enable_dlopen=yes
12852   else
12853     enable_dlopen=no
12854   fi
12855
12856   case $lt_cv_dlopen in
12857   dlopen)
12858     save_CPPFLAGS="$CPPFLAGS"
12859     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12860
12861     save_LDFLAGS="$LDFLAGS"
12862     wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12863
12864     save_LIBS="$LIBS"
12865     LIBS="$lt_cv_dlopen_libs $LIBS"
12866
12867     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12868 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
12869 if test "${lt_cv_dlopen_self+set}" = set; then :
12870   $as_echo_n "(cached) " >&6
12871 else
12872           if test "$cross_compiling" = yes; then :
12873   lt_cv_dlopen_self=cross
12874 else
12875   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12876   lt_status=$lt_dlunknown
12877   cat > conftest.$ac_ext <<_LT_EOF
12878 #line 12878 "configure"
12879 #include "confdefs.h"
12880
12881 #if HAVE_DLFCN_H
12882 #include <dlfcn.h>
12883 #endif
12884
12885 #include <stdio.h>
12886
12887 #ifdef RTLD_GLOBAL
12888 #  define LT_DLGLOBAL           RTLD_GLOBAL
12889 #else
12890 #  ifdef DL_GLOBAL
12891 #    define LT_DLGLOBAL         DL_GLOBAL
12892 #  else
12893 #    define LT_DLGLOBAL         0
12894 #  endif
12895 #endif
12896
12897 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12898    find out it does not work in some platform. */
12899 #ifndef LT_DLLAZY_OR_NOW
12900 #  ifdef RTLD_LAZY
12901 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
12902 #  else
12903 #    ifdef DL_LAZY
12904 #      define LT_DLLAZY_OR_NOW          DL_LAZY
12905 #    else
12906 #      ifdef RTLD_NOW
12907 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
12908 #      else
12909 #        ifdef DL_NOW
12910 #          define LT_DLLAZY_OR_NOW      DL_NOW
12911 #        else
12912 #          define LT_DLLAZY_OR_NOW      0
12913 #        endif
12914 #      endif
12915 #    endif
12916 #  endif
12917 #endif
12918
12919 /* When -fvisbility=hidden is used, assume the code has been annotated
12920    correspondingly for the symbols needed.  */
12921 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12922 void fnord () __attribute__((visibility("default")));
12923 #endif
12924
12925 void fnord () { int i=42; }
12926 int main ()
12927 {
12928   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12929   int status = $lt_dlunknown;
12930
12931   if (self)
12932     {
12933       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
12934       else
12935         {
12936           if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
12937           else puts (dlerror ());
12938         }
12939       /* dlclose (self); */
12940     }
12941   else
12942     puts (dlerror ());
12943
12944   return status;
12945 }
12946 _LT_EOF
12947   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12948   (eval $ac_link) 2>&5
12949   ac_status=$?
12950   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12951   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12952     (./conftest; exit; ) >&5 2>/dev/null
12953     lt_status=$?
12954     case x$lt_status in
12955       x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12956       x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12957       x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12958     esac
12959   else :
12960     # compilation failed
12961     lt_cv_dlopen_self=no
12962   fi
12963 fi
12964 rm -fr conftest*
12965
12966
12967 fi
12968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12969 $as_echo "$lt_cv_dlopen_self" >&6; }
12970
12971     if test "x$lt_cv_dlopen_self" = xyes; then
12972       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12973       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12974 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12975 if test "${lt_cv_dlopen_self_static+set}" = set; then :
12976   $as_echo_n "(cached) " >&6
12977 else
12978           if test "$cross_compiling" = yes; then :
12979   lt_cv_dlopen_self_static=cross
12980 else
12981   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12982   lt_status=$lt_dlunknown
12983   cat > conftest.$ac_ext <<_LT_EOF
12984 #line 12984 "configure"
12985 #include "confdefs.h"
12986
12987 #if HAVE_DLFCN_H
12988 #include <dlfcn.h>
12989 #endif
12990
12991 #include <stdio.h>
12992
12993 #ifdef RTLD_GLOBAL
12994 #  define LT_DLGLOBAL           RTLD_GLOBAL
12995 #else
12996 #  ifdef DL_GLOBAL
12997 #    define LT_DLGLOBAL         DL_GLOBAL
12998 #  else
12999 #    define LT_DLGLOBAL         0
13000 #  endif
13001 #endif
13002
13003 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
13004    find out it does not work in some platform. */
13005 #ifndef LT_DLLAZY_OR_NOW
13006 #  ifdef RTLD_LAZY
13007 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
13008 #  else
13009 #    ifdef DL_LAZY
13010 #      define LT_DLLAZY_OR_NOW          DL_LAZY
13011 #    else
13012 #      ifdef RTLD_NOW
13013 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
13014 #      else
13015 #        ifdef DL_NOW
13016 #          define LT_DLLAZY_OR_NOW      DL_NOW
13017 #        else
13018 #          define LT_DLLAZY_OR_NOW      0
13019 #        endif
13020 #      endif
13021 #    endif
13022 #  endif
13023 #endif
13024
13025 /* When -fvisbility=hidden is used, assume the code has been annotated
13026    correspondingly for the symbols needed.  */
13027 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
13028 void fnord () __attribute__((visibility("default")));
13029 #endif
13030
13031 void fnord () { int i=42; }
13032 int main ()
13033 {
13034   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
13035   int status = $lt_dlunknown;
13036
13037   if (self)
13038     {
13039       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
13040       else
13041         {
13042           if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
13043           else puts (dlerror ());
13044         }
13045       /* dlclose (self); */
13046     }
13047   else
13048     puts (dlerror ());
13049
13050   return status;
13051 }
13052 _LT_EOF
13053   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13054   (eval $ac_link) 2>&5
13055   ac_status=$?
13056   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13057   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
13058     (./conftest; exit; ) >&5 2>/dev/null
13059     lt_status=$?
13060     case x$lt_status in
13061       x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
13062       x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
13063       x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
13064     esac
13065   else :
13066     # compilation failed
13067     lt_cv_dlopen_self_static=no
13068   fi
13069 fi
13070 rm -fr conftest*
13071
13072
13073 fi
13074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
13075 $as_echo "$lt_cv_dlopen_self_static" >&6; }
13076     fi
13077
13078     CPPFLAGS="$save_CPPFLAGS"
13079     LDFLAGS="$save_LDFLAGS"
13080     LIBS="$save_LIBS"
13081     ;;
13082   esac
13083
13084   case $lt_cv_dlopen_self in
13085   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
13086   *) enable_dlopen_self=unknown ;;
13087   esac
13088
13089   case $lt_cv_dlopen_self_static in
13090   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
13091   *) enable_dlopen_self_static=unknown ;;
13092   esac
13093 fi
13094
13095
13096
13097
13098
13099
13100
13101
13102
13103
13104
13105
13106
13107
13108
13109
13110
13111 striplib=
13112 old_striplib=
13113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
13114 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
13115 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
13116   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
13117   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
13118   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13119 $as_echo "yes" >&6; }
13120 else
13121 # FIXME - insert some real tests, host_os isn't really good enough
13122   case $host_os in
13123   darwin*)
13124     if test -n "$STRIP" ; then
13125       striplib="$STRIP -x"
13126       old_striplib="$STRIP -S"
13127       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13128 $as_echo "yes" >&6; }
13129     else
13130       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13131 $as_echo "no" >&6; }
13132     fi
13133     ;;
13134   *)
13135     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13136 $as_echo "no" >&6; }
13137     ;;
13138   esac
13139 fi
13140
13141
13142
13143
13144
13145
13146
13147
13148
13149
13150
13151
13152   # Report which library types will actually be built
13153   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
13154 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
13155   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
13156 $as_echo "$can_build_shared" >&6; }
13157
13158   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
13159 $as_echo_n "checking whether to build shared libraries... " >&6; }
13160   test "$can_build_shared" = "no" && enable_shared=no
13161
13162   # On AIX, shared libraries and static libraries use the same namespace, and
13163   # are all built from PIC.
13164   case $host_os in
13165   aix3*)
13166     test "$enable_shared" = yes && enable_static=no
13167     if test -n "$RANLIB"; then
13168       archive_cmds="$archive_cmds~\$RANLIB \$lib"
13169       postinstall_cmds='$RANLIB $lib'
13170     fi
13171     ;;
13172
13173   aix[4-9]*)
13174     if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
13175       test "$enable_shared" = yes && enable_static=no
13176     fi
13177     ;;
13178   esac
13179   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
13180 $as_echo "$enable_shared" >&6; }
13181
13182   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
13183 $as_echo_n "checking whether to build static libraries... " >&6; }
13184   # Make sure either enable_shared or enable_static is yes.
13185   test "$enable_shared" = yes || enable_static=yes
13186   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
13187 $as_echo "$enable_static" >&6; }
13188
13189
13190
13191
13192 fi
13193 ac_ext=c
13194 ac_cpp='$CPP $CPPFLAGS'
13195 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13196 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13197 ac_compiler_gnu=$ac_cv_c_compiler_gnu
13198
13199 CC="$lt_save_CC"
13200
13201
13202
13203
13204
13205
13206
13207
13208
13209
13210
13211
13212
13213         ac_config_commands="$ac_config_commands libtool"
13214
13215
13216
13217
13218 # Only expand once:
13219
13220
13221
13222
13223 . ${srcdir}/../../bfd/configure.host
13224
13225
13226
13227
13228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13229 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13230     # Check whether --enable-maintainer-mode was given.
13231 if test "${enable_maintainer_mode+set}" = set; then :
13232   enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13233 else
13234   USE_MAINTAINER_MODE=no
13235 fi
13236
13237   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13238 $as_echo "$USE_MAINTAINER_MODE" >&6; }
13239    if test $USE_MAINTAINER_MODE = yes; then
13240   MAINTAINER_MODE_TRUE=
13241   MAINTAINER_MODE_FALSE='#'
13242 else
13243   MAINTAINER_MODE_TRUE='#'
13244   MAINTAINER_MODE_FALSE=
13245 fi
13246
13247   MAINT=$MAINTAINER_MODE_TRUE
13248
13249
13250
13251
13252 # Check whether --enable-sim-debug was given.
13253 if test "${enable_sim_debug+set}" = set; then :
13254   enableval=$enable_sim_debug; case "${enableval}" in
13255   yes) sim_debug="-DDEBUG=7 -DWITH_DEBUG=7";;
13256   no)  sim_debug="-DDEBUG=0 -DWITH_DEBUG=0";;
13257   *)   sim_debug="-DDEBUG='(${enableval})' -DWITH_DEBUG='(${enableval})'";;
13258 esac
13259 if test x"$silent" != x"yes" && test x"$sim_debug" != x""; then
13260   echo "Setting sim debug = $sim_debug" 6>&1
13261 fi
13262 else
13263   sim_debug=""
13264 fi
13265
13266
13267
13268 # Check whether --enable-sim-stdio was given.
13269 if test "${enable_sim_stdio+set}" = set; then :
13270   enableval=$enable_sim_stdio; case "${enableval}" in
13271   yes)  sim_stdio="-DWITH_STDIO=DO_USE_STDIO";;
13272   no)   sim_stdio="-DWITH_STDIO=DONT_USE_STDIO";;
13273   *)    as_fn_error "\"Unknown value $enableval passed to --enable-sim-stdio\"" "$LINENO" 5; sim_stdio="";;
13274 esac
13275 if test x"$silent" != x"yes" && test x"$sim_stdio" != x""; then
13276   echo "Setting stdio flags = $sim_stdio" 6>&1
13277 fi
13278 else
13279   sim_stdio=""
13280 fi
13281
13282
13283
13284 # Check whether --enable-sim-trace was given.
13285 if test "${enable_sim_trace+set}" = set; then :
13286   enableval=$enable_sim_trace; case "${enableval}" in
13287   yes)  sim_trace="-DWITH_TRACE=-1";;
13288   no)   sim_trace="-DWITH_TRACE=0";;
13289   [-0-9]*)
13290         sim_trace="-DWITH_TRACE='(${enableval})'";;
13291   [[:lower:]]*)
13292         sim_trace=""
13293         for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13294           if test x"$sim_trace" = x; then
13295             sim_trace="-DWITH_TRACE='(TRACE_$x"
13296           else
13297             sim_trace="${sim_trace}|TRACE_$x"
13298           fi
13299         done
13300         sim_trace="$sim_trace)'" ;;
13301 esac
13302 if test x"$silent" != x"yes" && test x"$sim_trace" != x""; then
13303   echo "Setting sim trace = $sim_trace" 6>&1
13304 fi
13305 else
13306   sim_trace=""
13307 fi
13308
13309
13310
13311 # Check whether --enable-sim-profile was given.
13312 if test "${enable_sim_profile+set}" = set; then :
13313   enableval=$enable_sim_profile; case "${enableval}" in
13314   yes)  sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1";;
13315   no)   sim_profile="-DPROFILE=0 -DWITH_PROFILE=0";;
13316   [-0-9]*)
13317         sim_profile="-DPROFILE='(${enableval})' -DWITH_PROFILE='(${enableval})'";;
13318   [a-z]*)
13319         sim_profile=""
13320         for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13321           if test x"$sim_profile" = x; then
13322             sim_profile="-DWITH_PROFILE='(PROFILE_$x"
13323           else
13324             sim_profile="${sim_profile}|PROFILE_$x"
13325           fi
13326         done
13327         sim_profile="$sim_profile)'" ;;
13328 esac
13329 if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
13330   echo "Setting sim profile = $sim_profile" 6>&1
13331 fi
13332 else
13333   sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"
13334 fi
13335
13336
13337
13338 sim_inline="-DDEFAULT_INLINE=0"
13339 # Check whether --enable-sim-inline was given.
13340 if test "${enable_sim_inline+set}" = set; then :
13341   enableval=$enable_sim_inline; sim_inline=""
13342 case "$enableval" in
13343   no)           sim_inline="-DDEFAULT_INLINE=0";;
13344   0)            sim_inline="-DDEFAULT_INLINE=0";;
13345   yes | 2)      sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
13346   1)            sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
13347   *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13348        new_flag=""
13349        case "$x" in
13350          *_INLINE=*)    new_flag="-D$x";;
13351          *=*)           new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
13352          *_INLINE)      new_flag="-D$x=ALL_C_INLINE";;
13353          *)             new_flag="-D$x""_INLINE=ALL_C_INLINE";;
13354        esac
13355        if test x"$sim_inline" = x""; then
13356          sim_inline="$new_flag"
13357        else
13358          sim_inline="$sim_inline $new_flag"
13359        fi
13360      done;;
13361 esac
13362 if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
13363   echo "Setting inline flags = $sim_inline" 6>&1
13364 fi
13365 fi
13366
13367
13368
13369
13370 # Check whether --with-pkgversion was given.
13371 if test "${with_pkgversion+set}" = set; then :
13372   withval=$with_pkgversion; case "$withval" in
13373       yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
13374       no)  PKGVERSION= ;;
13375       *)   PKGVERSION="($withval) " ;;
13376      esac
13377 else
13378   PKGVERSION="(SIM) "
13379
13380 fi
13381
13382
13383
13384
13385
13386 # Check whether --with-bugurl was given.
13387 if test "${with_bugurl+set}" = set; then :
13388   withval=$with_bugurl; case "$withval" in
13389       yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
13390       no)  BUGURL=
13391            ;;
13392       *)   BUGURL="$withval"
13393            ;;
13394      esac
13395 else
13396   BUGURL="http://www.gnu.org/software/gdb/bugs/"
13397
13398 fi
13399
13400   case ${BUGURL} in
13401   "")
13402     REPORT_BUGS_TO=
13403     REPORT_BUGS_TEXI=
13404     ;;
13405   *)
13406     REPORT_BUGS_TO="<$BUGURL>"
13407     REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
13408     ;;
13409   esac;
13410
13411
13412
13413
13414 cat >>confdefs.h <<_ACEOF
13415 #define PKGVERSION "$PKGVERSION"
13416 _ACEOF
13417
13418
13419 cat >>confdefs.h <<_ACEOF
13420 #define REPORT_BUGS_TO "$REPORT_BUGS_TO"
13421 _ACEOF
13422
13423
13424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
13425 $as_echo_n "checking return type of signal handlers... " >&6; }
13426 if test "${ac_cv_type_signal+set}" = set; then :
13427   $as_echo_n "(cached) " >&6
13428 else
13429   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13430 /* end confdefs.h.  */
13431 #include <sys/types.h>
13432 #include <signal.h>
13433
13434 int
13435 main ()
13436 {
13437 return *(signal (0, 0)) (0) == 1;
13438   ;
13439   return 0;
13440 }
13441 _ACEOF
13442 if ac_fn_c_try_compile "$LINENO"; then :
13443   ac_cv_type_signal=int
13444 else
13445   ac_cv_type_signal=void
13446 fi
13447 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13448 fi
13449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
13450 $as_echo "$ac_cv_type_signal" >&6; }
13451
13452 cat >>confdefs.h <<_ACEOF
13453 #define RETSIGTYPE $ac_cv_type_signal
13454 _ACEOF
13455
13456
13457
13458
13459
13460 sim_link_files=
13461 sim_link_links=
13462
13463 # targ-vals.def points to the libc macro description file.
13464 case "${target}" in
13465 *-*-*) TARG_VALS_DEF=../common/nltvals.def ;;
13466 esac
13467 sim_link_files="${sim_link_files} ${TARG_VALS_DEF}"
13468 sim_link_links="${sim_link_links} targ-vals.def"
13469
13470
13471
13472 wire_alignment="NONSTRICT_ALIGNMENT"
13473 default_alignment=""
13474
13475 # Check whether --enable-sim-alignment was given.
13476 if test "${enable_sim_alignment+set}" = set; then :
13477   enableval=$enable_sim_alignment; case "${enableval}" in
13478   strict | STRICT)       sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
13479   nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
13480   forced | FORCED)       sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
13481   yes) if test x"$wire_alignment" != x; then
13482          sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13483        else
13484          if test x"$default_alignment" != x; then
13485            sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
13486          else
13487            echo "No hard-wired alignment for target $target" 1>&6
13488            sim_alignment="-DWITH_ALIGNMENT=0"
13489          fi
13490        fi;;
13491   no)  if test x"$default_alignment" != x; then
13492          sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13493        else
13494          if test x"$wire_alignment" != x; then
13495            sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
13496          else
13497            echo "No default alignment for target $target" 1>&6
13498            sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
13499          fi
13500        fi;;
13501   *)   as_fn_error "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
13502 esac
13503 if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
13504   echo "Setting alignment flags = $sim_alignment" 6>&1
13505 fi
13506 else
13507   if test x"$default_alignment" != x; then
13508   sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13509 else
13510   if test x"$wire_alignment" != x; then
13511     sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13512   else
13513     sim_alignment=
13514   fi
13515 fi
13516 fi
13517
13518
13519 # Check whether --enable-werror was given.
13520 if test "${enable_werror+set}" = set; then :
13521   enableval=$enable_werror; case "${enableval}" in
13522      yes | y) ERROR_ON_WARNING="yes" ;;
13523      no | n)  ERROR_ON_WARNING="no" ;;
13524      *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
13525    esac
13526 fi
13527
13528
13529 # Enable -Werror by default when using gcc
13530 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
13531     ERROR_ON_WARNING=yes
13532 fi
13533
13534 WERROR_CFLAGS=""
13535 if test "${ERROR_ON_WARNING}" = yes ; then
13536 # NOTE: Disabled in the sim dir due to most sims generating warnings.
13537 #    WERROR_CFLAGS="-Werror"
13538      true
13539 fi
13540
13541 build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
13542 -Wpointer-sign \
13543 -Wno-unused -Wunused-value -Wunused-function \
13544 -Wno-switch -Wno-char-subscripts -Wmissing-prototypes
13545 -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
13546 -Wold-style-declaration -Wold-style-definition"
13547
13548 # Enable -Wno-format by default when using gcc on mingw since many
13549 # GCC versions complain about %I64.
13550 case "${host}" in
13551   *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
13552   *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
13553 esac
13554
13555 # Check whether --enable-build-warnings was given.
13556 if test "${enable_build_warnings+set}" = set; then :
13557   enableval=$enable_build_warnings; case "${enableval}" in
13558   yes)  ;;
13559   no)   build_warnings="-w";;
13560   ,*)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
13561         build_warnings="${build_warnings} ${t}";;
13562   *,)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
13563         build_warnings="${t} ${build_warnings}";;
13564   *)    build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13565 esac
13566 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13567   echo "Setting compiler warning flags = $build_warnings" 6>&1
13568 fi
13569 fi
13570 # Check whether --enable-sim-build-warnings was given.
13571 if test "${enable_sim_build_warnings+set}" = set; then :
13572   enableval=$enable_sim_build_warnings; case "${enableval}" in
13573   yes)  ;;
13574   no)   build_warnings="-w";;
13575   ,*)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
13576         build_warnings="${build_warnings} ${t}";;
13577   *,)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
13578         build_warnings="${t} ${build_warnings}";;
13579   *)    build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13580 esac
13581 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13582   echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
13583 fi
13584 fi
13585 WARN_CFLAGS=""
13586 if test "x${build_warnings}" != x -a "x$GCC" = xyes
13587 then
13588     { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
13589 $as_echo_n "checking compiler warning flags... " >&6; }
13590     # Separate out the -Werror flag as some files just cannot be
13591     # compiled with it enabled.
13592     for w in ${build_warnings}; do
13593         case $w in
13594         -Werr*) WERROR_CFLAGS=-Werror ;;
13595         *) # Check that GCC accepts it
13596             saved_CFLAGS="$CFLAGS"
13597             CFLAGS="$CFLAGS $w"
13598             cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13599 /* end confdefs.h.  */
13600
13601 int
13602 main ()
13603 {
13604
13605   ;
13606   return 0;
13607 }
13608 _ACEOF
13609 if ac_fn_c_try_compile "$LINENO"; then :
13610   WARN_CFLAGS="${WARN_CFLAGS} $w"
13611 fi
13612 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13613             CFLAGS="$saved_CFLAGS"
13614         esac
13615     done
13616     { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
13617 $as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
13618 fi
13619
13620
13621 default_sim_reserved_bits="1"
13622 # Check whether --enable-sim-reserved-bits was given.
13623 if test "${enable_sim_reserved_bits+set}" = set; then :
13624   enableval=$enable_sim_reserved_bits; case "${enableval}" in
13625   yes)  sim_reserved_bits="-DWITH_RESERVED_BITS=1";;
13626   no)   sim_reserved_bits="-DWITH_RESERVED_BITS=0";;
13627   *)    as_fn_error "\"--enable-sim-reserved-bits does not take a value\"" "$LINENO" 5; sim_reserved_bits="";;
13628 esac
13629 if test x"$silent" != x"yes" && test x"$sim_reserved_bits" != x""; then
13630   echo "Setting reserved flags = $sim_reserved_bits" 6>&1
13631 fi
13632 else
13633   sim_reserved_bits="-DWITH_RESERVED_BITS=${default_sim_reserved_bits}"
13634 fi
13635
13636
13637 # DEPRECATED
13638 #
13639 # Instead of defining a `subtarget' macro, code should be checking
13640 # the value of {STATE,CPU}_ARCHITECTURE to identify the architecture
13641 # in question.
13642 #
13643 case "${target}" in
13644   mips64vr*-*-*)        SIM_SUBTARGET="-DTARGET_ENABLE_FR=1" ;;
13645   mips*tx39*)           SIM_SUBTARGET="-DSUBTARGET_R3900=1";;
13646   mips*-sde-elf*)       SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
13647   mips*-mti-elf*)       SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
13648   mipsisa32*-*-*)       SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
13649   mipsisa64*-*-*)       SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
13650   *)                    SIM_SUBTARGET="";;
13651 esac
13652
13653
13654
13655
13656 #
13657 # Select the byte order of the target
13658 #
13659 mips_endian=
13660 default_endian=
13661 case "${target}" in
13662   mips64el*-*-*)        mips_endian=LITTLE ;;
13663   mips64vr*el-*-*)      default_endian=LITTLE ;;
13664   mips64*-*-*)          default_endian=BIG ;;
13665   mips16*-*-*)          default_endian=BIG ;;
13666   mipsisa32*-*-*)       default_endian=BIG ;;
13667   mipsisa64*-*-*)       default_endian=BIG ;;
13668   mips*-*-*)            default_endian=BIG ;;
13669   *)                    default_endian=BIG ;;
13670 esac
13671
13672 wire_endian="$mips_endian"
13673 default_endian="$default_endian"
13674 # Check whether --enable-sim-endian was given.
13675 if test "${enable_sim_endian+set}" = set; then :
13676   enableval=$enable_sim_endian; case "${enableval}" in
13677   b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
13678   l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
13679   yes)   if test x"$wire_endian" != x; then
13680            sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
13681          else
13682           if test x"$default_endian" != x; then
13683              sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
13684            else
13685              echo "No hard-wired endian for target $target" 1>&6
13686              sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
13687            fi
13688          fi;;
13689   no)    if test x"$default_endian" != x; then
13690            sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
13691          else
13692            if test x"$wire_endian" != x; then
13693              sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
13694            else
13695              echo "No default endian for target $target" 1>&6
13696              sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
13697            fi
13698          fi;;
13699   *)     as_fn_error "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
13700 esac
13701 if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
13702   echo "Setting endian flags = $sim_endian" 6>&1
13703 fi
13704 else
13705   if test x"$default_endian" != x; then
13706   sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
13707 else
13708   if test x"$wire_endian" != x; then
13709     sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
13710   else
13711     sim_endian=
13712   fi
13713 fi
13714 fi
13715
13716
13717
13718
13719 #
13720 # Select the bitsize of the target
13721 #
13722 mips_addr_bitsize=
13723 case "${target}" in
13724   mips*-sde-elf*)       mips_bitsize=64 ; mips_msb=63 ;;
13725   mips*-mti-elf*)       mips_bitsize=64 ; mips_msb=63 ;;
13726   mips64*-*-*)          mips_bitsize=64 ; mips_msb=63 ;;
13727   mips16*-*-*)          mips_bitsize=64 ; mips_msb=63 ;;
13728   mipsisa32*-*-*)       mips_bitsize=32 ; mips_msb=31 ;;
13729   mipsisa64*-*-*)       mips_bitsize=64 ; mips_msb=63 ;;
13730   mips*-*-*)            mips_bitsize=32 ; mips_msb=31 ;;
13731   *)                    mips_bitsize=64 ; mips_msb=63 ;;
13732 esac
13733 wire_word_bitsize="$mips_bitsize"
13734 wire_word_msb="$mips_msb"
13735 wire_address_bitsize="$mips_addr_bitsize"
13736 wire_cell_bitsize=""
13737 # Check whether --enable-sim-bitsize was given.
13738 if test "${enable_sim_bitsize+set}" = set; then :
13739   enableval=$enable_sim_bitsize; sim_bitsize=
13740 case "${enableval}" in
13741   64,63 | 64,63,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63";;
13742   32,31 | 32,31,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31";;
13743   64,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
13744   32,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
13745   32) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
13746         sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31"
13747       else
13748         sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0"
13749       fi ;;
13750   64) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
13751         sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63"
13752       else
13753         sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=0"
13754       fi ;;
13755   *)  as_fn_error "\"--enable-sim-bitsize was given $enableval.  Expected 32 or 64\"" "$LINENO" 5 ;;
13756 esac
13757 # address bitsize
13758 tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9]*,*//"`
13759 case x"${tmp}" in
13760   x ) ;;
13761   x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=32" ;;
13762   x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=64" ;;
13763   * ) as_fn_error "\"--enable-sim-bitsize was given address size $enableval.  Expected 32 or 64\"" "$LINENO" 5 ;;
13764 esac
13765 # cell bitsize
13766 tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9*]*,*[0-9]*,*//"`
13767 case x"${tmp}" in
13768   x ) ;;
13769   x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=32" ;;
13770   x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=64" ;;
13771   * ) as_fn_error "\"--enable-sim-bitsize was given cell size $enableval.  Expected 32 or 64\"" "$LINENO" 5 ;;
13772 esac
13773 if test x"$silent" != x"yes" && test x"$sim_bitsize" != x""; then
13774   echo "Setting bitsize flags = $sim_bitsize" 6>&1
13775 fi
13776 else
13777   sim_bitsize=""
13778 if test x"$wire_word_bitsize" != x; then
13779   sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_BITSIZE=$wire_word_bitsize"
13780 fi
13781 if test x"$wire_word_msb" != x; then
13782   sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_MSB=$wire_word_msb"
13783 fi
13784 if test x"$wire_address_bitsize" != x; then
13785   sim_bitsize="$sim_bitsize -DWITH_TARGET_ADDRESS_BITSIZE=$wire_address_bitsize"
13786 fi
13787 if test x"$wire_cell_bitsize" != x; then
13788   sim_bitsize="$sim_bitsize -DWITH_TARGET_CELL_BITSIZE=$wire_cell_bitsize"
13789 fi
13790 fi
13791
13792
13793
13794
13795 #
13796 # Select the floating hardware support of the target
13797 #
13798 mips_fpu=HARDWARE_FLOATING_POINT
13799 mips_fpu_bitsize=
13800 case "${target}" in
13801   mips*tx39*)           mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=32 ;;
13802   mips*-sde-elf*)       mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
13803   mips*-mti-elf*)       mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
13804   mips64*-*-*)          mips_fpu=HARD_FLOATING_POINT ;;
13805   mips16*-*-*)          mips_fpu=HARD_FLOATING_POINT ;;
13806   mipsisa32*-*-*)       mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
13807   mipsisa64*-*-*)       mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
13808   mips*-*-*)            mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=32 ;;
13809   *)                    mips_fpu=HARD_FLOATING_POINT ;;
13810 esac
13811
13812 default_sim_float="$mips_fpu"
13813 default_sim_float_bitsize="$mips_fpu_bitsize"
13814 # Check whether --enable-sim-float was given.
13815 if test "${enable_sim_float+set}" = set; then :
13816   enableval=$enable_sim_float; case "${enableval}" in
13817   yes | hard)   sim_float="-DWITH_FLOATING_POINT=HARD_FLOATING_POINT";;
13818   no | soft)    sim_float="-DWITH_FLOATING_POINT=SOFT_FLOATING_POINT";;
13819   32)           sim_float="-DWITH_FLOATING_POINT=HARD_FLOATING_POINT -DWITH_TARGET_FLOATING_POINT_BITSIZE=32";;
13820   64)           sim_float="-DWITH_FLOATING_POINT=HARD_FLOATING_POINT -DWITH_TARGET_FLOATING_POINT_BITSIZE=64";;
13821   *)            as_fn_error "\"Unknown value $enableval passed to --enable-sim-float\"" "$LINENO" 5; sim_float="";;
13822 esac
13823 if test x"$silent" != x"yes" && test x"$sim_float" != x""; then
13824   echo "Setting float flags = $sim_float" 6>&1
13825 fi
13826 else
13827
13828 sim_float=
13829 if test x"${default_sim_float}" != x""; then
13830   sim_float="-DWITH_FLOATING_POINT=${default_sim_float}"
13831 fi
13832 if test x"${default_sim_float_bitsize}" != x""; then
13833   sim_float="$sim_float -DWITH_TARGET_FLOATING_POINT_BITSIZE=${default_sim_float_bitsize}"
13834 fi
13835
13836 fi
13837
13838
13839
13840
13841 #
13842 # Select the IGEN architecture
13843 #
13844 sim_gen=IGEN
13845 sim_igen_machine="-M mipsIV"
13846 sim_m16_machine="-M mips16,mipsIII"
13847 sim_igen_filter="32,64,f"
13848 sim_m16_filter="16"
13849 sim_mach_default="mips8000"
13850
13851 case "${target}" in
13852   mips*tx39*)           sim_gen=IGEN
13853                         sim_igen_filter="32,f"
13854                         sim_igen_machine="-M r3900"
13855                         ;;
13856   mips64vr43*-*-*)      sim_gen=IGEN
13857                         sim_igen_machine="-M mipsIV"
13858                         sim_mach_default="mips8000"
13859                         ;;
13860   mips64vr5*-*-*)       sim_gen=IGEN
13861                         sim_igen_machine="-M vr5000"
13862                         sim_mach_default="mips5000"
13863                         ;;
13864   mips64vr41*)          sim_gen=M16
13865                         sim_igen_machine="-M vr4100"
13866                         sim_m16_machine="-M vr4100"
13867                         sim_igen_filter="32,64,f"
13868                         sim_m16_filter="16"
13869                         sim_mach_default="mips4100"
13870                         ;;
13871   mips64vr-*-* | mips64vrel-*-*)
13872                         sim_gen=MULTI
13873                         sim_multi_configs="\
13874                           vr4100:mipsIII,mips16,vr4100:32,64:mips4100,mips4111\
13875                           vr4120:mipsIII,mips16,vr4120:32,64:mips4120\
13876                           vr5000:mipsIV:32,64,f:mips4300,mips5000\
13877                           vr5400:mipsIV,vr5400:32,64,f:mips5400\
13878                           vr5500:mipsIV,vr5500:32,64,f:mips5500"
13879                         sim_multi_default=mips5000
13880                         ;;
13881   mips*-sde-elf* | mips*-mti-elf*)
13882                         sim_gen=MULTI
13883                         sim_multi_configs="\
13884                           micromips:micromips64,micromipsdsp:32,64,f:mips_micromips\
13885                           mips64r2:mips64r2,mips3d,mips16,mips16e,mdmx,dsp,dsp2,smartmips:32,64,f:mipsisa64r2"
13886                         sim_multi_default=mipsisa64r2
13887                         ;;
13888   mips64*-*-*)          sim_igen_filter="32,64,f"
13889                         sim_gen=IGEN
13890                         ;;
13891   mips16*-*-*)          sim_gen=M16
13892                         sim_igen_filter="32,64,f"
13893                         sim_m16_filter="16"
13894                         ;;
13895   mipsisa32r2*-*-*)     sim_gen=MULTI
13896                         sim_multi_configs="\
13897                           micromips:micromips32,micromipsdsp:32,f:mips_micromips\
13898                           mips32r2:mips32r2,mips3d,mips16,mips16e,mdmx,dsp,dsp2,smartmips:32,f:mipsisa32r2"
13899                         sim_multi_default=mipsisa32r2
13900                         ;;
13901   mipsisa32*-*-*)       sim_gen=M16
13902                         sim_igen_machine="-M mips32,mips16,mips16e,smartmips"
13903                         sim_m16_machine="-M mips16,mips16e,mips32"
13904                         sim_igen_filter="32,f"
13905                         sim_mach_default="mipsisa32"
13906                         ;;
13907   mipsisa64r2*-*-*)     sim_gen=M16
13908                         sim_igen_machine="-M mips64r2,mips3d,mips16,mips16e,mdmx,dsp,dsp2"
13909                         sim_m16_machine="-M mips16,mips16e,mips64r2"
13910                         sim_igen_filter="32,64,f"
13911                         sim_mach_default="mipsisa64r2"
13912                         ;;
13913   mipsisa64sb1*-*-*)    sim_gen=IGEN
13914                         sim_igen_machine="-M mips64,mips3d,sb1"
13915                         sim_igen_filter="32,64,f"
13916                         sim_mach_default="mips_sb1"
13917                         ;;
13918   mipsisa64*-*-*)       sim_gen=M16
13919                         sim_igen_machine="-M mips64,mips3d,mips16,mips16e,mdmx"
13920                         sim_m16_machine="-M mips16,mips16e,mips64"
13921                         sim_igen_filter="32,64,f"
13922                         sim_mach_default="mipsisa64"
13923                         ;;
13924   mips*lsi*)            sim_gen=M16
13925                         sim_igen_machine="-M mipsIII,mips16"
13926                         sim_m16_machine="-M mips16,mipsIII"
13927                         sim_igen_filter="32,f"
13928                         sim_m16_filter="16"
13929                         sim_mach_default="mips4000"
13930                         ;;
13931   mips*-*-*)            sim_gen=IGEN
13932                         sim_igen_filter="32,f"
13933                         ;;
13934 esac
13935
13936 # The MULTI generator can combine several simulation engines into one.
13937 # executable.  A configuration which uses the MULTI should set two
13938 # variables: ${sim_multi_configs} and ${sim_multi_default}.
13939 #
13940 # ${sim_multi_configs} is the list of engines to build.  Each
13941 # space-separated entry has the form NAME:MACHINE:FILTER:BFDMACHS,
13942 # where:
13943 #
13944 # - NAME is a C-compatible prefix for the engine,
13945 # - MACHINE is a -M argument,
13946 # - FILTER is a -F argument, and
13947 # - BFDMACHS is a comma-separated list of bfd machines that the
13948 #     simulator can run.
13949 #
13950 # Each entry will have a separate simulation engine whose prefix is
13951 # m32<NAME>.  If the machine list includes "mips16", there will also
13952 # be a mips16 engine, prefix m16<NAME>.  The mips16 engine will be
13953 # generated using the same machine list as the 32-bit version,
13954 # but the filter will be "16" instead of FILTER.
13955 #
13956 # The simulator compares the bfd mach against BFDMACHS to decide
13957 # which engine to use.  Entries in BFDMACHS should be bfd_mach
13958 # values with "bfd_mach_" removed.  ${sim_multi_default} says
13959 # which entry should be the default.
13960 if test ${sim_gen} = MULTI; then
13961
13962   # Simple sanity check.
13963   if test -z "${sim_multi_configs}" || test -z "${sim_multi_default}"; then
13964     as_fn_error "Error in configure.ac: MULTI simulator not set up correctly" "$LINENO" 5
13965   fi
13966
13967   # Start in a known state.
13968   rm -f multi-include.h multi-run.c
13969   sim_multi_flags=
13970   sim_multi_src=
13971   sim_multi_obj=
13972   sim_multi_igen_configs=
13973   sim_seen_default=no
13974
13975   cat << __EOF__ > multi-run.c
13976 /* Main entry point for MULTI simulators.
13977    Copyright (C) 2003-2016 Free Software Foundation, Inc.
13978
13979    This program is free software; you can redistribute it and/or modify
13980    it under the terms of the GNU General Public License as published by
13981    the Free Software Foundation; either version 3 of the License, or
13982    (at your option) any later version.
13983
13984    This program is distributed in the hope that it will be useful,
13985    but WITHOUT ANY WARRANTY; without even the implied warranty of
13986    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13987    GNU General Public License for more details.
13988
13989    You should have received a copy of the GNU General Public License
13990    along with this program.  If not, see <http://www.gnu.org/licenses/>.
13991
13992    --
13993
13994    This file was generated by sim/mips/configure.  */
13995
13996 #include "sim-main.h"
13997 #include "multi-include.h"
13998 #include "elf-bfd.h"
13999 #include "elf/mips.h"
14000
14001 #define SD sd
14002 #define CPU cpu
14003
14004 void
14005 sim_engine_run (SIM_DESC sd,
14006                 int next_cpu_nr,
14007                 int nr_cpus,
14008                 int signal) /* ignore */
14009 {
14010   int mach;
14011
14012   if (STATE_ARCHITECTURE (sd) == NULL)
14013     mach = bfd_mach_${sim_multi_default};
14014   else if (elf_elfheader (sd->base.prog_bfd)->e_flags
14015            & EF_MIPS_ARCH_ASE_MICROMIPS)
14016     mach = bfd_mach_mips_micromips;
14017   else
14018     mach = STATE_ARCHITECTURE (SD)->mach;
14019
14020   switch (mach)
14021     {
14022 __EOF__
14023
14024   for fc in ${sim_multi_configs}; do
14025
14026     # Split up the entry.  ${c} contains the first three elements.
14027     # Note: outer sqaure brackets are m4 quotes.
14028     c=`echo ${fc} | sed 's/:[^:]*$//'`
14029     bfdmachs=`echo ${fc} | sed 's/.*://'`
14030     name=`echo ${c} | sed 's/:.*//'`
14031     machine=`echo ${c} | sed 's/.*:\(.*\):.*/\1/'`
14032     filter=`echo ${c} | sed 's/.*://'`
14033
14034     # Build the following lists:
14035     #
14036     #   sim_multi_flags: all -M and -F flags used by the simulator
14037     #   sim_multi_src: all makefile-generated source files
14038     #   sim_multi_obj: the objects for ${sim_multi_src}
14039     #   sim_multi_igen_configs: igen configuration strings.
14040     #
14041     # Each entry in ${sim_multi_igen_configs} is a prefix (m32
14042     # or m16) followed by the NAME, MACHINE and FILTER part of
14043     # the ${sim_multi_configs} entry.
14044     sim_multi_flags="${sim_multi_flags} -F ${filter} -M ${machine}"
14045
14046     # Check whether special handling is needed.
14047     case ${c} in
14048       *:*mips16*:*)
14049         # Run igen twice, once for normal mode and once for mips16.
14050         ws="m32 m16"
14051
14052         # The top-level function for the mips16 simulator is
14053         # in a file m16${name}_run.c, generated by the
14054         # tmp-run-multi Makefile rule.
14055         sim_multi_src="${sim_multi_src} m16${name}_run.c"
14056         sim_multi_obj="${sim_multi_obj} m16${name}_run.o"
14057         sim_multi_flags="${sim_multi_flags} -F 16"
14058         ;;
14059       *:*micromips32*:*)
14060         # Run igen thrice, once for micromips32, once for micromips16,
14061         # and once for m32.
14062         ws="micromips_m32 micromips16 micromips32"
14063
14064         # The top-level function for the micromips simulator is
14065         # in a file micromips${name}_run.c, generated by the
14066         # tmp-run-multi Makefile rule.
14067         sim_multi_src="${sim_multi_src} micromips${name}_run.c"
14068         sim_multi_obj="${sim_multi_obj} micromips${name}_run.o"
14069         sim_multi_flags="${sim_multi_flags} -F 16,32"
14070         ;;
14071       *:*micromips64*:*)
14072         # Run igen thrice, once for micromips64, once for micromips16,
14073         # and once for m64.
14074         ws="micromips_m64 micromips16 micromips64"
14075
14076         # The top-level function for the micromips simulator is
14077         # in a file micromips${name}_run.c, generated by the
14078         # tmp-run-multi Makefile rule.
14079         sim_multi_src="${sim_multi_src} micromips${name}_run.c"
14080         sim_multi_obj="${sim_multi_obj} micromips${name}_run.o"
14081         sim_multi_flags="${sim_multi_flags} -F 16,32,64"
14082         ;;
14083       *)
14084         ws=m32
14085         ;;
14086     esac
14087
14088     # Now add the list of igen-generated files to ${sim_multi_src}
14089     # and ${sim_multi_obj}.
14090     for w in ${ws}; do
14091       for base in engine icache idecode model semantics support; do
14092         sim_multi_src="${sim_multi_src} ${w}${name}_${base}.c"
14093         sim_multi_src="${sim_multi_src} ${w}${name}_${base}.h"
14094         sim_multi_obj="${sim_multi_obj} ${w}${name}_${base}.o"
14095       done
14096       sim_multi_igen_configs="${sim_multi_igen_configs} ${w}${c}"
14097     done
14098
14099     # Add an include for the engine.h file.  This file declares the
14100     # top-level foo_engine_run() function.
14101     echo "#include \"${w}${name}_engine.h\"" >> multi-include.h
14102
14103     # Add case statements for this engine to sim_engine_run().
14104     for mach in `echo ${bfdmachs} | sed 's/,/ /g'`; do
14105       echo "    case bfd_mach_${mach}:" >> multi-run.c
14106       if test ${mach} = ${sim_multi_default}; then
14107         echo "    default:" >> multi-run.c
14108         sim_seen_default=yes
14109       fi
14110     done
14111     echo "      ${w}${name}_engine_run (sd, next_cpu_nr, nr_cpus, signal);" \
14112       >> multi-run.c
14113     echo "      break;" >> multi-run.c
14114   done
14115
14116   # Check whether we added a 'default:' label.
14117   if test ${sim_seen_default} = no; then
14118     as_fn_error "Error in configure.ac: \${sim_multi_configs} doesn't have an entry for \${sim_multi_default}" "$LINENO" 5
14119   fi
14120
14121   cat << __EOF__ >> multi-run.c
14122     }
14123 }
14124
14125 int
14126 mips_mach_multi (SIM_DESC sd)
14127 {
14128   if (STATE_ARCHITECTURE (sd) == NULL)
14129     return bfd_mach_${sim_multi_default};
14130
14131   switch (STATE_ARCHITECTURE (SD)->mach)
14132     {
14133 __EOF__
14134
14135   # Add case statements for this engine to mips_mach_multi().
14136   for fc in ${sim_multi_configs}; do
14137
14138     # Split up the entry.  ${c} contains the first three elements.
14139     # Note: outer sqaure brackets are m4 quotes.
14140     c=`echo ${fc} | sed 's/:[^:]*$//'`
14141     bfdmachs=`echo ${fc} | sed 's/.*://'`
14142
14143     for mach in `echo ${bfdmachs} | sed 's/,/ /g'`; do
14144       echo "    case bfd_mach_${mach}:" >> multi-run.c
14145     done
14146   done
14147
14148   cat << __EOF__ >> multi-run.c
14149       return (STATE_ARCHITECTURE (SD)->mach);
14150     default:
14151       return bfd_mach_${sim_multi_default};
14152     }
14153 }
14154 __EOF__
14155
14156   SIM_SUBTARGET="$SIM_SUBTARGET -DMIPS_MACH_MULTI"
14157 else
14158   # For clean-extra
14159   sim_multi_src=doesnt-exist.c
14160
14161   if test x"${sim_mach_default}" = x""; then
14162     as_fn_error "Error in configure.ac: \${sim_mach_default} not defined" "$LINENO" 5
14163   fi
14164   SIM_SUBTARGET="$SIM_SUBTARGET -DMIPS_MACH_DEFAULT=bfd_mach_${sim_mach_default}"
14165 fi
14166 sim_igen_flags="-F ${sim_igen_filter} ${sim_igen_machine} ${sim_igen_smp}"
14167 sim_m16_flags=" -F ${sim_m16_filter}  ${sim_m16_machine}  ${sim_igen_smp}"
14168 sim_micromips16_flags=" -F ${sim_micromips16_filter}  ${sim_micromips16_machine}  ${sim_igen_smp}"
14169 sim_micromips_flags=" -F ${sim_micromips_filter}  ${sim_micromips_machine}  ${sim_igen_smp}"
14170
14171
14172
14173
14174
14175
14176
14177
14178
14179 #
14180 # Add simulated hardware devices
14181 #
14182 hw_enabled=no
14183 case "${target}" in
14184   mips*tx39*)
14185         hw_enabled=yes
14186         hw_extra_devices="tx3904cpu tx3904irc tx3904tmr tx3904sio"
14187         ;;
14188   *)
14189         ;;
14190 esac
14191
14192 if test "$hw_devices"; then
14193   hardware="$hw_devices"
14194 else
14195   hardware="cfi core pal glue"
14196 fi
14197 hardware="$hardware $hw_extra_devices"
14198
14199 sim_hw_cflags="-DWITH_HW=1"
14200 sim_hw="$hardware"
14201 sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
14202
14203 # Check whether --enable-sim-hardware was given.
14204 if test "${enable_sim_hardware+set}" = set; then :
14205   enableval=$enable_sim_hardware;
14206 else
14207   enable_sim_hardware="$hw_enabled"
14208 fi
14209
14210 case ${enable_sim_hardware} in
14211   yes|no) ;;
14212   ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
14213   *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
14214   *)  hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
14215 esac
14216
14217 if test "$enable_sim_hardware" = no; then
14218   sim_hw_objs=
14219   sim_hw_cflags="-DWITH_HW=0"
14220   sim_hw=
14221 else
14222   sim_hw_cflags="-DWITH_HW=1"
14223   # remove duplicates
14224   sim_hw=""
14225   sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
14226   for i in $hardware ; do
14227     case " $sim_hw " in
14228       *" $i "*) ;;
14229       *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
14230     esac
14231   done
14232   # mingw does not support sockser
14233   case ${host} in
14234     *mingw*) ;;
14235     *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
14236        # that you instatiate.  Instead, other code will call into it directly.
14237        # At some point, we should convert it over.
14238        sim_hw_objs="$sim_hw_objs dv-sockser.o"
14239
14240 cat >>confdefs.h <<_ACEOF
14241 #define HAVE_DV_SOCKSER 1
14242 _ACEOF
14243
14244        ;;
14245   esac
14246   if test x"$silent" != x"yes"; then
14247     echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
14248   fi
14249     case " $hardware " in
14250     *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
14251 $as_echo_n "checking for log2 in -lm... " >&6; }
14252 if test "${ac_cv_lib_m_log2+set}" = set; then :
14253   $as_echo_n "(cached) " >&6
14254 else
14255   ac_check_lib_save_LIBS=$LIBS
14256 LIBS="-lm  $LIBS"
14257 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14258 /* end confdefs.h.  */
14259
14260 /* Override any GCC internal prototype to avoid an error.
14261    Use char because int might match the return type of a GCC
14262    builtin and then its argument prototype would still apply.  */
14263 #ifdef __cplusplus
14264 extern "C"
14265 #endif
14266 char log2 ();
14267 int
14268 main ()
14269 {
14270 return log2 ();
14271   ;
14272   return 0;
14273 }
14274 _ACEOF
14275 if ac_fn_c_try_link "$LINENO"; then :
14276   ac_cv_lib_m_log2=yes
14277 else
14278   ac_cv_lib_m_log2=no
14279 fi
14280 rm -f core conftest.err conftest.$ac_objext \
14281     conftest$ac_exeext conftest.$ac_ext
14282 LIBS=$ac_check_lib_save_LIBS
14283 fi
14284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
14285 $as_echo "$ac_cv_lib_m_log2" >&6; }
14286 if test "x$ac_cv_lib_m_log2" = x""yes; then :
14287   cat >>confdefs.h <<_ACEOF
14288 #define HAVE_LIBM 1
14289 _ACEOF
14290
14291   LIBS="-lm $LIBS"
14292
14293 fi
14294 ;;
14295   esac
14296 fi
14297
14298
14299
14300 # Choose simulator engine
14301 case "${target}" in
14302   *)    mips_igen_engine="engine.o"
14303         ;;
14304 esac
14305
14306
14307
14308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
14309 $as_echo_n "checking for X... " >&6; }
14310
14311
14312 # Check whether --with-x was given.
14313 if test "${with_x+set}" = set; then :
14314   withval=$with_x;
14315 fi
14316
14317 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
14318 if test "x$with_x" = xno; then
14319   # The user explicitly disabled X.
14320   have_x=disabled
14321 else
14322   case $x_includes,$x_libraries in #(
14323     *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
14324     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
14325   $as_echo_n "(cached) " >&6
14326 else
14327   # One or both of the vars are not set, and there is no cached value.
14328 ac_x_includes=no ac_x_libraries=no
14329 rm -f -r conftest.dir
14330 if mkdir conftest.dir; then
14331   cd conftest.dir
14332   cat >Imakefile <<'_ACEOF'
14333 incroot:
14334         @echo incroot='${INCROOT}'
14335 usrlibdir:
14336         @echo usrlibdir='${USRLIBDIR}'
14337 libdir:
14338         @echo libdir='${LIBDIR}'
14339 _ACEOF
14340   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
14341     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
14342     for ac_var in incroot usrlibdir libdir; do
14343       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
14344     done
14345     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
14346     for ac_extension in a so sl dylib la dll; do
14347       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
14348          test -f "$ac_im_libdir/libX11.$ac_extension"; then
14349         ac_im_usrlibdir=$ac_im_libdir; break
14350       fi
14351     done
14352     # Screen out bogus values from the imake configuration.  They are
14353     # bogus both because they are the default anyway, and because
14354     # using them would break gcc on systems where it needs fixed includes.
14355     case $ac_im_incroot in
14356         /usr/include) ac_x_includes= ;;
14357         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
14358     esac
14359     case $ac_im_usrlibdir in
14360         /usr/lib | /usr/lib64 | /lib | /lib64) ;;
14361         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
14362     esac
14363   fi
14364   cd ..
14365   rm -f -r conftest.dir
14366 fi
14367
14368 # Standard set of common directories for X headers.
14369 # Check X11 before X11Rn because it is often a symlink to the current release.
14370 ac_x_header_dirs='
14371 /usr/X11/include
14372 /usr/X11R7/include
14373 /usr/X11R6/include
14374 /usr/X11R5/include
14375 /usr/X11R4/include
14376
14377 /usr/include/X11
14378 /usr/include/X11R7
14379 /usr/include/X11R6
14380 /usr/include/X11R5
14381 /usr/include/X11R4
14382
14383 /usr/local/X11/include
14384 /usr/local/X11R7/include
14385 /usr/local/X11R6/include
14386 /usr/local/X11R5/include
14387 /usr/local/X11R4/include
14388
14389 /usr/local/include/X11
14390 /usr/local/include/X11R7
14391 /usr/local/include/X11R6
14392 /usr/local/include/X11R5
14393 /usr/local/include/X11R4
14394
14395 /usr/X386/include
14396 /usr/x386/include
14397 /usr/XFree86/include/X11
14398
14399 /usr/include
14400 /usr/local/include
14401 /usr/unsupported/include
14402 /usr/athena/include
14403 /usr/local/x11r5/include
14404 /usr/lpp/Xamples/include
14405
14406 /usr/openwin/include
14407 /usr/openwin/share/include'
14408
14409 if test "$ac_x_includes" = no; then
14410   # Guess where to find include files, by looking for Xlib.h.
14411   # First, try using that file with no special directory specified.
14412   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14413 /* end confdefs.h.  */
14414 #include <X11/Xlib.h>
14415 _ACEOF
14416 if ac_fn_c_try_cpp "$LINENO"; then :
14417   # We can compile using X headers with no special include directory.
14418 ac_x_includes=
14419 else
14420   for ac_dir in $ac_x_header_dirs; do
14421   if test -r "$ac_dir/X11/Xlib.h"; then
14422     ac_x_includes=$ac_dir
14423     break
14424   fi
14425 done
14426 fi
14427 rm -f conftest.err conftest.$ac_ext
14428 fi # $ac_x_includes = no
14429
14430 if test "$ac_x_libraries" = no; then
14431   # Check for the libraries.
14432   # See if we find them without any special options.
14433   # Don't add to $LIBS permanently.
14434   ac_save_LIBS=$LIBS
14435   LIBS="-lX11 $LIBS"
14436   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14437 /* end confdefs.h.  */
14438 #include <X11/Xlib.h>
14439 int
14440 main ()
14441 {
14442 XrmInitialize ()
14443   ;
14444   return 0;
14445 }
14446 _ACEOF
14447 if ac_fn_c_try_link "$LINENO"; then :
14448   LIBS=$ac_save_LIBS
14449 # We can link X programs with no special library path.
14450 ac_x_libraries=
14451 else
14452   LIBS=$ac_save_LIBS
14453 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
14454 do
14455   # Don't even attempt the hair of trying to link an X program!
14456   for ac_extension in a so sl dylib la dll; do
14457     if test -r "$ac_dir/libX11.$ac_extension"; then
14458       ac_x_libraries=$ac_dir
14459       break 2
14460     fi
14461   done
14462 done
14463 fi
14464 rm -f core conftest.err conftest.$ac_objext \
14465     conftest$ac_exeext conftest.$ac_ext
14466 fi # $ac_x_libraries = no
14467
14468 case $ac_x_includes,$ac_x_libraries in #(
14469   no,* | *,no | *\'*)
14470     # Didn't find X, or a directory has "'" in its name.
14471     ac_cv_have_x="have_x=no";; #(
14472   *)
14473     # Record where we found X for the cache.
14474     ac_cv_have_x="have_x=yes\
14475         ac_x_includes='$ac_x_includes'\
14476         ac_x_libraries='$ac_x_libraries'"
14477 esac
14478 fi
14479 ;; #(
14480     *) have_x=yes;;
14481   esac
14482   eval "$ac_cv_have_x"
14483 fi # $with_x != no
14484
14485 if test "$have_x" != yes; then
14486   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
14487 $as_echo "$have_x" >&6; }
14488   no_x=yes
14489 else
14490   # If each of the values was on the command line, it overrides each guess.
14491   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
14492   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
14493   # Update the cache value to reflect the command line values.
14494   ac_cv_have_x="have_x=yes\
14495         ac_x_includes='$x_includes'\
14496         ac_x_libraries='$x_libraries'"
14497   { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
14498 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
14499 fi
14500
14501 mips_extra_libs=""
14502
14503
14504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fabs in -lm" >&5
14505 $as_echo_n "checking for fabs in -lm... " >&6; }
14506 if test "${ac_cv_lib_m_fabs+set}" = set; then :
14507   $as_echo_n "(cached) " >&6
14508 else
14509   ac_check_lib_save_LIBS=$LIBS
14510 LIBS="-lm  $LIBS"
14511 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14512 /* end confdefs.h.  */
14513
14514 /* Override any GCC internal prototype to avoid an error.
14515    Use char because int might match the return type of a GCC
14516    builtin and then its argument prototype would still apply.  */
14517 #ifdef __cplusplus
14518 extern "C"
14519 #endif
14520 char fabs ();
14521 int
14522 main ()
14523 {
14524 return fabs ();
14525   ;
14526   return 0;
14527 }
14528 _ACEOF
14529 if ac_fn_c_try_link "$LINENO"; then :
14530   ac_cv_lib_m_fabs=yes
14531 else
14532   ac_cv_lib_m_fabs=no
14533 fi
14534 rm -f core conftest.err conftest.$ac_objext \
14535     conftest$ac_exeext conftest.$ac_ext
14536 LIBS=$ac_check_lib_save_LIBS
14537 fi
14538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_fabs" >&5
14539 $as_echo "$ac_cv_lib_m_fabs" >&6; }
14540 if test "x$ac_cv_lib_m_fabs" = x""yes; then :
14541   cat >>confdefs.h <<_ACEOF
14542 #define HAVE_LIBM 1
14543 _ACEOF
14544
14545   LIBS="-lm $LIBS"
14546
14547 fi
14548
14549 for ac_func in aint anint sqrt
14550 do :
14551   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14552 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14553 eval as_val=\$$as_ac_var
14554    if test "x$as_val" = x""yes; then :
14555   cat >>confdefs.h <<_ACEOF
14556 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14557 _ACEOF
14558
14559 fi
14560 done
14561
14562
14563
14564 ac_sources="$sim_link_files"
14565 ac_dests="$sim_link_links"
14566 while test -n "$ac_sources"; do
14567   set $ac_dests; ac_dest=$1; shift; ac_dests=$*
14568   set $ac_sources; ac_source=$1; shift; ac_sources=$*
14569   ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source"
14570 done
14571 ac_config_links="$ac_config_links $ac_config_links_1"
14572
14573 cgen_breaks=""
14574 if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
14575 cgen_breaks="break cgen_rtx_error";
14576 fi
14577
14578 ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
14579
14580 ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
14581
14582 ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
14583
14584 ac_config_commands="$ac_config_commands Makefile"
14585
14586 ac_config_commands="$ac_config_commands stamp-h"
14587
14588 cat >confcache <<\_ACEOF
14589 # This file is a shell script that caches the results of configure
14590 # tests run on this system so they can be shared between configure
14591 # scripts and configure runs, see configure's option --config-cache.
14592 # It is not useful on other systems.  If it contains results you don't
14593 # want to keep, you may remove or edit it.
14594 #
14595 # config.status only pays attention to the cache file if you give it
14596 # the --recheck option to rerun configure.
14597 #
14598 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14599 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14600 # following values.
14601
14602 _ACEOF
14603
14604 # The following way of writing the cache mishandles newlines in values,
14605 # but we know of no workaround that is simple, portable, and efficient.
14606 # So, we kill variables containing newlines.
14607 # Ultrix sh set writes to stderr and can't be redirected directly,
14608 # and sets the high bit in the cache file unless we assign to the vars.
14609 (
14610   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14611     eval ac_val=\$$ac_var
14612     case $ac_val in #(
14613     *${as_nl}*)
14614       case $ac_var in #(
14615       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14616 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14617       esac
14618       case $ac_var in #(
14619       _ | IFS | as_nl) ;; #(
14620       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14621       *) { eval $ac_var=; unset $ac_var;} ;;
14622       esac ;;
14623     esac
14624   done
14625
14626   (set) 2>&1 |
14627     case $as_nl`(ac_space=' '; set) 2>&1` in #(
14628     *${as_nl}ac_space=\ *)
14629       # `set' does not quote correctly, so add quotes: double-quote
14630       # substitution turns \\\\ into \\, and sed turns \\ into \.
14631       sed -n \
14632         "s/'/'\\\\''/g;
14633           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14634       ;; #(
14635     *)
14636       # `set' quotes correctly as required by POSIX, so do not add quotes.
14637       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14638       ;;
14639     esac |
14640     sort
14641 ) |
14642   sed '
14643      /^ac_cv_env_/b end
14644      t clear
14645      :clear
14646      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14647      t end
14648      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14649      :end' >>confcache
14650 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14651   if test -w "$cache_file"; then
14652     test "x$cache_file" != "x/dev/null" &&
14653       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14654 $as_echo "$as_me: updating cache $cache_file" >&6;}
14655     cat confcache >$cache_file
14656   else
14657     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14658 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14659   fi
14660 fi
14661 rm -f confcache
14662
14663 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14664 # Let make expand exec_prefix.
14665 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14666
14667 DEFS=-DHAVE_CONFIG_H
14668
14669 ac_libobjs=
14670 ac_ltlibobjs=
14671 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14672   # 1. Remove the extension, and $U if already installed.
14673   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14674   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14675   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
14676   #    will be set to the directory where LIBOBJS objects are built.
14677   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14678   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14679 done
14680 LIBOBJS=$ac_libobjs
14681
14682 LTLIBOBJS=$ac_ltlibobjs
14683
14684
14685
14686 if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
14687   as_fn_error "conditional \"GMAKE\" was never defined.
14688 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14689 fi
14690 if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
14691   as_fn_error "conditional \"PLUGINS\" was never defined.
14692 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14693 fi
14694 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14695   as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
14696 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14697 fi
14698
14699 : ${CONFIG_STATUS=./config.status}
14700 ac_write_fail=0
14701 ac_clean_files_save=$ac_clean_files
14702 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14703 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14704 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14705 as_write_fail=0
14706 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14707 #! $SHELL
14708 # Generated by $as_me.
14709 # Run this file to recreate the current configuration.
14710 # Compiler output produced by configure, useful for debugging
14711 # configure, is in config.log if it exists.
14712
14713 debug=false
14714 ac_cs_recheck=false
14715 ac_cs_silent=false
14716
14717 SHELL=\${CONFIG_SHELL-$SHELL}
14718 export SHELL
14719 _ASEOF
14720 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14721 ## -------------------- ##
14722 ## M4sh Initialization. ##
14723 ## -------------------- ##
14724
14725 # Be more Bourne compatible
14726 DUALCASE=1; export DUALCASE # for MKS sh
14727 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14728   emulate sh
14729   NULLCMD=:
14730   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14731   # is contrary to our usage.  Disable this feature.
14732   alias -g '${1+"$@"}'='"$@"'
14733   setopt NO_GLOB_SUBST
14734 else
14735   case `(set -o) 2>/dev/null` in #(
14736   *posix*) :
14737     set -o posix ;; #(
14738   *) :
14739      ;;
14740 esac
14741 fi
14742
14743
14744 as_nl='
14745 '
14746 export as_nl
14747 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14748 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14749 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14750 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14751 # Prefer a ksh shell builtin over an external printf program on Solaris,
14752 # but without wasting forks for bash or zsh.
14753 if test -z "$BASH_VERSION$ZSH_VERSION" \
14754     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14755   as_echo='print -r --'
14756   as_echo_n='print -rn --'
14757 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14758   as_echo='printf %s\n'
14759   as_echo_n='printf %s'
14760 else
14761   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14762     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14763     as_echo_n='/usr/ucb/echo -n'
14764   else
14765     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14766     as_echo_n_body='eval
14767       arg=$1;
14768       case $arg in #(
14769       *"$as_nl"*)
14770         expr "X$arg" : "X\\(.*\\)$as_nl";
14771         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14772       esac;
14773       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14774     '
14775     export as_echo_n_body
14776     as_echo_n='sh -c $as_echo_n_body as_echo'
14777   fi
14778   export as_echo_body
14779   as_echo='sh -c $as_echo_body as_echo'
14780 fi
14781
14782 # The user is always right.
14783 if test "${PATH_SEPARATOR+set}" != set; then
14784   PATH_SEPARATOR=:
14785   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14786     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14787       PATH_SEPARATOR=';'
14788   }
14789 fi
14790
14791
14792 # IFS
14793 # We need space, tab and new line, in precisely that order.  Quoting is
14794 # there to prevent editors from complaining about space-tab.
14795 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14796 # splitting by setting IFS to empty value.)
14797 IFS=" ""        $as_nl"
14798
14799 # Find who we are.  Look in the path if we contain no directory separator.
14800 case $0 in #((
14801   *[\\/]* ) as_myself=$0 ;;
14802   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14803 for as_dir in $PATH
14804 do
14805   IFS=$as_save_IFS
14806   test -z "$as_dir" && as_dir=.
14807     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14808   done
14809 IFS=$as_save_IFS
14810
14811      ;;
14812 esac
14813 # We did not find ourselves, most probably we were run as `sh COMMAND'
14814 # in which case we are not to be found in the path.
14815 if test "x$as_myself" = x; then
14816   as_myself=$0
14817 fi
14818 if test ! -f "$as_myself"; then
14819   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14820   exit 1
14821 fi
14822
14823 # Unset variables that we do not need and which cause bugs (e.g. in
14824 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
14825 # suppresses any "Segmentation fault" message there.  '((' could
14826 # trigger a bug in pdksh 5.2.14.
14827 for as_var in BASH_ENV ENV MAIL MAILPATH
14828 do eval test x\${$as_var+set} = xset \
14829   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14830 done
14831 PS1='$ '
14832 PS2='> '
14833 PS4='+ '
14834
14835 # NLS nuisances.
14836 LC_ALL=C
14837 export LC_ALL
14838 LANGUAGE=C
14839 export LANGUAGE
14840
14841 # CDPATH.
14842 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14843
14844
14845 # as_fn_error ERROR [LINENO LOG_FD]
14846 # ---------------------------------
14847 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14848 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14849 # script with status $?, using 1 if that was 0.
14850 as_fn_error ()
14851 {
14852   as_status=$?; test $as_status -eq 0 && as_status=1
14853   if test "$3"; then
14854     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14855     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
14856   fi
14857   $as_echo "$as_me: error: $1" >&2
14858   as_fn_exit $as_status
14859 } # as_fn_error
14860
14861
14862 # as_fn_set_status STATUS
14863 # -----------------------
14864 # Set $? to STATUS, without forking.
14865 as_fn_set_status ()
14866 {
14867   return $1
14868 } # as_fn_set_status
14869
14870 # as_fn_exit STATUS
14871 # -----------------
14872 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14873 as_fn_exit ()
14874 {
14875   set +e
14876   as_fn_set_status $1
14877   exit $1
14878 } # as_fn_exit
14879
14880 # as_fn_unset VAR
14881 # ---------------
14882 # Portably unset VAR.
14883 as_fn_unset ()
14884 {
14885   { eval $1=; unset $1;}
14886 }
14887 as_unset=as_fn_unset
14888 # as_fn_append VAR VALUE
14889 # ----------------------
14890 # Append the text in VALUE to the end of the definition contained in VAR. Take
14891 # advantage of any shell optimizations that allow amortized linear growth over
14892 # repeated appends, instead of the typical quadratic growth present in naive
14893 # implementations.
14894 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14895   eval 'as_fn_append ()
14896   {
14897     eval $1+=\$2
14898   }'
14899 else
14900   as_fn_append ()
14901   {
14902     eval $1=\$$1\$2
14903   }
14904 fi # as_fn_append
14905
14906 # as_fn_arith ARG...
14907 # ------------------
14908 # Perform arithmetic evaluation on the ARGs, and store the result in the
14909 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14910 # must be portable across $(()) and expr.
14911 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14912   eval 'as_fn_arith ()
14913   {
14914     as_val=$(( $* ))
14915   }'
14916 else
14917   as_fn_arith ()
14918   {
14919     as_val=`expr "$@" || test $? -eq 1`
14920   }
14921 fi # as_fn_arith
14922
14923
14924 if expr a : '\(a\)' >/dev/null 2>&1 &&
14925    test "X`expr 00001 : '.*\(...\)'`" = X001; then
14926   as_expr=expr
14927 else
14928   as_expr=false
14929 fi
14930
14931 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14932   as_basename=basename
14933 else
14934   as_basename=false
14935 fi
14936
14937 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14938   as_dirname=dirname
14939 else
14940   as_dirname=false
14941 fi
14942
14943 as_me=`$as_basename -- "$0" ||
14944 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14945          X"$0" : 'X\(//\)$' \| \
14946          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14947 $as_echo X/"$0" |
14948     sed '/^.*\/\([^/][^/]*\)\/*$/{
14949             s//\1/
14950             q
14951           }
14952           /^X\/\(\/\/\)$/{
14953             s//\1/
14954             q
14955           }
14956           /^X\/\(\/\).*/{
14957             s//\1/
14958             q
14959           }
14960           s/.*/./; q'`
14961
14962 # Avoid depending upon Character Ranges.
14963 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14964 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14965 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14966 as_cr_digits='0123456789'
14967 as_cr_alnum=$as_cr_Letters$as_cr_digits
14968
14969 ECHO_C= ECHO_N= ECHO_T=
14970 case `echo -n x` in #(((((
14971 -n*)
14972   case `echo 'xy\c'` in
14973   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
14974   xy)  ECHO_C='\c';;
14975   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
14976        ECHO_T=' ';;
14977   esac;;
14978 *)
14979   ECHO_N='-n';;
14980 esac
14981
14982 rm -f conf$$ conf$$.exe conf$$.file
14983 if test -d conf$$.dir; then
14984   rm -f conf$$.dir/conf$$.file
14985 else
14986   rm -f conf$$.dir
14987   mkdir conf$$.dir 2>/dev/null
14988 fi
14989 if (echo >conf$$.file) 2>/dev/null; then
14990   if ln -s conf$$.file conf$$ 2>/dev/null; then
14991     as_ln_s='ln -s'
14992     # ... but there are two gotchas:
14993     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14994     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14995     # In both cases, we have to default to `cp -p'.
14996     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14997       as_ln_s='cp -p'
14998   elif ln conf$$.file conf$$ 2>/dev/null; then
14999     as_ln_s=ln
15000   else
15001     as_ln_s='cp -p'
15002   fi
15003 else
15004   as_ln_s='cp -p'
15005 fi
15006 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15007 rmdir conf$$.dir 2>/dev/null
15008
15009
15010 # as_fn_mkdir_p
15011 # -------------
15012 # Create "$as_dir" as a directory, including parents if necessary.
15013 as_fn_mkdir_p ()
15014 {
15015
15016   case $as_dir in #(
15017   -*) as_dir=./$as_dir;;
15018   esac
15019   test -d "$as_dir" || eval $as_mkdir_p || {
15020     as_dirs=
15021     while :; do
15022       case $as_dir in #(
15023       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15024       *) as_qdir=$as_dir;;
15025       esac
15026       as_dirs="'$as_qdir' $as_dirs"
15027       as_dir=`$as_dirname -- "$as_dir" ||
15028 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15029          X"$as_dir" : 'X\(//\)[^/]' \| \
15030          X"$as_dir" : 'X\(//\)$' \| \
15031          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15032 $as_echo X"$as_dir" |
15033     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15034             s//\1/
15035             q
15036           }
15037           /^X\(\/\/\)[^/].*/{
15038             s//\1/
15039             q
15040           }
15041           /^X\(\/\/\)$/{
15042             s//\1/
15043             q
15044           }
15045           /^X\(\/\).*/{
15046             s//\1/
15047             q
15048           }
15049           s/.*/./; q'`
15050       test -d "$as_dir" && break
15051     done
15052     test -z "$as_dirs" || eval "mkdir $as_dirs"
15053   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15054
15055
15056 } # as_fn_mkdir_p
15057 if mkdir -p . 2>/dev/null; then
15058   as_mkdir_p='mkdir -p "$as_dir"'
15059 else
15060   test -d ./-p && rmdir ./-p
15061   as_mkdir_p=false
15062 fi
15063
15064 if test -x / >/dev/null 2>&1; then
15065   as_test_x='test -x'
15066 else
15067   if ls -dL / >/dev/null 2>&1; then
15068     as_ls_L_option=L
15069   else
15070     as_ls_L_option=
15071   fi
15072   as_test_x='
15073     eval sh -c '\''
15074       if test -d "$1"; then
15075         test -d "$1/.";
15076       else
15077         case $1 in #(
15078         -*)set "./$1";;
15079         esac;
15080         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15081         ???[sx]*):;;*)false;;esac;fi
15082     '\'' sh
15083   '
15084 fi
15085 as_executable_p=$as_test_x
15086
15087 # Sed expression to map a string onto a valid CPP name.
15088 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15089
15090 # Sed expression to map a string onto a valid variable name.
15091 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15092
15093
15094 exec 6>&1
15095 ## ----------------------------------- ##
15096 ## Main body of $CONFIG_STATUS script. ##
15097 ## ----------------------------------- ##
15098 _ASEOF
15099 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15100
15101 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15102 # Save the log message, to keep $0 and so on meaningful, and to
15103 # report actual input values of CONFIG_FILES etc. instead of their
15104 # values after options handling.
15105 ac_log="
15106 This file was extended by $as_me, which was
15107 generated by GNU Autoconf 2.64.  Invocation command line was
15108
15109   CONFIG_FILES    = $CONFIG_FILES
15110   CONFIG_HEADERS  = $CONFIG_HEADERS
15111   CONFIG_LINKS    = $CONFIG_LINKS
15112   CONFIG_COMMANDS = $CONFIG_COMMANDS
15113   $ $0 $@
15114
15115 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15116 "
15117
15118 _ACEOF
15119
15120 case $ac_config_files in *"
15121 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15122 esac
15123
15124 case $ac_config_headers in *"
15125 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15126 esac
15127
15128
15129 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15130 # Files that config.status was made for.
15131 config_files="$ac_config_files"
15132 config_headers="$ac_config_headers"
15133 config_links="$ac_config_links"
15134 config_commands="$ac_config_commands"
15135
15136 _ACEOF
15137
15138 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15139 ac_cs_usage="\
15140 \`$as_me' instantiates files and other configuration actions
15141 from templates according to the current configuration.  Unless the files
15142 and actions are specified as TAGs, all are instantiated by default.
15143
15144 Usage: $0 [OPTION]... [TAG]...
15145
15146   -h, --help       print this help, then exit
15147   -V, --version    print version number and configuration settings, then exit
15148   -q, --quiet, --silent
15149                    do not print progress messages
15150   -d, --debug      don't remove temporary files
15151       --recheck    update $as_me by reconfiguring in the same conditions
15152       --file=FILE[:TEMPLATE]
15153                    instantiate the configuration file FILE
15154       --header=FILE[:TEMPLATE]
15155                    instantiate the configuration header FILE
15156
15157 Configuration files:
15158 $config_files
15159
15160 Configuration headers:
15161 $config_headers
15162
15163 Configuration links:
15164 $config_links
15165
15166 Configuration commands:
15167 $config_commands
15168
15169 Report bugs to the package provider."
15170
15171 _ACEOF
15172 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15173 ac_cs_version="\\
15174 config.status
15175 configured by $0, generated by GNU Autoconf 2.64,
15176   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
15177
15178 Copyright (C) 2009 Free Software Foundation, Inc.
15179 This config.status script is free software; the Free Software Foundation
15180 gives unlimited permission to copy, distribute and modify it."
15181
15182 ac_pwd='$ac_pwd'
15183 srcdir='$srcdir'
15184 INSTALL='$INSTALL'
15185 AWK='$AWK'
15186 test -n "\$AWK" || AWK=awk
15187 _ACEOF
15188
15189 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15190 # The default lists apply if the user does not specify any file.
15191 ac_need_defaults=:
15192 while test $# != 0
15193 do
15194   case $1 in
15195   --*=*)
15196     ac_option=`expr "X$1" : 'X\([^=]*\)='`
15197     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15198     ac_shift=:
15199     ;;
15200   *)
15201     ac_option=$1
15202     ac_optarg=$2
15203     ac_shift=shift
15204     ;;
15205   esac
15206
15207   case $ac_option in
15208   # Handling of the options.
15209   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15210     ac_cs_recheck=: ;;
15211   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15212     $as_echo "$ac_cs_version"; exit ;;
15213   --debug | --debu | --deb | --de | --d | -d )
15214     debug=: ;;
15215   --file | --fil | --fi | --f )
15216     $ac_shift
15217     case $ac_optarg in
15218     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15219     esac
15220     as_fn_append CONFIG_FILES " '$ac_optarg'"
15221     ac_need_defaults=false;;
15222   --header | --heade | --head | --hea )
15223     $ac_shift
15224     case $ac_optarg in
15225     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15226     esac
15227     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
15228     ac_need_defaults=false;;
15229   --he | --h)
15230     # Conflict between --help and --header
15231     as_fn_error "ambiguous option: \`$1'
15232 Try \`$0 --help' for more information.";;
15233   --help | --hel | -h )
15234     $as_echo "$ac_cs_usage"; exit ;;
15235   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15236   | -silent | --silent | --silen | --sile | --sil | --si | --s)
15237     ac_cs_silent=: ;;
15238
15239   # This is an error.
15240   -*) as_fn_error "unrecognized option: \`$1'
15241 Try \`$0 --help' for more information." ;;
15242
15243   *) as_fn_append ac_config_targets " $1"
15244      ac_need_defaults=false ;;
15245
15246   esac
15247   shift
15248 done
15249
15250 ac_configure_extra_args=
15251
15252 if $ac_cs_silent; then
15253   exec 6>/dev/null
15254   ac_configure_extra_args="$ac_configure_extra_args --silent"
15255 fi
15256
15257 _ACEOF
15258 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15259 if \$ac_cs_recheck; then
15260   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15261   shift
15262   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15263   CONFIG_SHELL='$SHELL'
15264   export CONFIG_SHELL
15265   exec "\$@"
15266 fi
15267
15268 _ACEOF
15269 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15270 exec 5>>config.log
15271 {
15272   echo
15273   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15274 ## Running $as_me. ##
15275 _ASBOX
15276   $as_echo "$ac_log"
15277 } >&5
15278
15279 _ACEOF
15280 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15281 #
15282 # INIT-COMMANDS
15283 #
15284 ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
15285
15286
15287 # The HP-UX ksh and POSIX shell print the target directory to stdout
15288 # if CDPATH is set.
15289 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15290
15291 sed_quote_subst='$sed_quote_subst'
15292 double_quote_subst='$double_quote_subst'
15293 delay_variable_subst='$delay_variable_subst'
15294 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15295 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15296 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15297 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15298 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15299 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15300 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15301 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15302 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15303 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15304 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15305 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15306 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15307 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15308 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15309 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15310 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15311 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15312 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15313 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15314 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15315 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15316 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15317 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15318 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15319 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15320 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15321 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15322 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15323 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15324 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15325 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15326 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15327 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15328 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15329 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15330 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15331 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15332 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15333 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15334 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15335 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15336 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15337 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15338 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15339 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15340 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15341 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15342 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"`'
15343 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15344 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15345 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
15346 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
15347 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
15348 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15349 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15350 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15351 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15352 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15353 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15354 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15355 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15356 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15357 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15358 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15359 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15360 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15361 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15362 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15363 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15364 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15365 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15366 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15367 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15368 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15369 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15370 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15371 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15372 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15373 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15374 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15375 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15376 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15377 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15378 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15379 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15380 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15381 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15382 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15383 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
15384 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15385 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15386 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15387 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15388 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15389 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15390 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15391 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15392 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15393 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15394 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15395 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15396 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15397 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15398 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15399 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15400 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15401 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15402 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15403 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15404 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15405 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15406 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15407 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15408 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15409 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15410 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15411 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15412 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15413 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
15414
15415 LTCC='$LTCC'
15416 LTCFLAGS='$LTCFLAGS'
15417 compiler='$compiler_DEFAULT'
15418
15419 # A function that is used when there is no print builtin or printf.
15420 func_fallback_echo ()
15421 {
15422   eval 'cat <<_LTECHO_EOF
15423 \$1
15424 _LTECHO_EOF'
15425 }
15426
15427 # Quote evaled strings.
15428 for var in SHELL \
15429 ECHO \
15430 SED \
15431 GREP \
15432 EGREP \
15433 FGREP \
15434 LD \
15435 NM \
15436 LN_S \
15437 lt_SP2NL \
15438 lt_NL2SP \
15439 reload_flag \
15440 OBJDUMP \
15441 deplibs_check_method \
15442 file_magic_cmd \
15443 AR \
15444 AR_FLAGS \
15445 STRIP \
15446 RANLIB \
15447 CC \
15448 CFLAGS \
15449 compiler \
15450 lt_cv_sys_global_symbol_pipe \
15451 lt_cv_sys_global_symbol_to_cdecl \
15452 lt_cv_sys_global_symbol_to_c_name_address \
15453 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
15454 lt_prog_compiler_no_builtin_flag \
15455 lt_prog_compiler_wl \
15456 lt_prog_compiler_pic \
15457 lt_prog_compiler_static \
15458 lt_cv_prog_compiler_c_o \
15459 need_locks \
15460 DSYMUTIL \
15461 NMEDIT \
15462 LIPO \
15463 OTOOL \
15464 OTOOL64 \
15465 shrext_cmds \
15466 export_dynamic_flag_spec \
15467 whole_archive_flag_spec \
15468 compiler_needs_object \
15469 with_gnu_ld \
15470 allow_undefined_flag \
15471 no_undefined_flag \
15472 hardcode_libdir_flag_spec \
15473 hardcode_libdir_flag_spec_ld \
15474 hardcode_libdir_separator \
15475 fix_srcfile_path \
15476 exclude_expsyms \
15477 include_expsyms \
15478 file_list_spec \
15479 variables_saved_for_relink \
15480 libname_spec \
15481 library_names_spec \
15482 soname_spec \
15483 install_override_mode \
15484 finish_eval \
15485 old_striplib \
15486 striplib; do
15487     case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15488     *[\\\\\\\`\\"\\\$]*)
15489       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
15490       ;;
15491     *)
15492       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15493       ;;
15494     esac
15495 done
15496
15497 # Double-quote double-evaled strings.
15498 for var in reload_cmds \
15499 old_postinstall_cmds \
15500 old_postuninstall_cmds \
15501 old_archive_cmds \
15502 extract_expsyms_cmds \
15503 old_archive_from_new_cmds \
15504 old_archive_from_expsyms_cmds \
15505 archive_cmds \
15506 archive_expsym_cmds \
15507 module_cmds \
15508 module_expsym_cmds \
15509 export_symbols_cmds \
15510 prelink_cmds \
15511 postinstall_cmds \
15512 postuninstall_cmds \
15513 finish_cmds \
15514 sys_lib_search_path_spec \
15515 sys_lib_dlsearch_path_spec; do
15516     case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15517     *[\\\\\\\`\\"\\\$]*)
15518       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
15519       ;;
15520     *)
15521       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15522       ;;
15523     esac
15524 done
15525
15526 ac_aux_dir='$ac_aux_dir'
15527 xsi_shell='$xsi_shell'
15528 lt_shell_append='$lt_shell_append'
15529
15530 # See if we are running on zsh, and set the options which allow our
15531 # commands through without removal of \ escapes INIT.
15532 if test -n "\${ZSH_VERSION+set}" ; then
15533    setopt NO_GLOB_SUBST
15534 fi
15535
15536
15537     PACKAGE='$PACKAGE'
15538     VERSION='$VERSION'
15539     TIMESTAMP='$TIMESTAMP'
15540     RM='$RM'
15541     ofile='$ofile'
15542
15543
15544
15545
15546 _ACEOF
15547
15548 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15549
15550 # Handling of arguments.
15551 for ac_config_target in $ac_config_targets
15552 do
15553   case $ac_config_target in
15554     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
15555     "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
15556     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15557     "$ac_config_links_1") CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;;
15558     "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
15559     "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
15560     ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
15561     "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
15562     "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
15563
15564   *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15565   esac
15566 done
15567
15568
15569 # If the user did not use the arguments to specify the items to instantiate,
15570 # then the envvar interface is used.  Set only those that are not.
15571 # We use the long form for the default assignment because of an extremely
15572 # bizarre bug on SunOS 4.1.3.
15573 if $ac_need_defaults; then
15574   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15575   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15576   test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
15577   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15578 fi
15579
15580 # Have a temporary directory for convenience.  Make it in the build tree
15581 # simply because there is no reason against having it here, and in addition,
15582 # creating and moving files from /tmp can sometimes cause problems.
15583 # Hook for its removal unless debugging.
15584 # Note that there is a small window in which the directory will not be cleaned:
15585 # after its creation but before its name has been assigned to `$tmp'.
15586 $debug ||
15587 {
15588   tmp=
15589   trap 'exit_status=$?
15590   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15591 ' 0
15592   trap 'as_fn_exit 1' 1 2 13 15
15593 }
15594 # Create a (secure) tmp directory for tmp files.
15595
15596 {
15597   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15598   test -n "$tmp" && test -d "$tmp"
15599 }  ||
15600 {
15601   tmp=./conf$$-$RANDOM
15602   (umask 077 && mkdir "$tmp")
15603 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15604
15605 # Set up the scripts for CONFIG_FILES section.
15606 # No need to generate them if there are no CONFIG_FILES.
15607 # This happens for instance with `./config.status config.h'.
15608 if test -n "$CONFIG_FILES"; then
15609
15610
15611 ac_cr=`echo X | tr X '\015'`
15612 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15613 # But we know of no other shell where ac_cr would be empty at this
15614 # point, so we can use a bashism as a fallback.
15615 if test "x$ac_cr" = x; then
15616   eval ac_cr=\$\'\\r\'
15617 fi
15618 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15619 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15620   ac_cs_awk_cr='\r'
15621 else
15622   ac_cs_awk_cr=$ac_cr
15623 fi
15624
15625 echo 'BEGIN {' >"$tmp/subs1.awk" &&
15626 _ACEOF
15627
15628
15629 {
15630   echo "cat >conf$$subs.awk <<_ACEOF" &&
15631   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15632   echo "_ACEOF"
15633 } >conf$$subs.sh ||
15634   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15635 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15636 ac_delim='%!_!# '
15637 for ac_last_try in false false false false false :; do
15638   . ./conf$$subs.sh ||
15639     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15640
15641   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15642   if test $ac_delim_n = $ac_delim_num; then
15643     break
15644   elif $ac_last_try; then
15645     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15646   else
15647     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15648   fi
15649 done
15650 rm -f conf$$subs.sh
15651
15652 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15653 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15654 _ACEOF
15655 sed -n '
15656 h
15657 s/^/S["/; s/!.*/"]=/
15658 p
15659 g
15660 s/^[^!]*!//
15661 :repl
15662 t repl
15663 s/'"$ac_delim"'$//
15664 t delim
15665 :nl
15666 h
15667 s/\(.\{148\}\).*/\1/
15668 t more1
15669 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15670 p
15671 n
15672 b repl
15673 :more1
15674 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15675 p
15676 g
15677 s/.\{148\}//
15678 t nl
15679 :delim
15680 h
15681 s/\(.\{148\}\).*/\1/
15682 t more2
15683 s/["\\]/\\&/g; s/^/"/; s/$/"/
15684 p
15685 b
15686 :more2
15687 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15688 p
15689 g
15690 s/.\{148\}//
15691 t delim
15692 ' <conf$$subs.awk | sed '
15693 /^[^""]/{
15694   N
15695   s/\n//
15696 }
15697 ' >>$CONFIG_STATUS || ac_write_fail=1
15698 rm -f conf$$subs.awk
15699 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15700 _ACAWK
15701 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15702   for (key in S) S_is_set[key] = 1
15703   FS = "\a"
15704
15705 }
15706 {
15707   line = $ 0
15708   nfields = split(line, field, "@")
15709   substed = 0
15710   len = length(field[1])
15711   for (i = 2; i < nfields; i++) {
15712     key = field[i]
15713     keylen = length(key)
15714     if (S_is_set[key]) {
15715       value = S[key]
15716       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15717       len += length(value) + length(field[++i])
15718       substed = 1
15719     } else
15720       len += 1 + keylen
15721   }
15722
15723   print line
15724 }
15725
15726 _ACAWK
15727 _ACEOF
15728 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15729 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15730   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15731 else
15732   cat
15733 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15734   || as_fn_error "could not setup config files machinery" "$LINENO" 5
15735 _ACEOF
15736
15737 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15738 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15739 # trailing colons and then remove the whole line if VPATH becomes empty
15740 # (actually we leave an empty line to preserve line numbers).
15741 if test "x$srcdir" = x.; then
15742   ac_vpsub='/^[  ]*VPATH[        ]*=/{
15743 s/:*\$(srcdir):*/:/
15744 s/:*\${srcdir}:*/:/
15745 s/:*@srcdir@:*/:/
15746 s/^\([^=]*=[     ]*\):*/\1/
15747 s/:*$//
15748 s/^[^=]*=[       ]*$//
15749 }'
15750 fi
15751
15752 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15753 fi # test -n "$CONFIG_FILES"
15754
15755 # Set up the scripts for CONFIG_HEADERS section.
15756 # No need to generate them if there are no CONFIG_HEADERS.
15757 # This happens for instance with `./config.status Makefile'.
15758 if test -n "$CONFIG_HEADERS"; then
15759 cat >"$tmp/defines.awk" <<\_ACAWK ||
15760 BEGIN {
15761 _ACEOF
15762
15763 # Transform confdefs.h into an awk script `defines.awk', embedded as
15764 # here-document in config.status, that substitutes the proper values into
15765 # config.h.in to produce config.h.
15766
15767 # Create a delimiter string that does not exist in confdefs.h, to ease
15768 # handling of long lines.
15769 ac_delim='%!_!# '
15770 for ac_last_try in false false :; do
15771   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
15772   if test -z "$ac_t"; then
15773     break
15774   elif $ac_last_try; then
15775     as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
15776   else
15777     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15778   fi
15779 done
15780
15781 # For the awk script, D is an array of macro values keyed by name,
15782 # likewise P contains macro parameters if any.  Preserve backslash
15783 # newline sequences.
15784
15785 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15786 sed -n '
15787 s/.\{148\}/&'"$ac_delim"'/g
15788 t rset
15789 :rset
15790 s/^[     ]*#[    ]*define[       ][      ]*/ /
15791 t def
15792 d
15793 :def
15794 s/\\$//
15795 t bsnl
15796 s/["\\]/\\&/g
15797 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
15798 D["\1"]=" \3"/p
15799 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
15800 d
15801 :bsnl
15802 s/["\\]/\\&/g
15803 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
15804 D["\1"]=" \3\\\\\\n"\\/p
15805 t cont
15806 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15807 t cont
15808 d
15809 :cont
15810 n
15811 s/.\{148\}/&'"$ac_delim"'/g
15812 t clear
15813 :clear
15814 s/\\$//
15815 t bsnlc
15816 s/["\\]/\\&/g; s/^/"/; s/$/"/p
15817 d
15818 :bsnlc
15819 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15820 b cont
15821 ' <confdefs.h | sed '
15822 s/'"$ac_delim"'/"\\\
15823 "/g' >>$CONFIG_STATUS || ac_write_fail=1
15824
15825 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15826   for (key in D) D_is_set[key] = 1
15827   FS = "\a"
15828 }
15829 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15830   line = \$ 0
15831   split(line, arg, " ")
15832   if (arg[1] == "#") {
15833     defundef = arg[2]
15834     mac1 = arg[3]
15835   } else {
15836     defundef = substr(arg[1], 2)
15837     mac1 = arg[2]
15838   }
15839   split(mac1, mac2, "(") #)
15840   macro = mac2[1]
15841   prefix = substr(line, 1, index(line, defundef) - 1)
15842   if (D_is_set[macro]) {
15843     # Preserve the white space surrounding the "#".
15844     print prefix "define", macro P[macro] D[macro]
15845     next
15846   } else {
15847     # Replace #undef with comments.  This is necessary, for example,
15848     # in the case of _POSIX_SOURCE, which is predefined and required
15849     # on some systems where configure will not decide to define it.
15850     if (defundef == "undef") {
15851       print "/*", prefix defundef, macro, "*/"
15852       next
15853     }
15854   }
15855 }
15856 { print }
15857 _ACAWK
15858 _ACEOF
15859 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15860   as_fn_error "could not setup config headers machinery" "$LINENO" 5
15861 fi # test -n "$CONFIG_HEADERS"
15862
15863
15864 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS  :L $CONFIG_LINKS  :C $CONFIG_COMMANDS"
15865 shift
15866 for ac_tag
15867 do
15868   case $ac_tag in
15869   :[FHLC]) ac_mode=$ac_tag; continue;;
15870   esac
15871   case $ac_mode$ac_tag in
15872   :[FHL]*:*);;
15873   :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15874   :[FH]-) ac_tag=-:-;;
15875   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15876   esac
15877   ac_save_IFS=$IFS
15878   IFS=:
15879   set x $ac_tag
15880   IFS=$ac_save_IFS
15881   shift
15882   ac_file=$1
15883   shift
15884
15885   case $ac_mode in
15886   :L) ac_source=$1;;
15887   :[FH])
15888     ac_file_inputs=
15889     for ac_f
15890     do
15891       case $ac_f in
15892       -) ac_f="$tmp/stdin";;
15893       *) # Look for the file first in the build tree, then in the source tree
15894          # (if the path is not absolute).  The absolute path cannot be DOS-style,
15895          # because $ac_f cannot contain `:'.
15896          test -f "$ac_f" ||
15897            case $ac_f in
15898            [\\/$]*) false;;
15899            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15900            esac ||
15901            as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15902       esac
15903       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15904       as_fn_append ac_file_inputs " '$ac_f'"
15905     done
15906
15907     # Let's still pretend it is `configure' which instantiates (i.e., don't
15908     # use $as_me), people would be surprised to read:
15909     #    /* config.h.  Generated by config.status.  */
15910     configure_input='Generated from '`
15911           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15912         `' by configure.'
15913     if test x"$ac_file" != x-; then
15914       configure_input="$ac_file.  $configure_input"
15915       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15916 $as_echo "$as_me: creating $ac_file" >&6;}
15917     fi
15918     # Neutralize special characters interpreted by sed in replacement strings.
15919     case $configure_input in #(
15920     *\&* | *\|* | *\\* )
15921        ac_sed_conf_input=`$as_echo "$configure_input" |
15922        sed 's/[\\\\&|]/\\\\&/g'`;; #(
15923     *) ac_sed_conf_input=$configure_input;;
15924     esac
15925
15926     case $ac_tag in
15927     *:-:* | *:-) cat >"$tmp/stdin" \
15928       || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15929     esac
15930     ;;
15931   esac
15932
15933   ac_dir=`$as_dirname -- "$ac_file" ||
15934 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15935          X"$ac_file" : 'X\(//\)[^/]' \| \
15936          X"$ac_file" : 'X\(//\)$' \| \
15937          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15938 $as_echo X"$ac_file" |
15939     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15940             s//\1/
15941             q
15942           }
15943           /^X\(\/\/\)[^/].*/{
15944             s//\1/
15945             q
15946           }
15947           /^X\(\/\/\)$/{
15948             s//\1/
15949             q
15950           }
15951           /^X\(\/\).*/{
15952             s//\1/
15953             q
15954           }
15955           s/.*/./; q'`
15956   as_dir="$ac_dir"; as_fn_mkdir_p
15957   ac_builddir=.
15958
15959 case "$ac_dir" in
15960 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15961 *)
15962   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15963   # A ".." for each directory in $ac_dir_suffix.
15964   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15965   case $ac_top_builddir_sub in
15966   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15967   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15968   esac ;;
15969 esac
15970 ac_abs_top_builddir=$ac_pwd
15971 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15972 # for backward compatibility:
15973 ac_top_builddir=$ac_top_build_prefix
15974
15975 case $srcdir in
15976   .)  # We are building in place.
15977     ac_srcdir=.
15978     ac_top_srcdir=$ac_top_builddir_sub
15979     ac_abs_top_srcdir=$ac_pwd ;;
15980   [\\/]* | ?:[\\/]* )  # Absolute name.
15981     ac_srcdir=$srcdir$ac_dir_suffix;
15982     ac_top_srcdir=$srcdir
15983     ac_abs_top_srcdir=$srcdir ;;
15984   *) # Relative name.
15985     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15986     ac_top_srcdir=$ac_top_build_prefix$srcdir
15987     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15988 esac
15989 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15990
15991
15992   case $ac_mode in
15993   :F)
15994   #
15995   # CONFIG_FILE
15996   #
15997
15998   case $INSTALL in
15999   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
16000   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16001   esac
16002 _ACEOF
16003
16004 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16005 # If the template does not know about datarootdir, expand it.
16006 # FIXME: This hack should be removed a few years after 2.60.
16007 ac_datarootdir_hack=; ac_datarootdir_seen=
16008 ac_sed_dataroot='
16009 /datarootdir/ {
16010   p
16011   q
16012 }
16013 /@datadir@/p
16014 /@docdir@/p
16015 /@infodir@/p
16016 /@localedir@/p
16017 /@mandir@/p'
16018 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16019 *datarootdir*) ac_datarootdir_seen=yes;;
16020 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16021   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16022 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16023 _ACEOF
16024 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16025   ac_datarootdir_hack='
16026   s&@datadir@&$datadir&g
16027   s&@docdir@&$docdir&g
16028   s&@infodir@&$infodir&g
16029   s&@localedir@&$localedir&g
16030   s&@mandir@&$mandir&g
16031   s&\\\${datarootdir}&$datarootdir&g' ;;
16032 esac
16033 _ACEOF
16034
16035 # Neutralize VPATH when `$srcdir' = `.'.
16036 # Shell code in configure.ac might set extrasub.
16037 # FIXME: do we really want to maintain this feature?
16038 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16039 ac_sed_extra="$ac_vpsub
16040 $extrasub
16041 _ACEOF
16042 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16043 :t
16044 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16045 s|@configure_input@|$ac_sed_conf_input|;t t
16046 s&@top_builddir@&$ac_top_builddir_sub&;t t
16047 s&@top_build_prefix@&$ac_top_build_prefix&;t t
16048 s&@srcdir@&$ac_srcdir&;t t
16049 s&@abs_srcdir@&$ac_abs_srcdir&;t t
16050 s&@top_srcdir@&$ac_top_srcdir&;t t
16051 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16052 s&@builddir@&$ac_builddir&;t t
16053 s&@abs_builddir@&$ac_abs_builddir&;t t
16054 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16055 s&@INSTALL@&$ac_INSTALL&;t t
16056 $ac_datarootdir_hack
16057 "
16058 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
16059   || as_fn_error "could not create $ac_file" "$LINENO" 5
16060
16061 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16062   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
16063   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
16064   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16065 which seems to be undefined.  Please make sure it is defined." >&5
16066 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16067 which seems to be undefined.  Please make sure it is defined." >&2;}
16068
16069   rm -f "$tmp/stdin"
16070   case $ac_file in
16071   -) cat "$tmp/out" && rm -f "$tmp/out";;
16072   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
16073   esac \
16074   || as_fn_error "could not create $ac_file" "$LINENO" 5
16075  ;;
16076   :H)
16077   #
16078   # CONFIG_HEADER
16079   #
16080   if test x"$ac_file" != x-; then
16081     {
16082       $as_echo "/* $configure_input  */" \
16083       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
16084     } >"$tmp/config.h" \
16085       || as_fn_error "could not create $ac_file" "$LINENO" 5
16086     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
16087       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16088 $as_echo "$as_me: $ac_file is unchanged" >&6;}
16089     else
16090       rm -f "$ac_file"
16091       mv "$tmp/config.h" "$ac_file" \
16092         || as_fn_error "could not create $ac_file" "$LINENO" 5
16093     fi
16094   else
16095     $as_echo "/* $configure_input  */" \
16096       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
16097       || as_fn_error "could not create -" "$LINENO" 5
16098   fi
16099  ;;
16100   :L)
16101   #
16102   # CONFIG_LINK
16103   #
16104
16105   if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
16106     :
16107   else
16108     # Prefer the file from the source tree if names are identical.
16109     if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
16110       ac_source=$srcdir/$ac_source
16111     fi
16112
16113     { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
16114 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
16115
16116     if test ! -r "$ac_source"; then
16117       as_fn_error "$ac_source: file not found" "$LINENO" 5
16118     fi
16119     rm -f "$ac_file"
16120
16121     # Try a relative symlink, then a hard link, then a copy.
16122     case $srcdir in
16123     [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
16124         *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
16125     esac
16126     ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
16127       ln "$ac_source" "$ac_file" 2>/dev/null ||
16128       cp -p "$ac_source" "$ac_file" ||
16129       as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
16130   fi
16131  ;;
16132   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16133 $as_echo "$as_me: executing $ac_file commands" >&6;}
16134  ;;
16135   esac
16136
16137
16138   case $ac_file$ac_mode in
16139     "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
16140     "libtool":C)
16141
16142     # See if we are running on zsh, and set the options which allow our
16143     # commands through without removal of \ escapes.
16144     if test -n "${ZSH_VERSION+set}" ; then
16145       setopt NO_GLOB_SUBST
16146     fi
16147
16148     cfgfile="${ofile}T"
16149     trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16150     $RM "$cfgfile"
16151
16152     cat <<_LT_EOF >> "$cfgfile"
16153 #! $SHELL
16154
16155 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
16156 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
16157 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16158 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16159 #
16160 #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16161 #                 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
16162 #   Written by Gordon Matzigkeit, 1996
16163 #
16164 #   This file is part of GNU Libtool.
16165 #
16166 # GNU Libtool is free software; you can redistribute it and/or
16167 # modify it under the terms of the GNU General Public License as
16168 # published by the Free Software Foundation; either version 2 of
16169 # the License, or (at your option) any later version.
16170 #
16171 # As a special exception to the GNU General Public License,
16172 # if you distribute this file as part of a program or library that
16173 # is built using GNU Libtool, you may include this file under the
16174 # same distribution terms that you use for the rest of that program.
16175 #
16176 # GNU Libtool is distributed in the hope that it will be useful,
16177 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16178 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16179 # GNU General Public License for more details.
16180 #
16181 # You should have received a copy of the GNU General Public License
16182 # along with GNU Libtool; see the file COPYING.  If not, a copy
16183 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16184 # obtained by writing to the Free Software Foundation, Inc.,
16185 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16186
16187
16188 # The names of the tagged configurations supported by this script.
16189 available_tags=""
16190
16191 # ### BEGIN LIBTOOL CONFIG
16192
16193 # Which release of libtool.m4 was used?
16194 macro_version=$macro_version
16195 macro_revision=$macro_revision
16196
16197 # Whether or not to build shared libraries.
16198 build_libtool_libs=$enable_shared
16199
16200 # Whether or not to build static libraries.
16201 build_old_libs=$enable_static
16202
16203 # What type of objects to build.
16204 pic_mode=$pic_mode
16205
16206 # Whether or not to optimize for fast installation.
16207 fast_install=$enable_fast_install
16208
16209 # Shell to use when invoking shell scripts.
16210 SHELL=$lt_SHELL
16211
16212 # An echo program that protects backslashes.
16213 ECHO=$lt_ECHO
16214
16215 # The host system.
16216 host_alias=$host_alias
16217 host=$host
16218 host_os=$host_os
16219
16220 # The build system.
16221 build_alias=$build_alias
16222 build=$build
16223 build_os=$build_os
16224
16225 # A sed program that does not truncate output.
16226 SED=$lt_SED
16227
16228 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
16229 Xsed="\$SED -e 1s/^X//"
16230
16231 # A grep program that handles long lines.
16232 GREP=$lt_GREP
16233
16234 # An ERE matcher.
16235 EGREP=$lt_EGREP
16236
16237 # A literal string matcher.
16238 FGREP=$lt_FGREP
16239
16240 # A BSD- or MS-compatible name lister.
16241 NM=$lt_NM
16242
16243 # Whether we need soft or hard links.
16244 LN_S=$lt_LN_S
16245
16246 # What is the maximum length of a command?
16247 max_cmd_len=$max_cmd_len
16248
16249 # Object file suffix (normally "o").
16250 objext=$ac_objext
16251
16252 # Executable file suffix (normally "").
16253 exeext=$exeext
16254
16255 # whether the shell understands "unset".
16256 lt_unset=$lt_unset
16257
16258 # turn spaces into newlines.
16259 SP2NL=$lt_lt_SP2NL
16260
16261 # turn newlines into spaces.
16262 NL2SP=$lt_lt_NL2SP
16263
16264 # An object symbol dumper.
16265 OBJDUMP=$lt_OBJDUMP
16266
16267 # Method to check whether dependent libraries are shared objects.
16268 deplibs_check_method=$lt_deplibs_check_method
16269
16270 # Command to use when deplibs_check_method == "file_magic".
16271 file_magic_cmd=$lt_file_magic_cmd
16272
16273 # The archiver.
16274 AR=$lt_AR
16275 AR_FLAGS=$lt_AR_FLAGS
16276
16277 # A symbol stripping program.
16278 STRIP=$lt_STRIP
16279
16280 # Commands used to install an old-style archive.
16281 RANLIB=$lt_RANLIB
16282 old_postinstall_cmds=$lt_old_postinstall_cmds
16283 old_postuninstall_cmds=$lt_old_postuninstall_cmds
16284
16285 # Whether to use a lock for old archive extraction.
16286 lock_old_archive_extraction=$lock_old_archive_extraction
16287
16288 # A C compiler.
16289 LTCC=$lt_CC
16290
16291 # LTCC compiler flags.
16292 LTCFLAGS=$lt_CFLAGS
16293
16294 # Take the output of nm and produce a listing of raw symbols and C names.
16295 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16296
16297 # Transform the output of nm in a proper C declaration.
16298 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16299
16300 # Transform the output of nm in a C name address pair.
16301 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16302
16303 # Transform the output of nm in a C name address pair when lib prefix is needed.
16304 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16305
16306 # The name of the directory that contains temporary libtool files.
16307 objdir=$objdir
16308
16309 # Used to examine libraries when file_magic_cmd begins with "file".
16310 MAGIC_CMD=$MAGIC_CMD
16311
16312 # Must we lock files when doing compilation?
16313 need_locks=$lt_need_locks
16314
16315 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16316 DSYMUTIL=$lt_DSYMUTIL
16317
16318 # Tool to change global to local symbols on Mac OS X.
16319 NMEDIT=$lt_NMEDIT
16320
16321 # Tool to manipulate fat objects and archives on Mac OS X.
16322 LIPO=$lt_LIPO
16323
16324 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
16325 OTOOL=$lt_OTOOL
16326
16327 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16328 OTOOL64=$lt_OTOOL64
16329
16330 # Old archive suffix (normally "a").
16331 libext=$libext
16332
16333 # Shared library suffix (normally ".so").
16334 shrext_cmds=$lt_shrext_cmds
16335
16336 # The commands to extract the exported symbol list from a shared archive.
16337 extract_expsyms_cmds=$lt_extract_expsyms_cmds
16338
16339 # Variables whose values should be saved in libtool wrapper scripts and
16340 # restored at link time.
16341 variables_saved_for_relink=$lt_variables_saved_for_relink
16342
16343 # Do we need the "lib" prefix for modules?
16344 need_lib_prefix=$need_lib_prefix
16345
16346 # Do we need a version for libraries?
16347 need_version=$need_version
16348
16349 # Library versioning type.
16350 version_type=$version_type
16351
16352 # Shared library runtime path variable.
16353 runpath_var=$runpath_var
16354
16355 # Shared library path variable.
16356 shlibpath_var=$shlibpath_var
16357
16358 # Is shlibpath searched before the hard-coded library search path?
16359 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16360
16361 # Format of library name prefix.
16362 libname_spec=$lt_libname_spec
16363
16364 # List of archive names.  First name is the real one, the rest are links.
16365 # The last name is the one that the linker finds with -lNAME
16366 library_names_spec=$lt_library_names_spec
16367
16368 # The coded name of the library, if different from the real name.
16369 soname_spec=$lt_soname_spec
16370
16371 # Permission mode override for installation of shared libraries.
16372 install_override_mode=$lt_install_override_mode
16373
16374 # Command to use after installation of a shared archive.
16375 postinstall_cmds=$lt_postinstall_cmds
16376
16377 # Command to use after uninstallation of a shared archive.
16378 postuninstall_cmds=$lt_postuninstall_cmds
16379
16380 # Commands used to finish a libtool library installation in a directory.
16381 finish_cmds=$lt_finish_cmds
16382
16383 # As "finish_cmds", except a single script fragment to be evaled but
16384 # not shown.
16385 finish_eval=$lt_finish_eval
16386
16387 # Whether we should hardcode library paths into libraries.
16388 hardcode_into_libs=$hardcode_into_libs
16389
16390 # Compile-time system search path for libraries.
16391 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16392
16393 # Run-time system search path for libraries.
16394 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16395
16396 # Whether dlopen is supported.
16397 dlopen_support=$enable_dlopen
16398
16399 # Whether dlopen of programs is supported.
16400 dlopen_self=$enable_dlopen_self
16401
16402 # Whether dlopen of statically linked programs is supported.
16403 dlopen_self_static=$enable_dlopen_self_static
16404
16405 # Commands to strip libraries.
16406 old_striplib=$lt_old_striplib
16407 striplib=$lt_striplib
16408
16409
16410 # The linker used to build libraries.
16411 LD=$lt_LD
16412
16413 # How to create reloadable object files.
16414 reload_flag=$lt_reload_flag
16415 reload_cmds=$lt_reload_cmds
16416
16417 # Commands used to build an old-style archive.
16418 old_archive_cmds=$lt_old_archive_cmds
16419
16420 # A language specific compiler.
16421 CC=$lt_compiler
16422
16423 # Is the compiler the GNU compiler?
16424 with_gcc=$GCC
16425
16426 # Compiler flag to turn off builtin functions.
16427 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16428
16429 # How to pass a linker flag through the compiler.
16430 wl=$lt_lt_prog_compiler_wl
16431
16432 # Additional compiler flags for building library objects.
16433 pic_flag=$lt_lt_prog_compiler_pic
16434
16435 # Compiler flag to prevent dynamic linking.
16436 link_static_flag=$lt_lt_prog_compiler_static
16437
16438 # Does compiler simultaneously support -c and -o options?
16439 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16440
16441 # Whether or not to add -lc for building shared libraries.
16442 build_libtool_need_lc=$archive_cmds_need_lc
16443
16444 # Whether or not to disallow shared libs when runtime libs are static.
16445 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16446
16447 # Compiler flag to allow reflexive dlopens.
16448 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16449
16450 # Compiler flag to generate shared objects directly from archives.
16451 whole_archive_flag_spec=$lt_whole_archive_flag_spec
16452
16453 # Whether the compiler copes with passing no objects directly.
16454 compiler_needs_object=$lt_compiler_needs_object
16455
16456 # Create an old-style archive from a shared archive.
16457 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16458
16459 # Create a temporary old-style archive to link instead of a shared archive.
16460 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16461
16462 # Commands used to build a shared archive.
16463 archive_cmds=$lt_archive_cmds
16464 archive_expsym_cmds=$lt_archive_expsym_cmds
16465
16466 # Commands used to build a loadable module if different from building
16467 # a shared archive.
16468 module_cmds=$lt_module_cmds
16469 module_expsym_cmds=$lt_module_expsym_cmds
16470
16471 # Whether we are building with GNU ld or not.
16472 with_gnu_ld=$lt_with_gnu_ld
16473
16474 # Flag that allows shared libraries with undefined symbols to be built.
16475 allow_undefined_flag=$lt_allow_undefined_flag
16476
16477 # Flag that enforces no undefined symbols.
16478 no_undefined_flag=$lt_no_undefined_flag
16479
16480 # Flag to hardcode \$libdir into a binary during linking.
16481 # This must work even if \$libdir does not exist
16482 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16483
16484 # If ld is used when linking, flag to hardcode \$libdir into a binary
16485 # during linking.  This must work even if \$libdir does not exist.
16486 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16487
16488 # Whether we need a single "-rpath" flag with a separated argument.
16489 hardcode_libdir_separator=$lt_hardcode_libdir_separator
16490
16491 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16492 # DIR into the resulting binary.
16493 hardcode_direct=$hardcode_direct
16494
16495 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16496 # DIR into the resulting binary and the resulting library dependency is
16497 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16498 # library is relocated.
16499 hardcode_direct_absolute=$hardcode_direct_absolute
16500
16501 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16502 # into the resulting binary.
16503 hardcode_minus_L=$hardcode_minus_L
16504
16505 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16506 # into the resulting binary.
16507 hardcode_shlibpath_var=$hardcode_shlibpath_var
16508
16509 # Set to "yes" if building a shared library automatically hardcodes DIR
16510 # into the library and all subsequent libraries and executables linked
16511 # against it.
16512 hardcode_automatic=$hardcode_automatic
16513
16514 # Set to yes if linker adds runtime paths of dependent libraries
16515 # to runtime path list.
16516 inherit_rpath=$inherit_rpath
16517
16518 # Whether libtool must link a program against all its dependency libraries.
16519 link_all_deplibs=$link_all_deplibs
16520
16521 # Fix the shell variable \$srcfile for the compiler.
16522 fix_srcfile_path=$lt_fix_srcfile_path
16523
16524 # Set to "yes" if exported symbols are required.
16525 always_export_symbols=$always_export_symbols
16526
16527 # The commands to list exported symbols.
16528 export_symbols_cmds=$lt_export_symbols_cmds
16529
16530 # Symbols that should not be listed in the preloaded symbols.
16531 exclude_expsyms=$lt_exclude_expsyms
16532
16533 # Symbols that must always be exported.
16534 include_expsyms=$lt_include_expsyms
16535
16536 # Commands necessary for linking programs (against libraries) with templates.
16537 prelink_cmds=$lt_prelink_cmds
16538
16539 # Specify filename containing input files.
16540 file_list_spec=$lt_file_list_spec
16541
16542 # How to hardcode a shared library path into an executable.
16543 hardcode_action=$hardcode_action
16544
16545 # ### END LIBTOOL CONFIG
16546
16547 _LT_EOF
16548
16549   case $host_os in
16550   aix3*)
16551     cat <<\_LT_EOF >> "$cfgfile"
16552 # AIX sometimes has problems with the GCC collect2 program.  For some
16553 # reason, if we set the COLLECT_NAMES environment variable, the problems
16554 # vanish in a puff of smoke.
16555 if test "X${COLLECT_NAMES+set}" != Xset; then
16556   COLLECT_NAMES=
16557   export COLLECT_NAMES
16558 fi
16559 _LT_EOF
16560     ;;
16561   esac
16562
16563
16564 ltmain="$ac_aux_dir/ltmain.sh"
16565
16566
16567   # We use sed instead of cat because bash on DJGPP gets confused if
16568   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
16569   # text mode, it properly converts lines to CR/LF.  This bash problem
16570   # is reportedly fixed, but why not run on old versions too?
16571   sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16572     || (rm -f "$cfgfile"; exit 1)
16573
16574   case $xsi_shell in
16575   yes)
16576     cat << \_LT_EOF >> "$cfgfile"
16577
16578 # func_dirname file append nondir_replacement
16579 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
16580 # otherwise set result to NONDIR_REPLACEMENT.
16581 func_dirname ()
16582 {
16583   case ${1} in
16584     */*) func_dirname_result="${1%/*}${2}" ;;
16585     *  ) func_dirname_result="${3}" ;;
16586   esac
16587 }
16588
16589 # func_basename file
16590 func_basename ()
16591 {
16592   func_basename_result="${1##*/}"
16593 }
16594
16595 # func_dirname_and_basename file append nondir_replacement
16596 # perform func_basename and func_dirname in a single function
16597 # call:
16598 #   dirname:  Compute the dirname of FILE.  If nonempty,
16599 #             add APPEND to the result, otherwise set result
16600 #             to NONDIR_REPLACEMENT.
16601 #             value returned in "$func_dirname_result"
16602 #   basename: Compute filename of FILE.
16603 #             value retuned in "$func_basename_result"
16604 # Implementation must be kept synchronized with func_dirname
16605 # and func_basename. For efficiency, we do not delegate to
16606 # those functions but instead duplicate the functionality here.
16607 func_dirname_and_basename ()
16608 {
16609   case ${1} in
16610     */*) func_dirname_result="${1%/*}${2}" ;;
16611     *  ) func_dirname_result="${3}" ;;
16612   esac
16613   func_basename_result="${1##*/}"
16614 }
16615
16616 # func_stripname prefix suffix name
16617 # strip PREFIX and SUFFIX off of NAME.
16618 # PREFIX and SUFFIX must not contain globbing or regex special
16619 # characters, hashes, percent signs, but SUFFIX may contain a leading
16620 # dot (in which case that matches only a dot).
16621 func_stripname ()
16622 {
16623   # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16624   # positional parameters, so assign one to ordinary parameter first.
16625   func_stripname_result=${3}
16626   func_stripname_result=${func_stripname_result#"${1}"}
16627   func_stripname_result=${func_stripname_result%"${2}"}
16628 }
16629
16630 # func_opt_split
16631 func_opt_split ()
16632 {
16633   func_opt_split_opt=${1%%=*}
16634   func_opt_split_arg=${1#*=}
16635 }
16636
16637 # func_lo2o object
16638 func_lo2o ()
16639 {
16640   case ${1} in
16641     *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16642     *)    func_lo2o_result=${1} ;;
16643   esac
16644 }
16645
16646 # func_xform libobj-or-source
16647 func_xform ()
16648 {
16649   func_xform_result=${1%.*}.lo
16650 }
16651
16652 # func_arith arithmetic-term...
16653 func_arith ()
16654 {
16655   func_arith_result=$(( $* ))
16656 }
16657
16658 # func_len string
16659 # STRING may not start with a hyphen.
16660 func_len ()
16661 {
16662   func_len_result=${#1}
16663 }
16664
16665 _LT_EOF
16666     ;;
16667   *) # Bourne compatible functions.
16668     cat << \_LT_EOF >> "$cfgfile"
16669
16670 # func_dirname file append nondir_replacement
16671 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
16672 # otherwise set result to NONDIR_REPLACEMENT.
16673 func_dirname ()
16674 {
16675   # Extract subdirectory from the argument.
16676   func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16677   if test "X$func_dirname_result" = "X${1}"; then
16678     func_dirname_result="${3}"
16679   else
16680     func_dirname_result="$func_dirname_result${2}"
16681   fi
16682 }
16683
16684 # func_basename file
16685 func_basename ()
16686 {
16687   func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16688 }
16689
16690
16691 # func_stripname prefix suffix name
16692 # strip PREFIX and SUFFIX off of NAME.
16693 # PREFIX and SUFFIX must not contain globbing or regex special
16694 # characters, hashes, percent signs, but SUFFIX may contain a leading
16695 # dot (in which case that matches only a dot).
16696 # func_strip_suffix prefix name
16697 func_stripname ()
16698 {
16699   case ${2} in
16700     .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16701     *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16702   esac
16703 }
16704
16705 # sed scripts:
16706 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16707 my_sed_long_arg='1s/^-[^=]*=//'
16708
16709 # func_opt_split
16710 func_opt_split ()
16711 {
16712   func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16713   func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16714 }
16715
16716 # func_lo2o object
16717 func_lo2o ()
16718 {
16719   func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16720 }
16721
16722 # func_xform libobj-or-source
16723 func_xform ()
16724 {
16725   func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16726 }
16727
16728 # func_arith arithmetic-term...
16729 func_arith ()
16730 {
16731   func_arith_result=`expr "$@"`
16732 }
16733
16734 # func_len string
16735 # STRING may not start with a hyphen.
16736 func_len ()
16737 {
16738   func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16739 }
16740
16741 _LT_EOF
16742 esac
16743
16744 case $lt_shell_append in
16745   yes)
16746     cat << \_LT_EOF >> "$cfgfile"
16747
16748 # func_append var value
16749 # Append VALUE to the end of shell variable VAR.
16750 func_append ()
16751 {
16752   eval "$1+=\$2"
16753 }
16754 _LT_EOF
16755     ;;
16756   *)
16757     cat << \_LT_EOF >> "$cfgfile"
16758
16759 # func_append var value
16760 # Append VALUE to the end of shell variable VAR.
16761 func_append ()
16762 {
16763   eval "$1=\$$1\$2"
16764 }
16765
16766 _LT_EOF
16767     ;;
16768   esac
16769
16770
16771   sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16772     || (rm -f "$cfgfile"; exit 1)
16773
16774   mv -f "$cfgfile" "$ofile" ||
16775     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16776   chmod +x "$ofile"
16777
16778  ;;
16779     "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
16780  rm -f Makesim1.tmp Makesim2.tmp Makefile
16781  sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
16782  sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
16783  sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
16784         -e '/^## COMMON_POST_/ r Makesim2.tmp' \
16785         <Makefile.sim >Makefile
16786  rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
16787  ;;
16788     "stamp-h":C) echo > stamp-h ;;
16789
16790   esac
16791 done # for ac_tag
16792
16793
16794 as_fn_exit 0
16795 _ACEOF
16796 ac_clean_files=$ac_clean_files_save
16797
16798 test $ac_write_fail = 0 ||
16799   as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
16800
16801
16802 # configure is writing to config.log, and then calls config.status.
16803 # config.status does its own redirection, appending to config.log.
16804 # Unfortunately, on DOS this fails, as config.log is still kept open
16805 # by configure, so config.status won't be able to write to it; its
16806 # output is simply discarded.  So we exec the FD to /dev/null,
16807 # effectively closing config.log, so it can be properly (re)opened and
16808 # appended to by config.status.  When coming back to configure, we
16809 # need to make the FD available again.
16810 if test "$no_create" != yes; then
16811   ac_cs_success=:
16812   ac_config_status_args=
16813   test "$silent" = yes &&
16814     ac_config_status_args="$ac_config_status_args --quiet"
16815   exec 5>/dev/null
16816   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16817   exec 5>>config.log
16818   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16819   # would make configure fail if this is the last instruction.
16820   $ac_cs_success || as_fn_exit $?
16821 fi
16822 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16823   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16824 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16825 fi
16826
16827