acd36b23d47b00046fb4f12dc10238b0529cc7a7
[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_smp
780 enable_sim_hardware
781 with_x
782 '
783       ac_precious_vars='build_alias
784 host_alias
785 target_alias
786 CC
787 CFLAGS
788 LDFLAGS
789 LIBS
790 CPPFLAGS
791 CPP
792 XMKMF'
793
794
795 # Initialize some variables set by options.
796 ac_init_help=
797 ac_init_version=false
798 ac_unrecognized_opts=
799 ac_unrecognized_sep=
800 # The variables have the same names as the options, with
801 # dashes changed to underlines.
802 cache_file=/dev/null
803 exec_prefix=NONE
804 no_create=
805 no_recursion=
806 prefix=NONE
807 program_prefix=NONE
808 program_suffix=NONE
809 program_transform_name=s,x,x,
810 silent=
811 site=
812 srcdir=
813 verbose=
814 x_includes=NONE
815 x_libraries=NONE
816
817 # Installation directory options.
818 # These are left unexpanded so users can "make install exec_prefix=/foo"
819 # and all the variables that are supposed to be based on exec_prefix
820 # by default will actually change.
821 # Use braces instead of parens because sh, perl, etc. also accept them.
822 # (The list follows the same order as the GNU Coding Standards.)
823 bindir='${exec_prefix}/bin'
824 sbindir='${exec_prefix}/sbin'
825 libexecdir='${exec_prefix}/libexec'
826 datarootdir='${prefix}/share'
827 datadir='${datarootdir}'
828 sysconfdir='${prefix}/etc'
829 sharedstatedir='${prefix}/com'
830 localstatedir='${prefix}/var'
831 includedir='${prefix}/include'
832 oldincludedir='/usr/include'
833 docdir='${datarootdir}/doc/${PACKAGE}'
834 infodir='${datarootdir}/info'
835 htmldir='${docdir}'
836 dvidir='${docdir}'
837 pdfdir='${docdir}'
838 psdir='${docdir}'
839 libdir='${exec_prefix}/lib'
840 localedir='${datarootdir}/locale'
841 mandir='${datarootdir}/man'
842
843 ac_prev=
844 ac_dashdash=
845 for ac_option
846 do
847   # If the previous option needs an argument, assign it.
848   if test -n "$ac_prev"; then
849     eval $ac_prev=\$ac_option
850     ac_prev=
851     continue
852   fi
853
854   case $ac_option in
855   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
856   *)    ac_optarg=yes ;;
857   esac
858
859   # Accept the important Cygnus configure options, so we can diagnose typos.
860
861   case $ac_dashdash$ac_option in
862   --)
863     ac_dashdash=yes ;;
864
865   -bindir | --bindir | --bindi | --bind | --bin | --bi)
866     ac_prev=bindir ;;
867   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
868     bindir=$ac_optarg ;;
869
870   -build | --build | --buil | --bui | --bu)
871     ac_prev=build_alias ;;
872   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
873     build_alias=$ac_optarg ;;
874
875   -cache-file | --cache-file | --cache-fil | --cache-fi \
876   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
877     ac_prev=cache_file ;;
878   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
879   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
880     cache_file=$ac_optarg ;;
881
882   --config-cache | -C)
883     cache_file=config.cache ;;
884
885   -datadir | --datadir | --datadi | --datad)
886     ac_prev=datadir ;;
887   -datadir=* | --datadir=* | --datadi=* | --datad=*)
888     datadir=$ac_optarg ;;
889
890   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
891   | --dataroo | --dataro | --datar)
892     ac_prev=datarootdir ;;
893   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
894   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
895     datarootdir=$ac_optarg ;;
896
897   -disable-* | --disable-*)
898     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
899     # Reject names that are not valid shell variable names.
900     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
901       as_fn_error "invalid feature name: $ac_useropt"
902     ac_useropt_orig=$ac_useropt
903     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
904     case $ac_user_opts in
905       *"
906 "enable_$ac_useropt"
907 "*) ;;
908       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
909          ac_unrecognized_sep=', ';;
910     esac
911     eval enable_$ac_useropt=no ;;
912
913   -docdir | --docdir | --docdi | --doc | --do)
914     ac_prev=docdir ;;
915   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
916     docdir=$ac_optarg ;;
917
918   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
919     ac_prev=dvidir ;;
920   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
921     dvidir=$ac_optarg ;;
922
923   -enable-* | --enable-*)
924     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
925     # Reject names that are not valid shell variable names.
926     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
927       as_fn_error "invalid feature name: $ac_useropt"
928     ac_useropt_orig=$ac_useropt
929     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
930     case $ac_user_opts in
931       *"
932 "enable_$ac_useropt"
933 "*) ;;
934       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
935          ac_unrecognized_sep=', ';;
936     esac
937     eval enable_$ac_useropt=\$ac_optarg ;;
938
939   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
940   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
941   | --exec | --exe | --ex)
942     ac_prev=exec_prefix ;;
943   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
944   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
945   | --exec=* | --exe=* | --ex=*)
946     exec_prefix=$ac_optarg ;;
947
948   -gas | --gas | --ga | --g)
949     # Obsolete; use --with-gas.
950     with_gas=yes ;;
951
952   -help | --help | --hel | --he | -h)
953     ac_init_help=long ;;
954   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
955     ac_init_help=recursive ;;
956   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
957     ac_init_help=short ;;
958
959   -host | --host | --hos | --ho)
960     ac_prev=host_alias ;;
961   -host=* | --host=* | --hos=* | --ho=*)
962     host_alias=$ac_optarg ;;
963
964   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
965     ac_prev=htmldir ;;
966   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
967   | --ht=*)
968     htmldir=$ac_optarg ;;
969
970   -includedir | --includedir | --includedi | --included | --include \
971   | --includ | --inclu | --incl | --inc)
972     ac_prev=includedir ;;
973   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
974   | --includ=* | --inclu=* | --incl=* | --inc=*)
975     includedir=$ac_optarg ;;
976
977   -infodir | --infodir | --infodi | --infod | --info | --inf)
978     ac_prev=infodir ;;
979   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
980     infodir=$ac_optarg ;;
981
982   -libdir | --libdir | --libdi | --libd)
983     ac_prev=libdir ;;
984   -libdir=* | --libdir=* | --libdi=* | --libd=*)
985     libdir=$ac_optarg ;;
986
987   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
988   | --libexe | --libex | --libe)
989     ac_prev=libexecdir ;;
990   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
991   | --libexe=* | --libex=* | --libe=*)
992     libexecdir=$ac_optarg ;;
993
994   -localedir | --localedir | --localedi | --localed | --locale)
995     ac_prev=localedir ;;
996   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
997     localedir=$ac_optarg ;;
998
999   -localstatedir | --localstatedir | --localstatedi | --localstated \
1000   | --localstate | --localstat | --localsta | --localst | --locals)
1001     ac_prev=localstatedir ;;
1002   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1003   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1004     localstatedir=$ac_optarg ;;
1005
1006   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1007     ac_prev=mandir ;;
1008   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1009     mandir=$ac_optarg ;;
1010
1011   -nfp | --nfp | --nf)
1012     # Obsolete; use --without-fp.
1013     with_fp=no ;;
1014
1015   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1016   | --no-cr | --no-c | -n)
1017     no_create=yes ;;
1018
1019   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1020   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1021     no_recursion=yes ;;
1022
1023   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1024   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1025   | --oldin | --oldi | --old | --ol | --o)
1026     ac_prev=oldincludedir ;;
1027   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1028   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1029   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1030     oldincludedir=$ac_optarg ;;
1031
1032   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1033     ac_prev=prefix ;;
1034   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1035     prefix=$ac_optarg ;;
1036
1037   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1038   | --program-pre | --program-pr | --program-p)
1039     ac_prev=program_prefix ;;
1040   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1041   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1042     program_prefix=$ac_optarg ;;
1043
1044   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1045   | --program-suf | --program-su | --program-s)
1046     ac_prev=program_suffix ;;
1047   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1048   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1049     program_suffix=$ac_optarg ;;
1050
1051   -program-transform-name | --program-transform-name \
1052   | --program-transform-nam | --program-transform-na \
1053   | --program-transform-n | --program-transform- \
1054   | --program-transform | --program-transfor \
1055   | --program-transfo | --program-transf \
1056   | --program-trans | --program-tran \
1057   | --progr-tra | --program-tr | --program-t)
1058     ac_prev=program_transform_name ;;
1059   -program-transform-name=* | --program-transform-name=* \
1060   | --program-transform-nam=* | --program-transform-na=* \
1061   | --program-transform-n=* | --program-transform-=* \
1062   | --program-transform=* | --program-transfor=* \
1063   | --program-transfo=* | --program-transf=* \
1064   | --program-trans=* | --program-tran=* \
1065   | --progr-tra=* | --program-tr=* | --program-t=*)
1066     program_transform_name=$ac_optarg ;;
1067
1068   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1069     ac_prev=pdfdir ;;
1070   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1071     pdfdir=$ac_optarg ;;
1072
1073   -psdir | --psdir | --psdi | --psd | --ps)
1074     ac_prev=psdir ;;
1075   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1076     psdir=$ac_optarg ;;
1077
1078   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1079   | -silent | --silent | --silen | --sile | --sil)
1080     silent=yes ;;
1081
1082   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1083     ac_prev=sbindir ;;
1084   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1085   | --sbi=* | --sb=*)
1086     sbindir=$ac_optarg ;;
1087
1088   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1089   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1090   | --sharedst | --shareds | --shared | --share | --shar \
1091   | --sha | --sh)
1092     ac_prev=sharedstatedir ;;
1093   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1094   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1095   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1096   | --sha=* | --sh=*)
1097     sharedstatedir=$ac_optarg ;;
1098
1099   -site | --site | --sit)
1100     ac_prev=site ;;
1101   -site=* | --site=* | --sit=*)
1102     site=$ac_optarg ;;
1103
1104   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1105     ac_prev=srcdir ;;
1106   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1107     srcdir=$ac_optarg ;;
1108
1109   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1110   | --syscon | --sysco | --sysc | --sys | --sy)
1111     ac_prev=sysconfdir ;;
1112   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1113   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1114     sysconfdir=$ac_optarg ;;
1115
1116   -target | --target | --targe | --targ | --tar | --ta | --t)
1117     ac_prev=target_alias ;;
1118   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1119     target_alias=$ac_optarg ;;
1120
1121   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1122     verbose=yes ;;
1123
1124   -version | --version | --versio | --versi | --vers | -V)
1125     ac_init_version=: ;;
1126
1127   -with-* | --with-*)
1128     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1129     # Reject names that are not valid shell variable names.
1130     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1131       as_fn_error "invalid package name: $ac_useropt"
1132     ac_useropt_orig=$ac_useropt
1133     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1134     case $ac_user_opts in
1135       *"
1136 "with_$ac_useropt"
1137 "*) ;;
1138       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1139          ac_unrecognized_sep=', ';;
1140     esac
1141     eval with_$ac_useropt=\$ac_optarg ;;
1142
1143   -without-* | --without-*)
1144     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1145     # Reject names that are not valid shell variable names.
1146     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1147       as_fn_error "invalid package name: $ac_useropt"
1148     ac_useropt_orig=$ac_useropt
1149     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1150     case $ac_user_opts in
1151       *"
1152 "with_$ac_useropt"
1153 "*) ;;
1154       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1155          ac_unrecognized_sep=', ';;
1156     esac
1157     eval with_$ac_useropt=no ;;
1158
1159   --x)
1160     # Obsolete; use --with-x.
1161     with_x=yes ;;
1162
1163   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1164   | --x-incl | --x-inc | --x-in | --x-i)
1165     ac_prev=x_includes ;;
1166   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1167   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1168     x_includes=$ac_optarg ;;
1169
1170   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1171   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1172     ac_prev=x_libraries ;;
1173   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1174   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1175     x_libraries=$ac_optarg ;;
1176
1177   -*) as_fn_error "unrecognized option: \`$ac_option'
1178 Try \`$0 --help' for more information."
1179     ;;
1180
1181   *=*)
1182     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1183     # Reject names that are not valid shell variable names.
1184     case $ac_envvar in #(
1185       '' | [0-9]* | *[!_$as_cr_alnum]* )
1186       as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1187     esac
1188     eval $ac_envvar=\$ac_optarg
1189     export $ac_envvar ;;
1190
1191   *)
1192     # FIXME: should be removed in autoconf 3.0.
1193     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1194     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1195       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1196     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1197     ;;
1198
1199   esac
1200 done
1201
1202 if test -n "$ac_prev"; then
1203   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1204   as_fn_error "missing argument to $ac_option"
1205 fi
1206
1207 if test -n "$ac_unrecognized_opts"; then
1208   case $enable_option_checking in
1209     no) ;;
1210     fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1211     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1212   esac
1213 fi
1214
1215 # Check all directory arguments for consistency.
1216 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1217                 datadir sysconfdir sharedstatedir localstatedir includedir \
1218                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1219                 libdir localedir mandir
1220 do
1221   eval ac_val=\$$ac_var
1222   # Remove trailing slashes.
1223   case $ac_val in
1224     */ )
1225       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1226       eval $ac_var=\$ac_val;;
1227   esac
1228   # Be sure to have absolute directory names.
1229   case $ac_val in
1230     [\\/$]* | ?:[\\/]* )  continue;;
1231     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1232   esac
1233   as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1234 done
1235
1236 # There might be people who depend on the old broken behavior: `$host'
1237 # used to hold the argument of --host etc.
1238 # FIXME: To remove some day.
1239 build=$build_alias
1240 host=$host_alias
1241 target=$target_alias
1242
1243 # FIXME: To remove some day.
1244 if test "x$host_alias" != x; then
1245   if test "x$build_alias" = x; then
1246     cross_compiling=maybe
1247     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1248     If a cross compiler is detected then cross compile mode will be used." >&2
1249   elif test "x$build_alias" != "x$host_alias"; then
1250     cross_compiling=yes
1251   fi
1252 fi
1253
1254 ac_tool_prefix=
1255 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1256
1257 test "$silent" = yes && exec 6>/dev/null
1258
1259
1260 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1261 ac_ls_di=`ls -di .` &&
1262 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1263   as_fn_error "working directory cannot be determined"
1264 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1265   as_fn_error "pwd does not report name of working directory"
1266
1267
1268 # Find the source files, if location was not specified.
1269 if test -z "$srcdir"; then
1270   ac_srcdir_defaulted=yes
1271   # Try the directory containing this script, then the parent directory.
1272   ac_confdir=`$as_dirname -- "$as_myself" ||
1273 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1274          X"$as_myself" : 'X\(//\)[^/]' \| \
1275          X"$as_myself" : 'X\(//\)$' \| \
1276          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1277 $as_echo X"$as_myself" |
1278     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1279             s//\1/
1280             q
1281           }
1282           /^X\(\/\/\)[^/].*/{
1283             s//\1/
1284             q
1285           }
1286           /^X\(\/\/\)$/{
1287             s//\1/
1288             q
1289           }
1290           /^X\(\/\).*/{
1291             s//\1/
1292             q
1293           }
1294           s/.*/./; q'`
1295   srcdir=$ac_confdir
1296   if test ! -r "$srcdir/$ac_unique_file"; then
1297     srcdir=..
1298   fi
1299 else
1300   ac_srcdir_defaulted=no
1301 fi
1302 if test ! -r "$srcdir/$ac_unique_file"; then
1303   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1304   as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1305 fi
1306 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1307 ac_abs_confdir=`(
1308         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1309         pwd)`
1310 # When building in place, set srcdir=.
1311 if test "$ac_abs_confdir" = "$ac_pwd"; then
1312   srcdir=.
1313 fi
1314 # Remove unnecessary trailing slashes from srcdir.
1315 # Double slashes in file names in object file debugging info
1316 # mess up M-x gdb in Emacs.
1317 case $srcdir in
1318 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1319 esac
1320 for ac_var in $ac_precious_vars; do
1321   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1322   eval ac_env_${ac_var}_value=\$${ac_var}
1323   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1324   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1325 done
1326
1327 #
1328 # Report the --help message.
1329 #
1330 if test "$ac_init_help" = "long"; then
1331   # Omit some internal or obsolete options to make the list less imposing.
1332   # This message is too long to be a string in the A/UX 3.1 sh.
1333   cat <<_ACEOF
1334 \`configure' configures this package to adapt to many kinds of systems.
1335
1336 Usage: $0 [OPTION]... [VAR=VALUE]...
1337
1338 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1339 VAR=VALUE.  See below for descriptions of some of the useful variables.
1340
1341 Defaults for the options are specified in brackets.
1342
1343 Configuration:
1344   -h, --help              display this help and exit
1345       --help=short        display options specific to this package
1346       --help=recursive    display the short help of all the included packages
1347   -V, --version           display version information and exit
1348   -q, --quiet, --silent   do not print \`checking...' messages
1349       --cache-file=FILE   cache test results in FILE [disabled]
1350   -C, --config-cache      alias for \`--cache-file=config.cache'
1351   -n, --no-create         do not create output files
1352       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1353
1354 Installation directories:
1355   --prefix=PREFIX         install architecture-independent files in PREFIX
1356                           [$ac_default_prefix]
1357   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1358                           [PREFIX]
1359
1360 By default, \`make install' will install all the files in
1361 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1362 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1363 for instance \`--prefix=\$HOME'.
1364
1365 For better control, use the options below.
1366
1367 Fine tuning of the installation directories:
1368   --bindir=DIR            user executables [EPREFIX/bin]
1369   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1370   --libexecdir=DIR        program executables [EPREFIX/libexec]
1371   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1372   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1373   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1374   --libdir=DIR            object code libraries [EPREFIX/lib]
1375   --includedir=DIR        C header files [PREFIX/include]
1376   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1377   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1378   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1379   --infodir=DIR           info documentation [DATAROOTDIR/info]
1380   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1381   --mandir=DIR            man documentation [DATAROOTDIR/man]
1382   --docdir=DIR            documentation root [DATAROOTDIR/doc/PACKAGE]
1383   --htmldir=DIR           html documentation [DOCDIR]
1384   --dvidir=DIR            dvi documentation [DOCDIR]
1385   --pdfdir=DIR            pdf documentation [DOCDIR]
1386   --psdir=DIR             ps documentation [DOCDIR]
1387 _ACEOF
1388
1389   cat <<\_ACEOF
1390
1391 Program names:
1392   --program-prefix=PREFIX            prepend PREFIX to installed program names
1393   --program-suffix=SUFFIX            append SUFFIX to installed program names
1394   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1395
1396 X features:
1397   --x-includes=DIR    X include files are in DIR
1398   --x-libraries=DIR   X library files are in DIR
1399
1400 System types:
1401   --build=BUILD     configure for building on BUILD [guessed]
1402   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1403   --target=TARGET   configure for building compilers for TARGET [HOST]
1404 _ACEOF
1405 fi
1406
1407 if test -n "$ac_init_help"; then
1408
1409   cat <<\_ACEOF
1410
1411 Optional Features:
1412   --disable-option-checking  ignore unrecognized --enable/--with options
1413   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1414   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1415   --enable-plugins        Enable support for plugins
1416   --enable-shared[=PKGS]  build shared libraries [default=yes]
1417   --enable-static[=PKGS]  build static libraries [default=yes]
1418   --enable-fast-install[=PKGS]
1419                           optimize for fast installation [default=yes]
1420   --disable-libtool-lock  avoid locking (might break parallel builds)
1421   --enable-maintainer-mode  enable make rules and dependencies not useful
1422                           (and sometimes confusing) to the casual installer
1423   --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1424                           itself)
1425   --enable-sim-stdio      Specify whether to use stdio for console
1426                           input/output
1427   --enable-sim-trace=opts Enable tracing of simulated programs
1428   --enable-sim-profile=opts
1429                           Enable profiling flags
1430   --enable-sim-inline=inlines
1431                           Specify which functions should be inlined
1432   --enable-sim-alignment=align
1433                           Specify strict, nonstrict or forced alignment of
1434                           memory accesses
1435   --enable-werror         treat compile warnings as errors
1436   --enable-build-warnings enable build-time compiler warnings if gcc is used
1437   --enable-sim-build-warnings
1438                           enable SIM specific build-time compiler warnings if
1439                           gcc is used
1440   --enable-sim-reserved-bits
1441                           Specify whether to check reserved bits in
1442                           instruction
1443   --enable-sim-endian=endian
1444                           Specify target byte endian orientation
1445   --enable-sim-bitsize=N  Specify target bitsize (32 or 64)
1446   --enable-sim-float      Specify that the target processor has floating point
1447                           hardware
1448   --enable-sim-smp=n      Specify number of processors to configure for
1449                           (default ${default_sim_smp})
1450   --enable-sim-hardware=LIST
1451                           Specify the hardware to be included in the build.
1452
1453 Optional Packages:
1454   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1455   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1456   --with-system-zlib      use installed libz
1457   --with-pic              try to use only PIC/non-PIC objects [default=use
1458                           both]
1459   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1460   --with-pkgversion=PKG   Use PKG in the version string in place of "SIM"
1461   --with-bugurl=URL       Direct users to URL to report a bug
1462   --with-x                use the X Window System
1463
1464 Some influential environment variables:
1465   CC          C compiler command
1466   CFLAGS      C compiler flags
1467   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1468               nonstandard directory <lib dir>
1469   LIBS        libraries to pass to the linker, e.g. -l<library>
1470   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1471               you have headers in a nonstandard directory <include dir>
1472   CPP         C preprocessor
1473   XMKMF       Path to xmkmf, Makefile generator for X Window System
1474
1475 Use these variables to override the choices made by `configure' or to help
1476 it to find libraries and programs with nonstandard names/locations.
1477
1478 Report bugs to the package provider.
1479 _ACEOF
1480 ac_status=$?
1481 fi
1482
1483 if test "$ac_init_help" = "recursive"; then
1484   # If there are subdirs, report their specific --help.
1485   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1486     test -d "$ac_dir" ||
1487       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1488       continue
1489     ac_builddir=.
1490
1491 case "$ac_dir" in
1492 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1493 *)
1494   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1495   # A ".." for each directory in $ac_dir_suffix.
1496   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1497   case $ac_top_builddir_sub in
1498   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1499   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1500   esac ;;
1501 esac
1502 ac_abs_top_builddir=$ac_pwd
1503 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1504 # for backward compatibility:
1505 ac_top_builddir=$ac_top_build_prefix
1506
1507 case $srcdir in
1508   .)  # We are building in place.
1509     ac_srcdir=.
1510     ac_top_srcdir=$ac_top_builddir_sub
1511     ac_abs_top_srcdir=$ac_pwd ;;
1512   [\\/]* | ?:[\\/]* )  # Absolute name.
1513     ac_srcdir=$srcdir$ac_dir_suffix;
1514     ac_top_srcdir=$srcdir
1515     ac_abs_top_srcdir=$srcdir ;;
1516   *) # Relative name.
1517     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1518     ac_top_srcdir=$ac_top_build_prefix$srcdir
1519     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1520 esac
1521 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1522
1523     cd "$ac_dir" || { ac_status=$?; continue; }
1524     # Check for guested configure.
1525     if test -f "$ac_srcdir/configure.gnu"; then
1526       echo &&
1527       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1528     elif test -f "$ac_srcdir/configure"; then
1529       echo &&
1530       $SHELL "$ac_srcdir/configure" --help=recursive
1531     else
1532       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1533     fi || ac_status=$?
1534     cd "$ac_pwd" || { ac_status=$?; break; }
1535   done
1536 fi
1537
1538 test -n "$ac_init_help" && exit $ac_status
1539 if $ac_init_version; then
1540   cat <<\_ACEOF
1541 configure
1542 generated by GNU Autoconf 2.64
1543
1544 Copyright (C) 2009 Free Software Foundation, Inc.
1545 This configure script is free software; the Free Software Foundation
1546 gives unlimited permission to copy, distribute and modify it.
1547 _ACEOF
1548   exit
1549 fi
1550
1551 ## ------------------------ ##
1552 ## Autoconf initialization. ##
1553 ## ------------------------ ##
1554
1555 # ac_fn_c_try_compile LINENO
1556 # --------------------------
1557 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1558 ac_fn_c_try_compile ()
1559 {
1560   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1561   rm -f conftest.$ac_objext
1562   if { { ac_try="$ac_compile"
1563 case "(($ac_try" in
1564   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1565   *) ac_try_echo=$ac_try;;
1566 esac
1567 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1568 $as_echo "$ac_try_echo"; } >&5
1569   (eval "$ac_compile") 2>conftest.err
1570   ac_status=$?
1571   if test -s conftest.err; then
1572     grep -v '^ *+' conftest.err >conftest.er1
1573     cat conftest.er1 >&5
1574     mv -f conftest.er1 conftest.err
1575   fi
1576   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1577   test $ac_status = 0; } && {
1578          test -z "$ac_c_werror_flag" ||
1579          test ! -s conftest.err
1580        } && test -s conftest.$ac_objext; then :
1581   ac_retval=0
1582 else
1583   $as_echo "$as_me: failed program was:" >&5
1584 sed 's/^/| /' conftest.$ac_ext >&5
1585
1586         ac_retval=1
1587 fi
1588   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1589   return $ac_retval
1590
1591 } # ac_fn_c_try_compile
1592
1593 # ac_fn_c_try_cpp LINENO
1594 # ----------------------
1595 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1596 ac_fn_c_try_cpp ()
1597 {
1598   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1599   if { { ac_try="$ac_cpp conftest.$ac_ext"
1600 case "(($ac_try" in
1601   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1602   *) ac_try_echo=$ac_try;;
1603 esac
1604 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1605 $as_echo "$ac_try_echo"; } >&5
1606   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1607   ac_status=$?
1608   if test -s conftest.err; then
1609     grep -v '^ *+' conftest.err >conftest.er1
1610     cat conftest.er1 >&5
1611     mv -f conftest.er1 conftest.err
1612   fi
1613   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1614   test $ac_status = 0; } >/dev/null && {
1615          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1616          test ! -s conftest.err
1617        }; then :
1618   ac_retval=0
1619 else
1620   $as_echo "$as_me: failed program was:" >&5
1621 sed 's/^/| /' conftest.$ac_ext >&5
1622
1623     ac_retval=1
1624 fi
1625   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1626   return $ac_retval
1627
1628 } # ac_fn_c_try_cpp
1629
1630 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1631 # -------------------------------------------------------
1632 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1633 # the include files in INCLUDES and setting the cache variable VAR
1634 # accordingly.
1635 ac_fn_c_check_header_mongrel ()
1636 {
1637   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1638   if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1639   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1640 $as_echo_n "checking for $2... " >&6; }
1641 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1642   $as_echo_n "(cached) " >&6
1643 fi
1644 eval ac_res=\$$3
1645                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1646 $as_echo "$ac_res" >&6; }
1647 else
1648   # Is the header compilable?
1649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1650 $as_echo_n "checking $2 usability... " >&6; }
1651 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1652 /* end confdefs.h.  */
1653 $4
1654 #include <$2>
1655 _ACEOF
1656 if ac_fn_c_try_compile "$LINENO"; then :
1657   ac_header_compiler=yes
1658 else
1659   ac_header_compiler=no
1660 fi
1661 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1663 $as_echo "$ac_header_compiler" >&6; }
1664
1665 # Is the header present?
1666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1667 $as_echo_n "checking $2 presence... " >&6; }
1668 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1669 /* end confdefs.h.  */
1670 #include <$2>
1671 _ACEOF
1672 if ac_fn_c_try_cpp "$LINENO"; then :
1673   ac_header_preproc=yes
1674 else
1675   ac_header_preproc=no
1676 fi
1677 rm -f conftest.err conftest.$ac_ext
1678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1679 $as_echo "$ac_header_preproc" >&6; }
1680
1681 # So?  What about this header?
1682 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1683   yes:no: )
1684     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1685 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1686     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1687 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1688     ;;
1689   no:yes:* )
1690     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1691 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1692     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
1693 $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
1694     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1695 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1696     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
1697 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
1698     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1699 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1700     ;;
1701 esac
1702   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1703 $as_echo_n "checking for $2... " >&6; }
1704 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1705   $as_echo_n "(cached) " >&6
1706 else
1707   eval "$3=\$ac_header_compiler"
1708 fi
1709 eval ac_res=\$$3
1710                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1711 $as_echo "$ac_res" >&6; }
1712 fi
1713   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1714
1715 } # ac_fn_c_check_header_mongrel
1716
1717 # ac_fn_c_try_run LINENO
1718 # ----------------------
1719 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1720 # that executables *can* be run.
1721 ac_fn_c_try_run ()
1722 {
1723   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1724   if { { ac_try="$ac_link"
1725 case "(($ac_try" in
1726   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1727   *) ac_try_echo=$ac_try;;
1728 esac
1729 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1730 $as_echo "$ac_try_echo"; } >&5
1731   (eval "$ac_link") 2>&5
1732   ac_status=$?
1733   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1734   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1735   { { case "(($ac_try" in
1736   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1737   *) ac_try_echo=$ac_try;;
1738 esac
1739 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1740 $as_echo "$ac_try_echo"; } >&5
1741   (eval "$ac_try") 2>&5
1742   ac_status=$?
1743   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1744   test $ac_status = 0; }; }; then :
1745   ac_retval=0
1746 else
1747   $as_echo "$as_me: program exited with status $ac_status" >&5
1748        $as_echo "$as_me: failed program was:" >&5
1749 sed 's/^/| /' conftest.$ac_ext >&5
1750
1751        ac_retval=$ac_status
1752 fi
1753   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1754   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1755   return $ac_retval
1756
1757 } # ac_fn_c_try_run
1758
1759 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1760 # -------------------------------------------------------
1761 # Tests whether HEADER exists and can be compiled using the include files in
1762 # INCLUDES, setting the cache variable VAR accordingly.
1763 ac_fn_c_check_header_compile ()
1764 {
1765   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1766   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1767 $as_echo_n "checking for $2... " >&6; }
1768 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1769   $as_echo_n "(cached) " >&6
1770 else
1771   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1772 /* end confdefs.h.  */
1773 $4
1774 #include <$2>
1775 _ACEOF
1776 if ac_fn_c_try_compile "$LINENO"; then :
1777   eval "$3=yes"
1778 else
1779   eval "$3=no"
1780 fi
1781 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1782 fi
1783 eval ac_res=\$$3
1784                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1785 $as_echo "$ac_res" >&6; }
1786   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1787
1788 } # ac_fn_c_check_header_compile
1789
1790 # ac_fn_c_try_link LINENO
1791 # -----------------------
1792 # Try to link conftest.$ac_ext, and return whether this succeeded.
1793 ac_fn_c_try_link ()
1794 {
1795   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1796   rm -f conftest.$ac_objext conftest$ac_exeext
1797   if { { ac_try="$ac_link"
1798 case "(($ac_try" in
1799   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1800   *) ac_try_echo=$ac_try;;
1801 esac
1802 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1803 $as_echo "$ac_try_echo"; } >&5
1804   (eval "$ac_link") 2>conftest.err
1805   ac_status=$?
1806   if test -s conftest.err; then
1807     grep -v '^ *+' conftest.err >conftest.er1
1808     cat conftest.er1 >&5
1809     mv -f conftest.er1 conftest.err
1810   fi
1811   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1812   test $ac_status = 0; } && {
1813          test -z "$ac_c_werror_flag" ||
1814          test ! -s conftest.err
1815        } && test -s conftest$ac_exeext && {
1816          test "$cross_compiling" = yes ||
1817          $as_test_x conftest$ac_exeext
1818        }; then :
1819   ac_retval=0
1820 else
1821   $as_echo "$as_me: failed program was:" >&5
1822 sed 's/^/| /' conftest.$ac_ext >&5
1823
1824         ac_retval=1
1825 fi
1826   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1827   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1828   # interfere with the next link command; also delete a directory that is
1829   # left behind by Apple's compiler.  We do this before executing the actions.
1830   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1831   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1832   return $ac_retval
1833
1834 } # ac_fn_c_try_link
1835
1836 # ac_fn_c_check_func LINENO FUNC VAR
1837 # ----------------------------------
1838 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1839 ac_fn_c_check_func ()
1840 {
1841   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1842   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1843 $as_echo_n "checking for $2... " >&6; }
1844 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1845   $as_echo_n "(cached) " >&6
1846 else
1847   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1848 /* end confdefs.h.  */
1849 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1850    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1851 #define $2 innocuous_$2
1852
1853 /* System header to define __stub macros and hopefully few prototypes,
1854     which can conflict with char $2 (); below.
1855     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1856     <limits.h> exists even on freestanding compilers.  */
1857
1858 #ifdef __STDC__
1859 # include <limits.h>
1860 #else
1861 # include <assert.h>
1862 #endif
1863
1864 #undef $2
1865
1866 /* Override any GCC internal prototype to avoid an error.
1867    Use char because int might match the return type of a GCC
1868    builtin and then its argument prototype would still apply.  */
1869 #ifdef __cplusplus
1870 extern "C"
1871 #endif
1872 char $2 ();
1873 /* The GNU C library defines this for functions which it implements
1874     to always fail with ENOSYS.  Some functions are actually named
1875     something starting with __ and the normal name is an alias.  */
1876 #if defined __stub_$2 || defined __stub___$2
1877 choke me
1878 #endif
1879
1880 int
1881 main ()
1882 {
1883 return $2 ();
1884   ;
1885   return 0;
1886 }
1887 _ACEOF
1888 if ac_fn_c_try_link "$LINENO"; then :
1889   eval "$3=yes"
1890 else
1891   eval "$3=no"
1892 fi
1893 rm -f core conftest.err conftest.$ac_objext \
1894     conftest$ac_exeext conftest.$ac_ext
1895 fi
1896 eval ac_res=\$$3
1897                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1898 $as_echo "$ac_res" >&6; }
1899   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1900
1901 } # ac_fn_c_check_func
1902
1903 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1904 # ----------------------------------------------------
1905 # Tries to find if the field MEMBER exists in type AGGR, after including
1906 # INCLUDES, setting cache variable VAR accordingly.
1907 ac_fn_c_check_member ()
1908 {
1909   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1910   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1911 $as_echo_n "checking for $2.$3... " >&6; }
1912 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1913   $as_echo_n "(cached) " >&6
1914 else
1915   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1916 /* end confdefs.h.  */
1917 $5
1918 int
1919 main ()
1920 {
1921 static $2 ac_aggr;
1922 if (ac_aggr.$3)
1923 return 0;
1924   ;
1925   return 0;
1926 }
1927 _ACEOF
1928 if ac_fn_c_try_compile "$LINENO"; then :
1929   eval "$4=yes"
1930 else
1931   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1932 /* end confdefs.h.  */
1933 $5
1934 int
1935 main ()
1936 {
1937 static $2 ac_aggr;
1938 if (sizeof ac_aggr.$3)
1939 return 0;
1940   ;
1941   return 0;
1942 }
1943 _ACEOF
1944 if ac_fn_c_try_compile "$LINENO"; then :
1945   eval "$4=yes"
1946 else
1947   eval "$4=no"
1948 fi
1949 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1950 fi
1951 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1952 fi
1953 eval ac_res=\$$4
1954                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1955 $as_echo "$ac_res" >&6; }
1956   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1957
1958 } # ac_fn_c_check_member
1959
1960 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1961 # -------------------------------------------
1962 # Tests whether TYPE exists after having included INCLUDES, setting cache
1963 # variable VAR accordingly.
1964 ac_fn_c_check_type ()
1965 {
1966   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1967   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1968 $as_echo_n "checking for $2... " >&6; }
1969 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1970   $as_echo_n "(cached) " >&6
1971 else
1972   eval "$3=no"
1973   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1974 /* end confdefs.h.  */
1975 $4
1976 int
1977 main ()
1978 {
1979 if (sizeof ($2))
1980          return 0;
1981   ;
1982   return 0;
1983 }
1984 _ACEOF
1985 if ac_fn_c_try_compile "$LINENO"; then :
1986   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1987 /* end confdefs.h.  */
1988 $4
1989 int
1990 main ()
1991 {
1992 if (sizeof (($2)))
1993             return 0;
1994   ;
1995   return 0;
1996 }
1997 _ACEOF
1998 if ac_fn_c_try_compile "$LINENO"; then :
1999
2000 else
2001   eval "$3=yes"
2002 fi
2003 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2004 fi
2005 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2006 fi
2007 eval ac_res=\$$3
2008                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2009 $as_echo "$ac_res" >&6; }
2010   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2011
2012 } # ac_fn_c_check_type
2013 cat >config.log <<_ACEOF
2014 This file contains any messages produced by compilers while
2015 running configure, to aid debugging if configure makes a mistake.
2016
2017 It was created by $as_me, which was
2018 generated by GNU Autoconf 2.64.  Invocation command line was
2019
2020   $ $0 $@
2021
2022 _ACEOF
2023 exec 5>>config.log
2024 {
2025 cat <<_ASUNAME
2026 ## --------- ##
2027 ## Platform. ##
2028 ## --------- ##
2029
2030 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2031 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2032 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2033 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2034 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2035
2036 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2037 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
2038
2039 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
2040 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
2041 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2042 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
2043 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
2044 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
2045 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
2046
2047 _ASUNAME
2048
2049 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2050 for as_dir in $PATH
2051 do
2052   IFS=$as_save_IFS
2053   test -z "$as_dir" && as_dir=.
2054     $as_echo "PATH: $as_dir"
2055   done
2056 IFS=$as_save_IFS
2057
2058 } >&5
2059
2060 cat >&5 <<_ACEOF
2061
2062
2063 ## ----------- ##
2064 ## Core tests. ##
2065 ## ----------- ##
2066
2067 _ACEOF
2068
2069
2070 # Keep a trace of the command line.
2071 # Strip out --no-create and --no-recursion so they do not pile up.
2072 # Strip out --silent because we don't want to record it for future runs.
2073 # Also quote any args containing shell meta-characters.
2074 # Make two passes to allow for proper duplicate-argument suppression.
2075 ac_configure_args=
2076 ac_configure_args0=
2077 ac_configure_args1=
2078 ac_must_keep_next=false
2079 for ac_pass in 1 2
2080 do
2081   for ac_arg
2082   do
2083     case $ac_arg in
2084     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2085     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2086     | -silent | --silent | --silen | --sile | --sil)
2087       continue ;;
2088     *\'*)
2089       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2090     esac
2091     case $ac_pass in
2092     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2093     2)
2094       as_fn_append ac_configure_args1 " '$ac_arg'"
2095       if test $ac_must_keep_next = true; then
2096         ac_must_keep_next=false # Got value, back to normal.
2097       else
2098         case $ac_arg in
2099           *=* | --config-cache | -C | -disable-* | --disable-* \
2100           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2101           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2102           | -with-* | --with-* | -without-* | --without-* | --x)
2103             case "$ac_configure_args0 " in
2104               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2105             esac
2106             ;;
2107           -* ) ac_must_keep_next=true ;;
2108         esac
2109       fi
2110       as_fn_append ac_configure_args " '$ac_arg'"
2111       ;;
2112     esac
2113   done
2114 done
2115 { ac_configure_args0=; unset ac_configure_args0;}
2116 { ac_configure_args1=; unset ac_configure_args1;}
2117
2118 # When interrupted or exit'd, cleanup temporary files, and complete
2119 # config.log.  We remove comments because anyway the quotes in there
2120 # would cause problems or look ugly.
2121 # WARNING: Use '\'' to represent an apostrophe within the trap.
2122 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2123 trap 'exit_status=$?
2124   # Save into config.log some information that might help in debugging.
2125   {
2126     echo
2127
2128     cat <<\_ASBOX
2129 ## ---------------- ##
2130 ## Cache variables. ##
2131 ## ---------------- ##
2132 _ASBOX
2133     echo
2134     # The following way of writing the cache mishandles newlines in values,
2135 (
2136   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2137     eval ac_val=\$$ac_var
2138     case $ac_val in #(
2139     *${as_nl}*)
2140       case $ac_var in #(
2141       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2142 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2143       esac
2144       case $ac_var in #(
2145       _ | IFS | as_nl) ;; #(
2146       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2147       *) { eval $ac_var=; unset $ac_var;} ;;
2148       esac ;;
2149     esac
2150   done
2151   (set) 2>&1 |
2152     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2153     *${as_nl}ac_space=\ *)
2154       sed -n \
2155         "s/'\''/'\''\\\\'\'''\''/g;
2156           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2157       ;; #(
2158     *)
2159       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2160       ;;
2161     esac |
2162     sort
2163 )
2164     echo
2165
2166     cat <<\_ASBOX
2167 ## ----------------- ##
2168 ## Output variables. ##
2169 ## ----------------- ##
2170 _ASBOX
2171     echo
2172     for ac_var in $ac_subst_vars
2173     do
2174       eval ac_val=\$$ac_var
2175       case $ac_val in
2176       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2177       esac
2178       $as_echo "$ac_var='\''$ac_val'\''"
2179     done | sort
2180     echo
2181
2182     if test -n "$ac_subst_files"; then
2183       cat <<\_ASBOX
2184 ## ------------------- ##
2185 ## File substitutions. ##
2186 ## ------------------- ##
2187 _ASBOX
2188       echo
2189       for ac_var in $ac_subst_files
2190       do
2191         eval ac_val=\$$ac_var
2192         case $ac_val in
2193         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2194         esac
2195         $as_echo "$ac_var='\''$ac_val'\''"
2196       done | sort
2197       echo
2198     fi
2199
2200     if test -s confdefs.h; then
2201       cat <<\_ASBOX
2202 ## ----------- ##
2203 ## confdefs.h. ##
2204 ## ----------- ##
2205 _ASBOX
2206       echo
2207       cat confdefs.h
2208       echo
2209     fi
2210     test "$ac_signal" != 0 &&
2211       $as_echo "$as_me: caught signal $ac_signal"
2212     $as_echo "$as_me: exit $exit_status"
2213   } >&5
2214   rm -f core *.core core.conftest.* &&
2215     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2216     exit $exit_status
2217 ' 0
2218 for ac_signal in 1 2 13 15; do
2219   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2220 done
2221 ac_signal=0
2222
2223 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2224 rm -f -r conftest* confdefs.h
2225
2226 $as_echo "/* confdefs.h */" > confdefs.h
2227
2228 # Predefined preprocessor variables.
2229
2230 cat >>confdefs.h <<_ACEOF
2231 #define PACKAGE_NAME "$PACKAGE_NAME"
2232 _ACEOF
2233
2234 cat >>confdefs.h <<_ACEOF
2235 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2236 _ACEOF
2237
2238 cat >>confdefs.h <<_ACEOF
2239 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2240 _ACEOF
2241
2242 cat >>confdefs.h <<_ACEOF
2243 #define PACKAGE_STRING "$PACKAGE_STRING"
2244 _ACEOF
2245
2246 cat >>confdefs.h <<_ACEOF
2247 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2248 _ACEOF
2249
2250 cat >>confdefs.h <<_ACEOF
2251 #define PACKAGE_URL "$PACKAGE_URL"
2252 _ACEOF
2253
2254
2255 # Let the site file select an alternate cache file if it wants to.
2256 # Prefer an explicitly selected file to automatically selected ones.
2257 ac_site_file1=NONE
2258 ac_site_file2=NONE
2259 if test -n "$CONFIG_SITE"; then
2260   ac_site_file1=$CONFIG_SITE
2261 elif test "x$prefix" != xNONE; then
2262   ac_site_file1=$prefix/share/config.site
2263   ac_site_file2=$prefix/etc/config.site
2264 else
2265   ac_site_file1=$ac_default_prefix/share/config.site
2266   ac_site_file2=$ac_default_prefix/etc/config.site
2267 fi
2268 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2269 do
2270   test "x$ac_site_file" = xNONE && continue
2271   if test -r "$ac_site_file"; then
2272     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2273 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2274     sed 's/^/| /' "$ac_site_file" >&5
2275     . "$ac_site_file"
2276   fi
2277 done
2278
2279 if test -r "$cache_file"; then
2280   # Some versions of bash will fail to source /dev/null (special
2281   # files actually), so we avoid doing that.
2282   if test -f "$cache_file"; then
2283     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2284 $as_echo "$as_me: loading cache $cache_file" >&6;}
2285     case $cache_file in
2286       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2287       *)                      . "./$cache_file";;
2288     esac
2289   fi
2290 else
2291   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2292 $as_echo "$as_me: creating cache $cache_file" >&6;}
2293   >$cache_file
2294 fi
2295
2296 # Check that the precious variables saved in the cache have kept the same
2297 # value.
2298 ac_cache_corrupted=false
2299 for ac_var in $ac_precious_vars; do
2300   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2301   eval ac_new_set=\$ac_env_${ac_var}_set
2302   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2303   eval ac_new_val=\$ac_env_${ac_var}_value
2304   case $ac_old_set,$ac_new_set in
2305     set,)
2306       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2307 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2308       ac_cache_corrupted=: ;;
2309     ,set)
2310       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2311 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2312       ac_cache_corrupted=: ;;
2313     ,);;
2314     *)
2315       if test "x$ac_old_val" != "x$ac_new_val"; then
2316         # differences in whitespace do not lead to failure.
2317         ac_old_val_w=`echo x $ac_old_val`
2318         ac_new_val_w=`echo x $ac_new_val`
2319         if test "$ac_old_val_w" != "$ac_new_val_w"; then
2320           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2321 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2322           ac_cache_corrupted=:
2323         else
2324           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2325 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2326           eval $ac_var=\$ac_old_val
2327         fi
2328         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2329 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2330         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2331 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2332       fi;;
2333   esac
2334   # Pass precious variables to config.status.
2335   if test "$ac_new_set" = set; then
2336     case $ac_new_val in
2337     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2338     *) ac_arg=$ac_var=$ac_new_val ;;
2339     esac
2340     case " $ac_configure_args " in
2341       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2342       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2343     esac
2344   fi
2345 done
2346 if $ac_cache_corrupted; then
2347   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2348 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2349   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2350 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2351   as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2352 fi
2353 ## -------------------- ##
2354 ## Main body of script. ##
2355 ## -------------------- ##
2356
2357 ac_ext=c
2358 ac_cpp='$CPP $CPPFLAGS'
2359 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2360 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2361 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2362
2363
2364 # This file contains common code used by all simulators.
2365 #
2366 # SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2367 # directory.  It is intended to be invoked before any target specific stuff.
2368 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2369 # It is intended to be invoked last.
2370 #
2371 # The simulator's configure.ac should look like:
2372 #
2373 # dnl Process this file with autoconf to produce a configure script.
2374 # AC_PREREQ(2.64)dnl
2375 # AC_INIT(Makefile.in)
2376 # sinclude(../common/aclocal.m4)
2377 #
2378 # SIM_AC_COMMON
2379 #
2380 # ... target specific stuff ...
2381 #
2382 # SIM_AC_OUTPUT
2383
2384 # Include global overrides and fixes for Autoconf.
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411 # _AC_CHECK_DECL_BODY
2412 # -------------------
2413 # Shell function body for AC_CHECK_DECL.
2414 # _AC_CHECK_DECL_BODY
2415
2416 # _AC_CHECK_DECLS(SYMBOL, ACTION-IF_FOUND, ACTION-IF-NOT-FOUND,
2417 #                 INCLUDES)
2418 # -------------------------------------------------------------
2419 # Helper to AC_CHECK_DECLS, which generates the check for a single
2420 # SYMBOL with INCLUDES, performs the AC_DEFINE, then expands
2421 # ACTION-IF-FOUND or ACTION-IF-NOT-FOUND.
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
2434 #
2435 #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2436 #                 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2437 #   Written by Gordon Matzigkeit, 1996
2438 #
2439 # This file is free software; the Free Software Foundation gives
2440 # unlimited permission to copy and/or distribute it, with or without
2441 # modifications, as long as this notice is preserved.
2442
2443
2444
2445 # serial 56 LT_INIT
2446
2447
2448 # LT_PREREQ(VERSION)
2449 # ------------------
2450 # Complain and exit if this libtool version is less that VERSION.
2451
2452
2453
2454 # _LT_CHECK_BUILDDIR
2455 # ------------------
2456 # Complain if the absolute build directory name contains unusual characters
2457
2458
2459
2460 # LT_INIT([OPTIONS])
2461 # ------------------
2462 # LT_INIT
2463
2464 # Old names:
2465 # This is what autoupdate's m4 run will expand.  It fires
2466 # the warning (with _au_warn_XXX), outputs it into the
2467 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2468 # the replacement expansion.
2469
2470
2471 # This is an auxiliary macro that is also run when
2472 # autoupdate runs m4.  It simply calls m4_warning, but
2473 # we need a wrapper so that each warning is emitted only
2474 # once.  We break the quoting in m4_warning's argument in
2475 # order to expand this macro's arguments, not AU_DEFUN's.
2476
2477
2478 # Finally, this is the expansion that is picked up by
2479 # autoconf.  It tells the user to run autoupdate, and
2480 # then outputs the replacement expansion.  We do not care
2481 # about autoupdate's warning because that contains
2482 # information on what to do *after* running autoupdate.
2483
2484 # This is what autoupdate's m4 run will expand.  It fires
2485 # the warning (with _au_warn_XXX), outputs it into the
2486 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2487 # the replacement expansion.
2488
2489
2490 # This is an auxiliary macro that is also run when
2491 # autoupdate runs m4.  It simply calls m4_warning, but
2492 # we need a wrapper so that each warning is emitted only
2493 # once.  We break the quoting in m4_warning's argument in
2494 # order to expand this macro's arguments, not AU_DEFUN's.
2495
2496
2497 # Finally, this is the expansion that is picked up by
2498 # autoconf.  It tells the user to run autoupdate, and
2499 # then outputs the replacement expansion.  We do not care
2500 # about autoupdate's warning because that contains
2501 # information on what to do *after* running autoupdate.
2502
2503
2504
2505 # _LT_CC_BASENAME(CC)
2506 # -------------------
2507 # Calculate cc_basename.  Skip known compiler wrappers and cross-prefix.
2508
2509
2510
2511 # _LT_FILEUTILS_DEFAULTS
2512 # ----------------------
2513 # It is okay to use these file commands and assume they have been set
2514 # sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2515 # _LT_FILEUTILS_DEFAULTS
2516
2517
2518 # _LT_SETUP
2519 # ---------
2520 # _LT_SETUP
2521
2522
2523 # _LT_PREPARE_SED_QUOTE_VARS
2524 # --------------------------
2525 # Define a few sed substitution that help us do robust quoting.
2526
2527
2528 # _LT_PROG_LTMAIN
2529 # ---------------
2530 # Note that this code is called both from `configure', and `config.status'
2531 # now that we use AC_CONFIG_COMMANDS to generate libtool.  Notably,
2532 # `config.status' has no value for ac_aux_dir unless we are using Automake,
2533 # so we pass a copy along to make sure it has a sensible value anyway.
2534 # _LT_PROG_LTMAIN
2535
2536
2537 ## ------------------------------------- ##
2538 ## Accumulate code for creating libtool. ##
2539 ## ------------------------------------- ##
2540
2541 # So that we can recreate a full libtool script including additional
2542 # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2543 # in macros and then make a single call at the end using the `libtool'
2544 # label.
2545
2546
2547 # _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2548 # ----------------------------------------
2549 # Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
2550
2551
2552 # Initialize.
2553
2554
2555
2556 # _LT_CONFIG_LIBTOOL([COMMANDS])
2557 # ------------------------------
2558 # Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
2559
2560
2561 # Initialize.
2562
2563
2564
2565 # _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2566 # -----------------------------------------------------
2567
2568
2569
2570 # _LT_FORMAT_COMMENT([COMMENT])
2571 # -----------------------------
2572 # Add leading comment marks to the start of each line, and a trailing
2573 # full-stop to the whole comment if one is not present already.
2574
2575
2576
2577
2578 ## ------------------------ ##
2579 ## FIXME: Eliminate VARNAME ##
2580 ## ------------------------ ##
2581
2582
2583 # _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2584 # -------------------------------------------------------------------
2585 # CONFIGNAME is the name given to the value in the libtool script.
2586 # VARNAME is the (base) name used in the configure script.
2587 # VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2588 # VARNAME.  Any other value will be used directly.
2589
2590
2591
2592 # _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2593 # --------------------------------------------------------
2594
2595
2596
2597 # lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2598 # ------------------------------------------------
2599
2600
2601
2602 # _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2603 # ---------------------------------------------------------
2604
2605
2606
2607 # lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2608 # --------------------------------------------------
2609
2610
2611
2612 # lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2613 # ---------------------------------------------------
2614
2615
2616
2617 # lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2618 # ---------------------------------------------------
2619
2620
2621
2622
2623 # lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2624 # ------------------------------------------------
2625
2626
2627
2628
2629 # _LT_CONFIG_STATUS_DECLARE([VARNAME])
2630 # ------------------------------------
2631 # Quote a variable value, and forward it to `config.status' so that its
2632 # declaration there will have the same value as in `configure'.  VARNAME
2633 # must have a single quote delimited value for this to work.
2634
2635
2636
2637 # _LT_CONFIG_STATUS_DECLARATIONS
2638 # ------------------------------
2639 # We delimit libtool config variables with single quotes, so when
2640 # we write them to config.status, we have to be sure to quote all
2641 # embedded single quotes properly.  In configure, this macro expands
2642 # each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2643 #
2644 #    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
2645
2646
2647
2648 # _LT_LIBTOOL_TAGS
2649 # ----------------
2650 # Output comment and list of tags supported by the script
2651
2652
2653
2654 # _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2655 # -----------------------------------
2656 # Extract the dictionary values for VARNAME (optionally with TAG) and
2657 # expand to a commented shell variable setting:
2658 #
2659 #    # Some comment about what VAR is for.
2660 #    visible_name=$lt_internal_name
2661
2662
2663
2664 # _LT_LIBTOOL_CONFIG_VARS
2665 # -----------------------
2666 # Produce commented declarations of non-tagged libtool config variables
2667 # suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2668 # script.  Tagged libtool config variables (even for the LIBTOOL CONFIG
2669 # section) are produced by _LT_LIBTOOL_TAG_VARS.
2670
2671
2672
2673 # _LT_LIBTOOL_TAG_VARS(TAG)
2674 # -------------------------
2675
2676
2677
2678 # _LT_TAGVAR(VARNAME, [TAGNAME])
2679 # ------------------------------
2680
2681
2682
2683 # _LT_CONFIG_COMMANDS
2684 # -------------------
2685 # Send accumulated output to $CONFIG_STATUS.  Thanks to the lists of
2686 # variables for single and double quote escaping we saved from calls
2687 # to _LT_DECL, we can put quote escaped variables declarations
2688 # into `config.status', and then the shell code to quote escape them in
2689 # for loops in `config.status'.  Finally, any additional code accumulated
2690 # from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2691 #_LT_CONFIG_COMMANDS
2692
2693
2694 # Initialize.
2695
2696
2697 # _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2698 # ------------------------------------
2699 # Generate a child script FILE with all initialization necessary to
2700 # reuse the environment learned by the parent script, and make the
2701 # file executable.  If COMMENT is supplied, it is inserted after the
2702 # `#!' sequence but before initialization text begins.  After this
2703 # macro, additional text can be appended to FILE to form the body of
2704 # the child script.  The macro ends with non-zero status if the
2705 # file could not be fully written (such as if the disk is full).
2706 # _LT_GENERATED_FILE_INIT
2707
2708 # LT_OUTPUT
2709 # ---------
2710 # This macro allows early generation of the libtool script (before
2711 # AC_OUTPUT is called), incase it is used in configure for compilation
2712 # tests.
2713 # LT_OUTPUT
2714
2715
2716 # _LT_CONFIG(TAG)
2717 # ---------------
2718 # If TAG is the built-in tag, create an initial libtool script with a
2719 # default configuration from the untagged config vars.  Otherwise add code
2720 # to config.status for appending the configuration named by TAG from the
2721 # matching tagged config vars.
2722 # _LT_CONFIG
2723
2724
2725 # LT_SUPPORTED_TAG(TAG)
2726 # ---------------------
2727 # Trace this macro to discover what tags are supported by the libtool
2728 # --tag option, using:
2729 #    autoconf --trace 'LT_SUPPORTED_TAG:$1'
2730
2731
2732
2733 # C support is built-in for now
2734
2735
2736
2737
2738 # LT_LANG(LANG)
2739 # -------------
2740 # Enable libtool support for the given language if not already enabled.
2741 # LT_LANG
2742
2743
2744 # _LT_LANG(LANGNAME)
2745 # ------------------
2746 # _LT_LANG
2747
2748
2749 # _LT_LANG_DEFAULT_CONFIG
2750 # -----------------------
2751 # _LT_LANG_DEFAULT_CONFIG
2752
2753 # Obsolete macros:
2754 # This is what autoupdate's m4 run will expand.  It fires
2755 # the warning (with _au_warn_XXX), outputs it into the
2756 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2757 # the replacement expansion.
2758
2759
2760 # This is an auxiliary macro that is also run when
2761 # autoupdate runs m4.  It simply calls m4_warning, but
2762 # we need a wrapper so that each warning is emitted only
2763 # once.  We break the quoting in m4_warning's argument in
2764 # order to expand this macro's arguments, not AU_DEFUN's.
2765
2766
2767 # Finally, this is the expansion that is picked up by
2768 # autoconf.  It tells the user to run autoupdate, and
2769 # then outputs the replacement expansion.  We do not care
2770 # about autoupdate's warning because that contains
2771 # information on what to do *after* running autoupdate.
2772
2773 # This is what autoupdate's m4 run will expand.  It fires
2774 # the warning (with _au_warn_XXX), outputs it into the
2775 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2776 # the replacement expansion.
2777
2778
2779 # This is an auxiliary macro that is also run when
2780 # autoupdate runs m4.  It simply calls m4_warning, but
2781 # we need a wrapper so that each warning is emitted only
2782 # once.  We break the quoting in m4_warning's argument in
2783 # order to expand this macro's arguments, not AU_DEFUN's.
2784
2785
2786 # Finally, this is the expansion that is picked up by
2787 # autoconf.  It tells the user to run autoupdate, and
2788 # then outputs the replacement expansion.  We do not care
2789 # about autoupdate's warning because that contains
2790 # information on what to do *after* running autoupdate.
2791
2792 # This is what autoupdate's m4 run will expand.  It fires
2793 # the warning (with _au_warn_XXX), outputs it into the
2794 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2795 # the replacement expansion.
2796
2797
2798 # This is an auxiliary macro that is also run when
2799 # autoupdate runs m4.  It simply calls m4_warning, but
2800 # we need a wrapper so that each warning is emitted only
2801 # once.  We break the quoting in m4_warning's argument in
2802 # order to expand this macro's arguments, not AU_DEFUN's.
2803
2804
2805 # Finally, this is the expansion that is picked up by
2806 # autoconf.  It tells the user to run autoupdate, and
2807 # then outputs the replacement expansion.  We do not care
2808 # about autoupdate's warning because that contains
2809 # information on what to do *after* running autoupdate.
2810
2811 # This is what autoupdate's m4 run will expand.  It fires
2812 # the warning (with _au_warn_XXX), outputs it into the
2813 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2814 # the replacement expansion.
2815
2816
2817 # This is an auxiliary macro that is also run when
2818 # autoupdate runs m4.  It simply calls m4_warning, but
2819 # we need a wrapper so that each warning is emitted only
2820 # once.  We break the quoting in m4_warning's argument in
2821 # order to expand this macro's arguments, not AU_DEFUN's.
2822
2823
2824 # Finally, this is the expansion that is picked up by
2825 # autoconf.  It tells the user to run autoupdate, and
2826 # then outputs the replacement expansion.  We do not care
2827 # about autoupdate's warning because that contains
2828 # information on what to do *after* running autoupdate.
2829
2830 # This is what autoupdate's m4 run will expand.  It fires
2831 # the warning (with _au_warn_XXX), outputs it into the
2832 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2833 # the replacement expansion.
2834
2835
2836 # This is an auxiliary macro that is also run when
2837 # autoupdate runs m4.  It simply calls m4_warning, but
2838 # we need a wrapper so that each warning is emitted only
2839 # once.  We break the quoting in m4_warning's argument in
2840 # order to expand this macro's arguments, not AU_DEFUN's.
2841
2842
2843 # Finally, this is the expansion that is picked up by
2844 # autoconf.  It tells the user to run autoupdate, and
2845 # then outputs the replacement expansion.  We do not care
2846 # about autoupdate's warning because that contains
2847 # information on what to do *after* running autoupdate.
2848
2849
2850
2851 # _LT_TAG_COMPILER
2852 # ----------------
2853 # _LT_TAG_COMPILER
2854
2855
2856 # _LT_COMPILER_BOILERPLATE
2857 # ------------------------
2858 # Check for compiler boilerplate output or warnings with
2859 # the simple compiler test code.
2860 # _LT_COMPILER_BOILERPLATE
2861
2862
2863 # _LT_LINKER_BOILERPLATE
2864 # ----------------------
2865 # Check for linker boilerplate output or warnings with
2866 # the simple link test code.
2867 # _LT_LINKER_BOILERPLATE
2868
2869 # _LT_REQUIRED_DARWIN_CHECKS
2870 # -------------------------
2871
2872
2873
2874 # _LT_DARWIN_LINKER_FEATURES
2875 # --------------------------
2876 # Checks for linker and compiler features on darwin
2877
2878
2879 # _LT_SYS_MODULE_PATH_AIX
2880 # -----------------------
2881 # Links a minimal program and checks the executable
2882 # for the system default hardcoded library path. In most cases,
2883 # this is /usr/lib:/lib, but when the MPI compilers are used
2884 # the location of the communication and MPI libs are included too.
2885 # If we don't find anything, use the default library path according
2886 # to the aix ld manual.
2887 # _LT_SYS_MODULE_PATH_AIX
2888
2889
2890 # _LT_SHELL_INIT(ARG)
2891 # -------------------
2892 # _LT_SHELL_INIT
2893
2894
2895
2896 # _LT_PROG_ECHO_BACKSLASH
2897 # -----------------------
2898 # Find how we can fake an echo command that does not interpret backslash.
2899 # In particular, with Autoconf 2.60 or later we add some code to the start
2900 # of the generated configure script which will find a shell with a builtin
2901 # printf (which we can use as an echo command).
2902 # _LT_PROG_ECHO_BACKSLASH
2903
2904
2905 # _LT_ENABLE_LOCK
2906 # ---------------
2907 # _LT_ENABLE_LOCK
2908
2909
2910 # _LT_CMD_OLD_ARCHIVE
2911 # -------------------
2912 # _LT_CMD_OLD_ARCHIVE
2913
2914
2915 # _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2916 #               [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2917 # ----------------------------------------------------------------
2918 # Check whether the given compiler option works
2919 # _LT_COMPILER_OPTION
2920
2921 # Old name:
2922 # This is what autoupdate's m4 run will expand.  It fires
2923 # the warning (with _au_warn_XXX), outputs it into the
2924 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2925 # the replacement expansion.
2926
2927
2928 # This is an auxiliary macro that is also run when
2929 # autoupdate runs m4.  It simply calls m4_warning, but
2930 # we need a wrapper so that each warning is emitted only
2931 # once.  We break the quoting in m4_warning's argument in
2932 # order to expand this macro's arguments, not AU_DEFUN's.
2933
2934
2935 # Finally, this is the expansion that is picked up by
2936 # autoconf.  It tells the user to run autoupdate, and
2937 # then outputs the replacement expansion.  We do not care
2938 # about autoupdate's warning because that contains
2939 # information on what to do *after* running autoupdate.
2940
2941
2942
2943 # _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2944 #                  [ACTION-SUCCESS], [ACTION-FAILURE])
2945 # ----------------------------------------------------
2946 # Check whether the given linker option works
2947 # _LT_LINKER_OPTION
2948
2949 # Old name:
2950 # This is what autoupdate's m4 run will expand.  It fires
2951 # the warning (with _au_warn_XXX), outputs it into the
2952 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2953 # the replacement expansion.
2954
2955
2956 # This is an auxiliary macro that is also run when
2957 # autoupdate runs m4.  It simply calls m4_warning, but
2958 # we need a wrapper so that each warning is emitted only
2959 # once.  We break the quoting in m4_warning's argument in
2960 # order to expand this macro's arguments, not AU_DEFUN's.
2961
2962
2963 # Finally, this is the expansion that is picked up by
2964 # autoconf.  It tells the user to run autoupdate, and
2965 # then outputs the replacement expansion.  We do not care
2966 # about autoupdate's warning because that contains
2967 # information on what to do *after* running autoupdate.
2968
2969
2970
2971 # LT_CMD_MAX_LEN
2972 #---------------
2973 # LT_CMD_MAX_LEN
2974
2975 # Old name:
2976 # This is what autoupdate's m4 run will expand.  It fires
2977 # the warning (with _au_warn_XXX), outputs it into the
2978 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2979 # the replacement expansion.
2980
2981
2982 # This is an auxiliary macro that is also run when
2983 # autoupdate runs m4.  It simply calls m4_warning, but
2984 # we need a wrapper so that each warning is emitted only
2985 # once.  We break the quoting in m4_warning's argument in
2986 # order to expand this macro's arguments, not AU_DEFUN's.
2987
2988
2989 # Finally, this is the expansion that is picked up by
2990 # autoconf.  It tells the user to run autoupdate, and
2991 # then outputs the replacement expansion.  We do not care
2992 # about autoupdate's warning because that contains
2993 # information on what to do *after* running autoupdate.
2994
2995
2996
2997 # _LT_HEADER_DLFCN
2998 # ----------------
2999 # _LT_HEADER_DLFCN
3000
3001
3002 # _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
3003 #                      ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
3004 # ----------------------------------------------------------------
3005 # _LT_TRY_DLOPEN_SELF
3006
3007
3008 # LT_SYS_DLOPEN_SELF
3009 # ------------------
3010 # LT_SYS_DLOPEN_SELF
3011
3012 # Old name:
3013 # This is what autoupdate's m4 run will expand.  It fires
3014 # the warning (with _au_warn_XXX), outputs it into the
3015 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3016 # the replacement expansion.
3017
3018
3019 # This is an auxiliary macro that is also run when
3020 # autoupdate runs m4.  It simply calls m4_warning, but
3021 # we need a wrapper so that each warning is emitted only
3022 # once.  We break the quoting in m4_warning's argument in
3023 # order to expand this macro's arguments, not AU_DEFUN's.
3024
3025
3026 # Finally, this is the expansion that is picked up by
3027 # autoconf.  It tells the user to run autoupdate, and
3028 # then outputs the replacement expansion.  We do not care
3029 # about autoupdate's warning because that contains
3030 # information on what to do *after* running autoupdate.
3031
3032
3033
3034 # _LT_COMPILER_C_O([TAGNAME])
3035 # ---------------------------
3036 # Check to see if options -c and -o are simultaneously supported by compiler.
3037 # This macro does not hard code the compiler like AC_PROG_CC_C_O.
3038 # _LT_COMPILER_C_O
3039
3040
3041 # _LT_COMPILER_FILE_LOCKS([TAGNAME])
3042 # ----------------------------------
3043 # Check to see if we can do hard links to lock some files if needed
3044 # _LT_COMPILER_FILE_LOCKS
3045
3046
3047 # _LT_CHECK_OBJDIR
3048 # ----------------
3049 # _LT_CHECK_OBJDIR
3050
3051
3052 # _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
3053 # --------------------------------------
3054 # Check hardcoding attributes.
3055 # _LT_LINKER_HARDCODE_LIBPATH
3056
3057
3058 # _LT_CMD_STRIPLIB
3059 # ----------------
3060 # _LT_CMD_STRIPLIB
3061
3062
3063 # _LT_SYS_DYNAMIC_LINKER([TAG])
3064 # -----------------------------
3065 # PORTME Fill in your ld.so characteristics
3066 # _LT_SYS_DYNAMIC_LINKER
3067
3068
3069 # _LT_PATH_TOOL_PREFIX(TOOL)
3070 # --------------------------
3071 # find a file program which can recognize shared library
3072 # _LT_PATH_TOOL_PREFIX
3073
3074 # Old name:
3075 # This is what autoupdate's m4 run will expand.  It fires
3076 # the warning (with _au_warn_XXX), outputs it into the
3077 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3078 # the replacement expansion.
3079
3080
3081 # This is an auxiliary macro that is also run when
3082 # autoupdate runs m4.  It simply calls m4_warning, but
3083 # we need a wrapper so that each warning is emitted only
3084 # once.  We break the quoting in m4_warning's argument in
3085 # order to expand this macro's arguments, not AU_DEFUN's.
3086
3087
3088 # Finally, this is the expansion that is picked up by
3089 # autoconf.  It tells the user to run autoupdate, and
3090 # then outputs the replacement expansion.  We do not care
3091 # about autoupdate's warning because that contains
3092 # information on what to do *after* running autoupdate.
3093
3094
3095
3096 # _LT_PATH_MAGIC
3097 # --------------
3098 # find a file program which can recognize a shared library
3099 # _LT_PATH_MAGIC
3100
3101
3102 # LT_PATH_LD
3103 # ----------
3104 # find the pathname to the GNU or non-GNU linker
3105 # LT_PATH_LD
3106
3107 # Old names:
3108 # This is what autoupdate's m4 run will expand.  It fires
3109 # the warning (with _au_warn_XXX), outputs it into the
3110 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3111 # the replacement expansion.
3112
3113
3114 # This is an auxiliary macro that is also run when
3115 # autoupdate runs m4.  It simply calls m4_warning, but
3116 # we need a wrapper so that each warning is emitted only
3117 # once.  We break the quoting in m4_warning's argument in
3118 # order to expand this macro's arguments, not AU_DEFUN's.
3119
3120
3121 # Finally, this is the expansion that is picked up by
3122 # autoconf.  It tells the user to run autoupdate, and
3123 # then outputs the replacement expansion.  We do not care
3124 # about autoupdate's warning because that contains
3125 # information on what to do *after* running autoupdate.
3126
3127 # This is what autoupdate's m4 run will expand.  It fires
3128 # the warning (with _au_warn_XXX), outputs it into the
3129 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3130 # the replacement expansion.
3131
3132
3133 # This is an auxiliary macro that is also run when
3134 # autoupdate runs m4.  It simply calls m4_warning, but
3135 # we need a wrapper so that each warning is emitted only
3136 # once.  We break the quoting in m4_warning's argument in
3137 # order to expand this macro's arguments, not AU_DEFUN's.
3138
3139
3140 # Finally, this is the expansion that is picked up by
3141 # autoconf.  It tells the user to run autoupdate, and
3142 # then outputs the replacement expansion.  We do not care
3143 # about autoupdate's warning because that contains
3144 # information on what to do *after* running autoupdate.
3145
3146
3147
3148 # _LT_PATH_LD_GNU
3149 #- --------------
3150 # _LT_PATH_LD_GNU
3151
3152
3153 # _LT_CMD_RELOAD
3154 # --------------
3155 # find reload flag for linker
3156 #   -- PORTME Some linkers may need a different reload flag.
3157 # _LT_CMD_RELOAD
3158
3159
3160 # _LT_CHECK_MAGIC_METHOD
3161 # ----------------------
3162 # how to check for library dependencies
3163 #  -- PORTME fill in with the dynamic library characteristics
3164 # _LT_CHECK_MAGIC_METHOD
3165
3166
3167 # LT_PATH_NM
3168 # ----------
3169 # find the pathname to a BSD- or MS-compatible name lister
3170 # LT_PATH_NM
3171
3172 # Old names:
3173 # This is what autoupdate's m4 run will expand.  It fires
3174 # the warning (with _au_warn_XXX), outputs it into the
3175 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3176 # the replacement expansion.
3177
3178
3179 # This is an auxiliary macro that is also run when
3180 # autoupdate runs m4.  It simply calls m4_warning, but
3181 # we need a wrapper so that each warning is emitted only
3182 # once.  We break the quoting in m4_warning's argument in
3183 # order to expand this macro's arguments, not AU_DEFUN's.
3184
3185
3186 # Finally, this is the expansion that is picked up by
3187 # autoconf.  It tells the user to run autoupdate, and
3188 # then outputs the replacement expansion.  We do not care
3189 # about autoupdate's warning because that contains
3190 # information on what to do *after* running autoupdate.
3191
3192 # This is what autoupdate's m4 run will expand.  It fires
3193 # the warning (with _au_warn_XXX), outputs it into the
3194 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3195 # the replacement expansion.
3196
3197
3198 # This is an auxiliary macro that is also run when
3199 # autoupdate runs m4.  It simply calls m4_warning, but
3200 # we need a wrapper so that each warning is emitted only
3201 # once.  We break the quoting in m4_warning's argument in
3202 # order to expand this macro's arguments, not AU_DEFUN's.
3203
3204
3205 # Finally, this is the expansion that is picked up by
3206 # autoconf.  It tells the user to run autoupdate, and
3207 # then outputs the replacement expansion.  We do not care
3208 # about autoupdate's warning because that contains
3209 # information on what to do *after* running autoupdate.
3210
3211
3212
3213 # LT_LIB_M
3214 # --------
3215 # check for math library
3216 # LT_LIB_M
3217
3218 # Old name:
3219 # This is what autoupdate's m4 run will expand.  It fires
3220 # the warning (with _au_warn_XXX), outputs it into the
3221 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3222 # the replacement expansion.
3223
3224
3225 # This is an auxiliary macro that is also run when
3226 # autoupdate runs m4.  It simply calls m4_warning, but
3227 # we need a wrapper so that each warning is emitted only
3228 # once.  We break the quoting in m4_warning's argument in
3229 # order to expand this macro's arguments, not AU_DEFUN's.
3230
3231
3232 # Finally, this is the expansion that is picked up by
3233 # autoconf.  It tells the user to run autoupdate, and
3234 # then outputs the replacement expansion.  We do not care
3235 # about autoupdate's warning because that contains
3236 # information on what to do *after* running autoupdate.
3237
3238
3239
3240 # _LT_COMPILER_NO_RTTI([TAGNAME])
3241 # -------------------------------
3242 # _LT_COMPILER_NO_RTTI
3243
3244
3245 # _LT_CMD_GLOBAL_SYMBOLS
3246 # ----------------------
3247  # _LT_CMD_GLOBAL_SYMBOLS
3248
3249
3250 # _LT_COMPILER_PIC([TAGNAME])
3251 # ---------------------------
3252 # _LT_COMPILER_PIC
3253
3254
3255 # _LT_LINKER_SHLIBS([TAGNAME])
3256 # ----------------------------
3257 # See if the linker supports building shared libraries.
3258 # _LT_LINKER_SHLIBS
3259
3260
3261 # _LT_LANG_C_CONFIG([TAG])
3262 # ------------------------
3263 # Ensure that the configuration variables for a C compiler are suitably
3264 # defined.  These variables are subsequently used by _LT_CONFIG to write
3265 # the compiler configuration to `libtool'.
3266 # _LT_LANG_C_CONFIG
3267
3268
3269 # _LT_LANG_CXX_CONFIG([TAG])
3270 # --------------------------
3271 # Ensure that the configuration variables for a C++ compiler are suitably
3272 # defined.  These variables are subsequently used by _LT_CONFIG to write
3273 # the compiler configuration to `libtool'.
3274 # _LT_LANG_CXX_CONFIG
3275
3276
3277 # _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3278 # ---------------------------------
3279 # Figure out "hidden" library dependencies from verbose
3280 # compiler output when linking a shared library.
3281 # Parse the compiler output and extract the necessary
3282 # objects, libraries and library flags.
3283 # _LT_SYS_HIDDEN_LIBDEPS
3284
3285
3286 # _LT_LANG_F77_CONFIG([TAG])
3287 # --------------------------
3288 # Ensure that the configuration variables for a Fortran 77 compiler are
3289 # suitably defined.  These variables are subsequently used by _LT_CONFIG
3290 # to write the compiler configuration to `libtool'.
3291 # _LT_LANG_F77_CONFIG
3292
3293
3294 # _LT_LANG_FC_CONFIG([TAG])
3295 # -------------------------
3296 # Ensure that the configuration variables for a Fortran compiler are
3297 # suitably defined.  These variables are subsequently used by _LT_CONFIG
3298 # to write the compiler configuration to `libtool'.
3299 # _LT_LANG_FC_CONFIG
3300
3301
3302 # _LT_LANG_GCJ_CONFIG([TAG])
3303 # --------------------------
3304 # Ensure that the configuration variables for the GNU Java Compiler compiler
3305 # are suitably defined.  These variables are subsequently used by _LT_CONFIG
3306 # to write the compiler configuration to `libtool'.
3307 # _LT_LANG_GCJ_CONFIG
3308
3309
3310 # _LT_LANG_RC_CONFIG([TAG])
3311 # -------------------------
3312 # Ensure that the configuration variables for the Windows resource compiler
3313 # are suitably defined.  These variables are subsequently used by _LT_CONFIG
3314 # to write the compiler configuration to `libtool'.
3315 # _LT_LANG_RC_CONFIG
3316
3317
3318 # LT_PROG_GCJ
3319 # -----------
3320
3321
3322 # Old name:
3323 # This is what autoupdate's m4 run will expand.  It fires
3324 # the warning (with _au_warn_XXX), outputs it into the
3325 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3326 # the replacement expansion.
3327
3328
3329 # This is an auxiliary macro that is also run when
3330 # autoupdate runs m4.  It simply calls m4_warning, but
3331 # we need a wrapper so that each warning is emitted only
3332 # once.  We break the quoting in m4_warning's argument in
3333 # order to expand this macro's arguments, not AU_DEFUN's.
3334
3335
3336 # Finally, this is the expansion that is picked up by
3337 # autoconf.  It tells the user to run autoupdate, and
3338 # then outputs the replacement expansion.  We do not care
3339 # about autoupdate's warning because that contains
3340 # information on what to do *after* running autoupdate.
3341
3342
3343
3344 # LT_PROG_RC
3345 # ----------
3346
3347
3348 # Old name:
3349 # This is what autoupdate's m4 run will expand.  It fires
3350 # the warning (with _au_warn_XXX), outputs it into the
3351 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3352 # the replacement expansion.
3353
3354
3355 # This is an auxiliary macro that is also run when
3356 # autoupdate runs m4.  It simply calls m4_warning, but
3357 # we need a wrapper so that each warning is emitted only
3358 # once.  We break the quoting in m4_warning's argument in
3359 # order to expand this macro's arguments, not AU_DEFUN's.
3360
3361
3362 # Finally, this is the expansion that is picked up by
3363 # autoconf.  It tells the user to run autoupdate, and
3364 # then outputs the replacement expansion.  We do not care
3365 # about autoupdate's warning because that contains
3366 # information on what to do *after* running autoupdate.
3367
3368
3369
3370 # _LT_DECL_EGREP
3371 # --------------
3372 # If we don't have a new enough Autoconf to choose the best grep
3373 # available, choose the one first in the user's PATH.
3374
3375
3376
3377 # _LT_DECL_OBJDUMP
3378 # --------------
3379 # If we don't have a new enough Autoconf to choose the best objdump
3380 # available, choose the one first in the user's PATH.
3381
3382
3383
3384 # _LT_DECL_SED
3385 # ------------
3386 # Check for a fully-functional sed program, that truncates
3387 # as few characters as possible.  Prefer GNU sed if found.
3388 # _LT_DECL_SED
3389
3390 #m4_ifndef
3391
3392 # Old name:
3393 # This is what autoupdate's m4 run will expand.  It fires
3394 # the warning (with _au_warn_XXX), outputs it into the
3395 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3396 # the replacement expansion.
3397
3398
3399 # This is an auxiliary macro that is also run when
3400 # autoupdate runs m4.  It simply calls m4_warning, but
3401 # we need a wrapper so that each warning is emitted only
3402 # once.  We break the quoting in m4_warning's argument in
3403 # order to expand this macro's arguments, not AU_DEFUN's.
3404
3405
3406 # Finally, this is the expansion that is picked up by
3407 # autoconf.  It tells the user to run autoupdate, and
3408 # then outputs the replacement expansion.  We do not care
3409 # about autoupdate's warning because that contains
3410 # information on what to do *after* running autoupdate.
3411
3412
3413
3414 # _LT_CHECK_SHELL_FEATURES
3415 # ------------------------
3416 # Find out whether the shell is Bourne or XSI compatible,
3417 # or has some other useful features.
3418 # _LT_CHECK_SHELL_FEATURES
3419
3420
3421 # _LT_PROG_XSI_SHELLFNS
3422 # ---------------------
3423 # Bourne and XSI compatible variants of some useful shell functions.
3424
3425
3426 # Helper functions for option handling.                    -*- Autoconf -*-
3427 #
3428 #   Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3429 #   Inc.
3430 #   Written by Gary V. Vaughan, 2004
3431 #
3432 # This file is free software; the Free Software Foundation gives
3433 # unlimited permission to copy and/or distribute it, with or without
3434 # modifications, as long as this notice is preserved.
3435
3436 # serial 6 ltoptions.m4
3437
3438 # This is to help aclocal find these macros, as it can't see m4_define.
3439
3440
3441
3442 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3443 # ------------------------------------------
3444
3445
3446
3447 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3448 # ---------------------------------------
3449 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3450 # matching handler defined, dispatch to it.  Other OPTION-NAMEs are
3451 # saved as a flag.
3452
3453
3454
3455 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3456 # ------------------------------------------------------------
3457 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3458
3459
3460
3461 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3462 # -------------------------------------------------------
3463 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3464 # are set.
3465
3466
3467
3468 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3469 # ----------------------------------------
3470 # OPTION-LIST is a space-separated list of Libtool options associated
3471 # with MACRO-NAME.  If any OPTION has a matching handler declared with
3472 # LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3473 # the unknown option and exit.
3474 # _LT_SET_OPTIONS
3475
3476
3477 ## --------------------------------- ##
3478 ## Macros to handle LT_INIT options. ##
3479 ## --------------------------------- ##
3480
3481 # _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3482 # -----------------------------------------
3483
3484
3485
3486 # LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3487 # -----------------------------------------------
3488 # LT_OPTION_DEFINE
3489
3490
3491 # dlopen
3492 # ------
3493
3494
3495 # This is what autoupdate's m4 run will expand.  It fires
3496 # the warning (with _au_warn_XXX), outputs it into the
3497 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3498 # the replacement expansion.
3499
3500
3501 # This is an auxiliary macro that is also run when
3502 # autoupdate runs m4.  It simply calls m4_warning, but
3503 # we need a wrapper so that each warning is emitted only
3504 # once.  We break the quoting in m4_warning's argument in
3505 # order to expand this macro's arguments, not AU_DEFUN's.
3506
3507
3508 # Finally, this is the expansion that is picked up by
3509 # autoconf.  It tells the user to run autoupdate, and
3510 # then outputs the replacement expansion.  We do not care
3511 # about autoupdate's warning because that contains
3512 # information on what to do *after* running autoupdate.
3513
3514
3515
3516
3517 # win32-dll
3518 # ---------
3519 # Declare package support for building win32 dll's.
3520 # win32-dll
3521
3522 # This is what autoupdate's m4 run will expand.  It fires
3523 # the warning (with _au_warn_XXX), outputs it into the
3524 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3525 # the replacement expansion.
3526
3527
3528 # This is an auxiliary macro that is also run when
3529 # autoupdate runs m4.  It simply calls m4_warning, but
3530 # we need a wrapper so that each warning is emitted only
3531 # once.  We break the quoting in m4_warning's argument in
3532 # order to expand this macro's arguments, not AU_DEFUN's.
3533
3534
3535 # Finally, this is the expansion that is picked up by
3536 # autoconf.  It tells the user to run autoupdate, and
3537 # then outputs the replacement expansion.  We do not care
3538 # about autoupdate's warning because that contains
3539 # information on what to do *after* running autoupdate.
3540
3541
3542
3543
3544 # _LT_ENABLE_SHARED([DEFAULT])
3545 # ----------------------------
3546 # implement the --enable-shared flag, and supports the `shared' and
3547 # `disable-shared' LT_INIT options.
3548 # DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
3549 # _LT_ENABLE_SHARED
3550
3551
3552
3553
3554 # Old names:
3555
3556
3557
3558
3559 # This is what autoupdate's m4 run will expand.  It fires
3560 # the warning (with _au_warn_XXX), outputs it into the
3561 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3562 # the replacement expansion.
3563
3564
3565 # This is an auxiliary macro that is also run when
3566 # autoupdate runs m4.  It simply calls m4_warning, but
3567 # we need a wrapper so that each warning is emitted only
3568 # once.  We break the quoting in m4_warning's argument in
3569 # order to expand this macro's arguments, not AU_DEFUN's.
3570
3571
3572 # Finally, this is the expansion that is picked up by
3573 # autoconf.  It tells the user to run autoupdate, and
3574 # then outputs the replacement expansion.  We do not care
3575 # about autoupdate's warning because that contains
3576 # information on what to do *after* running autoupdate.
3577
3578 # This is what autoupdate's m4 run will expand.  It fires
3579 # the warning (with _au_warn_XXX), outputs it into the
3580 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3581 # the replacement expansion.
3582
3583
3584 # This is an auxiliary macro that is also run when
3585 # autoupdate runs m4.  It simply calls m4_warning, but
3586 # we need a wrapper so that each warning is emitted only
3587 # once.  We break the quoting in m4_warning's argument in
3588 # order to expand this macro's arguments, not AU_DEFUN's.
3589
3590
3591 # Finally, this is the expansion that is picked up by
3592 # autoconf.  It tells the user to run autoupdate, and
3593 # then outputs the replacement expansion.  We do not care
3594 # about autoupdate's warning because that contains
3595 # information on what to do *after* running autoupdate.
3596
3597
3598
3599
3600
3601 # _LT_ENABLE_STATIC([DEFAULT])
3602 # ----------------------------
3603 # implement the --enable-static flag, and support the `static' and
3604 # `disable-static' LT_INIT options.
3605 # DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
3606 # _LT_ENABLE_STATIC
3607
3608
3609
3610
3611 # Old names:
3612
3613
3614
3615
3616 # This is what autoupdate's m4 run will expand.  It fires
3617 # the warning (with _au_warn_XXX), outputs it into the
3618 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3619 # the replacement expansion.
3620
3621
3622 # This is an auxiliary macro that is also run when
3623 # autoupdate runs m4.  It simply calls m4_warning, but
3624 # we need a wrapper so that each warning is emitted only
3625 # once.  We break the quoting in m4_warning's argument in
3626 # order to expand this macro's arguments, not AU_DEFUN's.
3627
3628
3629 # Finally, this is the expansion that is picked up by
3630 # autoconf.  It tells the user to run autoupdate, and
3631 # then outputs the replacement expansion.  We do not care
3632 # about autoupdate's warning because that contains
3633 # information on what to do *after* running autoupdate.
3634
3635 # This is what autoupdate's m4 run will expand.  It fires
3636 # the warning (with _au_warn_XXX), outputs it into the
3637 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3638 # the replacement expansion.
3639
3640
3641 # This is an auxiliary macro that is also run when
3642 # autoupdate runs m4.  It simply calls m4_warning, but
3643 # we need a wrapper so that each warning is emitted only
3644 # once.  We break the quoting in m4_warning's argument in
3645 # order to expand this macro's arguments, not AU_DEFUN's.
3646
3647
3648 # Finally, this is the expansion that is picked up by
3649 # autoconf.  It tells the user to run autoupdate, and
3650 # then outputs the replacement expansion.  We do not care
3651 # about autoupdate's warning because that contains
3652 # information on what to do *after* running autoupdate.
3653
3654
3655
3656
3657
3658 # _LT_ENABLE_FAST_INSTALL([DEFAULT])
3659 # ----------------------------------
3660 # implement the --enable-fast-install flag, and support the `fast-install'
3661 # and `disable-fast-install' LT_INIT options.
3662 # DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
3663 # _LT_ENABLE_FAST_INSTALL
3664
3665
3666
3667
3668 # Old names:
3669 # This is what autoupdate's m4 run will expand.  It fires
3670 # the warning (with _au_warn_XXX), outputs it into the
3671 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3672 # the replacement expansion.
3673
3674
3675 # This is an auxiliary macro that is also run when
3676 # autoupdate runs m4.  It simply calls m4_warning, but
3677 # we need a wrapper so that each warning is emitted only
3678 # once.  We break the quoting in m4_warning's argument in
3679 # order to expand this macro's arguments, not AU_DEFUN's.
3680
3681
3682 # Finally, this is the expansion that is picked up by
3683 # autoconf.  It tells the user to run autoupdate, and
3684 # then outputs the replacement expansion.  We do not care
3685 # about autoupdate's warning because that contains
3686 # information on what to do *after* running autoupdate.
3687
3688
3689 # This is what autoupdate's m4 run will expand.  It fires
3690 # the warning (with _au_warn_XXX), outputs it into the
3691 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3692 # the replacement expansion.
3693
3694
3695 # This is an auxiliary macro that is also run when
3696 # autoupdate runs m4.  It simply calls m4_warning, but
3697 # we need a wrapper so that each warning is emitted only
3698 # once.  We break the quoting in m4_warning's argument in
3699 # order to expand this macro's arguments, not AU_DEFUN's.
3700
3701
3702 # Finally, this is the expansion that is picked up by
3703 # autoconf.  It tells the user to run autoupdate, and
3704 # then outputs the replacement expansion.  We do not care
3705 # about autoupdate's warning because that contains
3706 # information on what to do *after* running autoupdate.
3707
3708
3709
3710
3711 # _LT_WITH_PIC([MODE])
3712 # --------------------
3713 # implement the --with-pic flag, and support the `pic-only' and `no-pic'
3714 # LT_INIT options.
3715 # MODE is either `yes' or `no'.  If omitted, it defaults to `both'.
3716 # _LT_WITH_PIC
3717
3718
3719
3720
3721 # Old name:
3722 # This is what autoupdate's m4 run will expand.  It fires
3723 # the warning (with _au_warn_XXX), outputs it into the
3724 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3725 # the replacement expansion.
3726
3727
3728 # This is an auxiliary macro that is also run when
3729 # autoupdate runs m4.  It simply calls m4_warning, but
3730 # we need a wrapper so that each warning is emitted only
3731 # once.  We break the quoting in m4_warning's argument in
3732 # order to expand this macro's arguments, not AU_DEFUN's.
3733
3734
3735 # Finally, this is the expansion that is picked up by
3736 # autoconf.  It tells the user to run autoupdate, and
3737 # then outputs the replacement expansion.  We do not care
3738 # about autoupdate's warning because that contains
3739 # information on what to do *after* running autoupdate.
3740
3741
3742
3743 ## ----------------- ##
3744 ## LTDL_INIT Options ##
3745 ## ----------------- ##
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756 # ltsugar.m4 -- libtool m4 base layer.                         -*-Autoconf-*-
3757 #
3758 # Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3759 # Written by Gary V. Vaughan, 2004
3760 #
3761 # This file is free software; the Free Software Foundation gives
3762 # unlimited permission to copy and/or distribute it, with or without
3763 # modifications, as long as this notice is preserved.
3764
3765 # serial 6 ltsugar.m4
3766
3767 # This is to help aclocal find these macros, as it can't see m4_define.
3768
3769
3770
3771 # lt_join(SEP, ARG1, [ARG2...])
3772 # -----------------------------
3773 # Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3774 # associated separator.
3775 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3776 # versions in m4sugar had bugs.
3777
3778
3779
3780
3781 # lt_car(LIST)
3782 # lt_cdr(LIST)
3783 # ------------
3784 # Manipulate m4 lists.
3785 # These macros are necessary as long as will still need to support
3786 # Autoconf-2.59 which quotes differently.
3787
3788
3789
3790
3791
3792 # lt_append(MACRO-NAME, STRING, [SEPARATOR])
3793 # ------------------------------------------
3794 # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3795 # Note that neither SEPARATOR nor STRING are expanded; they are appended
3796 # to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3797 # No SEPARATOR is output if MACRO-NAME was previously undefined (different
3798 # than defined and empty).
3799 #
3800 # This macro is needed until we can rely on Autoconf 2.62, since earlier
3801 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3802
3803
3804
3805
3806 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3807 # ----------------------------------------------------------
3808 # Produce a SEP delimited list of all paired combinations of elements of
3809 # PREFIX-LIST with SUFFIX1 through SUFFIXn.  Each element of the list
3810 # has the form PREFIXmINFIXSUFFIXn.
3811 # Needed until we can rely on m4_combine added in Autoconf 2.62.
3812
3813
3814
3815 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3816 # -----------------------------------------------------------------------
3817 # Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3818 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3819
3820
3821
3822 # lt_dict_add(DICT, KEY, VALUE)
3823 # -----------------------------
3824
3825
3826
3827 # lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3828 # --------------------------------------------
3829
3830
3831
3832 # lt_dict_fetch(DICT, KEY, [SUBKEY])
3833 # ----------------------------------
3834
3835
3836
3837 # lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3838 # -----------------------------------------------------------------
3839
3840
3841
3842 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3843 # --------------------------------------------------------------
3844
3845
3846 # ltversion.m4 -- version numbers                       -*- Autoconf -*-
3847 #
3848 #   Copyright (C) 2004 Free Software Foundation, Inc.
3849 #   Written by Scott James Remnant, 2004
3850 #
3851 # This file is free software; the Free Software Foundation gives
3852 # unlimited permission to copy and/or distribute it, with or without
3853 # modifications, as long as this notice is preserved.
3854
3855 # Generated from ltversion.in.
3856
3857 # serial 3134 ltversion.m4
3858 # This file is part of GNU Libtool
3859
3860
3861
3862
3863
3864
3865 # lt~obsolete.m4 -- aclocal satisfying obsolete definitions.    -*-Autoconf-*-
3866 #
3867 #   Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3868 #   Written by Scott James Remnant, 2004.
3869 #
3870 # This file is free software; the Free Software Foundation gives
3871 # unlimited permission to copy and/or distribute it, with or without
3872 # modifications, as long as this notice is preserved.
3873
3874 # serial 4 lt~obsolete.m4
3875
3876 # These exist entirely to fool aclocal when bootstrapping libtool.
3877 #
3878 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3879 # which have later been changed to m4_define as they aren't part of the
3880 # exported API, or moved to Autoconf or Automake where they belong.
3881 #
3882 # The trouble is, aclocal is a bit thick.  It'll see the old AC_DEFUN
3883 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3884 # using a macro with the same name in our local m4/libtool.m4 it'll
3885 # pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3886 # and doesn't know about Autoconf macros at all.)
3887 #
3888 # So we provide this file, which has a silly filename so it's always
3889 # included after everything else.  This provides aclocal with the
3890 # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3891 # because those macros already exist, or will be overwritten later.
3892 # We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3893 #
3894 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3895 # Yes, that means every name once taken will need to remain here until
3896 # we give up compatibility with versions before 1.7, at which point
3897 # we need to keep only those names which we still refer to.
3898
3899 # This is to help aclocal find these macros, as it can't see m4_define.
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
3962
3963
3964 ##                                                          -*- Autoconf -*-
3965
3966 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3967 # Free Software Foundation, Inc.
3968 #
3969 # This file is free software; the Free Software Foundation
3970 # gives unlimited permission to copy and/or distribute it,
3971 # with or without modifications, as long as this notice is preserved.
3972
3973 # serial 8
3974
3975 # Based on depend.m4 from automake 1.9, modified for standalone use in
3976 # an environment where GNU make is required.
3977
3978 # ZW_PROG_COMPILER_DEPENDENCIES
3979 # -----------------------------
3980 # Variant of _AM_DEPENDENCIES which just does the dependency probe and
3981 # sets fooDEPMODE accordingly.  Cache-variable compatible with
3982 # original; not side-effect compatible.  As the users of this macro
3983 # may require accurate dependencies for correct builds, it does *not*
3984 # honor --disable-dependency-checking, and failure to detect a usable
3985 # method is an error.  depcomp is assumed to be located in
3986 # $ac_aux_dir.
3987 #
3988 # FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3989
3990
3991
3992 # AM_SET_DEPDIR
3993 # -------------
3994 # Choose a directory name for dependency files.
3995
3996
3997 # ZW_CREATE_DEPDIR
3998 # ----------------
3999 # As AM_SET_DEPDIR, but also create the directory at config.status time.
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
4072
4073
4074 # intl sister-directory configuration rules.
4075 #
4076
4077 # The idea behind this macro is that there's no need to repeat all the
4078 # autoconf probes done by the intl directory - it's already done them
4079 # for us.  In fact, there's no need even to look at the cache for the
4080 # answers.  All we need to do is nab a few pieces of information.
4081 # The intl directory is set up to make this easy, by generating a
4082 # small file which can be sourced as a shell script; then we produce
4083 # the necessary substitutions and definitions for this directory.
4084
4085
4086
4087 # Autoconf M4 include file defining utility macros for complex Canadian
4088 # cross builds.
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098 ####
4099 # _NCN_TOOL_PREFIXES:  Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
4100 # or AC_INIT.
4101 # These demand that AC_CANONICAL_SYSTEM be called beforehand.
4102
4103 ####
4104 # NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4105 # Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
4106
4107
4108 ####
4109 # NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4110 # Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
4111
4112
4113
4114 # Backported from Autoconf 2.5x; can go away when and if
4115 # we switch.  Put the OS path separator in $PATH_SEPARATOR.
4116
4117
4118
4119
4120 # ACX_HAVE_GCC_FOR_TARGET
4121 # Check if the variable GCC_FOR_TARGET really points to a GCC binary.
4122
4123
4124 # ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
4125 # Searching for installed target binutils.  We need to take extra care,
4126 # else we may find the wrong assembler, linker, etc., and lose.
4127 #
4128 # First try --with-build-time-tools, if specified.
4129 #
4130 # For build != host, we ask the installed GCC for the name of the tool it
4131 # uses, and accept it if it is an absolute path.  This is because the
4132 # only good choice for a compiler is the same GCC version that is being
4133 # installed (or we couldn't make target libraries), and we assume that
4134 # on the host system we'll have not only the same GCC version, but also
4135 # the same binutils version.
4136 #
4137 # For build == host, search the same directories that the installed
4138 # compiler will search.  We used to do this for the assembler, linker,
4139 # and nm only; for simplicity of configuration, however, we extend this
4140 # criterion to tools (such as ar and ranlib) that are never invoked by
4141 # the compiler, to avoid mismatches.
4142 #
4143 # Also note we have to check MD_EXEC_PREFIX before checking the user's path
4144 # if build == target.  This makes the most sense only when bootstrapping,
4145 # but we also do so when build != host.  In this case, we hope that the
4146 # build and host systems will have similar contents of MD_EXEC_PREFIX.
4147 #
4148 # If we do not find a suitable binary, then try the user's path.
4149
4150
4151 ###
4152 # AC_PROG_CPP_WERROR
4153 # Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4154 # triggers warnings from the preprocessor.  Will be in autoconf 2.58.
4155 # For now, using this also overrides header checks to use only the
4156 # preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4157 # bit harder from here).
4158 # Eventually autoconf will default to checking headers with the compiler
4159 # instead, and we'll have to do this differently.
4160
4161 # AC_PROG_CPP_WERROR
4162
4163 # Test for GNAT.
4164 # We require the gnatbind & gnatmake programs, as well as a compiler driver
4165 # that understands Ada.  We use the user's CC setting, already found, and
4166 # possibly add $1 to the command-line parameters.
4167 #
4168 # Sets the shell variable have_gnat to yes or no as appropriate, and
4169 # substitutes GNATBIND and GNATMAKE.
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195 ac_ext=c
4196 ac_cpp='$CPP $CPPFLAGS'
4197 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4198 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4199 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4200 if test -n "$ac_tool_prefix"; then
4201   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4202 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4204 $as_echo_n "checking for $ac_word... " >&6; }
4205 if test "${ac_cv_prog_CC+set}" = set; then :
4206   $as_echo_n "(cached) " >&6
4207 else
4208   if test -n "$CC"; then
4209   ac_cv_prog_CC="$CC" # Let the user override the test.
4210 else
4211 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4212 for as_dir in $PATH
4213 do
4214   IFS=$as_save_IFS
4215   test -z "$as_dir" && as_dir=.
4216     for ac_exec_ext in '' $ac_executable_extensions; do
4217   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4218     ac_cv_prog_CC="${ac_tool_prefix}gcc"
4219     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4220     break 2
4221   fi
4222 done
4223   done
4224 IFS=$as_save_IFS
4225
4226 fi
4227 fi
4228 CC=$ac_cv_prog_CC
4229 if test -n "$CC"; then
4230   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4231 $as_echo "$CC" >&6; }
4232 else
4233   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4234 $as_echo "no" >&6; }
4235 fi
4236
4237
4238 fi
4239 if test -z "$ac_cv_prog_CC"; then
4240   ac_ct_CC=$CC
4241   # Extract the first word of "gcc", so it can be a program name with args.
4242 set dummy gcc; ac_word=$2
4243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4244 $as_echo_n "checking for $ac_word... " >&6; }
4245 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4246   $as_echo_n "(cached) " >&6
4247 else
4248   if test -n "$ac_ct_CC"; then
4249   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4250 else
4251 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4252 for as_dir in $PATH
4253 do
4254   IFS=$as_save_IFS
4255   test -z "$as_dir" && as_dir=.
4256     for ac_exec_ext in '' $ac_executable_extensions; do
4257   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4258     ac_cv_prog_ac_ct_CC="gcc"
4259     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4260     break 2
4261   fi
4262 done
4263   done
4264 IFS=$as_save_IFS
4265
4266 fi
4267 fi
4268 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4269 if test -n "$ac_ct_CC"; then
4270   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4271 $as_echo "$ac_ct_CC" >&6; }
4272 else
4273   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4274 $as_echo "no" >&6; }
4275 fi
4276
4277   if test "x$ac_ct_CC" = x; then
4278     CC=""
4279   else
4280     case $cross_compiling:$ac_tool_warned in
4281 yes:)
4282 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4283 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4284 ac_tool_warned=yes ;;
4285 esac
4286     CC=$ac_ct_CC
4287   fi
4288 else
4289   CC="$ac_cv_prog_CC"
4290 fi
4291
4292 if test -z "$CC"; then
4293           if test -n "$ac_tool_prefix"; then
4294     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4295 set dummy ${ac_tool_prefix}cc; ac_word=$2
4296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4297 $as_echo_n "checking for $ac_word... " >&6; }
4298 if test "${ac_cv_prog_CC+set}" = set; then :
4299   $as_echo_n "(cached) " >&6
4300 else
4301   if test -n "$CC"; then
4302   ac_cv_prog_CC="$CC" # Let the user override the test.
4303 else
4304 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4305 for as_dir in $PATH
4306 do
4307   IFS=$as_save_IFS
4308   test -z "$as_dir" && as_dir=.
4309     for ac_exec_ext in '' $ac_executable_extensions; do
4310   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4311     ac_cv_prog_CC="${ac_tool_prefix}cc"
4312     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4313     break 2
4314   fi
4315 done
4316   done
4317 IFS=$as_save_IFS
4318
4319 fi
4320 fi
4321 CC=$ac_cv_prog_CC
4322 if test -n "$CC"; then
4323   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4324 $as_echo "$CC" >&6; }
4325 else
4326   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4327 $as_echo "no" >&6; }
4328 fi
4329
4330
4331   fi
4332 fi
4333 if test -z "$CC"; then
4334   # Extract the first word of "cc", so it can be a program name with args.
4335 set dummy cc; ac_word=$2
4336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4337 $as_echo_n "checking for $ac_word... " >&6; }
4338 if test "${ac_cv_prog_CC+set}" = set; then :
4339   $as_echo_n "(cached) " >&6
4340 else
4341   if test -n "$CC"; then
4342   ac_cv_prog_CC="$CC" # Let the user override the test.
4343 else
4344   ac_prog_rejected=no
4345 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4346 for as_dir in $PATH
4347 do
4348   IFS=$as_save_IFS
4349   test -z "$as_dir" && as_dir=.
4350     for ac_exec_ext in '' $ac_executable_extensions; do
4351   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4352     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4353        ac_prog_rejected=yes
4354        continue
4355      fi
4356     ac_cv_prog_CC="cc"
4357     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4358     break 2
4359   fi
4360 done
4361   done
4362 IFS=$as_save_IFS
4363
4364 if test $ac_prog_rejected = yes; then
4365   # We found a bogon in the path, so make sure we never use it.
4366   set dummy $ac_cv_prog_CC
4367   shift
4368   if test $# != 0; then
4369     # We chose a different compiler from the bogus one.
4370     # However, it has the same basename, so the bogon will be chosen
4371     # first if we set CC to just the basename; use the full file name.
4372     shift
4373     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4374   fi
4375 fi
4376 fi
4377 fi
4378 CC=$ac_cv_prog_CC
4379 if test -n "$CC"; then
4380   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4381 $as_echo "$CC" >&6; }
4382 else
4383   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4384 $as_echo "no" >&6; }
4385 fi
4386
4387
4388 fi
4389 if test -z "$CC"; then
4390   if test -n "$ac_tool_prefix"; then
4391   for ac_prog in cl.exe
4392   do
4393     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4394 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4396 $as_echo_n "checking for $ac_word... " >&6; }
4397 if test "${ac_cv_prog_CC+set}" = set; then :
4398   $as_echo_n "(cached) " >&6
4399 else
4400   if test -n "$CC"; then
4401   ac_cv_prog_CC="$CC" # Let the user override the test.
4402 else
4403 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4404 for as_dir in $PATH
4405 do
4406   IFS=$as_save_IFS
4407   test -z "$as_dir" && as_dir=.
4408     for ac_exec_ext in '' $ac_executable_extensions; do
4409   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4410     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4411     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4412     break 2
4413   fi
4414 done
4415   done
4416 IFS=$as_save_IFS
4417
4418 fi
4419 fi
4420 CC=$ac_cv_prog_CC
4421 if test -n "$CC"; then
4422   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4423 $as_echo "$CC" >&6; }
4424 else
4425   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4426 $as_echo "no" >&6; }
4427 fi
4428
4429
4430     test -n "$CC" && break
4431   done
4432 fi
4433 if test -z "$CC"; then
4434   ac_ct_CC=$CC
4435   for ac_prog in cl.exe
4436 do
4437   # Extract the first word of "$ac_prog", so it can be a program name with args.
4438 set dummy $ac_prog; ac_word=$2
4439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4440 $as_echo_n "checking for $ac_word... " >&6; }
4441 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4442   $as_echo_n "(cached) " >&6
4443 else
4444   if test -n "$ac_ct_CC"; then
4445   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4446 else
4447 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4448 for as_dir in $PATH
4449 do
4450   IFS=$as_save_IFS
4451   test -z "$as_dir" && as_dir=.
4452     for ac_exec_ext in '' $ac_executable_extensions; do
4453   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4454     ac_cv_prog_ac_ct_CC="$ac_prog"
4455     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4456     break 2
4457   fi
4458 done
4459   done
4460 IFS=$as_save_IFS
4461
4462 fi
4463 fi
4464 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4465 if test -n "$ac_ct_CC"; then
4466   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4467 $as_echo "$ac_ct_CC" >&6; }
4468 else
4469   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4470 $as_echo "no" >&6; }
4471 fi
4472
4473
4474   test -n "$ac_ct_CC" && break
4475 done
4476
4477   if test "x$ac_ct_CC" = x; then
4478     CC=""
4479   else
4480     case $cross_compiling:$ac_tool_warned in
4481 yes:)
4482 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4483 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4484 ac_tool_warned=yes ;;
4485 esac
4486     CC=$ac_ct_CC
4487   fi
4488 fi
4489
4490 fi
4491
4492
4493 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4494 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4495 as_fn_error "no acceptable C compiler found in \$PATH
4496 See \`config.log' for more details." "$LINENO" 5; }
4497
4498 # Provide some information about the compiler.
4499 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4500 set X $ac_compile
4501 ac_compiler=$2
4502 for ac_option in --version -v -V -qversion; do
4503   { { ac_try="$ac_compiler $ac_option >&5"
4504 case "(($ac_try" in
4505   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4506   *) ac_try_echo=$ac_try;;
4507 esac
4508 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4509 $as_echo "$ac_try_echo"; } >&5
4510   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4511   ac_status=$?
4512   if test -s conftest.err; then
4513     sed '10a\
4514 ... rest of stderr output deleted ...
4515          10q' conftest.err >conftest.er1
4516     cat conftest.er1 >&5
4517     rm -f conftest.er1 conftest.err
4518   fi
4519   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4520   test $ac_status = 0; }
4521 done
4522
4523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4524 /* end confdefs.h.  */
4525
4526 int
4527 main ()
4528 {
4529
4530   ;
4531   return 0;
4532 }
4533 _ACEOF
4534 ac_clean_files_save=$ac_clean_files
4535 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4536 # Try to create an executable without -o first, disregard a.out.
4537 # It will help us diagnose broken compilers, and finding out an intuition
4538 # of exeext.
4539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4540 $as_echo_n "checking for C compiler default output file name... " >&6; }
4541 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4542
4543 # The possible output files:
4544 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4545
4546 ac_rmfiles=
4547 for ac_file in $ac_files
4548 do
4549   case $ac_file in
4550     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4551     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4552   esac
4553 done
4554 rm -f $ac_rmfiles
4555
4556 if { { ac_try="$ac_link_default"
4557 case "(($ac_try" in
4558   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4559   *) ac_try_echo=$ac_try;;
4560 esac
4561 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4562 $as_echo "$ac_try_echo"; } >&5
4563   (eval "$ac_link_default") 2>&5
4564   ac_status=$?
4565   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4566   test $ac_status = 0; }; then :
4567   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4568 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4569 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
4570 # so that the user can short-circuit this test for compilers unknown to
4571 # Autoconf.
4572 for ac_file in $ac_files ''
4573 do
4574   test -f "$ac_file" || continue
4575   case $ac_file in
4576     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4577         ;;
4578     [ab].out )
4579         # We found the default executable, but exeext='' is most
4580         # certainly right.
4581         break;;
4582     *.* )
4583         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4584         then :; else
4585            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4586         fi
4587         # We set ac_cv_exeext here because the later test for it is not
4588         # safe: cross compilers may not add the suffix if given an `-o'
4589         # argument, so we may need to know it at that point already.
4590         # Even if this section looks crufty: it has the advantage of
4591         # actually working.
4592         break;;
4593     * )
4594         break;;
4595   esac
4596 done
4597 test "$ac_cv_exeext" = no && ac_cv_exeext=
4598
4599 else
4600   ac_file=''
4601 fi
4602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4603 $as_echo "$ac_file" >&6; }
4604 if test -z "$ac_file"; then :
4605   $as_echo "$as_me: failed program was:" >&5
4606 sed 's/^/| /' conftest.$ac_ext >&5
4607
4608 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4609 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4610 { as_fn_set_status 77
4611 as_fn_error "C compiler cannot create executables
4612 See \`config.log' for more details." "$LINENO" 5; }; }
4613 fi
4614 ac_exeext=$ac_cv_exeext
4615
4616 # Check that the compiler produces executables we can run.  If not, either
4617 # the compiler is broken, or we cross compile.
4618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4619 $as_echo_n "checking whether the C compiler works... " >&6; }
4620 # If not cross compiling, check that we can run a simple program.
4621 if test "$cross_compiling" != yes; then
4622   if { ac_try='./$ac_file'
4623   { { case "(($ac_try" in
4624   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4625   *) ac_try_echo=$ac_try;;
4626 esac
4627 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4628 $as_echo "$ac_try_echo"; } >&5
4629   (eval "$ac_try") 2>&5
4630   ac_status=$?
4631   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4632   test $ac_status = 0; }; }; then
4633     cross_compiling=no
4634   else
4635     if test "$cross_compiling" = maybe; then
4636         cross_compiling=yes
4637     else
4638         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4639 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4640 as_fn_error "cannot run C compiled programs.
4641 If you meant to cross compile, use \`--host'.
4642 See \`config.log' for more details." "$LINENO" 5; }
4643     fi
4644   fi
4645 fi
4646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4647 $as_echo "yes" >&6; }
4648
4649 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4650 ac_clean_files=$ac_clean_files_save
4651 # Check that the compiler produces executables we can run.  If not, either
4652 # the compiler is broken, or we cross compile.
4653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4654 $as_echo_n "checking whether we are cross compiling... " >&6; }
4655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4656 $as_echo "$cross_compiling" >&6; }
4657
4658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4659 $as_echo_n "checking for suffix of executables... " >&6; }
4660 if { { ac_try="$ac_link"
4661 case "(($ac_try" in
4662   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4663   *) ac_try_echo=$ac_try;;
4664 esac
4665 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4666 $as_echo "$ac_try_echo"; } >&5
4667   (eval "$ac_link") 2>&5
4668   ac_status=$?
4669   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4670   test $ac_status = 0; }; then :
4671   # If both `conftest.exe' and `conftest' are `present' (well, observable)
4672 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
4673 # work properly (i.e., refer to `conftest.exe'), while it won't with
4674 # `rm'.
4675 for ac_file in conftest.exe conftest conftest.*; do
4676   test -f "$ac_file" || continue
4677   case $ac_file in
4678     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4679     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4680           break;;
4681     * ) break;;
4682   esac
4683 done
4684 else
4685   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4686 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4687 as_fn_error "cannot compute suffix of executables: cannot compile and link
4688 See \`config.log' for more details." "$LINENO" 5; }
4689 fi
4690 rm -f conftest$ac_cv_exeext
4691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4692 $as_echo "$ac_cv_exeext" >&6; }
4693
4694 rm -f conftest.$ac_ext
4695 EXEEXT=$ac_cv_exeext
4696 ac_exeext=$EXEEXT
4697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4698 $as_echo_n "checking for suffix of object files... " >&6; }
4699 if test "${ac_cv_objext+set}" = set; then :
4700   $as_echo_n "(cached) " >&6
4701 else
4702   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4703 /* end confdefs.h.  */
4704
4705 int
4706 main ()
4707 {
4708
4709   ;
4710   return 0;
4711 }
4712 _ACEOF
4713 rm -f conftest.o conftest.obj
4714 if { { ac_try="$ac_compile"
4715 case "(($ac_try" in
4716   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4717   *) ac_try_echo=$ac_try;;
4718 esac
4719 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4720 $as_echo "$ac_try_echo"; } >&5
4721   (eval "$ac_compile") 2>&5
4722   ac_status=$?
4723   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4724   test $ac_status = 0; }; then :
4725   for ac_file in conftest.o conftest.obj conftest.*; do
4726   test -f "$ac_file" || continue;
4727   case $ac_file in
4728     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4729     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4730        break;;
4731   esac
4732 done
4733 else
4734   $as_echo "$as_me: failed program was:" >&5
4735 sed 's/^/| /' conftest.$ac_ext >&5
4736
4737 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4738 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4739 as_fn_error "cannot compute suffix of object files: cannot compile
4740 See \`config.log' for more details." "$LINENO" 5; }
4741 fi
4742 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4743 fi
4744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4745 $as_echo "$ac_cv_objext" >&6; }
4746 OBJEXT=$ac_cv_objext
4747 ac_objext=$OBJEXT
4748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4749 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4750 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4751   $as_echo_n "(cached) " >&6
4752 else
4753   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4754 /* end confdefs.h.  */
4755
4756 int
4757 main ()
4758 {
4759 #ifndef __GNUC__
4760        choke me
4761 #endif
4762
4763   ;
4764   return 0;
4765 }
4766 _ACEOF
4767 if ac_fn_c_try_compile "$LINENO"; then :
4768   ac_compiler_gnu=yes
4769 else
4770   ac_compiler_gnu=no
4771 fi
4772 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4773 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4774
4775 fi
4776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4777 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4778 if test $ac_compiler_gnu = yes; then
4779   GCC=yes
4780 else
4781   GCC=
4782 fi
4783 ac_test_CFLAGS=${CFLAGS+set}
4784 ac_save_CFLAGS=$CFLAGS
4785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4786 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4787 if test "${ac_cv_prog_cc_g+set}" = set; then :
4788   $as_echo_n "(cached) " >&6
4789 else
4790   ac_save_c_werror_flag=$ac_c_werror_flag
4791    ac_c_werror_flag=yes
4792    ac_cv_prog_cc_g=no
4793    CFLAGS="-g"
4794    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4795 /* end confdefs.h.  */
4796
4797 int
4798 main ()
4799 {
4800
4801   ;
4802   return 0;
4803 }
4804 _ACEOF
4805 if ac_fn_c_try_compile "$LINENO"; then :
4806   ac_cv_prog_cc_g=yes
4807 else
4808   CFLAGS=""
4809       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4810 /* end confdefs.h.  */
4811
4812 int
4813 main ()
4814 {
4815
4816   ;
4817   return 0;
4818 }
4819 _ACEOF
4820 if ac_fn_c_try_compile "$LINENO"; then :
4821
4822 else
4823   ac_c_werror_flag=$ac_save_c_werror_flag
4824          CFLAGS="-g"
4825          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4826 /* end confdefs.h.  */
4827
4828 int
4829 main ()
4830 {
4831
4832   ;
4833   return 0;
4834 }
4835 _ACEOF
4836 if ac_fn_c_try_compile "$LINENO"; then :
4837   ac_cv_prog_cc_g=yes
4838 fi
4839 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4840 fi
4841 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4842 fi
4843 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4844    ac_c_werror_flag=$ac_save_c_werror_flag
4845 fi
4846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4847 $as_echo "$ac_cv_prog_cc_g" >&6; }
4848 if test "$ac_test_CFLAGS" = set; then
4849   CFLAGS=$ac_save_CFLAGS
4850 elif test $ac_cv_prog_cc_g = yes; then
4851   if test "$GCC" = yes; then
4852     CFLAGS="-g -O2"
4853   else
4854     CFLAGS="-g"
4855   fi
4856 else
4857   if test "$GCC" = yes; then
4858     CFLAGS="-O2"
4859   else
4860     CFLAGS=
4861   fi
4862 fi
4863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4864 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4865 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4866   $as_echo_n "(cached) " >&6
4867 else
4868   ac_cv_prog_cc_c89=no
4869 ac_save_CC=$CC
4870 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4871 /* end confdefs.h.  */
4872 #include <stdarg.h>
4873 #include <stdio.h>
4874 #include <sys/types.h>
4875 #include <sys/stat.h>
4876 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
4877 struct buf { int x; };
4878 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4879 static char *e (p, i)
4880      char **p;
4881      int i;
4882 {
4883   return p[i];
4884 }
4885 static char *f (char * (*g) (char **, int), char **p, ...)
4886 {
4887   char *s;
4888   va_list v;
4889   va_start (v,p);
4890   s = g (p, va_arg (v,int));
4891   va_end (v);
4892   return s;
4893 }
4894
4895 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
4896    function prototypes and stuff, but not '\xHH' hex character constants.
4897    These don't provoke an error unfortunately, instead are silently treated
4898    as 'x'.  The following induces an error, until -std is added to get
4899    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
4900    array size at least.  It's necessary to write '\x00'==0 to get something
4901    that's true only with -std.  */
4902 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4903
4904 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4905    inside strings and character constants.  */
4906 #define FOO(x) 'x'
4907 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4908
4909 int test (int i, double x);
4910 struct s1 {int (*f) (int a);};
4911 struct s2 {int (*f) (double a);};
4912 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4913 int argc;
4914 char **argv;
4915 int
4916 main ()
4917 {
4918 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
4919   ;
4920   return 0;
4921 }
4922 _ACEOF
4923 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4924         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4925 do
4926   CC="$ac_save_CC $ac_arg"
4927   if ac_fn_c_try_compile "$LINENO"; then :
4928   ac_cv_prog_cc_c89=$ac_arg
4929 fi
4930 rm -f core conftest.err conftest.$ac_objext
4931   test "x$ac_cv_prog_cc_c89" != "xno" && break
4932 done
4933 rm -f conftest.$ac_ext
4934 CC=$ac_save_CC
4935
4936 fi
4937 # AC_CACHE_VAL
4938 case "x$ac_cv_prog_cc_c89" in
4939   x)
4940     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4941 $as_echo "none needed" >&6; } ;;
4942   xno)
4943     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4944 $as_echo "unsupported" >&6; } ;;
4945   *)
4946     CC="$CC $ac_cv_prog_cc_c89"
4947     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4948 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4949 esac
4950 if test "x$ac_cv_prog_cc_c89" != xno; then :
4951
4952 fi
4953
4954 ac_ext=c
4955 ac_cpp='$CPP $CPPFLAGS'
4956 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4957 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4958 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4959
4960 ac_aux_dir=
4961 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4962   for ac_t in install-sh install.sh shtool; do
4963     if test -f "$ac_dir/$ac_t"; then
4964       ac_aux_dir=$ac_dir
4965       ac_install_sh="$ac_aux_dir/$ac_t -c"
4966       break 2
4967     fi
4968   done
4969 done
4970 if test -z "$ac_aux_dir"; then
4971   as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4972 fi
4973
4974 # These three variables are undocumented and unsupported,
4975 # and are intended to be withdrawn in a future Autoconf release.
4976 # They can cause serious problems if a builder's source tree is in a directory
4977 # whose full name contains unusual characters.
4978 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
4979 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
4980 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
4981
4982
4983 # Make sure we can run config.sub.
4984 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4985   as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4986
4987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4988 $as_echo_n "checking build system type... " >&6; }
4989 if test "${ac_cv_build+set}" = set; then :
4990   $as_echo_n "(cached) " >&6
4991 else
4992   ac_build_alias=$build_alias
4993 test "x$ac_build_alias" = x &&
4994   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4995 test "x$ac_build_alias" = x &&
4996   as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4997 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4998   as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4999
5000 fi
5001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
5002 $as_echo "$ac_cv_build" >&6; }
5003 case $ac_cv_build in
5004 *-*-*) ;;
5005 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
5006 esac
5007 build=$ac_cv_build
5008 ac_save_IFS=$IFS; IFS='-'
5009 set x $ac_cv_build
5010 shift
5011 build_cpu=$1
5012 build_vendor=$2
5013 shift; shift
5014 # Remember, the first character of IFS is used to create $*,
5015 # except with old shells:
5016 build_os=$*
5017 IFS=$ac_save_IFS
5018 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
5019
5020
5021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
5022 $as_echo_n "checking host system type... " >&6; }
5023 if test "${ac_cv_host+set}" = set; then :
5024   $as_echo_n "(cached) " >&6
5025 else
5026   if test "x$host_alias" = x; then
5027   ac_cv_host=$ac_cv_build
5028 else
5029   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
5030     as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
5031 fi
5032
5033 fi
5034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
5035 $as_echo "$ac_cv_host" >&6; }
5036 case $ac_cv_host in
5037 *-*-*) ;;
5038 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
5039 esac
5040 host=$ac_cv_host
5041 ac_save_IFS=$IFS; IFS='-'
5042 set x $ac_cv_host
5043 shift
5044 host_cpu=$1
5045 host_vendor=$2
5046 shift; shift
5047 # Remember, the first character of IFS is used to create $*,
5048 # except with old shells:
5049 host_os=$*
5050 IFS=$ac_save_IFS
5051 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
5052
5053
5054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
5055 $as_echo_n "checking target system type... " >&6; }
5056 if test "${ac_cv_target+set}" = set; then :
5057   $as_echo_n "(cached) " >&6
5058 else
5059   if test "x$target_alias" = x; then
5060   ac_cv_target=$ac_cv_host
5061 else
5062   ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
5063     as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
5064 fi
5065
5066 fi
5067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
5068 $as_echo "$ac_cv_target" >&6; }
5069 case $ac_cv_target in
5070 *-*-*) ;;
5071 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
5072 esac
5073 target=$ac_cv_target
5074 ac_save_IFS=$IFS; IFS='-'
5075 set x $ac_cv_target
5076 shift
5077 target_cpu=$1
5078 target_vendor=$2
5079 shift; shift
5080 # Remember, the first character of IFS is used to create $*,
5081 # except with old shells:
5082 target_os=$*
5083 IFS=$ac_save_IFS
5084 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
5085
5086
5087 # The aliases save the names the user supplied, while $host etc.
5088 # will get canonicalized.
5089 test -n "$target_alias" &&
5090   test "$program_prefix$program_suffix$program_transform_name" = \
5091     NONENONEs,x,x, &&
5092   program_prefix=${target_alias}-
5093
5094 ac_ext=c
5095 ac_cpp='$CPP $CPPFLAGS'
5096 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5097 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5098 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5100 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5101 # On Suns, sometimes $CPP names a directory.
5102 if test -n "$CPP" && test -d "$CPP"; then
5103   CPP=
5104 fi
5105 if test -z "$CPP"; then
5106   if test "${ac_cv_prog_CPP+set}" = set; then :
5107   $as_echo_n "(cached) " >&6
5108 else
5109       # Double quotes because CPP needs to be expanded
5110     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5111     do
5112       ac_preproc_ok=false
5113 for ac_c_preproc_warn_flag in '' yes
5114 do
5115   # Use a header file that comes with gcc, so configuring glibc
5116   # with a fresh cross-compiler works.
5117   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5118   # <limits.h> exists even on freestanding compilers.
5119   # On the NeXT, cc -E runs the code through the compiler's parser,
5120   # not just through cpp. "Syntax error" is here to catch this case.
5121   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5122 /* end confdefs.h.  */
5123 #ifdef __STDC__
5124 # include <limits.h>
5125 #else
5126 # include <assert.h>
5127 #endif
5128                      Syntax error
5129 _ACEOF
5130 if ac_fn_c_try_cpp "$LINENO"; then :
5131
5132 else
5133   # Broken: fails on valid input.
5134 continue
5135 fi
5136 rm -f conftest.err conftest.$ac_ext
5137
5138   # OK, works on sane cases.  Now check whether nonexistent headers
5139   # can be detected and how.
5140   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5141 /* end confdefs.h.  */
5142 #include <ac_nonexistent.h>
5143 _ACEOF
5144 if ac_fn_c_try_cpp "$LINENO"; then :
5145   # Broken: success on invalid input.
5146 continue
5147 else
5148   # Passes both tests.
5149 ac_preproc_ok=:
5150 break
5151 fi
5152 rm -f conftest.err conftest.$ac_ext
5153
5154 done
5155 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5156 rm -f conftest.err conftest.$ac_ext
5157 if $ac_preproc_ok; then :
5158   break
5159 fi
5160
5161     done
5162     ac_cv_prog_CPP=$CPP
5163
5164 fi
5165   CPP=$ac_cv_prog_CPP
5166 else
5167   ac_cv_prog_CPP=$CPP
5168 fi
5169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5170 $as_echo "$CPP" >&6; }
5171 ac_preproc_ok=false
5172 for ac_c_preproc_warn_flag in '' yes
5173 do
5174   # Use a header file that comes with gcc, so configuring glibc
5175   # with a fresh cross-compiler works.
5176   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5177   # <limits.h> exists even on freestanding compilers.
5178   # On the NeXT, cc -E runs the code through the compiler's parser,
5179   # not just through cpp. "Syntax error" is here to catch this case.
5180   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5181 /* end confdefs.h.  */
5182 #ifdef __STDC__
5183 # include <limits.h>
5184 #else
5185 # include <assert.h>
5186 #endif
5187                      Syntax error
5188 _ACEOF
5189 if ac_fn_c_try_cpp "$LINENO"; then :
5190
5191 else
5192   # Broken: fails on valid input.
5193 continue
5194 fi
5195 rm -f conftest.err conftest.$ac_ext
5196
5197   # OK, works on sane cases.  Now check whether nonexistent headers
5198   # can be detected and how.
5199   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5200 /* end confdefs.h.  */
5201 #include <ac_nonexistent.h>
5202 _ACEOF
5203 if ac_fn_c_try_cpp "$LINENO"; then :
5204   # Broken: success on invalid input.
5205 continue
5206 else
5207   # Passes both tests.
5208 ac_preproc_ok=:
5209 break
5210 fi
5211 rm -f conftest.err conftest.$ac_ext
5212
5213 done
5214 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5215 rm -f conftest.err conftest.$ac_ext
5216 if $ac_preproc_ok; then :
5217
5218 else
5219   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5220 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5221 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5222 See \`config.log' for more details." "$LINENO" 5; }
5223 fi
5224
5225 ac_ext=c
5226 ac_cpp='$CPP $CPPFLAGS'
5227 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5228 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5229 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5230
5231
5232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5233 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5234 if test "${ac_cv_path_GREP+set}" = set; then :
5235   $as_echo_n "(cached) " >&6
5236 else
5237   if test -z "$GREP"; then
5238   ac_path_GREP_found=false
5239   # Loop through the user's path and test for each of PROGNAME-LIST
5240   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5241 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5242 do
5243   IFS=$as_save_IFS
5244   test -z "$as_dir" && as_dir=.
5245     for ac_prog in grep ggrep; do
5246     for ac_exec_ext in '' $ac_executable_extensions; do
5247       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5248       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5249 # Check for GNU ac_path_GREP and select it if it is found.
5250   # Check for GNU $ac_path_GREP
5251 case `"$ac_path_GREP" --version 2>&1` in
5252 *GNU*)
5253   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5254 *)
5255   ac_count=0
5256   $as_echo_n 0123456789 >"conftest.in"
5257   while :
5258   do
5259     cat "conftest.in" "conftest.in" >"conftest.tmp"
5260     mv "conftest.tmp" "conftest.in"
5261     cp "conftest.in" "conftest.nl"
5262     $as_echo 'GREP' >> "conftest.nl"
5263     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5264     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5265     as_fn_arith $ac_count + 1 && ac_count=$as_val
5266     if test $ac_count -gt ${ac_path_GREP_max-0}; then
5267       # Best one so far, save it but keep looking for a better one
5268       ac_cv_path_GREP="$ac_path_GREP"
5269       ac_path_GREP_max=$ac_count
5270     fi
5271     # 10*(2^10) chars as input seems more than enough
5272     test $ac_count -gt 10 && break
5273   done
5274   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5275 esac
5276
5277       $ac_path_GREP_found && break 3
5278     done
5279   done
5280   done
5281 IFS=$as_save_IFS
5282   if test -z "$ac_cv_path_GREP"; then
5283     as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5284   fi
5285 else
5286   ac_cv_path_GREP=$GREP
5287 fi
5288
5289 fi
5290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5291 $as_echo "$ac_cv_path_GREP" >&6; }
5292  GREP="$ac_cv_path_GREP"
5293
5294
5295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5296 $as_echo_n "checking for egrep... " >&6; }
5297 if test "${ac_cv_path_EGREP+set}" = set; then :
5298   $as_echo_n "(cached) " >&6
5299 else
5300   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5301    then ac_cv_path_EGREP="$GREP -E"
5302    else
5303      if test -z "$EGREP"; then
5304   ac_path_EGREP_found=false
5305   # Loop through the user's path and test for each of PROGNAME-LIST
5306   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5307 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5308 do
5309   IFS=$as_save_IFS
5310   test -z "$as_dir" && as_dir=.
5311     for ac_prog in egrep; do
5312     for ac_exec_ext in '' $ac_executable_extensions; do
5313       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5314       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5315 # Check for GNU ac_path_EGREP and select it if it is found.
5316   # Check for GNU $ac_path_EGREP
5317 case `"$ac_path_EGREP" --version 2>&1` in
5318 *GNU*)
5319   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5320 *)
5321   ac_count=0
5322   $as_echo_n 0123456789 >"conftest.in"
5323   while :
5324   do
5325     cat "conftest.in" "conftest.in" >"conftest.tmp"
5326     mv "conftest.tmp" "conftest.in"
5327     cp "conftest.in" "conftest.nl"
5328     $as_echo 'EGREP' >> "conftest.nl"
5329     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5330     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5331     as_fn_arith $ac_count + 1 && ac_count=$as_val
5332     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5333       # Best one so far, save it but keep looking for a better one
5334       ac_cv_path_EGREP="$ac_path_EGREP"
5335       ac_path_EGREP_max=$ac_count
5336     fi
5337     # 10*(2^10) chars as input seems more than enough
5338     test $ac_count -gt 10 && break
5339   done
5340   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5341 esac
5342
5343       $ac_path_EGREP_found && break 3
5344     done
5345   done
5346   done
5347 IFS=$as_save_IFS
5348   if test -z "$ac_cv_path_EGREP"; then
5349     as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5350   fi
5351 else
5352   ac_cv_path_EGREP=$EGREP
5353 fi
5354
5355    fi
5356 fi
5357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5358 $as_echo "$ac_cv_path_EGREP" >&6; }
5359  EGREP="$ac_cv_path_EGREP"
5360
5361
5362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5363 $as_echo_n "checking for ANSI C header files... " >&6; }
5364 if test "${ac_cv_header_stdc+set}" = set; then :
5365   $as_echo_n "(cached) " >&6
5366 else
5367   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5368 /* end confdefs.h.  */
5369 #include <stdlib.h>
5370 #include <stdarg.h>
5371 #include <string.h>
5372 #include <float.h>
5373
5374 int
5375 main ()
5376 {
5377
5378   ;
5379   return 0;
5380 }
5381 _ACEOF
5382 if ac_fn_c_try_compile "$LINENO"; then :
5383   ac_cv_header_stdc=yes
5384 else
5385   ac_cv_header_stdc=no
5386 fi
5387 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5388
5389 if test $ac_cv_header_stdc = yes; then
5390   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5391   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5392 /* end confdefs.h.  */
5393 #include <string.h>
5394
5395 _ACEOF
5396 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5397   $EGREP "memchr" >/dev/null 2>&1; then :
5398
5399 else
5400   ac_cv_header_stdc=no
5401 fi
5402 rm -f conftest*
5403
5404 fi
5405
5406 if test $ac_cv_header_stdc = yes; then
5407   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5408   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5409 /* end confdefs.h.  */
5410 #include <stdlib.h>
5411
5412 _ACEOF
5413 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5414   $EGREP "free" >/dev/null 2>&1; then :
5415
5416 else
5417   ac_cv_header_stdc=no
5418 fi
5419 rm -f conftest*
5420
5421 fi
5422
5423 if test $ac_cv_header_stdc = yes; then
5424   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5425   if test "$cross_compiling" = yes; then :
5426   :
5427 else
5428   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5429 /* end confdefs.h.  */
5430 #include <ctype.h>
5431 #include <stdlib.h>
5432 #if ((' ' & 0x0FF) == 0x020)
5433 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5434 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5435 #else
5436 # define ISLOWER(c) \
5437                    (('a' <= (c) && (c) <= 'i') \
5438                      || ('j' <= (c) && (c) <= 'r') \
5439                      || ('s' <= (c) && (c) <= 'z'))
5440 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5441 #endif
5442
5443 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5444 int
5445 main ()
5446 {
5447   int i;
5448   for (i = 0; i < 256; i++)
5449     if (XOR (islower (i), ISLOWER (i))
5450         || toupper (i) != TOUPPER (i))
5451       return 2;
5452   return 0;
5453 }
5454 _ACEOF
5455 if ac_fn_c_try_run "$LINENO"; then :
5456
5457 else
5458   ac_cv_header_stdc=no
5459 fi
5460 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5461   conftest.$ac_objext conftest.beam conftest.$ac_ext
5462 fi
5463
5464 fi
5465 fi
5466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5467 $as_echo "$ac_cv_header_stdc" >&6; }
5468 if test $ac_cv_header_stdc = yes; then
5469
5470 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5471
5472 fi
5473
5474 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5475 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5476                   inttypes.h stdint.h unistd.h
5477 do :
5478   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5479 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5480 "
5481 eval as_val=\$$as_ac_Header
5482    if test "x$as_val" = x""yes; then :
5483   cat >>confdefs.h <<_ACEOF
5484 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5485 _ACEOF
5486
5487 fi
5488
5489 done
5490
5491
5492
5493   ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5494 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5495   MINIX=yes
5496 else
5497   MINIX=
5498 fi
5499
5500
5501   if test "$MINIX" = yes; then
5502
5503 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5504
5505
5506 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5507
5508
5509 $as_echo "#define _MINIX 1" >>confdefs.h
5510
5511   fi
5512
5513
5514   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5515 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5516 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5517   $as_echo_n "(cached) " >&6
5518 else
5519   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5520 /* end confdefs.h.  */
5521
5522 #         define __EXTENSIONS__ 1
5523           $ac_includes_default
5524 int
5525 main ()
5526 {
5527
5528   ;
5529   return 0;
5530 }
5531 _ACEOF
5532 if ac_fn_c_try_compile "$LINENO"; then :
5533   ac_cv_safe_to_define___extensions__=yes
5534 else
5535   ac_cv_safe_to_define___extensions__=no
5536 fi
5537 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5538 fi
5539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5540 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5541   test $ac_cv_safe_to_define___extensions__ = yes &&
5542     $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5543
5544   $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5545
5546   $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5547
5548   $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5549
5550   $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5551
5552
5553 test "$program_prefix" != NONE &&
5554   program_transform_name="s&^&$program_prefix&;$program_transform_name"
5555 # Use a double $ so make ignores it.
5556 test "$program_suffix" != NONE &&
5557   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5558 # Double any \ or $.
5559 # By default was `s,x,x', remove it if useless.
5560 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5561 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5562
5563 # Find a good install program.  We prefer a C program (faster),
5564 # so one script is as good as another.  But avoid the broken or
5565 # incompatible versions:
5566 # SysV /etc/install, /usr/sbin/install
5567 # SunOS /usr/etc/install
5568 # IRIX /sbin/install
5569 # AIX /bin/install
5570 # AmigaOS /C/install, which installs bootblocks on floppy discs
5571 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5572 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
5573 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5574 # OS/2's system install, which has a completely different semantic
5575 # ./install, which can be erroneously created by make from ./install.sh.
5576 # Reject install programs that cannot install multiple files.
5577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5578 $as_echo_n "checking for a BSD-compatible install... " >&6; }
5579 if test -z "$INSTALL"; then
5580 if test "${ac_cv_path_install+set}" = set; then :
5581   $as_echo_n "(cached) " >&6
5582 else
5583   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5584 for as_dir in $PATH
5585 do
5586   IFS=$as_save_IFS
5587   test -z "$as_dir" && as_dir=.
5588     # Account for people who put trailing slashes in PATH elements.
5589 case $as_dir/ in #((
5590   ./ | .// | /[cC]/* | \
5591   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5592   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5593   /usr/ucb/* ) ;;
5594   *)
5595     # OSF1 and SCO ODT 3.0 have their own names for install.
5596     # Don't use installbsd from OSF since it installs stuff as root
5597     # by default.
5598     for ac_prog in ginstall scoinst install; do
5599       for ac_exec_ext in '' $ac_executable_extensions; do
5600         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
5601           if test $ac_prog = install &&
5602             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5603             # AIX install.  It has an incompatible calling convention.
5604             :
5605           elif test $ac_prog = install &&
5606             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5607             # program-specific install script used by HP pwplus--don't use.
5608             :
5609           else
5610             rm -rf conftest.one conftest.two conftest.dir
5611             echo one > conftest.one
5612             echo two > conftest.two
5613             mkdir conftest.dir
5614             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5615               test -s conftest.one && test -s conftest.two &&
5616               test -s conftest.dir/conftest.one &&
5617               test -s conftest.dir/conftest.two
5618             then
5619               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5620               break 3
5621             fi
5622           fi
5623         fi
5624       done
5625     done
5626     ;;
5627 esac
5628
5629   done
5630 IFS=$as_save_IFS
5631
5632 rm -rf conftest.one conftest.two conftest.dir
5633
5634 fi
5635   if test "${ac_cv_path_install+set}" = set; then
5636     INSTALL=$ac_cv_path_install
5637   else
5638     # As a last resort, use the slow shell script.  Don't cache a
5639     # value for INSTALL within a source directory, because that will
5640     # break other packages using the cache if that directory is
5641     # removed, or if the value is a relative name.
5642     INSTALL=$ac_install_sh
5643   fi
5644 fi
5645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5646 $as_echo "$INSTALL" >&6; }
5647
5648 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5649 # It thinks the first close brace ends the variable substitution.
5650 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5651
5652 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5653
5654 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5655
5656 rm -rf .tst 2>/dev/null
5657 mkdir .tst 2>/dev/null
5658 if test -d .tst; then
5659   am__leading_dot=.
5660 else
5661   am__leading_dot=_
5662 fi
5663 rmdir .tst 2>/dev/null
5664
5665 DEPDIR="${am__leading_dot}deps"
5666
5667 case `pwd` in
5668   *\ * | *\     *)
5669     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5670 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5671 esac
5672
5673
5674
5675 macro_version='2.2.7a'
5676 macro_revision='1.3134'
5677
5678
5679
5680
5681
5682
5683
5684
5685
5686
5687
5688
5689
5690 ltmain="$ac_aux_dir/ltmain.sh"
5691
5692 # Backslashify metacharacters that are still active within
5693 # double-quoted strings.
5694 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5695
5696 # Same as above, but do not quote variable references.
5697 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5698
5699 # Sed substitution to delay expansion of an escaped shell variable in a
5700 # double_quote_subst'ed string.
5701 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5702
5703 # Sed substitution to delay expansion of an escaped single quote.
5704 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5705
5706 # Sed substitution to avoid accidental globbing in evaled expressions
5707 no_glob_subst='s/\*/\\\*/g'
5708
5709 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5710 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5711 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5712
5713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5714 $as_echo_n "checking how to print strings... " >&6; }
5715 # Test print first, because it will be a builtin if present.
5716 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5717    test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5718   ECHO='print -r --'
5719 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5720   ECHO='printf %s\n'
5721 else
5722   # Use this function as a fallback that always works.
5723   func_fallback_echo ()
5724   {
5725     eval 'cat <<_LTECHO_EOF
5726 $1
5727 _LTECHO_EOF'
5728   }
5729   ECHO='func_fallback_echo'
5730 fi
5731
5732 # func_echo_all arg...
5733 # Invoke $ECHO with all args, space-separated.
5734 func_echo_all ()
5735 {
5736     $ECHO ""
5737 }
5738
5739 case "$ECHO" in
5740   printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5741 $as_echo "printf" >&6; } ;;
5742   print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5743 $as_echo "print -r" >&6; } ;;
5744   *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5745 $as_echo "cat" >&6; } ;;
5746 esac
5747
5748
5749
5750
5751
5752
5753
5754
5755
5756
5757
5758
5759
5760
5761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5762 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5763 if test "${ac_cv_path_SED+set}" = set; then :
5764   $as_echo_n "(cached) " >&6
5765 else
5766             ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5767      for ac_i in 1 2 3 4 5 6 7; do
5768        ac_script="$ac_script$as_nl$ac_script"
5769      done
5770      echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5771      { ac_script=; unset ac_script;}
5772      if test -z "$SED"; then
5773   ac_path_SED_found=false
5774   # Loop through the user's path and test for each of PROGNAME-LIST
5775   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5776 for as_dir in $PATH
5777 do
5778   IFS=$as_save_IFS
5779   test -z "$as_dir" && as_dir=.
5780     for ac_prog in sed gsed; do
5781     for ac_exec_ext in '' $ac_executable_extensions; do
5782       ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5783       { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5784 # Check for GNU ac_path_SED and select it if it is found.
5785   # Check for GNU $ac_path_SED
5786 case `"$ac_path_SED" --version 2>&1` in
5787 *GNU*)
5788   ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5789 *)
5790   ac_count=0
5791   $as_echo_n 0123456789 >"conftest.in"
5792   while :
5793   do
5794     cat "conftest.in" "conftest.in" >"conftest.tmp"
5795     mv "conftest.tmp" "conftest.in"
5796     cp "conftest.in" "conftest.nl"
5797     $as_echo '' >> "conftest.nl"
5798     "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5799     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5800     as_fn_arith $ac_count + 1 && ac_count=$as_val
5801     if test $ac_count -gt ${ac_path_SED_max-0}; then
5802       # Best one so far, save it but keep looking for a better one
5803       ac_cv_path_SED="$ac_path_SED"
5804       ac_path_SED_max=$ac_count
5805     fi
5806     # 10*(2^10) chars as input seems more than enough
5807     test $ac_count -gt 10 && break
5808   done
5809   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5810 esac
5811
5812       $ac_path_SED_found && break 3
5813     done
5814   done
5815   done
5816 IFS=$as_save_IFS
5817   if test -z "$ac_cv_path_SED"; then
5818     as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5819   fi
5820 else
5821   ac_cv_path_SED=$SED
5822 fi
5823
5824 fi
5825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5826 $as_echo "$ac_cv_path_SED" >&6; }
5827  SED="$ac_cv_path_SED"
5828   rm -f conftest.sed
5829
5830 test -z "$SED" && SED=sed
5831 Xsed="$SED -e 1s/^X//"
5832
5833
5834
5835
5836
5837
5838
5839
5840
5841
5842
5843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5844 $as_echo_n "checking for fgrep... " >&6; }
5845 if test "${ac_cv_path_FGREP+set}" = set; then :
5846   $as_echo_n "(cached) " >&6
5847 else
5848   if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5849    then ac_cv_path_FGREP="$GREP -F"
5850    else
5851      if test -z "$FGREP"; then
5852   ac_path_FGREP_found=false
5853   # Loop through the user's path and test for each of PROGNAME-LIST
5854   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5855 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5856 do
5857   IFS=$as_save_IFS
5858   test -z "$as_dir" && as_dir=.
5859     for ac_prog in fgrep; do
5860     for ac_exec_ext in '' $ac_executable_extensions; do
5861       ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5862       { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5863 # Check for GNU ac_path_FGREP and select it if it is found.
5864   # Check for GNU $ac_path_FGREP
5865 case `"$ac_path_FGREP" --version 2>&1` in
5866 *GNU*)
5867   ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5868 *)
5869   ac_count=0
5870   $as_echo_n 0123456789 >"conftest.in"
5871   while :
5872   do
5873     cat "conftest.in" "conftest.in" >"conftest.tmp"
5874     mv "conftest.tmp" "conftest.in"
5875     cp "conftest.in" "conftest.nl"
5876     $as_echo 'FGREP' >> "conftest.nl"
5877     "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5878     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5879     as_fn_arith $ac_count + 1 && ac_count=$as_val
5880     if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5881       # Best one so far, save it but keep looking for a better one
5882       ac_cv_path_FGREP="$ac_path_FGREP"
5883       ac_path_FGREP_max=$ac_count
5884     fi
5885     # 10*(2^10) chars as input seems more than enough
5886     test $ac_count -gt 10 && break
5887   done
5888   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5889 esac
5890
5891       $ac_path_FGREP_found && break 3
5892     done
5893   done
5894   done
5895 IFS=$as_save_IFS
5896   if test -z "$ac_cv_path_FGREP"; then
5897     as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5898   fi
5899 else
5900   ac_cv_path_FGREP=$FGREP
5901 fi
5902
5903    fi
5904 fi
5905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5906 $as_echo "$ac_cv_path_FGREP" >&6; }
5907  FGREP="$ac_cv_path_FGREP"
5908
5909
5910 test -z "$GREP" && GREP=grep
5911
5912
5913
5914
5915
5916
5917
5918
5919
5920
5921
5922
5923
5924
5925
5926
5927
5928
5929
5930 # Check whether --with-gnu-ld was given.
5931 if test "${with_gnu_ld+set}" = set; then :
5932   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5933 else
5934   with_gnu_ld=no
5935 fi
5936
5937 ac_prog=ld
5938 if test "$GCC" = yes; then
5939   # Check if gcc -print-prog-name=ld gives a path.
5940   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5941 $as_echo_n "checking for ld used by $CC... " >&6; }
5942   case $host in
5943   *-*-mingw*)
5944     # gcc leaves a trailing carriage return which upsets mingw
5945     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5946   *)
5947     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5948   esac
5949   case $ac_prog in
5950     # Accept absolute paths.
5951     [\\/]* | ?:[\\/]*)
5952       re_direlt='/[^/][^/]*/\.\./'
5953       # Canonicalize the pathname of ld
5954       ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5955       while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5956         ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5957       done
5958       test -z "$LD" && LD="$ac_prog"
5959       ;;
5960   "")
5961     # If it fails, then pretend we aren't using GCC.
5962     ac_prog=ld
5963     ;;
5964   *)
5965     # If it is relative, then search for the first ld in PATH.
5966     with_gnu_ld=unknown
5967     ;;
5968   esac
5969 elif test "$with_gnu_ld" = yes; then
5970   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5971 $as_echo_n "checking for GNU ld... " >&6; }
5972 else
5973   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5974 $as_echo_n "checking for non-GNU ld... " >&6; }
5975 fi
5976 if test "${lt_cv_path_LD+set}" = set; then :
5977   $as_echo_n "(cached) " >&6
5978 else
5979   if test -z "$LD"; then
5980   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5981   for ac_dir in $PATH; do
5982     IFS="$lt_save_ifs"
5983     test -z "$ac_dir" && ac_dir=.
5984     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5985       lt_cv_path_LD="$ac_dir/$ac_prog"
5986       # Check to see if the program is GNU ld.  I'd rather use --version,
5987       # but apparently some variants of GNU ld only accept -v.
5988       # Break only if it was the GNU/non-GNU ld that we prefer.
5989       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5990       *GNU* | *'with BFD'*)
5991         test "$with_gnu_ld" != no && break
5992         ;;
5993       *)
5994         test "$with_gnu_ld" != yes && break
5995         ;;
5996       esac
5997     fi
5998   done
5999   IFS="$lt_save_ifs"
6000 else
6001   lt_cv_path_LD="$LD" # Let the user override the test with a path.
6002 fi
6003 fi
6004
6005 LD="$lt_cv_path_LD"
6006 if test -n "$LD"; then
6007   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
6008 $as_echo "$LD" >&6; }
6009 else
6010   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6011 $as_echo "no" >&6; }
6012 fi
6013 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
6014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
6015 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
6016 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
6017   $as_echo_n "(cached) " >&6
6018 else
6019   # I'd rather use --version here, but apparently some GNU lds only accept -v.
6020 case `$LD -v 2>&1 </dev/null` in
6021 *GNU* | *'with BFD'*)
6022   lt_cv_prog_gnu_ld=yes
6023   ;;
6024 *)
6025   lt_cv_prog_gnu_ld=no
6026   ;;
6027 esac
6028 fi
6029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
6030 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
6031 with_gnu_ld=$lt_cv_prog_gnu_ld
6032
6033
6034
6035
6036
6037
6038
6039
6040
6041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
6042 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
6043 if test "${lt_cv_path_NM+set}" = set; then :
6044   $as_echo_n "(cached) " >&6
6045 else
6046   if test -n "$NM"; then
6047   # Let the user override the test.
6048   lt_cv_path_NM="$NM"
6049 else
6050   lt_nm_to_check="${ac_tool_prefix}nm"
6051   if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
6052     lt_nm_to_check="$lt_nm_to_check nm"
6053   fi
6054   for lt_tmp_nm in $lt_nm_to_check; do
6055     lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6056     for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
6057       IFS="$lt_save_ifs"
6058       test -z "$ac_dir" && ac_dir=.
6059       tmp_nm="$ac_dir/$lt_tmp_nm"
6060       if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
6061         # Check to see if the nm accepts a BSD-compat flag.
6062         # Adding the `sed 1q' prevents false positives on HP-UX, which says:
6063         #   nm: unknown option "B" ignored
6064         # Tru64's nm complains that /dev/null is an invalid object file
6065         case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
6066         */dev/null* | *'Invalid file or object type'*)
6067           lt_cv_path_NM="$tmp_nm -B"
6068           break
6069           ;;
6070         *)
6071           case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
6072           */dev/null*)
6073             lt_cv_path_NM="$tmp_nm -p"
6074             break
6075             ;;
6076           *)
6077             lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
6078             continue # so that we can try to find one that supports BSD flags
6079             ;;
6080           esac
6081           ;;
6082         esac
6083       fi
6084     done
6085     IFS="$lt_save_ifs"
6086   done
6087   : ${lt_cv_path_NM=no}
6088 fi
6089 fi
6090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
6091 $as_echo "$lt_cv_path_NM" >&6; }
6092 if test "$lt_cv_path_NM" != "no"; then
6093   NM="$lt_cv_path_NM"
6094 else
6095   # Didn't find any BSD compatible name lister, look for dumpbin.
6096   if test -n "$DUMPBIN"; then :
6097     # Let the user override the test.
6098   else
6099     if test -n "$ac_tool_prefix"; then
6100   for ac_prog in dumpbin "link -dump"
6101   do
6102     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6103 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6105 $as_echo_n "checking for $ac_word... " >&6; }
6106 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
6107   $as_echo_n "(cached) " >&6
6108 else
6109   if test -n "$DUMPBIN"; then
6110   ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6111 else
6112 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6113 for as_dir in $PATH
6114 do
6115   IFS=$as_save_IFS
6116   test -z "$as_dir" && as_dir=.
6117     for ac_exec_ext in '' $ac_executable_extensions; do
6118   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6119     ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6120     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6121     break 2
6122   fi
6123 done
6124   done
6125 IFS=$as_save_IFS
6126
6127 fi
6128 fi
6129 DUMPBIN=$ac_cv_prog_DUMPBIN
6130 if test -n "$DUMPBIN"; then
6131   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6132 $as_echo "$DUMPBIN" >&6; }
6133 else
6134   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6135 $as_echo "no" >&6; }
6136 fi
6137
6138
6139     test -n "$DUMPBIN" && break
6140   done
6141 fi
6142 if test -z "$DUMPBIN"; then
6143   ac_ct_DUMPBIN=$DUMPBIN
6144   for ac_prog in dumpbin "link -dump"
6145 do
6146   # Extract the first word of "$ac_prog", so it can be a program name with args.
6147 set dummy $ac_prog; ac_word=$2
6148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6149 $as_echo_n "checking for $ac_word... " >&6; }
6150 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
6151   $as_echo_n "(cached) " >&6
6152 else
6153   if test -n "$ac_ct_DUMPBIN"; then
6154   ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6155 else
6156 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6157 for as_dir in $PATH
6158 do
6159   IFS=$as_save_IFS
6160   test -z "$as_dir" && as_dir=.
6161     for ac_exec_ext in '' $ac_executable_extensions; do
6162   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6163     ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6164     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6165     break 2
6166   fi
6167 done
6168   done
6169 IFS=$as_save_IFS
6170
6171 fi
6172 fi
6173 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6174 if test -n "$ac_ct_DUMPBIN"; then
6175   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6176 $as_echo "$ac_ct_DUMPBIN" >&6; }
6177 else
6178   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6179 $as_echo "no" >&6; }
6180 fi
6181
6182
6183   test -n "$ac_ct_DUMPBIN" && break
6184 done
6185
6186   if test "x$ac_ct_DUMPBIN" = x; then
6187     DUMPBIN=":"
6188   else
6189     case $cross_compiling:$ac_tool_warned in
6190 yes:)
6191 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6192 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6193 ac_tool_warned=yes ;;
6194 esac
6195     DUMPBIN=$ac_ct_DUMPBIN
6196   fi
6197 fi
6198
6199     case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6200     *COFF*)
6201       DUMPBIN="$DUMPBIN -symbols"
6202       ;;
6203     *)
6204       DUMPBIN=:
6205       ;;
6206     esac
6207   fi
6208
6209   if test "$DUMPBIN" != ":"; then
6210     NM="$DUMPBIN"
6211   fi
6212 fi
6213 test -z "$NM" && NM=nm
6214
6215
6216
6217
6218
6219
6220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6221 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
6222 if test "${lt_cv_nm_interface+set}" = set; then :
6223   $as_echo_n "(cached) " >&6
6224 else
6225   lt_cv_nm_interface="BSD nm"
6226   echo "int some_variable = 0;" > conftest.$ac_ext
6227   (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6228   (eval "$ac_compile" 2>conftest.err)
6229   cat conftest.err >&5
6230   (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6231   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6232   cat conftest.err >&5
6233   (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6234   cat conftest.out >&5
6235   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6236     lt_cv_nm_interface="MS dumpbin"
6237   fi
6238   rm -f conftest*
6239 fi
6240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6241 $as_echo "$lt_cv_nm_interface" >&6; }
6242
6243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6244 $as_echo_n "checking whether ln -s works... " >&6; }
6245 LN_S=$as_ln_s
6246 if test "$LN_S" = "ln -s"; then
6247   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6248 $as_echo "yes" >&6; }
6249 else
6250   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6251 $as_echo "no, using $LN_S" >&6; }
6252 fi
6253
6254 # find the maximum length of command line arguments
6255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6256 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
6257 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
6258   $as_echo_n "(cached) " >&6
6259 else
6260     i=0
6261   teststring="ABCD"
6262
6263   case $build_os in
6264   msdosdjgpp*)
6265     # On DJGPP, this test can blow up pretty badly due to problems in libc
6266     # (any single argument exceeding 2000 bytes causes a buffer overrun
6267     # during glob expansion).  Even if it were fixed, the result of this
6268     # check would be larger than it should be.
6269     lt_cv_sys_max_cmd_len=12288;    # 12K is about right
6270     ;;
6271
6272   gnu*)
6273     # Under GNU Hurd, this test is not required because there is
6274     # no limit to the length of command line arguments.
6275     # Libtool will interpret -1 as no limit whatsoever
6276     lt_cv_sys_max_cmd_len=-1;
6277     ;;
6278
6279   cygwin* | mingw* | cegcc*)
6280     # On Win9x/ME, this test blows up -- it succeeds, but takes
6281     # about 5 minutes as the teststring grows exponentially.
6282     # Worse, since 9x/ME are not pre-emptively multitasking,
6283     # you end up with a "frozen" computer, even though with patience
6284     # the test eventually succeeds (with a max line length of 256k).
6285     # Instead, let's just punt: use the minimum linelength reported by
6286     # all of the supported platforms: 8192 (on NT/2K/XP).
6287     lt_cv_sys_max_cmd_len=8192;
6288     ;;
6289
6290   mint*)
6291     # On MiNT this can take a long time and run out of memory.
6292     lt_cv_sys_max_cmd_len=8192;
6293     ;;
6294
6295   amigaos*)
6296     # On AmigaOS with pdksh, this test takes hours, literally.
6297     # So we just punt and use a minimum line length of 8192.
6298     lt_cv_sys_max_cmd_len=8192;
6299     ;;
6300
6301   netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6302     # This has been around since 386BSD, at least.  Likely further.
6303     if test -x /sbin/sysctl; then
6304       lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6305     elif test -x /usr/sbin/sysctl; then
6306       lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6307     else
6308       lt_cv_sys_max_cmd_len=65536       # usable default for all BSDs
6309     fi
6310     # And add a safety zone
6311     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6312     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6313     ;;
6314
6315   interix*)
6316     # We know the value 262144 and hardcode it with a safety zone (like BSD)
6317     lt_cv_sys_max_cmd_len=196608
6318     ;;
6319
6320   osf*)
6321     # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6322     # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6323     # nice to cause kernel panics so lets avoid the loop below.
6324     # First set a reasonable default.
6325     lt_cv_sys_max_cmd_len=16384
6326     #
6327     if test -x /sbin/sysconfig; then
6328       case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6329         *1*) lt_cv_sys_max_cmd_len=-1 ;;
6330       esac
6331     fi
6332     ;;
6333   sco3.2v5*)
6334     lt_cv_sys_max_cmd_len=102400
6335     ;;
6336   sysv5* | sco5v6* | sysv4.2uw2*)
6337     kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6338     if test -n "$kargmax"; then
6339       lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[  ]//'`
6340     else
6341       lt_cv_sys_max_cmd_len=32768
6342     fi
6343     ;;
6344   *)
6345     lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6346     if test -n "$lt_cv_sys_max_cmd_len"; then
6347       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6348       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6349     else
6350       # Make teststring a little bigger before we do anything with it.
6351       # a 1K string should be a reasonable start.
6352       for i in 1 2 3 4 5 6 7 8 ; do
6353         teststring=$teststring$teststring
6354       done
6355       SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6356       # If test is not a shell built-in, we'll probably end up computing a
6357       # maximum length that is only half of the actual maximum length, but
6358       # we can't tell.
6359       while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6360                  = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6361               test $i != 17 # 1/2 MB should be enough
6362       do
6363         i=`expr $i + 1`
6364         teststring=$teststring$teststring
6365       done
6366       # Only check the string length outside the loop.
6367       lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6368       teststring=
6369       # Add a significant safety factor because C++ compilers can tack on
6370       # massive amounts of additional arguments before passing them to the
6371       # linker.  It appears as though 1/2 is a usable value.
6372       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6373     fi
6374     ;;
6375   esac
6376
6377 fi
6378
6379 if test -n $lt_cv_sys_max_cmd_len ; then
6380   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6381 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6382 else
6383   { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6384 $as_echo "none" >&6; }
6385 fi
6386 max_cmd_len=$lt_cv_sys_max_cmd_len
6387
6388
6389
6390
6391
6392
6393 : ${CP="cp -f"}
6394 : ${MV="mv -f"}
6395 : ${RM="rm -f"}
6396
6397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6398 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6399 # Try some XSI features
6400 xsi_shell=no
6401 ( _lt_dummy="a/b/c"
6402   test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6403       = c,a/b,, \
6404     && eval 'test $(( 1 + 1 )) -eq 2 \
6405     && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6406   && xsi_shell=yes
6407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6408 $as_echo "$xsi_shell" >&6; }
6409
6410
6411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6412 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6413 lt_shell_append=no
6414 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6415     >/dev/null 2>&1 \
6416   && lt_shell_append=yes
6417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6418 $as_echo "$lt_shell_append" >&6; }
6419
6420
6421 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6422   lt_unset=unset
6423 else
6424   lt_unset=false
6425 fi
6426
6427
6428
6429
6430
6431 # test EBCDIC or ASCII
6432 case `echo X|tr X '\101'` in
6433  A) # ASCII based system
6434     # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6435   lt_SP2NL='tr \040 \012'
6436   lt_NL2SP='tr \015\012 \040\040'
6437   ;;
6438  *) # EBCDIC based system
6439   lt_SP2NL='tr \100 \n'
6440   lt_NL2SP='tr \r\n \100\100'
6441   ;;
6442 esac
6443
6444
6445
6446
6447
6448
6449
6450
6451
6452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6453 $as_echo_n "checking for $LD option to reload object files... " >&6; }
6454 if test "${lt_cv_ld_reload_flag+set}" = set; then :
6455   $as_echo_n "(cached) " >&6
6456 else
6457   lt_cv_ld_reload_flag='-r'
6458 fi
6459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6460 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6461 reload_flag=$lt_cv_ld_reload_flag
6462 case $reload_flag in
6463 "" | " "*) ;;
6464 *) reload_flag=" $reload_flag" ;;
6465 esac
6466 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6467 case $host_os in
6468   darwin*)
6469     if test "$GCC" = yes; then
6470       reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6471     else
6472       reload_cmds='$LD$reload_flag -o $output$reload_objs'
6473     fi
6474     ;;
6475 esac
6476
6477
6478
6479
6480
6481
6482
6483
6484
6485 if test -n "$ac_tool_prefix"; then
6486   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6487 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6489 $as_echo_n "checking for $ac_word... " >&6; }
6490 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6491   $as_echo_n "(cached) " >&6
6492 else
6493   if test -n "$OBJDUMP"; then
6494   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6495 else
6496 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6497 for as_dir in $PATH
6498 do
6499   IFS=$as_save_IFS
6500   test -z "$as_dir" && as_dir=.
6501     for ac_exec_ext in '' $ac_executable_extensions; do
6502   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6503     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6504     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6505     break 2
6506   fi
6507 done
6508   done
6509 IFS=$as_save_IFS
6510
6511 fi
6512 fi
6513 OBJDUMP=$ac_cv_prog_OBJDUMP
6514 if test -n "$OBJDUMP"; then
6515   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6516 $as_echo "$OBJDUMP" >&6; }
6517 else
6518   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6519 $as_echo "no" >&6; }
6520 fi
6521
6522
6523 fi
6524 if test -z "$ac_cv_prog_OBJDUMP"; then
6525   ac_ct_OBJDUMP=$OBJDUMP
6526   # Extract the first word of "objdump", so it can be a program name with args.
6527 set dummy objdump; ac_word=$2
6528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6529 $as_echo_n "checking for $ac_word... " >&6; }
6530 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6531   $as_echo_n "(cached) " >&6
6532 else
6533   if test -n "$ac_ct_OBJDUMP"; then
6534   ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6535 else
6536 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6537 for as_dir in $PATH
6538 do
6539   IFS=$as_save_IFS
6540   test -z "$as_dir" && as_dir=.
6541     for ac_exec_ext in '' $ac_executable_extensions; do
6542   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6543     ac_cv_prog_ac_ct_OBJDUMP="objdump"
6544     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6545     break 2
6546   fi
6547 done
6548   done
6549 IFS=$as_save_IFS
6550
6551 fi
6552 fi
6553 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6554 if test -n "$ac_ct_OBJDUMP"; then
6555   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6556 $as_echo "$ac_ct_OBJDUMP" >&6; }
6557 else
6558   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6559 $as_echo "no" >&6; }
6560 fi
6561
6562   if test "x$ac_ct_OBJDUMP" = x; then
6563     OBJDUMP="false"
6564   else
6565     case $cross_compiling:$ac_tool_warned in
6566 yes:)
6567 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6568 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6569 ac_tool_warned=yes ;;
6570 esac
6571     OBJDUMP=$ac_ct_OBJDUMP
6572   fi
6573 else
6574   OBJDUMP="$ac_cv_prog_OBJDUMP"
6575 fi
6576
6577 test -z "$OBJDUMP" && OBJDUMP=objdump
6578
6579
6580
6581
6582
6583
6584
6585
6586
6587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6588 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6589 if test "${lt_cv_deplibs_check_method+set}" = set; then :
6590   $as_echo_n "(cached) " >&6
6591 else
6592   lt_cv_file_magic_cmd='$MAGIC_CMD'
6593 lt_cv_file_magic_test_file=
6594 lt_cv_deplibs_check_method='unknown'
6595 # Need to set the preceding variable on all platforms that support
6596 # interlibrary dependencies.
6597 # 'none' -- dependencies not supported.
6598 # `unknown' -- same as none, but documents that we really don't know.
6599 # 'pass_all' -- all dependencies passed with no checks.
6600 # 'test_compile' -- check by making test program.
6601 # 'file_magic [[regex]]' -- check by looking for files in library path
6602 # which responds to the $file_magic_cmd with a given extended regex.
6603 # If you have `file' or equivalent on your system and you're not sure
6604 # whether `pass_all' will *always* work, you probably want this one.
6605
6606 case $host_os in
6607 aix[4-9]*)
6608   lt_cv_deplibs_check_method=pass_all
6609   ;;
6610
6611 beos*)
6612   lt_cv_deplibs_check_method=pass_all
6613   ;;
6614
6615 bsdi[45]*)
6616   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6617   lt_cv_file_magic_cmd='/usr/bin/file -L'
6618   lt_cv_file_magic_test_file=/shlib/libc.so
6619   ;;
6620
6621 cygwin*)
6622   # func_win32_libid is a shell function defined in ltmain.sh
6623   lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6624   lt_cv_file_magic_cmd='func_win32_libid'
6625   ;;
6626
6627 mingw* | pw32*)
6628   # Base MSYS/MinGW do not provide the 'file' command needed by
6629   # func_win32_libid shell function, so use a weaker test based on 'objdump',
6630   # unless we find 'file', for example because we are cross-compiling.
6631   # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6632   if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6633     lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6634     lt_cv_file_magic_cmd='func_win32_libid'
6635   else
6636     lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6637     lt_cv_file_magic_cmd='$OBJDUMP -f'
6638   fi
6639   ;;
6640
6641 cegcc*)
6642   # use the weaker test based on 'objdump'. See mingw*.
6643   lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6644   lt_cv_file_magic_cmd='$OBJDUMP -f'
6645   ;;
6646
6647 darwin* | rhapsody*)
6648   lt_cv_deplibs_check_method=pass_all
6649   ;;
6650
6651 freebsd* | dragonfly*)
6652   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6653     case $host_cpu in
6654     i*86 )
6655       # Not sure whether the presence of OpenBSD here was a mistake.
6656       # Let's accept both of them until this is cleared up.
6657       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6658       lt_cv_file_magic_cmd=/usr/bin/file
6659       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6660       ;;
6661     esac
6662   else
6663     lt_cv_deplibs_check_method=pass_all
6664   fi
6665   ;;
6666
6667 gnu*)
6668   lt_cv_deplibs_check_method=pass_all
6669   ;;
6670
6671 haiku*)
6672   lt_cv_deplibs_check_method=pass_all
6673   ;;
6674
6675 hpux10.20* | hpux11*)
6676   lt_cv_file_magic_cmd=/usr/bin/file
6677   case $host_cpu in
6678   ia64*)
6679     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6680     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6681     ;;
6682   hppa*64*)
6683     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]'
6684     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6685     ;;
6686   *)
6687     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6688     lt_cv_file_magic_test_file=/usr/lib/libc.sl
6689     ;;
6690   esac
6691   ;;
6692
6693 interix[3-9]*)
6694   # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6695   lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6696   ;;
6697
6698 irix5* | irix6* | nonstopux*)
6699   case $LD in
6700   *-32|*"-32 ") libmagic=32-bit;;
6701   *-n32|*"-n32 ") libmagic=N32;;
6702   *-64|*"-64 ") libmagic=64-bit;;
6703   *) libmagic=never-match;;
6704   esac
6705   lt_cv_deplibs_check_method=pass_all
6706   ;;
6707
6708 # This must be Linux ELF.
6709 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6710   lt_cv_deplibs_check_method=pass_all
6711   ;;
6712
6713 netbsd*)
6714   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6715     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6716   else
6717     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6718   fi
6719   ;;
6720
6721 newos6*)
6722   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6723   lt_cv_file_magic_cmd=/usr/bin/file
6724   lt_cv_file_magic_test_file=/usr/lib/libnls.so
6725   ;;
6726
6727 *nto* | *qnx*)
6728   lt_cv_deplibs_check_method=pass_all
6729   ;;
6730
6731 openbsd*)
6732   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6733     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6734   else
6735     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6736   fi
6737   ;;
6738
6739 osf3* | osf4* | osf5*)
6740   lt_cv_deplibs_check_method=pass_all
6741   ;;
6742
6743 rdos*)
6744   lt_cv_deplibs_check_method=pass_all
6745   ;;
6746
6747 solaris*)
6748   lt_cv_deplibs_check_method=pass_all
6749   ;;
6750
6751 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6752   lt_cv_deplibs_check_method=pass_all
6753   ;;
6754
6755 sysv4 | sysv4.3*)
6756   case $host_vendor in
6757   motorola)
6758     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]'
6759     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6760     ;;
6761   ncr)
6762     lt_cv_deplibs_check_method=pass_all
6763     ;;
6764   sequent)
6765     lt_cv_file_magic_cmd='/bin/file'
6766     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6767     ;;
6768   sni)
6769     lt_cv_file_magic_cmd='/bin/file'
6770     lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6771     lt_cv_file_magic_test_file=/lib/libc.so
6772     ;;
6773   siemens)
6774     lt_cv_deplibs_check_method=pass_all
6775     ;;
6776   pc)
6777     lt_cv_deplibs_check_method=pass_all
6778     ;;
6779   esac
6780   ;;
6781
6782 tpf*)
6783   lt_cv_deplibs_check_method=pass_all
6784   ;;
6785 esac
6786
6787 fi
6788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6789 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6790 file_magic_cmd=$lt_cv_file_magic_cmd
6791 deplibs_check_method=$lt_cv_deplibs_check_method
6792 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6793
6794
6795
6796
6797
6798
6799
6800
6801
6802
6803
6804
6805 if test -n "$ac_tool_prefix"; then
6806   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6807 set dummy ${ac_tool_prefix}ar; ac_word=$2
6808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6809 $as_echo_n "checking for $ac_word... " >&6; }
6810 if test "${ac_cv_prog_AR+set}" = set; then :
6811   $as_echo_n "(cached) " >&6
6812 else
6813   if test -n "$AR"; then
6814   ac_cv_prog_AR="$AR" # Let the user override the test.
6815 else
6816 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6817 for as_dir in $PATH
6818 do
6819   IFS=$as_save_IFS
6820   test -z "$as_dir" && as_dir=.
6821     for ac_exec_ext in '' $ac_executable_extensions; do
6822   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6823     ac_cv_prog_AR="${ac_tool_prefix}ar"
6824     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6825     break 2
6826   fi
6827 done
6828   done
6829 IFS=$as_save_IFS
6830
6831 fi
6832 fi
6833 AR=$ac_cv_prog_AR
6834 if test -n "$AR"; then
6835   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6836 $as_echo "$AR" >&6; }
6837 else
6838   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6839 $as_echo "no" >&6; }
6840 fi
6841
6842
6843 fi
6844 if test -z "$ac_cv_prog_AR"; then
6845   ac_ct_AR=$AR
6846   # Extract the first word of "ar", so it can be a program name with args.
6847 set dummy ar; ac_word=$2
6848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6849 $as_echo_n "checking for $ac_word... " >&6; }
6850 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6851   $as_echo_n "(cached) " >&6
6852 else
6853   if test -n "$ac_ct_AR"; then
6854   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6855 else
6856 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6857 for as_dir in $PATH
6858 do
6859   IFS=$as_save_IFS
6860   test -z "$as_dir" && as_dir=.
6861     for ac_exec_ext in '' $ac_executable_extensions; do
6862   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6863     ac_cv_prog_ac_ct_AR="ar"
6864     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6865     break 2
6866   fi
6867 done
6868   done
6869 IFS=$as_save_IFS
6870
6871 fi
6872 fi
6873 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6874 if test -n "$ac_ct_AR"; then
6875   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6876 $as_echo "$ac_ct_AR" >&6; }
6877 else
6878   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6879 $as_echo "no" >&6; }
6880 fi
6881
6882   if test "x$ac_ct_AR" = x; then
6883     AR="false"
6884   else
6885     case $cross_compiling:$ac_tool_warned in
6886 yes:)
6887 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6888 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6889 ac_tool_warned=yes ;;
6890 esac
6891     AR=$ac_ct_AR
6892   fi
6893 else
6894   AR="$ac_cv_prog_AR"
6895 fi
6896
6897 test -z "$AR" && AR=ar
6898 test -z "$AR_FLAGS" && AR_FLAGS=cru
6899
6900
6901
6902
6903
6904
6905
6906
6907
6908
6909
6910 if test -n "$ac_tool_prefix"; then
6911   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6912 set dummy ${ac_tool_prefix}strip; ac_word=$2
6913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6914 $as_echo_n "checking for $ac_word... " >&6; }
6915 if test "${ac_cv_prog_STRIP+set}" = set; then :
6916   $as_echo_n "(cached) " >&6
6917 else
6918   if test -n "$STRIP"; then
6919   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6920 else
6921 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6922 for as_dir in $PATH
6923 do
6924   IFS=$as_save_IFS
6925   test -z "$as_dir" && as_dir=.
6926     for ac_exec_ext in '' $ac_executable_extensions; do
6927   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6928     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6929     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6930     break 2
6931   fi
6932 done
6933   done
6934 IFS=$as_save_IFS
6935
6936 fi
6937 fi
6938 STRIP=$ac_cv_prog_STRIP
6939 if test -n "$STRIP"; then
6940   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6941 $as_echo "$STRIP" >&6; }
6942 else
6943   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6944 $as_echo "no" >&6; }
6945 fi
6946
6947
6948 fi
6949 if test -z "$ac_cv_prog_STRIP"; then
6950   ac_ct_STRIP=$STRIP
6951   # Extract the first word of "strip", so it can be a program name with args.
6952 set dummy strip; ac_word=$2
6953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6954 $as_echo_n "checking for $ac_word... " >&6; }
6955 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6956   $as_echo_n "(cached) " >&6
6957 else
6958   if test -n "$ac_ct_STRIP"; then
6959   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6960 else
6961 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6962 for as_dir in $PATH
6963 do
6964   IFS=$as_save_IFS
6965   test -z "$as_dir" && as_dir=.
6966     for ac_exec_ext in '' $ac_executable_extensions; do
6967   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6968     ac_cv_prog_ac_ct_STRIP="strip"
6969     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6970     break 2
6971   fi
6972 done
6973   done
6974 IFS=$as_save_IFS
6975
6976 fi
6977 fi
6978 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6979 if test -n "$ac_ct_STRIP"; then
6980   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6981 $as_echo "$ac_ct_STRIP" >&6; }
6982 else
6983   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6984 $as_echo "no" >&6; }
6985 fi
6986
6987   if test "x$ac_ct_STRIP" = x; then
6988     STRIP=":"
6989   else
6990     case $cross_compiling:$ac_tool_warned in
6991 yes:)
6992 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6993 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6994 ac_tool_warned=yes ;;
6995 esac
6996     STRIP=$ac_ct_STRIP
6997   fi
6998 else
6999   STRIP="$ac_cv_prog_STRIP"
7000 fi
7001
7002 test -z "$STRIP" && STRIP=:
7003
7004
7005
7006
7007
7008
7009 if test -n "$ac_tool_prefix"; then
7010   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
7011 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
7012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7013 $as_echo_n "checking for $ac_word... " >&6; }
7014 if test "${ac_cv_prog_RANLIB+set}" = set; then :
7015   $as_echo_n "(cached) " >&6
7016 else
7017   if test -n "$RANLIB"; then
7018   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7019 else
7020 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7021 for as_dir in $PATH
7022 do
7023   IFS=$as_save_IFS
7024   test -z "$as_dir" && as_dir=.
7025     for ac_exec_ext in '' $ac_executable_extensions; do
7026   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7027     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
7028     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7029     break 2
7030   fi
7031 done
7032   done
7033 IFS=$as_save_IFS
7034
7035 fi
7036 fi
7037 RANLIB=$ac_cv_prog_RANLIB
7038 if test -n "$RANLIB"; then
7039   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
7040 $as_echo "$RANLIB" >&6; }
7041 else
7042   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7043 $as_echo "no" >&6; }
7044 fi
7045
7046
7047 fi
7048 if test -z "$ac_cv_prog_RANLIB"; then
7049   ac_ct_RANLIB=$RANLIB
7050   # Extract the first word of "ranlib", so it can be a program name with args.
7051 set dummy ranlib; ac_word=$2
7052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7053 $as_echo_n "checking for $ac_word... " >&6; }
7054 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
7055   $as_echo_n "(cached) " >&6
7056 else
7057   if test -n "$ac_ct_RANLIB"; then
7058   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7059 else
7060 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7061 for as_dir in $PATH
7062 do
7063   IFS=$as_save_IFS
7064   test -z "$as_dir" && as_dir=.
7065     for ac_exec_ext in '' $ac_executable_extensions; do
7066   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7067     ac_cv_prog_ac_ct_RANLIB="ranlib"
7068     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7069     break 2
7070   fi
7071 done
7072   done
7073 IFS=$as_save_IFS
7074
7075 fi
7076 fi
7077 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7078 if test -n "$ac_ct_RANLIB"; then
7079   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7080 $as_echo "$ac_ct_RANLIB" >&6; }
7081 else
7082   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7083 $as_echo "no" >&6; }
7084 fi
7085
7086   if test "x$ac_ct_RANLIB" = x; then
7087     RANLIB=":"
7088   else
7089     case $cross_compiling:$ac_tool_warned in
7090 yes:)
7091 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7092 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7093 ac_tool_warned=yes ;;
7094 esac
7095     RANLIB=$ac_ct_RANLIB
7096   fi
7097 else
7098   RANLIB="$ac_cv_prog_RANLIB"
7099 fi
7100
7101 test -z "$RANLIB" && RANLIB=:
7102
7103
7104
7105
7106
7107
7108 # Determine commands to create old-style static archives.
7109 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7110 old_postinstall_cmds='chmod 644 $oldlib'
7111 old_postuninstall_cmds=
7112
7113 if test -n "$RANLIB"; then
7114   case $host_os in
7115   openbsd*)
7116     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7117     ;;
7118   *)
7119     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7120     ;;
7121   esac
7122   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
7123 fi
7124
7125 case $host_os in
7126   darwin*)
7127     lock_old_archive_extraction=yes ;;
7128   *)
7129     lock_old_archive_extraction=no ;;
7130 esac
7131
7132
7133
7134
7135
7136
7137
7138
7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152 for ac_prog in gawk mawk nawk awk
7153 do
7154   # Extract the first word of "$ac_prog", so it can be a program name with args.
7155 set dummy $ac_prog; ac_word=$2
7156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7157 $as_echo_n "checking for $ac_word... " >&6; }
7158 if test "${ac_cv_prog_AWK+set}" = set; then :
7159   $as_echo_n "(cached) " >&6
7160 else
7161   if test -n "$AWK"; then
7162   ac_cv_prog_AWK="$AWK" # Let the user override the test.
7163 else
7164 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7165 for as_dir in $PATH
7166 do
7167   IFS=$as_save_IFS
7168   test -z "$as_dir" && as_dir=.
7169     for ac_exec_ext in '' $ac_executable_extensions; do
7170   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7171     ac_cv_prog_AWK="$ac_prog"
7172     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7173     break 2
7174   fi
7175 done
7176   done
7177 IFS=$as_save_IFS
7178
7179 fi
7180 fi
7181 AWK=$ac_cv_prog_AWK
7182 if test -n "$AWK"; then
7183   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7184 $as_echo "$AWK" >&6; }
7185 else
7186   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7187 $as_echo "no" >&6; }
7188 fi
7189
7190
7191   test -n "$AWK" && break
7192 done
7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203
7204
7205
7206
7207
7208
7209
7210
7211
7212 # If no C compiler was specified, use CC.
7213 LTCC=${LTCC-"$CC"}
7214
7215 # If no C compiler flags were specified, use CFLAGS.
7216 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7217
7218 # Allow CC to be a program name with arguments.
7219 compiler=$CC
7220
7221
7222 # Check for command to grab the raw symbol name followed by C symbol from nm.
7223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7224 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7225 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
7226   $as_echo_n "(cached) " >&6
7227 else
7228
7229 # These are sane defaults that work on at least a few old systems.
7230 # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
7231
7232 # Character class describing NM global symbol codes.
7233 symcode='[BCDEGRST]'
7234
7235 # Regexp to match symbols that can be accessed directly from C.
7236 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7237
7238 # Define system-specific variables.
7239 case $host_os in
7240 aix*)
7241   symcode='[BCDT]'
7242   ;;
7243 cygwin* | mingw* | pw32* | cegcc*)
7244   symcode='[ABCDGISTW]'
7245   ;;
7246 hpux*)
7247   if test "$host_cpu" = ia64; then
7248     symcode='[ABCDEGRST]'
7249   fi
7250   ;;
7251 irix* | nonstopux*)
7252   symcode='[BCDEGRST]'
7253   ;;
7254 osf*)
7255   symcode='[BCDEGQRST]'
7256   ;;
7257 solaris*)
7258   symcode='[BDRT]'
7259   ;;
7260 sco3.2v5*)
7261   symcode='[DT]'
7262   ;;
7263 sysv4.2uw2*)
7264   symcode='[DT]'
7265   ;;
7266 sysv5* | sco5v6* | unixware* | OpenUNIX*)
7267   symcode='[ABDT]'
7268   ;;
7269 sysv4)
7270   symcode='[DFNSTU]'
7271   ;;
7272 esac
7273
7274 # If we're using GNU nm, then use its standard symbol codes.
7275 case `$NM -V 2>&1` in
7276 *GNU* | *'with BFD'*)
7277   symcode='[ABCDGIRSTW]' ;;
7278 esac
7279
7280 # Transform an extracted symbol line into a proper C declaration.
7281 # Some systems (esp. on ia64) link data and code symbols differently,
7282 # so use this general approach.
7283 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7284
7285 # Transform an extracted symbol line into symbol name and symbol address
7286 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (void *) \&\2},/p'"
7287 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'"
7288
7289 # Handle CRLF in mingw tool chain
7290 opt_cr=
7291 case $build_os in
7292 mingw*)
7293   opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7294   ;;
7295 esac
7296
7297 # Try without a prefix underscore, then with it.
7298 for ac_symprfx in "" "_"; do
7299
7300   # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7301   symxfrm="\\1 $ac_symprfx\\2 \\2"
7302
7303   # Write the raw and C identifiers.
7304   if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7305     # Fake it for dumpbin and say T for any non-static function
7306     # and D for any global variable.
7307     # Also find C++ and __fastcall symbols from MSVC++,
7308     # which start with @ or ?.
7309     lt_cv_sys_global_symbol_pipe="$AWK '"\
7310 "     {last_section=section; section=\$ 3};"\
7311 "     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7312 "     \$ 0!~/External *\|/{next};"\
7313 "     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7314 "     {if(hide[section]) next};"\
7315 "     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7316 "     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7317 "     s[1]~/^[@?]/{print s[1], s[1]; next};"\
7318 "     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7319 "     ' prfx=^$ac_symprfx"
7320   else
7321     lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[      ]\($symcode$symcode*\)[         ][      ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7322   fi
7323
7324   # Check to see that the pipe works correctly.
7325   pipe_works=no
7326
7327   rm -f conftest*
7328   cat > conftest.$ac_ext <<_LT_EOF
7329 #ifdef __cplusplus
7330 extern "C" {
7331 #endif
7332 char nm_test_var;
7333 void nm_test_func(void);
7334 void nm_test_func(void){}
7335 #ifdef __cplusplus
7336 }
7337 #endif
7338 int main(){nm_test_var='a';nm_test_func();return(0);}
7339 _LT_EOF
7340
7341   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7342   (eval $ac_compile) 2>&5
7343   ac_status=$?
7344   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7345   test $ac_status = 0; }; then
7346     # Now try to grab the symbols.
7347     nlist=conftest.nm
7348     if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7349   (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7350   ac_status=$?
7351   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7352   test $ac_status = 0; } && test -s "$nlist"; then
7353       # Try sorting and uniquifying the output.
7354       if sort "$nlist" | uniq > "$nlist"T; then
7355         mv -f "$nlist"T "$nlist"
7356       else
7357         rm -f "$nlist"T
7358       fi
7359
7360       # Make sure that we snagged all the symbols we need.
7361       if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7362         if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7363           cat <<_LT_EOF > conftest.$ac_ext
7364 #ifdef __cplusplus
7365 extern "C" {
7366 #endif
7367
7368 _LT_EOF
7369           # Now generate the symbol file.
7370           eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7371
7372           cat <<_LT_EOF >> conftest.$ac_ext
7373
7374 /* The mapping between symbol names and symbols.  */
7375 const struct {
7376   const char *name;
7377   void       *address;
7378 }
7379 lt__PROGRAM__LTX_preloaded_symbols[] =
7380 {
7381   { "@PROGRAM@", (void *) 0 },
7382 _LT_EOF
7383           $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7384           cat <<\_LT_EOF >> conftest.$ac_ext
7385   {0, (void *) 0}
7386 };
7387
7388 /* This works around a problem in FreeBSD linker */
7389 #ifdef FREEBSD_WORKAROUND
7390 static const void *lt_preloaded_setup() {
7391   return lt__PROGRAM__LTX_preloaded_symbols;
7392 }
7393 #endif
7394
7395 #ifdef __cplusplus
7396 }
7397 #endif
7398 _LT_EOF
7399           # Now try linking the two files.
7400           mv conftest.$ac_objext conftstm.$ac_objext
7401           lt_save_LIBS="$LIBS"
7402           lt_save_CFLAGS="$CFLAGS"
7403           LIBS="conftstm.$ac_objext"
7404           CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7405           if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7406   (eval $ac_link) 2>&5
7407   ac_status=$?
7408   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7409   test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7410             pipe_works=yes
7411           fi
7412           LIBS="$lt_save_LIBS"
7413           CFLAGS="$lt_save_CFLAGS"
7414         else
7415           echo "cannot find nm_test_func in $nlist" >&5
7416         fi
7417       else
7418         echo "cannot find nm_test_var in $nlist" >&5
7419       fi
7420     else
7421       echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7422     fi
7423   else
7424     echo "$progname: failed program was:" >&5
7425     cat conftest.$ac_ext >&5
7426   fi
7427   rm -rf conftest* conftst*
7428
7429   # Do not use the global_symbol_pipe unless it works.
7430   if test "$pipe_works" = yes; then
7431     break
7432   else
7433     lt_cv_sys_global_symbol_pipe=
7434   fi
7435 done
7436
7437 fi
7438
7439 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7440   lt_cv_sys_global_symbol_to_cdecl=
7441 fi
7442 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7443   { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7444 $as_echo "failed" >&6; }
7445 else
7446   { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7447 $as_echo "ok" >&6; }
7448 fi
7449
7450
7451
7452
7453
7454
7455
7456
7457
7458
7459
7460
7461
7462
7463
7464
7465
7466
7467
7468
7469
7470
7471 # Check whether --enable-libtool-lock was given.
7472 if test "${enable_libtool_lock+set}" = set; then :
7473   enableval=$enable_libtool_lock;
7474 fi
7475
7476 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7477
7478 # Some flags need to be propagated to the compiler or linker for good
7479 # libtool support.
7480 case $host in
7481 ia64-*-hpux*)
7482   # Find out which ABI we are using.
7483   echo 'int i;' > conftest.$ac_ext
7484   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7485   (eval $ac_compile) 2>&5
7486   ac_status=$?
7487   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7488   test $ac_status = 0; }; then
7489     case `/usr/bin/file conftest.$ac_objext` in
7490       *ELF-32*)
7491         HPUX_IA64_MODE="32"
7492         ;;
7493       *ELF-64*)
7494         HPUX_IA64_MODE="64"
7495         ;;
7496     esac
7497   fi
7498   rm -rf conftest*
7499   ;;
7500 *-*-irix6*)
7501   # Find out which ABI we are using.
7502   echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7503   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7504   (eval $ac_compile) 2>&5
7505   ac_status=$?
7506   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7507   test $ac_status = 0; }; then
7508     if test "$lt_cv_prog_gnu_ld" = yes; then
7509       case `/usr/bin/file conftest.$ac_objext` in
7510         *32-bit*)
7511           LD="${LD-ld} -melf32bsmip"
7512           ;;
7513         *N32*)
7514           LD="${LD-ld} -melf32bmipn32"
7515           ;;
7516         *64-bit*)
7517           LD="${LD-ld} -melf64bmip"
7518         ;;
7519       esac
7520     else
7521       case `/usr/bin/file conftest.$ac_objext` in
7522         *32-bit*)
7523           LD="${LD-ld} -32"
7524           ;;
7525         *N32*)
7526           LD="${LD-ld} -n32"
7527           ;;
7528         *64-bit*)
7529           LD="${LD-ld} -64"
7530           ;;
7531       esac
7532     fi
7533   fi
7534   rm -rf conftest*
7535   ;;
7536
7537 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7538 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7539   # Find out which ABI we are using.
7540   echo 'int i;' > conftest.$ac_ext
7541   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7542   (eval $ac_compile) 2>&5
7543   ac_status=$?
7544   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7545   test $ac_status = 0; }; then
7546     case `/usr/bin/file conftest.o` in
7547       *32-bit*)
7548         case $host in
7549           x86_64-*kfreebsd*-gnu)
7550             LD="${LD-ld} -m elf_i386_fbsd"
7551             ;;
7552           x86_64-*linux*)
7553             case `/usr/bin/file conftest.o` in
7554               *x86-64*)
7555                 LD="${LD-ld} -m elf32_x86_64"
7556                 ;;
7557               *)
7558                 LD="${LD-ld} -m elf_i386"
7559                 ;;
7560             esac
7561             ;;
7562           powerpc64le-*linux*)
7563             LD="${LD-ld} -m elf32lppclinux"
7564             ;;
7565           powerpc64-*linux*)
7566             LD="${LD-ld} -m elf32ppclinux"
7567             ;;
7568           s390x-*linux*)
7569             LD="${LD-ld} -m elf_s390"
7570             ;;
7571           sparc64-*linux*)
7572             LD="${LD-ld} -m elf32_sparc"
7573             ;;
7574         esac
7575         ;;
7576       *64-bit*)
7577         case $host in
7578           x86_64-*kfreebsd*-gnu)
7579             LD="${LD-ld} -m elf_x86_64_fbsd"
7580             ;;
7581           x86_64-*linux*)
7582             LD="${LD-ld} -m elf_x86_64"
7583             ;;
7584           powerpcle-*linux*)
7585             LD="${LD-ld} -m elf64lppc"
7586             ;;
7587           powerpc-*linux*)
7588             LD="${LD-ld} -m elf64ppc"
7589             ;;
7590           s390*-*linux*|s390*-*tpf*)
7591             LD="${LD-ld} -m elf64_s390"
7592             ;;
7593           sparc*-*linux*)
7594             LD="${LD-ld} -m elf64_sparc"
7595             ;;
7596         esac
7597         ;;
7598     esac
7599   fi
7600   rm -rf conftest*
7601   ;;
7602
7603 *-*-sco3.2v5*)
7604   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7605   SAVE_CFLAGS="$CFLAGS"
7606   CFLAGS="$CFLAGS -belf"
7607   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7608 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7609 if test "${lt_cv_cc_needs_belf+set}" = set; then :
7610   $as_echo_n "(cached) " >&6
7611 else
7612   ac_ext=c
7613 ac_cpp='$CPP $CPPFLAGS'
7614 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7615 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7616 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7617
7618      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7619 /* end confdefs.h.  */
7620
7621 int
7622 main ()
7623 {
7624
7625   ;
7626   return 0;
7627 }
7628 _ACEOF
7629 if ac_fn_c_try_link "$LINENO"; then :
7630   lt_cv_cc_needs_belf=yes
7631 else
7632   lt_cv_cc_needs_belf=no
7633 fi
7634 rm -f core conftest.err conftest.$ac_objext \
7635     conftest$ac_exeext conftest.$ac_ext
7636      ac_ext=c
7637 ac_cpp='$CPP $CPPFLAGS'
7638 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7639 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7640 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7641
7642 fi
7643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7644 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7645   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7646     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7647     CFLAGS="$SAVE_CFLAGS"
7648   fi
7649   ;;
7650 sparc*-*solaris*)
7651   # Find out which ABI we are using.
7652   echo 'int i;' > conftest.$ac_ext
7653   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7654   (eval $ac_compile) 2>&5
7655   ac_status=$?
7656   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7657   test $ac_status = 0; }; then
7658     case `/usr/bin/file conftest.o` in
7659     *64-bit*)
7660       case $lt_cv_prog_gnu_ld in
7661       yes*) LD="${LD-ld} -m elf64_sparc" ;;
7662       *)
7663         if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7664           LD="${LD-ld} -64"
7665         fi
7666         ;;
7667       esac
7668       ;;
7669     esac
7670   fi
7671   rm -rf conftest*
7672   ;;
7673 esac
7674
7675 need_locks="$enable_libtool_lock"
7676
7677
7678   case $host_os in
7679     rhapsody* | darwin*)
7680     if test -n "$ac_tool_prefix"; then
7681   # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7682 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7684 $as_echo_n "checking for $ac_word... " >&6; }
7685 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7686   $as_echo_n "(cached) " >&6
7687 else
7688   if test -n "$DSYMUTIL"; then
7689   ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7690 else
7691 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7692 for as_dir in $PATH
7693 do
7694   IFS=$as_save_IFS
7695   test -z "$as_dir" && as_dir=.
7696     for ac_exec_ext in '' $ac_executable_extensions; do
7697   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7698     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7699     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7700     break 2
7701   fi
7702 done
7703   done
7704 IFS=$as_save_IFS
7705
7706 fi
7707 fi
7708 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7709 if test -n "$DSYMUTIL"; then
7710   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7711 $as_echo "$DSYMUTIL" >&6; }
7712 else
7713   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7714 $as_echo "no" >&6; }
7715 fi
7716
7717
7718 fi
7719 if test -z "$ac_cv_prog_DSYMUTIL"; then
7720   ac_ct_DSYMUTIL=$DSYMUTIL
7721   # Extract the first word of "dsymutil", so it can be a program name with args.
7722 set dummy dsymutil; ac_word=$2
7723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7724 $as_echo_n "checking for $ac_word... " >&6; }
7725 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7726   $as_echo_n "(cached) " >&6
7727 else
7728   if test -n "$ac_ct_DSYMUTIL"; then
7729   ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7730 else
7731 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7732 for as_dir in $PATH
7733 do
7734   IFS=$as_save_IFS
7735   test -z "$as_dir" && as_dir=.
7736     for ac_exec_ext in '' $ac_executable_extensions; do
7737   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7738     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7739     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7740     break 2
7741   fi
7742 done
7743   done
7744 IFS=$as_save_IFS
7745
7746 fi
7747 fi
7748 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7749 if test -n "$ac_ct_DSYMUTIL"; then
7750   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7751 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7752 else
7753   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7754 $as_echo "no" >&6; }
7755 fi
7756
7757   if test "x$ac_ct_DSYMUTIL" = x; then
7758     DSYMUTIL=":"
7759   else
7760     case $cross_compiling:$ac_tool_warned in
7761 yes:)
7762 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7763 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7764 ac_tool_warned=yes ;;
7765 esac
7766     DSYMUTIL=$ac_ct_DSYMUTIL
7767   fi
7768 else
7769   DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7770 fi
7771
7772     if test -n "$ac_tool_prefix"; then
7773   # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7774 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7776 $as_echo_n "checking for $ac_word... " >&6; }
7777 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7778   $as_echo_n "(cached) " >&6
7779 else
7780   if test -n "$NMEDIT"; then
7781   ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7782 else
7783 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7784 for as_dir in $PATH
7785 do
7786   IFS=$as_save_IFS
7787   test -z "$as_dir" && as_dir=.
7788     for ac_exec_ext in '' $ac_executable_extensions; do
7789   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7790     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7791     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7792     break 2
7793   fi
7794 done
7795   done
7796 IFS=$as_save_IFS
7797
7798 fi
7799 fi
7800 NMEDIT=$ac_cv_prog_NMEDIT
7801 if test -n "$NMEDIT"; then
7802   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7803 $as_echo "$NMEDIT" >&6; }
7804 else
7805   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7806 $as_echo "no" >&6; }
7807 fi
7808
7809
7810 fi
7811 if test -z "$ac_cv_prog_NMEDIT"; then
7812   ac_ct_NMEDIT=$NMEDIT
7813   # Extract the first word of "nmedit", so it can be a program name with args.
7814 set dummy nmedit; ac_word=$2
7815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7816 $as_echo_n "checking for $ac_word... " >&6; }
7817 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7818   $as_echo_n "(cached) " >&6
7819 else
7820   if test -n "$ac_ct_NMEDIT"; then
7821   ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7822 else
7823 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7824 for as_dir in $PATH
7825 do
7826   IFS=$as_save_IFS
7827   test -z "$as_dir" && as_dir=.
7828     for ac_exec_ext in '' $ac_executable_extensions; do
7829   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7830     ac_cv_prog_ac_ct_NMEDIT="nmedit"
7831     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7832     break 2
7833   fi
7834 done
7835   done
7836 IFS=$as_save_IFS
7837
7838 fi
7839 fi
7840 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7841 if test -n "$ac_ct_NMEDIT"; then
7842   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7843 $as_echo "$ac_ct_NMEDIT" >&6; }
7844 else
7845   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7846 $as_echo "no" >&6; }
7847 fi
7848
7849   if test "x$ac_ct_NMEDIT" = x; then
7850     NMEDIT=":"
7851   else
7852     case $cross_compiling:$ac_tool_warned in
7853 yes:)
7854 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7855 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7856 ac_tool_warned=yes ;;
7857 esac
7858     NMEDIT=$ac_ct_NMEDIT
7859   fi
7860 else
7861   NMEDIT="$ac_cv_prog_NMEDIT"
7862 fi
7863
7864     if test -n "$ac_tool_prefix"; then
7865   # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7866 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7868 $as_echo_n "checking for $ac_word... " >&6; }
7869 if test "${ac_cv_prog_LIPO+set}" = set; then :
7870   $as_echo_n "(cached) " >&6
7871 else
7872   if test -n "$LIPO"; then
7873   ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7874 else
7875 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7876 for as_dir in $PATH
7877 do
7878   IFS=$as_save_IFS
7879   test -z "$as_dir" && as_dir=.
7880     for ac_exec_ext in '' $ac_executable_extensions; do
7881   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7882     ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7883     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7884     break 2
7885   fi
7886 done
7887   done
7888 IFS=$as_save_IFS
7889
7890 fi
7891 fi
7892 LIPO=$ac_cv_prog_LIPO
7893 if test -n "$LIPO"; then
7894   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7895 $as_echo "$LIPO" >&6; }
7896 else
7897   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7898 $as_echo "no" >&6; }
7899 fi
7900
7901
7902 fi
7903 if test -z "$ac_cv_prog_LIPO"; then
7904   ac_ct_LIPO=$LIPO
7905   # Extract the first word of "lipo", so it can be a program name with args.
7906 set dummy lipo; ac_word=$2
7907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7908 $as_echo_n "checking for $ac_word... " >&6; }
7909 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7910   $as_echo_n "(cached) " >&6
7911 else
7912   if test -n "$ac_ct_LIPO"; then
7913   ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7914 else
7915 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7916 for as_dir in $PATH
7917 do
7918   IFS=$as_save_IFS
7919   test -z "$as_dir" && as_dir=.
7920     for ac_exec_ext in '' $ac_executable_extensions; do
7921   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7922     ac_cv_prog_ac_ct_LIPO="lipo"
7923     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7924     break 2
7925   fi
7926 done
7927   done
7928 IFS=$as_save_IFS
7929
7930 fi
7931 fi
7932 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7933 if test -n "$ac_ct_LIPO"; then
7934   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7935 $as_echo "$ac_ct_LIPO" >&6; }
7936 else
7937   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7938 $as_echo "no" >&6; }
7939 fi
7940
7941   if test "x$ac_ct_LIPO" = x; then
7942     LIPO=":"
7943   else
7944     case $cross_compiling:$ac_tool_warned in
7945 yes:)
7946 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7947 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7948 ac_tool_warned=yes ;;
7949 esac
7950     LIPO=$ac_ct_LIPO
7951   fi
7952 else
7953   LIPO="$ac_cv_prog_LIPO"
7954 fi
7955
7956     if test -n "$ac_tool_prefix"; then
7957   # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7958 set dummy ${ac_tool_prefix}otool; ac_word=$2
7959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7960 $as_echo_n "checking for $ac_word... " >&6; }
7961 if test "${ac_cv_prog_OTOOL+set}" = set; then :
7962   $as_echo_n "(cached) " >&6
7963 else
7964   if test -n "$OTOOL"; then
7965   ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7966 else
7967 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7968 for as_dir in $PATH
7969 do
7970   IFS=$as_save_IFS
7971   test -z "$as_dir" && as_dir=.
7972     for ac_exec_ext in '' $ac_executable_extensions; do
7973   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7974     ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7975     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7976     break 2
7977   fi
7978 done
7979   done
7980 IFS=$as_save_IFS
7981
7982 fi
7983 fi
7984 OTOOL=$ac_cv_prog_OTOOL
7985 if test -n "$OTOOL"; then
7986   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7987 $as_echo "$OTOOL" >&6; }
7988 else
7989   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7990 $as_echo "no" >&6; }
7991 fi
7992
7993
7994 fi
7995 if test -z "$ac_cv_prog_OTOOL"; then
7996   ac_ct_OTOOL=$OTOOL
7997   # Extract the first word of "otool", so it can be a program name with args.
7998 set dummy otool; ac_word=$2
7999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8000 $as_echo_n "checking for $ac_word... " >&6; }
8001 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
8002   $as_echo_n "(cached) " >&6
8003 else
8004   if test -n "$ac_ct_OTOOL"; then
8005   ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
8006 else
8007 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8008 for as_dir in $PATH
8009 do
8010   IFS=$as_save_IFS
8011   test -z "$as_dir" && as_dir=.
8012     for ac_exec_ext in '' $ac_executable_extensions; do
8013   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8014     ac_cv_prog_ac_ct_OTOOL="otool"
8015     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8016     break 2
8017   fi
8018 done
8019   done
8020 IFS=$as_save_IFS
8021
8022 fi
8023 fi
8024 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
8025 if test -n "$ac_ct_OTOOL"; then
8026   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
8027 $as_echo "$ac_ct_OTOOL" >&6; }
8028 else
8029   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8030 $as_echo "no" >&6; }
8031 fi
8032
8033   if test "x$ac_ct_OTOOL" = x; then
8034     OTOOL=":"
8035   else
8036     case $cross_compiling:$ac_tool_warned in
8037 yes:)
8038 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8039 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8040 ac_tool_warned=yes ;;
8041 esac
8042     OTOOL=$ac_ct_OTOOL
8043   fi
8044 else
8045   OTOOL="$ac_cv_prog_OTOOL"
8046 fi
8047
8048     if test -n "$ac_tool_prefix"; then
8049   # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
8050 set dummy ${ac_tool_prefix}otool64; ac_word=$2
8051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8052 $as_echo_n "checking for $ac_word... " >&6; }
8053 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
8054   $as_echo_n "(cached) " >&6
8055 else
8056   if test -n "$OTOOL64"; then
8057   ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
8058 else
8059 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8060 for as_dir in $PATH
8061 do
8062   IFS=$as_save_IFS
8063   test -z "$as_dir" && as_dir=.
8064     for ac_exec_ext in '' $ac_executable_extensions; do
8065   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8066     ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
8067     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8068     break 2
8069   fi
8070 done
8071   done
8072 IFS=$as_save_IFS
8073
8074 fi
8075 fi
8076 OTOOL64=$ac_cv_prog_OTOOL64
8077 if test -n "$OTOOL64"; then
8078   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
8079 $as_echo "$OTOOL64" >&6; }
8080 else
8081   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8082 $as_echo "no" >&6; }
8083 fi
8084
8085
8086 fi
8087 if test -z "$ac_cv_prog_OTOOL64"; then
8088   ac_ct_OTOOL64=$OTOOL64
8089   # Extract the first word of "otool64", so it can be a program name with args.
8090 set dummy otool64; ac_word=$2
8091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8092 $as_echo_n "checking for $ac_word... " >&6; }
8093 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
8094   $as_echo_n "(cached) " >&6
8095 else
8096   if test -n "$ac_ct_OTOOL64"; then
8097   ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
8098 else
8099 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8100 for as_dir in $PATH
8101 do
8102   IFS=$as_save_IFS
8103   test -z "$as_dir" && as_dir=.
8104     for ac_exec_ext in '' $ac_executable_extensions; do
8105   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8106     ac_cv_prog_ac_ct_OTOOL64="otool64"
8107     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8108     break 2
8109   fi
8110 done
8111   done
8112 IFS=$as_save_IFS
8113
8114 fi
8115 fi
8116 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8117 if test -n "$ac_ct_OTOOL64"; then
8118   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8119 $as_echo "$ac_ct_OTOOL64" >&6; }
8120 else
8121   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8122 $as_echo "no" >&6; }
8123 fi
8124
8125   if test "x$ac_ct_OTOOL64" = x; then
8126     OTOOL64=":"
8127   else
8128     case $cross_compiling:$ac_tool_warned in
8129 yes:)
8130 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8131 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8132 ac_tool_warned=yes ;;
8133 esac
8134     OTOOL64=$ac_ct_OTOOL64
8135   fi
8136 else
8137   OTOOL64="$ac_cv_prog_OTOOL64"
8138 fi
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
8164
8165
8166     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8167 $as_echo_n "checking for -single_module linker flag... " >&6; }
8168 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
8169   $as_echo_n "(cached) " >&6
8170 else
8171   lt_cv_apple_cc_single_mod=no
8172       if test -z "${LT_MULTI_MODULE}"; then
8173         # By default we will add the -single_module flag. You can override
8174         # by either setting the environment variable LT_MULTI_MODULE
8175         # non-empty at configure time, or by adding -multi_module to the
8176         # link flags.
8177         rm -rf libconftest.dylib*
8178         echo "int foo(void){return 1;}" > conftest.c
8179         echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8180 -dynamiclib -Wl,-single_module conftest.c" >&5
8181         $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8182           -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8183         _lt_result=$?
8184         if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8185           lt_cv_apple_cc_single_mod=yes
8186         else
8187           cat conftest.err >&5
8188         fi
8189         rm -rf libconftest.dylib*
8190         rm -f conftest.*
8191       fi
8192 fi
8193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8194 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8195     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8196 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8197 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
8198   $as_echo_n "(cached) " >&6
8199 else
8200   lt_cv_ld_exported_symbols_list=no
8201       save_LDFLAGS=$LDFLAGS
8202       echo "_main" > conftest.sym
8203       LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8204       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8205 /* end confdefs.h.  */
8206
8207 int
8208 main ()
8209 {
8210
8211   ;
8212   return 0;
8213 }
8214 _ACEOF
8215 if ac_fn_c_try_link "$LINENO"; then :
8216   lt_cv_ld_exported_symbols_list=yes
8217 else
8218   lt_cv_ld_exported_symbols_list=no
8219 fi
8220 rm -f core conftest.err conftest.$ac_objext \
8221     conftest$ac_exeext conftest.$ac_ext
8222         LDFLAGS="$save_LDFLAGS"
8223
8224 fi
8225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8226 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8227     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8228 $as_echo_n "checking for -force_load linker flag... " >&6; }
8229 if test "${lt_cv_ld_force_load+set}" = set; then :
8230   $as_echo_n "(cached) " >&6
8231 else
8232   lt_cv_ld_force_load=no
8233       cat > conftest.c << _LT_EOF
8234 int forced_loaded() { return 2;}
8235 _LT_EOF
8236       echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8237       $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8238       echo "$AR cru libconftest.a conftest.o" >&5
8239       $AR cru libconftest.a conftest.o 2>&5
8240       cat > conftest.c << _LT_EOF
8241 int main() { return 0;}
8242 _LT_EOF
8243       echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8244       $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8245       _lt_result=$?
8246       if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8247         lt_cv_ld_force_load=yes
8248       else
8249         cat conftest.err >&5
8250       fi
8251         rm -f conftest.err libconftest.a conftest conftest.c
8252         rm -rf conftest.dSYM
8253
8254 fi
8255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8256 $as_echo "$lt_cv_ld_force_load" >&6; }
8257     case $host_os in
8258     rhapsody* | darwin1.[012])
8259       _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8260     darwin1.*)
8261       _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8262     darwin*) # darwin 5.x on
8263       # if running on 10.5 or later, the deployment target defaults
8264       # to the OS version, if on x86, and 10.4, the deployment
8265       # target defaults to 10.4. Don't you love it?
8266       case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8267         10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8268           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8269         10.[012][,.]*)
8270           _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8271         10.*)
8272           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8273       esac
8274     ;;
8275   esac
8276     if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8277       _lt_dar_single_mod='$single_module'
8278     fi
8279     if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8280       _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8281     else
8282       _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8283     fi
8284     if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8285       _lt_dsymutil='~$DSYMUTIL $lib || :'
8286     else
8287       _lt_dsymutil=
8288     fi
8289     ;;
8290   esac
8291
8292 for ac_header in dlfcn.h
8293 do :
8294   ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8295 "
8296 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8297   cat >>confdefs.h <<_ACEOF
8298 #define HAVE_DLFCN_H 1
8299 _ACEOF
8300
8301 fi
8302
8303 done
8304
8305
8306
8307 # autoconf.info says this should be called right after AC_INIT.
8308 ac_config_headers="$ac_config_headers config.h:config.in"
8309
8310
8311
8312  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
8313 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
8314 if test "${ac_cv_c_bigendian+set}" = set; then :
8315   $as_echo_n "(cached) " >&6
8316 else
8317   ac_cv_c_bigendian=unknown
8318     # See if we're dealing with a universal compiler.
8319     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8320 /* end confdefs.h.  */
8321 #ifndef __APPLE_CC__
8322                not a universal capable compiler
8323              #endif
8324              typedef int dummy;
8325
8326 _ACEOF
8327 if ac_fn_c_try_compile "$LINENO"; then :
8328
8329         # Check for potential -arch flags.  It is not universal unless
8330         # there are at least two -arch flags with different values.
8331         ac_arch=
8332         ac_prev=
8333         for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
8334          if test -n "$ac_prev"; then
8335            case $ac_word in
8336              i?86 | x86_64 | ppc | ppc64)
8337                if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
8338                  ac_arch=$ac_word
8339                else
8340                  ac_cv_c_bigendian=universal
8341                  break
8342                fi
8343                ;;
8344            esac
8345            ac_prev=
8346          elif test "x$ac_word" = "x-arch"; then
8347            ac_prev=arch
8348          fi
8349        done
8350 fi
8351 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8352     if test $ac_cv_c_bigendian = unknown; then
8353       # See if sys/param.h defines the BYTE_ORDER macro.
8354       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8355 /* end confdefs.h.  */
8356 #include <sys/types.h>
8357              #include <sys/param.h>
8358
8359 int
8360 main ()
8361 {
8362 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
8363                      && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
8364                      && LITTLE_ENDIAN)
8365               bogus endian macros
8366              #endif
8367
8368   ;
8369   return 0;
8370 }
8371 _ACEOF
8372 if ac_fn_c_try_compile "$LINENO"; then :
8373   # It does; now see whether it defined to BIG_ENDIAN or not.
8374          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8375 /* end confdefs.h.  */
8376 #include <sys/types.h>
8377                 #include <sys/param.h>
8378
8379 int
8380 main ()
8381 {
8382 #if BYTE_ORDER != BIG_ENDIAN
8383                  not big endian
8384                 #endif
8385
8386   ;
8387   return 0;
8388 }
8389 _ACEOF
8390 if ac_fn_c_try_compile "$LINENO"; then :
8391   ac_cv_c_bigendian=yes
8392 else
8393   ac_cv_c_bigendian=no
8394 fi
8395 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8396 fi
8397 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8398     fi
8399     if test $ac_cv_c_bigendian = unknown; then
8400       # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
8401       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8402 /* end confdefs.h.  */
8403 #include <limits.h>
8404
8405 int
8406 main ()
8407 {
8408 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
8409               bogus endian macros
8410              #endif
8411
8412   ;
8413   return 0;
8414 }
8415 _ACEOF
8416 if ac_fn_c_try_compile "$LINENO"; then :
8417   # It does; now see whether it defined to _BIG_ENDIAN or not.
8418          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8419 /* end confdefs.h.  */
8420 #include <limits.h>
8421
8422 int
8423 main ()
8424 {
8425 #ifndef _BIG_ENDIAN
8426                  not big endian
8427                 #endif
8428
8429   ;
8430   return 0;
8431 }
8432 _ACEOF
8433 if ac_fn_c_try_compile "$LINENO"; then :
8434   ac_cv_c_bigendian=yes
8435 else
8436   ac_cv_c_bigendian=no
8437 fi
8438 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8439 fi
8440 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8441     fi
8442     if test $ac_cv_c_bigendian = unknown; then
8443       # Compile a test program.
8444       if test "$cross_compiling" = yes; then :
8445   # Try to guess by grepping values from an object file.
8446          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8447 /* end confdefs.h.  */
8448 short int ascii_mm[] =
8449                   { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
8450                 short int ascii_ii[] =
8451                   { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
8452                 int use_ascii (int i) {
8453                   return ascii_mm[i] + ascii_ii[i];
8454                 }
8455                 short int ebcdic_ii[] =
8456                   { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
8457                 short int ebcdic_mm[] =
8458                   { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
8459                 int use_ebcdic (int i) {
8460                   return ebcdic_mm[i] + ebcdic_ii[i];
8461                 }
8462                 extern int foo;
8463
8464 int
8465 main ()
8466 {
8467 return use_ascii (foo) == use_ebcdic (foo);
8468   ;
8469   return 0;
8470 }
8471 _ACEOF
8472 if ac_fn_c_try_compile "$LINENO"; then :
8473   if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
8474               ac_cv_c_bigendian=yes
8475             fi
8476             if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
8477               if test "$ac_cv_c_bigendian" = unknown; then
8478                 ac_cv_c_bigendian=no
8479               else
8480                 # finding both strings is unlikely to happen, but who knows?
8481                 ac_cv_c_bigendian=unknown
8482               fi
8483             fi
8484 fi
8485 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8486 else
8487   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8488 /* end confdefs.h.  */
8489 $ac_includes_default
8490 int
8491 main ()
8492 {
8493
8494              /* Are we little or big endian?  From Harbison&Steele.  */
8495              union
8496              {
8497                long int l;
8498                char c[sizeof (long int)];
8499              } u;
8500              u.l = 1;
8501              return u.c[sizeof (long int) - 1] == 1;
8502
8503   ;
8504   return 0;
8505 }
8506 _ACEOF
8507 if ac_fn_c_try_run "$LINENO"; then :
8508   ac_cv_c_bigendian=no
8509 else
8510   ac_cv_c_bigendian=yes
8511 fi
8512 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8513   conftest.$ac_objext conftest.beam conftest.$ac_ext
8514 fi
8515
8516     fi
8517 fi
8518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
8519 $as_echo "$ac_cv_c_bigendian" >&6; }
8520  case $ac_cv_c_bigendian in #(
8521    yes)
8522      $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
8523 ;; #(
8524    no)
8525       ;; #(
8526    universal)
8527
8528 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
8529
8530      ;; #(
8531    *)
8532      as_fn_error "unknown endianness
8533  presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
8534  esac
8535
8536
8537
8538
8539 # Put a plausible default for CC_FOR_BUILD in Makefile.
8540 if test "x$cross_compiling" = "xno"; then
8541   CC_FOR_BUILD='$(CC)'
8542 else
8543   CC_FOR_BUILD=gcc
8544 fi
8545
8546
8547
8548
8549 AR=${AR-ar}
8550
8551 if test -n "$ac_tool_prefix"; then
8552   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8553 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8555 $as_echo_n "checking for $ac_word... " >&6; }
8556 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8557   $as_echo_n "(cached) " >&6
8558 else
8559   if test -n "$RANLIB"; then
8560   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8561 else
8562 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8563 for as_dir in $PATH
8564 do
8565   IFS=$as_save_IFS
8566   test -z "$as_dir" && as_dir=.
8567     for ac_exec_ext in '' $ac_executable_extensions; do
8568   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8569     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8570     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8571     break 2
8572   fi
8573 done
8574   done
8575 IFS=$as_save_IFS
8576
8577 fi
8578 fi
8579 RANLIB=$ac_cv_prog_RANLIB
8580 if test -n "$RANLIB"; then
8581   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8582 $as_echo "$RANLIB" >&6; }
8583 else
8584   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8585 $as_echo "no" >&6; }
8586 fi
8587
8588
8589 fi
8590 if test -z "$ac_cv_prog_RANLIB"; then
8591   ac_ct_RANLIB=$RANLIB
8592   # Extract the first word of "ranlib", so it can be a program name with args.
8593 set dummy ranlib; ac_word=$2
8594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8595 $as_echo_n "checking for $ac_word... " >&6; }
8596 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
8597   $as_echo_n "(cached) " >&6
8598 else
8599   if test -n "$ac_ct_RANLIB"; then
8600   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8601 else
8602 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8603 for as_dir in $PATH
8604 do
8605   IFS=$as_save_IFS
8606   test -z "$as_dir" && as_dir=.
8607     for ac_exec_ext in '' $ac_executable_extensions; do
8608   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8609     ac_cv_prog_ac_ct_RANLIB="ranlib"
8610     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8611     break 2
8612   fi
8613 done
8614   done
8615 IFS=$as_save_IFS
8616
8617 fi
8618 fi
8619 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8620 if test -n "$ac_ct_RANLIB"; then
8621   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8622 $as_echo "$ac_ct_RANLIB" >&6; }
8623 else
8624   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8625 $as_echo "no" >&6; }
8626 fi
8627
8628   if test "x$ac_ct_RANLIB" = x; then
8629     RANLIB=":"
8630   else
8631     case $cross_compiling:$ac_tool_warned in
8632 yes:)
8633 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8634 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8635 ac_tool_warned=yes ;;
8636 esac
8637     RANLIB=$ac_ct_RANLIB
8638   fi
8639 else
8640   RANLIB="$ac_cv_prog_RANLIB"
8641 fi
8642
8643
8644 # Some of the common include files depend on bfd.h, and bfd.h checks
8645 # that config.h is included first by testing that the PACKAGE macro
8646 # is defined.
8647 PACKAGE=sim
8648
8649 cat >>confdefs.h <<_ACEOF
8650 #define PACKAGE "$PACKAGE"
8651 _ACEOF
8652
8653
8654
8655 # Dependency checking.
8656 ac_config_commands="$ac_config_commands depdir"
8657
8658
8659 depcc="$CC"   am_compiler_list=
8660
8661 am_depcomp=$ac_aux_dir/depcomp
8662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8663 $as_echo_n "checking dependency style of $depcc... " >&6; }
8664 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
8665   $as_echo_n "(cached) " >&6
8666 else
8667   if test -f "$am_depcomp"; then
8668   # We make a subdir and do the tests there.  Otherwise we can end up
8669   # making bogus files that we don't know about and never remove.  For
8670   # instance it was reported that on HP-UX the gcc test will end up
8671   # making a dummy file named `D' -- because `-MD' means `put the output
8672   # in D'.
8673   mkdir conftest.dir
8674   # Copy depcomp to subdir because otherwise we won't find it if we're
8675   # using a relative directory.
8676   cp "$am_depcomp" conftest.dir
8677   cd conftest.dir
8678   # We will build objects and dependencies in a subdirectory because
8679   # it helps to detect inapplicable dependency modes.  For instance
8680   # both Tru64's cc and ICC support -MD to output dependencies as a
8681   # side effect of compilation, but ICC will put the dependencies in
8682   # the current directory while Tru64 will put them in the object
8683   # directory.
8684   mkdir sub
8685
8686   am_cv_CC_dependencies_compiler_type=none
8687   if test "$am_compiler_list" = ""; then
8688      am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8689   fi
8690   for depmode in $am_compiler_list; do
8691     if test $depmode = none; then break; fi
8692
8693     $as_echo "$as_me:$LINENO: trying $depmode" >&5
8694     # Setup a source with many dependencies, because some compilers
8695     # like to wrap large dependency lists on column 80 (with \), and
8696     # we should not choose a depcomp mode which is confused by this.
8697     #
8698     # We need to recreate these files for each test, as the compiler may
8699     # overwrite some of them when testing with obscure command lines.
8700     # This happens at least with the AIX C compiler.
8701     : > sub/conftest.c
8702     for i in 1 2 3 4 5 6; do
8703       echo '#include "conftst'$i'.h"' >> sub/conftest.c
8704       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8705       # Solaris 8's {/usr,}/bin/sh.
8706       touch sub/conftst$i.h
8707     done
8708     echo "include sub/conftest.Po" > confmf
8709
8710     # We check with `-c' and `-o' for the sake of the "dashmstdout"
8711     # mode.  It turns out that the SunPro C++ compiler does not properly
8712     # handle `-M -o', and we need to detect this.
8713     depcmd="depmode=$depmode \
8714        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8715        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8716        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8717     echo "| $depcmd" | sed -e 's/  */ /g' >&5
8718     if env $depcmd > conftest.err 2>&1 &&
8719        grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8720        grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8721        ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8722       # icc doesn't choke on unknown options, it will just issue warnings
8723       # or remarks (even with -Werror).  So we grep stderr for any message
8724       # that says an option was ignored or not supported.
8725       # When given -MP, icc 7.0 and 7.1 complain thusly:
8726       #   icc: Command line warning: ignoring option '-M'; no argument required
8727       # The diagnosis changed in icc 8.0:
8728       #   icc: Command line remark: option '-MP' not supported
8729       if (grep 'ignoring option' conftest.err ||
8730           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8731         am_cv_CC_dependencies_compiler_type=$depmode
8732         $as_echo "$as_me:$LINENO: success" >&5
8733         break
8734       fi
8735     fi
8736     $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8737     sed -e 's/^/| /' < conftest.err >&5
8738   done
8739
8740   cd ..
8741   rm -rf conftest.dir
8742 else
8743   am_cv_CC_dependencies_compiler_type=none
8744 fi
8745
8746 fi
8747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8748 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8749 if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
8750 then as_fn_error "no usable dependency style found" "$LINENO" 5
8751 else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8752
8753 fi
8754
8755
8756 # Check for the 'make' the user wants to use.
8757 for ac_prog in make
8758 do
8759   # Extract the first word of "$ac_prog", so it can be a program name with args.
8760 set dummy $ac_prog; ac_word=$2
8761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8762 $as_echo_n "checking for $ac_word... " >&6; }
8763 if test "${ac_cv_prog_MAKE+set}" = set; then :
8764   $as_echo_n "(cached) " >&6
8765 else
8766   if test -n "$MAKE"; then
8767   ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8768 else
8769 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8770 for as_dir in $PATH
8771 do
8772   IFS=$as_save_IFS
8773   test -z "$as_dir" && as_dir=.
8774     for ac_exec_ext in '' $ac_executable_extensions; do
8775   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8776     ac_cv_prog_MAKE="$ac_prog"
8777     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8778     break 2
8779   fi
8780 done
8781   done
8782 IFS=$as_save_IFS
8783
8784 fi
8785 fi
8786 MAKE=$ac_cv_prog_MAKE
8787 if test -n "$MAKE"; then
8788   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8789 $as_echo "$MAKE" >&6; }
8790 else
8791   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8792 $as_echo "no" >&6; }
8793 fi
8794
8795
8796   test -n "$MAKE" && break
8797 done
8798
8799 MAKE_IS_GNU=
8800 case "`$MAKE --version 2>&1 | sed 1q`" in
8801   *GNU*)
8802     MAKE_IS_GNU=yes
8803     ;;
8804 esac
8805  if test "$MAKE_IS_GNU" = yes; then
8806   GMAKE_TRUE=
8807   GMAKE_FALSE='#'
8808 else
8809   GMAKE_TRUE='#'
8810   GMAKE_FALSE=
8811 fi
8812
8813
8814 ALL_LINGUAS=
8815 # If we haven't got the data from the intl directory,
8816 # assume NLS is disabled.
8817 USE_NLS=no
8818 LIBINTL=
8819 LIBINTL_DEP=
8820 INCINTL=
8821 XGETTEXT=
8822 GMSGFMT=
8823 POSUB=
8824
8825 if test -f  ../../intl/config.intl; then
8826   .  ../../intl/config.intl
8827 fi
8828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8829 $as_echo_n "checking whether NLS is requested... " >&6; }
8830 if test x"$USE_NLS" != xyes; then
8831   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8832 $as_echo "no" >&6; }
8833 else
8834   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8835 $as_echo "yes" >&6; }
8836
8837 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
8838
8839
8840   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8841 $as_echo_n "checking for catalogs to be installed... " >&6; }
8842   # Look for .po and .gmo files in the source directory.
8843   CATALOGS=
8844   XLINGUAS=
8845   for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8846     # If there aren't any .gmo files the shell will give us the
8847     # literal string "../path/to/srcdir/po/*.gmo" which has to be
8848     # weeded out.
8849     case "$cat" in *\**)
8850       continue;;
8851     esac
8852     # The quadruple backslash is collapsed to a double backslash
8853     # by the backticks, then collapsed again by the double quotes,
8854     # leaving us with one backslash in the sed expression (right
8855     # before the dot that mustn't act as a wildcard).
8856     cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8857     lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8858     # The user is allowed to set LINGUAS to a list of languages to
8859     # install catalogs for.  If it's empty that means "all of them."
8860     if test "x$LINGUAS" = x; then
8861       CATALOGS="$CATALOGS $cat"
8862       XLINGUAS="$XLINGUAS $lang"
8863     else
8864       case "$LINGUAS" in *$lang*)
8865         CATALOGS="$CATALOGS $cat"
8866         XLINGUAS="$XLINGUAS $lang"
8867         ;;
8868       esac
8869     fi
8870   done
8871   LINGUAS="$XLINGUAS"
8872   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8873 $as_echo "$LINGUAS" >&6; }
8874
8875
8876     DATADIRNAME=share
8877
8878   INSTOBJEXT=.mo
8879
8880   GENCAT=gencat
8881
8882   CATOBJEXT=.gmo
8883
8884 fi
8885
8886 # Check for common headers.
8887 # FIXME: Seems to me this can cause problems for i386-windows hosts.
8888 # At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
8889 for ac_header in stdlib.h string.h strings.h unistd.h time.h
8890 do :
8891   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8892 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8893 eval as_val=\$$as_ac_Header
8894    if test "x$as_val" = x""yes; then :
8895   cat >>confdefs.h <<_ACEOF
8896 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8897 _ACEOF
8898
8899 fi
8900
8901 done
8902
8903 for ac_header in sys/time.h sys/times.h sys/resource.h sys/mman.h
8904 do :
8905   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8906 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8907 eval as_val=\$$as_ac_Header
8908    if test "x$as_val" = x""yes; then :
8909   cat >>confdefs.h <<_ACEOF
8910 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8911 _ACEOF
8912
8913 fi
8914
8915 done
8916
8917 for ac_header in fcntl.h fpu_control.h
8918 do :
8919   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8920 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8921 eval as_val=\$$as_ac_Header
8922    if test "x$as_val" = x""yes; then :
8923   cat >>confdefs.h <<_ACEOF
8924 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8925 _ACEOF
8926
8927 fi
8928
8929 done
8930
8931 for ac_header in dlfcn.h errno.h sys/stat.h
8932 do :
8933   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8934 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8935 eval as_val=\$$as_ac_Header
8936    if test "x$as_val" = x""yes; then :
8937   cat >>confdefs.h <<_ACEOF
8938 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8939 _ACEOF
8940
8941 fi
8942
8943 done
8944
8945 for ac_func in getrusage time sigaction __setfpucw
8946 do :
8947   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8948 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8949 eval as_val=\$$as_ac_var
8950    if test "x$as_val" = x""yes; then :
8951   cat >>confdefs.h <<_ACEOF
8952 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8953 _ACEOF
8954
8955 fi
8956 done
8957
8958 for ac_func in mmap munmap lstat truncate ftruncate posix_fallocate
8959 do :
8960   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8961 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8962 eval as_val=\$$as_ac_var
8963    if test "x$as_val" = x""yes; then :
8964   cat >>confdefs.h <<_ACEOF
8965 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8966 _ACEOF
8967
8968 fi
8969 done
8970
8971 ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
8972 #include <sys/types.h>
8973 #endif
8974 #ifdef HAVE_SYS_STAT_H
8975 #include <sys/stat.h>
8976 #endif
8977 "
8978 if test "x$ac_cv_member_struct_stat_st_dev" = x""yes; then :
8979
8980 cat >>confdefs.h <<_ACEOF
8981 #define HAVE_STRUCT_STAT_ST_DEV 1
8982 _ACEOF
8983
8984
8985 fi
8986 ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
8987 #include <sys/types.h>
8988 #endif
8989 #ifdef HAVE_SYS_STAT_H
8990 #include <sys/stat.h>
8991 #endif
8992 "
8993 if test "x$ac_cv_member_struct_stat_st_ino" = x""yes; then :
8994
8995 cat >>confdefs.h <<_ACEOF
8996 #define HAVE_STRUCT_STAT_ST_INO 1
8997 _ACEOF
8998
8999
9000 fi
9001 ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
9002 #include <sys/types.h>
9003 #endif
9004 #ifdef HAVE_SYS_STAT_H
9005 #include <sys/stat.h>
9006 #endif
9007 "
9008 if test "x$ac_cv_member_struct_stat_st_mode" = x""yes; then :
9009
9010 cat >>confdefs.h <<_ACEOF
9011 #define HAVE_STRUCT_STAT_ST_MODE 1
9012 _ACEOF
9013
9014
9015 fi
9016 ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
9017 #include <sys/types.h>
9018 #endif
9019 #ifdef HAVE_SYS_STAT_H
9020 #include <sys/stat.h>
9021 #endif
9022 "
9023 if test "x$ac_cv_member_struct_stat_st_nlink" = x""yes; then :
9024
9025 cat >>confdefs.h <<_ACEOF
9026 #define HAVE_STRUCT_STAT_ST_NLINK 1
9027 _ACEOF
9028
9029
9030 fi
9031 ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
9032 #include <sys/types.h>
9033 #endif
9034 #ifdef HAVE_SYS_STAT_H
9035 #include <sys/stat.h>
9036 #endif
9037 "
9038 if test "x$ac_cv_member_struct_stat_st_uid" = x""yes; then :
9039
9040 cat >>confdefs.h <<_ACEOF
9041 #define HAVE_STRUCT_STAT_ST_UID 1
9042 _ACEOF
9043
9044
9045 fi
9046 ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
9047 #include <sys/types.h>
9048 #endif
9049 #ifdef HAVE_SYS_STAT_H
9050 #include <sys/stat.h>
9051 #endif
9052 "
9053 if test "x$ac_cv_member_struct_stat_st_gid" = x""yes; then :
9054
9055 cat >>confdefs.h <<_ACEOF
9056 #define HAVE_STRUCT_STAT_ST_GID 1
9057 _ACEOF
9058
9059
9060 fi
9061 ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
9062 #include <sys/types.h>
9063 #endif
9064 #ifdef HAVE_SYS_STAT_H
9065 #include <sys/stat.h>
9066 #endif
9067 "
9068 if test "x$ac_cv_member_struct_stat_st_rdev" = x""yes; then :
9069
9070 cat >>confdefs.h <<_ACEOF
9071 #define HAVE_STRUCT_STAT_ST_RDEV 1
9072 _ACEOF
9073
9074
9075 fi
9076 ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
9077 #include <sys/types.h>
9078 #endif
9079 #ifdef HAVE_SYS_STAT_H
9080 #include <sys/stat.h>
9081 #endif
9082 "
9083 if test "x$ac_cv_member_struct_stat_st_size" = x""yes; then :
9084
9085 cat >>confdefs.h <<_ACEOF
9086 #define HAVE_STRUCT_STAT_ST_SIZE 1
9087 _ACEOF
9088
9089
9090 fi
9091 ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
9092 #include <sys/types.h>
9093 #endif
9094 #ifdef HAVE_SYS_STAT_H
9095 #include <sys/stat.h>
9096 #endif
9097 "
9098 if test "x$ac_cv_member_struct_stat_st_blksize" = x""yes; then :
9099
9100 cat >>confdefs.h <<_ACEOF
9101 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
9102 _ACEOF
9103
9104
9105 fi
9106 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
9107 #include <sys/types.h>
9108 #endif
9109 #ifdef HAVE_SYS_STAT_H
9110 #include <sys/stat.h>
9111 #endif
9112 "
9113 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
9114
9115 cat >>confdefs.h <<_ACEOF
9116 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
9117 _ACEOF
9118
9119
9120 fi
9121 ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
9122 #include <sys/types.h>
9123 #endif
9124 #ifdef HAVE_SYS_STAT_H
9125 #include <sys/stat.h>
9126 #endif
9127 "
9128 if test "x$ac_cv_member_struct_stat_st_atime" = x""yes; then :
9129
9130 cat >>confdefs.h <<_ACEOF
9131 #define HAVE_STRUCT_STAT_ST_ATIME 1
9132 _ACEOF
9133
9134
9135 fi
9136 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
9137 #include <sys/types.h>
9138 #endif
9139 #ifdef HAVE_SYS_STAT_H
9140 #include <sys/stat.h>
9141 #endif
9142 "
9143 if test "x$ac_cv_member_struct_stat_st_mtime" = x""yes; then :
9144
9145 cat >>confdefs.h <<_ACEOF
9146 #define HAVE_STRUCT_STAT_ST_MTIME 1
9147 _ACEOF
9148
9149
9150 fi
9151 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
9152 #include <sys/types.h>
9153 #endif
9154 #ifdef HAVE_SYS_STAT_H
9155 #include <sys/stat.h>
9156 #endif
9157 "
9158 if test "x$ac_cv_member_struct_stat_st_ctime" = x""yes; then :
9159
9160 cat >>confdefs.h <<_ACEOF
9161 #define HAVE_STRUCT_STAT_ST_CTIME 1
9162 _ACEOF
9163
9164
9165 fi
9166
9167 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
9168 #include <sys/socket.h>
9169
9170 "
9171 if test "x$ac_cv_type_socklen_t" = x""yes; then :
9172
9173 cat >>confdefs.h <<_ACEOF
9174 #define HAVE_SOCKLEN_T 1
9175 _ACEOF
9176
9177
9178 fi
9179
9180
9181 # Check for socket libraries
9182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
9183 $as_echo_n "checking for bind in -lsocket... " >&6; }
9184 if test "${ac_cv_lib_socket_bind+set}" = set; then :
9185   $as_echo_n "(cached) " >&6
9186 else
9187   ac_check_lib_save_LIBS=$LIBS
9188 LIBS="-lsocket  $LIBS"
9189 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9190 /* end confdefs.h.  */
9191
9192 /* Override any GCC internal prototype to avoid an error.
9193    Use char because int might match the return type of a GCC
9194    builtin and then its argument prototype would still apply.  */
9195 #ifdef __cplusplus
9196 extern "C"
9197 #endif
9198 char bind ();
9199 int
9200 main ()
9201 {
9202 return bind ();
9203   ;
9204   return 0;
9205 }
9206 _ACEOF
9207 if ac_fn_c_try_link "$LINENO"; then :
9208   ac_cv_lib_socket_bind=yes
9209 else
9210   ac_cv_lib_socket_bind=no
9211 fi
9212 rm -f core conftest.err conftest.$ac_objext \
9213     conftest$ac_exeext conftest.$ac_ext
9214 LIBS=$ac_check_lib_save_LIBS
9215 fi
9216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
9217 $as_echo "$ac_cv_lib_socket_bind" >&6; }
9218 if test "x$ac_cv_lib_socket_bind" = x""yes; then :
9219   cat >>confdefs.h <<_ACEOF
9220 #define HAVE_LIBSOCKET 1
9221 _ACEOF
9222
9223   LIBS="-lsocket $LIBS"
9224
9225 fi
9226
9227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9228 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9229 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
9230   $as_echo_n "(cached) " >&6
9231 else
9232   ac_check_lib_save_LIBS=$LIBS
9233 LIBS="-lnsl  $LIBS"
9234 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9235 /* end confdefs.h.  */
9236
9237 /* Override any GCC internal prototype to avoid an error.
9238    Use char because int might match the return type of a GCC
9239    builtin and then its argument prototype would still apply.  */
9240 #ifdef __cplusplus
9241 extern "C"
9242 #endif
9243 char gethostbyname ();
9244 int
9245 main ()
9246 {
9247 return gethostbyname ();
9248   ;
9249   return 0;
9250 }
9251 _ACEOF
9252 if ac_fn_c_try_link "$LINENO"; then :
9253   ac_cv_lib_nsl_gethostbyname=yes
9254 else
9255   ac_cv_lib_nsl_gethostbyname=no
9256 fi
9257 rm -f core conftest.err conftest.$ac_objext \
9258     conftest$ac_exeext conftest.$ac_ext
9259 LIBS=$ac_check_lib_save_LIBS
9260 fi
9261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9262 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9263 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
9264   cat >>confdefs.h <<_ACEOF
9265 #define HAVE_LIBNSL 1
9266 _ACEOF
9267
9268   LIBS="-lnsl $LIBS"
9269
9270 fi
9271
9272
9273 # BFD conditionally uses zlib, so we must link it in if libbfd does, by
9274 # using the same condition.
9275
9276   # Use the system's zlib library.
9277   zlibdir="-L\$(top_builddir)/../zlib"
9278   zlibinc="-I\$(top_srcdir)/../zlib"
9279
9280 # Check whether --with-system-zlib was given.
9281 if test "${with_system_zlib+set}" = set; then :
9282   withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
9283     zlibdir=
9284     zlibinc=
9285   fi
9286
9287 fi
9288
9289
9290
9291
9292
9293 # BFD uses libdl when when plugins enabled.
9294
9295   maybe_plugins=no
9296   for ac_header in dlfcn.h
9297 do :
9298   ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
9299 "
9300 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
9301   cat >>confdefs.h <<_ACEOF
9302 #define HAVE_DLFCN_H 1
9303 _ACEOF
9304  maybe_plugins=yes
9305 fi
9306
9307 done
9308
9309   for ac_header in windows.h
9310 do :
9311   ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
9312 "
9313 if test "x$ac_cv_header_windows_h" = x""yes; then :
9314   cat >>confdefs.h <<_ACEOF
9315 #define HAVE_WINDOWS_H 1
9316 _ACEOF
9317  maybe_plugins=yes
9318 fi
9319
9320 done
9321
9322
9323   # Check whether --enable-plugins was given.
9324 if test "${enable_plugins+set}" = set; then :
9325   enableval=$enable_plugins; case "${enableval}" in
9326       no) plugins=no ;;
9327       *) plugins=yes
9328          if test "$maybe_plugins" != "yes" ; then
9329            as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
9330          fi ;;
9331      esac
9332 else
9333   plugins=$maybe_plugins
9334
9335 fi
9336
9337   if test "$plugins" = "yes"; then
9338     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
9339 $as_echo_n "checking for library containing dlopen... " >&6; }
9340 if test "${ac_cv_search_dlopen+set}" = set; then :
9341   $as_echo_n "(cached) " >&6
9342 else
9343   ac_func_search_save_LIBS=$LIBS
9344 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9345 /* end confdefs.h.  */
9346
9347 /* Override any GCC internal prototype to avoid an error.
9348    Use char because int might match the return type of a GCC
9349    builtin and then its argument prototype would still apply.  */
9350 #ifdef __cplusplus
9351 extern "C"
9352 #endif
9353 char dlopen ();
9354 int
9355 main ()
9356 {
9357 return dlopen ();
9358   ;
9359   return 0;
9360 }
9361 _ACEOF
9362 for ac_lib in '' dl; do
9363   if test -z "$ac_lib"; then
9364     ac_res="none required"
9365   else
9366     ac_res=-l$ac_lib
9367     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
9368   fi
9369   if ac_fn_c_try_link "$LINENO"; then :
9370   ac_cv_search_dlopen=$ac_res
9371 fi
9372 rm -f core conftest.err conftest.$ac_objext \
9373     conftest$ac_exeext
9374   if test "${ac_cv_search_dlopen+set}" = set; then :
9375   break
9376 fi
9377 done
9378 if test "${ac_cv_search_dlopen+set}" = set; then :
9379
9380 else
9381   ac_cv_search_dlopen=no
9382 fi
9383 rm conftest.$ac_ext
9384 LIBS=$ac_func_search_save_LIBS
9385 fi
9386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
9387 $as_echo "$ac_cv_search_dlopen" >&6; }
9388 ac_res=$ac_cv_search_dlopen
9389 if test "$ac_res" != no; then :
9390   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
9391
9392 fi
9393
9394   fi
9395
9396  if test "$plugins" = yes; then
9397   PLUGINS_TRUE=
9398   PLUGINS_FALSE='#'
9399 else
9400   PLUGINS_TRUE='#'
9401   PLUGINS_FALSE=
9402 fi
9403
9404
9405
9406
9407
9408 # Set options
9409 enable_dlopen=yes
9410
9411
9412
9413
9414   enable_win32_dll=no
9415
9416
9417             # Check whether --enable-shared was given.
9418 if test "${enable_shared+set}" = set; then :
9419   enableval=$enable_shared; p=${PACKAGE-default}
9420     case $enableval in
9421     yes) enable_shared=yes ;;
9422     no) enable_shared=no ;;
9423     *)
9424       enable_shared=no
9425       # Look at the argument we got.  We use all the common list separators.
9426       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9427       for pkg in $enableval; do
9428         IFS="$lt_save_ifs"
9429         if test "X$pkg" = "X$p"; then
9430           enable_shared=yes
9431         fi
9432       done
9433       IFS="$lt_save_ifs"
9434       ;;
9435     esac
9436 else
9437   enable_shared=yes
9438 fi
9439
9440
9441
9442
9443
9444
9445
9446
9447
9448   # Check whether --enable-static was given.
9449 if test "${enable_static+set}" = set; then :
9450   enableval=$enable_static; p=${PACKAGE-default}
9451     case $enableval in
9452     yes) enable_static=yes ;;
9453     no) enable_static=no ;;
9454     *)
9455      enable_static=no
9456       # Look at the argument we got.  We use all the common list separators.
9457       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9458       for pkg in $enableval; do
9459         IFS="$lt_save_ifs"
9460         if test "X$pkg" = "X$p"; then
9461           enable_static=yes
9462         fi
9463       done
9464       IFS="$lt_save_ifs"
9465       ;;
9466     esac
9467 else
9468   enable_static=yes
9469 fi
9470
9471
9472
9473
9474
9475
9476
9477
9478
9479
9480 # Check whether --with-pic was given.
9481 if test "${with_pic+set}" = set; then :
9482   withval=$with_pic; pic_mode="$withval"
9483 else
9484   pic_mode=default
9485 fi
9486
9487
9488 test -z "$pic_mode" && pic_mode=default
9489
9490
9491
9492
9493
9494
9495
9496   # Check whether --enable-fast-install was given.
9497 if test "${enable_fast_install+set}" = set; then :
9498   enableval=$enable_fast_install; p=${PACKAGE-default}
9499     case $enableval in
9500     yes) enable_fast_install=yes ;;
9501     no) enable_fast_install=no ;;
9502     *)
9503       enable_fast_install=no
9504       # Look at the argument we got.  We use all the common list separators.
9505       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9506       for pkg in $enableval; do
9507         IFS="$lt_save_ifs"
9508         if test "X$pkg" = "X$p"; then
9509           enable_fast_install=yes
9510         fi
9511       done
9512       IFS="$lt_save_ifs"
9513       ;;
9514     esac
9515 else
9516   enable_fast_install=yes
9517 fi
9518
9519
9520
9521
9522
9523
9524
9525
9526
9527
9528
9529 # This can be used to rebuild libtool when needed
9530 LIBTOOL_DEPS="$ltmain"
9531
9532 # Always use our own libtool.
9533 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
9534
9535
9536
9537
9538
9539
9540
9541
9542
9543
9544
9545
9546
9547
9548
9549
9550
9551
9552
9553
9554
9555
9556
9557
9558
9559
9560 test -z "$LN_S" && LN_S="ln -s"
9561
9562
9563
9564
9565
9566
9567
9568
9569
9570
9571
9572
9573
9574
9575 if test -n "${ZSH_VERSION+set}" ; then
9576    setopt NO_GLOB_SUBST
9577 fi
9578
9579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
9580 $as_echo_n "checking for objdir... " >&6; }
9581 if test "${lt_cv_objdir+set}" = set; then :
9582   $as_echo_n "(cached) " >&6
9583 else
9584   rm -f .libs 2>/dev/null
9585 mkdir .libs 2>/dev/null
9586 if test -d .libs; then
9587   lt_cv_objdir=.libs
9588 else
9589   # MS-DOS does not allow filenames that begin with a dot.
9590   lt_cv_objdir=_libs
9591 fi
9592 rmdir .libs 2>/dev/null
9593 fi
9594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
9595 $as_echo "$lt_cv_objdir" >&6; }
9596 objdir=$lt_cv_objdir
9597
9598
9599
9600
9601
9602 cat >>confdefs.h <<_ACEOF
9603 #define LT_OBJDIR "$lt_cv_objdir/"
9604 _ACEOF
9605
9606
9607
9608
9609 case $host_os in
9610 aix3*)
9611   # AIX sometimes has problems with the GCC collect2 program.  For some
9612   # reason, if we set the COLLECT_NAMES environment variable, the problems
9613   # vanish in a puff of smoke.
9614   if test "X${COLLECT_NAMES+set}" != Xset; then
9615     COLLECT_NAMES=
9616     export COLLECT_NAMES
9617   fi
9618   ;;
9619 esac
9620
9621 # Global variables:
9622 ofile=libtool
9623 can_build_shared=yes
9624
9625 # All known linkers require a `.a' archive for static linking (except MSVC,
9626 # which needs '.lib').
9627 libext=a
9628
9629 with_gnu_ld="$lt_cv_prog_gnu_ld"
9630
9631 old_CC="$CC"
9632 old_CFLAGS="$CFLAGS"
9633
9634 # Set sane defaults for various variables
9635 test -z "$CC" && CC=cc
9636 test -z "$LTCC" && LTCC=$CC
9637 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9638 test -z "$LD" && LD=ld
9639 test -z "$ac_objext" && ac_objext=o
9640
9641 for cc_temp in $compiler""; do
9642   case $cc_temp in
9643     compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9644     distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9645     \-*) ;;
9646     *) break;;
9647   esac
9648 done
9649 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9650
9651
9652 # Only perform the check for file, if the check method requires it
9653 test -z "$MAGIC_CMD" && MAGIC_CMD=file
9654 case $deplibs_check_method in
9655 file_magic*)
9656   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9657     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9658 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
9659 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9660   $as_echo_n "(cached) " >&6
9661 else
9662   case $MAGIC_CMD in
9663 [\\/*] |  ?:[\\/]*)
9664   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9665   ;;
9666 *)
9667   lt_save_MAGIC_CMD="$MAGIC_CMD"
9668   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9669   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9670   for ac_dir in $ac_dummy; do
9671     IFS="$lt_save_ifs"
9672     test -z "$ac_dir" && ac_dir=.
9673     if test -f $ac_dir/${ac_tool_prefix}file; then
9674       lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9675       if test -n "$file_magic_test_file"; then
9676         case $deplibs_check_method in
9677         "file_magic "*)
9678           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9679           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9680           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9681             $EGREP "$file_magic_regex" > /dev/null; then
9682             :
9683           else
9684             cat <<_LT_EOF 1>&2
9685
9686 *** Warning: the command libtool uses to detect shared libraries,
9687 *** $file_magic_cmd, produces output that libtool cannot recognize.
9688 *** The result is that libtool may fail to recognize shared libraries
9689 *** as such.  This will affect the creation of libtool libraries that
9690 *** depend on shared libraries, but programs linked with such libtool
9691 *** libraries will work regardless of this problem.  Nevertheless, you
9692 *** may want to report the problem to your system manager and/or to
9693 *** bug-libtool@gnu.org
9694
9695 _LT_EOF
9696           fi ;;
9697         esac
9698       fi
9699       break
9700     fi
9701   done
9702   IFS="$lt_save_ifs"
9703   MAGIC_CMD="$lt_save_MAGIC_CMD"
9704   ;;
9705 esac
9706 fi
9707
9708 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9709 if test -n "$MAGIC_CMD"; then
9710   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9711 $as_echo "$MAGIC_CMD" >&6; }
9712 else
9713   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9714 $as_echo "no" >&6; }
9715 fi
9716
9717
9718
9719
9720
9721 if test -z "$lt_cv_path_MAGIC_CMD"; then
9722   if test -n "$ac_tool_prefix"; then
9723     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9724 $as_echo_n "checking for file... " >&6; }
9725 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9726   $as_echo_n "(cached) " >&6
9727 else
9728   case $MAGIC_CMD in
9729 [\\/*] |  ?:[\\/]*)
9730   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9731   ;;
9732 *)
9733   lt_save_MAGIC_CMD="$MAGIC_CMD"
9734   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9735   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9736   for ac_dir in $ac_dummy; do
9737     IFS="$lt_save_ifs"
9738     test -z "$ac_dir" && ac_dir=.
9739     if test -f $ac_dir/file; then
9740       lt_cv_path_MAGIC_CMD="$ac_dir/file"
9741       if test -n "$file_magic_test_file"; then
9742         case $deplibs_check_method in
9743         "file_magic "*)
9744           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9745           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9746           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9747             $EGREP "$file_magic_regex" > /dev/null; then
9748             :
9749           else
9750             cat <<_LT_EOF 1>&2
9751
9752 *** Warning: the command libtool uses to detect shared libraries,
9753 *** $file_magic_cmd, produces output that libtool cannot recognize.
9754 *** The result is that libtool may fail to recognize shared libraries
9755 *** as such.  This will affect the creation of libtool libraries that
9756 *** depend on shared libraries, but programs linked with such libtool
9757 *** libraries will work regardless of this problem.  Nevertheless, you
9758 *** may want to report the problem to your system manager and/or to
9759 *** bug-libtool@gnu.org
9760
9761 _LT_EOF
9762           fi ;;
9763         esac
9764       fi
9765       break
9766     fi
9767   done
9768   IFS="$lt_save_ifs"
9769   MAGIC_CMD="$lt_save_MAGIC_CMD"
9770   ;;
9771 esac
9772 fi
9773
9774 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9775 if test -n "$MAGIC_CMD"; then
9776   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9777 $as_echo "$MAGIC_CMD" >&6; }
9778 else
9779   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9780 $as_echo "no" >&6; }
9781 fi
9782
9783
9784   else
9785     MAGIC_CMD=:
9786   fi
9787 fi
9788
9789   fi
9790   ;;
9791 esac
9792
9793 # Use C for the default configuration in the libtool script
9794
9795 lt_save_CC="$CC"
9796 ac_ext=c
9797 ac_cpp='$CPP $CPPFLAGS'
9798 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9799 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9800 ac_compiler_gnu=$ac_cv_c_compiler_gnu
9801
9802
9803 # Source file extension for C test sources.
9804 ac_ext=c
9805
9806 # Object file extension for compiled C test sources.
9807 objext=o
9808 objext=$objext
9809
9810 # Code to be used in simple compile tests
9811 lt_simple_compile_test_code="int some_variable = 0;"
9812
9813 # Code to be used in simple link tests
9814 lt_simple_link_test_code='int main(){return(0);}'
9815
9816
9817
9818
9819
9820
9821
9822 # If no C compiler was specified, use CC.
9823 LTCC=${LTCC-"$CC"}
9824
9825 # If no C compiler flags were specified, use CFLAGS.
9826 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9827
9828 # Allow CC to be a program name with arguments.
9829 compiler=$CC
9830
9831 # Save the default compiler, since it gets overwritten when the other
9832 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9833 compiler_DEFAULT=$CC
9834
9835 # save warnings/boilerplate of simple test code
9836 ac_outfile=conftest.$ac_objext
9837 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9838 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9839 _lt_compiler_boilerplate=`cat conftest.err`
9840 $RM conftest*
9841
9842 ac_outfile=conftest.$ac_objext
9843 echo "$lt_simple_link_test_code" >conftest.$ac_ext
9844 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9845 _lt_linker_boilerplate=`cat conftest.err`
9846 $RM -r conftest*
9847
9848
9849 ## CAVEAT EMPTOR:
9850 ## There is no encapsulation within the following macros, do not change
9851 ## the running order or otherwise move them around unless you know exactly
9852 ## what you are doing...
9853 if test -n "$compiler"; then
9854
9855 lt_prog_compiler_no_builtin_flag=
9856
9857 if test "$GCC" = yes; then
9858   case $cc_basename in
9859   nvcc*)
9860     lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9861   *)
9862     lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
9863   esac
9864
9865   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9866 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9867 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
9868   $as_echo_n "(cached) " >&6
9869 else
9870   lt_cv_prog_compiler_rtti_exceptions=no
9871    ac_outfile=conftest.$ac_objext
9872    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9873    lt_compiler_flag="-fno-rtti -fno-exceptions"
9874    # Insert the option either (1) after the last *FLAGS variable, or
9875    # (2) before a word containing "conftest.", or (3) at the end.
9876    # Note that $ac_compile itself does not contain backslashes and begins
9877    # with a dollar sign (not a hyphen), so the echo should work correctly.
9878    # The option is referenced via a variable to avoid confusing sed.
9879    lt_compile=`echo "$ac_compile" | $SED \
9880    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9881    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9882    -e 's:$: $lt_compiler_flag:'`
9883    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9884    (eval "$lt_compile" 2>conftest.err)
9885    ac_status=$?
9886    cat conftest.err >&5
9887    echo "$as_me:$LINENO: \$? = $ac_status" >&5
9888    if (exit $ac_status) && test -s "$ac_outfile"; then
9889      # The compiler can only warn and ignore the option if not recognized
9890      # So say no if there are warnings other than the usual output.
9891      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9892      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9893      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9894        lt_cv_prog_compiler_rtti_exceptions=yes
9895      fi
9896    fi
9897    $RM conftest*
9898
9899 fi
9900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9901 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9902
9903 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9904     lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9905 else
9906     :
9907 fi
9908
9909 fi
9910
9911
9912
9913
9914
9915
9916   lt_prog_compiler_wl=
9917 lt_prog_compiler_pic=
9918 lt_prog_compiler_static=
9919
9920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9921 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9922
9923   if test "$GCC" = yes; then
9924     lt_prog_compiler_wl='-Wl,'
9925     lt_prog_compiler_static='-static'
9926
9927     case $host_os in
9928       aix*)
9929       # All AIX code is PIC.
9930       if test "$host_cpu" = ia64; then
9931         # AIX 5 now supports IA64 processor
9932         lt_prog_compiler_static='-Bstatic'
9933       fi
9934       lt_prog_compiler_pic='-fPIC'
9935       ;;
9936
9937     amigaos*)
9938       case $host_cpu in
9939       powerpc)
9940             # see comment about AmigaOS4 .so support
9941             lt_prog_compiler_pic='-fPIC'
9942         ;;
9943       m68k)
9944             # FIXME: we need at least 68020 code to build shared libraries, but
9945             # adding the `-m68020' flag to GCC prevents building anything better,
9946             # like `-m68040'.
9947             lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9948         ;;
9949       esac
9950       ;;
9951
9952     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9953       # PIC is the default for these OSes.
9954       ;;
9955
9956     mingw* | cygwin* | pw32* | os2* | cegcc*)
9957       # This hack is so that the source file can tell whether it is being
9958       # built for inclusion in a dll (and should export symbols for example).
9959       # Although the cygwin gcc ignores -fPIC, still need this for old-style
9960       # (--disable-auto-import) libraries
9961       lt_prog_compiler_pic='-DDLL_EXPORT'
9962       ;;
9963
9964     darwin* | rhapsody*)
9965       # PIC is the default on this platform
9966       # Common symbols not allowed in MH_DYLIB files
9967       lt_prog_compiler_pic='-fno-common'
9968       ;;
9969
9970     haiku*)
9971       # PIC is the default for Haiku.
9972       # The "-static" flag exists, but is broken.
9973       lt_prog_compiler_static=
9974       ;;
9975
9976     hpux*)
9977       # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9978       # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
9979       # sets the default TLS model and affects inlining.
9980       case $host_cpu in
9981       hppa*64*)
9982         # +Z the default
9983         ;;
9984       *)
9985         lt_prog_compiler_pic='-fPIC'
9986         ;;
9987       esac
9988       ;;
9989
9990     interix[3-9]*)
9991       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9992       # Instead, we relocate shared libraries at runtime.
9993       ;;
9994
9995     msdosdjgpp*)
9996       # Just because we use GCC doesn't mean we suddenly get shared libraries
9997       # on systems that don't support them.
9998       lt_prog_compiler_can_build_shared=no
9999       enable_shared=no
10000       ;;
10001
10002     *nto* | *qnx*)
10003       # QNX uses GNU C++, but need to define -shared option too, otherwise
10004       # it will coredump.
10005       lt_prog_compiler_pic='-fPIC -shared'
10006       ;;
10007
10008     sysv4*MP*)
10009       if test -d /usr/nec; then
10010         lt_prog_compiler_pic=-Kconform_pic
10011       fi
10012       ;;
10013
10014     *)
10015       lt_prog_compiler_pic='-fPIC'
10016       ;;
10017     esac
10018
10019     case $cc_basename in
10020     nvcc*) # Cuda Compiler Driver 2.2
10021       lt_prog_compiler_wl='-Xlinker '
10022       lt_prog_compiler_pic='-Xcompiler -fPIC'
10023       ;;
10024     esac
10025   else
10026     # PORTME Check for flag to pass linker flags through the system compiler.
10027     case $host_os in
10028     aix*)
10029       lt_prog_compiler_wl='-Wl,'
10030       if test "$host_cpu" = ia64; then
10031         # AIX 5 now supports IA64 processor
10032         lt_prog_compiler_static='-Bstatic'
10033       else
10034         lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
10035       fi
10036       ;;
10037
10038     mingw* | cygwin* | pw32* | os2* | cegcc*)
10039       # This hack is so that the source file can tell whether it is being
10040       # built for inclusion in a dll (and should export symbols for example).
10041       lt_prog_compiler_pic='-DDLL_EXPORT'
10042       ;;
10043
10044     hpux9* | hpux10* | hpux11*)
10045       lt_prog_compiler_wl='-Wl,'
10046       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
10047       # not for PA HP-UX.
10048       case $host_cpu in
10049       hppa*64*|ia64*)
10050         # +Z the default
10051         ;;
10052       *)
10053         lt_prog_compiler_pic='+Z'
10054         ;;
10055       esac
10056       # Is there a better lt_prog_compiler_static that works with the bundled CC?
10057       lt_prog_compiler_static='${wl}-a ${wl}archive'
10058       ;;
10059
10060     irix5* | irix6* | nonstopux*)
10061       lt_prog_compiler_wl='-Wl,'
10062       # PIC (with -KPIC) is the default.
10063       lt_prog_compiler_static='-non_shared'
10064       ;;
10065
10066     linux* | k*bsd*-gnu | kopensolaris*-gnu)
10067       case $cc_basename in
10068       # old Intel for x86_64 which still supported -KPIC.
10069       ecc*)
10070         lt_prog_compiler_wl='-Wl,'
10071         lt_prog_compiler_pic='-KPIC'
10072         lt_prog_compiler_static='-static'
10073         ;;
10074       # icc used to be incompatible with GCC.
10075       # ICC 10 doesn't accept -KPIC any more.
10076       icc* | ifort*)
10077         lt_prog_compiler_wl='-Wl,'
10078         lt_prog_compiler_pic='-fPIC'
10079         lt_prog_compiler_static='-static'
10080         ;;
10081       # Lahey Fortran 8.1.
10082       lf95*)
10083         lt_prog_compiler_wl='-Wl,'
10084         lt_prog_compiler_pic='--shared'
10085         lt_prog_compiler_static='--static'
10086         ;;
10087       pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
10088         # Portland Group compilers (*not* the Pentium gcc compiler,
10089         # which looks to be a dead project)
10090         lt_prog_compiler_wl='-Wl,'
10091         lt_prog_compiler_pic='-fpic'
10092         lt_prog_compiler_static='-Bstatic'
10093         ;;
10094       ccc*)
10095         lt_prog_compiler_wl='-Wl,'
10096         # All Alpha code is PIC.
10097         lt_prog_compiler_static='-non_shared'
10098         ;;
10099       xl* | bgxl* | bgf* | mpixl*)
10100         # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
10101         lt_prog_compiler_wl='-Wl,'
10102         lt_prog_compiler_pic='-qpic'
10103         lt_prog_compiler_static='-qstaticlink'
10104         ;;
10105       *)
10106         case `$CC -V 2>&1 | sed 5q` in
10107         *Sun\ F* | *Sun*Fortran*)
10108           # Sun Fortran 8.3 passes all unrecognized flags to the linker
10109           lt_prog_compiler_pic='-KPIC'
10110           lt_prog_compiler_static='-Bstatic'
10111           lt_prog_compiler_wl=''
10112           ;;
10113         *Sun\ C*)
10114           # Sun C 5.9
10115           lt_prog_compiler_pic='-KPIC'
10116           lt_prog_compiler_static='-Bstatic'
10117           lt_prog_compiler_wl='-Wl,'
10118           ;;
10119         esac
10120         ;;
10121       esac
10122       ;;
10123
10124     newsos6)
10125       lt_prog_compiler_pic='-KPIC'
10126       lt_prog_compiler_static='-Bstatic'
10127       ;;
10128
10129     *nto* | *qnx*)
10130       # QNX uses GNU C++, but need to define -shared option too, otherwise
10131       # it will coredump.
10132       lt_prog_compiler_pic='-fPIC -shared'
10133       ;;
10134
10135     osf3* | osf4* | osf5*)
10136       lt_prog_compiler_wl='-Wl,'
10137       # All OSF/1 code is PIC.
10138       lt_prog_compiler_static='-non_shared'
10139       ;;
10140
10141     rdos*)
10142       lt_prog_compiler_static='-non_shared'
10143       ;;
10144
10145     solaris*)
10146       lt_prog_compiler_pic='-KPIC'
10147       lt_prog_compiler_static='-Bstatic'
10148       case $cc_basename in
10149       f77* | f90* | f95*)
10150         lt_prog_compiler_wl='-Qoption ld ';;
10151       *)
10152         lt_prog_compiler_wl='-Wl,';;
10153       esac
10154       ;;
10155
10156     sunos4*)
10157       lt_prog_compiler_wl='-Qoption ld '
10158       lt_prog_compiler_pic='-PIC'
10159       lt_prog_compiler_static='-Bstatic'
10160       ;;
10161
10162     sysv4 | sysv4.2uw2* | sysv4.3*)
10163       lt_prog_compiler_wl='-Wl,'
10164       lt_prog_compiler_pic='-KPIC'
10165       lt_prog_compiler_static='-Bstatic'
10166       ;;
10167
10168     sysv4*MP*)
10169       if test -d /usr/nec ;then
10170         lt_prog_compiler_pic='-Kconform_pic'
10171         lt_prog_compiler_static='-Bstatic'
10172       fi
10173       ;;
10174
10175     sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
10176       lt_prog_compiler_wl='-Wl,'
10177       lt_prog_compiler_pic='-KPIC'
10178       lt_prog_compiler_static='-Bstatic'
10179       ;;
10180
10181     unicos*)
10182       lt_prog_compiler_wl='-Wl,'
10183       lt_prog_compiler_can_build_shared=no
10184       ;;
10185
10186     uts4*)
10187       lt_prog_compiler_pic='-pic'
10188       lt_prog_compiler_static='-Bstatic'
10189       ;;
10190
10191     *)
10192       lt_prog_compiler_can_build_shared=no
10193       ;;
10194     esac
10195   fi
10196
10197 case $host_os in
10198   # For platforms which do not support PIC, -DPIC is meaningless:
10199   *djgpp*)
10200     lt_prog_compiler_pic=
10201     ;;
10202   *)
10203     lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
10204     ;;
10205 esac
10206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
10207 $as_echo "$lt_prog_compiler_pic" >&6; }
10208
10209
10210
10211
10212
10213
10214 #
10215 # Check to make sure the PIC flag actually works.
10216 #
10217 if test -n "$lt_prog_compiler_pic"; then
10218   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
10219 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
10220 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
10221   $as_echo_n "(cached) " >&6
10222 else
10223   lt_cv_prog_compiler_pic_works=no
10224    ac_outfile=conftest.$ac_objext
10225    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10226    lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
10227    # Insert the option either (1) after the last *FLAGS variable, or
10228    # (2) before a word containing "conftest.", or (3) at the end.
10229    # Note that $ac_compile itself does not contain backslashes and begins
10230    # with a dollar sign (not a hyphen), so the echo should work correctly.
10231    # The option is referenced via a variable to avoid confusing sed.
10232    lt_compile=`echo "$ac_compile" | $SED \
10233    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10234    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10235    -e 's:$: $lt_compiler_flag:'`
10236    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10237    (eval "$lt_compile" 2>conftest.err)
10238    ac_status=$?
10239    cat conftest.err >&5
10240    echo "$as_me:$LINENO: \$? = $ac_status" >&5
10241    if (exit $ac_status) && test -s "$ac_outfile"; then
10242      # The compiler can only warn and ignore the option if not recognized
10243      # So say no if there are warnings other than the usual output.
10244      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
10245      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10246      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
10247        lt_cv_prog_compiler_pic_works=yes
10248      fi
10249    fi
10250    $RM conftest*
10251
10252 fi
10253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
10254 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
10255
10256 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
10257     case $lt_prog_compiler_pic in
10258      "" | " "*) ;;
10259      *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
10260      esac
10261 else
10262     lt_prog_compiler_pic=
10263      lt_prog_compiler_can_build_shared=no
10264 fi
10265
10266 fi
10267
10268
10269
10270
10271
10272
10273 #
10274 # Check to make sure the static flag actually works.
10275 #
10276 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
10277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
10278 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
10279 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
10280   $as_echo_n "(cached) " >&6
10281 else
10282   lt_cv_prog_compiler_static_works=no
10283    save_LDFLAGS="$LDFLAGS"
10284    LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
10285    echo "$lt_simple_link_test_code" > conftest.$ac_ext
10286    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10287      # The linker can only warn and ignore the option if not recognized
10288      # So say no if there are warnings
10289      if test -s conftest.err; then
10290        # Append any errors to the config.log.
10291        cat conftest.err 1>&5
10292        $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10293        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10294        if diff conftest.exp conftest.er2 >/dev/null; then
10295          lt_cv_prog_compiler_static_works=yes
10296        fi
10297      else
10298        lt_cv_prog_compiler_static_works=yes
10299      fi
10300    fi
10301    $RM -r conftest*
10302    LDFLAGS="$save_LDFLAGS"
10303
10304 fi
10305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
10306 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
10307
10308 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
10309     :
10310 else
10311     lt_prog_compiler_static=
10312 fi
10313
10314
10315
10316
10317
10318
10319
10320   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10321 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10322 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
10323   $as_echo_n "(cached) " >&6
10324 else
10325   lt_cv_prog_compiler_c_o=no
10326    $RM -r conftest 2>/dev/null
10327    mkdir conftest
10328    cd conftest
10329    mkdir out
10330    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10331
10332    lt_compiler_flag="-o out/conftest2.$ac_objext"
10333    # Insert the option either (1) after the last *FLAGS variable, or
10334    # (2) before a word containing "conftest.", or (3) at the end.
10335    # Note that $ac_compile itself does not contain backslashes and begins
10336    # with a dollar sign (not a hyphen), so the echo should work correctly.
10337    lt_compile=`echo "$ac_compile" | $SED \
10338    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10339    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10340    -e 's:$: $lt_compiler_flag:'`
10341    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10342    (eval "$lt_compile" 2>out/conftest.err)
10343    ac_status=$?
10344    cat out/conftest.err >&5
10345    echo "$as_me:$LINENO: \$? = $ac_status" >&5
10346    if (exit $ac_status) && test -s out/conftest2.$ac_objext
10347    then
10348      # The compiler can only warn and ignore the option if not recognized
10349      # So say no if there are warnings
10350      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10351      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10352      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10353        lt_cv_prog_compiler_c_o=yes
10354      fi
10355    fi
10356    chmod u+w . 2>&5
10357    $RM conftest*
10358    # SGI C++ compiler will create directory out/ii_files/ for
10359    # template instantiation
10360    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10361    $RM out/* && rmdir out
10362    cd ..
10363    $RM -r conftest
10364    $RM conftest*
10365
10366 fi
10367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10368 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10369
10370
10371
10372
10373
10374
10375   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10376 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10377 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
10378   $as_echo_n "(cached) " >&6
10379 else
10380   lt_cv_prog_compiler_c_o=no
10381    $RM -r conftest 2>/dev/null
10382    mkdir conftest
10383    cd conftest
10384    mkdir out
10385    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10386
10387    lt_compiler_flag="-o out/conftest2.$ac_objext"
10388    # Insert the option either (1) after the last *FLAGS variable, or
10389    # (2) before a word containing "conftest.", or (3) at the end.
10390    # Note that $ac_compile itself does not contain backslashes and begins
10391    # with a dollar sign (not a hyphen), so the echo should work correctly.
10392    lt_compile=`echo "$ac_compile" | $SED \
10393    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10394    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10395    -e 's:$: $lt_compiler_flag:'`
10396    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10397    (eval "$lt_compile" 2>out/conftest.err)
10398    ac_status=$?
10399    cat out/conftest.err >&5
10400    echo "$as_me:$LINENO: \$? = $ac_status" >&5
10401    if (exit $ac_status) && test -s out/conftest2.$ac_objext
10402    then
10403      # The compiler can only warn and ignore the option if not recognized
10404      # So say no if there are warnings
10405      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10406      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10407      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10408        lt_cv_prog_compiler_c_o=yes
10409      fi
10410    fi
10411    chmod u+w . 2>&5
10412    $RM conftest*
10413    # SGI C++ compiler will create directory out/ii_files/ for
10414    # template instantiation
10415    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10416    $RM out/* && rmdir out
10417    cd ..
10418    $RM -r conftest
10419    $RM conftest*
10420
10421 fi
10422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10423 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10424
10425
10426
10427
10428 hard_links="nottested"
10429 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
10430   # do not overwrite the value of need_locks provided by the user
10431   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
10432 $as_echo_n "checking if we can lock with hard links... " >&6; }
10433   hard_links=yes
10434   $RM conftest*
10435   ln conftest.a conftest.b 2>/dev/null && hard_links=no
10436   touch conftest.a
10437   ln conftest.a conftest.b 2>&5 || hard_links=no
10438   ln conftest.a conftest.b 2>/dev/null && hard_links=no
10439   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
10440 $as_echo "$hard_links" >&6; }
10441   if test "$hard_links" = no; then
10442     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
10443 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
10444     need_locks=warn
10445   fi
10446 else
10447   need_locks=no
10448 fi
10449
10450
10451
10452
10453
10454
10455   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
10456 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
10457
10458   runpath_var=
10459   allow_undefined_flag=
10460   always_export_symbols=no
10461   archive_cmds=
10462   archive_expsym_cmds=
10463   compiler_needs_object=no
10464   enable_shared_with_static_runtimes=no
10465   export_dynamic_flag_spec=
10466   export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10467   hardcode_automatic=no
10468   hardcode_direct=no
10469   hardcode_direct_absolute=no
10470   hardcode_libdir_flag_spec=
10471   hardcode_libdir_flag_spec_ld=
10472   hardcode_libdir_separator=
10473   hardcode_minus_L=no
10474   hardcode_shlibpath_var=unsupported
10475   inherit_rpath=no
10476   link_all_deplibs=unknown
10477   module_cmds=
10478   module_expsym_cmds=
10479   old_archive_from_new_cmds=
10480   old_archive_from_expsyms_cmds=
10481   thread_safe_flag_spec=
10482   whole_archive_flag_spec=
10483   # include_expsyms should be a list of space-separated symbols to be *always*
10484   # included in the symbol list
10485   include_expsyms=
10486   # exclude_expsyms can be an extended regexp of symbols to exclude
10487   # it will be wrapped by ` (' and `)$', so one must not match beginning or
10488   # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
10489   # as well as any symbol that contains `d'.
10490   exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
10491   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10492   # platforms (ab)use it in PIC code, but their linkers get confused if
10493   # the symbol is explicitly referenced.  Since portable code cannot
10494   # rely on this symbol name, it's probably fine to never include it in
10495   # preloaded symbol tables.
10496   # Exclude shared library initialization/finalization symbols.
10497   extract_expsyms_cmds=
10498
10499   case $host_os in
10500   cygwin* | mingw* | pw32* | cegcc*)
10501     # FIXME: the MSVC++ port hasn't been tested in a loooong time
10502     # When not using gcc, we currently assume that we are using
10503     # Microsoft Visual C++.
10504     if test "$GCC" != yes; then
10505       with_gnu_ld=no
10506     fi
10507     ;;
10508   interix*)
10509     # we just hope/assume this is gcc and not c89 (= MSVC++)
10510     with_gnu_ld=yes
10511     ;;
10512   openbsd*)
10513     with_gnu_ld=no
10514     ;;
10515   esac
10516
10517   ld_shlibs=yes
10518
10519   # On some targets, GNU ld is compatible enough with the native linker
10520   # that we're better off using the native interface for both.
10521   lt_use_gnu_ld_interface=no
10522   if test "$with_gnu_ld" = yes; then
10523     case $host_os in
10524       aix*)
10525         # The AIX port of GNU ld has always aspired to compatibility
10526         # with the native linker.  However, as the warning in the GNU ld
10527         # block says, versions before 2.19.5* couldn't really create working
10528         # shared libraries, regardless of the interface used.
10529         case `$LD -v 2>&1` in
10530           *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
10531           *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
10532           *\ \(GNU\ Binutils\)\ [3-9]*) ;;
10533           *)
10534             lt_use_gnu_ld_interface=yes
10535             ;;
10536         esac
10537         ;;
10538       *)
10539         lt_use_gnu_ld_interface=yes
10540         ;;
10541     esac
10542   fi
10543
10544   if test "$lt_use_gnu_ld_interface" = yes; then
10545     # If archive_cmds runs LD, not CC, wlarc should be empty
10546     wlarc='${wl}'
10547
10548     # Set some defaults for GNU ld with shared library support. These
10549     # are reset later if shared libraries are not supported. Putting them
10550     # here allows them to be overridden if necessary.
10551     runpath_var=LD_RUN_PATH
10552     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10553     export_dynamic_flag_spec='${wl}--export-dynamic'
10554     # ancient GNU ld didn't support --whole-archive et. al.
10555     if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10556       whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10557     else
10558       whole_archive_flag_spec=
10559     fi
10560     supports_anon_versioning=no
10561     case `$LD -v 2>&1` in
10562       *GNU\ gold*) supports_anon_versioning=yes ;;
10563       *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10564       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10565       *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10566       *\ 2.11.*) ;; # other 2.11 versions
10567       *) supports_anon_versioning=yes ;;
10568     esac
10569
10570     # See if GNU ld supports shared libraries.
10571     case $host_os in
10572     aix[3-9]*)
10573       # On AIX/PPC, the GNU linker is very broken
10574       if test "$host_cpu" != ia64; then
10575         ld_shlibs=no
10576         cat <<_LT_EOF 1>&2
10577
10578 *** Warning: the GNU linker, at least up to release 2.19, is reported
10579 *** to be unable to reliably create shared libraries on AIX.
10580 *** Therefore, libtool is disabling shared libraries support.  If you
10581 *** really care for shared libraries, you may want to install binutils
10582 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10583 *** You will then need to restart the configuration process.
10584
10585 _LT_EOF
10586       fi
10587       ;;
10588
10589     amigaos*)
10590       case $host_cpu in
10591       powerpc)
10592             # see comment about AmigaOS4 .so support
10593             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10594             archive_expsym_cmds=''
10595         ;;
10596       m68k)
10597             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)'
10598             hardcode_libdir_flag_spec='-L$libdir'
10599             hardcode_minus_L=yes
10600         ;;
10601       esac
10602       ;;
10603
10604     beos*)
10605       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10606         allow_undefined_flag=unsupported
10607         # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10608         # support --undefined.  This deserves some investigation.  FIXME
10609         archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10610       else
10611         ld_shlibs=no
10612       fi
10613       ;;
10614
10615     cygwin* | mingw* | pw32* | cegcc*)
10616       # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10617       # as there is no search path for DLLs.
10618       hardcode_libdir_flag_spec='-L$libdir'
10619       export_dynamic_flag_spec='${wl}--export-all-symbols'
10620       allow_undefined_flag=unsupported
10621       always_export_symbols=no
10622       enable_shared_with_static_runtimes=yes
10623       export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10624
10625       if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10626         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10627         # If the export-symbols file already is a .def file (1st line
10628         # is EXPORTS), use it as is; otherwise, prepend...
10629         archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10630           cp $export_symbols $output_objdir/$soname.def;
10631         else
10632           echo EXPORTS > $output_objdir/$soname.def;
10633           cat $export_symbols >> $output_objdir/$soname.def;
10634         fi~
10635         $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10636       else
10637         ld_shlibs=no
10638       fi
10639       ;;
10640
10641     haiku*)
10642       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10643       link_all_deplibs=yes
10644       ;;
10645
10646     interix[3-9]*)
10647       hardcode_direct=no
10648       hardcode_shlibpath_var=no
10649       hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10650       export_dynamic_flag_spec='${wl}-E'
10651       # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10652       # Instead, shared libraries are loaded at an image base (0x10000000 by
10653       # default) and relocated if they conflict, which is a slow very memory
10654       # consuming and fragmenting process.  To avoid this, we pick a random,
10655       # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10656       # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
10657       archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10658       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'
10659       ;;
10660
10661     gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10662       tmp_diet=no
10663       if test "$host_os" = linux-dietlibc; then
10664         case $cc_basename in
10665           diet\ *) tmp_diet=yes;;       # linux-dietlibc with static linking (!diet-dyn)
10666         esac
10667       fi
10668       if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10669          && test "$tmp_diet" = no
10670       then
10671         tmp_addflag=' $pic_flag'
10672         tmp_sharedflag='-shared'
10673         case $cc_basename,$host_cpu in
10674         pgcc*)                          # Portland Group C compiler
10675           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'
10676           tmp_addflag=' $pic_flag'
10677           ;;
10678         pgf77* | pgf90* | pgf95* | pgfortran*)
10679                                         # Portland Group f77 and f90 compilers
10680           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'
10681           tmp_addflag=' $pic_flag -Mnomain' ;;
10682         ecc*,ia64* | icc*,ia64*)        # Intel C compiler on ia64
10683           tmp_addflag=' -i_dynamic' ;;
10684         efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
10685           tmp_addflag=' -i_dynamic -nofor_main' ;;
10686         ifc* | ifort*)                  # Intel Fortran compiler
10687           tmp_addflag=' -nofor_main' ;;
10688         lf95*)                          # Lahey Fortran 8.1
10689           whole_archive_flag_spec=
10690           tmp_sharedflag='--shared' ;;
10691         xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10692           tmp_sharedflag='-qmkshrobj'
10693           tmp_addflag= ;;
10694         nvcc*)  # Cuda Compiler Driver 2.2
10695           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'
10696           compiler_needs_object=yes
10697           ;;
10698         esac
10699         case `$CC -V 2>&1 | sed 5q` in
10700         *Sun\ C*)                       # Sun C 5.9
10701           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'
10702           compiler_needs_object=yes
10703           tmp_sharedflag='-G' ;;
10704         *Sun\ F*)                       # Sun Fortran 8.3
10705           tmp_sharedflag='-G' ;;
10706         esac
10707         archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10708
10709         if test "x$supports_anon_versioning" = xyes; then
10710           archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10711             cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10712             echo "local: *; };" >> $output_objdir/$libname.ver~
10713             $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10714         fi
10715
10716         case $cc_basename in
10717         xlf* | bgf* | bgxlf* | mpixlf*)
10718           # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10719           whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10720           hardcode_libdir_flag_spec=
10721           hardcode_libdir_flag_spec_ld='-rpath $libdir'
10722           archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10723           if test "x$supports_anon_versioning" = xyes; then
10724             archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10725               cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10726               echo "local: *; };" >> $output_objdir/$libname.ver~
10727               $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10728           fi
10729           ;;
10730         esac
10731       else
10732         ld_shlibs=no
10733       fi
10734       ;;
10735
10736     netbsd*)
10737       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10738         archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10739         wlarc=
10740       else
10741         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10742         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10743       fi
10744       ;;
10745
10746     solaris*)
10747       if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10748         ld_shlibs=no
10749         cat <<_LT_EOF 1>&2
10750
10751 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
10752 *** create shared libraries on Solaris systems.  Therefore, libtool
10753 *** is disabling shared libraries support.  We urge you to upgrade GNU
10754 *** binutils to release 2.9.1 or newer.  Another option is to modify
10755 *** your PATH or compiler configuration so that the native linker is
10756 *** used, and then restart.
10757
10758 _LT_EOF
10759       elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10760         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10761         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10762       else
10763         ld_shlibs=no
10764       fi
10765       ;;
10766
10767     sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10768       case `$LD -v 2>&1` in
10769         *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10770         ld_shlibs=no
10771         cat <<_LT_EOF 1>&2
10772
10773 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10774 *** reliably create shared libraries on SCO systems.  Therefore, libtool
10775 *** is disabling shared libraries support.  We urge you to upgrade GNU
10776 *** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
10777 *** your PATH or compiler configuration so that the native linker is
10778 *** used, and then restart.
10779
10780 _LT_EOF
10781         ;;
10782         *)
10783           # For security reasons, it is highly recommended that you always
10784           # use absolute paths for naming shared libraries, and exclude the
10785           # DT_RUNPATH tag from executables and libraries.  But doing so
10786           # requires that you compile everything twice, which is a pain.
10787           if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10788             hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10789             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10790             archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10791           else
10792             ld_shlibs=no
10793           fi
10794         ;;
10795       esac
10796       ;;
10797
10798     sunos4*)
10799       archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10800       wlarc=
10801       hardcode_direct=yes
10802       hardcode_shlibpath_var=no
10803       ;;
10804
10805     *)
10806       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10807         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10808         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10809       else
10810         ld_shlibs=no
10811       fi
10812       ;;
10813     esac
10814
10815     if test "$ld_shlibs" = no; then
10816       runpath_var=
10817       hardcode_libdir_flag_spec=
10818       export_dynamic_flag_spec=
10819       whole_archive_flag_spec=
10820     fi
10821   else
10822     # PORTME fill in a description of your system's linker (not GNU ld)
10823     case $host_os in
10824     aix3*)
10825       allow_undefined_flag=unsupported
10826       always_export_symbols=yes
10827       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'
10828       # Note: this linker hardcodes the directories in LIBPATH if there
10829       # are no directories specified by -L.
10830       hardcode_minus_L=yes
10831       if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10832         # Neither direct hardcoding nor static linking is supported with a
10833         # broken collect2.
10834         hardcode_direct=unsupported
10835       fi
10836       ;;
10837
10838     aix[4-9]*)
10839       if test "$host_cpu" = ia64; then
10840         # On IA64, the linker does run time linking by default, so we don't
10841         # have to do anything special.
10842         aix_use_runtimelinking=no
10843         exp_sym_flag='-Bexport'
10844         no_entry_flag=""
10845       else
10846         # If we're using GNU nm, then we don't want the "-C" option.
10847         # -C means demangle to AIX nm, but means don't demangle with GNU nm
10848         # Also, AIX nm treats weak defined symbols like other global
10849         # defined symbols, whereas GNU nm marks them as "W".
10850         if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10851           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'
10852         else
10853           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'
10854         fi
10855         aix_use_runtimelinking=no
10856
10857         # Test if we are trying to use run time linking or normal
10858         # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10859         # need to do runtime linking.
10860         case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10861           for ld_flag in $LDFLAGS; do
10862           if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10863             aix_use_runtimelinking=yes
10864             break
10865           fi
10866           done
10867           ;;
10868         esac
10869
10870         exp_sym_flag='-bexport'
10871         no_entry_flag='-bnoentry'
10872       fi
10873
10874       # When large executables or shared objects are built, AIX ld can
10875       # have problems creating the table of contents.  If linking a library
10876       # or program results in "error TOC overflow" add -mminimal-toc to
10877       # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
10878       # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10879
10880       archive_cmds=''
10881       hardcode_direct=yes
10882       hardcode_direct_absolute=yes
10883       hardcode_libdir_separator=':'
10884       link_all_deplibs=yes
10885       file_list_spec='${wl}-f,'
10886
10887       if test "$GCC" = yes; then
10888         case $host_os in aix4.[012]|aix4.[012].*)
10889         # We only want to do this on AIX 4.2 and lower, the check
10890         # below for broken collect2 doesn't work under 4.3+
10891           collect2name=`${CC} -print-prog-name=collect2`
10892           if test -f "$collect2name" &&
10893            strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10894           then
10895           # We have reworked collect2
10896           :
10897           else
10898           # We have old collect2
10899           hardcode_direct=unsupported
10900           # It fails to find uninstalled libraries when the uninstalled
10901           # path is not listed in the libpath.  Setting hardcode_minus_L
10902           # to unsupported forces relinking
10903           hardcode_minus_L=yes
10904           hardcode_libdir_flag_spec='-L$libdir'
10905           hardcode_libdir_separator=
10906           fi
10907           ;;
10908         esac
10909         shared_flag='-shared'
10910         if test "$aix_use_runtimelinking" = yes; then
10911           shared_flag="$shared_flag "'${wl}-G'
10912         fi
10913       else
10914         # not using gcc
10915         if test "$host_cpu" = ia64; then
10916         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10917         # chokes on -Wl,-G. The following line is correct:
10918           shared_flag='-G'
10919         else
10920           if test "$aix_use_runtimelinking" = yes; then
10921             shared_flag='${wl}-G'
10922           else
10923             shared_flag='${wl}-bM:SRE'
10924           fi
10925         fi
10926       fi
10927
10928       export_dynamic_flag_spec='${wl}-bexpall'
10929       # It seems that -bexpall does not export symbols beginning with
10930       # underscore (_), so it is better to generate a list of symbols to export.
10931       always_export_symbols=yes
10932       if test "$aix_use_runtimelinking" = yes; then
10933         # Warning - without using the other runtime loading flags (-brtl),
10934         # -berok will link without error, but may produce a broken library.
10935         allow_undefined_flag='-berok'
10936         # Determine the default libpath from the value encoded in an
10937         # empty executable.
10938         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10939 /* end confdefs.h.  */
10940
10941 int
10942 main ()
10943 {
10944
10945   ;
10946   return 0;
10947 }
10948 _ACEOF
10949 if ac_fn_c_try_link "$LINENO"; then :
10950
10951 lt_aix_libpath_sed='
10952     /Import File Strings/,/^$/ {
10953         /^0/ {
10954             s/^0  *\(.*\)$/\1/
10955             p
10956         }
10957     }'
10958 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10959 # Check for a 64-bit object if we didn't find anything.
10960 if test -z "$aix_libpath"; then
10961   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10962 fi
10963 fi
10964 rm -f core conftest.err conftest.$ac_objext \
10965     conftest$ac_exeext conftest.$ac_ext
10966 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10967
10968         hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10969         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"
10970       else
10971         if test "$host_cpu" = ia64; then
10972           hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
10973           allow_undefined_flag="-z nodefs"
10974           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"
10975         else
10976          # Determine the default libpath from the value encoded in an
10977          # empty executable.
10978          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10979 /* end confdefs.h.  */
10980
10981 int
10982 main ()
10983 {
10984
10985   ;
10986   return 0;
10987 }
10988 _ACEOF
10989 if ac_fn_c_try_link "$LINENO"; then :
10990
10991 lt_aix_libpath_sed='
10992     /Import File Strings/,/^$/ {
10993         /^0/ {
10994             s/^0  *\(.*\)$/\1/
10995             p
10996         }
10997     }'
10998 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10999 # Check for a 64-bit object if we didn't find anything.
11000 if test -z "$aix_libpath"; then
11001   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11002 fi
11003 fi
11004 rm -f core conftest.err conftest.$ac_objext \
11005     conftest$ac_exeext conftest.$ac_ext
11006 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11007
11008          hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
11009           # Warning - without using the other run time loading flags,
11010           # -berok will link without error, but may produce a broken library.
11011           no_undefined_flag=' ${wl}-bernotok'
11012           allow_undefined_flag=' ${wl}-berok'
11013           if test "$with_gnu_ld" = yes; then
11014             # We only use this code for GNU lds that support --whole-archive.
11015             whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
11016           else
11017             # Exported symbols can be pulled into shared objects from archives
11018             whole_archive_flag_spec='$convenience'
11019           fi
11020           archive_cmds_need_lc=yes
11021           # This is similar to how AIX traditionally builds its shared libraries.
11022           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'
11023         fi
11024       fi
11025       ;;
11026
11027     amigaos*)
11028       case $host_cpu in
11029       powerpc)
11030             # see comment about AmigaOS4 .so support
11031             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
11032             archive_expsym_cmds=''
11033         ;;
11034       m68k)
11035             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)'
11036             hardcode_libdir_flag_spec='-L$libdir'
11037             hardcode_minus_L=yes
11038         ;;
11039       esac
11040       ;;
11041
11042     bsdi[45]*)
11043       export_dynamic_flag_spec=-rdynamic
11044       ;;
11045
11046     cygwin* | mingw* | pw32* | cegcc*)
11047       # When not using gcc, we currently assume that we are using
11048       # Microsoft Visual C++.
11049       # hardcode_libdir_flag_spec is actually meaningless, as there is
11050       # no search path for DLLs.
11051       hardcode_libdir_flag_spec=' '
11052       allow_undefined_flag=unsupported
11053       # Tell ltmain to make .lib files, not .a files.
11054       libext=lib
11055       # Tell ltmain to make .dll files, not .so files.
11056       shrext_cmds=".dll"
11057       # FIXME: Setting linknames here is a bad hack.
11058       archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
11059       # The linker will automatically build a .lib file if we build a DLL.
11060       old_archive_from_new_cmds='true'
11061       # FIXME: Should let the user specify the lib program.
11062       old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
11063       fix_srcfile_path='`cygpath -w "$srcfile"`'
11064       enable_shared_with_static_runtimes=yes
11065       ;;
11066
11067     darwin* | rhapsody*)
11068
11069
11070   archive_cmds_need_lc=no
11071   hardcode_direct=no
11072   hardcode_automatic=yes
11073   hardcode_shlibpath_var=unsupported
11074   if test "$lt_cv_ld_force_load" = "yes"; then
11075     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\"`'
11076   else
11077     whole_archive_flag_spec=''
11078   fi
11079   link_all_deplibs=yes
11080   allow_undefined_flag="$_lt_dar_allow_undefined"
11081   case $cc_basename in
11082      ifort*) _lt_dar_can_shared=yes ;;
11083      *) _lt_dar_can_shared=$GCC ;;
11084   esac
11085   if test "$_lt_dar_can_shared" = "yes"; then
11086     output_verbose_link_cmd=func_echo_all
11087     archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
11088     module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
11089     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}"
11090     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}"
11091
11092   else
11093   ld_shlibs=no
11094   fi
11095
11096       ;;
11097
11098     dgux*)
11099       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11100       hardcode_libdir_flag_spec='-L$libdir'
11101       hardcode_shlibpath_var=no
11102       ;;
11103
11104     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
11105     # support.  Future versions do this automatically, but an explicit c++rt0.o
11106     # does not break anything, and helps significantly (at the cost of a little
11107     # extra space).
11108     freebsd2.2*)
11109       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
11110       hardcode_libdir_flag_spec='-R$libdir'
11111       hardcode_direct=yes
11112       hardcode_shlibpath_var=no
11113       ;;
11114
11115     # Unfortunately, older versions of FreeBSD 2 do not have this feature.
11116     freebsd2.*)
11117       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11118       hardcode_direct=yes
11119       hardcode_minus_L=yes
11120       hardcode_shlibpath_var=no
11121       ;;
11122
11123     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
11124     freebsd* | dragonfly*)
11125       archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
11126       hardcode_libdir_flag_spec='-R$libdir'
11127       hardcode_direct=yes
11128       hardcode_shlibpath_var=no
11129       ;;
11130
11131     hpux9*)
11132       if test "$GCC" = yes; then
11133         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'
11134       else
11135         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'
11136       fi
11137       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11138       hardcode_libdir_separator=:
11139       hardcode_direct=yes
11140
11141       # hardcode_minus_L: Not really in the search PATH,
11142       # but as the default location of the library.
11143       hardcode_minus_L=yes
11144       export_dynamic_flag_spec='${wl}-E'
11145       ;;
11146
11147     hpux10*)
11148       if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11149         archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11150       else
11151         archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11152       fi
11153       if test "$with_gnu_ld" = no; then
11154         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11155         hardcode_libdir_flag_spec_ld='+b $libdir'
11156         hardcode_libdir_separator=:
11157         hardcode_direct=yes
11158         hardcode_direct_absolute=yes
11159         export_dynamic_flag_spec='${wl}-E'
11160         # hardcode_minus_L: Not really in the search PATH,
11161         # but as the default location of the library.
11162         hardcode_minus_L=yes
11163       fi
11164       ;;
11165
11166     hpux11*)
11167       if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11168         case $host_cpu in
11169         hppa*64*)
11170           archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11171           ;;
11172         ia64*)
11173           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11174           ;;
11175         *)
11176           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11177           ;;
11178         esac
11179       else
11180         case $host_cpu in
11181         hppa*64*)
11182           archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11183           ;;
11184         ia64*)
11185           archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11186           ;;
11187         *)
11188
11189           # Older versions of the 11.00 compiler do not understand -b yet
11190           # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
11191           { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
11192 $as_echo_n "checking if $CC understands -b... " >&6; }
11193 if test "${lt_cv_prog_compiler__b+set}" = set; then :
11194   $as_echo_n "(cached) " >&6
11195 else
11196   lt_cv_prog_compiler__b=no
11197    save_LDFLAGS="$LDFLAGS"
11198    LDFLAGS="$LDFLAGS -b"
11199    echo "$lt_simple_link_test_code" > conftest.$ac_ext
11200    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
11201      # The linker can only warn and ignore the option if not recognized
11202      # So say no if there are warnings
11203      if test -s conftest.err; then
11204        # Append any errors to the config.log.
11205        cat conftest.err 1>&5
11206        $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
11207        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
11208        if diff conftest.exp conftest.er2 >/dev/null; then
11209          lt_cv_prog_compiler__b=yes
11210        fi
11211      else
11212        lt_cv_prog_compiler__b=yes
11213      fi
11214    fi
11215    $RM -r conftest*
11216    LDFLAGS="$save_LDFLAGS"
11217
11218 fi
11219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
11220 $as_echo "$lt_cv_prog_compiler__b" >&6; }
11221
11222 if test x"$lt_cv_prog_compiler__b" = xyes; then
11223     archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11224 else
11225     archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11226 fi
11227
11228           ;;
11229         esac
11230       fi
11231       if test "$with_gnu_ld" = no; then
11232         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11233         hardcode_libdir_separator=:
11234
11235         case $host_cpu in
11236         hppa*64*|ia64*)
11237           hardcode_direct=no
11238           hardcode_shlibpath_var=no
11239           ;;
11240         *)
11241           hardcode_direct=yes
11242           hardcode_direct_absolute=yes
11243           export_dynamic_flag_spec='${wl}-E'
11244
11245           # hardcode_minus_L: Not really in the search PATH,
11246           # but as the default location of the library.
11247           hardcode_minus_L=yes
11248           ;;
11249         esac
11250       fi
11251       ;;
11252
11253     irix5* | irix6* | nonstopux*)
11254       if test "$GCC" = yes; then
11255         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'
11256         # Try to use the -exported_symbol ld option, if it does not
11257         # work, assume that -exports_file does not work either and
11258         # implicitly export all symbols.
11259         save_LDFLAGS="$LDFLAGS"
11260         LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
11261         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11262 /* end confdefs.h.  */
11263 int foo(void) {}
11264 _ACEOF
11265 if ac_fn_c_try_link "$LINENO"; then :
11266   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'
11267
11268 fi
11269 rm -f core conftest.err conftest.$ac_objext \
11270     conftest$ac_exeext conftest.$ac_ext
11271         LDFLAGS="$save_LDFLAGS"
11272       else
11273         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'
11274         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'
11275       fi
11276       archive_cmds_need_lc='no'
11277       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11278       hardcode_libdir_separator=:
11279       inherit_rpath=yes
11280       link_all_deplibs=yes
11281       ;;
11282
11283     netbsd*)
11284       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11285         archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
11286       else
11287         archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
11288       fi
11289       hardcode_libdir_flag_spec='-R$libdir'
11290       hardcode_direct=yes
11291       hardcode_shlibpath_var=no
11292       ;;
11293
11294     newsos6)
11295       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11296       hardcode_direct=yes
11297       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11298       hardcode_libdir_separator=:
11299       hardcode_shlibpath_var=no
11300       ;;
11301
11302     *nto* | *qnx*)
11303       ;;
11304
11305     openbsd*)
11306       if test -f /usr/libexec/ld.so; then
11307         hardcode_direct=yes
11308         hardcode_shlibpath_var=no
11309         hardcode_direct_absolute=yes
11310         if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11311           archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11312           archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
11313           hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11314           export_dynamic_flag_spec='${wl}-E'
11315         else
11316           case $host_os in
11317            openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
11318              archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11319              hardcode_libdir_flag_spec='-R$libdir'
11320              ;;
11321            *)
11322              archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11323              hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11324              ;;
11325           esac
11326         fi
11327       else
11328         ld_shlibs=no
11329       fi
11330       ;;
11331
11332     os2*)
11333       hardcode_libdir_flag_spec='-L$libdir'
11334       hardcode_minus_L=yes
11335       allow_undefined_flag=unsupported
11336       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'
11337       old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
11338       ;;
11339
11340     osf3*)
11341       if test "$GCC" = yes; then
11342         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11343         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'
11344       else
11345         allow_undefined_flag=' -expect_unresolved \*'
11346         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'
11347       fi
11348       archive_cmds_need_lc='no'
11349       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11350       hardcode_libdir_separator=:
11351       ;;
11352
11353     osf4* | osf5*)      # as osf3* with the addition of -msym flag
11354       if test "$GCC" = yes; then
11355         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11356         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'
11357         hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11358       else
11359         allow_undefined_flag=' -expect_unresolved \*'
11360         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'
11361         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~
11362         $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'
11363
11364         # Both c and cxx compiler support -rpath directly
11365         hardcode_libdir_flag_spec='-rpath $libdir'
11366       fi
11367       archive_cmds_need_lc='no'
11368       hardcode_libdir_separator=:
11369       ;;
11370
11371     solaris*)
11372       no_undefined_flag=' -z defs'
11373       if test "$GCC" = yes; then
11374         wlarc='${wl}'
11375         archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11376         archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11377           $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11378       else
11379         case `$CC -V 2>&1` in
11380         *"Compilers 5.0"*)
11381           wlarc=''
11382           archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
11383           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11384           $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
11385           ;;
11386         *)
11387           wlarc='${wl}'
11388           archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
11389           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11390           $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11391           ;;
11392         esac
11393       fi
11394       hardcode_libdir_flag_spec='-R$libdir'
11395       hardcode_shlibpath_var=no
11396       case $host_os in
11397       solaris2.[0-5] | solaris2.[0-5].*) ;;
11398       *)
11399         # The compiler driver will combine and reorder linker options,
11400         # but understands `-z linker_flag'.  GCC discards it without `$wl',
11401         # but is careful enough not to reorder.
11402         # Supported since Solaris 2.6 (maybe 2.5.1?)
11403         if test "$GCC" = yes; then
11404           whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
11405         else
11406           whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
11407         fi
11408         ;;
11409       esac
11410       link_all_deplibs=yes
11411       ;;
11412
11413     sunos4*)
11414       if test "x$host_vendor" = xsequent; then
11415         # Use $CC to link under sequent, because it throws in some extra .o
11416         # files that make .init and .fini sections work.
11417         archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
11418       else
11419         archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
11420       fi
11421       hardcode_libdir_flag_spec='-L$libdir'
11422       hardcode_direct=yes
11423       hardcode_minus_L=yes
11424       hardcode_shlibpath_var=no
11425       ;;
11426
11427     sysv4)
11428       case $host_vendor in
11429         sni)
11430           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11431           hardcode_direct=yes # is this really true???
11432         ;;
11433         siemens)
11434           ## LD is ld it makes a PLAMLIB
11435           ## CC just makes a GrossModule.
11436           archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
11437           reload_cmds='$CC -r -o $output$reload_objs'
11438           hardcode_direct=no
11439         ;;
11440         motorola)
11441           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11442           hardcode_direct=no #Motorola manual says yes, but my tests say they lie
11443         ;;
11444       esac
11445       runpath_var='LD_RUN_PATH'
11446       hardcode_shlibpath_var=no
11447       ;;
11448
11449     sysv4.3*)
11450       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11451       hardcode_shlibpath_var=no
11452       export_dynamic_flag_spec='-Bexport'
11453       ;;
11454
11455     sysv4*MP*)
11456       if test -d /usr/nec; then
11457         archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11458         hardcode_shlibpath_var=no
11459         runpath_var=LD_RUN_PATH
11460         hardcode_runpath_var=yes
11461         ld_shlibs=yes
11462       fi
11463       ;;
11464
11465     sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
11466       no_undefined_flag='${wl}-z,text'
11467       archive_cmds_need_lc=no
11468       hardcode_shlibpath_var=no
11469       runpath_var='LD_RUN_PATH'
11470
11471       if test "$GCC" = yes; then
11472         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11473         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11474       else
11475         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11476         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11477       fi
11478       ;;
11479
11480     sysv5* | sco3.2v5* | sco5v6*)
11481       # Note: We can NOT use -z defs as we might desire, because we do not
11482       # link with -lc, and that would cause any symbols used from libc to
11483       # always be unresolved, which means just about no library would
11484       # ever link correctly.  If we're not using GNU ld we use -z text
11485       # though, which does catch some bad symbols but isn't as heavy-handed
11486       # as -z defs.
11487       no_undefined_flag='${wl}-z,text'
11488       allow_undefined_flag='${wl}-z,nodefs'
11489       archive_cmds_need_lc=no
11490       hardcode_shlibpath_var=no
11491       hardcode_libdir_flag_spec='${wl}-R,$libdir'
11492       hardcode_libdir_separator=':'
11493       link_all_deplibs=yes
11494       export_dynamic_flag_spec='${wl}-Bexport'
11495       runpath_var='LD_RUN_PATH'
11496
11497       if test "$GCC" = yes; then
11498         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11499         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11500       else
11501         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11502         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11503       fi
11504       ;;
11505
11506     uts4*)
11507       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11508       hardcode_libdir_flag_spec='-L$libdir'
11509       hardcode_shlibpath_var=no
11510       ;;
11511
11512     *)
11513       ld_shlibs=no
11514       ;;
11515     esac
11516
11517     if test x$host_vendor = xsni; then
11518       case $host in
11519       sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
11520         export_dynamic_flag_spec='${wl}-Blargedynsym'
11521         ;;
11522       esac
11523     fi
11524   fi
11525
11526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
11527 $as_echo "$ld_shlibs" >&6; }
11528 test "$ld_shlibs" = no && can_build_shared=no
11529
11530 with_gnu_ld=$with_gnu_ld
11531
11532
11533
11534
11535
11536
11537
11538
11539
11540
11541
11542
11543
11544
11545
11546 #
11547 # Do we need to explicitly link libc?
11548 #
11549 case "x$archive_cmds_need_lc" in
11550 x|xyes)
11551   # Assume -lc should be added
11552   archive_cmds_need_lc=yes
11553
11554   if test "$enable_shared" = yes && test "$GCC" = yes; then
11555     case $archive_cmds in
11556     *'~'*)
11557       # FIXME: we may have to deal with multi-command sequences.
11558       ;;
11559     '$CC '*)
11560       # Test whether the compiler implicitly links with -lc since on some
11561       # systems, -lgcc has to come before -lc. If gcc already passes -lc
11562       # to ld, don't add -lc before -lgcc.
11563       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
11564 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
11565 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
11566   $as_echo_n "(cached) " >&6
11567 else
11568   $RM conftest*
11569         echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11570
11571         if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
11572   (eval $ac_compile) 2>&5
11573   ac_status=$?
11574   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11575   test $ac_status = 0; } 2>conftest.err; then
11576           soname=conftest
11577           lib=conftest
11578           libobjs=conftest.$ac_objext
11579           deplibs=
11580           wl=$lt_prog_compiler_wl
11581           pic_flag=$lt_prog_compiler_pic
11582           compiler_flags=-v
11583           linker_flags=-v
11584           verstring=
11585           output_objdir=.
11586           libname=conftest
11587           lt_save_allow_undefined_flag=$allow_undefined_flag
11588           allow_undefined_flag=
11589           if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
11590   (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11591   ac_status=$?
11592   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11593   test $ac_status = 0; }
11594           then
11595             lt_cv_archive_cmds_need_lc=no
11596           else
11597             lt_cv_archive_cmds_need_lc=yes
11598           fi
11599           allow_undefined_flag=$lt_save_allow_undefined_flag
11600         else
11601           cat conftest.err 1>&5
11602         fi
11603         $RM conftest*
11604
11605 fi
11606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11607 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11608       archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11609       ;;
11610     esac
11611   fi
11612   ;;
11613 esac
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
11769
11770
11771   { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11772 $as_echo_n "checking dynamic linker characteristics... " >&6; }
11773
11774 if test "$GCC" = yes; then
11775   case $host_os in
11776     darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11777     *) lt_awk_arg="/^libraries:/" ;;
11778   esac
11779   case $host_os in
11780     mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11781     *) lt_sed_strip_eq="s,=/,/,g" ;;
11782   esac
11783   lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11784   case $lt_search_path_spec in
11785   *\;*)
11786     # if the path contains ";" then we assume it to be the separator
11787     # otherwise default to the standard path separator (i.e. ":") - it is
11788     # assumed that no part of a normal pathname contains ";" but that should
11789     # okay in the real world where ";" in dirpaths is itself problematic.
11790     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11791     ;;
11792   *)
11793     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11794     ;;
11795   esac
11796   # Ok, now we have the path, separated by spaces, we can step through it
11797   # and add multilib dir if necessary.
11798   lt_tmp_lt_search_path_spec=
11799   lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11800   for lt_sys_path in $lt_search_path_spec; do
11801     if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11802       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11803     else
11804       test -d "$lt_sys_path" && \
11805         lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11806     fi
11807   done
11808   lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11809 BEGIN {RS=" "; FS="/|\n";} {
11810   lt_foo="";
11811   lt_count=0;
11812   for (lt_i = NF; lt_i > 0; lt_i--) {
11813     if ($lt_i != "" && $lt_i != ".") {
11814       if ($lt_i == "..") {
11815         lt_count++;
11816       } else {
11817         if (lt_count == 0) {
11818           lt_foo="/" $lt_i lt_foo;
11819         } else {
11820           lt_count--;
11821         }
11822       }
11823     }
11824   }
11825   if (lt_foo != "") { lt_freq[lt_foo]++; }
11826   if (lt_freq[lt_foo] == 1) { print lt_foo; }
11827 }'`
11828   # AWK program above erroneously prepends '/' to C:/dos/paths
11829   # for these hosts.
11830   case $host_os in
11831     mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11832       $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11833   esac
11834   sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11835 else
11836   sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11837 fi
11838 library_names_spec=
11839 libname_spec='lib$name'
11840 soname_spec=
11841 shrext_cmds=".so"
11842 postinstall_cmds=
11843 postuninstall_cmds=
11844 finish_cmds=
11845 finish_eval=
11846 shlibpath_var=
11847 shlibpath_overrides_runpath=unknown
11848 version_type=none
11849 dynamic_linker="$host_os ld.so"
11850 sys_lib_dlsearch_path_spec="/lib /usr/lib"
11851 need_lib_prefix=unknown
11852 hardcode_into_libs=no
11853
11854 # when you set need_version to no, make sure it does not cause -set_version
11855 # flags to be left without arguments
11856 need_version=unknown
11857
11858 case $host_os in
11859 aix3*)
11860   version_type=linux
11861   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11862   shlibpath_var=LIBPATH
11863
11864   # AIX 3 has no versioning support, so we append a major version to the name.
11865   soname_spec='${libname}${release}${shared_ext}$major'
11866   ;;
11867
11868 aix[4-9]*)
11869   version_type=linux
11870   need_lib_prefix=no
11871   need_version=no
11872   hardcode_into_libs=yes
11873   if test "$host_cpu" = ia64; then
11874     # AIX 5 supports IA64
11875     library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11876     shlibpath_var=LD_LIBRARY_PATH
11877   else
11878     # With GCC up to 2.95.x, collect2 would create an import file
11879     # for dependence libraries.  The import file would start with
11880     # the line `#! .'.  This would cause the generated library to
11881     # depend on `.', always an invalid library.  This was fixed in
11882     # development snapshots of GCC prior to 3.0.
11883     case $host_os in
11884       aix4 | aix4.[01] | aix4.[01].*)
11885       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11886            echo ' yes '
11887            echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11888         :
11889       else
11890         can_build_shared=no
11891       fi
11892       ;;
11893     esac
11894     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11895     # soname into executable. Probably we can add versioning support to
11896     # collect2, so additional links can be useful in future.
11897     if test "$aix_use_runtimelinking" = yes; then
11898       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11899       # instead of lib<name>.a to let people know that these are not
11900       # typical AIX shared libraries.
11901       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11902     else
11903       # We preserve .a as extension for shared libraries through AIX4.2
11904       # and later when we are not doing run time linking.
11905       library_names_spec='${libname}${release}.a $libname.a'
11906       soname_spec='${libname}${release}${shared_ext}$major'
11907     fi
11908     shlibpath_var=LIBPATH
11909   fi
11910   ;;
11911
11912 amigaos*)
11913   case $host_cpu in
11914   powerpc)
11915     # Since July 2007 AmigaOS4 officially supports .so libraries.
11916     # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11917     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11918     ;;
11919   m68k)
11920     library_names_spec='$libname.ixlibrary $libname.a'
11921     # Create ${libname}_ixlibrary.a entries in /sys/libs.
11922     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'
11923     ;;
11924   esac
11925   ;;
11926
11927 beos*)
11928   library_names_spec='${libname}${shared_ext}'
11929   dynamic_linker="$host_os ld.so"
11930   shlibpath_var=LIBRARY_PATH
11931   ;;
11932
11933 bsdi[45]*)
11934   version_type=linux
11935   need_version=no
11936   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11937   soname_spec='${libname}${release}${shared_ext}$major'
11938   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11939   shlibpath_var=LD_LIBRARY_PATH
11940   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11941   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11942   # the default ld.so.conf also contains /usr/contrib/lib and
11943   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11944   # libtool to hard-code these into programs
11945   ;;
11946
11947 cygwin* | mingw* | pw32* | cegcc*)
11948   version_type=windows
11949   shrext_cmds=".dll"
11950   need_version=no
11951   need_lib_prefix=no
11952
11953   case $GCC,$host_os in
11954   yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
11955     library_names_spec='$libname.dll.a'
11956     # DLL is installed to $(libdir)/../bin by postinstall_cmds
11957     postinstall_cmds='base_file=`basename \${file}`~
11958       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11959       dldir=$destdir/`dirname \$dlpath`~
11960       test -d \$dldir || mkdir -p \$dldir~
11961       $install_prog $dir/$dlname \$dldir/$dlname~
11962       chmod a+x \$dldir/$dlname~
11963       if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11964         eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11965       fi'
11966     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11967       dlpath=$dir/\$dldll~
11968        $RM \$dlpath'
11969     shlibpath_overrides_runpath=yes
11970
11971     case $host_os in
11972     cygwin*)
11973       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11974       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11975
11976       sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
11977       ;;
11978     mingw* | cegcc*)
11979       # MinGW DLLs use traditional 'lib' prefix
11980       soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11981       ;;
11982     pw32*)
11983       # pw32 DLLs use 'pw' prefix rather than 'lib'
11984       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11985       ;;
11986     esac
11987     ;;
11988
11989   *)
11990     library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11991     ;;
11992   esac
11993   dynamic_linker='Win32 ld.exe'
11994   # FIXME: first we should search . and the directory the executable is in
11995   shlibpath_var=PATH
11996   ;;
11997
11998 darwin* | rhapsody*)
11999   dynamic_linker="$host_os dyld"
12000   version_type=darwin
12001   need_lib_prefix=no
12002   need_version=no
12003   library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
12004   soname_spec='${libname}${release}${major}$shared_ext'
12005   shlibpath_overrides_runpath=yes
12006   shlibpath_var=DYLD_LIBRARY_PATH
12007   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
12008
12009   sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
12010   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
12011   ;;
12012
12013 dgux*)
12014   version_type=linux
12015   need_lib_prefix=no
12016   need_version=no
12017   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
12018   soname_spec='${libname}${release}${shared_ext}$major'
12019   shlibpath_var=LD_LIBRARY_PATH
12020   ;;
12021
12022 freebsd* | dragonfly*)
12023   # DragonFly does not have aout.  When/if they implement a new
12024   # versioning mechanism, adjust this.
12025   if test -x /usr/bin/objformat; then
12026     objformat=`/usr/bin/objformat`
12027   else
12028     case $host_os in
12029     freebsd[23].*) objformat=aout ;;
12030     *) objformat=elf ;;
12031     esac
12032   fi
12033   version_type=freebsd-$objformat
12034   case $version_type in
12035     freebsd-elf*)
12036       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12037       need_version=no
12038       need_lib_prefix=no
12039       ;;
12040     freebsd-*)
12041       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
12042       need_version=yes
12043       ;;
12044   esac
12045   shlibpath_var=LD_LIBRARY_PATH
12046   case $host_os in
12047   freebsd2.*)
12048     shlibpath_overrides_runpath=yes
12049     ;;
12050   freebsd3.[01]* | freebsdelf3.[01]*)
12051     shlibpath_overrides_runpath=yes
12052     hardcode_into_libs=yes
12053     ;;
12054   freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
12055   freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
12056     shlibpath_overrides_runpath=no
12057     hardcode_into_libs=yes
12058     ;;
12059   *) # from 4.6 on, and DragonFly
12060     shlibpath_overrides_runpath=yes
12061     hardcode_into_libs=yes
12062     ;;
12063   esac
12064   ;;
12065
12066 gnu*)
12067   version_type=linux
12068   need_lib_prefix=no
12069   need_version=no
12070   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12071   soname_spec='${libname}${release}${shared_ext}$major'
12072   shlibpath_var=LD_LIBRARY_PATH
12073   hardcode_into_libs=yes
12074   ;;
12075
12076 haiku*)
12077   version_type=linux
12078   need_lib_prefix=no
12079   need_version=no
12080   dynamic_linker="$host_os runtime_loader"
12081   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12082   soname_spec='${libname}${release}${shared_ext}$major'
12083   shlibpath_var=LIBRARY_PATH
12084   shlibpath_overrides_runpath=yes
12085   sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
12086   hardcode_into_libs=yes
12087   ;;
12088
12089 hpux9* | hpux10* | hpux11*)
12090   # Give a soname corresponding to the major version so that dld.sl refuses to
12091   # link against other versions.
12092   version_type=sunos
12093   need_lib_prefix=no
12094   need_version=no
12095   case $host_cpu in
12096   ia64*)
12097     shrext_cmds='.so'
12098     hardcode_into_libs=yes
12099     dynamic_linker="$host_os dld.so"
12100     shlibpath_var=LD_LIBRARY_PATH
12101     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12102     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12103     soname_spec='${libname}${release}${shared_ext}$major'
12104     if test "X$HPUX_IA64_MODE" = X32; then
12105       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
12106     else
12107       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
12108     fi
12109     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12110     ;;
12111   hppa*64*)
12112     shrext_cmds='.sl'
12113     hardcode_into_libs=yes
12114     dynamic_linker="$host_os dld.sl"
12115     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
12116     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12117     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12118     soname_spec='${libname}${release}${shared_ext}$major'
12119     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
12120     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12121     ;;
12122   *)
12123     shrext_cmds='.sl'
12124     dynamic_linker="$host_os dld.sl"
12125     shlibpath_var=SHLIB_PATH
12126     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
12127     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12128     soname_spec='${libname}${release}${shared_ext}$major'
12129     ;;
12130   esac
12131   # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
12132   postinstall_cmds='chmod 555 $lib'
12133   # or fails outright, so override atomically:
12134   install_override_mode=555
12135   ;;
12136
12137 interix[3-9]*)
12138   version_type=linux
12139   need_lib_prefix=no
12140   need_version=no
12141   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12142   soname_spec='${libname}${release}${shared_ext}$major'
12143   dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
12144   shlibpath_var=LD_LIBRARY_PATH
12145   shlibpath_overrides_runpath=no
12146   hardcode_into_libs=yes
12147   ;;
12148
12149 irix5* | irix6* | nonstopux*)
12150   case $host_os in
12151     nonstopux*) version_type=nonstopux ;;
12152     *)
12153         if test "$lt_cv_prog_gnu_ld" = yes; then
12154                 version_type=linux
12155         else
12156                 version_type=irix
12157         fi ;;
12158   esac
12159   need_lib_prefix=no
12160   need_version=no
12161   soname_spec='${libname}${release}${shared_ext}$major'
12162   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
12163   case $host_os in
12164   irix5* | nonstopux*)
12165     libsuff= shlibsuff=
12166     ;;
12167   *)
12168     case $LD in # libtool.m4 will add one of these switches to LD
12169     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
12170       libsuff= shlibsuff= libmagic=32-bit;;
12171     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
12172       libsuff=32 shlibsuff=N32 libmagic=N32;;
12173     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
12174       libsuff=64 shlibsuff=64 libmagic=64-bit;;
12175     *) libsuff= shlibsuff= libmagic=never-match;;
12176     esac
12177     ;;
12178   esac
12179   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
12180   shlibpath_overrides_runpath=no
12181   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
12182   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
12183   hardcode_into_libs=yes
12184   ;;
12185
12186 # No shared lib support for Linux oldld, aout, or coff.
12187 linux*oldld* | linux*aout* | linux*coff*)
12188   dynamic_linker=no
12189   ;;
12190
12191 # This must be Linux ELF.
12192 linux* | k*bsd*-gnu | kopensolaris*-gnu)
12193   version_type=linux
12194   need_lib_prefix=no
12195   need_version=no
12196   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12197   soname_spec='${libname}${release}${shared_ext}$major'
12198   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
12199   shlibpath_var=LD_LIBRARY_PATH
12200   shlibpath_overrides_runpath=no
12201
12202   # Some binutils ld are patched to set DT_RUNPATH
12203   if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
12204   $as_echo_n "(cached) " >&6
12205 else
12206   lt_cv_shlibpath_overrides_runpath=no
12207     save_LDFLAGS=$LDFLAGS
12208     save_libdir=$libdir
12209     eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
12210          LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
12211     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12212 /* end confdefs.h.  */
12213
12214 int
12215 main ()
12216 {
12217
12218   ;
12219   return 0;
12220 }
12221 _ACEOF
12222 if ac_fn_c_try_link "$LINENO"; then :
12223   if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
12224   lt_cv_shlibpath_overrides_runpath=yes
12225 fi
12226 fi
12227 rm -f core conftest.err conftest.$ac_objext \
12228     conftest$ac_exeext conftest.$ac_ext
12229     LDFLAGS=$save_LDFLAGS
12230     libdir=$save_libdir
12231
12232 fi
12233
12234   shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
12235
12236   # This implies no fast_install, which is unacceptable.
12237   # Some rework will be needed to allow for fast_install
12238   # before this can be enabled.
12239   hardcode_into_libs=yes
12240
12241   # Append ld.so.conf contents to the search path
12242   if test -f /etc/ld.so.conf; then
12243     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' ' '`
12244     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
12245   fi
12246
12247   # We used to test for /lib/ld.so.1 and disable shared libraries on
12248   # powerpc, because MkLinux only supported shared libraries with the
12249   # GNU dynamic linker.  Since this was broken with cross compilers,
12250   # most powerpc-linux boxes support dynamic linking these days and
12251   # people can always --disable-shared, the test was removed, and we
12252   # assume the GNU/Linux dynamic linker is in use.
12253   dynamic_linker='GNU/Linux ld.so'
12254   ;;
12255
12256 netbsd*)
12257   version_type=sunos
12258   need_lib_prefix=no
12259   need_version=no
12260   if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
12261     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12262     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12263     dynamic_linker='NetBSD (a.out) ld.so'
12264   else
12265     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12266     soname_spec='${libname}${release}${shared_ext}$major'
12267     dynamic_linker='NetBSD ld.elf_so'
12268   fi
12269   shlibpath_var=LD_LIBRARY_PATH
12270   shlibpath_overrides_runpath=yes
12271   hardcode_into_libs=yes
12272   ;;
12273
12274 newsos6)
12275   version_type=linux
12276   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12277   shlibpath_var=LD_LIBRARY_PATH
12278   shlibpath_overrides_runpath=yes
12279   ;;
12280
12281 *nto* | *qnx*)
12282   version_type=qnx
12283   need_lib_prefix=no
12284   need_version=no
12285   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12286   soname_spec='${libname}${release}${shared_ext}$major'
12287   shlibpath_var=LD_LIBRARY_PATH
12288   shlibpath_overrides_runpath=no
12289   hardcode_into_libs=yes
12290   dynamic_linker='ldqnx.so'
12291   ;;
12292
12293 openbsd*)
12294   version_type=sunos
12295   sys_lib_dlsearch_path_spec="/usr/lib"
12296   need_lib_prefix=no
12297   # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
12298   case $host_os in
12299     openbsd3.3 | openbsd3.3.*)  need_version=yes ;;
12300     *)                          need_version=no  ;;
12301   esac
12302   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12303   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12304   shlibpath_var=LD_LIBRARY_PATH
12305   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12306     case $host_os in
12307       openbsd2.[89] | openbsd2.[89].*)
12308         shlibpath_overrides_runpath=no
12309         ;;
12310       *)
12311         shlibpath_overrides_runpath=yes
12312         ;;
12313       esac
12314   else
12315     shlibpath_overrides_runpath=yes
12316   fi
12317   ;;
12318
12319 os2*)
12320   libname_spec='$name'
12321   shrext_cmds=".dll"
12322   need_lib_prefix=no
12323   library_names_spec='$libname${shared_ext} $libname.a'
12324   dynamic_linker='OS/2 ld.exe'
12325   shlibpath_var=LIBPATH
12326   ;;
12327
12328 osf3* | osf4* | osf5*)
12329   version_type=osf
12330   need_lib_prefix=no
12331   need_version=no
12332   soname_spec='${libname}${release}${shared_ext}$major'
12333   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12334   shlibpath_var=LD_LIBRARY_PATH
12335   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
12336   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
12337   ;;
12338
12339 rdos*)
12340   dynamic_linker=no
12341   ;;
12342
12343 solaris*)
12344   version_type=linux
12345   need_lib_prefix=no
12346   need_version=no
12347   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12348   soname_spec='${libname}${release}${shared_ext}$major'
12349   shlibpath_var=LD_LIBRARY_PATH
12350   shlibpath_overrides_runpath=yes
12351   hardcode_into_libs=yes
12352   # ldd complains unless libraries are executable
12353   postinstall_cmds='chmod +x $lib'
12354   ;;
12355
12356 sunos4*)
12357   version_type=sunos
12358   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12359   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
12360   shlibpath_var=LD_LIBRARY_PATH
12361   shlibpath_overrides_runpath=yes
12362   if test "$with_gnu_ld" = yes; then
12363     need_lib_prefix=no
12364   fi
12365   need_version=yes
12366   ;;
12367
12368 sysv4 | sysv4.3*)
12369   version_type=linux
12370   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12371   soname_spec='${libname}${release}${shared_ext}$major'
12372   shlibpath_var=LD_LIBRARY_PATH
12373   case $host_vendor in
12374     sni)
12375       shlibpath_overrides_runpath=no
12376       need_lib_prefix=no
12377       runpath_var=LD_RUN_PATH
12378       ;;
12379     siemens)
12380       need_lib_prefix=no
12381       ;;
12382     motorola)
12383       need_lib_prefix=no
12384       need_version=no
12385       shlibpath_overrides_runpath=no
12386       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
12387       ;;
12388   esac
12389   ;;
12390
12391 sysv4*MP*)
12392   if test -d /usr/nec ;then
12393     version_type=linux
12394     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
12395     soname_spec='$libname${shared_ext}.$major'
12396     shlibpath_var=LD_LIBRARY_PATH
12397   fi
12398   ;;
12399
12400 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
12401   version_type=freebsd-elf
12402   need_lib_prefix=no
12403   need_version=no
12404   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12405   soname_spec='${libname}${release}${shared_ext}$major'
12406   shlibpath_var=LD_LIBRARY_PATH
12407   shlibpath_overrides_runpath=yes
12408   hardcode_into_libs=yes
12409   if test "$with_gnu_ld" = yes; then
12410     sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
12411   else
12412     sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
12413     case $host_os in
12414       sco3.2v5*)
12415         sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
12416         ;;
12417     esac
12418   fi
12419   sys_lib_dlsearch_path_spec='/usr/lib'
12420   ;;
12421
12422 tpf*)
12423   # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
12424   version_type=linux
12425   need_lib_prefix=no
12426   need_version=no
12427   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12428   shlibpath_var=LD_LIBRARY_PATH
12429   shlibpath_overrides_runpath=no
12430   hardcode_into_libs=yes
12431   ;;
12432
12433 uts4*)
12434   version_type=linux
12435   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12436   soname_spec='${libname}${release}${shared_ext}$major'
12437   shlibpath_var=LD_LIBRARY_PATH
12438   ;;
12439
12440 *)
12441   dynamic_linker=no
12442   ;;
12443 esac
12444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
12445 $as_echo "$dynamic_linker" >&6; }
12446 test "$dynamic_linker" = no && can_build_shared=no
12447
12448 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
12449 if test "$GCC" = yes; then
12450   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
12451 fi
12452
12453 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
12454   sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
12455 fi
12456 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
12457   sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
12458 fi
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
12549
12550
12551   { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
12552 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
12553 hardcode_action=
12554 if test -n "$hardcode_libdir_flag_spec" ||
12555    test -n "$runpath_var" ||
12556    test "X$hardcode_automatic" = "Xyes" ; then
12557
12558   # We can hardcode non-existent directories.
12559   if test "$hardcode_direct" != no &&
12560      # If the only mechanism to avoid hardcoding is shlibpath_var, we
12561      # have to relink, otherwise we might link with an installed library
12562      # when we should be linking with a yet-to-be-installed one
12563      ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
12564      test "$hardcode_minus_L" != no; then
12565     # Linking always hardcodes the temporary library directory.
12566     hardcode_action=relink
12567   else
12568     # We can link without hardcoding, and we can hardcode nonexisting dirs.
12569     hardcode_action=immediate
12570   fi
12571 else
12572   # We cannot hardcode anything, or else we can only hardcode existing
12573   # directories.
12574   hardcode_action=unsupported
12575 fi
12576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
12577 $as_echo "$hardcode_action" >&6; }
12578
12579 if test "$hardcode_action" = relink ||
12580    test "$inherit_rpath" = yes; then
12581   # Fast installation is not supported
12582   enable_fast_install=no
12583 elif test "$shlibpath_overrides_runpath" = yes ||
12584      test "$enable_shared" = no; then
12585   # Fast installation is not necessary
12586   enable_fast_install=needless
12587 fi
12588
12589
12590
12591
12592
12593
12594   if test "x$enable_dlopen" != xyes; then
12595   enable_dlopen=unknown
12596   enable_dlopen_self=unknown
12597   enable_dlopen_self_static=unknown
12598 else
12599   lt_cv_dlopen=no
12600   lt_cv_dlopen_libs=
12601
12602   case $host_os in
12603   beos*)
12604     lt_cv_dlopen="load_add_on"
12605     lt_cv_dlopen_libs=
12606     lt_cv_dlopen_self=yes
12607     ;;
12608
12609   mingw* | pw32* | cegcc*)
12610     lt_cv_dlopen="LoadLibrary"
12611     lt_cv_dlopen_libs=
12612     ;;
12613
12614   cygwin*)
12615     lt_cv_dlopen="dlopen"
12616     lt_cv_dlopen_libs=
12617     ;;
12618
12619   darwin*)
12620   # if libdl is installed we need to link against it
12621     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12622 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12623 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12624   $as_echo_n "(cached) " >&6
12625 else
12626   ac_check_lib_save_LIBS=$LIBS
12627 LIBS="-ldl  $LIBS"
12628 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12629 /* end confdefs.h.  */
12630
12631 /* Override any GCC internal prototype to avoid an error.
12632    Use char because int might match the return type of a GCC
12633    builtin and then its argument prototype would still apply.  */
12634 #ifdef __cplusplus
12635 extern "C"
12636 #endif
12637 char dlopen ();
12638 int
12639 main ()
12640 {
12641 return dlopen ();
12642   ;
12643   return 0;
12644 }
12645 _ACEOF
12646 if ac_fn_c_try_link "$LINENO"; then :
12647   ac_cv_lib_dl_dlopen=yes
12648 else
12649   ac_cv_lib_dl_dlopen=no
12650 fi
12651 rm -f core conftest.err conftest.$ac_objext \
12652     conftest$ac_exeext conftest.$ac_ext
12653 LIBS=$ac_check_lib_save_LIBS
12654 fi
12655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12656 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12657 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12658   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12659 else
12660
12661     lt_cv_dlopen="dyld"
12662     lt_cv_dlopen_libs=
12663     lt_cv_dlopen_self=yes
12664
12665 fi
12666
12667     ;;
12668
12669   *)
12670     ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
12671 if test "x$ac_cv_func_shl_load" = x""yes; then :
12672   lt_cv_dlopen="shl_load"
12673 else
12674   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12675 $as_echo_n "checking for shl_load in -ldld... " >&6; }
12676 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
12677   $as_echo_n "(cached) " >&6
12678 else
12679   ac_check_lib_save_LIBS=$LIBS
12680 LIBS="-ldld  $LIBS"
12681 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12682 /* end confdefs.h.  */
12683
12684 /* Override any GCC internal prototype to avoid an error.
12685    Use char because int might match the return type of a GCC
12686    builtin and then its argument prototype would still apply.  */
12687 #ifdef __cplusplus
12688 extern "C"
12689 #endif
12690 char shl_load ();
12691 int
12692 main ()
12693 {
12694 return shl_load ();
12695   ;
12696   return 0;
12697 }
12698 _ACEOF
12699 if ac_fn_c_try_link "$LINENO"; then :
12700   ac_cv_lib_dld_shl_load=yes
12701 else
12702   ac_cv_lib_dld_shl_load=no
12703 fi
12704 rm -f core conftest.err conftest.$ac_objext \
12705     conftest$ac_exeext conftest.$ac_ext
12706 LIBS=$ac_check_lib_save_LIBS
12707 fi
12708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12709 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12710 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
12711   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12712 else
12713   ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
12714 if test "x$ac_cv_func_dlopen" = x""yes; then :
12715   lt_cv_dlopen="dlopen"
12716 else
12717   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12718 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12719 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12720   $as_echo_n "(cached) " >&6
12721 else
12722   ac_check_lib_save_LIBS=$LIBS
12723 LIBS="-ldl  $LIBS"
12724 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12725 /* end confdefs.h.  */
12726
12727 /* Override any GCC internal prototype to avoid an error.
12728    Use char because int might match the return type of a GCC
12729    builtin and then its argument prototype would still apply.  */
12730 #ifdef __cplusplus
12731 extern "C"
12732 #endif
12733 char dlopen ();
12734 int
12735 main ()
12736 {
12737 return dlopen ();
12738   ;
12739   return 0;
12740 }
12741 _ACEOF
12742 if ac_fn_c_try_link "$LINENO"; then :
12743   ac_cv_lib_dl_dlopen=yes
12744 else
12745   ac_cv_lib_dl_dlopen=no
12746 fi
12747 rm -f core conftest.err conftest.$ac_objext \
12748     conftest$ac_exeext conftest.$ac_ext
12749 LIBS=$ac_check_lib_save_LIBS
12750 fi
12751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12752 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12753 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12754   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12755 else
12756   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12757 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
12758 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
12759   $as_echo_n "(cached) " >&6
12760 else
12761   ac_check_lib_save_LIBS=$LIBS
12762 LIBS="-lsvld  $LIBS"
12763 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12764 /* end confdefs.h.  */
12765
12766 /* Override any GCC internal prototype to avoid an error.
12767    Use char because int might match the return type of a GCC
12768    builtin and then its argument prototype would still apply.  */
12769 #ifdef __cplusplus
12770 extern "C"
12771 #endif
12772 char dlopen ();
12773 int
12774 main ()
12775 {
12776 return dlopen ();
12777   ;
12778   return 0;
12779 }
12780 _ACEOF
12781 if ac_fn_c_try_link "$LINENO"; then :
12782   ac_cv_lib_svld_dlopen=yes
12783 else
12784   ac_cv_lib_svld_dlopen=no
12785 fi
12786 rm -f core conftest.err conftest.$ac_objext \
12787     conftest$ac_exeext conftest.$ac_ext
12788 LIBS=$ac_check_lib_save_LIBS
12789 fi
12790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12791 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12792 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
12793   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
12794 else
12795   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12796 $as_echo_n "checking for dld_link in -ldld... " >&6; }
12797 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
12798   $as_echo_n "(cached) " >&6
12799 else
12800   ac_check_lib_save_LIBS=$LIBS
12801 LIBS="-ldld  $LIBS"
12802 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12803 /* end confdefs.h.  */
12804
12805 /* Override any GCC internal prototype to avoid an error.
12806    Use char because int might match the return type of a GCC
12807    builtin and then its argument prototype would still apply.  */
12808 #ifdef __cplusplus
12809 extern "C"
12810 #endif
12811 char dld_link ();
12812 int
12813 main ()
12814 {
12815 return dld_link ();
12816   ;
12817   return 0;
12818 }
12819 _ACEOF
12820 if ac_fn_c_try_link "$LINENO"; then :
12821   ac_cv_lib_dld_dld_link=yes
12822 else
12823   ac_cv_lib_dld_dld_link=no
12824 fi
12825 rm -f core conftest.err conftest.$ac_objext \
12826     conftest$ac_exeext conftest.$ac_ext
12827 LIBS=$ac_check_lib_save_LIBS
12828 fi
12829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12830 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12831 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
12832   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12833 fi
12834
12835
12836 fi
12837
12838
12839 fi
12840
12841
12842 fi
12843
12844
12845 fi
12846
12847
12848 fi
12849
12850     ;;
12851   esac
12852
12853   if test "x$lt_cv_dlopen" != xno; then
12854     enable_dlopen=yes
12855   else
12856     enable_dlopen=no
12857   fi
12858
12859   case $lt_cv_dlopen in
12860   dlopen)
12861     save_CPPFLAGS="$CPPFLAGS"
12862     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12863
12864     save_LDFLAGS="$LDFLAGS"
12865     wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12866
12867     save_LIBS="$LIBS"
12868     LIBS="$lt_cv_dlopen_libs $LIBS"
12869
12870     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12871 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
12872 if test "${lt_cv_dlopen_self+set}" = set; then :
12873   $as_echo_n "(cached) " >&6
12874 else
12875           if test "$cross_compiling" = yes; then :
12876   lt_cv_dlopen_self=cross
12877 else
12878   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12879   lt_status=$lt_dlunknown
12880   cat > conftest.$ac_ext <<_LT_EOF
12881 #line 12881 "configure"
12882 #include "confdefs.h"
12883
12884 #if HAVE_DLFCN_H
12885 #include <dlfcn.h>
12886 #endif
12887
12888 #include <stdio.h>
12889
12890 #ifdef RTLD_GLOBAL
12891 #  define LT_DLGLOBAL           RTLD_GLOBAL
12892 #else
12893 #  ifdef DL_GLOBAL
12894 #    define LT_DLGLOBAL         DL_GLOBAL
12895 #  else
12896 #    define LT_DLGLOBAL         0
12897 #  endif
12898 #endif
12899
12900 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12901    find out it does not work in some platform. */
12902 #ifndef LT_DLLAZY_OR_NOW
12903 #  ifdef RTLD_LAZY
12904 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
12905 #  else
12906 #    ifdef DL_LAZY
12907 #      define LT_DLLAZY_OR_NOW          DL_LAZY
12908 #    else
12909 #      ifdef RTLD_NOW
12910 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
12911 #      else
12912 #        ifdef DL_NOW
12913 #          define LT_DLLAZY_OR_NOW      DL_NOW
12914 #        else
12915 #          define LT_DLLAZY_OR_NOW      0
12916 #        endif
12917 #      endif
12918 #    endif
12919 #  endif
12920 #endif
12921
12922 /* When -fvisbility=hidden is used, assume the code has been annotated
12923    correspondingly for the symbols needed.  */
12924 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12925 void fnord () __attribute__((visibility("default")));
12926 #endif
12927
12928 void fnord () { int i=42; }
12929 int main ()
12930 {
12931   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12932   int status = $lt_dlunknown;
12933
12934   if (self)
12935     {
12936       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
12937       else
12938         {
12939           if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
12940           else puts (dlerror ());
12941         }
12942       /* dlclose (self); */
12943     }
12944   else
12945     puts (dlerror ());
12946
12947   return status;
12948 }
12949 _LT_EOF
12950   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12951   (eval $ac_link) 2>&5
12952   ac_status=$?
12953   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12954   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12955     (./conftest; exit; ) >&5 2>/dev/null
12956     lt_status=$?
12957     case x$lt_status in
12958       x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12959       x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12960       x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12961     esac
12962   else :
12963     # compilation failed
12964     lt_cv_dlopen_self=no
12965   fi
12966 fi
12967 rm -fr conftest*
12968
12969
12970 fi
12971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12972 $as_echo "$lt_cv_dlopen_self" >&6; }
12973
12974     if test "x$lt_cv_dlopen_self" = xyes; then
12975       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12976       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12977 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12978 if test "${lt_cv_dlopen_self_static+set}" = set; then :
12979   $as_echo_n "(cached) " >&6
12980 else
12981           if test "$cross_compiling" = yes; then :
12982   lt_cv_dlopen_self_static=cross
12983 else
12984   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12985   lt_status=$lt_dlunknown
12986   cat > conftest.$ac_ext <<_LT_EOF
12987 #line 12987 "configure"
12988 #include "confdefs.h"
12989
12990 #if HAVE_DLFCN_H
12991 #include <dlfcn.h>
12992 #endif
12993
12994 #include <stdio.h>
12995
12996 #ifdef RTLD_GLOBAL
12997 #  define LT_DLGLOBAL           RTLD_GLOBAL
12998 #else
12999 #  ifdef DL_GLOBAL
13000 #    define LT_DLGLOBAL         DL_GLOBAL
13001 #  else
13002 #    define LT_DLGLOBAL         0
13003 #  endif
13004 #endif
13005
13006 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
13007    find out it does not work in some platform. */
13008 #ifndef LT_DLLAZY_OR_NOW
13009 #  ifdef RTLD_LAZY
13010 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
13011 #  else
13012 #    ifdef DL_LAZY
13013 #      define LT_DLLAZY_OR_NOW          DL_LAZY
13014 #    else
13015 #      ifdef RTLD_NOW
13016 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
13017 #      else
13018 #        ifdef DL_NOW
13019 #          define LT_DLLAZY_OR_NOW      DL_NOW
13020 #        else
13021 #          define LT_DLLAZY_OR_NOW      0
13022 #        endif
13023 #      endif
13024 #    endif
13025 #  endif
13026 #endif
13027
13028 /* When -fvisbility=hidden is used, assume the code has been annotated
13029    correspondingly for the symbols needed.  */
13030 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
13031 void fnord () __attribute__((visibility("default")));
13032 #endif
13033
13034 void fnord () { int i=42; }
13035 int main ()
13036 {
13037   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
13038   int status = $lt_dlunknown;
13039
13040   if (self)
13041     {
13042       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
13043       else
13044         {
13045           if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
13046           else puts (dlerror ());
13047         }
13048       /* dlclose (self); */
13049     }
13050   else
13051     puts (dlerror ());
13052
13053   return status;
13054 }
13055 _LT_EOF
13056   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13057   (eval $ac_link) 2>&5
13058   ac_status=$?
13059   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13060   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
13061     (./conftest; exit; ) >&5 2>/dev/null
13062     lt_status=$?
13063     case x$lt_status in
13064       x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
13065       x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
13066       x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
13067     esac
13068   else :
13069     # compilation failed
13070     lt_cv_dlopen_self_static=no
13071   fi
13072 fi
13073 rm -fr conftest*
13074
13075
13076 fi
13077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
13078 $as_echo "$lt_cv_dlopen_self_static" >&6; }
13079     fi
13080
13081     CPPFLAGS="$save_CPPFLAGS"
13082     LDFLAGS="$save_LDFLAGS"
13083     LIBS="$save_LIBS"
13084     ;;
13085   esac
13086
13087   case $lt_cv_dlopen_self in
13088   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
13089   *) enable_dlopen_self=unknown ;;
13090   esac
13091
13092   case $lt_cv_dlopen_self_static in
13093   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
13094   *) enable_dlopen_self_static=unknown ;;
13095   esac
13096 fi
13097
13098
13099
13100
13101
13102
13103
13104
13105
13106
13107
13108
13109
13110
13111
13112
13113
13114 striplib=
13115 old_striplib=
13116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
13117 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
13118 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
13119   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
13120   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
13121   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13122 $as_echo "yes" >&6; }
13123 else
13124 # FIXME - insert some real tests, host_os isn't really good enough
13125   case $host_os in
13126   darwin*)
13127     if test -n "$STRIP" ; then
13128       striplib="$STRIP -x"
13129       old_striplib="$STRIP -S"
13130       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13131 $as_echo "yes" >&6; }
13132     else
13133       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13134 $as_echo "no" >&6; }
13135     fi
13136     ;;
13137   *)
13138     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13139 $as_echo "no" >&6; }
13140     ;;
13141   esac
13142 fi
13143
13144
13145
13146
13147
13148
13149
13150
13151
13152
13153
13154
13155   # Report which library types will actually be built
13156   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
13157 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
13158   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
13159 $as_echo "$can_build_shared" >&6; }
13160
13161   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
13162 $as_echo_n "checking whether to build shared libraries... " >&6; }
13163   test "$can_build_shared" = "no" && enable_shared=no
13164
13165   # On AIX, shared libraries and static libraries use the same namespace, and
13166   # are all built from PIC.
13167   case $host_os in
13168   aix3*)
13169     test "$enable_shared" = yes && enable_static=no
13170     if test -n "$RANLIB"; then
13171       archive_cmds="$archive_cmds~\$RANLIB \$lib"
13172       postinstall_cmds='$RANLIB $lib'
13173     fi
13174     ;;
13175
13176   aix[4-9]*)
13177     if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
13178       test "$enable_shared" = yes && enable_static=no
13179     fi
13180     ;;
13181   esac
13182   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
13183 $as_echo "$enable_shared" >&6; }
13184
13185   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
13186 $as_echo_n "checking whether to build static libraries... " >&6; }
13187   # Make sure either enable_shared or enable_static is yes.
13188   test "$enable_shared" = yes || enable_static=yes
13189   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
13190 $as_echo "$enable_static" >&6; }
13191
13192
13193
13194
13195 fi
13196 ac_ext=c
13197 ac_cpp='$CPP $CPPFLAGS'
13198 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13199 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13200 ac_compiler_gnu=$ac_cv_c_compiler_gnu
13201
13202 CC="$lt_save_CC"
13203
13204
13205
13206
13207
13208
13209
13210
13211
13212
13213
13214
13215
13216         ac_config_commands="$ac_config_commands libtool"
13217
13218
13219
13220
13221 # Only expand once:
13222
13223
13224
13225
13226 . ${srcdir}/../../bfd/configure.host
13227
13228
13229
13230
13231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13232 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13233     # Check whether --enable-maintainer-mode was given.
13234 if test "${enable_maintainer_mode+set}" = set; then :
13235   enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13236 else
13237   USE_MAINTAINER_MODE=no
13238 fi
13239
13240   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13241 $as_echo "$USE_MAINTAINER_MODE" >&6; }
13242    if test $USE_MAINTAINER_MODE = yes; then
13243   MAINTAINER_MODE_TRUE=
13244   MAINTAINER_MODE_FALSE='#'
13245 else
13246   MAINTAINER_MODE_TRUE='#'
13247   MAINTAINER_MODE_FALSE=
13248 fi
13249
13250   MAINT=$MAINTAINER_MODE_TRUE
13251
13252
13253
13254
13255 # Check whether --enable-sim-debug was given.
13256 if test "${enable_sim_debug+set}" = set; then :
13257   enableval=$enable_sim_debug; case "${enableval}" in
13258   yes) sim_debug="-DDEBUG=7 -DWITH_DEBUG=7";;
13259   no)  sim_debug="-DDEBUG=0 -DWITH_DEBUG=0";;
13260   *)   sim_debug="-DDEBUG='(${enableval})' -DWITH_DEBUG='(${enableval})'";;
13261 esac
13262 if test x"$silent" != x"yes" && test x"$sim_debug" != x""; then
13263   echo "Setting sim debug = $sim_debug" 6>&1
13264 fi
13265 else
13266   sim_debug=""
13267 fi
13268
13269
13270
13271 # Check whether --enable-sim-stdio was given.
13272 if test "${enable_sim_stdio+set}" = set; then :
13273   enableval=$enable_sim_stdio; case "${enableval}" in
13274   yes)  sim_stdio="-DWITH_STDIO=DO_USE_STDIO";;
13275   no)   sim_stdio="-DWITH_STDIO=DONT_USE_STDIO";;
13276   *)    as_fn_error "\"Unknown value $enableval passed to --enable-sim-stdio\"" "$LINENO" 5; sim_stdio="";;
13277 esac
13278 if test x"$silent" != x"yes" && test x"$sim_stdio" != x""; then
13279   echo "Setting stdio flags = $sim_stdio" 6>&1
13280 fi
13281 else
13282   sim_stdio=""
13283 fi
13284
13285
13286
13287 # Check whether --enable-sim-trace was given.
13288 if test "${enable_sim_trace+set}" = set; then :
13289   enableval=$enable_sim_trace; case "${enableval}" in
13290   yes)  sim_trace="-DWITH_TRACE=-1";;
13291   no)   sim_trace="-DWITH_TRACE=0";;
13292   [-0-9]*)
13293         sim_trace="-DWITH_TRACE='(${enableval})'";;
13294   [[:lower:]]*)
13295         sim_trace=""
13296         for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13297           if test x"$sim_trace" = x; then
13298             sim_trace="-DWITH_TRACE='(TRACE_$x"
13299           else
13300             sim_trace="${sim_trace}|TRACE_$x"
13301           fi
13302         done
13303         sim_trace="$sim_trace)'" ;;
13304 esac
13305 if test x"$silent" != x"yes" && test x"$sim_trace" != x""; then
13306   echo "Setting sim trace = $sim_trace" 6>&1
13307 fi
13308 else
13309   sim_trace=""
13310 fi
13311
13312
13313
13314 # Check whether --enable-sim-profile was given.
13315 if test "${enable_sim_profile+set}" = set; then :
13316   enableval=$enable_sim_profile; case "${enableval}" in
13317   yes)  sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1";;
13318   no)   sim_profile="-DPROFILE=0 -DWITH_PROFILE=0";;
13319   [-0-9]*)
13320         sim_profile="-DPROFILE='(${enableval})' -DWITH_PROFILE='(${enableval})'";;
13321   [a-z]*)
13322         sim_profile=""
13323         for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13324           if test x"$sim_profile" = x; then
13325             sim_profile="-DWITH_PROFILE='(PROFILE_$x"
13326           else
13327             sim_profile="${sim_profile}|PROFILE_$x"
13328           fi
13329         done
13330         sim_profile="$sim_profile)'" ;;
13331 esac
13332 if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
13333   echo "Setting sim profile = $sim_profile" 6>&1
13334 fi
13335 else
13336   sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"
13337 fi
13338
13339
13340
13341 sim_inline="-DDEFAULT_INLINE=0"
13342 # Check whether --enable-sim-inline was given.
13343 if test "${enable_sim_inline+set}" = set; then :
13344   enableval=$enable_sim_inline; sim_inline=""
13345 case "$enableval" in
13346   no)           sim_inline="-DDEFAULT_INLINE=0";;
13347   0)            sim_inline="-DDEFAULT_INLINE=0";;
13348   yes | 2)      sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
13349   1)            sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
13350   *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13351        new_flag=""
13352        case "$x" in
13353          *_INLINE=*)    new_flag="-D$x";;
13354          *=*)           new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
13355          *_INLINE)      new_flag="-D$x=ALL_C_INLINE";;
13356          *)             new_flag="-D$x""_INLINE=ALL_C_INLINE";;
13357        esac
13358        if test x"$sim_inline" = x""; then
13359          sim_inline="$new_flag"
13360        else
13361          sim_inline="$sim_inline $new_flag"
13362        fi
13363      done;;
13364 esac
13365 if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
13366   echo "Setting inline flags = $sim_inline" 6>&1
13367 fi
13368 fi
13369
13370
13371
13372
13373 # Check whether --with-pkgversion was given.
13374 if test "${with_pkgversion+set}" = set; then :
13375   withval=$with_pkgversion; case "$withval" in
13376       yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
13377       no)  PKGVERSION= ;;
13378       *)   PKGVERSION="($withval) " ;;
13379      esac
13380 else
13381   PKGVERSION="(SIM) "
13382
13383 fi
13384
13385
13386
13387
13388
13389 # Check whether --with-bugurl was given.
13390 if test "${with_bugurl+set}" = set; then :
13391   withval=$with_bugurl; case "$withval" in
13392       yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
13393       no)  BUGURL=
13394            ;;
13395       *)   BUGURL="$withval"
13396            ;;
13397      esac
13398 else
13399   BUGURL="http://www.gnu.org/software/gdb/bugs/"
13400
13401 fi
13402
13403   case ${BUGURL} in
13404   "")
13405     REPORT_BUGS_TO=
13406     REPORT_BUGS_TEXI=
13407     ;;
13408   *)
13409     REPORT_BUGS_TO="<$BUGURL>"
13410     REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
13411     ;;
13412   esac;
13413
13414
13415
13416
13417 cat >>confdefs.h <<_ACEOF
13418 #define PKGVERSION "$PKGVERSION"
13419 _ACEOF
13420
13421
13422 cat >>confdefs.h <<_ACEOF
13423 #define REPORT_BUGS_TO "$REPORT_BUGS_TO"
13424 _ACEOF
13425
13426
13427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
13428 $as_echo_n "checking return type of signal handlers... " >&6; }
13429 if test "${ac_cv_type_signal+set}" = set; then :
13430   $as_echo_n "(cached) " >&6
13431 else
13432   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13433 /* end confdefs.h.  */
13434 #include <sys/types.h>
13435 #include <signal.h>
13436
13437 int
13438 main ()
13439 {
13440 return *(signal (0, 0)) (0) == 1;
13441   ;
13442   return 0;
13443 }
13444 _ACEOF
13445 if ac_fn_c_try_compile "$LINENO"; then :
13446   ac_cv_type_signal=int
13447 else
13448   ac_cv_type_signal=void
13449 fi
13450 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13451 fi
13452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
13453 $as_echo "$ac_cv_type_signal" >&6; }
13454
13455 cat >>confdefs.h <<_ACEOF
13456 #define RETSIGTYPE $ac_cv_type_signal
13457 _ACEOF
13458
13459
13460
13461
13462
13463 sim_link_files=
13464 sim_link_links=
13465
13466 # targ-vals.def points to the libc macro description file.
13467 case "${target}" in
13468 *-*-*) TARG_VALS_DEF=../common/nltvals.def ;;
13469 esac
13470 sim_link_files="${sim_link_files} ${TARG_VALS_DEF}"
13471 sim_link_links="${sim_link_links} targ-vals.def"
13472
13473
13474
13475 wire_alignment="NONSTRICT_ALIGNMENT"
13476 default_alignment=""
13477
13478 # Check whether --enable-sim-alignment was given.
13479 if test "${enable_sim_alignment+set}" = set; then :
13480   enableval=$enable_sim_alignment; case "${enableval}" in
13481   strict | STRICT)       sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
13482   nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
13483   forced | FORCED)       sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
13484   yes) if test x"$wire_alignment" != x; then
13485          sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13486        else
13487          if test x"$default_alignment" != x; then
13488            sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
13489          else
13490            echo "No hard-wired alignment for target $target" 1>&6
13491            sim_alignment="-DWITH_ALIGNMENT=0"
13492          fi
13493        fi;;
13494   no)  if test x"$default_alignment" != x; then
13495          sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13496        else
13497          if test x"$wire_alignment" != x; then
13498            sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
13499          else
13500            echo "No default alignment for target $target" 1>&6
13501            sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
13502          fi
13503        fi;;
13504   *)   as_fn_error "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
13505 esac
13506 if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
13507   echo "Setting alignment flags = $sim_alignment" 6>&1
13508 fi
13509 else
13510   if test x"$default_alignment" != x; then
13511   sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13512 else
13513   if test x"$wire_alignment" != x; then
13514     sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13515   else
13516     sim_alignment=
13517   fi
13518 fi
13519 fi
13520
13521
13522 # Check whether --enable-werror was given.
13523 if test "${enable_werror+set}" = set; then :
13524   enableval=$enable_werror; case "${enableval}" in
13525      yes | y) ERROR_ON_WARNING="yes" ;;
13526      no | n)  ERROR_ON_WARNING="no" ;;
13527      *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
13528    esac
13529 fi
13530
13531
13532 # Enable -Werror by default when using gcc
13533 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
13534     ERROR_ON_WARNING=yes
13535 fi
13536
13537 WERROR_CFLAGS=""
13538 if test "${ERROR_ON_WARNING}" = yes ; then
13539 # NOTE: Disabled in the sim dir due to most sims generating warnings.
13540 #    WERROR_CFLAGS="-Werror"
13541      true
13542 fi
13543
13544 build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
13545 -Wpointer-sign \
13546 -Wno-unused -Wunused-value -Wunused-function \
13547 -Wno-switch -Wno-char-subscripts -Wmissing-prototypes
13548 -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
13549 -Wold-style-declaration -Wold-style-definition"
13550
13551 # Enable -Wno-format by default when using gcc on mingw since many
13552 # GCC versions complain about %I64.
13553 case "${host}" in
13554   *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
13555   *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
13556 esac
13557
13558 # Check whether --enable-build-warnings was given.
13559 if test "${enable_build_warnings+set}" = set; then :
13560   enableval=$enable_build_warnings; case "${enableval}" in
13561   yes)  ;;
13562   no)   build_warnings="-w";;
13563   ,*)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
13564         build_warnings="${build_warnings} ${t}";;
13565   *,)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
13566         build_warnings="${t} ${build_warnings}";;
13567   *)    build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13568 esac
13569 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13570   echo "Setting compiler warning flags = $build_warnings" 6>&1
13571 fi
13572 fi
13573 # Check whether --enable-sim-build-warnings was given.
13574 if test "${enable_sim_build_warnings+set}" = set; then :
13575   enableval=$enable_sim_build_warnings; case "${enableval}" in
13576   yes)  ;;
13577   no)   build_warnings="-w";;
13578   ,*)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
13579         build_warnings="${build_warnings} ${t}";;
13580   *,)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
13581         build_warnings="${t} ${build_warnings}";;
13582   *)    build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13583 esac
13584 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13585   echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
13586 fi
13587 fi
13588 WARN_CFLAGS=""
13589 if test "x${build_warnings}" != x -a "x$GCC" = xyes
13590 then
13591     { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
13592 $as_echo_n "checking compiler warning flags... " >&6; }
13593     # Separate out the -Werror flag as some files just cannot be
13594     # compiled with it enabled.
13595     for w in ${build_warnings}; do
13596         case $w in
13597         -Werr*) WERROR_CFLAGS=-Werror ;;
13598         *) # Check that GCC accepts it
13599             saved_CFLAGS="$CFLAGS"
13600             CFLAGS="$CFLAGS $w"
13601             cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13602 /* end confdefs.h.  */
13603
13604 int
13605 main ()
13606 {
13607
13608   ;
13609   return 0;
13610 }
13611 _ACEOF
13612 if ac_fn_c_try_compile "$LINENO"; then :
13613   WARN_CFLAGS="${WARN_CFLAGS} $w"
13614 fi
13615 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13616             CFLAGS="$saved_CFLAGS"
13617         esac
13618     done
13619     { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
13620 $as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
13621 fi
13622
13623
13624 default_sim_reserved_bits="1"
13625 # Check whether --enable-sim-reserved-bits was given.
13626 if test "${enable_sim_reserved_bits+set}" = set; then :
13627   enableval=$enable_sim_reserved_bits; case "${enableval}" in
13628   yes)  sim_reserved_bits="-DWITH_RESERVED_BITS=1";;
13629   no)   sim_reserved_bits="-DWITH_RESERVED_BITS=0";;
13630   *)    as_fn_error "\"--enable-sim-reserved-bits does not take a value\"" "$LINENO" 5; sim_reserved_bits="";;
13631 esac
13632 if test x"$silent" != x"yes" && test x"$sim_reserved_bits" != x""; then
13633   echo "Setting reserved flags = $sim_reserved_bits" 6>&1
13634 fi
13635 else
13636   sim_reserved_bits="-DWITH_RESERVED_BITS=${default_sim_reserved_bits}"
13637 fi
13638
13639
13640 # DEPRECATED
13641 #
13642 # Instead of defining a `subtarget' macro, code should be checking
13643 # the value of {STATE,CPU}_ARCHITECTURE to identify the architecture
13644 # in question.
13645 #
13646 case "${target}" in
13647   mips64vr*-*-*)        SIM_SUBTARGET="-DTARGET_ENABLE_FR=1" ;;
13648   mips*tx39*)           SIM_SUBTARGET="-DSUBTARGET_R3900=1";;
13649   mips*-sde-elf*)       SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
13650   mips*-mti-elf*)       SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
13651   mipsisa32*-*-*)       SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
13652   mipsisa64*-*-*)       SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
13653   *)                    SIM_SUBTARGET="";;
13654 esac
13655
13656
13657
13658
13659 #
13660 # Select the byte order of the target
13661 #
13662 mips_endian=
13663 default_endian=
13664 case "${target}" in
13665   mips64el*-*-*)        mips_endian=LITTLE ;;
13666   mips64vr*el-*-*)      default_endian=LITTLE ;;
13667   mips64*-*-*)          default_endian=BIG ;;
13668   mips16*-*-*)          default_endian=BIG ;;
13669   mipsisa32*-*-*)       default_endian=BIG ;;
13670   mipsisa64*-*-*)       default_endian=BIG ;;
13671   mips*-*-*)            default_endian=BIG ;;
13672   *)                    default_endian=BIG ;;
13673 esac
13674
13675 wire_endian="$mips_endian"
13676 default_endian="$default_endian"
13677 # Check whether --enable-sim-endian was given.
13678 if test "${enable_sim_endian+set}" = set; then :
13679   enableval=$enable_sim_endian; case "${enableval}" in
13680   b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
13681   l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
13682   yes)   if test x"$wire_endian" != x; then
13683            sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
13684          else
13685           if test x"$default_endian" != x; then
13686              sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
13687            else
13688              echo "No hard-wired endian for target $target" 1>&6
13689              sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
13690            fi
13691          fi;;
13692   no)    if test x"$default_endian" != x; then
13693            sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
13694          else
13695            if test x"$wire_endian" != x; then
13696              sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
13697            else
13698              echo "No default endian for target $target" 1>&6
13699              sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
13700            fi
13701          fi;;
13702   *)     as_fn_error "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
13703 esac
13704 if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
13705   echo "Setting endian flags = $sim_endian" 6>&1
13706 fi
13707 else
13708   if test x"$default_endian" != x; then
13709   sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
13710 else
13711   if test x"$wire_endian" != x; then
13712     sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
13713   else
13714     sim_endian=
13715   fi
13716 fi
13717 fi
13718
13719
13720
13721
13722 #
13723 # Select the bitsize of the target
13724 #
13725 mips_addr_bitsize=
13726 case "${target}" in
13727   mips*-sde-elf*)       mips_bitsize=64 ; mips_msb=63 ;;
13728   mips*-mti-elf*)       mips_bitsize=64 ; mips_msb=63 ;;
13729   mips64*-*-*)          mips_bitsize=64 ; mips_msb=63 ;;
13730   mips16*-*-*)          mips_bitsize=64 ; mips_msb=63 ;;
13731   mipsisa32*-*-*)       mips_bitsize=32 ; mips_msb=31 ;;
13732   mipsisa64*-*-*)       mips_bitsize=64 ; mips_msb=63 ;;
13733   mips*-*-*)            mips_bitsize=32 ; mips_msb=31 ;;
13734   *)                    mips_bitsize=64 ; mips_msb=63 ;;
13735 esac
13736 wire_word_bitsize="$mips_bitsize"
13737 wire_word_msb="$mips_msb"
13738 wire_address_bitsize="$mips_addr_bitsize"
13739 wire_cell_bitsize=""
13740 # Check whether --enable-sim-bitsize was given.
13741 if test "${enable_sim_bitsize+set}" = set; then :
13742   enableval=$enable_sim_bitsize; sim_bitsize=
13743 case "${enableval}" in
13744   64,63 | 64,63,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63";;
13745   32,31 | 32,31,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31";;
13746   64,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
13747   32,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
13748   32) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
13749         sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31"
13750       else
13751         sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0"
13752       fi ;;
13753   64) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
13754         sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63"
13755       else
13756         sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=0"
13757       fi ;;
13758   *)  as_fn_error "\"--enable-sim-bitsize was given $enableval.  Expected 32 or 64\"" "$LINENO" 5 ;;
13759 esac
13760 # address bitsize
13761 tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9]*,*//"`
13762 case x"${tmp}" in
13763   x ) ;;
13764   x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=32" ;;
13765   x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=64" ;;
13766   * ) as_fn_error "\"--enable-sim-bitsize was given address size $enableval.  Expected 32 or 64\"" "$LINENO" 5 ;;
13767 esac
13768 # cell bitsize
13769 tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9*]*,*[0-9]*,*//"`
13770 case x"${tmp}" in
13771   x ) ;;
13772   x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=32" ;;
13773   x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=64" ;;
13774   * ) as_fn_error "\"--enable-sim-bitsize was given cell size $enableval.  Expected 32 or 64\"" "$LINENO" 5 ;;
13775 esac
13776 if test x"$silent" != x"yes" && test x"$sim_bitsize" != x""; then
13777   echo "Setting bitsize flags = $sim_bitsize" 6>&1
13778 fi
13779 else
13780   sim_bitsize=""
13781 if test x"$wire_word_bitsize" != x; then
13782   sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_BITSIZE=$wire_word_bitsize"
13783 fi
13784 if test x"$wire_word_msb" != x; then
13785   sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_MSB=$wire_word_msb"
13786 fi
13787 if test x"$wire_address_bitsize" != x; then
13788   sim_bitsize="$sim_bitsize -DWITH_TARGET_ADDRESS_BITSIZE=$wire_address_bitsize"
13789 fi
13790 if test x"$wire_cell_bitsize" != x; then
13791   sim_bitsize="$sim_bitsize -DWITH_TARGET_CELL_BITSIZE=$wire_cell_bitsize"
13792 fi
13793 fi
13794
13795
13796
13797
13798 #
13799 # Select the floating hardware support of the target
13800 #
13801 mips_fpu=HARDWARE_FLOATING_POINT
13802 mips_fpu_bitsize=
13803 case "${target}" in
13804   mips*tx39*)           mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=32 ;;
13805   mips*-sde-elf*)       mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
13806   mips*-mti-elf*)       mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
13807   mips64*-*-*)          mips_fpu=HARD_FLOATING_POINT ;;
13808   mips16*-*-*)          mips_fpu=HARD_FLOATING_POINT ;;
13809   mipsisa32*-*-*)       mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
13810   mipsisa64*-*-*)       mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
13811   mips*-*-*)            mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=32 ;;
13812   *)                    mips_fpu=HARD_FLOATING_POINT ;;
13813 esac
13814
13815 default_sim_float="$mips_fpu"
13816 default_sim_float_bitsize="$mips_fpu_bitsize"
13817 # Check whether --enable-sim-float was given.
13818 if test "${enable_sim_float+set}" = set; then :
13819   enableval=$enable_sim_float; case "${enableval}" in
13820   yes | hard)   sim_float="-DWITH_FLOATING_POINT=HARD_FLOATING_POINT";;
13821   no | soft)    sim_float="-DWITH_FLOATING_POINT=SOFT_FLOATING_POINT";;
13822   32)           sim_float="-DWITH_FLOATING_POINT=HARD_FLOATING_POINT -DWITH_TARGET_FLOATING_POINT_BITSIZE=32";;
13823   64)           sim_float="-DWITH_FLOATING_POINT=HARD_FLOATING_POINT -DWITH_TARGET_FLOATING_POINT_BITSIZE=64";;
13824   *)            as_fn_error "\"Unknown value $enableval passed to --enable-sim-float\"" "$LINENO" 5; sim_float="";;
13825 esac
13826 if test x"$silent" != x"yes" && test x"$sim_float" != x""; then
13827   echo "Setting float flags = $sim_float" 6>&1
13828 fi
13829 else
13830
13831 sim_float=
13832 if test x"${default_sim_float}" != x""; then
13833   sim_float="-DWITH_FLOATING_POINT=${default_sim_float}"
13834 fi
13835 if test x"${default_sim_float_bitsize}" != x""; then
13836   sim_float="$sim_float -DWITH_TARGET_FLOATING_POINT_BITSIZE=${default_sim_float_bitsize}"
13837 fi
13838
13839 fi
13840
13841
13842
13843
13844 #
13845 # Select the level of SMP support
13846 #
13847 case "${target}" in
13848   *)                    mips_smp=0 ;;
13849 esac
13850
13851 default_sim_smp="$mips_smp"
13852 # Check whether --enable-sim-smp was given.
13853 if test "${enable_sim_smp+set}" = set; then :
13854   enableval=$enable_sim_smp; case "${enableval}" in
13855   yes)  sim_smp="-DWITH_SMP=5" ; sim_igen_smp="-N 5";;
13856   no)   sim_smp="-DWITH_SMP=0" ; sim_igen_smp="-N 0";;
13857   *)    sim_smp="-DWITH_SMP=$enableval" ; sim_igen_smp="-N $enableval";;
13858 esac
13859 if test x"$silent" != x"yes" && test x"$sim_smp" != x""; then
13860   echo "Setting smp flags = $sim_smp" 6>&1
13861 fi
13862 else
13863   sim_smp="-DWITH_SMP=${default_sim_smp}" ; sim_igen_smp="-N ${default_sim_smp}"
13864 if test x"$silent" != x"yes"; then
13865   echo "Setting smp flags = $sim_smp" 6>&1
13866 fi
13867 fi
13868
13869
13870
13871
13872 #
13873 # Select the IGEN architecture
13874 #
13875 sim_gen=IGEN
13876 sim_igen_machine="-M mipsIV"
13877 sim_m16_machine="-M mips16,mipsIII"
13878 sim_igen_filter="32,64,f"
13879 sim_m16_filter="16"
13880 sim_mach_default="mips8000"
13881
13882 case "${target}" in
13883   mips*tx39*)           sim_gen=IGEN
13884                         sim_igen_filter="32,f"
13885                         sim_igen_machine="-M r3900"
13886                         ;;
13887   mips64vr43*-*-*)      sim_gen=IGEN
13888                         sim_igen_machine="-M mipsIV"
13889                         sim_mach_default="mips8000"
13890                         ;;
13891   mips64vr5*-*-*)       sim_gen=IGEN
13892                         sim_igen_machine="-M vr5000"
13893                         sim_mach_default="mips5000"
13894                         ;;
13895   mips64vr41*)          sim_gen=M16
13896                         sim_igen_machine="-M vr4100"
13897                         sim_m16_machine="-M vr4100"
13898                         sim_igen_filter="32,64,f"
13899                         sim_m16_filter="16"
13900                         sim_mach_default="mips4100"
13901                         ;;
13902   mips64vr-*-* | mips64vrel-*-*)
13903                         sim_gen=MULTI
13904                         sim_multi_configs="\
13905                           vr4100:mipsIII,mips16,vr4100:32,64:mips4100,mips4111\
13906                           vr4120:mipsIII,mips16,vr4120:32,64:mips4120\
13907                           vr5000:mipsIV:32,64,f:mips4300,mips5000\
13908                           vr5400:mipsIV,vr5400:32,64,f:mips5400\
13909                           vr5500:mipsIV,vr5500:32,64,f:mips5500"
13910                         sim_multi_default=mips5000
13911                         ;;
13912   mips*-sde-elf* | mips*-mti-elf*)
13913                         sim_gen=MULTI
13914                         sim_multi_configs="\
13915                           micromips:micromips64,micromipsdsp:32,64,f:mips_micromips\
13916                           mips64r2:mips64r2,mips3d,mips16,mips16e,mdmx,dsp,dsp2,smartmips:32,64,f:mipsisa64r2"
13917                         sim_multi_default=mipsisa64r2
13918                         ;;
13919   mips64*-*-*)          sim_igen_filter="32,64,f"
13920                         sim_gen=IGEN
13921                         ;;
13922   mips16*-*-*)          sim_gen=M16
13923                         sim_igen_filter="32,64,f"
13924                         sim_m16_filter="16"
13925                         ;;
13926   mipsisa32r2*-*-*)     sim_gen=MULTI
13927                         sim_multi_configs="\
13928                           micromips:micromips32,micromipsdsp:32,f:mips_micromips\
13929                           mips32r2:mips32r2,mips3d,mips16,mips16e,mdmx,dsp,dsp2,smartmips:32,f:mipsisa32r2"
13930                         sim_multi_default=mipsisa32r2
13931                         ;;
13932   mipsisa32*-*-*)       sim_gen=M16
13933                         sim_igen_machine="-M mips32,mips16,mips16e,smartmips"
13934                         sim_m16_machine="-M mips16,mips16e,mips32"
13935                         sim_igen_filter="32,f"
13936                         sim_mach_default="mipsisa32"
13937                         ;;
13938   mipsisa64r2*-*-*)     sim_gen=M16
13939                         sim_igen_machine="-M mips64r2,mips3d,mips16,mips16e,mdmx,dsp,dsp2"
13940                         sim_m16_machine="-M mips16,mips16e,mips64r2"
13941                         sim_igen_filter="32,64,f"
13942                         sim_mach_default="mipsisa64r2"
13943                         ;;
13944   mipsisa64sb1*-*-*)    sim_gen=IGEN
13945                         sim_igen_machine="-M mips64,mips3d,sb1"
13946                         sim_igen_filter="32,64,f"
13947                         sim_mach_default="mips_sb1"
13948                         ;;
13949   mipsisa64*-*-*)       sim_gen=M16
13950                         sim_igen_machine="-M mips64,mips3d,mips16,mips16e,mdmx"
13951                         sim_m16_machine="-M mips16,mips16e,mips64"
13952                         sim_igen_filter="32,64,f"
13953                         sim_mach_default="mipsisa64"
13954                         ;;
13955   mips*lsi*)            sim_gen=M16
13956                         sim_igen_machine="-M mipsIII,mips16"
13957                         sim_m16_machine="-M mips16,mipsIII"
13958                         sim_igen_filter="32,f"
13959                         sim_m16_filter="16"
13960                         sim_mach_default="mips4000"
13961                         ;;
13962   mips*-*-*)            sim_gen=IGEN
13963                         sim_igen_filter="32,f"
13964                         ;;
13965 esac
13966
13967 # The MULTI generator can combine several simulation engines into one.
13968 # executable.  A configuration which uses the MULTI should set two
13969 # variables: ${sim_multi_configs} and ${sim_multi_default}.
13970 #
13971 # ${sim_multi_configs} is the list of engines to build.  Each
13972 # space-separated entry has the form NAME:MACHINE:FILTER:BFDMACHS,
13973 # where:
13974 #
13975 # - NAME is a C-compatible prefix for the engine,
13976 # - MACHINE is a -M argument,
13977 # - FILTER is a -F argument, and
13978 # - BFDMACHS is a comma-separated list of bfd machines that the
13979 #     simulator can run.
13980 #
13981 # Each entry will have a separate simulation engine whose prefix is
13982 # m32<NAME>.  If the machine list includes "mips16", there will also
13983 # be a mips16 engine, prefix m16<NAME>.  The mips16 engine will be
13984 # generated using the same machine list as the 32-bit version,
13985 # but the filter will be "16" instead of FILTER.
13986 #
13987 # The simulator compares the bfd mach against BFDMACHS to decide
13988 # which engine to use.  Entries in BFDMACHS should be bfd_mach
13989 # values with "bfd_mach_" removed.  ${sim_multi_default} says
13990 # which entry should be the default.
13991 if test ${sim_gen} = MULTI; then
13992
13993   # Simple sanity check.
13994   if test -z "${sim_multi_configs}" || test -z "${sim_multi_default}"; then
13995     as_fn_error "Error in configure.ac: MULTI simulator not set up correctly" "$LINENO" 5
13996   fi
13997
13998   # Start in a known state.
13999   rm -f multi-include.h multi-run.c
14000   sim_multi_flags=
14001   sim_multi_src=
14002   sim_multi_obj=
14003   sim_multi_igen_configs=
14004   sim_seen_default=no
14005
14006   cat << __EOF__ > multi-run.c
14007 /* Main entry point for MULTI simulators.
14008    Copyright (C) 2003-2016 Free Software Foundation, Inc.
14009
14010    This program is free software; you can redistribute it and/or modify
14011    it under the terms of the GNU General Public License as published by
14012    the Free Software Foundation; either version 3 of the License, or
14013    (at your option) any later version.
14014
14015    This program is distributed in the hope that it will be useful,
14016    but WITHOUT ANY WARRANTY; without even the implied warranty of
14017    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14018    GNU General Public License for more details.
14019
14020    You should have received a copy of the GNU General Public License
14021    along with this program.  If not, see <http://www.gnu.org/licenses/>.
14022
14023    --
14024
14025    This file was generated by sim/mips/configure.  */
14026
14027 #include "sim-main.h"
14028 #include "multi-include.h"
14029 #include "elf-bfd.h"
14030 #include "elf/mips.h"
14031
14032 #define SD sd
14033 #define CPU cpu
14034
14035 void
14036 sim_engine_run (SIM_DESC sd,
14037                 int next_cpu_nr,
14038                 int nr_cpus,
14039                 int signal) /* ignore */
14040 {
14041   int mach;
14042
14043   if (STATE_ARCHITECTURE (sd) == NULL)
14044     mach = bfd_mach_${sim_multi_default};
14045   else if (elf_elfheader (sd->base.prog_bfd)->e_flags
14046            & EF_MIPS_ARCH_ASE_MICROMIPS)
14047     mach = bfd_mach_mips_micromips;
14048   else
14049     mach = STATE_ARCHITECTURE (SD)->mach;
14050
14051   switch (mach)
14052     {
14053 __EOF__
14054
14055   for fc in ${sim_multi_configs}; do
14056
14057     # Split up the entry.  ${c} contains the first three elements.
14058     # Note: outer sqaure brackets are m4 quotes.
14059     c=`echo ${fc} | sed 's/:[^:]*$//'`
14060     bfdmachs=`echo ${fc} | sed 's/.*://'`
14061     name=`echo ${c} | sed 's/:.*//'`
14062     machine=`echo ${c} | sed 's/.*:\(.*\):.*/\1/'`
14063     filter=`echo ${c} | sed 's/.*://'`
14064
14065     # Build the following lists:
14066     #
14067     #   sim_multi_flags: all -M and -F flags used by the simulator
14068     #   sim_multi_src: all makefile-generated source files
14069     #   sim_multi_obj: the objects for ${sim_multi_src}
14070     #   sim_multi_igen_configs: igen configuration strings.
14071     #
14072     # Each entry in ${sim_multi_igen_configs} is a prefix (m32
14073     # or m16) followed by the NAME, MACHINE and FILTER part of
14074     # the ${sim_multi_configs} entry.
14075     sim_multi_flags="${sim_multi_flags} -F ${filter} -M ${machine}"
14076
14077     # Check whether special handling is needed.
14078     case ${c} in
14079       *:*mips16*:*)
14080         # Run igen twice, once for normal mode and once for mips16.
14081         ws="m32 m16"
14082
14083         # The top-level function for the mips16 simulator is
14084         # in a file m16${name}_run.c, generated by the
14085         # tmp-run-multi Makefile rule.
14086         sim_multi_src="${sim_multi_src} m16${name}_run.c"
14087         sim_multi_obj="${sim_multi_obj} m16${name}_run.o"
14088         sim_multi_flags="${sim_multi_flags} -F 16"
14089         ;;
14090       *:*micromips32*:*)
14091         # Run igen thrice, once for micromips32, once for micromips16,
14092         # and once for m32.
14093         ws="micromips_m32 micromips16 micromips32"
14094
14095         # The top-level function for the micromips simulator is
14096         # in a file micromips${name}_run.c, generated by the
14097         # tmp-run-multi Makefile rule.
14098         sim_multi_src="${sim_multi_src} micromips${name}_run.c"
14099         sim_multi_obj="${sim_multi_obj} micromips${name}_run.o"
14100         sim_multi_flags="${sim_multi_flags} -F 16,32"
14101         ;;
14102       *:*micromips64*:*)
14103         # Run igen thrice, once for micromips64, once for micromips16,
14104         # and once for m64.
14105         ws="micromips_m64 micromips16 micromips64"
14106
14107         # The top-level function for the micromips simulator is
14108         # in a file micromips${name}_run.c, generated by the
14109         # tmp-run-multi Makefile rule.
14110         sim_multi_src="${sim_multi_src} micromips${name}_run.c"
14111         sim_multi_obj="${sim_multi_obj} micromips${name}_run.o"
14112         sim_multi_flags="${sim_multi_flags} -F 16,32,64"
14113         ;;
14114       *)
14115         ws=m32
14116         ;;
14117     esac
14118
14119     # Now add the list of igen-generated files to ${sim_multi_src}
14120     # and ${sim_multi_obj}.
14121     for w in ${ws}; do
14122       for base in engine icache idecode model semantics support; do
14123         sim_multi_src="${sim_multi_src} ${w}${name}_${base}.c"
14124         sim_multi_src="${sim_multi_src} ${w}${name}_${base}.h"
14125         sim_multi_obj="${sim_multi_obj} ${w}${name}_${base}.o"
14126       done
14127       sim_multi_igen_configs="${sim_multi_igen_configs} ${w}${c}"
14128     done
14129
14130     # Add an include for the engine.h file.  This file declares the
14131     # top-level foo_engine_run() function.
14132     echo "#include \"${w}${name}_engine.h\"" >> multi-include.h
14133
14134     # Add case statements for this engine to sim_engine_run().
14135     for mach in `echo ${bfdmachs} | sed 's/,/ /g'`; do
14136       echo "    case bfd_mach_${mach}:" >> multi-run.c
14137       if test ${mach} = ${sim_multi_default}; then
14138         echo "    default:" >> multi-run.c
14139         sim_seen_default=yes
14140       fi
14141     done
14142     echo "      ${w}${name}_engine_run (sd, next_cpu_nr, nr_cpus, signal);" \
14143       >> multi-run.c
14144     echo "      break;" >> multi-run.c
14145   done
14146
14147   # Check whether we added a 'default:' label.
14148   if test ${sim_seen_default} = no; then
14149     as_fn_error "Error in configure.ac: \${sim_multi_configs} doesn't have an entry for \${sim_multi_default}" "$LINENO" 5
14150   fi
14151
14152   cat << __EOF__ >> multi-run.c
14153     }
14154 }
14155
14156 int
14157 mips_mach_multi (SIM_DESC sd)
14158 {
14159   if (STATE_ARCHITECTURE (sd) == NULL)
14160     return bfd_mach_${sim_multi_default};
14161
14162   switch (STATE_ARCHITECTURE (SD)->mach)
14163     {
14164 __EOF__
14165
14166   # Add case statements for this engine to mips_mach_multi().
14167   for fc in ${sim_multi_configs}; do
14168
14169     # Split up the entry.  ${c} contains the first three elements.
14170     # Note: outer sqaure brackets are m4 quotes.
14171     c=`echo ${fc} | sed 's/:[^:]*$//'`
14172     bfdmachs=`echo ${fc} | sed 's/.*://'`
14173
14174     for mach in `echo ${bfdmachs} | sed 's/,/ /g'`; do
14175       echo "    case bfd_mach_${mach}:" >> multi-run.c
14176     done
14177   done
14178
14179   cat << __EOF__ >> multi-run.c
14180       return (STATE_ARCHITECTURE (SD)->mach);
14181     default:
14182       return bfd_mach_${sim_multi_default};
14183     }
14184 }
14185 __EOF__
14186
14187   SIM_SUBTARGET="$SIM_SUBTARGET -DMIPS_MACH_MULTI"
14188 else
14189   # For clean-extra
14190   sim_multi_src=doesnt-exist.c
14191
14192   if test x"${sim_mach_default}" = x""; then
14193     as_fn_error "Error in configure.ac: \${sim_mach_default} not defined" "$LINENO" 5
14194   fi
14195   SIM_SUBTARGET="$SIM_SUBTARGET -DMIPS_MACH_DEFAULT=bfd_mach_${sim_mach_default}"
14196 fi
14197 sim_igen_flags="-F ${sim_igen_filter} ${sim_igen_machine} ${sim_igen_smp}"
14198 sim_m16_flags=" -F ${sim_m16_filter}  ${sim_m16_machine}  ${sim_igen_smp}"
14199 sim_micromips16_flags=" -F ${sim_micromips16_filter}  ${sim_micromips16_machine}  ${sim_igen_smp}"
14200 sim_micromips_flags=" -F ${sim_micromips_filter}  ${sim_micromips_machine}  ${sim_igen_smp}"
14201
14202
14203
14204
14205
14206
14207
14208
14209
14210 #
14211 # Add simulated hardware devices
14212 #
14213 hw_enabled=no
14214 case "${target}" in
14215   mips*tx39*)
14216         hw_enabled=yes
14217         hw_extra_devices="tx3904cpu tx3904irc tx3904tmr tx3904sio"
14218         ;;
14219   *)
14220         ;;
14221 esac
14222
14223 if test "$hw_devices"; then
14224   hardware="$hw_devices"
14225 else
14226   hardware="cfi core pal glue"
14227 fi
14228 hardware="$hardware $hw_extra_devices"
14229
14230 sim_hw_cflags="-DWITH_HW=1"
14231 sim_hw="$hardware"
14232 sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
14233
14234 # Check whether --enable-sim-hardware was given.
14235 if test "${enable_sim_hardware+set}" = set; then :
14236   enableval=$enable_sim_hardware;
14237 else
14238   enable_sim_hardware="$hw_enabled"
14239 fi
14240
14241 case ${enable_sim_hardware} in
14242   yes|no) ;;
14243   ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
14244   *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
14245   *)  hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
14246 esac
14247
14248 if test "$enable_sim_hardware" = no; then
14249   sim_hw_objs=
14250   sim_hw_cflags="-DWITH_HW=0"
14251   sim_hw=
14252 else
14253   sim_hw_cflags="-DWITH_HW=1"
14254   # remove duplicates
14255   sim_hw=""
14256   sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
14257   for i in $hardware ; do
14258     case " $sim_hw " in
14259       *" $i "*) ;;
14260       *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
14261     esac
14262   done
14263   # mingw does not support sockser
14264   case ${host} in
14265     *mingw*) ;;
14266     *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
14267        # that you instatiate.  Instead, other code will call into it directly.
14268        # At some point, we should convert it over.
14269        sim_hw_objs="$sim_hw_objs dv-sockser.o"
14270
14271 cat >>confdefs.h <<_ACEOF
14272 #define HAVE_DV_SOCKSER 1
14273 _ACEOF
14274
14275        ;;
14276   esac
14277   if test x"$silent" != x"yes"; then
14278     echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
14279   fi
14280     case " $hardware " in
14281     *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
14282 $as_echo_n "checking for log2 in -lm... " >&6; }
14283 if test "${ac_cv_lib_m_log2+set}" = set; then :
14284   $as_echo_n "(cached) " >&6
14285 else
14286   ac_check_lib_save_LIBS=$LIBS
14287 LIBS="-lm  $LIBS"
14288 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14289 /* end confdefs.h.  */
14290
14291 /* Override any GCC internal prototype to avoid an error.
14292    Use char because int might match the return type of a GCC
14293    builtin and then its argument prototype would still apply.  */
14294 #ifdef __cplusplus
14295 extern "C"
14296 #endif
14297 char log2 ();
14298 int
14299 main ()
14300 {
14301 return log2 ();
14302   ;
14303   return 0;
14304 }
14305 _ACEOF
14306 if ac_fn_c_try_link "$LINENO"; then :
14307   ac_cv_lib_m_log2=yes
14308 else
14309   ac_cv_lib_m_log2=no
14310 fi
14311 rm -f core conftest.err conftest.$ac_objext \
14312     conftest$ac_exeext conftest.$ac_ext
14313 LIBS=$ac_check_lib_save_LIBS
14314 fi
14315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
14316 $as_echo "$ac_cv_lib_m_log2" >&6; }
14317 if test "x$ac_cv_lib_m_log2" = x""yes; then :
14318   cat >>confdefs.h <<_ACEOF
14319 #define HAVE_LIBM 1
14320 _ACEOF
14321
14322   LIBS="-lm $LIBS"
14323
14324 fi
14325 ;;
14326   esac
14327 fi
14328
14329
14330
14331 # Choose simulator engine
14332 case "${target}" in
14333   *)    mips_igen_engine="engine.o"
14334         ;;
14335 esac
14336
14337
14338
14339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
14340 $as_echo_n "checking for X... " >&6; }
14341
14342
14343 # Check whether --with-x was given.
14344 if test "${with_x+set}" = set; then :
14345   withval=$with_x;
14346 fi
14347
14348 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
14349 if test "x$with_x" = xno; then
14350   # The user explicitly disabled X.
14351   have_x=disabled
14352 else
14353   case $x_includes,$x_libraries in #(
14354     *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
14355     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
14356   $as_echo_n "(cached) " >&6
14357 else
14358   # One or both of the vars are not set, and there is no cached value.
14359 ac_x_includes=no ac_x_libraries=no
14360 rm -f -r conftest.dir
14361 if mkdir conftest.dir; then
14362   cd conftest.dir
14363   cat >Imakefile <<'_ACEOF'
14364 incroot:
14365         @echo incroot='${INCROOT}'
14366 usrlibdir:
14367         @echo usrlibdir='${USRLIBDIR}'
14368 libdir:
14369         @echo libdir='${LIBDIR}'
14370 _ACEOF
14371   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
14372     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
14373     for ac_var in incroot usrlibdir libdir; do
14374       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
14375     done
14376     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
14377     for ac_extension in a so sl dylib la dll; do
14378       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
14379          test -f "$ac_im_libdir/libX11.$ac_extension"; then
14380         ac_im_usrlibdir=$ac_im_libdir; break
14381       fi
14382     done
14383     # Screen out bogus values from the imake configuration.  They are
14384     # bogus both because they are the default anyway, and because
14385     # using them would break gcc on systems where it needs fixed includes.
14386     case $ac_im_incroot in
14387         /usr/include) ac_x_includes= ;;
14388         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
14389     esac
14390     case $ac_im_usrlibdir in
14391         /usr/lib | /usr/lib64 | /lib | /lib64) ;;
14392         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
14393     esac
14394   fi
14395   cd ..
14396   rm -f -r conftest.dir
14397 fi
14398
14399 # Standard set of common directories for X headers.
14400 # Check X11 before X11Rn because it is often a symlink to the current release.
14401 ac_x_header_dirs='
14402 /usr/X11/include
14403 /usr/X11R7/include
14404 /usr/X11R6/include
14405 /usr/X11R5/include
14406 /usr/X11R4/include
14407
14408 /usr/include/X11
14409 /usr/include/X11R7
14410 /usr/include/X11R6
14411 /usr/include/X11R5
14412 /usr/include/X11R4
14413
14414 /usr/local/X11/include
14415 /usr/local/X11R7/include
14416 /usr/local/X11R6/include
14417 /usr/local/X11R5/include
14418 /usr/local/X11R4/include
14419
14420 /usr/local/include/X11
14421 /usr/local/include/X11R7
14422 /usr/local/include/X11R6
14423 /usr/local/include/X11R5
14424 /usr/local/include/X11R4
14425
14426 /usr/X386/include
14427 /usr/x386/include
14428 /usr/XFree86/include/X11
14429
14430 /usr/include
14431 /usr/local/include
14432 /usr/unsupported/include
14433 /usr/athena/include
14434 /usr/local/x11r5/include
14435 /usr/lpp/Xamples/include
14436
14437 /usr/openwin/include
14438 /usr/openwin/share/include'
14439
14440 if test "$ac_x_includes" = no; then
14441   # Guess where to find include files, by looking for Xlib.h.
14442   # First, try using that file with no special directory specified.
14443   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14444 /* end confdefs.h.  */
14445 #include <X11/Xlib.h>
14446 _ACEOF
14447 if ac_fn_c_try_cpp "$LINENO"; then :
14448   # We can compile using X headers with no special include directory.
14449 ac_x_includes=
14450 else
14451   for ac_dir in $ac_x_header_dirs; do
14452   if test -r "$ac_dir/X11/Xlib.h"; then
14453     ac_x_includes=$ac_dir
14454     break
14455   fi
14456 done
14457 fi
14458 rm -f conftest.err conftest.$ac_ext
14459 fi # $ac_x_includes = no
14460
14461 if test "$ac_x_libraries" = no; then
14462   # Check for the libraries.
14463   # See if we find them without any special options.
14464   # Don't add to $LIBS permanently.
14465   ac_save_LIBS=$LIBS
14466   LIBS="-lX11 $LIBS"
14467   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14468 /* end confdefs.h.  */
14469 #include <X11/Xlib.h>
14470 int
14471 main ()
14472 {
14473 XrmInitialize ()
14474   ;
14475   return 0;
14476 }
14477 _ACEOF
14478 if ac_fn_c_try_link "$LINENO"; then :
14479   LIBS=$ac_save_LIBS
14480 # We can link X programs with no special library path.
14481 ac_x_libraries=
14482 else
14483   LIBS=$ac_save_LIBS
14484 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
14485 do
14486   # Don't even attempt the hair of trying to link an X program!
14487   for ac_extension in a so sl dylib la dll; do
14488     if test -r "$ac_dir/libX11.$ac_extension"; then
14489       ac_x_libraries=$ac_dir
14490       break 2
14491     fi
14492   done
14493 done
14494 fi
14495 rm -f core conftest.err conftest.$ac_objext \
14496     conftest$ac_exeext conftest.$ac_ext
14497 fi # $ac_x_libraries = no
14498
14499 case $ac_x_includes,$ac_x_libraries in #(
14500   no,* | *,no | *\'*)
14501     # Didn't find X, or a directory has "'" in its name.
14502     ac_cv_have_x="have_x=no";; #(
14503   *)
14504     # Record where we found X for the cache.
14505     ac_cv_have_x="have_x=yes\
14506         ac_x_includes='$ac_x_includes'\
14507         ac_x_libraries='$ac_x_libraries'"
14508 esac
14509 fi
14510 ;; #(
14511     *) have_x=yes;;
14512   esac
14513   eval "$ac_cv_have_x"
14514 fi # $with_x != no
14515
14516 if test "$have_x" != yes; then
14517   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
14518 $as_echo "$have_x" >&6; }
14519   no_x=yes
14520 else
14521   # If each of the values was on the command line, it overrides each guess.
14522   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
14523   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
14524   # Update the cache value to reflect the command line values.
14525   ac_cv_have_x="have_x=yes\
14526         ac_x_includes='$x_includes'\
14527         ac_x_libraries='$x_libraries'"
14528   { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
14529 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
14530 fi
14531
14532 mips_extra_libs=""
14533
14534
14535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fabs in -lm" >&5
14536 $as_echo_n "checking for fabs in -lm... " >&6; }
14537 if test "${ac_cv_lib_m_fabs+set}" = set; then :
14538   $as_echo_n "(cached) " >&6
14539 else
14540   ac_check_lib_save_LIBS=$LIBS
14541 LIBS="-lm  $LIBS"
14542 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14543 /* end confdefs.h.  */
14544
14545 /* Override any GCC internal prototype to avoid an error.
14546    Use char because int might match the return type of a GCC
14547    builtin and then its argument prototype would still apply.  */
14548 #ifdef __cplusplus
14549 extern "C"
14550 #endif
14551 char fabs ();
14552 int
14553 main ()
14554 {
14555 return fabs ();
14556   ;
14557   return 0;
14558 }
14559 _ACEOF
14560 if ac_fn_c_try_link "$LINENO"; then :
14561   ac_cv_lib_m_fabs=yes
14562 else
14563   ac_cv_lib_m_fabs=no
14564 fi
14565 rm -f core conftest.err conftest.$ac_objext \
14566     conftest$ac_exeext conftest.$ac_ext
14567 LIBS=$ac_check_lib_save_LIBS
14568 fi
14569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_fabs" >&5
14570 $as_echo "$ac_cv_lib_m_fabs" >&6; }
14571 if test "x$ac_cv_lib_m_fabs" = x""yes; then :
14572   cat >>confdefs.h <<_ACEOF
14573 #define HAVE_LIBM 1
14574 _ACEOF
14575
14576   LIBS="-lm $LIBS"
14577
14578 fi
14579
14580 for ac_func in aint anint sqrt
14581 do :
14582   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14583 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14584 eval as_val=\$$as_ac_var
14585    if test "x$as_val" = x""yes; then :
14586   cat >>confdefs.h <<_ACEOF
14587 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14588 _ACEOF
14589
14590 fi
14591 done
14592
14593
14594
14595 ac_sources="$sim_link_files"
14596 ac_dests="$sim_link_links"
14597 while test -n "$ac_sources"; do
14598   set $ac_dests; ac_dest=$1; shift; ac_dests=$*
14599   set $ac_sources; ac_source=$1; shift; ac_sources=$*
14600   ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source"
14601 done
14602 ac_config_links="$ac_config_links $ac_config_links_1"
14603
14604 cgen_breaks=""
14605 if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
14606 cgen_breaks="break cgen_rtx_error";
14607 fi
14608
14609 ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
14610
14611 ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
14612
14613 ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
14614
14615 ac_config_commands="$ac_config_commands Makefile"
14616
14617 ac_config_commands="$ac_config_commands stamp-h"
14618
14619 cat >confcache <<\_ACEOF
14620 # This file is a shell script that caches the results of configure
14621 # tests run on this system so they can be shared between configure
14622 # scripts and configure runs, see configure's option --config-cache.
14623 # It is not useful on other systems.  If it contains results you don't
14624 # want to keep, you may remove or edit it.
14625 #
14626 # config.status only pays attention to the cache file if you give it
14627 # the --recheck option to rerun configure.
14628 #
14629 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14630 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14631 # following values.
14632
14633 _ACEOF
14634
14635 # The following way of writing the cache mishandles newlines in values,
14636 # but we know of no workaround that is simple, portable, and efficient.
14637 # So, we kill variables containing newlines.
14638 # Ultrix sh set writes to stderr and can't be redirected directly,
14639 # and sets the high bit in the cache file unless we assign to the vars.
14640 (
14641   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14642     eval ac_val=\$$ac_var
14643     case $ac_val in #(
14644     *${as_nl}*)
14645       case $ac_var in #(
14646       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14647 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14648       esac
14649       case $ac_var in #(
14650       _ | IFS | as_nl) ;; #(
14651       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14652       *) { eval $ac_var=; unset $ac_var;} ;;
14653       esac ;;
14654     esac
14655   done
14656
14657   (set) 2>&1 |
14658     case $as_nl`(ac_space=' '; set) 2>&1` in #(
14659     *${as_nl}ac_space=\ *)
14660       # `set' does not quote correctly, so add quotes: double-quote
14661       # substitution turns \\\\ into \\, and sed turns \\ into \.
14662       sed -n \
14663         "s/'/'\\\\''/g;
14664           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14665       ;; #(
14666     *)
14667       # `set' quotes correctly as required by POSIX, so do not add quotes.
14668       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14669       ;;
14670     esac |
14671     sort
14672 ) |
14673   sed '
14674      /^ac_cv_env_/b end
14675      t clear
14676      :clear
14677      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14678      t end
14679      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14680      :end' >>confcache
14681 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14682   if test -w "$cache_file"; then
14683     test "x$cache_file" != "x/dev/null" &&
14684       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14685 $as_echo "$as_me: updating cache $cache_file" >&6;}
14686     cat confcache >$cache_file
14687   else
14688     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14689 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14690   fi
14691 fi
14692 rm -f confcache
14693
14694 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14695 # Let make expand exec_prefix.
14696 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14697
14698 DEFS=-DHAVE_CONFIG_H
14699
14700 ac_libobjs=
14701 ac_ltlibobjs=
14702 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14703   # 1. Remove the extension, and $U if already installed.
14704   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14705   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14706   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
14707   #    will be set to the directory where LIBOBJS objects are built.
14708   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14709   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14710 done
14711 LIBOBJS=$ac_libobjs
14712
14713 LTLIBOBJS=$ac_ltlibobjs
14714
14715
14716
14717 if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
14718   as_fn_error "conditional \"GMAKE\" was never defined.
14719 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14720 fi
14721 if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
14722   as_fn_error "conditional \"PLUGINS\" was never defined.
14723 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14724 fi
14725 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14726   as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
14727 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14728 fi
14729
14730 : ${CONFIG_STATUS=./config.status}
14731 ac_write_fail=0
14732 ac_clean_files_save=$ac_clean_files
14733 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14734 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14735 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14736 as_write_fail=0
14737 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14738 #! $SHELL
14739 # Generated by $as_me.
14740 # Run this file to recreate the current configuration.
14741 # Compiler output produced by configure, useful for debugging
14742 # configure, is in config.log if it exists.
14743
14744 debug=false
14745 ac_cs_recheck=false
14746 ac_cs_silent=false
14747
14748 SHELL=\${CONFIG_SHELL-$SHELL}
14749 export SHELL
14750 _ASEOF
14751 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14752 ## -------------------- ##
14753 ## M4sh Initialization. ##
14754 ## -------------------- ##
14755
14756 # Be more Bourne compatible
14757 DUALCASE=1; export DUALCASE # for MKS sh
14758 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14759   emulate sh
14760   NULLCMD=:
14761   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14762   # is contrary to our usage.  Disable this feature.
14763   alias -g '${1+"$@"}'='"$@"'
14764   setopt NO_GLOB_SUBST
14765 else
14766   case `(set -o) 2>/dev/null` in #(
14767   *posix*) :
14768     set -o posix ;; #(
14769   *) :
14770      ;;
14771 esac
14772 fi
14773
14774
14775 as_nl='
14776 '
14777 export as_nl
14778 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14779 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14780 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14781 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14782 # Prefer a ksh shell builtin over an external printf program on Solaris,
14783 # but without wasting forks for bash or zsh.
14784 if test -z "$BASH_VERSION$ZSH_VERSION" \
14785     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14786   as_echo='print -r --'
14787   as_echo_n='print -rn --'
14788 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14789   as_echo='printf %s\n'
14790   as_echo_n='printf %s'
14791 else
14792   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14793     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14794     as_echo_n='/usr/ucb/echo -n'
14795   else
14796     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14797     as_echo_n_body='eval
14798       arg=$1;
14799       case $arg in #(
14800       *"$as_nl"*)
14801         expr "X$arg" : "X\\(.*\\)$as_nl";
14802         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14803       esac;
14804       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14805     '
14806     export as_echo_n_body
14807     as_echo_n='sh -c $as_echo_n_body as_echo'
14808   fi
14809   export as_echo_body
14810   as_echo='sh -c $as_echo_body as_echo'
14811 fi
14812
14813 # The user is always right.
14814 if test "${PATH_SEPARATOR+set}" != set; then
14815   PATH_SEPARATOR=:
14816   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14817     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14818       PATH_SEPARATOR=';'
14819   }
14820 fi
14821
14822
14823 # IFS
14824 # We need space, tab and new line, in precisely that order.  Quoting is
14825 # there to prevent editors from complaining about space-tab.
14826 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14827 # splitting by setting IFS to empty value.)
14828 IFS=" ""        $as_nl"
14829
14830 # Find who we are.  Look in the path if we contain no directory separator.
14831 case $0 in #((
14832   *[\\/]* ) as_myself=$0 ;;
14833   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14834 for as_dir in $PATH
14835 do
14836   IFS=$as_save_IFS
14837   test -z "$as_dir" && as_dir=.
14838     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14839   done
14840 IFS=$as_save_IFS
14841
14842      ;;
14843 esac
14844 # We did not find ourselves, most probably we were run as `sh COMMAND'
14845 # in which case we are not to be found in the path.
14846 if test "x$as_myself" = x; then
14847   as_myself=$0
14848 fi
14849 if test ! -f "$as_myself"; then
14850   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14851   exit 1
14852 fi
14853
14854 # Unset variables that we do not need and which cause bugs (e.g. in
14855 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
14856 # suppresses any "Segmentation fault" message there.  '((' could
14857 # trigger a bug in pdksh 5.2.14.
14858 for as_var in BASH_ENV ENV MAIL MAILPATH
14859 do eval test x\${$as_var+set} = xset \
14860   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14861 done
14862 PS1='$ '
14863 PS2='> '
14864 PS4='+ '
14865
14866 # NLS nuisances.
14867 LC_ALL=C
14868 export LC_ALL
14869 LANGUAGE=C
14870 export LANGUAGE
14871
14872 # CDPATH.
14873 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14874
14875
14876 # as_fn_error ERROR [LINENO LOG_FD]
14877 # ---------------------------------
14878 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14879 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14880 # script with status $?, using 1 if that was 0.
14881 as_fn_error ()
14882 {
14883   as_status=$?; test $as_status -eq 0 && as_status=1
14884   if test "$3"; then
14885     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14886     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
14887   fi
14888   $as_echo "$as_me: error: $1" >&2
14889   as_fn_exit $as_status
14890 } # as_fn_error
14891
14892
14893 # as_fn_set_status STATUS
14894 # -----------------------
14895 # Set $? to STATUS, without forking.
14896 as_fn_set_status ()
14897 {
14898   return $1
14899 } # as_fn_set_status
14900
14901 # as_fn_exit STATUS
14902 # -----------------
14903 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14904 as_fn_exit ()
14905 {
14906   set +e
14907   as_fn_set_status $1
14908   exit $1
14909 } # as_fn_exit
14910
14911 # as_fn_unset VAR
14912 # ---------------
14913 # Portably unset VAR.
14914 as_fn_unset ()
14915 {
14916   { eval $1=; unset $1;}
14917 }
14918 as_unset=as_fn_unset
14919 # as_fn_append VAR VALUE
14920 # ----------------------
14921 # Append the text in VALUE to the end of the definition contained in VAR. Take
14922 # advantage of any shell optimizations that allow amortized linear growth over
14923 # repeated appends, instead of the typical quadratic growth present in naive
14924 # implementations.
14925 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14926   eval 'as_fn_append ()
14927   {
14928     eval $1+=\$2
14929   }'
14930 else
14931   as_fn_append ()
14932   {
14933     eval $1=\$$1\$2
14934   }
14935 fi # as_fn_append
14936
14937 # as_fn_arith ARG...
14938 # ------------------
14939 # Perform arithmetic evaluation on the ARGs, and store the result in the
14940 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14941 # must be portable across $(()) and expr.
14942 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14943   eval 'as_fn_arith ()
14944   {
14945     as_val=$(( $* ))
14946   }'
14947 else
14948   as_fn_arith ()
14949   {
14950     as_val=`expr "$@" || test $? -eq 1`
14951   }
14952 fi # as_fn_arith
14953
14954
14955 if expr a : '\(a\)' >/dev/null 2>&1 &&
14956    test "X`expr 00001 : '.*\(...\)'`" = X001; then
14957   as_expr=expr
14958 else
14959   as_expr=false
14960 fi
14961
14962 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14963   as_basename=basename
14964 else
14965   as_basename=false
14966 fi
14967
14968 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14969   as_dirname=dirname
14970 else
14971   as_dirname=false
14972 fi
14973
14974 as_me=`$as_basename -- "$0" ||
14975 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14976          X"$0" : 'X\(//\)$' \| \
14977          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14978 $as_echo X/"$0" |
14979     sed '/^.*\/\([^/][^/]*\)\/*$/{
14980             s//\1/
14981             q
14982           }
14983           /^X\/\(\/\/\)$/{
14984             s//\1/
14985             q
14986           }
14987           /^X\/\(\/\).*/{
14988             s//\1/
14989             q
14990           }
14991           s/.*/./; q'`
14992
14993 # Avoid depending upon Character Ranges.
14994 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14995 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14996 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14997 as_cr_digits='0123456789'
14998 as_cr_alnum=$as_cr_Letters$as_cr_digits
14999
15000 ECHO_C= ECHO_N= ECHO_T=
15001 case `echo -n x` in #(((((
15002 -n*)
15003   case `echo 'xy\c'` in
15004   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
15005   xy)  ECHO_C='\c';;
15006   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
15007        ECHO_T=' ';;
15008   esac;;
15009 *)
15010   ECHO_N='-n';;
15011 esac
15012
15013 rm -f conf$$ conf$$.exe conf$$.file
15014 if test -d conf$$.dir; then
15015   rm -f conf$$.dir/conf$$.file
15016 else
15017   rm -f conf$$.dir
15018   mkdir conf$$.dir 2>/dev/null
15019 fi
15020 if (echo >conf$$.file) 2>/dev/null; then
15021   if ln -s conf$$.file conf$$ 2>/dev/null; then
15022     as_ln_s='ln -s'
15023     # ... but there are two gotchas:
15024     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15025     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15026     # In both cases, we have to default to `cp -p'.
15027     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15028       as_ln_s='cp -p'
15029   elif ln conf$$.file conf$$ 2>/dev/null; then
15030     as_ln_s=ln
15031   else
15032     as_ln_s='cp -p'
15033   fi
15034 else
15035   as_ln_s='cp -p'
15036 fi
15037 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15038 rmdir conf$$.dir 2>/dev/null
15039
15040
15041 # as_fn_mkdir_p
15042 # -------------
15043 # Create "$as_dir" as a directory, including parents if necessary.
15044 as_fn_mkdir_p ()
15045 {
15046
15047   case $as_dir in #(
15048   -*) as_dir=./$as_dir;;
15049   esac
15050   test -d "$as_dir" || eval $as_mkdir_p || {
15051     as_dirs=
15052     while :; do
15053       case $as_dir in #(
15054       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15055       *) as_qdir=$as_dir;;
15056       esac
15057       as_dirs="'$as_qdir' $as_dirs"
15058       as_dir=`$as_dirname -- "$as_dir" ||
15059 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15060          X"$as_dir" : 'X\(//\)[^/]' \| \
15061          X"$as_dir" : 'X\(//\)$' \| \
15062          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15063 $as_echo X"$as_dir" |
15064     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15065             s//\1/
15066             q
15067           }
15068           /^X\(\/\/\)[^/].*/{
15069             s//\1/
15070             q
15071           }
15072           /^X\(\/\/\)$/{
15073             s//\1/
15074             q
15075           }
15076           /^X\(\/\).*/{
15077             s//\1/
15078             q
15079           }
15080           s/.*/./; q'`
15081       test -d "$as_dir" && break
15082     done
15083     test -z "$as_dirs" || eval "mkdir $as_dirs"
15084   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15085
15086
15087 } # as_fn_mkdir_p
15088 if mkdir -p . 2>/dev/null; then
15089   as_mkdir_p='mkdir -p "$as_dir"'
15090 else
15091   test -d ./-p && rmdir ./-p
15092   as_mkdir_p=false
15093 fi
15094
15095 if test -x / >/dev/null 2>&1; then
15096   as_test_x='test -x'
15097 else
15098   if ls -dL / >/dev/null 2>&1; then
15099     as_ls_L_option=L
15100   else
15101     as_ls_L_option=
15102   fi
15103   as_test_x='
15104     eval sh -c '\''
15105       if test -d "$1"; then
15106         test -d "$1/.";
15107       else
15108         case $1 in #(
15109         -*)set "./$1";;
15110         esac;
15111         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15112         ???[sx]*):;;*)false;;esac;fi
15113     '\'' sh
15114   '
15115 fi
15116 as_executable_p=$as_test_x
15117
15118 # Sed expression to map a string onto a valid CPP name.
15119 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15120
15121 # Sed expression to map a string onto a valid variable name.
15122 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15123
15124
15125 exec 6>&1
15126 ## ----------------------------------- ##
15127 ## Main body of $CONFIG_STATUS script. ##
15128 ## ----------------------------------- ##
15129 _ASEOF
15130 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15131
15132 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15133 # Save the log message, to keep $0 and so on meaningful, and to
15134 # report actual input values of CONFIG_FILES etc. instead of their
15135 # values after options handling.
15136 ac_log="
15137 This file was extended by $as_me, which was
15138 generated by GNU Autoconf 2.64.  Invocation command line was
15139
15140   CONFIG_FILES    = $CONFIG_FILES
15141   CONFIG_HEADERS  = $CONFIG_HEADERS
15142   CONFIG_LINKS    = $CONFIG_LINKS
15143   CONFIG_COMMANDS = $CONFIG_COMMANDS
15144   $ $0 $@
15145
15146 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15147 "
15148
15149 _ACEOF
15150
15151 case $ac_config_files in *"
15152 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15153 esac
15154
15155 case $ac_config_headers in *"
15156 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15157 esac
15158
15159
15160 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15161 # Files that config.status was made for.
15162 config_files="$ac_config_files"
15163 config_headers="$ac_config_headers"
15164 config_links="$ac_config_links"
15165 config_commands="$ac_config_commands"
15166
15167 _ACEOF
15168
15169 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15170 ac_cs_usage="\
15171 \`$as_me' instantiates files and other configuration actions
15172 from templates according to the current configuration.  Unless the files
15173 and actions are specified as TAGs, all are instantiated by default.
15174
15175 Usage: $0 [OPTION]... [TAG]...
15176
15177   -h, --help       print this help, then exit
15178   -V, --version    print version number and configuration settings, then exit
15179   -q, --quiet, --silent
15180                    do not print progress messages
15181   -d, --debug      don't remove temporary files
15182       --recheck    update $as_me by reconfiguring in the same conditions
15183       --file=FILE[:TEMPLATE]
15184                    instantiate the configuration file FILE
15185       --header=FILE[:TEMPLATE]
15186                    instantiate the configuration header FILE
15187
15188 Configuration files:
15189 $config_files
15190
15191 Configuration headers:
15192 $config_headers
15193
15194 Configuration links:
15195 $config_links
15196
15197 Configuration commands:
15198 $config_commands
15199
15200 Report bugs to the package provider."
15201
15202 _ACEOF
15203 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15204 ac_cs_version="\\
15205 config.status
15206 configured by $0, generated by GNU Autoconf 2.64,
15207   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
15208
15209 Copyright (C) 2009 Free Software Foundation, Inc.
15210 This config.status script is free software; the Free Software Foundation
15211 gives unlimited permission to copy, distribute and modify it."
15212
15213 ac_pwd='$ac_pwd'
15214 srcdir='$srcdir'
15215 INSTALL='$INSTALL'
15216 AWK='$AWK'
15217 test -n "\$AWK" || AWK=awk
15218 _ACEOF
15219
15220 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15221 # The default lists apply if the user does not specify any file.
15222 ac_need_defaults=:
15223 while test $# != 0
15224 do
15225   case $1 in
15226   --*=*)
15227     ac_option=`expr "X$1" : 'X\([^=]*\)='`
15228     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15229     ac_shift=:
15230     ;;
15231   *)
15232     ac_option=$1
15233     ac_optarg=$2
15234     ac_shift=shift
15235     ;;
15236   esac
15237
15238   case $ac_option in
15239   # Handling of the options.
15240   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15241     ac_cs_recheck=: ;;
15242   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15243     $as_echo "$ac_cs_version"; exit ;;
15244   --debug | --debu | --deb | --de | --d | -d )
15245     debug=: ;;
15246   --file | --fil | --fi | --f )
15247     $ac_shift
15248     case $ac_optarg in
15249     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15250     esac
15251     as_fn_append CONFIG_FILES " '$ac_optarg'"
15252     ac_need_defaults=false;;
15253   --header | --heade | --head | --hea )
15254     $ac_shift
15255     case $ac_optarg in
15256     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15257     esac
15258     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
15259     ac_need_defaults=false;;
15260   --he | --h)
15261     # Conflict between --help and --header
15262     as_fn_error "ambiguous option: \`$1'
15263 Try \`$0 --help' for more information.";;
15264   --help | --hel | -h )
15265     $as_echo "$ac_cs_usage"; exit ;;
15266   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15267   | -silent | --silent | --silen | --sile | --sil | --si | --s)
15268     ac_cs_silent=: ;;
15269
15270   # This is an error.
15271   -*) as_fn_error "unrecognized option: \`$1'
15272 Try \`$0 --help' for more information." ;;
15273
15274   *) as_fn_append ac_config_targets " $1"
15275      ac_need_defaults=false ;;
15276
15277   esac
15278   shift
15279 done
15280
15281 ac_configure_extra_args=
15282
15283 if $ac_cs_silent; then
15284   exec 6>/dev/null
15285   ac_configure_extra_args="$ac_configure_extra_args --silent"
15286 fi
15287
15288 _ACEOF
15289 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15290 if \$ac_cs_recheck; then
15291   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15292   shift
15293   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15294   CONFIG_SHELL='$SHELL'
15295   export CONFIG_SHELL
15296   exec "\$@"
15297 fi
15298
15299 _ACEOF
15300 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15301 exec 5>>config.log
15302 {
15303   echo
15304   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15305 ## Running $as_me. ##
15306 _ASBOX
15307   $as_echo "$ac_log"
15308 } >&5
15309
15310 _ACEOF
15311 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15312 #
15313 # INIT-COMMANDS
15314 #
15315 ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
15316
15317
15318 # The HP-UX ksh and POSIX shell print the target directory to stdout
15319 # if CDPATH is set.
15320 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15321
15322 sed_quote_subst='$sed_quote_subst'
15323 double_quote_subst='$double_quote_subst'
15324 delay_variable_subst='$delay_variable_subst'
15325 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15326 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15327 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15328 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15329 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15330 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15331 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15332 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15333 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15334 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15335 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15336 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15337 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15338 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15339 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15340 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15341 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15342 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15343 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15344 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15345 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15346 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15347 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15348 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15349 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15350 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15351 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15352 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15353 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15354 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15355 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15356 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15357 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15358 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15359 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15360 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15361 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15362 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15363 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15364 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15365 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15366 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15367 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15368 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15369 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15370 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15371 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15372 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15373 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"`'
15374 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15375 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15376 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
15377 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
15378 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
15379 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15380 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15381 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15382 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15383 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15384 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15385 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15386 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15387 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15388 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15389 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15390 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15391 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15392 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15393 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15394 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15395 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15396 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15397 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15398 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15399 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15400 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15401 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15402 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15403 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15404 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15405 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15406 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15407 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15408 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15409 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15410 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15411 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15412 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15413 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15414 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
15415 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15416 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15417 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15418 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15419 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15420 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15421 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15422 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15423 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15424 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15425 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15426 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15427 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15428 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15429 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15430 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15431 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15432 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15433 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15434 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15435 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15436 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15437 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15438 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15439 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15440 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15441 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15442 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15443 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15444 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
15445
15446 LTCC='$LTCC'
15447 LTCFLAGS='$LTCFLAGS'
15448 compiler='$compiler_DEFAULT'
15449
15450 # A function that is used when there is no print builtin or printf.
15451 func_fallback_echo ()
15452 {
15453   eval 'cat <<_LTECHO_EOF
15454 \$1
15455 _LTECHO_EOF'
15456 }
15457
15458 # Quote evaled strings.
15459 for var in SHELL \
15460 ECHO \
15461 SED \
15462 GREP \
15463 EGREP \
15464 FGREP \
15465 LD \
15466 NM \
15467 LN_S \
15468 lt_SP2NL \
15469 lt_NL2SP \
15470 reload_flag \
15471 OBJDUMP \
15472 deplibs_check_method \
15473 file_magic_cmd \
15474 AR \
15475 AR_FLAGS \
15476 STRIP \
15477 RANLIB \
15478 CC \
15479 CFLAGS \
15480 compiler \
15481 lt_cv_sys_global_symbol_pipe \
15482 lt_cv_sys_global_symbol_to_cdecl \
15483 lt_cv_sys_global_symbol_to_c_name_address \
15484 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
15485 lt_prog_compiler_no_builtin_flag \
15486 lt_prog_compiler_wl \
15487 lt_prog_compiler_pic \
15488 lt_prog_compiler_static \
15489 lt_cv_prog_compiler_c_o \
15490 need_locks \
15491 DSYMUTIL \
15492 NMEDIT \
15493 LIPO \
15494 OTOOL \
15495 OTOOL64 \
15496 shrext_cmds \
15497 export_dynamic_flag_spec \
15498 whole_archive_flag_spec \
15499 compiler_needs_object \
15500 with_gnu_ld \
15501 allow_undefined_flag \
15502 no_undefined_flag \
15503 hardcode_libdir_flag_spec \
15504 hardcode_libdir_flag_spec_ld \
15505 hardcode_libdir_separator \
15506 fix_srcfile_path \
15507 exclude_expsyms \
15508 include_expsyms \
15509 file_list_spec \
15510 variables_saved_for_relink \
15511 libname_spec \
15512 library_names_spec \
15513 soname_spec \
15514 install_override_mode \
15515 finish_eval \
15516 old_striplib \
15517 striplib; do
15518     case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15519     *[\\\\\\\`\\"\\\$]*)
15520       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
15521       ;;
15522     *)
15523       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15524       ;;
15525     esac
15526 done
15527
15528 # Double-quote double-evaled strings.
15529 for var in reload_cmds \
15530 old_postinstall_cmds \
15531 old_postuninstall_cmds \
15532 old_archive_cmds \
15533 extract_expsyms_cmds \
15534 old_archive_from_new_cmds \
15535 old_archive_from_expsyms_cmds \
15536 archive_cmds \
15537 archive_expsym_cmds \
15538 module_cmds \
15539 module_expsym_cmds \
15540 export_symbols_cmds \
15541 prelink_cmds \
15542 postinstall_cmds \
15543 postuninstall_cmds \
15544 finish_cmds \
15545 sys_lib_search_path_spec \
15546 sys_lib_dlsearch_path_spec; do
15547     case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15548     *[\\\\\\\`\\"\\\$]*)
15549       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
15550       ;;
15551     *)
15552       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15553       ;;
15554     esac
15555 done
15556
15557 ac_aux_dir='$ac_aux_dir'
15558 xsi_shell='$xsi_shell'
15559 lt_shell_append='$lt_shell_append'
15560
15561 # See if we are running on zsh, and set the options which allow our
15562 # commands through without removal of \ escapes INIT.
15563 if test -n "\${ZSH_VERSION+set}" ; then
15564    setopt NO_GLOB_SUBST
15565 fi
15566
15567
15568     PACKAGE='$PACKAGE'
15569     VERSION='$VERSION'
15570     TIMESTAMP='$TIMESTAMP'
15571     RM='$RM'
15572     ofile='$ofile'
15573
15574
15575
15576
15577 _ACEOF
15578
15579 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15580
15581 # Handling of arguments.
15582 for ac_config_target in $ac_config_targets
15583 do
15584   case $ac_config_target in
15585     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
15586     "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
15587     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15588     "$ac_config_links_1") CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;;
15589     "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
15590     "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
15591     ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
15592     "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
15593     "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
15594
15595   *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15596   esac
15597 done
15598
15599
15600 # If the user did not use the arguments to specify the items to instantiate,
15601 # then the envvar interface is used.  Set only those that are not.
15602 # We use the long form for the default assignment because of an extremely
15603 # bizarre bug on SunOS 4.1.3.
15604 if $ac_need_defaults; then
15605   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15606   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15607   test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
15608   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15609 fi
15610
15611 # Have a temporary directory for convenience.  Make it in the build tree
15612 # simply because there is no reason against having it here, and in addition,
15613 # creating and moving files from /tmp can sometimes cause problems.
15614 # Hook for its removal unless debugging.
15615 # Note that there is a small window in which the directory will not be cleaned:
15616 # after its creation but before its name has been assigned to `$tmp'.
15617 $debug ||
15618 {
15619   tmp=
15620   trap 'exit_status=$?
15621   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15622 ' 0
15623   trap 'as_fn_exit 1' 1 2 13 15
15624 }
15625 # Create a (secure) tmp directory for tmp files.
15626
15627 {
15628   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15629   test -n "$tmp" && test -d "$tmp"
15630 }  ||
15631 {
15632   tmp=./conf$$-$RANDOM
15633   (umask 077 && mkdir "$tmp")
15634 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15635
15636 # Set up the scripts for CONFIG_FILES section.
15637 # No need to generate them if there are no CONFIG_FILES.
15638 # This happens for instance with `./config.status config.h'.
15639 if test -n "$CONFIG_FILES"; then
15640
15641
15642 ac_cr=`echo X | tr X '\015'`
15643 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15644 # But we know of no other shell where ac_cr would be empty at this
15645 # point, so we can use a bashism as a fallback.
15646 if test "x$ac_cr" = x; then
15647   eval ac_cr=\$\'\\r\'
15648 fi
15649 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15650 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15651   ac_cs_awk_cr='\r'
15652 else
15653   ac_cs_awk_cr=$ac_cr
15654 fi
15655
15656 echo 'BEGIN {' >"$tmp/subs1.awk" &&
15657 _ACEOF
15658
15659
15660 {
15661   echo "cat >conf$$subs.awk <<_ACEOF" &&
15662   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15663   echo "_ACEOF"
15664 } >conf$$subs.sh ||
15665   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15666 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15667 ac_delim='%!_!# '
15668 for ac_last_try in false false false false false :; do
15669   . ./conf$$subs.sh ||
15670     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15671
15672   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15673   if test $ac_delim_n = $ac_delim_num; then
15674     break
15675   elif $ac_last_try; then
15676     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15677   else
15678     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15679   fi
15680 done
15681 rm -f conf$$subs.sh
15682
15683 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15684 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15685 _ACEOF
15686 sed -n '
15687 h
15688 s/^/S["/; s/!.*/"]=/
15689 p
15690 g
15691 s/^[^!]*!//
15692 :repl
15693 t repl
15694 s/'"$ac_delim"'$//
15695 t delim
15696 :nl
15697 h
15698 s/\(.\{148\}\).*/\1/
15699 t more1
15700 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15701 p
15702 n
15703 b repl
15704 :more1
15705 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15706 p
15707 g
15708 s/.\{148\}//
15709 t nl
15710 :delim
15711 h
15712 s/\(.\{148\}\).*/\1/
15713 t more2
15714 s/["\\]/\\&/g; s/^/"/; s/$/"/
15715 p
15716 b
15717 :more2
15718 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15719 p
15720 g
15721 s/.\{148\}//
15722 t delim
15723 ' <conf$$subs.awk | sed '
15724 /^[^""]/{
15725   N
15726   s/\n//
15727 }
15728 ' >>$CONFIG_STATUS || ac_write_fail=1
15729 rm -f conf$$subs.awk
15730 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15731 _ACAWK
15732 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15733   for (key in S) S_is_set[key] = 1
15734   FS = "\a"
15735
15736 }
15737 {
15738   line = $ 0
15739   nfields = split(line, field, "@")
15740   substed = 0
15741   len = length(field[1])
15742   for (i = 2; i < nfields; i++) {
15743     key = field[i]
15744     keylen = length(key)
15745     if (S_is_set[key]) {
15746       value = S[key]
15747       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15748       len += length(value) + length(field[++i])
15749       substed = 1
15750     } else
15751       len += 1 + keylen
15752   }
15753
15754   print line
15755 }
15756
15757 _ACAWK
15758 _ACEOF
15759 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15760 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15761   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15762 else
15763   cat
15764 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15765   || as_fn_error "could not setup config files machinery" "$LINENO" 5
15766 _ACEOF
15767
15768 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15769 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15770 # trailing colons and then remove the whole line if VPATH becomes empty
15771 # (actually we leave an empty line to preserve line numbers).
15772 if test "x$srcdir" = x.; then
15773   ac_vpsub='/^[  ]*VPATH[        ]*=/{
15774 s/:*\$(srcdir):*/:/
15775 s/:*\${srcdir}:*/:/
15776 s/:*@srcdir@:*/:/
15777 s/^\([^=]*=[     ]*\):*/\1/
15778 s/:*$//
15779 s/^[^=]*=[       ]*$//
15780 }'
15781 fi
15782
15783 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15784 fi # test -n "$CONFIG_FILES"
15785
15786 # Set up the scripts for CONFIG_HEADERS section.
15787 # No need to generate them if there are no CONFIG_HEADERS.
15788 # This happens for instance with `./config.status Makefile'.
15789 if test -n "$CONFIG_HEADERS"; then
15790 cat >"$tmp/defines.awk" <<\_ACAWK ||
15791 BEGIN {
15792 _ACEOF
15793
15794 # Transform confdefs.h into an awk script `defines.awk', embedded as
15795 # here-document in config.status, that substitutes the proper values into
15796 # config.h.in to produce config.h.
15797
15798 # Create a delimiter string that does not exist in confdefs.h, to ease
15799 # handling of long lines.
15800 ac_delim='%!_!# '
15801 for ac_last_try in false false :; do
15802   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
15803   if test -z "$ac_t"; then
15804     break
15805   elif $ac_last_try; then
15806     as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
15807   else
15808     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15809   fi
15810 done
15811
15812 # For the awk script, D is an array of macro values keyed by name,
15813 # likewise P contains macro parameters if any.  Preserve backslash
15814 # newline sequences.
15815
15816 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15817 sed -n '
15818 s/.\{148\}/&'"$ac_delim"'/g
15819 t rset
15820 :rset
15821 s/^[     ]*#[    ]*define[       ][      ]*/ /
15822 t def
15823 d
15824 :def
15825 s/\\$//
15826 t bsnl
15827 s/["\\]/\\&/g
15828 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
15829 D["\1"]=" \3"/p
15830 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
15831 d
15832 :bsnl
15833 s/["\\]/\\&/g
15834 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
15835 D["\1"]=" \3\\\\\\n"\\/p
15836 t cont
15837 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15838 t cont
15839 d
15840 :cont
15841 n
15842 s/.\{148\}/&'"$ac_delim"'/g
15843 t clear
15844 :clear
15845 s/\\$//
15846 t bsnlc
15847 s/["\\]/\\&/g; s/^/"/; s/$/"/p
15848 d
15849 :bsnlc
15850 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15851 b cont
15852 ' <confdefs.h | sed '
15853 s/'"$ac_delim"'/"\\\
15854 "/g' >>$CONFIG_STATUS || ac_write_fail=1
15855
15856 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15857   for (key in D) D_is_set[key] = 1
15858   FS = "\a"
15859 }
15860 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15861   line = \$ 0
15862   split(line, arg, " ")
15863   if (arg[1] == "#") {
15864     defundef = arg[2]
15865     mac1 = arg[3]
15866   } else {
15867     defundef = substr(arg[1], 2)
15868     mac1 = arg[2]
15869   }
15870   split(mac1, mac2, "(") #)
15871   macro = mac2[1]
15872   prefix = substr(line, 1, index(line, defundef) - 1)
15873   if (D_is_set[macro]) {
15874     # Preserve the white space surrounding the "#".
15875     print prefix "define", macro P[macro] D[macro]
15876     next
15877   } else {
15878     # Replace #undef with comments.  This is necessary, for example,
15879     # in the case of _POSIX_SOURCE, which is predefined and required
15880     # on some systems where configure will not decide to define it.
15881     if (defundef == "undef") {
15882       print "/*", prefix defundef, macro, "*/"
15883       next
15884     }
15885   }
15886 }
15887 { print }
15888 _ACAWK
15889 _ACEOF
15890 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15891   as_fn_error "could not setup config headers machinery" "$LINENO" 5
15892 fi # test -n "$CONFIG_HEADERS"
15893
15894
15895 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS  :L $CONFIG_LINKS  :C $CONFIG_COMMANDS"
15896 shift
15897 for ac_tag
15898 do
15899   case $ac_tag in
15900   :[FHLC]) ac_mode=$ac_tag; continue;;
15901   esac
15902   case $ac_mode$ac_tag in
15903   :[FHL]*:*);;
15904   :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15905   :[FH]-) ac_tag=-:-;;
15906   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15907   esac
15908   ac_save_IFS=$IFS
15909   IFS=:
15910   set x $ac_tag
15911   IFS=$ac_save_IFS
15912   shift
15913   ac_file=$1
15914   shift
15915
15916   case $ac_mode in
15917   :L) ac_source=$1;;
15918   :[FH])
15919     ac_file_inputs=
15920     for ac_f
15921     do
15922       case $ac_f in
15923       -) ac_f="$tmp/stdin";;
15924       *) # Look for the file first in the build tree, then in the source tree
15925          # (if the path is not absolute).  The absolute path cannot be DOS-style,
15926          # because $ac_f cannot contain `:'.
15927          test -f "$ac_f" ||
15928            case $ac_f in
15929            [\\/$]*) false;;
15930            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15931            esac ||
15932            as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15933       esac
15934       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15935       as_fn_append ac_file_inputs " '$ac_f'"
15936     done
15937
15938     # Let's still pretend it is `configure' which instantiates (i.e., don't
15939     # use $as_me), people would be surprised to read:
15940     #    /* config.h.  Generated by config.status.  */
15941     configure_input='Generated from '`
15942           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15943         `' by configure.'
15944     if test x"$ac_file" != x-; then
15945       configure_input="$ac_file.  $configure_input"
15946       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15947 $as_echo "$as_me: creating $ac_file" >&6;}
15948     fi
15949     # Neutralize special characters interpreted by sed in replacement strings.
15950     case $configure_input in #(
15951     *\&* | *\|* | *\\* )
15952        ac_sed_conf_input=`$as_echo "$configure_input" |
15953        sed 's/[\\\\&|]/\\\\&/g'`;; #(
15954     *) ac_sed_conf_input=$configure_input;;
15955     esac
15956
15957     case $ac_tag in
15958     *:-:* | *:-) cat >"$tmp/stdin" \
15959       || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15960     esac
15961     ;;
15962   esac
15963
15964   ac_dir=`$as_dirname -- "$ac_file" ||
15965 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15966          X"$ac_file" : 'X\(//\)[^/]' \| \
15967          X"$ac_file" : 'X\(//\)$' \| \
15968          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15969 $as_echo X"$ac_file" |
15970     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15971             s//\1/
15972             q
15973           }
15974           /^X\(\/\/\)[^/].*/{
15975             s//\1/
15976             q
15977           }
15978           /^X\(\/\/\)$/{
15979             s//\1/
15980             q
15981           }
15982           /^X\(\/\).*/{
15983             s//\1/
15984             q
15985           }
15986           s/.*/./; q'`
15987   as_dir="$ac_dir"; as_fn_mkdir_p
15988   ac_builddir=.
15989
15990 case "$ac_dir" in
15991 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15992 *)
15993   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15994   # A ".." for each directory in $ac_dir_suffix.
15995   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15996   case $ac_top_builddir_sub in
15997   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15998   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15999   esac ;;
16000 esac
16001 ac_abs_top_builddir=$ac_pwd
16002 ac_abs_builddir=$ac_pwd$ac_dir_suffix
16003 # for backward compatibility:
16004 ac_top_builddir=$ac_top_build_prefix
16005
16006 case $srcdir in
16007   .)  # We are building in place.
16008     ac_srcdir=.
16009     ac_top_srcdir=$ac_top_builddir_sub
16010     ac_abs_top_srcdir=$ac_pwd ;;
16011   [\\/]* | ?:[\\/]* )  # Absolute name.
16012     ac_srcdir=$srcdir$ac_dir_suffix;
16013     ac_top_srcdir=$srcdir
16014     ac_abs_top_srcdir=$srcdir ;;
16015   *) # Relative name.
16016     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16017     ac_top_srcdir=$ac_top_build_prefix$srcdir
16018     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
16019 esac
16020 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
16021
16022
16023   case $ac_mode in
16024   :F)
16025   #
16026   # CONFIG_FILE
16027   #
16028
16029   case $INSTALL in
16030   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
16031   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16032   esac
16033 _ACEOF
16034
16035 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16036 # If the template does not know about datarootdir, expand it.
16037 # FIXME: This hack should be removed a few years after 2.60.
16038 ac_datarootdir_hack=; ac_datarootdir_seen=
16039 ac_sed_dataroot='
16040 /datarootdir/ {
16041   p
16042   q
16043 }
16044 /@datadir@/p
16045 /@docdir@/p
16046 /@infodir@/p
16047 /@localedir@/p
16048 /@mandir@/p'
16049 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16050 *datarootdir*) ac_datarootdir_seen=yes;;
16051 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16052   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16053 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16054 _ACEOF
16055 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16056   ac_datarootdir_hack='
16057   s&@datadir@&$datadir&g
16058   s&@docdir@&$docdir&g
16059   s&@infodir@&$infodir&g
16060   s&@localedir@&$localedir&g
16061   s&@mandir@&$mandir&g
16062   s&\\\${datarootdir}&$datarootdir&g' ;;
16063 esac
16064 _ACEOF
16065
16066 # Neutralize VPATH when `$srcdir' = `.'.
16067 # Shell code in configure.ac might set extrasub.
16068 # FIXME: do we really want to maintain this feature?
16069 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16070 ac_sed_extra="$ac_vpsub
16071 $extrasub
16072 _ACEOF
16073 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16074 :t
16075 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16076 s|@configure_input@|$ac_sed_conf_input|;t t
16077 s&@top_builddir@&$ac_top_builddir_sub&;t t
16078 s&@top_build_prefix@&$ac_top_build_prefix&;t t
16079 s&@srcdir@&$ac_srcdir&;t t
16080 s&@abs_srcdir@&$ac_abs_srcdir&;t t
16081 s&@top_srcdir@&$ac_top_srcdir&;t t
16082 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16083 s&@builddir@&$ac_builddir&;t t
16084 s&@abs_builddir@&$ac_abs_builddir&;t t
16085 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16086 s&@INSTALL@&$ac_INSTALL&;t t
16087 $ac_datarootdir_hack
16088 "
16089 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
16090   || as_fn_error "could not create $ac_file" "$LINENO" 5
16091
16092 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16093   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
16094   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
16095   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16096 which seems to be undefined.  Please make sure it is defined." >&5
16097 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16098 which seems to be undefined.  Please make sure it is defined." >&2;}
16099
16100   rm -f "$tmp/stdin"
16101   case $ac_file in
16102   -) cat "$tmp/out" && rm -f "$tmp/out";;
16103   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
16104   esac \
16105   || as_fn_error "could not create $ac_file" "$LINENO" 5
16106  ;;
16107   :H)
16108   #
16109   # CONFIG_HEADER
16110   #
16111   if test x"$ac_file" != x-; then
16112     {
16113       $as_echo "/* $configure_input  */" \
16114       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
16115     } >"$tmp/config.h" \
16116       || as_fn_error "could not create $ac_file" "$LINENO" 5
16117     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
16118       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16119 $as_echo "$as_me: $ac_file is unchanged" >&6;}
16120     else
16121       rm -f "$ac_file"
16122       mv "$tmp/config.h" "$ac_file" \
16123         || as_fn_error "could not create $ac_file" "$LINENO" 5
16124     fi
16125   else
16126     $as_echo "/* $configure_input  */" \
16127       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
16128       || as_fn_error "could not create -" "$LINENO" 5
16129   fi
16130  ;;
16131   :L)
16132   #
16133   # CONFIG_LINK
16134   #
16135
16136   if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
16137     :
16138   else
16139     # Prefer the file from the source tree if names are identical.
16140     if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
16141       ac_source=$srcdir/$ac_source
16142     fi
16143
16144     { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
16145 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
16146
16147     if test ! -r "$ac_source"; then
16148       as_fn_error "$ac_source: file not found" "$LINENO" 5
16149     fi
16150     rm -f "$ac_file"
16151
16152     # Try a relative symlink, then a hard link, then a copy.
16153     case $srcdir in
16154     [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
16155         *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
16156     esac
16157     ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
16158       ln "$ac_source" "$ac_file" 2>/dev/null ||
16159       cp -p "$ac_source" "$ac_file" ||
16160       as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
16161   fi
16162  ;;
16163   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16164 $as_echo "$as_me: executing $ac_file commands" >&6;}
16165  ;;
16166   esac
16167
16168
16169   case $ac_file$ac_mode in
16170     "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
16171     "libtool":C)
16172
16173     # See if we are running on zsh, and set the options which allow our
16174     # commands through without removal of \ escapes.
16175     if test -n "${ZSH_VERSION+set}" ; then
16176       setopt NO_GLOB_SUBST
16177     fi
16178
16179     cfgfile="${ofile}T"
16180     trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16181     $RM "$cfgfile"
16182
16183     cat <<_LT_EOF >> "$cfgfile"
16184 #! $SHELL
16185
16186 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
16187 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
16188 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16189 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16190 #
16191 #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16192 #                 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
16193 #   Written by Gordon Matzigkeit, 1996
16194 #
16195 #   This file is part of GNU Libtool.
16196 #
16197 # GNU Libtool is free software; you can redistribute it and/or
16198 # modify it under the terms of the GNU General Public License as
16199 # published by the Free Software Foundation; either version 2 of
16200 # the License, or (at your option) any later version.
16201 #
16202 # As a special exception to the GNU General Public License,
16203 # if you distribute this file as part of a program or library that
16204 # is built using GNU Libtool, you may include this file under the
16205 # same distribution terms that you use for the rest of that program.
16206 #
16207 # GNU Libtool is distributed in the hope that it will be useful,
16208 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16209 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16210 # GNU General Public License for more details.
16211 #
16212 # You should have received a copy of the GNU General Public License
16213 # along with GNU Libtool; see the file COPYING.  If not, a copy
16214 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16215 # obtained by writing to the Free Software Foundation, Inc.,
16216 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16217
16218
16219 # The names of the tagged configurations supported by this script.
16220 available_tags=""
16221
16222 # ### BEGIN LIBTOOL CONFIG
16223
16224 # Which release of libtool.m4 was used?
16225 macro_version=$macro_version
16226 macro_revision=$macro_revision
16227
16228 # Whether or not to build shared libraries.
16229 build_libtool_libs=$enable_shared
16230
16231 # Whether or not to build static libraries.
16232 build_old_libs=$enable_static
16233
16234 # What type of objects to build.
16235 pic_mode=$pic_mode
16236
16237 # Whether or not to optimize for fast installation.
16238 fast_install=$enable_fast_install
16239
16240 # Shell to use when invoking shell scripts.
16241 SHELL=$lt_SHELL
16242
16243 # An echo program that protects backslashes.
16244 ECHO=$lt_ECHO
16245
16246 # The host system.
16247 host_alias=$host_alias
16248 host=$host
16249 host_os=$host_os
16250
16251 # The build system.
16252 build_alias=$build_alias
16253 build=$build
16254 build_os=$build_os
16255
16256 # A sed program that does not truncate output.
16257 SED=$lt_SED
16258
16259 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
16260 Xsed="\$SED -e 1s/^X//"
16261
16262 # A grep program that handles long lines.
16263 GREP=$lt_GREP
16264
16265 # An ERE matcher.
16266 EGREP=$lt_EGREP
16267
16268 # A literal string matcher.
16269 FGREP=$lt_FGREP
16270
16271 # A BSD- or MS-compatible name lister.
16272 NM=$lt_NM
16273
16274 # Whether we need soft or hard links.
16275 LN_S=$lt_LN_S
16276
16277 # What is the maximum length of a command?
16278 max_cmd_len=$max_cmd_len
16279
16280 # Object file suffix (normally "o").
16281 objext=$ac_objext
16282
16283 # Executable file suffix (normally "").
16284 exeext=$exeext
16285
16286 # whether the shell understands "unset".
16287 lt_unset=$lt_unset
16288
16289 # turn spaces into newlines.
16290 SP2NL=$lt_lt_SP2NL
16291
16292 # turn newlines into spaces.
16293 NL2SP=$lt_lt_NL2SP
16294
16295 # An object symbol dumper.
16296 OBJDUMP=$lt_OBJDUMP
16297
16298 # Method to check whether dependent libraries are shared objects.
16299 deplibs_check_method=$lt_deplibs_check_method
16300
16301 # Command to use when deplibs_check_method == "file_magic".
16302 file_magic_cmd=$lt_file_magic_cmd
16303
16304 # The archiver.
16305 AR=$lt_AR
16306 AR_FLAGS=$lt_AR_FLAGS
16307
16308 # A symbol stripping program.
16309 STRIP=$lt_STRIP
16310
16311 # Commands used to install an old-style archive.
16312 RANLIB=$lt_RANLIB
16313 old_postinstall_cmds=$lt_old_postinstall_cmds
16314 old_postuninstall_cmds=$lt_old_postuninstall_cmds
16315
16316 # Whether to use a lock for old archive extraction.
16317 lock_old_archive_extraction=$lock_old_archive_extraction
16318
16319 # A C compiler.
16320 LTCC=$lt_CC
16321
16322 # LTCC compiler flags.
16323 LTCFLAGS=$lt_CFLAGS
16324
16325 # Take the output of nm and produce a listing of raw symbols and C names.
16326 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16327
16328 # Transform the output of nm in a proper C declaration.
16329 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16330
16331 # Transform the output of nm in a C name address pair.
16332 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16333
16334 # Transform the output of nm in a C name address pair when lib prefix is needed.
16335 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16336
16337 # The name of the directory that contains temporary libtool files.
16338 objdir=$objdir
16339
16340 # Used to examine libraries when file_magic_cmd begins with "file".
16341 MAGIC_CMD=$MAGIC_CMD
16342
16343 # Must we lock files when doing compilation?
16344 need_locks=$lt_need_locks
16345
16346 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16347 DSYMUTIL=$lt_DSYMUTIL
16348
16349 # Tool to change global to local symbols on Mac OS X.
16350 NMEDIT=$lt_NMEDIT
16351
16352 # Tool to manipulate fat objects and archives on Mac OS X.
16353 LIPO=$lt_LIPO
16354
16355 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
16356 OTOOL=$lt_OTOOL
16357
16358 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16359 OTOOL64=$lt_OTOOL64
16360
16361 # Old archive suffix (normally "a").
16362 libext=$libext
16363
16364 # Shared library suffix (normally ".so").
16365 shrext_cmds=$lt_shrext_cmds
16366
16367 # The commands to extract the exported symbol list from a shared archive.
16368 extract_expsyms_cmds=$lt_extract_expsyms_cmds
16369
16370 # Variables whose values should be saved in libtool wrapper scripts and
16371 # restored at link time.
16372 variables_saved_for_relink=$lt_variables_saved_for_relink
16373
16374 # Do we need the "lib" prefix for modules?
16375 need_lib_prefix=$need_lib_prefix
16376
16377 # Do we need a version for libraries?
16378 need_version=$need_version
16379
16380 # Library versioning type.
16381 version_type=$version_type
16382
16383 # Shared library runtime path variable.
16384 runpath_var=$runpath_var
16385
16386 # Shared library path variable.
16387 shlibpath_var=$shlibpath_var
16388
16389 # Is shlibpath searched before the hard-coded library search path?
16390 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16391
16392 # Format of library name prefix.
16393 libname_spec=$lt_libname_spec
16394
16395 # List of archive names.  First name is the real one, the rest are links.
16396 # The last name is the one that the linker finds with -lNAME
16397 library_names_spec=$lt_library_names_spec
16398
16399 # The coded name of the library, if different from the real name.
16400 soname_spec=$lt_soname_spec
16401
16402 # Permission mode override for installation of shared libraries.
16403 install_override_mode=$lt_install_override_mode
16404
16405 # Command to use after installation of a shared archive.
16406 postinstall_cmds=$lt_postinstall_cmds
16407
16408 # Command to use after uninstallation of a shared archive.
16409 postuninstall_cmds=$lt_postuninstall_cmds
16410
16411 # Commands used to finish a libtool library installation in a directory.
16412 finish_cmds=$lt_finish_cmds
16413
16414 # As "finish_cmds", except a single script fragment to be evaled but
16415 # not shown.
16416 finish_eval=$lt_finish_eval
16417
16418 # Whether we should hardcode library paths into libraries.
16419 hardcode_into_libs=$hardcode_into_libs
16420
16421 # Compile-time system search path for libraries.
16422 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16423
16424 # Run-time system search path for libraries.
16425 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16426
16427 # Whether dlopen is supported.
16428 dlopen_support=$enable_dlopen
16429
16430 # Whether dlopen of programs is supported.
16431 dlopen_self=$enable_dlopen_self
16432
16433 # Whether dlopen of statically linked programs is supported.
16434 dlopen_self_static=$enable_dlopen_self_static
16435
16436 # Commands to strip libraries.
16437 old_striplib=$lt_old_striplib
16438 striplib=$lt_striplib
16439
16440
16441 # The linker used to build libraries.
16442 LD=$lt_LD
16443
16444 # How to create reloadable object files.
16445 reload_flag=$lt_reload_flag
16446 reload_cmds=$lt_reload_cmds
16447
16448 # Commands used to build an old-style archive.
16449 old_archive_cmds=$lt_old_archive_cmds
16450
16451 # A language specific compiler.
16452 CC=$lt_compiler
16453
16454 # Is the compiler the GNU compiler?
16455 with_gcc=$GCC
16456
16457 # Compiler flag to turn off builtin functions.
16458 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16459
16460 # How to pass a linker flag through the compiler.
16461 wl=$lt_lt_prog_compiler_wl
16462
16463 # Additional compiler flags for building library objects.
16464 pic_flag=$lt_lt_prog_compiler_pic
16465
16466 # Compiler flag to prevent dynamic linking.
16467 link_static_flag=$lt_lt_prog_compiler_static
16468
16469 # Does compiler simultaneously support -c and -o options?
16470 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16471
16472 # Whether or not to add -lc for building shared libraries.
16473 build_libtool_need_lc=$archive_cmds_need_lc
16474
16475 # Whether or not to disallow shared libs when runtime libs are static.
16476 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16477
16478 # Compiler flag to allow reflexive dlopens.
16479 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16480
16481 # Compiler flag to generate shared objects directly from archives.
16482 whole_archive_flag_spec=$lt_whole_archive_flag_spec
16483
16484 # Whether the compiler copes with passing no objects directly.
16485 compiler_needs_object=$lt_compiler_needs_object
16486
16487 # Create an old-style archive from a shared archive.
16488 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16489
16490 # Create a temporary old-style archive to link instead of a shared archive.
16491 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16492
16493 # Commands used to build a shared archive.
16494 archive_cmds=$lt_archive_cmds
16495 archive_expsym_cmds=$lt_archive_expsym_cmds
16496
16497 # Commands used to build a loadable module if different from building
16498 # a shared archive.
16499 module_cmds=$lt_module_cmds
16500 module_expsym_cmds=$lt_module_expsym_cmds
16501
16502 # Whether we are building with GNU ld or not.
16503 with_gnu_ld=$lt_with_gnu_ld
16504
16505 # Flag that allows shared libraries with undefined symbols to be built.
16506 allow_undefined_flag=$lt_allow_undefined_flag
16507
16508 # Flag that enforces no undefined symbols.
16509 no_undefined_flag=$lt_no_undefined_flag
16510
16511 # Flag to hardcode \$libdir into a binary during linking.
16512 # This must work even if \$libdir does not exist
16513 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16514
16515 # If ld is used when linking, flag to hardcode \$libdir into a binary
16516 # during linking.  This must work even if \$libdir does not exist.
16517 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16518
16519 # Whether we need a single "-rpath" flag with a separated argument.
16520 hardcode_libdir_separator=$lt_hardcode_libdir_separator
16521
16522 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16523 # DIR into the resulting binary.
16524 hardcode_direct=$hardcode_direct
16525
16526 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16527 # DIR into the resulting binary and the resulting library dependency is
16528 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16529 # library is relocated.
16530 hardcode_direct_absolute=$hardcode_direct_absolute
16531
16532 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16533 # into the resulting binary.
16534 hardcode_minus_L=$hardcode_minus_L
16535
16536 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16537 # into the resulting binary.
16538 hardcode_shlibpath_var=$hardcode_shlibpath_var
16539
16540 # Set to "yes" if building a shared library automatically hardcodes DIR
16541 # into the library and all subsequent libraries and executables linked
16542 # against it.
16543 hardcode_automatic=$hardcode_automatic
16544
16545 # Set to yes if linker adds runtime paths of dependent libraries
16546 # to runtime path list.
16547 inherit_rpath=$inherit_rpath
16548
16549 # Whether libtool must link a program against all its dependency libraries.
16550 link_all_deplibs=$link_all_deplibs
16551
16552 # Fix the shell variable \$srcfile for the compiler.
16553 fix_srcfile_path=$lt_fix_srcfile_path
16554
16555 # Set to "yes" if exported symbols are required.
16556 always_export_symbols=$always_export_symbols
16557
16558 # The commands to list exported symbols.
16559 export_symbols_cmds=$lt_export_symbols_cmds
16560
16561 # Symbols that should not be listed in the preloaded symbols.
16562 exclude_expsyms=$lt_exclude_expsyms
16563
16564 # Symbols that must always be exported.
16565 include_expsyms=$lt_include_expsyms
16566
16567 # Commands necessary for linking programs (against libraries) with templates.
16568 prelink_cmds=$lt_prelink_cmds
16569
16570 # Specify filename containing input files.
16571 file_list_spec=$lt_file_list_spec
16572
16573 # How to hardcode a shared library path into an executable.
16574 hardcode_action=$hardcode_action
16575
16576 # ### END LIBTOOL CONFIG
16577
16578 _LT_EOF
16579
16580   case $host_os in
16581   aix3*)
16582     cat <<\_LT_EOF >> "$cfgfile"
16583 # AIX sometimes has problems with the GCC collect2 program.  For some
16584 # reason, if we set the COLLECT_NAMES environment variable, the problems
16585 # vanish in a puff of smoke.
16586 if test "X${COLLECT_NAMES+set}" != Xset; then
16587   COLLECT_NAMES=
16588   export COLLECT_NAMES
16589 fi
16590 _LT_EOF
16591     ;;
16592   esac
16593
16594
16595 ltmain="$ac_aux_dir/ltmain.sh"
16596
16597
16598   # We use sed instead of cat because bash on DJGPP gets confused if
16599   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
16600   # text mode, it properly converts lines to CR/LF.  This bash problem
16601   # is reportedly fixed, but why not run on old versions too?
16602   sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16603     || (rm -f "$cfgfile"; exit 1)
16604
16605   case $xsi_shell in
16606   yes)
16607     cat << \_LT_EOF >> "$cfgfile"
16608
16609 # func_dirname file append nondir_replacement
16610 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
16611 # otherwise set result to NONDIR_REPLACEMENT.
16612 func_dirname ()
16613 {
16614   case ${1} in
16615     */*) func_dirname_result="${1%/*}${2}" ;;
16616     *  ) func_dirname_result="${3}" ;;
16617   esac
16618 }
16619
16620 # func_basename file
16621 func_basename ()
16622 {
16623   func_basename_result="${1##*/}"
16624 }
16625
16626 # func_dirname_and_basename file append nondir_replacement
16627 # perform func_basename and func_dirname in a single function
16628 # call:
16629 #   dirname:  Compute the dirname of FILE.  If nonempty,
16630 #             add APPEND to the result, otherwise set result
16631 #             to NONDIR_REPLACEMENT.
16632 #             value returned in "$func_dirname_result"
16633 #   basename: Compute filename of FILE.
16634 #             value retuned in "$func_basename_result"
16635 # Implementation must be kept synchronized with func_dirname
16636 # and func_basename. For efficiency, we do not delegate to
16637 # those functions but instead duplicate the functionality here.
16638 func_dirname_and_basename ()
16639 {
16640   case ${1} in
16641     */*) func_dirname_result="${1%/*}${2}" ;;
16642     *  ) func_dirname_result="${3}" ;;
16643   esac
16644   func_basename_result="${1##*/}"
16645 }
16646
16647 # func_stripname prefix suffix name
16648 # strip PREFIX and SUFFIX off of NAME.
16649 # PREFIX and SUFFIX must not contain globbing or regex special
16650 # characters, hashes, percent signs, but SUFFIX may contain a leading
16651 # dot (in which case that matches only a dot).
16652 func_stripname ()
16653 {
16654   # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16655   # positional parameters, so assign one to ordinary parameter first.
16656   func_stripname_result=${3}
16657   func_stripname_result=${func_stripname_result#"${1}"}
16658   func_stripname_result=${func_stripname_result%"${2}"}
16659 }
16660
16661 # func_opt_split
16662 func_opt_split ()
16663 {
16664   func_opt_split_opt=${1%%=*}
16665   func_opt_split_arg=${1#*=}
16666 }
16667
16668 # func_lo2o object
16669 func_lo2o ()
16670 {
16671   case ${1} in
16672     *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16673     *)    func_lo2o_result=${1} ;;
16674   esac
16675 }
16676
16677 # func_xform libobj-or-source
16678 func_xform ()
16679 {
16680   func_xform_result=${1%.*}.lo
16681 }
16682
16683 # func_arith arithmetic-term...
16684 func_arith ()
16685 {
16686   func_arith_result=$(( $* ))
16687 }
16688
16689 # func_len string
16690 # STRING may not start with a hyphen.
16691 func_len ()
16692 {
16693   func_len_result=${#1}
16694 }
16695
16696 _LT_EOF
16697     ;;
16698   *) # Bourne compatible functions.
16699     cat << \_LT_EOF >> "$cfgfile"
16700
16701 # func_dirname file append nondir_replacement
16702 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
16703 # otherwise set result to NONDIR_REPLACEMENT.
16704 func_dirname ()
16705 {
16706   # Extract subdirectory from the argument.
16707   func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16708   if test "X$func_dirname_result" = "X${1}"; then
16709     func_dirname_result="${3}"
16710   else
16711     func_dirname_result="$func_dirname_result${2}"
16712   fi
16713 }
16714
16715 # func_basename file
16716 func_basename ()
16717 {
16718   func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16719 }
16720
16721
16722 # func_stripname prefix suffix name
16723 # strip PREFIX and SUFFIX off of NAME.
16724 # PREFIX and SUFFIX must not contain globbing or regex special
16725 # characters, hashes, percent signs, but SUFFIX may contain a leading
16726 # dot (in which case that matches only a dot).
16727 # func_strip_suffix prefix name
16728 func_stripname ()
16729 {
16730   case ${2} in
16731     .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16732     *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16733   esac
16734 }
16735
16736 # sed scripts:
16737 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16738 my_sed_long_arg='1s/^-[^=]*=//'
16739
16740 # func_opt_split
16741 func_opt_split ()
16742 {
16743   func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16744   func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16745 }
16746
16747 # func_lo2o object
16748 func_lo2o ()
16749 {
16750   func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16751 }
16752
16753 # func_xform libobj-or-source
16754 func_xform ()
16755 {
16756   func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16757 }
16758
16759 # func_arith arithmetic-term...
16760 func_arith ()
16761 {
16762   func_arith_result=`expr "$@"`
16763 }
16764
16765 # func_len string
16766 # STRING may not start with a hyphen.
16767 func_len ()
16768 {
16769   func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16770 }
16771
16772 _LT_EOF
16773 esac
16774
16775 case $lt_shell_append in
16776   yes)
16777     cat << \_LT_EOF >> "$cfgfile"
16778
16779 # func_append var value
16780 # Append VALUE to the end of shell variable VAR.
16781 func_append ()
16782 {
16783   eval "$1+=\$2"
16784 }
16785 _LT_EOF
16786     ;;
16787   *)
16788     cat << \_LT_EOF >> "$cfgfile"
16789
16790 # func_append var value
16791 # Append VALUE to the end of shell variable VAR.
16792 func_append ()
16793 {
16794   eval "$1=\$$1\$2"
16795 }
16796
16797 _LT_EOF
16798     ;;
16799   esac
16800
16801
16802   sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16803     || (rm -f "$cfgfile"; exit 1)
16804
16805   mv -f "$cfgfile" "$ofile" ||
16806     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16807   chmod +x "$ofile"
16808
16809  ;;
16810     "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
16811  rm -f Makesim1.tmp Makesim2.tmp Makefile
16812  sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
16813  sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
16814  sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
16815         -e '/^## COMMON_POST_/ r Makesim2.tmp' \
16816         <Makefile.sim >Makefile
16817  rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
16818  ;;
16819     "stamp-h":C) echo > stamp-h ;;
16820
16821   esac
16822 done # for ac_tag
16823
16824
16825 as_fn_exit 0
16826 _ACEOF
16827 ac_clean_files=$ac_clean_files_save
16828
16829 test $ac_write_fail = 0 ||
16830   as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
16831
16832
16833 # configure is writing to config.log, and then calls config.status.
16834 # config.status does its own redirection, appending to config.log.
16835 # Unfortunately, on DOS this fails, as config.log is still kept open
16836 # by configure, so config.status won't be able to write to it; its
16837 # output is simply discarded.  So we exec the FD to /dev/null,
16838 # effectively closing config.log, so it can be properly (re)opened and
16839 # appended to by config.status.  When coming back to configure, we
16840 # need to make the FD available again.
16841 if test "$no_create" != yes; then
16842   ac_cs_success=:
16843   ac_config_status_args=
16844   test "$silent" = yes &&
16845     ac_config_status_args="$ac_config_status_args --quiet"
16846   exec 5>/dev/null
16847   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16848   exec 5>>config.log
16849   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16850   # would make configure fail if this is the last instruction.
16851   $ac_cs_success || as_fn_exit $?
16852 fi
16853 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16854   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16855 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16856 fi
16857
16858