be7f6fc7739c4d0128ec1ba6833dd2d212ffe4ab
[external/binutils.git] / sim / cris / 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 cgen
605 cgendir
606 CGEN_MAINT
607 REPORT_BUGS_TEXI
608 REPORT_BUGS_TO
609 PKGVERSION
610 sim_profile
611 sim_trace
612 sim_stdio
613 sim_debug
614 sim_cflags
615 sim_bswap
616 MAINT
617 MAINTAINER_MODE_FALSE
618 MAINTAINER_MODE_TRUE
619 lt_cv_dlopen_libs
620 OTOOL64
621 OTOOL
622 LIPO
623 NMEDIT
624 DSYMUTIL
625 AWK
626 STRIP
627 OBJDUMP
628 LN_S
629 NM
630 ac_ct_DUMPBIN
631 DUMPBIN
632 LD
633 FGREP
634 SED
635 LIBTOOL
636 PLUGINS_FALSE
637 PLUGINS_TRUE
638 zlibinc
639 zlibdir
640 CATOBJEXT
641 GENCAT
642 INSTOBJEXT
643 DATADIRNAME
644 CATALOGS
645 POSUB
646 GMSGFMT
647 XGETTEXT
648 INCINTL
649 LIBINTL_DEP
650 LIBINTL
651 USE_NLS
652 GMAKE_FALSE
653 GMAKE_TRUE
654 MAKE
655 CCDEPMODE
656 DEPDIR
657 am__leading_dot
658 PACKAGE
659 RANLIB
660 AR
661 HDEFINES
662 CC_FOR_BUILD
663 INSTALL_DATA
664 INSTALL_SCRIPT
665 INSTALL_PROGRAM
666 EGREP
667 GREP
668 CPP
669 target_os
670 target_vendor
671 target_cpu
672 target
673 host_os
674 host_vendor
675 host_cpu
676 host
677 build_os
678 build_vendor
679 build_cpu
680 build
681 OBJEXT
682 EXEEXT
683 ac_ct_CC
684 CPPFLAGS
685 LDFLAGS
686 CFLAGS
687 CC
688 WERROR_CFLAGS
689 WARN_CFLAGS
690 sim_xor_endian
691 sim_stdcall
692 sim_smp
693 sim_reserved_bits
694 sim_regparm
695 sim_packages
696 sim_inline
697 sim_hw
698 sim_hw_objs
699 sim_hw_cflags
700 sim_default_model
701 sim_scache
702 sim_float
703 sim_hostendian
704 sim_endian
705 sim_bitsize
706 sim_assert
707 sim_alignment
708 sim_environment
709 target_alias
710 host_alias
711 build_alias
712 LIBS
713 ECHO_T
714 ECHO_N
715 ECHO_C
716 DEFS
717 mandir
718 localedir
719 libdir
720 psdir
721 pdfdir
722 dvidir
723 htmldir
724 infodir
725 docdir
726 oldincludedir
727 includedir
728 localstatedir
729 sharedstatedir
730 sysconfdir
731 datadir
732 datarootdir
733 libexecdir
734 sbindir
735 bindir
736 program_transform_name
737 prefix
738 exec_prefix
739 PACKAGE_URL
740 PACKAGE_BUGREPORT
741 PACKAGE_STRING
742 PACKAGE_VERSION
743 PACKAGE_TARNAME
744 PACKAGE_NAME
745 PATH_SEPARATOR
746 SHELL'
747 ac_subst_files=''
748 ac_user_opts='
749 enable_option_checking
750 with_system_zlib
751 enable_plugins
752 enable_shared
753 enable_static
754 with_pic
755 enable_fast_install
756 with_gnu_ld
757 enable_libtool_lock
758 enable_maintainer_mode
759 enable_sim_bswap
760 enable_sim_cflags
761 enable_sim_debug
762 enable_sim_stdio
763 enable_sim_trace
764 enable_sim_profile
765 with_pkgversion
766 with_bugurl
767 enable_sim_endian
768 enable_sim_alignment
769 enable_sim_hostendian
770 enable_sim_scache
771 enable_werror
772 enable_build_warnings
773 enable_sim_build_warnings
774 enable_sim_hardware
775 enable_sim_default_model
776 enable_sim_environment
777 enable_sim_inline
778 enable_cgen_maint
779 '
780       ac_precious_vars='build_alias
781 host_alias
782 target_alias
783 CC
784 CFLAGS
785 LDFLAGS
786 LIBS
787 CPPFLAGS
788 CPP'
789
790
791 # Initialize some variables set by options.
792 ac_init_help=
793 ac_init_version=false
794 ac_unrecognized_opts=
795 ac_unrecognized_sep=
796 # The variables have the same names as the options, with
797 # dashes changed to underlines.
798 cache_file=/dev/null
799 exec_prefix=NONE
800 no_create=
801 no_recursion=
802 prefix=NONE
803 program_prefix=NONE
804 program_suffix=NONE
805 program_transform_name=s,x,x,
806 silent=
807 site=
808 srcdir=
809 verbose=
810 x_includes=NONE
811 x_libraries=NONE
812
813 # Installation directory options.
814 # These are left unexpanded so users can "make install exec_prefix=/foo"
815 # and all the variables that are supposed to be based on exec_prefix
816 # by default will actually change.
817 # Use braces instead of parens because sh, perl, etc. also accept them.
818 # (The list follows the same order as the GNU Coding Standards.)
819 bindir='${exec_prefix}/bin'
820 sbindir='${exec_prefix}/sbin'
821 libexecdir='${exec_prefix}/libexec'
822 datarootdir='${prefix}/share'
823 datadir='${datarootdir}'
824 sysconfdir='${prefix}/etc'
825 sharedstatedir='${prefix}/com'
826 localstatedir='${prefix}/var'
827 includedir='${prefix}/include'
828 oldincludedir='/usr/include'
829 docdir='${datarootdir}/doc/${PACKAGE}'
830 infodir='${datarootdir}/info'
831 htmldir='${docdir}'
832 dvidir='${docdir}'
833 pdfdir='${docdir}'
834 psdir='${docdir}'
835 libdir='${exec_prefix}/lib'
836 localedir='${datarootdir}/locale'
837 mandir='${datarootdir}/man'
838
839 ac_prev=
840 ac_dashdash=
841 for ac_option
842 do
843   # If the previous option needs an argument, assign it.
844   if test -n "$ac_prev"; then
845     eval $ac_prev=\$ac_option
846     ac_prev=
847     continue
848   fi
849
850   case $ac_option in
851   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
852   *)    ac_optarg=yes ;;
853   esac
854
855   # Accept the important Cygnus configure options, so we can diagnose typos.
856
857   case $ac_dashdash$ac_option in
858   --)
859     ac_dashdash=yes ;;
860
861   -bindir | --bindir | --bindi | --bind | --bin | --bi)
862     ac_prev=bindir ;;
863   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
864     bindir=$ac_optarg ;;
865
866   -build | --build | --buil | --bui | --bu)
867     ac_prev=build_alias ;;
868   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
869     build_alias=$ac_optarg ;;
870
871   -cache-file | --cache-file | --cache-fil | --cache-fi \
872   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
873     ac_prev=cache_file ;;
874   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
875   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
876     cache_file=$ac_optarg ;;
877
878   --config-cache | -C)
879     cache_file=config.cache ;;
880
881   -datadir | --datadir | --datadi | --datad)
882     ac_prev=datadir ;;
883   -datadir=* | --datadir=* | --datadi=* | --datad=*)
884     datadir=$ac_optarg ;;
885
886   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
887   | --dataroo | --dataro | --datar)
888     ac_prev=datarootdir ;;
889   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
890   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
891     datarootdir=$ac_optarg ;;
892
893   -disable-* | --disable-*)
894     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
895     # Reject names that are not valid shell variable names.
896     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
897       as_fn_error "invalid feature name: $ac_useropt"
898     ac_useropt_orig=$ac_useropt
899     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
900     case $ac_user_opts in
901       *"
902 "enable_$ac_useropt"
903 "*) ;;
904       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
905          ac_unrecognized_sep=', ';;
906     esac
907     eval enable_$ac_useropt=no ;;
908
909   -docdir | --docdir | --docdi | --doc | --do)
910     ac_prev=docdir ;;
911   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
912     docdir=$ac_optarg ;;
913
914   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
915     ac_prev=dvidir ;;
916   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
917     dvidir=$ac_optarg ;;
918
919   -enable-* | --enable-*)
920     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
921     # Reject names that are not valid shell variable names.
922     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
923       as_fn_error "invalid feature name: $ac_useropt"
924     ac_useropt_orig=$ac_useropt
925     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
926     case $ac_user_opts in
927       *"
928 "enable_$ac_useropt"
929 "*) ;;
930       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
931          ac_unrecognized_sep=', ';;
932     esac
933     eval enable_$ac_useropt=\$ac_optarg ;;
934
935   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
936   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
937   | --exec | --exe | --ex)
938     ac_prev=exec_prefix ;;
939   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
940   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
941   | --exec=* | --exe=* | --ex=*)
942     exec_prefix=$ac_optarg ;;
943
944   -gas | --gas | --ga | --g)
945     # Obsolete; use --with-gas.
946     with_gas=yes ;;
947
948   -help | --help | --hel | --he | -h)
949     ac_init_help=long ;;
950   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
951     ac_init_help=recursive ;;
952   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
953     ac_init_help=short ;;
954
955   -host | --host | --hos | --ho)
956     ac_prev=host_alias ;;
957   -host=* | --host=* | --hos=* | --ho=*)
958     host_alias=$ac_optarg ;;
959
960   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
961     ac_prev=htmldir ;;
962   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
963   | --ht=*)
964     htmldir=$ac_optarg ;;
965
966   -includedir | --includedir | --includedi | --included | --include \
967   | --includ | --inclu | --incl | --inc)
968     ac_prev=includedir ;;
969   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
970   | --includ=* | --inclu=* | --incl=* | --inc=*)
971     includedir=$ac_optarg ;;
972
973   -infodir | --infodir | --infodi | --infod | --info | --inf)
974     ac_prev=infodir ;;
975   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
976     infodir=$ac_optarg ;;
977
978   -libdir | --libdir | --libdi | --libd)
979     ac_prev=libdir ;;
980   -libdir=* | --libdir=* | --libdi=* | --libd=*)
981     libdir=$ac_optarg ;;
982
983   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
984   | --libexe | --libex | --libe)
985     ac_prev=libexecdir ;;
986   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
987   | --libexe=* | --libex=* | --libe=*)
988     libexecdir=$ac_optarg ;;
989
990   -localedir | --localedir | --localedi | --localed | --locale)
991     ac_prev=localedir ;;
992   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
993     localedir=$ac_optarg ;;
994
995   -localstatedir | --localstatedir | --localstatedi | --localstated \
996   | --localstate | --localstat | --localsta | --localst | --locals)
997     ac_prev=localstatedir ;;
998   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
999   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1000     localstatedir=$ac_optarg ;;
1001
1002   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1003     ac_prev=mandir ;;
1004   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1005     mandir=$ac_optarg ;;
1006
1007   -nfp | --nfp | --nf)
1008     # Obsolete; use --without-fp.
1009     with_fp=no ;;
1010
1011   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1012   | --no-cr | --no-c | -n)
1013     no_create=yes ;;
1014
1015   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1016   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1017     no_recursion=yes ;;
1018
1019   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1020   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1021   | --oldin | --oldi | --old | --ol | --o)
1022     ac_prev=oldincludedir ;;
1023   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1024   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1025   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1026     oldincludedir=$ac_optarg ;;
1027
1028   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1029     ac_prev=prefix ;;
1030   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1031     prefix=$ac_optarg ;;
1032
1033   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1034   | --program-pre | --program-pr | --program-p)
1035     ac_prev=program_prefix ;;
1036   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1037   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1038     program_prefix=$ac_optarg ;;
1039
1040   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1041   | --program-suf | --program-su | --program-s)
1042     ac_prev=program_suffix ;;
1043   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1044   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1045     program_suffix=$ac_optarg ;;
1046
1047   -program-transform-name | --program-transform-name \
1048   | --program-transform-nam | --program-transform-na \
1049   | --program-transform-n | --program-transform- \
1050   | --program-transform | --program-transfor \
1051   | --program-transfo | --program-transf \
1052   | --program-trans | --program-tran \
1053   | --progr-tra | --program-tr | --program-t)
1054     ac_prev=program_transform_name ;;
1055   -program-transform-name=* | --program-transform-name=* \
1056   | --program-transform-nam=* | --program-transform-na=* \
1057   | --program-transform-n=* | --program-transform-=* \
1058   | --program-transform=* | --program-transfor=* \
1059   | --program-transfo=* | --program-transf=* \
1060   | --program-trans=* | --program-tran=* \
1061   | --progr-tra=* | --program-tr=* | --program-t=*)
1062     program_transform_name=$ac_optarg ;;
1063
1064   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1065     ac_prev=pdfdir ;;
1066   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1067     pdfdir=$ac_optarg ;;
1068
1069   -psdir | --psdir | --psdi | --psd | --ps)
1070     ac_prev=psdir ;;
1071   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1072     psdir=$ac_optarg ;;
1073
1074   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1075   | -silent | --silent | --silen | --sile | --sil)
1076     silent=yes ;;
1077
1078   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1079     ac_prev=sbindir ;;
1080   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1081   | --sbi=* | --sb=*)
1082     sbindir=$ac_optarg ;;
1083
1084   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1085   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1086   | --sharedst | --shareds | --shared | --share | --shar \
1087   | --sha | --sh)
1088     ac_prev=sharedstatedir ;;
1089   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1090   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1091   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1092   | --sha=* | --sh=*)
1093     sharedstatedir=$ac_optarg ;;
1094
1095   -site | --site | --sit)
1096     ac_prev=site ;;
1097   -site=* | --site=* | --sit=*)
1098     site=$ac_optarg ;;
1099
1100   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1101     ac_prev=srcdir ;;
1102   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1103     srcdir=$ac_optarg ;;
1104
1105   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1106   | --syscon | --sysco | --sysc | --sys | --sy)
1107     ac_prev=sysconfdir ;;
1108   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1109   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1110     sysconfdir=$ac_optarg ;;
1111
1112   -target | --target | --targe | --targ | --tar | --ta | --t)
1113     ac_prev=target_alias ;;
1114   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1115     target_alias=$ac_optarg ;;
1116
1117   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1118     verbose=yes ;;
1119
1120   -version | --version | --versio | --versi | --vers | -V)
1121     ac_init_version=: ;;
1122
1123   -with-* | --with-*)
1124     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1125     # Reject names that are not valid shell variable names.
1126     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1127       as_fn_error "invalid package name: $ac_useropt"
1128     ac_useropt_orig=$ac_useropt
1129     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1130     case $ac_user_opts in
1131       *"
1132 "with_$ac_useropt"
1133 "*) ;;
1134       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1135          ac_unrecognized_sep=', ';;
1136     esac
1137     eval with_$ac_useropt=\$ac_optarg ;;
1138
1139   -without-* | --without-*)
1140     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1141     # Reject names that are not valid shell variable names.
1142     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1143       as_fn_error "invalid package name: $ac_useropt"
1144     ac_useropt_orig=$ac_useropt
1145     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1146     case $ac_user_opts in
1147       *"
1148 "with_$ac_useropt"
1149 "*) ;;
1150       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1151          ac_unrecognized_sep=', ';;
1152     esac
1153     eval with_$ac_useropt=no ;;
1154
1155   --x)
1156     # Obsolete; use --with-x.
1157     with_x=yes ;;
1158
1159   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1160   | --x-incl | --x-inc | --x-in | --x-i)
1161     ac_prev=x_includes ;;
1162   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1163   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1164     x_includes=$ac_optarg ;;
1165
1166   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1167   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1168     ac_prev=x_libraries ;;
1169   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1170   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1171     x_libraries=$ac_optarg ;;
1172
1173   -*) as_fn_error "unrecognized option: \`$ac_option'
1174 Try \`$0 --help' for more information."
1175     ;;
1176
1177   *=*)
1178     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1179     # Reject names that are not valid shell variable names.
1180     case $ac_envvar in #(
1181       '' | [0-9]* | *[!_$as_cr_alnum]* )
1182       as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1183     esac
1184     eval $ac_envvar=\$ac_optarg
1185     export $ac_envvar ;;
1186
1187   *)
1188     # FIXME: should be removed in autoconf 3.0.
1189     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1190     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1191       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1192     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1193     ;;
1194
1195   esac
1196 done
1197
1198 if test -n "$ac_prev"; then
1199   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1200   as_fn_error "missing argument to $ac_option"
1201 fi
1202
1203 if test -n "$ac_unrecognized_opts"; then
1204   case $enable_option_checking in
1205     no) ;;
1206     fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1207     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1208   esac
1209 fi
1210
1211 # Check all directory arguments for consistency.
1212 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1213                 datadir sysconfdir sharedstatedir localstatedir includedir \
1214                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1215                 libdir localedir mandir
1216 do
1217   eval ac_val=\$$ac_var
1218   # Remove trailing slashes.
1219   case $ac_val in
1220     */ )
1221       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1222       eval $ac_var=\$ac_val;;
1223   esac
1224   # Be sure to have absolute directory names.
1225   case $ac_val in
1226     [\\/$]* | ?:[\\/]* )  continue;;
1227     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1228   esac
1229   as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1230 done
1231
1232 # There might be people who depend on the old broken behavior: `$host'
1233 # used to hold the argument of --host etc.
1234 # FIXME: To remove some day.
1235 build=$build_alias
1236 host=$host_alias
1237 target=$target_alias
1238
1239 # FIXME: To remove some day.
1240 if test "x$host_alias" != x; then
1241   if test "x$build_alias" = x; then
1242     cross_compiling=maybe
1243     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1244     If a cross compiler is detected then cross compile mode will be used." >&2
1245   elif test "x$build_alias" != "x$host_alias"; then
1246     cross_compiling=yes
1247   fi
1248 fi
1249
1250 ac_tool_prefix=
1251 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1252
1253 test "$silent" = yes && exec 6>/dev/null
1254
1255
1256 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1257 ac_ls_di=`ls -di .` &&
1258 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1259   as_fn_error "working directory cannot be determined"
1260 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1261   as_fn_error "pwd does not report name of working directory"
1262
1263
1264 # Find the source files, if location was not specified.
1265 if test -z "$srcdir"; then
1266   ac_srcdir_defaulted=yes
1267   # Try the directory containing this script, then the parent directory.
1268   ac_confdir=`$as_dirname -- "$as_myself" ||
1269 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1270          X"$as_myself" : 'X\(//\)[^/]' \| \
1271          X"$as_myself" : 'X\(//\)$' \| \
1272          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1273 $as_echo X"$as_myself" |
1274     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1275             s//\1/
1276             q
1277           }
1278           /^X\(\/\/\)[^/].*/{
1279             s//\1/
1280             q
1281           }
1282           /^X\(\/\/\)$/{
1283             s//\1/
1284             q
1285           }
1286           /^X\(\/\).*/{
1287             s//\1/
1288             q
1289           }
1290           s/.*/./; q'`
1291   srcdir=$ac_confdir
1292   if test ! -r "$srcdir/$ac_unique_file"; then
1293     srcdir=..
1294   fi
1295 else
1296   ac_srcdir_defaulted=no
1297 fi
1298 if test ! -r "$srcdir/$ac_unique_file"; then
1299   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1300   as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1301 fi
1302 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1303 ac_abs_confdir=`(
1304         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1305         pwd)`
1306 # When building in place, set srcdir=.
1307 if test "$ac_abs_confdir" = "$ac_pwd"; then
1308   srcdir=.
1309 fi
1310 # Remove unnecessary trailing slashes from srcdir.
1311 # Double slashes in file names in object file debugging info
1312 # mess up M-x gdb in Emacs.
1313 case $srcdir in
1314 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1315 esac
1316 for ac_var in $ac_precious_vars; do
1317   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1318   eval ac_env_${ac_var}_value=\$${ac_var}
1319   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1320   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1321 done
1322
1323 #
1324 # Report the --help message.
1325 #
1326 if test "$ac_init_help" = "long"; then
1327   # Omit some internal or obsolete options to make the list less imposing.
1328   # This message is too long to be a string in the A/UX 3.1 sh.
1329   cat <<_ACEOF
1330 \`configure' configures this package to adapt to many kinds of systems.
1331
1332 Usage: $0 [OPTION]... [VAR=VALUE]...
1333
1334 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1335 VAR=VALUE.  See below for descriptions of some of the useful variables.
1336
1337 Defaults for the options are specified in brackets.
1338
1339 Configuration:
1340   -h, --help              display this help and exit
1341       --help=short        display options specific to this package
1342       --help=recursive    display the short help of all the included packages
1343   -V, --version           display version information and exit
1344   -q, --quiet, --silent   do not print \`checking...' messages
1345       --cache-file=FILE   cache test results in FILE [disabled]
1346   -C, --config-cache      alias for \`--cache-file=config.cache'
1347   -n, --no-create         do not create output files
1348       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1349
1350 Installation directories:
1351   --prefix=PREFIX         install architecture-independent files in PREFIX
1352                           [$ac_default_prefix]
1353   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1354                           [PREFIX]
1355
1356 By default, \`make install' will install all the files in
1357 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1358 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1359 for instance \`--prefix=\$HOME'.
1360
1361 For better control, use the options below.
1362
1363 Fine tuning of the installation directories:
1364   --bindir=DIR            user executables [EPREFIX/bin]
1365   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1366   --libexecdir=DIR        program executables [EPREFIX/libexec]
1367   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1368   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1369   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1370   --libdir=DIR            object code libraries [EPREFIX/lib]
1371   --includedir=DIR        C header files [PREFIX/include]
1372   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1373   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1374   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1375   --infodir=DIR           info documentation [DATAROOTDIR/info]
1376   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1377   --mandir=DIR            man documentation [DATAROOTDIR/man]
1378   --docdir=DIR            documentation root [DATAROOTDIR/doc/PACKAGE]
1379   --htmldir=DIR           html documentation [DOCDIR]
1380   --dvidir=DIR            dvi documentation [DOCDIR]
1381   --pdfdir=DIR            pdf documentation [DOCDIR]
1382   --psdir=DIR             ps documentation [DOCDIR]
1383 _ACEOF
1384
1385   cat <<\_ACEOF
1386
1387 Program names:
1388   --program-prefix=PREFIX            prepend PREFIX to installed program names
1389   --program-suffix=SUFFIX            append SUFFIX to installed program names
1390   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1391
1392 System types:
1393   --build=BUILD     configure for building on BUILD [guessed]
1394   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1395   --target=TARGET   configure for building compilers for TARGET [HOST]
1396 _ACEOF
1397 fi
1398
1399 if test -n "$ac_init_help"; then
1400
1401   cat <<\_ACEOF
1402
1403 Optional Features:
1404   --disable-option-checking  ignore unrecognized --enable/--with options
1405   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1406   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1407   --enable-plugins        Enable support for plugins
1408   --enable-shared[=PKGS]  build shared libraries [default=yes]
1409   --enable-static[=PKGS]  build static libraries [default=yes]
1410   --enable-fast-install[=PKGS]
1411                           optimize for fast installation [default=yes]
1412   --disable-libtool-lock  avoid locking (might break parallel builds)
1413   --enable-maintainer-mode  enable make rules and dependencies not useful
1414                           (and sometimes confusing) to the casual installer
1415   --enable-sim-bswap      Use Host specific BSWAP instruction
1416   --enable-sim-cflags=opts
1417                           Extra CFLAGS for use in building simulator
1418   --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1419                           itself)
1420   --enable-sim-stdio      Specify whether to use stdio for console
1421                           input/output
1422   --enable-sim-trace=opts Enable tracing of simulated programs
1423   --enable-sim-profile=opts
1424                           Enable profiling flags
1425   --enable-sim-endian=endian
1426                           Specify target byte endian orientation
1427   --enable-sim-alignment=align
1428                           Specify strict, nonstrict or forced alignment of
1429                           memory accesses
1430   --enable-sim-hostendian=end
1431                           Specify host byte endian orientation
1432   --enable-sim-scache=size
1433                           Specify simulator execution cache size
1434   --enable-werror         treat compile warnings as errors
1435   --enable-build-warnings enable build-time compiler warnings if gcc is used
1436   --enable-sim-build-warnings
1437                           enable SIM specific build-time compiler warnings if
1438                           gcc is used
1439   --enable-sim-hardware=LIST
1440                           Specify the hardware to be included in the build.
1441   --enable-sim-default-model=model
1442                           Specify default model to simulate
1443   --enable-sim-environment=environment
1444                           Specify mixed, user, virtual or operating
1445                           environment
1446   --enable-sim-inline=inlines
1447                           Specify which functions should be inlined
1448   --enable-cgen-maint=DIR build cgen generated files
1449
1450 Optional Packages:
1451   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1452   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1453   --with-system-zlib      use installed libz
1454   --with-pic              try to use only PIC/non-PIC objects [default=use
1455                           both]
1456   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1457   --with-pkgversion=PKG   Use PKG in the version string in place of "SIM"
1458   --with-bugurl=URL       Direct users to URL to report a bug
1459
1460 Some influential environment variables:
1461   CC          C compiler command
1462   CFLAGS      C compiler flags
1463   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1464               nonstandard directory <lib dir>
1465   LIBS        libraries to pass to the linker, e.g. -l<library>
1466   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1467               you have headers in a nonstandard directory <include dir>
1468   CPP         C preprocessor
1469
1470 Use these variables to override the choices made by `configure' or to help
1471 it to find libraries and programs with nonstandard names/locations.
1472
1473 Report bugs to the package provider.
1474 _ACEOF
1475 ac_status=$?
1476 fi
1477
1478 if test "$ac_init_help" = "recursive"; then
1479   # If there are subdirs, report their specific --help.
1480   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1481     test -d "$ac_dir" ||
1482       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1483       continue
1484     ac_builddir=.
1485
1486 case "$ac_dir" in
1487 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1488 *)
1489   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1490   # A ".." for each directory in $ac_dir_suffix.
1491   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1492   case $ac_top_builddir_sub in
1493   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1494   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1495   esac ;;
1496 esac
1497 ac_abs_top_builddir=$ac_pwd
1498 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1499 # for backward compatibility:
1500 ac_top_builddir=$ac_top_build_prefix
1501
1502 case $srcdir in
1503   .)  # We are building in place.
1504     ac_srcdir=.
1505     ac_top_srcdir=$ac_top_builddir_sub
1506     ac_abs_top_srcdir=$ac_pwd ;;
1507   [\\/]* | ?:[\\/]* )  # Absolute name.
1508     ac_srcdir=$srcdir$ac_dir_suffix;
1509     ac_top_srcdir=$srcdir
1510     ac_abs_top_srcdir=$srcdir ;;
1511   *) # Relative name.
1512     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1513     ac_top_srcdir=$ac_top_build_prefix$srcdir
1514     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1515 esac
1516 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1517
1518     cd "$ac_dir" || { ac_status=$?; continue; }
1519     # Check for guested configure.
1520     if test -f "$ac_srcdir/configure.gnu"; then
1521       echo &&
1522       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1523     elif test -f "$ac_srcdir/configure"; then
1524       echo &&
1525       $SHELL "$ac_srcdir/configure" --help=recursive
1526     else
1527       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1528     fi || ac_status=$?
1529     cd "$ac_pwd" || { ac_status=$?; break; }
1530   done
1531 fi
1532
1533 test -n "$ac_init_help" && exit $ac_status
1534 if $ac_init_version; then
1535   cat <<\_ACEOF
1536 configure
1537 generated by GNU Autoconf 2.64
1538
1539 Copyright (C) 2009 Free Software Foundation, Inc.
1540 This configure script is free software; the Free Software Foundation
1541 gives unlimited permission to copy, distribute and modify it.
1542 _ACEOF
1543   exit
1544 fi
1545
1546 ## ------------------------ ##
1547 ## Autoconf initialization. ##
1548 ## ------------------------ ##
1549
1550 # ac_fn_c_try_compile LINENO
1551 # --------------------------
1552 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1553 ac_fn_c_try_compile ()
1554 {
1555   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1556   rm -f conftest.$ac_objext
1557   if { { ac_try="$ac_compile"
1558 case "(($ac_try" in
1559   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1560   *) ac_try_echo=$ac_try;;
1561 esac
1562 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1563 $as_echo "$ac_try_echo"; } >&5
1564   (eval "$ac_compile") 2>conftest.err
1565   ac_status=$?
1566   if test -s conftest.err; then
1567     grep -v '^ *+' conftest.err >conftest.er1
1568     cat conftest.er1 >&5
1569     mv -f conftest.er1 conftest.err
1570   fi
1571   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1572   test $ac_status = 0; } && {
1573          test -z "$ac_c_werror_flag" ||
1574          test ! -s conftest.err
1575        } && test -s conftest.$ac_objext; then :
1576   ac_retval=0
1577 else
1578   $as_echo "$as_me: failed program was:" >&5
1579 sed 's/^/| /' conftest.$ac_ext >&5
1580
1581         ac_retval=1
1582 fi
1583   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1584   return $ac_retval
1585
1586 } # ac_fn_c_try_compile
1587
1588 # ac_fn_c_try_cpp LINENO
1589 # ----------------------
1590 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1591 ac_fn_c_try_cpp ()
1592 {
1593   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1594   if { { ac_try="$ac_cpp conftest.$ac_ext"
1595 case "(($ac_try" in
1596   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1597   *) ac_try_echo=$ac_try;;
1598 esac
1599 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1600 $as_echo "$ac_try_echo"; } >&5
1601   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1602   ac_status=$?
1603   if test -s conftest.err; then
1604     grep -v '^ *+' conftest.err >conftest.er1
1605     cat conftest.er1 >&5
1606     mv -f conftest.er1 conftest.err
1607   fi
1608   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1609   test $ac_status = 0; } >/dev/null && {
1610          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1611          test ! -s conftest.err
1612        }; then :
1613   ac_retval=0
1614 else
1615   $as_echo "$as_me: failed program was:" >&5
1616 sed 's/^/| /' conftest.$ac_ext >&5
1617
1618     ac_retval=1
1619 fi
1620   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1621   return $ac_retval
1622
1623 } # ac_fn_c_try_cpp
1624
1625 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1626 # -------------------------------------------------------
1627 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1628 # the include files in INCLUDES and setting the cache variable VAR
1629 # accordingly.
1630 ac_fn_c_check_header_mongrel ()
1631 {
1632   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1633   if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1634   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1635 $as_echo_n "checking for $2... " >&6; }
1636 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1637   $as_echo_n "(cached) " >&6
1638 fi
1639 eval ac_res=\$$3
1640                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1641 $as_echo "$ac_res" >&6; }
1642 else
1643   # Is the header compilable?
1644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1645 $as_echo_n "checking $2 usability... " >&6; }
1646 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1647 /* end confdefs.h.  */
1648 $4
1649 #include <$2>
1650 _ACEOF
1651 if ac_fn_c_try_compile "$LINENO"; then :
1652   ac_header_compiler=yes
1653 else
1654   ac_header_compiler=no
1655 fi
1656 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1658 $as_echo "$ac_header_compiler" >&6; }
1659
1660 # Is the header present?
1661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1662 $as_echo_n "checking $2 presence... " >&6; }
1663 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1664 /* end confdefs.h.  */
1665 #include <$2>
1666 _ACEOF
1667 if ac_fn_c_try_cpp "$LINENO"; then :
1668   ac_header_preproc=yes
1669 else
1670   ac_header_preproc=no
1671 fi
1672 rm -f conftest.err conftest.$ac_ext
1673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1674 $as_echo "$ac_header_preproc" >&6; }
1675
1676 # So?  What about this header?
1677 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1678   yes:no: )
1679     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1680 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1681     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1682 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1683     ;;
1684   no:yes:* )
1685     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1686 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1687     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
1688 $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
1689     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1690 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1691     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
1692 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
1693     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1694 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1695     ;;
1696 esac
1697   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1698 $as_echo_n "checking for $2... " >&6; }
1699 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1700   $as_echo_n "(cached) " >&6
1701 else
1702   eval "$3=\$ac_header_compiler"
1703 fi
1704 eval ac_res=\$$3
1705                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1706 $as_echo "$ac_res" >&6; }
1707 fi
1708   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1709
1710 } # ac_fn_c_check_header_mongrel
1711
1712 # ac_fn_c_try_run LINENO
1713 # ----------------------
1714 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1715 # that executables *can* be run.
1716 ac_fn_c_try_run ()
1717 {
1718   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1719   if { { ac_try="$ac_link"
1720 case "(($ac_try" in
1721   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1722   *) ac_try_echo=$ac_try;;
1723 esac
1724 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1725 $as_echo "$ac_try_echo"; } >&5
1726   (eval "$ac_link") 2>&5
1727   ac_status=$?
1728   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1729   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1730   { { case "(($ac_try" in
1731   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1732   *) ac_try_echo=$ac_try;;
1733 esac
1734 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1735 $as_echo "$ac_try_echo"; } >&5
1736   (eval "$ac_try") 2>&5
1737   ac_status=$?
1738   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1739   test $ac_status = 0; }; }; then :
1740   ac_retval=0
1741 else
1742   $as_echo "$as_me: program exited with status $ac_status" >&5
1743        $as_echo "$as_me: failed program was:" >&5
1744 sed 's/^/| /' conftest.$ac_ext >&5
1745
1746        ac_retval=$ac_status
1747 fi
1748   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1749   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1750   return $ac_retval
1751
1752 } # ac_fn_c_try_run
1753
1754 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1755 # -------------------------------------------------------
1756 # Tests whether HEADER exists and can be compiled using the include files in
1757 # INCLUDES, setting the cache variable VAR accordingly.
1758 ac_fn_c_check_header_compile ()
1759 {
1760   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1761   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1762 $as_echo_n "checking for $2... " >&6; }
1763 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1764   $as_echo_n "(cached) " >&6
1765 else
1766   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1767 /* end confdefs.h.  */
1768 $4
1769 #include <$2>
1770 _ACEOF
1771 if ac_fn_c_try_compile "$LINENO"; then :
1772   eval "$3=yes"
1773 else
1774   eval "$3=no"
1775 fi
1776 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1777 fi
1778 eval ac_res=\$$3
1779                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1780 $as_echo "$ac_res" >&6; }
1781   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1782
1783 } # ac_fn_c_check_header_compile
1784
1785 # ac_fn_c_try_link LINENO
1786 # -----------------------
1787 # Try to link conftest.$ac_ext, and return whether this succeeded.
1788 ac_fn_c_try_link ()
1789 {
1790   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1791   rm -f conftest.$ac_objext conftest$ac_exeext
1792   if { { ac_try="$ac_link"
1793 case "(($ac_try" in
1794   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1795   *) ac_try_echo=$ac_try;;
1796 esac
1797 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1798 $as_echo "$ac_try_echo"; } >&5
1799   (eval "$ac_link") 2>conftest.err
1800   ac_status=$?
1801   if test -s conftest.err; then
1802     grep -v '^ *+' conftest.err >conftest.er1
1803     cat conftest.er1 >&5
1804     mv -f conftest.er1 conftest.err
1805   fi
1806   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1807   test $ac_status = 0; } && {
1808          test -z "$ac_c_werror_flag" ||
1809          test ! -s conftest.err
1810        } && test -s conftest$ac_exeext && {
1811          test "$cross_compiling" = yes ||
1812          $as_test_x conftest$ac_exeext
1813        }; then :
1814   ac_retval=0
1815 else
1816   $as_echo "$as_me: failed program was:" >&5
1817 sed 's/^/| /' conftest.$ac_ext >&5
1818
1819         ac_retval=1
1820 fi
1821   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1822   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1823   # interfere with the next link command; also delete a directory that is
1824   # left behind by Apple's compiler.  We do this before executing the actions.
1825   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1826   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1827   return $ac_retval
1828
1829 } # ac_fn_c_try_link
1830
1831 # ac_fn_c_check_func LINENO FUNC VAR
1832 # ----------------------------------
1833 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1834 ac_fn_c_check_func ()
1835 {
1836   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1837   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1838 $as_echo_n "checking for $2... " >&6; }
1839 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1840   $as_echo_n "(cached) " >&6
1841 else
1842   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1843 /* end confdefs.h.  */
1844 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1845    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1846 #define $2 innocuous_$2
1847
1848 /* System header to define __stub macros and hopefully few prototypes,
1849     which can conflict with char $2 (); below.
1850     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1851     <limits.h> exists even on freestanding compilers.  */
1852
1853 #ifdef __STDC__
1854 # include <limits.h>
1855 #else
1856 # include <assert.h>
1857 #endif
1858
1859 #undef $2
1860
1861 /* Override any GCC internal prototype to avoid an error.
1862    Use char because int might match the return type of a GCC
1863    builtin and then its argument prototype would still apply.  */
1864 #ifdef __cplusplus
1865 extern "C"
1866 #endif
1867 char $2 ();
1868 /* The GNU C library defines this for functions which it implements
1869     to always fail with ENOSYS.  Some functions are actually named
1870     something starting with __ and the normal name is an alias.  */
1871 #if defined __stub_$2 || defined __stub___$2
1872 choke me
1873 #endif
1874
1875 int
1876 main ()
1877 {
1878 return $2 ();
1879   ;
1880   return 0;
1881 }
1882 _ACEOF
1883 if ac_fn_c_try_link "$LINENO"; then :
1884   eval "$3=yes"
1885 else
1886   eval "$3=no"
1887 fi
1888 rm -f core conftest.err conftest.$ac_objext \
1889     conftest$ac_exeext conftest.$ac_ext
1890 fi
1891 eval ac_res=\$$3
1892                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1893 $as_echo "$ac_res" >&6; }
1894   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1895
1896 } # ac_fn_c_check_func
1897 cat >config.log <<_ACEOF
1898 This file contains any messages produced by compilers while
1899 running configure, to aid debugging if configure makes a mistake.
1900
1901 It was created by $as_me, which was
1902 generated by GNU Autoconf 2.64.  Invocation command line was
1903
1904   $ $0 $@
1905
1906 _ACEOF
1907 exec 5>>config.log
1908 {
1909 cat <<_ASUNAME
1910 ## --------- ##
1911 ## Platform. ##
1912 ## --------- ##
1913
1914 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1915 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1916 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1917 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1918 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1919
1920 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1921 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1922
1923 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1924 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1925 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1926 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1927 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1928 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1929 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1930
1931 _ASUNAME
1932
1933 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1934 for as_dir in $PATH
1935 do
1936   IFS=$as_save_IFS
1937   test -z "$as_dir" && as_dir=.
1938     $as_echo "PATH: $as_dir"
1939   done
1940 IFS=$as_save_IFS
1941
1942 } >&5
1943
1944 cat >&5 <<_ACEOF
1945
1946
1947 ## ----------- ##
1948 ## Core tests. ##
1949 ## ----------- ##
1950
1951 _ACEOF
1952
1953
1954 # Keep a trace of the command line.
1955 # Strip out --no-create and --no-recursion so they do not pile up.
1956 # Strip out --silent because we don't want to record it for future runs.
1957 # Also quote any args containing shell meta-characters.
1958 # Make two passes to allow for proper duplicate-argument suppression.
1959 ac_configure_args=
1960 ac_configure_args0=
1961 ac_configure_args1=
1962 ac_must_keep_next=false
1963 for ac_pass in 1 2
1964 do
1965   for ac_arg
1966   do
1967     case $ac_arg in
1968     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1969     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1970     | -silent | --silent | --silen | --sile | --sil)
1971       continue ;;
1972     *\'*)
1973       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1974     esac
1975     case $ac_pass in
1976     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1977     2)
1978       as_fn_append ac_configure_args1 " '$ac_arg'"
1979       if test $ac_must_keep_next = true; then
1980         ac_must_keep_next=false # Got value, back to normal.
1981       else
1982         case $ac_arg in
1983           *=* | --config-cache | -C | -disable-* | --disable-* \
1984           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1985           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1986           | -with-* | --with-* | -without-* | --without-* | --x)
1987             case "$ac_configure_args0 " in
1988               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1989             esac
1990             ;;
1991           -* ) ac_must_keep_next=true ;;
1992         esac
1993       fi
1994       as_fn_append ac_configure_args " '$ac_arg'"
1995       ;;
1996     esac
1997   done
1998 done
1999 { ac_configure_args0=; unset ac_configure_args0;}
2000 { ac_configure_args1=; unset ac_configure_args1;}
2001
2002 # When interrupted or exit'd, cleanup temporary files, and complete
2003 # config.log.  We remove comments because anyway the quotes in there
2004 # would cause problems or look ugly.
2005 # WARNING: Use '\'' to represent an apostrophe within the trap.
2006 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2007 trap 'exit_status=$?
2008   # Save into config.log some information that might help in debugging.
2009   {
2010     echo
2011
2012     cat <<\_ASBOX
2013 ## ---------------- ##
2014 ## Cache variables. ##
2015 ## ---------------- ##
2016 _ASBOX
2017     echo
2018     # The following way of writing the cache mishandles newlines in values,
2019 (
2020   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2021     eval ac_val=\$$ac_var
2022     case $ac_val in #(
2023     *${as_nl}*)
2024       case $ac_var in #(
2025       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2026 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2027       esac
2028       case $ac_var in #(
2029       _ | IFS | as_nl) ;; #(
2030       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2031       *) { eval $ac_var=; unset $ac_var;} ;;
2032       esac ;;
2033     esac
2034   done
2035   (set) 2>&1 |
2036     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2037     *${as_nl}ac_space=\ *)
2038       sed -n \
2039         "s/'\''/'\''\\\\'\'''\''/g;
2040           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2041       ;; #(
2042     *)
2043       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2044       ;;
2045     esac |
2046     sort
2047 )
2048     echo
2049
2050     cat <<\_ASBOX
2051 ## ----------------- ##
2052 ## Output variables. ##
2053 ## ----------------- ##
2054 _ASBOX
2055     echo
2056     for ac_var in $ac_subst_vars
2057     do
2058       eval ac_val=\$$ac_var
2059       case $ac_val in
2060       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2061       esac
2062       $as_echo "$ac_var='\''$ac_val'\''"
2063     done | sort
2064     echo
2065
2066     if test -n "$ac_subst_files"; then
2067       cat <<\_ASBOX
2068 ## ------------------- ##
2069 ## File substitutions. ##
2070 ## ------------------- ##
2071 _ASBOX
2072       echo
2073       for ac_var in $ac_subst_files
2074       do
2075         eval ac_val=\$$ac_var
2076         case $ac_val in
2077         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2078         esac
2079         $as_echo "$ac_var='\''$ac_val'\''"
2080       done | sort
2081       echo
2082     fi
2083
2084     if test -s confdefs.h; then
2085       cat <<\_ASBOX
2086 ## ----------- ##
2087 ## confdefs.h. ##
2088 ## ----------- ##
2089 _ASBOX
2090       echo
2091       cat confdefs.h
2092       echo
2093     fi
2094     test "$ac_signal" != 0 &&
2095       $as_echo "$as_me: caught signal $ac_signal"
2096     $as_echo "$as_me: exit $exit_status"
2097   } >&5
2098   rm -f core *.core core.conftest.* &&
2099     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2100     exit $exit_status
2101 ' 0
2102 for ac_signal in 1 2 13 15; do
2103   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2104 done
2105 ac_signal=0
2106
2107 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2108 rm -f -r conftest* confdefs.h
2109
2110 $as_echo "/* confdefs.h */" > confdefs.h
2111
2112 # Predefined preprocessor variables.
2113
2114 cat >>confdefs.h <<_ACEOF
2115 #define PACKAGE_NAME "$PACKAGE_NAME"
2116 _ACEOF
2117
2118 cat >>confdefs.h <<_ACEOF
2119 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2120 _ACEOF
2121
2122 cat >>confdefs.h <<_ACEOF
2123 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2124 _ACEOF
2125
2126 cat >>confdefs.h <<_ACEOF
2127 #define PACKAGE_STRING "$PACKAGE_STRING"
2128 _ACEOF
2129
2130 cat >>confdefs.h <<_ACEOF
2131 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2132 _ACEOF
2133
2134 cat >>confdefs.h <<_ACEOF
2135 #define PACKAGE_URL "$PACKAGE_URL"
2136 _ACEOF
2137
2138
2139 # Let the site file select an alternate cache file if it wants to.
2140 # Prefer an explicitly selected file to automatically selected ones.
2141 ac_site_file1=NONE
2142 ac_site_file2=NONE
2143 if test -n "$CONFIG_SITE"; then
2144   ac_site_file1=$CONFIG_SITE
2145 elif test "x$prefix" != xNONE; then
2146   ac_site_file1=$prefix/share/config.site
2147   ac_site_file2=$prefix/etc/config.site
2148 else
2149   ac_site_file1=$ac_default_prefix/share/config.site
2150   ac_site_file2=$ac_default_prefix/etc/config.site
2151 fi
2152 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2153 do
2154   test "x$ac_site_file" = xNONE && continue
2155   if test -r "$ac_site_file"; then
2156     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2157 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2158     sed 's/^/| /' "$ac_site_file" >&5
2159     . "$ac_site_file"
2160   fi
2161 done
2162
2163 if test -r "$cache_file"; then
2164   # Some versions of bash will fail to source /dev/null (special
2165   # files actually), so we avoid doing that.
2166   if test -f "$cache_file"; then
2167     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2168 $as_echo "$as_me: loading cache $cache_file" >&6;}
2169     case $cache_file in
2170       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2171       *)                      . "./$cache_file";;
2172     esac
2173   fi
2174 else
2175   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2176 $as_echo "$as_me: creating cache $cache_file" >&6;}
2177   >$cache_file
2178 fi
2179
2180 # Check that the precious variables saved in the cache have kept the same
2181 # value.
2182 ac_cache_corrupted=false
2183 for ac_var in $ac_precious_vars; do
2184   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2185   eval ac_new_set=\$ac_env_${ac_var}_set
2186   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2187   eval ac_new_val=\$ac_env_${ac_var}_value
2188   case $ac_old_set,$ac_new_set in
2189     set,)
2190       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2191 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2192       ac_cache_corrupted=: ;;
2193     ,set)
2194       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2195 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2196       ac_cache_corrupted=: ;;
2197     ,);;
2198     *)
2199       if test "x$ac_old_val" != "x$ac_new_val"; then
2200         # differences in whitespace do not lead to failure.
2201         ac_old_val_w=`echo x $ac_old_val`
2202         ac_new_val_w=`echo x $ac_new_val`
2203         if test "$ac_old_val_w" != "$ac_new_val_w"; then
2204           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2205 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2206           ac_cache_corrupted=:
2207         else
2208           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2209 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2210           eval $ac_var=\$ac_old_val
2211         fi
2212         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2213 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2214         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2215 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2216       fi;;
2217   esac
2218   # Pass precious variables to config.status.
2219   if test "$ac_new_set" = set; then
2220     case $ac_new_val in
2221     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2222     *) ac_arg=$ac_var=$ac_new_val ;;
2223     esac
2224     case " $ac_configure_args " in
2225       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2226       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2227     esac
2228   fi
2229 done
2230 if $ac_cache_corrupted; then
2231   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2232 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2233   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2234 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2235   as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2236 fi
2237 ## -------------------- ##
2238 ## Main body of script. ##
2239 ## -------------------- ##
2240
2241 ac_ext=c
2242 ac_cpp='$CPP $CPPFLAGS'
2243 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2244 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2245 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2246
2247
2248 # This file contains common code used by all simulators.
2249 #
2250 # SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2251 # directory.  It is intended to be invoked before any target specific stuff.
2252 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2253 # It is intended to be invoked last.
2254 #
2255 # The simulator's configure.ac should look like:
2256 #
2257 # dnl Process this file with autoconf to produce a configure script.
2258 # AC_PREREQ(2.64)dnl
2259 # AC_INIT(Makefile.in)
2260 # sinclude(../common/aclocal.m4)
2261 #
2262 # SIM_AC_COMMON
2263 #
2264 # ... target specific stuff ...
2265 #
2266 # SIM_AC_OUTPUT
2267
2268 # Include global overrides and fixes for Autoconf.
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295 # _AC_CHECK_DECL_BODY
2296 # -------------------
2297 # Shell function body for AC_CHECK_DECL.
2298 # _AC_CHECK_DECL_BODY
2299
2300 # _AC_CHECK_DECLS(SYMBOL, ACTION-IF_FOUND, ACTION-IF-NOT-FOUND,
2301 #                 INCLUDES)
2302 # -------------------------------------------------------------
2303 # Helper to AC_CHECK_DECLS, which generates the check for a single
2304 # SYMBOL with INCLUDES, performs the AC_DEFINE, then expands
2305 # ACTION-IF-FOUND or ACTION-IF-NOT-FOUND.
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
2318 #
2319 #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2320 #                 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2321 #   Written by Gordon Matzigkeit, 1996
2322 #
2323 # This file is free software; the Free Software Foundation gives
2324 # unlimited permission to copy and/or distribute it, with or without
2325 # modifications, as long as this notice is preserved.
2326
2327
2328
2329 # serial 56 LT_INIT
2330
2331
2332 # LT_PREREQ(VERSION)
2333 # ------------------
2334 # Complain and exit if this libtool version is less that VERSION.
2335
2336
2337
2338 # _LT_CHECK_BUILDDIR
2339 # ------------------
2340 # Complain if the absolute build directory name contains unusual characters
2341
2342
2343
2344 # LT_INIT([OPTIONS])
2345 # ------------------
2346 # LT_INIT
2347
2348 # Old names:
2349 # This is what autoupdate's m4 run will expand.  It fires
2350 # the warning (with _au_warn_XXX), outputs it into the
2351 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2352 # the replacement expansion.
2353
2354
2355 # This is an auxiliary macro that is also run when
2356 # autoupdate runs m4.  It simply calls m4_warning, but
2357 # we need a wrapper so that each warning is emitted only
2358 # once.  We break the quoting in m4_warning's argument in
2359 # order to expand this macro's arguments, not AU_DEFUN's.
2360
2361
2362 # Finally, this is the expansion that is picked up by
2363 # autoconf.  It tells the user to run autoupdate, and
2364 # then outputs the replacement expansion.  We do not care
2365 # about autoupdate's warning because that contains
2366 # information on what to do *after* running autoupdate.
2367
2368 # This is what autoupdate's m4 run will expand.  It fires
2369 # the warning (with _au_warn_XXX), outputs it into the
2370 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2371 # the replacement expansion.
2372
2373
2374 # This is an auxiliary macro that is also run when
2375 # autoupdate runs m4.  It simply calls m4_warning, but
2376 # we need a wrapper so that each warning is emitted only
2377 # once.  We break the quoting in m4_warning's argument in
2378 # order to expand this macro's arguments, not AU_DEFUN's.
2379
2380
2381 # Finally, this is the expansion that is picked up by
2382 # autoconf.  It tells the user to run autoupdate, and
2383 # then outputs the replacement expansion.  We do not care
2384 # about autoupdate's warning because that contains
2385 # information on what to do *after* running autoupdate.
2386
2387
2388
2389 # _LT_CC_BASENAME(CC)
2390 # -------------------
2391 # Calculate cc_basename.  Skip known compiler wrappers and cross-prefix.
2392
2393
2394
2395 # _LT_FILEUTILS_DEFAULTS
2396 # ----------------------
2397 # It is okay to use these file commands and assume they have been set
2398 # sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2399 # _LT_FILEUTILS_DEFAULTS
2400
2401
2402 # _LT_SETUP
2403 # ---------
2404 # _LT_SETUP
2405
2406
2407 # _LT_PREPARE_SED_QUOTE_VARS
2408 # --------------------------
2409 # Define a few sed substitution that help us do robust quoting.
2410
2411
2412 # _LT_PROG_LTMAIN
2413 # ---------------
2414 # Note that this code is called both from `configure', and `config.status'
2415 # now that we use AC_CONFIG_COMMANDS to generate libtool.  Notably,
2416 # `config.status' has no value for ac_aux_dir unless we are using Automake,
2417 # so we pass a copy along to make sure it has a sensible value anyway.
2418 # _LT_PROG_LTMAIN
2419
2420
2421 ## ------------------------------------- ##
2422 ## Accumulate code for creating libtool. ##
2423 ## ------------------------------------- ##
2424
2425 # So that we can recreate a full libtool script including additional
2426 # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2427 # in macros and then make a single call at the end using the `libtool'
2428 # label.
2429
2430
2431 # _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2432 # ----------------------------------------
2433 # Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
2434
2435
2436 # Initialize.
2437
2438
2439
2440 # _LT_CONFIG_LIBTOOL([COMMANDS])
2441 # ------------------------------
2442 # Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
2443
2444
2445 # Initialize.
2446
2447
2448
2449 # _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2450 # -----------------------------------------------------
2451
2452
2453
2454 # _LT_FORMAT_COMMENT([COMMENT])
2455 # -----------------------------
2456 # Add leading comment marks to the start of each line, and a trailing
2457 # full-stop to the whole comment if one is not present already.
2458
2459
2460
2461
2462 ## ------------------------ ##
2463 ## FIXME: Eliminate VARNAME ##
2464 ## ------------------------ ##
2465
2466
2467 # _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2468 # -------------------------------------------------------------------
2469 # CONFIGNAME is the name given to the value in the libtool script.
2470 # VARNAME is the (base) name used in the configure script.
2471 # VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2472 # VARNAME.  Any other value will be used directly.
2473
2474
2475
2476 # _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2477 # --------------------------------------------------------
2478
2479
2480
2481 # lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2482 # ------------------------------------------------
2483
2484
2485
2486 # _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2487 # ---------------------------------------------------------
2488
2489
2490
2491 # lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2492 # --------------------------------------------------
2493
2494
2495
2496 # lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2497 # ---------------------------------------------------
2498
2499
2500
2501 # lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2502 # ---------------------------------------------------
2503
2504
2505
2506
2507 # lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2508 # ------------------------------------------------
2509
2510
2511
2512
2513 # _LT_CONFIG_STATUS_DECLARE([VARNAME])
2514 # ------------------------------------
2515 # Quote a variable value, and forward it to `config.status' so that its
2516 # declaration there will have the same value as in `configure'.  VARNAME
2517 # must have a single quote delimited value for this to work.
2518
2519
2520
2521 # _LT_CONFIG_STATUS_DECLARATIONS
2522 # ------------------------------
2523 # We delimit libtool config variables with single quotes, so when
2524 # we write them to config.status, we have to be sure to quote all
2525 # embedded single quotes properly.  In configure, this macro expands
2526 # each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2527 #
2528 #    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
2529
2530
2531
2532 # _LT_LIBTOOL_TAGS
2533 # ----------------
2534 # Output comment and list of tags supported by the script
2535
2536
2537
2538 # _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2539 # -----------------------------------
2540 # Extract the dictionary values for VARNAME (optionally with TAG) and
2541 # expand to a commented shell variable setting:
2542 #
2543 #    # Some comment about what VAR is for.
2544 #    visible_name=$lt_internal_name
2545
2546
2547
2548 # _LT_LIBTOOL_CONFIG_VARS
2549 # -----------------------
2550 # Produce commented declarations of non-tagged libtool config variables
2551 # suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2552 # script.  Tagged libtool config variables (even for the LIBTOOL CONFIG
2553 # section) are produced by _LT_LIBTOOL_TAG_VARS.
2554
2555
2556
2557 # _LT_LIBTOOL_TAG_VARS(TAG)
2558 # -------------------------
2559
2560
2561
2562 # _LT_TAGVAR(VARNAME, [TAGNAME])
2563 # ------------------------------
2564
2565
2566
2567 # _LT_CONFIG_COMMANDS
2568 # -------------------
2569 # Send accumulated output to $CONFIG_STATUS.  Thanks to the lists of
2570 # variables for single and double quote escaping we saved from calls
2571 # to _LT_DECL, we can put quote escaped variables declarations
2572 # into `config.status', and then the shell code to quote escape them in
2573 # for loops in `config.status'.  Finally, any additional code accumulated
2574 # from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2575 #_LT_CONFIG_COMMANDS
2576
2577
2578 # Initialize.
2579
2580
2581 # _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2582 # ------------------------------------
2583 # Generate a child script FILE with all initialization necessary to
2584 # reuse the environment learned by the parent script, and make the
2585 # file executable.  If COMMENT is supplied, it is inserted after the
2586 # `#!' sequence but before initialization text begins.  After this
2587 # macro, additional text can be appended to FILE to form the body of
2588 # the child script.  The macro ends with non-zero status if the
2589 # file could not be fully written (such as if the disk is full).
2590 # _LT_GENERATED_FILE_INIT
2591
2592 # LT_OUTPUT
2593 # ---------
2594 # This macro allows early generation of the libtool script (before
2595 # AC_OUTPUT is called), incase it is used in configure for compilation
2596 # tests.
2597 # LT_OUTPUT
2598
2599
2600 # _LT_CONFIG(TAG)
2601 # ---------------
2602 # If TAG is the built-in tag, create an initial libtool script with a
2603 # default configuration from the untagged config vars.  Otherwise add code
2604 # to config.status for appending the configuration named by TAG from the
2605 # matching tagged config vars.
2606 # _LT_CONFIG
2607
2608
2609 # LT_SUPPORTED_TAG(TAG)
2610 # ---------------------
2611 # Trace this macro to discover what tags are supported by the libtool
2612 # --tag option, using:
2613 #    autoconf --trace 'LT_SUPPORTED_TAG:$1'
2614
2615
2616
2617 # C support is built-in for now
2618
2619
2620
2621
2622 # LT_LANG(LANG)
2623 # -------------
2624 # Enable libtool support for the given language if not already enabled.
2625 # LT_LANG
2626
2627
2628 # _LT_LANG(LANGNAME)
2629 # ------------------
2630 # _LT_LANG
2631
2632
2633 # _LT_LANG_DEFAULT_CONFIG
2634 # -----------------------
2635 # _LT_LANG_DEFAULT_CONFIG
2636
2637 # Obsolete macros:
2638 # This is what autoupdate's m4 run will expand.  It fires
2639 # the warning (with _au_warn_XXX), outputs it into the
2640 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2641 # the replacement expansion.
2642
2643
2644 # This is an auxiliary macro that is also run when
2645 # autoupdate runs m4.  It simply calls m4_warning, but
2646 # we need a wrapper so that each warning is emitted only
2647 # once.  We break the quoting in m4_warning's argument in
2648 # order to expand this macro's arguments, not AU_DEFUN's.
2649
2650
2651 # Finally, this is the expansion that is picked up by
2652 # autoconf.  It tells the user to run autoupdate, and
2653 # then outputs the replacement expansion.  We do not care
2654 # about autoupdate's warning because that contains
2655 # information on what to do *after* running autoupdate.
2656
2657 # This is what autoupdate's m4 run will expand.  It fires
2658 # the warning (with _au_warn_XXX), outputs it into the
2659 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2660 # the replacement expansion.
2661
2662
2663 # This is an auxiliary macro that is also run when
2664 # autoupdate runs m4.  It simply calls m4_warning, but
2665 # we need a wrapper so that each warning is emitted only
2666 # once.  We break the quoting in m4_warning's argument in
2667 # order to expand this macro's arguments, not AU_DEFUN's.
2668
2669
2670 # Finally, this is the expansion that is picked up by
2671 # autoconf.  It tells the user to run autoupdate, and
2672 # then outputs the replacement expansion.  We do not care
2673 # about autoupdate's warning because that contains
2674 # information on what to do *after* running autoupdate.
2675
2676 # This is what autoupdate's m4 run will expand.  It fires
2677 # the warning (with _au_warn_XXX), outputs it into the
2678 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2679 # the replacement expansion.
2680
2681
2682 # This is an auxiliary macro that is also run when
2683 # autoupdate runs m4.  It simply calls m4_warning, but
2684 # we need a wrapper so that each warning is emitted only
2685 # once.  We break the quoting in m4_warning's argument in
2686 # order to expand this macro's arguments, not AU_DEFUN's.
2687
2688
2689 # Finally, this is the expansion that is picked up by
2690 # autoconf.  It tells the user to run autoupdate, and
2691 # then outputs the replacement expansion.  We do not care
2692 # about autoupdate's warning because that contains
2693 # information on what to do *after* running autoupdate.
2694
2695 # This is what autoupdate's m4 run will expand.  It fires
2696 # the warning (with _au_warn_XXX), outputs it into the
2697 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2698 # the replacement expansion.
2699
2700
2701 # This is an auxiliary macro that is also run when
2702 # autoupdate runs m4.  It simply calls m4_warning, but
2703 # we need a wrapper so that each warning is emitted only
2704 # once.  We break the quoting in m4_warning's argument in
2705 # order to expand this macro's arguments, not AU_DEFUN's.
2706
2707
2708 # Finally, this is the expansion that is picked up by
2709 # autoconf.  It tells the user to run autoupdate, and
2710 # then outputs the replacement expansion.  We do not care
2711 # about autoupdate's warning because that contains
2712 # information on what to do *after* running autoupdate.
2713
2714 # This is what autoupdate's m4 run will expand.  It fires
2715 # the warning (with _au_warn_XXX), outputs it into the
2716 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2717 # the replacement expansion.
2718
2719
2720 # This is an auxiliary macro that is also run when
2721 # autoupdate runs m4.  It simply calls m4_warning, but
2722 # we need a wrapper so that each warning is emitted only
2723 # once.  We break the quoting in m4_warning's argument in
2724 # order to expand this macro's arguments, not AU_DEFUN's.
2725
2726
2727 # Finally, this is the expansion that is picked up by
2728 # autoconf.  It tells the user to run autoupdate, and
2729 # then outputs the replacement expansion.  We do not care
2730 # about autoupdate's warning because that contains
2731 # information on what to do *after* running autoupdate.
2732
2733
2734
2735 # _LT_TAG_COMPILER
2736 # ----------------
2737 # _LT_TAG_COMPILER
2738
2739
2740 # _LT_COMPILER_BOILERPLATE
2741 # ------------------------
2742 # Check for compiler boilerplate output or warnings with
2743 # the simple compiler test code.
2744 # _LT_COMPILER_BOILERPLATE
2745
2746
2747 # _LT_LINKER_BOILERPLATE
2748 # ----------------------
2749 # Check for linker boilerplate output or warnings with
2750 # the simple link test code.
2751 # _LT_LINKER_BOILERPLATE
2752
2753 # _LT_REQUIRED_DARWIN_CHECKS
2754 # -------------------------
2755
2756
2757
2758 # _LT_DARWIN_LINKER_FEATURES
2759 # --------------------------
2760 # Checks for linker and compiler features on darwin
2761
2762
2763 # _LT_SYS_MODULE_PATH_AIX
2764 # -----------------------
2765 # Links a minimal program and checks the executable
2766 # for the system default hardcoded library path. In most cases,
2767 # this is /usr/lib:/lib, but when the MPI compilers are used
2768 # the location of the communication and MPI libs are included too.
2769 # If we don't find anything, use the default library path according
2770 # to the aix ld manual.
2771 # _LT_SYS_MODULE_PATH_AIX
2772
2773
2774 # _LT_SHELL_INIT(ARG)
2775 # -------------------
2776 # _LT_SHELL_INIT
2777
2778
2779
2780 # _LT_PROG_ECHO_BACKSLASH
2781 # -----------------------
2782 # Find how we can fake an echo command that does not interpret backslash.
2783 # In particular, with Autoconf 2.60 or later we add some code to the start
2784 # of the generated configure script which will find a shell with a builtin
2785 # printf (which we can use as an echo command).
2786 # _LT_PROG_ECHO_BACKSLASH
2787
2788
2789 # _LT_ENABLE_LOCK
2790 # ---------------
2791 # _LT_ENABLE_LOCK
2792
2793
2794 # _LT_CMD_OLD_ARCHIVE
2795 # -------------------
2796 # _LT_CMD_OLD_ARCHIVE
2797
2798
2799 # _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2800 #               [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2801 # ----------------------------------------------------------------
2802 # Check whether the given compiler option works
2803 # _LT_COMPILER_OPTION
2804
2805 # Old name:
2806 # This is what autoupdate's m4 run will expand.  It fires
2807 # the warning (with _au_warn_XXX), outputs it into the
2808 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2809 # the replacement expansion.
2810
2811
2812 # This is an auxiliary macro that is also run when
2813 # autoupdate runs m4.  It simply calls m4_warning, but
2814 # we need a wrapper so that each warning is emitted only
2815 # once.  We break the quoting in m4_warning's argument in
2816 # order to expand this macro's arguments, not AU_DEFUN's.
2817
2818
2819 # Finally, this is the expansion that is picked up by
2820 # autoconf.  It tells the user to run autoupdate, and
2821 # then outputs the replacement expansion.  We do not care
2822 # about autoupdate's warning because that contains
2823 # information on what to do *after* running autoupdate.
2824
2825
2826
2827 # _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2828 #                  [ACTION-SUCCESS], [ACTION-FAILURE])
2829 # ----------------------------------------------------
2830 # Check whether the given linker option works
2831 # _LT_LINKER_OPTION
2832
2833 # Old name:
2834 # This is what autoupdate's m4 run will expand.  It fires
2835 # the warning (with _au_warn_XXX), outputs it into the
2836 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2837 # the replacement expansion.
2838
2839
2840 # This is an auxiliary macro that is also run when
2841 # autoupdate runs m4.  It simply calls m4_warning, but
2842 # we need a wrapper so that each warning is emitted only
2843 # once.  We break the quoting in m4_warning's argument in
2844 # order to expand this macro's arguments, not AU_DEFUN's.
2845
2846
2847 # Finally, this is the expansion that is picked up by
2848 # autoconf.  It tells the user to run autoupdate, and
2849 # then outputs the replacement expansion.  We do not care
2850 # about autoupdate's warning because that contains
2851 # information on what to do *after* running autoupdate.
2852
2853
2854
2855 # LT_CMD_MAX_LEN
2856 #---------------
2857 # LT_CMD_MAX_LEN
2858
2859 # Old name:
2860 # This is what autoupdate's m4 run will expand.  It fires
2861 # the warning (with _au_warn_XXX), outputs it into the
2862 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2863 # the replacement expansion.
2864
2865
2866 # This is an auxiliary macro that is also run when
2867 # autoupdate runs m4.  It simply calls m4_warning, but
2868 # we need a wrapper so that each warning is emitted only
2869 # once.  We break the quoting in m4_warning's argument in
2870 # order to expand this macro's arguments, not AU_DEFUN's.
2871
2872
2873 # Finally, this is the expansion that is picked up by
2874 # autoconf.  It tells the user to run autoupdate, and
2875 # then outputs the replacement expansion.  We do not care
2876 # about autoupdate's warning because that contains
2877 # information on what to do *after* running autoupdate.
2878
2879
2880
2881 # _LT_HEADER_DLFCN
2882 # ----------------
2883 # _LT_HEADER_DLFCN
2884
2885
2886 # _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
2887 #                      ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
2888 # ----------------------------------------------------------------
2889 # _LT_TRY_DLOPEN_SELF
2890
2891
2892 # LT_SYS_DLOPEN_SELF
2893 # ------------------
2894 # LT_SYS_DLOPEN_SELF
2895
2896 # Old name:
2897 # This is what autoupdate's m4 run will expand.  It fires
2898 # the warning (with _au_warn_XXX), outputs it into the
2899 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2900 # the replacement expansion.
2901
2902
2903 # This is an auxiliary macro that is also run when
2904 # autoupdate runs m4.  It simply calls m4_warning, but
2905 # we need a wrapper so that each warning is emitted only
2906 # once.  We break the quoting in m4_warning's argument in
2907 # order to expand this macro's arguments, not AU_DEFUN's.
2908
2909
2910 # Finally, this is the expansion that is picked up by
2911 # autoconf.  It tells the user to run autoupdate, and
2912 # then outputs the replacement expansion.  We do not care
2913 # about autoupdate's warning because that contains
2914 # information on what to do *after* running autoupdate.
2915
2916
2917
2918 # _LT_COMPILER_C_O([TAGNAME])
2919 # ---------------------------
2920 # Check to see if options -c and -o are simultaneously supported by compiler.
2921 # This macro does not hard code the compiler like AC_PROG_CC_C_O.
2922 # _LT_COMPILER_C_O
2923
2924
2925 # _LT_COMPILER_FILE_LOCKS([TAGNAME])
2926 # ----------------------------------
2927 # Check to see if we can do hard links to lock some files if needed
2928 # _LT_COMPILER_FILE_LOCKS
2929
2930
2931 # _LT_CHECK_OBJDIR
2932 # ----------------
2933 # _LT_CHECK_OBJDIR
2934
2935
2936 # _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
2937 # --------------------------------------
2938 # Check hardcoding attributes.
2939 # _LT_LINKER_HARDCODE_LIBPATH
2940
2941
2942 # _LT_CMD_STRIPLIB
2943 # ----------------
2944 # _LT_CMD_STRIPLIB
2945
2946
2947 # _LT_SYS_DYNAMIC_LINKER([TAG])
2948 # -----------------------------
2949 # PORTME Fill in your ld.so characteristics
2950 # _LT_SYS_DYNAMIC_LINKER
2951
2952
2953 # _LT_PATH_TOOL_PREFIX(TOOL)
2954 # --------------------------
2955 # find a file program which can recognize shared library
2956 # _LT_PATH_TOOL_PREFIX
2957
2958 # Old name:
2959 # This is what autoupdate's m4 run will expand.  It fires
2960 # the warning (with _au_warn_XXX), outputs it into the
2961 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2962 # the replacement expansion.
2963
2964
2965 # This is an auxiliary macro that is also run when
2966 # autoupdate runs m4.  It simply calls m4_warning, but
2967 # we need a wrapper so that each warning is emitted only
2968 # once.  We break the quoting in m4_warning's argument in
2969 # order to expand this macro's arguments, not AU_DEFUN's.
2970
2971
2972 # Finally, this is the expansion that is picked up by
2973 # autoconf.  It tells the user to run autoupdate, and
2974 # then outputs the replacement expansion.  We do not care
2975 # about autoupdate's warning because that contains
2976 # information on what to do *after* running autoupdate.
2977
2978
2979
2980 # _LT_PATH_MAGIC
2981 # --------------
2982 # find a file program which can recognize a shared library
2983 # _LT_PATH_MAGIC
2984
2985
2986 # LT_PATH_LD
2987 # ----------
2988 # find the pathname to the GNU or non-GNU linker
2989 # LT_PATH_LD
2990
2991 # Old names:
2992 # This is what autoupdate's m4 run will expand.  It fires
2993 # the warning (with _au_warn_XXX), outputs it into the
2994 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2995 # the replacement expansion.
2996
2997
2998 # This is an auxiliary macro that is also run when
2999 # autoupdate runs m4.  It simply calls m4_warning, but
3000 # we need a wrapper so that each warning is emitted only
3001 # once.  We break the quoting in m4_warning's argument in
3002 # order to expand this macro's arguments, not AU_DEFUN's.
3003
3004
3005 # Finally, this is the expansion that is picked up by
3006 # autoconf.  It tells the user to run autoupdate, and
3007 # then outputs the replacement expansion.  We do not care
3008 # about autoupdate's warning because that contains
3009 # information on what to do *after* running autoupdate.
3010
3011 # This is what autoupdate's m4 run will expand.  It fires
3012 # the warning (with _au_warn_XXX), outputs it into the
3013 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3014 # the replacement expansion.
3015
3016
3017 # This is an auxiliary macro that is also run when
3018 # autoupdate runs m4.  It simply calls m4_warning, but
3019 # we need a wrapper so that each warning is emitted only
3020 # once.  We break the quoting in m4_warning's argument in
3021 # order to expand this macro's arguments, not AU_DEFUN's.
3022
3023
3024 # Finally, this is the expansion that is picked up by
3025 # autoconf.  It tells the user to run autoupdate, and
3026 # then outputs the replacement expansion.  We do not care
3027 # about autoupdate's warning because that contains
3028 # information on what to do *after* running autoupdate.
3029
3030
3031
3032 # _LT_PATH_LD_GNU
3033 #- --------------
3034 # _LT_PATH_LD_GNU
3035
3036
3037 # _LT_CMD_RELOAD
3038 # --------------
3039 # find reload flag for linker
3040 #   -- PORTME Some linkers may need a different reload flag.
3041 # _LT_CMD_RELOAD
3042
3043
3044 # _LT_CHECK_MAGIC_METHOD
3045 # ----------------------
3046 # how to check for library dependencies
3047 #  -- PORTME fill in with the dynamic library characteristics
3048 # _LT_CHECK_MAGIC_METHOD
3049
3050
3051 # LT_PATH_NM
3052 # ----------
3053 # find the pathname to a BSD- or MS-compatible name lister
3054 # LT_PATH_NM
3055
3056 # Old names:
3057 # This is what autoupdate's m4 run will expand.  It fires
3058 # the warning (with _au_warn_XXX), outputs it into the
3059 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3060 # the replacement expansion.
3061
3062
3063 # This is an auxiliary macro that is also run when
3064 # autoupdate runs m4.  It simply calls m4_warning, but
3065 # we need a wrapper so that each warning is emitted only
3066 # once.  We break the quoting in m4_warning's argument in
3067 # order to expand this macro's arguments, not AU_DEFUN's.
3068
3069
3070 # Finally, this is the expansion that is picked up by
3071 # autoconf.  It tells the user to run autoupdate, and
3072 # then outputs the replacement expansion.  We do not care
3073 # about autoupdate's warning because that contains
3074 # information on what to do *after* running autoupdate.
3075
3076 # This is what autoupdate's m4 run will expand.  It fires
3077 # the warning (with _au_warn_XXX), outputs it into the
3078 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3079 # the replacement expansion.
3080
3081
3082 # This is an auxiliary macro that is also run when
3083 # autoupdate runs m4.  It simply calls m4_warning, but
3084 # we need a wrapper so that each warning is emitted only
3085 # once.  We break the quoting in m4_warning's argument in
3086 # order to expand this macro's arguments, not AU_DEFUN's.
3087
3088
3089 # Finally, this is the expansion that is picked up by
3090 # autoconf.  It tells the user to run autoupdate, and
3091 # then outputs the replacement expansion.  We do not care
3092 # about autoupdate's warning because that contains
3093 # information on what to do *after* running autoupdate.
3094
3095
3096
3097 # LT_LIB_M
3098 # --------
3099 # check for math library
3100 # LT_LIB_M
3101
3102 # Old name:
3103 # This is what autoupdate's m4 run will expand.  It fires
3104 # the warning (with _au_warn_XXX), outputs it into the
3105 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3106 # the replacement expansion.
3107
3108
3109 # This is an auxiliary macro that is also run when
3110 # autoupdate runs m4.  It simply calls m4_warning, but
3111 # we need a wrapper so that each warning is emitted only
3112 # once.  We break the quoting in m4_warning's argument in
3113 # order to expand this macro's arguments, not AU_DEFUN's.
3114
3115
3116 # Finally, this is the expansion that is picked up by
3117 # autoconf.  It tells the user to run autoupdate, and
3118 # then outputs the replacement expansion.  We do not care
3119 # about autoupdate's warning because that contains
3120 # information on what to do *after* running autoupdate.
3121
3122
3123
3124 # _LT_COMPILER_NO_RTTI([TAGNAME])
3125 # -------------------------------
3126 # _LT_COMPILER_NO_RTTI
3127
3128
3129 # _LT_CMD_GLOBAL_SYMBOLS
3130 # ----------------------
3131  # _LT_CMD_GLOBAL_SYMBOLS
3132
3133
3134 # _LT_COMPILER_PIC([TAGNAME])
3135 # ---------------------------
3136 # _LT_COMPILER_PIC
3137
3138
3139 # _LT_LINKER_SHLIBS([TAGNAME])
3140 # ----------------------------
3141 # See if the linker supports building shared libraries.
3142 # _LT_LINKER_SHLIBS
3143
3144
3145 # _LT_LANG_C_CONFIG([TAG])
3146 # ------------------------
3147 # Ensure that the configuration variables for a C compiler are suitably
3148 # defined.  These variables are subsequently used by _LT_CONFIG to write
3149 # the compiler configuration to `libtool'.
3150 # _LT_LANG_C_CONFIG
3151
3152
3153 # _LT_LANG_CXX_CONFIG([TAG])
3154 # --------------------------
3155 # Ensure that the configuration variables for a C++ compiler are suitably
3156 # defined.  These variables are subsequently used by _LT_CONFIG to write
3157 # the compiler configuration to `libtool'.
3158 # _LT_LANG_CXX_CONFIG
3159
3160
3161 # _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3162 # ---------------------------------
3163 # Figure out "hidden" library dependencies from verbose
3164 # compiler output when linking a shared library.
3165 # Parse the compiler output and extract the necessary
3166 # objects, libraries and library flags.
3167 # _LT_SYS_HIDDEN_LIBDEPS
3168
3169
3170 # _LT_LANG_F77_CONFIG([TAG])
3171 # --------------------------
3172 # Ensure that the configuration variables for a Fortran 77 compiler are
3173 # suitably defined.  These variables are subsequently used by _LT_CONFIG
3174 # to write the compiler configuration to `libtool'.
3175 # _LT_LANG_F77_CONFIG
3176
3177
3178 # _LT_LANG_FC_CONFIG([TAG])
3179 # -------------------------
3180 # Ensure that the configuration variables for a Fortran compiler are
3181 # suitably defined.  These variables are subsequently used by _LT_CONFIG
3182 # to write the compiler configuration to `libtool'.
3183 # _LT_LANG_FC_CONFIG
3184
3185
3186 # _LT_LANG_GCJ_CONFIG([TAG])
3187 # --------------------------
3188 # Ensure that the configuration variables for the GNU Java Compiler compiler
3189 # are suitably defined.  These variables are subsequently used by _LT_CONFIG
3190 # to write the compiler configuration to `libtool'.
3191 # _LT_LANG_GCJ_CONFIG
3192
3193
3194 # _LT_LANG_RC_CONFIG([TAG])
3195 # -------------------------
3196 # Ensure that the configuration variables for the Windows resource compiler
3197 # are suitably defined.  These variables are subsequently used by _LT_CONFIG
3198 # to write the compiler configuration to `libtool'.
3199 # _LT_LANG_RC_CONFIG
3200
3201
3202 # LT_PROG_GCJ
3203 # -----------
3204
3205
3206 # Old name:
3207 # This is what autoupdate's m4 run will expand.  It fires
3208 # the warning (with _au_warn_XXX), outputs it into the
3209 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3210 # the replacement expansion.
3211
3212
3213 # This is an auxiliary macro that is also run when
3214 # autoupdate runs m4.  It simply calls m4_warning, but
3215 # we need a wrapper so that each warning is emitted only
3216 # once.  We break the quoting in m4_warning's argument in
3217 # order to expand this macro's arguments, not AU_DEFUN's.
3218
3219
3220 # Finally, this is the expansion that is picked up by
3221 # autoconf.  It tells the user to run autoupdate, and
3222 # then outputs the replacement expansion.  We do not care
3223 # about autoupdate's warning because that contains
3224 # information on what to do *after* running autoupdate.
3225
3226
3227
3228 # LT_PROG_RC
3229 # ----------
3230
3231
3232 # Old name:
3233 # This is what autoupdate's m4 run will expand.  It fires
3234 # the warning (with _au_warn_XXX), outputs it into the
3235 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3236 # the replacement expansion.
3237
3238
3239 # This is an auxiliary macro that is also run when
3240 # autoupdate runs m4.  It simply calls m4_warning, but
3241 # we need a wrapper so that each warning is emitted only
3242 # once.  We break the quoting in m4_warning's argument in
3243 # order to expand this macro's arguments, not AU_DEFUN's.
3244
3245
3246 # Finally, this is the expansion that is picked up by
3247 # autoconf.  It tells the user to run autoupdate, and
3248 # then outputs the replacement expansion.  We do not care
3249 # about autoupdate's warning because that contains
3250 # information on what to do *after* running autoupdate.
3251
3252
3253
3254 # _LT_DECL_EGREP
3255 # --------------
3256 # If we don't have a new enough Autoconf to choose the best grep
3257 # available, choose the one first in the user's PATH.
3258
3259
3260
3261 # _LT_DECL_OBJDUMP
3262 # --------------
3263 # If we don't have a new enough Autoconf to choose the best objdump
3264 # available, choose the one first in the user's PATH.
3265
3266
3267
3268 # _LT_DECL_SED
3269 # ------------
3270 # Check for a fully-functional sed program, that truncates
3271 # as few characters as possible.  Prefer GNU sed if found.
3272 # _LT_DECL_SED
3273
3274 #m4_ifndef
3275
3276 # Old name:
3277 # This is what autoupdate's m4 run will expand.  It fires
3278 # the warning (with _au_warn_XXX), outputs it into the
3279 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3280 # the replacement expansion.
3281
3282
3283 # This is an auxiliary macro that is also run when
3284 # autoupdate runs m4.  It simply calls m4_warning, but
3285 # we need a wrapper so that each warning is emitted only
3286 # once.  We break the quoting in m4_warning's argument in
3287 # order to expand this macro's arguments, not AU_DEFUN's.
3288
3289
3290 # Finally, this is the expansion that is picked up by
3291 # autoconf.  It tells the user to run autoupdate, and
3292 # then outputs the replacement expansion.  We do not care
3293 # about autoupdate's warning because that contains
3294 # information on what to do *after* running autoupdate.
3295
3296
3297
3298 # _LT_CHECK_SHELL_FEATURES
3299 # ------------------------
3300 # Find out whether the shell is Bourne or XSI compatible,
3301 # or has some other useful features.
3302 # _LT_CHECK_SHELL_FEATURES
3303
3304
3305 # _LT_PROG_XSI_SHELLFNS
3306 # ---------------------
3307 # Bourne and XSI compatible variants of some useful shell functions.
3308
3309
3310 # Helper functions for option handling.                    -*- Autoconf -*-
3311 #
3312 #   Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3313 #   Inc.
3314 #   Written by Gary V. Vaughan, 2004
3315 #
3316 # This file is free software; the Free Software Foundation gives
3317 # unlimited permission to copy and/or distribute it, with or without
3318 # modifications, as long as this notice is preserved.
3319
3320 # serial 6 ltoptions.m4
3321
3322 # This is to help aclocal find these macros, as it can't see m4_define.
3323
3324
3325
3326 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3327 # ------------------------------------------
3328
3329
3330
3331 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3332 # ---------------------------------------
3333 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3334 # matching handler defined, dispatch to it.  Other OPTION-NAMEs are
3335 # saved as a flag.
3336
3337
3338
3339 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3340 # ------------------------------------------------------------
3341 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3342
3343
3344
3345 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3346 # -------------------------------------------------------
3347 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3348 # are set.
3349
3350
3351
3352 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3353 # ----------------------------------------
3354 # OPTION-LIST is a space-separated list of Libtool options associated
3355 # with MACRO-NAME.  If any OPTION has a matching handler declared with
3356 # LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3357 # the unknown option and exit.
3358 # _LT_SET_OPTIONS
3359
3360
3361 ## --------------------------------- ##
3362 ## Macros to handle LT_INIT options. ##
3363 ## --------------------------------- ##
3364
3365 # _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3366 # -----------------------------------------
3367
3368
3369
3370 # LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3371 # -----------------------------------------------
3372 # LT_OPTION_DEFINE
3373
3374
3375 # dlopen
3376 # ------
3377
3378
3379 # This is what autoupdate's m4 run will expand.  It fires
3380 # the warning (with _au_warn_XXX), outputs it into the
3381 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3382 # the replacement expansion.
3383
3384
3385 # This is an auxiliary macro that is also run when
3386 # autoupdate runs m4.  It simply calls m4_warning, but
3387 # we need a wrapper so that each warning is emitted only
3388 # once.  We break the quoting in m4_warning's argument in
3389 # order to expand this macro's arguments, not AU_DEFUN's.
3390
3391
3392 # Finally, this is the expansion that is picked up by
3393 # autoconf.  It tells the user to run autoupdate, and
3394 # then outputs the replacement expansion.  We do not care
3395 # about autoupdate's warning because that contains
3396 # information on what to do *after* running autoupdate.
3397
3398
3399
3400
3401 # win32-dll
3402 # ---------
3403 # Declare package support for building win32 dll's.
3404 # win32-dll
3405
3406 # This is what autoupdate's m4 run will expand.  It fires
3407 # the warning (with _au_warn_XXX), outputs it into the
3408 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3409 # the replacement expansion.
3410
3411
3412 # This is an auxiliary macro that is also run when
3413 # autoupdate runs m4.  It simply calls m4_warning, but
3414 # we need a wrapper so that each warning is emitted only
3415 # once.  We break the quoting in m4_warning's argument in
3416 # order to expand this macro's arguments, not AU_DEFUN's.
3417
3418
3419 # Finally, this is the expansion that is picked up by
3420 # autoconf.  It tells the user to run autoupdate, and
3421 # then outputs the replacement expansion.  We do not care
3422 # about autoupdate's warning because that contains
3423 # information on what to do *after* running autoupdate.
3424
3425
3426
3427
3428 # _LT_ENABLE_SHARED([DEFAULT])
3429 # ----------------------------
3430 # implement the --enable-shared flag, and supports the `shared' and
3431 # `disable-shared' LT_INIT options.
3432 # DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
3433 # _LT_ENABLE_SHARED
3434
3435
3436
3437
3438 # Old names:
3439
3440
3441
3442
3443 # This is what autoupdate's m4 run will expand.  It fires
3444 # the warning (with _au_warn_XXX), outputs it into the
3445 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3446 # the replacement expansion.
3447
3448
3449 # This is an auxiliary macro that is also run when
3450 # autoupdate runs m4.  It simply calls m4_warning, but
3451 # we need a wrapper so that each warning is emitted only
3452 # once.  We break the quoting in m4_warning's argument in
3453 # order to expand this macro's arguments, not AU_DEFUN's.
3454
3455
3456 # Finally, this is the expansion that is picked up by
3457 # autoconf.  It tells the user to run autoupdate, and
3458 # then outputs the replacement expansion.  We do not care
3459 # about autoupdate's warning because that contains
3460 # information on what to do *after* running autoupdate.
3461
3462 # This is what autoupdate's m4 run will expand.  It fires
3463 # the warning (with _au_warn_XXX), outputs it into the
3464 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3465 # the replacement expansion.
3466
3467
3468 # This is an auxiliary macro that is also run when
3469 # autoupdate runs m4.  It simply calls m4_warning, but
3470 # we need a wrapper so that each warning is emitted only
3471 # once.  We break the quoting in m4_warning's argument in
3472 # order to expand this macro's arguments, not AU_DEFUN's.
3473
3474
3475 # Finally, this is the expansion that is picked up by
3476 # autoconf.  It tells the user to run autoupdate, and
3477 # then outputs the replacement expansion.  We do not care
3478 # about autoupdate's warning because that contains
3479 # information on what to do *after* running autoupdate.
3480
3481
3482
3483
3484
3485 # _LT_ENABLE_STATIC([DEFAULT])
3486 # ----------------------------
3487 # implement the --enable-static flag, and support the `static' and
3488 # `disable-static' LT_INIT options.
3489 # DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
3490 # _LT_ENABLE_STATIC
3491
3492
3493
3494
3495 # Old names:
3496
3497
3498
3499
3500 # This is what autoupdate's m4 run will expand.  It fires
3501 # the warning (with _au_warn_XXX), outputs it into the
3502 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3503 # the replacement expansion.
3504
3505
3506 # This is an auxiliary macro that is also run when
3507 # autoupdate runs m4.  It simply calls m4_warning, but
3508 # we need a wrapper so that each warning is emitted only
3509 # once.  We break the quoting in m4_warning's argument in
3510 # order to expand this macro's arguments, not AU_DEFUN's.
3511
3512
3513 # Finally, this is the expansion that is picked up by
3514 # autoconf.  It tells the user to run autoupdate, and
3515 # then outputs the replacement expansion.  We do not care
3516 # about autoupdate's warning because that contains
3517 # information on what to do *after* running autoupdate.
3518
3519 # This is what autoupdate's m4 run will expand.  It fires
3520 # the warning (with _au_warn_XXX), outputs it into the
3521 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3522 # the replacement expansion.
3523
3524
3525 # This is an auxiliary macro that is also run when
3526 # autoupdate runs m4.  It simply calls m4_warning, but
3527 # we need a wrapper so that each warning is emitted only
3528 # once.  We break the quoting in m4_warning's argument in
3529 # order to expand this macro's arguments, not AU_DEFUN's.
3530
3531
3532 # Finally, this is the expansion that is picked up by
3533 # autoconf.  It tells the user to run autoupdate, and
3534 # then outputs the replacement expansion.  We do not care
3535 # about autoupdate's warning because that contains
3536 # information on what to do *after* running autoupdate.
3537
3538
3539
3540
3541
3542 # _LT_ENABLE_FAST_INSTALL([DEFAULT])
3543 # ----------------------------------
3544 # implement the --enable-fast-install flag, and support the `fast-install'
3545 # and `disable-fast-install' LT_INIT options.
3546 # DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
3547 # _LT_ENABLE_FAST_INSTALL
3548
3549
3550
3551
3552 # Old names:
3553 # This is what autoupdate's m4 run will expand.  It fires
3554 # the warning (with _au_warn_XXX), outputs it into the
3555 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3556 # the replacement expansion.
3557
3558
3559 # This is an auxiliary macro that is also run when
3560 # autoupdate runs m4.  It simply calls m4_warning, but
3561 # we need a wrapper so that each warning is emitted only
3562 # once.  We break the quoting in m4_warning's argument in
3563 # order to expand this macro's arguments, not AU_DEFUN's.
3564
3565
3566 # Finally, this is the expansion that is picked up by
3567 # autoconf.  It tells the user to run autoupdate, and
3568 # then outputs the replacement expansion.  We do not care
3569 # about autoupdate's warning because that contains
3570 # information on what to do *after* running autoupdate.
3571
3572
3573 # This is what autoupdate's m4 run will expand.  It fires
3574 # the warning (with _au_warn_XXX), outputs it into the
3575 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3576 # the replacement expansion.
3577
3578
3579 # This is an auxiliary macro that is also run when
3580 # autoupdate runs m4.  It simply calls m4_warning, but
3581 # we need a wrapper so that each warning is emitted only
3582 # once.  We break the quoting in m4_warning's argument in
3583 # order to expand this macro's arguments, not AU_DEFUN's.
3584
3585
3586 # Finally, this is the expansion that is picked up by
3587 # autoconf.  It tells the user to run autoupdate, and
3588 # then outputs the replacement expansion.  We do not care
3589 # about autoupdate's warning because that contains
3590 # information on what to do *after* running autoupdate.
3591
3592
3593
3594
3595 # _LT_WITH_PIC([MODE])
3596 # --------------------
3597 # implement the --with-pic flag, and support the `pic-only' and `no-pic'
3598 # LT_INIT options.
3599 # MODE is either `yes' or `no'.  If omitted, it defaults to `both'.
3600 # _LT_WITH_PIC
3601
3602
3603
3604
3605 # Old name:
3606 # This is what autoupdate's m4 run will expand.  It fires
3607 # the warning (with _au_warn_XXX), outputs it into the
3608 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3609 # the replacement expansion.
3610
3611
3612 # This is an auxiliary macro that is also run when
3613 # autoupdate runs m4.  It simply calls m4_warning, but
3614 # we need a wrapper so that each warning is emitted only
3615 # once.  We break the quoting in m4_warning's argument in
3616 # order to expand this macro's arguments, not AU_DEFUN's.
3617
3618
3619 # Finally, this is the expansion that is picked up by
3620 # autoconf.  It tells the user to run autoupdate, and
3621 # then outputs the replacement expansion.  We do not care
3622 # about autoupdate's warning because that contains
3623 # information on what to do *after* running autoupdate.
3624
3625
3626
3627 ## ----------------- ##
3628 ## LTDL_INIT Options ##
3629 ## ----------------- ##
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640 # ltsugar.m4 -- libtool m4 base layer.                         -*-Autoconf-*-
3641 #
3642 # Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3643 # Written by Gary V. Vaughan, 2004
3644 #
3645 # This file is free software; the Free Software Foundation gives
3646 # unlimited permission to copy and/or distribute it, with or without
3647 # modifications, as long as this notice is preserved.
3648
3649 # serial 6 ltsugar.m4
3650
3651 # This is to help aclocal find these macros, as it can't see m4_define.
3652
3653
3654
3655 # lt_join(SEP, ARG1, [ARG2...])
3656 # -----------------------------
3657 # Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3658 # associated separator.
3659 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3660 # versions in m4sugar had bugs.
3661
3662
3663
3664
3665 # lt_car(LIST)
3666 # lt_cdr(LIST)
3667 # ------------
3668 # Manipulate m4 lists.
3669 # These macros are necessary as long as will still need to support
3670 # Autoconf-2.59 which quotes differently.
3671
3672
3673
3674
3675
3676 # lt_append(MACRO-NAME, STRING, [SEPARATOR])
3677 # ------------------------------------------
3678 # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3679 # Note that neither SEPARATOR nor STRING are expanded; they are appended
3680 # to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3681 # No SEPARATOR is output if MACRO-NAME was previously undefined (different
3682 # than defined and empty).
3683 #
3684 # This macro is needed until we can rely on Autoconf 2.62, since earlier
3685 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3686
3687
3688
3689
3690 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3691 # ----------------------------------------------------------
3692 # Produce a SEP delimited list of all paired combinations of elements of
3693 # PREFIX-LIST with SUFFIX1 through SUFFIXn.  Each element of the list
3694 # has the form PREFIXmINFIXSUFFIXn.
3695 # Needed until we can rely on m4_combine added in Autoconf 2.62.
3696
3697
3698
3699 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3700 # -----------------------------------------------------------------------
3701 # Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3702 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3703
3704
3705
3706 # lt_dict_add(DICT, KEY, VALUE)
3707 # -----------------------------
3708
3709
3710
3711 # lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3712 # --------------------------------------------
3713
3714
3715
3716 # lt_dict_fetch(DICT, KEY, [SUBKEY])
3717 # ----------------------------------
3718
3719
3720
3721 # lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3722 # -----------------------------------------------------------------
3723
3724
3725
3726 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3727 # --------------------------------------------------------------
3728
3729
3730 # ltversion.m4 -- version numbers                       -*- Autoconf -*-
3731 #
3732 #   Copyright (C) 2004 Free Software Foundation, Inc.
3733 #   Written by Scott James Remnant, 2004
3734 #
3735 # This file is free software; the Free Software Foundation gives
3736 # unlimited permission to copy and/or distribute it, with or without
3737 # modifications, as long as this notice is preserved.
3738
3739 # Generated from ltversion.in.
3740
3741 # serial 3134 ltversion.m4
3742 # This file is part of GNU Libtool
3743
3744
3745
3746
3747
3748
3749 # lt~obsolete.m4 -- aclocal satisfying obsolete definitions.    -*-Autoconf-*-
3750 #
3751 #   Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3752 #   Written by Scott James Remnant, 2004.
3753 #
3754 # This file is free software; the Free Software Foundation gives
3755 # unlimited permission to copy and/or distribute it, with or without
3756 # modifications, as long as this notice is preserved.
3757
3758 # serial 4 lt~obsolete.m4
3759
3760 # These exist entirely to fool aclocal when bootstrapping libtool.
3761 #
3762 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3763 # which have later been changed to m4_define as they aren't part of the
3764 # exported API, or moved to Autoconf or Automake where they belong.
3765 #
3766 # The trouble is, aclocal is a bit thick.  It'll see the old AC_DEFUN
3767 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3768 # using a macro with the same name in our local m4/libtool.m4 it'll
3769 # pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3770 # and doesn't know about Autoconf macros at all.)
3771 #
3772 # So we provide this file, which has a silly filename so it's always
3773 # included after everything else.  This provides aclocal with the
3774 # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3775 # because those macros already exist, or will be overwritten later.
3776 # We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3777 #
3778 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3779 # Yes, that means every name once taken will need to remain here until
3780 # we give up compatibility with versions before 1.7, at which point
3781 # we need to keep only those names which we still refer to.
3782
3783 # This is to help aclocal find these macros, as it can't see m4_define.
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848 ##                                                          -*- Autoconf -*-
3849
3850 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3851 # Free Software Foundation, Inc.
3852 #
3853 # This file is free software; the Free Software Foundation
3854 # gives unlimited permission to copy and/or distribute it,
3855 # with or without modifications, as long as this notice is preserved.
3856
3857 # serial 8
3858
3859 # Based on depend.m4 from automake 1.9, modified for standalone use in
3860 # an environment where GNU make is required.
3861
3862 # ZW_PROG_COMPILER_DEPENDENCIES
3863 # -----------------------------
3864 # Variant of _AM_DEPENDENCIES which just does the dependency probe and
3865 # sets fooDEPMODE accordingly.  Cache-variable compatible with
3866 # original; not side-effect compatible.  As the users of this macro
3867 # may require accurate dependencies for correct builds, it does *not*
3868 # honor --disable-dependency-checking, and failure to detect a usable
3869 # method is an error.  depcomp is assumed to be located in
3870 # $ac_aux_dir.
3871 #
3872 # FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3873
3874
3875
3876 # AM_SET_DEPDIR
3877 # -------------
3878 # Choose a directory name for dependency files.
3879
3880
3881 # ZW_CREATE_DEPDIR
3882 # ----------------
3883 # As AM_SET_DEPDIR, but also create the directory at config.status time.
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934 sim_inline="-DDEFAULT_INLINE=0"
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
3965
3966
3967
3968
3969
3970
3971 # intl sister-directory configuration rules.
3972 #
3973
3974 # The idea behind this macro is that there's no need to repeat all the
3975 # autoconf probes done by the intl directory - it's already done them
3976 # for us.  In fact, there's no need even to look at the cache for the
3977 # answers.  All we need to do is nab a few pieces of information.
3978 # The intl directory is set up to make this easy, by generating a
3979 # small file which can be sourced as a shell script; then we produce
3980 # the necessary substitutions and definitions for this directory.
3981
3982
3983
3984 # Autoconf M4 include file defining utility macros for complex Canadian
3985 # cross builds.
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995 ####
3996 # _NCN_TOOL_PREFIXES:  Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
3997 # or AC_INIT.
3998 # These demand that AC_CANONICAL_SYSTEM be called beforehand.
3999
4000 ####
4001 # NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4002 # Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
4003
4004
4005 ####
4006 # NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4007 # Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
4008
4009
4010
4011 # Backported from Autoconf 2.5x; can go away when and if
4012 # we switch.  Put the OS path separator in $PATH_SEPARATOR.
4013
4014
4015
4016
4017 # ACX_HAVE_GCC_FOR_TARGET
4018 # Check if the variable GCC_FOR_TARGET really points to a GCC binary.
4019
4020
4021 # ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
4022 # Searching for installed target binutils.  We need to take extra care,
4023 # else we may find the wrong assembler, linker, etc., and lose.
4024 #
4025 # First try --with-build-time-tools, if specified.
4026 #
4027 # For build != host, we ask the installed GCC for the name of the tool it
4028 # uses, and accept it if it is an absolute path.  This is because the
4029 # only good choice for a compiler is the same GCC version that is being
4030 # installed (or we couldn't make target libraries), and we assume that
4031 # on the host system we'll have not only the same GCC version, but also
4032 # the same binutils version.
4033 #
4034 # For build == host, search the same directories that the installed
4035 # compiler will search.  We used to do this for the assembler, linker,
4036 # and nm only; for simplicity of configuration, however, we extend this
4037 # criterion to tools (such as ar and ranlib) that are never invoked by
4038 # the compiler, to avoid mismatches.
4039 #
4040 # Also note we have to check MD_EXEC_PREFIX before checking the user's path
4041 # if build == target.  This makes the most sense only when bootstrapping,
4042 # but we also do so when build != host.  In this case, we hope that the
4043 # build and host systems will have similar contents of MD_EXEC_PREFIX.
4044 #
4045 # If we do not find a suitable binary, then try the user's path.
4046
4047
4048 ###
4049 # AC_PROG_CPP_WERROR
4050 # Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4051 # triggers warnings from the preprocessor.  Will be in autoconf 2.58.
4052 # For now, using this also overrides header checks to use only the
4053 # preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4054 # bit harder from here).
4055 # Eventually autoconf will default to checking headers with the compiler
4056 # instead, and we'll have to do this differently.
4057
4058 # AC_PROG_CPP_WERROR
4059
4060 # Test for GNAT.
4061 # We require the gnatbind & gnatmake programs, as well as a compiler driver
4062 # that understands Ada.  We use the user's CC setting, already found, and
4063 # possibly add $1 to the command-line parameters.
4064 #
4065 # Sets the shell variable have_gnat to yes or no as appropriate, and
4066 # substitutes GNATBIND and GNATMAKE.
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092 ac_ext=c
4093 ac_cpp='$CPP $CPPFLAGS'
4094 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4095 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4096 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4097 if test -n "$ac_tool_prefix"; then
4098   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4099 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4101 $as_echo_n "checking for $ac_word... " >&6; }
4102 if test "${ac_cv_prog_CC+set}" = set; then :
4103   $as_echo_n "(cached) " >&6
4104 else
4105   if test -n "$CC"; then
4106   ac_cv_prog_CC="$CC" # Let the user override the test.
4107 else
4108 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4109 for as_dir in $PATH
4110 do
4111   IFS=$as_save_IFS
4112   test -z "$as_dir" && as_dir=.
4113     for ac_exec_ext in '' $ac_executable_extensions; do
4114   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4115     ac_cv_prog_CC="${ac_tool_prefix}gcc"
4116     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4117     break 2
4118   fi
4119 done
4120   done
4121 IFS=$as_save_IFS
4122
4123 fi
4124 fi
4125 CC=$ac_cv_prog_CC
4126 if test -n "$CC"; then
4127   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4128 $as_echo "$CC" >&6; }
4129 else
4130   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4131 $as_echo "no" >&6; }
4132 fi
4133
4134
4135 fi
4136 if test -z "$ac_cv_prog_CC"; then
4137   ac_ct_CC=$CC
4138   # Extract the first word of "gcc", so it can be a program name with args.
4139 set dummy gcc; ac_word=$2
4140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4141 $as_echo_n "checking for $ac_word... " >&6; }
4142 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4143   $as_echo_n "(cached) " >&6
4144 else
4145   if test -n "$ac_ct_CC"; then
4146   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4147 else
4148 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4149 for as_dir in $PATH
4150 do
4151   IFS=$as_save_IFS
4152   test -z "$as_dir" && as_dir=.
4153     for ac_exec_ext in '' $ac_executable_extensions; do
4154   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4155     ac_cv_prog_ac_ct_CC="gcc"
4156     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4157     break 2
4158   fi
4159 done
4160   done
4161 IFS=$as_save_IFS
4162
4163 fi
4164 fi
4165 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4166 if test -n "$ac_ct_CC"; then
4167   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4168 $as_echo "$ac_ct_CC" >&6; }
4169 else
4170   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4171 $as_echo "no" >&6; }
4172 fi
4173
4174   if test "x$ac_ct_CC" = x; then
4175     CC=""
4176   else
4177     case $cross_compiling:$ac_tool_warned in
4178 yes:)
4179 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4180 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4181 ac_tool_warned=yes ;;
4182 esac
4183     CC=$ac_ct_CC
4184   fi
4185 else
4186   CC="$ac_cv_prog_CC"
4187 fi
4188
4189 if test -z "$CC"; then
4190           if test -n "$ac_tool_prefix"; then
4191     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4192 set dummy ${ac_tool_prefix}cc; ac_word=$2
4193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4194 $as_echo_n "checking for $ac_word... " >&6; }
4195 if test "${ac_cv_prog_CC+set}" = set; then :
4196   $as_echo_n "(cached) " >&6
4197 else
4198   if test -n "$CC"; then
4199   ac_cv_prog_CC="$CC" # Let the user override the test.
4200 else
4201 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4202 for as_dir in $PATH
4203 do
4204   IFS=$as_save_IFS
4205   test -z "$as_dir" && as_dir=.
4206     for ac_exec_ext in '' $ac_executable_extensions; do
4207   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4208     ac_cv_prog_CC="${ac_tool_prefix}cc"
4209     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4210     break 2
4211   fi
4212 done
4213   done
4214 IFS=$as_save_IFS
4215
4216 fi
4217 fi
4218 CC=$ac_cv_prog_CC
4219 if test -n "$CC"; then
4220   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4221 $as_echo "$CC" >&6; }
4222 else
4223   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4224 $as_echo "no" >&6; }
4225 fi
4226
4227
4228   fi
4229 fi
4230 if test -z "$CC"; then
4231   # Extract the first word of "cc", so it can be a program name with args.
4232 set dummy cc; ac_word=$2
4233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4234 $as_echo_n "checking for $ac_word... " >&6; }
4235 if test "${ac_cv_prog_CC+set}" = set; then :
4236   $as_echo_n "(cached) " >&6
4237 else
4238   if test -n "$CC"; then
4239   ac_cv_prog_CC="$CC" # Let the user override the test.
4240 else
4241   ac_prog_rejected=no
4242 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4243 for as_dir in $PATH
4244 do
4245   IFS=$as_save_IFS
4246   test -z "$as_dir" && as_dir=.
4247     for ac_exec_ext in '' $ac_executable_extensions; do
4248   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4249     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4250        ac_prog_rejected=yes
4251        continue
4252      fi
4253     ac_cv_prog_CC="cc"
4254     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4255     break 2
4256   fi
4257 done
4258   done
4259 IFS=$as_save_IFS
4260
4261 if test $ac_prog_rejected = yes; then
4262   # We found a bogon in the path, so make sure we never use it.
4263   set dummy $ac_cv_prog_CC
4264   shift
4265   if test $# != 0; then
4266     # We chose a different compiler from the bogus one.
4267     # However, it has the same basename, so the bogon will be chosen
4268     # first if we set CC to just the basename; use the full file name.
4269     shift
4270     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4271   fi
4272 fi
4273 fi
4274 fi
4275 CC=$ac_cv_prog_CC
4276 if test -n "$CC"; then
4277   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4278 $as_echo "$CC" >&6; }
4279 else
4280   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4281 $as_echo "no" >&6; }
4282 fi
4283
4284
4285 fi
4286 if test -z "$CC"; then
4287   if test -n "$ac_tool_prefix"; then
4288   for ac_prog in cl.exe
4289   do
4290     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4291 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4293 $as_echo_n "checking for $ac_word... " >&6; }
4294 if test "${ac_cv_prog_CC+set}" = set; then :
4295   $as_echo_n "(cached) " >&6
4296 else
4297   if test -n "$CC"; then
4298   ac_cv_prog_CC="$CC" # Let the user override the test.
4299 else
4300 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4301 for as_dir in $PATH
4302 do
4303   IFS=$as_save_IFS
4304   test -z "$as_dir" && as_dir=.
4305     for ac_exec_ext in '' $ac_executable_extensions; do
4306   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4307     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4308     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4309     break 2
4310   fi
4311 done
4312   done
4313 IFS=$as_save_IFS
4314
4315 fi
4316 fi
4317 CC=$ac_cv_prog_CC
4318 if test -n "$CC"; then
4319   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4320 $as_echo "$CC" >&6; }
4321 else
4322   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4323 $as_echo "no" >&6; }
4324 fi
4325
4326
4327     test -n "$CC" && break
4328   done
4329 fi
4330 if test -z "$CC"; then
4331   ac_ct_CC=$CC
4332   for ac_prog in cl.exe
4333 do
4334   # Extract the first word of "$ac_prog", so it can be a program name with args.
4335 set dummy $ac_prog; 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_ac_ct_CC+set}" = set; then :
4339   $as_echo_n "(cached) " >&6
4340 else
4341   if test -n "$ac_ct_CC"; then
4342   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4343 else
4344 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4345 for as_dir in $PATH
4346 do
4347   IFS=$as_save_IFS
4348   test -z "$as_dir" && as_dir=.
4349     for ac_exec_ext in '' $ac_executable_extensions; do
4350   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4351     ac_cv_prog_ac_ct_CC="$ac_prog"
4352     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4353     break 2
4354   fi
4355 done
4356   done
4357 IFS=$as_save_IFS
4358
4359 fi
4360 fi
4361 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4362 if test -n "$ac_ct_CC"; then
4363   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4364 $as_echo "$ac_ct_CC" >&6; }
4365 else
4366   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4367 $as_echo "no" >&6; }
4368 fi
4369
4370
4371   test -n "$ac_ct_CC" && break
4372 done
4373
4374   if test "x$ac_ct_CC" = x; then
4375     CC=""
4376   else
4377     case $cross_compiling:$ac_tool_warned in
4378 yes:)
4379 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4380 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4381 ac_tool_warned=yes ;;
4382 esac
4383     CC=$ac_ct_CC
4384   fi
4385 fi
4386
4387 fi
4388
4389
4390 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4391 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4392 as_fn_error "no acceptable C compiler found in \$PATH
4393 See \`config.log' for more details." "$LINENO" 5; }
4394
4395 # Provide some information about the compiler.
4396 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4397 set X $ac_compile
4398 ac_compiler=$2
4399 for ac_option in --version -v -V -qversion; do
4400   { { ac_try="$ac_compiler $ac_option >&5"
4401 case "(($ac_try" in
4402   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4403   *) ac_try_echo=$ac_try;;
4404 esac
4405 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4406 $as_echo "$ac_try_echo"; } >&5
4407   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4408   ac_status=$?
4409   if test -s conftest.err; then
4410     sed '10a\
4411 ... rest of stderr output deleted ...
4412          10q' conftest.err >conftest.er1
4413     cat conftest.er1 >&5
4414     rm -f conftest.er1 conftest.err
4415   fi
4416   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4417   test $ac_status = 0; }
4418 done
4419
4420 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4421 /* end confdefs.h.  */
4422
4423 int
4424 main ()
4425 {
4426
4427   ;
4428   return 0;
4429 }
4430 _ACEOF
4431 ac_clean_files_save=$ac_clean_files
4432 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4433 # Try to create an executable without -o first, disregard a.out.
4434 # It will help us diagnose broken compilers, and finding out an intuition
4435 # of exeext.
4436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4437 $as_echo_n "checking for C compiler default output file name... " >&6; }
4438 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4439
4440 # The possible output files:
4441 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4442
4443 ac_rmfiles=
4444 for ac_file in $ac_files
4445 do
4446   case $ac_file in
4447     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4448     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4449   esac
4450 done
4451 rm -f $ac_rmfiles
4452
4453 if { { ac_try="$ac_link_default"
4454 case "(($ac_try" in
4455   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4456   *) ac_try_echo=$ac_try;;
4457 esac
4458 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4459 $as_echo "$ac_try_echo"; } >&5
4460   (eval "$ac_link_default") 2>&5
4461   ac_status=$?
4462   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4463   test $ac_status = 0; }; then :
4464   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4465 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4466 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
4467 # so that the user can short-circuit this test for compilers unknown to
4468 # Autoconf.
4469 for ac_file in $ac_files ''
4470 do
4471   test -f "$ac_file" || continue
4472   case $ac_file in
4473     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4474         ;;
4475     [ab].out )
4476         # We found the default executable, but exeext='' is most
4477         # certainly right.
4478         break;;
4479     *.* )
4480         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4481         then :; else
4482            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4483         fi
4484         # We set ac_cv_exeext here because the later test for it is not
4485         # safe: cross compilers may not add the suffix if given an `-o'
4486         # argument, so we may need to know it at that point already.
4487         # Even if this section looks crufty: it has the advantage of
4488         # actually working.
4489         break;;
4490     * )
4491         break;;
4492   esac
4493 done
4494 test "$ac_cv_exeext" = no && ac_cv_exeext=
4495
4496 else
4497   ac_file=''
4498 fi
4499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4500 $as_echo "$ac_file" >&6; }
4501 if test -z "$ac_file"; then :
4502   $as_echo "$as_me: failed program was:" >&5
4503 sed 's/^/| /' conftest.$ac_ext >&5
4504
4505 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4506 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4507 { as_fn_set_status 77
4508 as_fn_error "C compiler cannot create executables
4509 See \`config.log' for more details." "$LINENO" 5; }; }
4510 fi
4511 ac_exeext=$ac_cv_exeext
4512
4513 # Check that the compiler produces executables we can run.  If not, either
4514 # the compiler is broken, or we cross compile.
4515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4516 $as_echo_n "checking whether the C compiler works... " >&6; }
4517 # If not cross compiling, check that we can run a simple program.
4518 if test "$cross_compiling" != yes; then
4519   if { ac_try='./$ac_file'
4520   { { case "(($ac_try" in
4521   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4522   *) ac_try_echo=$ac_try;;
4523 esac
4524 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4525 $as_echo "$ac_try_echo"; } >&5
4526   (eval "$ac_try") 2>&5
4527   ac_status=$?
4528   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4529   test $ac_status = 0; }; }; then
4530     cross_compiling=no
4531   else
4532     if test "$cross_compiling" = maybe; then
4533         cross_compiling=yes
4534     else
4535         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4536 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4537 as_fn_error "cannot run C compiled programs.
4538 If you meant to cross compile, use \`--host'.
4539 See \`config.log' for more details." "$LINENO" 5; }
4540     fi
4541   fi
4542 fi
4543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4544 $as_echo "yes" >&6; }
4545
4546 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4547 ac_clean_files=$ac_clean_files_save
4548 # Check that the compiler produces executables we can run.  If not, either
4549 # the compiler is broken, or we cross compile.
4550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4551 $as_echo_n "checking whether we are cross compiling... " >&6; }
4552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4553 $as_echo "$cross_compiling" >&6; }
4554
4555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4556 $as_echo_n "checking for suffix of executables... " >&6; }
4557 if { { ac_try="$ac_link"
4558 case "(($ac_try" in
4559   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4560   *) ac_try_echo=$ac_try;;
4561 esac
4562 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4563 $as_echo "$ac_try_echo"; } >&5
4564   (eval "$ac_link") 2>&5
4565   ac_status=$?
4566   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4567   test $ac_status = 0; }; then :
4568   # If both `conftest.exe' and `conftest' are `present' (well, observable)
4569 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
4570 # work properly (i.e., refer to `conftest.exe'), while it won't with
4571 # `rm'.
4572 for ac_file in conftest.exe conftest conftest.*; do
4573   test -f "$ac_file" || continue
4574   case $ac_file in
4575     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4576     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4577           break;;
4578     * ) break;;
4579   esac
4580 done
4581 else
4582   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4583 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4584 as_fn_error "cannot compute suffix of executables: cannot compile and link
4585 See \`config.log' for more details." "$LINENO" 5; }
4586 fi
4587 rm -f conftest$ac_cv_exeext
4588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4589 $as_echo "$ac_cv_exeext" >&6; }
4590
4591 rm -f conftest.$ac_ext
4592 EXEEXT=$ac_cv_exeext
4593 ac_exeext=$EXEEXT
4594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4595 $as_echo_n "checking for suffix of object files... " >&6; }
4596 if test "${ac_cv_objext+set}" = set; then :
4597   $as_echo_n "(cached) " >&6
4598 else
4599   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4600 /* end confdefs.h.  */
4601
4602 int
4603 main ()
4604 {
4605
4606   ;
4607   return 0;
4608 }
4609 _ACEOF
4610 rm -f conftest.o conftest.obj
4611 if { { ac_try="$ac_compile"
4612 case "(($ac_try" in
4613   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4614   *) ac_try_echo=$ac_try;;
4615 esac
4616 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4617 $as_echo "$ac_try_echo"; } >&5
4618   (eval "$ac_compile") 2>&5
4619   ac_status=$?
4620   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4621   test $ac_status = 0; }; then :
4622   for ac_file in conftest.o conftest.obj conftest.*; do
4623   test -f "$ac_file" || continue;
4624   case $ac_file in
4625     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4626     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4627        break;;
4628   esac
4629 done
4630 else
4631   $as_echo "$as_me: failed program was:" >&5
4632 sed 's/^/| /' conftest.$ac_ext >&5
4633
4634 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4635 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4636 as_fn_error "cannot compute suffix of object files: cannot compile
4637 See \`config.log' for more details." "$LINENO" 5; }
4638 fi
4639 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4640 fi
4641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4642 $as_echo "$ac_cv_objext" >&6; }
4643 OBJEXT=$ac_cv_objext
4644 ac_objext=$OBJEXT
4645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4646 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4647 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4648   $as_echo_n "(cached) " >&6
4649 else
4650   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4651 /* end confdefs.h.  */
4652
4653 int
4654 main ()
4655 {
4656 #ifndef __GNUC__
4657        choke me
4658 #endif
4659
4660   ;
4661   return 0;
4662 }
4663 _ACEOF
4664 if ac_fn_c_try_compile "$LINENO"; then :
4665   ac_compiler_gnu=yes
4666 else
4667   ac_compiler_gnu=no
4668 fi
4669 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4670 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4671
4672 fi
4673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4674 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4675 if test $ac_compiler_gnu = yes; then
4676   GCC=yes
4677 else
4678   GCC=
4679 fi
4680 ac_test_CFLAGS=${CFLAGS+set}
4681 ac_save_CFLAGS=$CFLAGS
4682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4683 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4684 if test "${ac_cv_prog_cc_g+set}" = set; then :
4685   $as_echo_n "(cached) " >&6
4686 else
4687   ac_save_c_werror_flag=$ac_c_werror_flag
4688    ac_c_werror_flag=yes
4689    ac_cv_prog_cc_g=no
4690    CFLAGS="-g"
4691    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4692 /* end confdefs.h.  */
4693
4694 int
4695 main ()
4696 {
4697
4698   ;
4699   return 0;
4700 }
4701 _ACEOF
4702 if ac_fn_c_try_compile "$LINENO"; then :
4703   ac_cv_prog_cc_g=yes
4704 else
4705   CFLAGS=""
4706       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4707 /* end confdefs.h.  */
4708
4709 int
4710 main ()
4711 {
4712
4713   ;
4714   return 0;
4715 }
4716 _ACEOF
4717 if ac_fn_c_try_compile "$LINENO"; then :
4718
4719 else
4720   ac_c_werror_flag=$ac_save_c_werror_flag
4721          CFLAGS="-g"
4722          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4723 /* end confdefs.h.  */
4724
4725 int
4726 main ()
4727 {
4728
4729   ;
4730   return 0;
4731 }
4732 _ACEOF
4733 if ac_fn_c_try_compile "$LINENO"; then :
4734   ac_cv_prog_cc_g=yes
4735 fi
4736 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4737 fi
4738 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4739 fi
4740 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4741    ac_c_werror_flag=$ac_save_c_werror_flag
4742 fi
4743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4744 $as_echo "$ac_cv_prog_cc_g" >&6; }
4745 if test "$ac_test_CFLAGS" = set; then
4746   CFLAGS=$ac_save_CFLAGS
4747 elif test $ac_cv_prog_cc_g = yes; then
4748   if test "$GCC" = yes; then
4749     CFLAGS="-g -O2"
4750   else
4751     CFLAGS="-g"
4752   fi
4753 else
4754   if test "$GCC" = yes; then
4755     CFLAGS="-O2"
4756   else
4757     CFLAGS=
4758   fi
4759 fi
4760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4761 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4762 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4763   $as_echo_n "(cached) " >&6
4764 else
4765   ac_cv_prog_cc_c89=no
4766 ac_save_CC=$CC
4767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4768 /* end confdefs.h.  */
4769 #include <stdarg.h>
4770 #include <stdio.h>
4771 #include <sys/types.h>
4772 #include <sys/stat.h>
4773 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
4774 struct buf { int x; };
4775 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4776 static char *e (p, i)
4777      char **p;
4778      int i;
4779 {
4780   return p[i];
4781 }
4782 static char *f (char * (*g) (char **, int), char **p, ...)
4783 {
4784   char *s;
4785   va_list v;
4786   va_start (v,p);
4787   s = g (p, va_arg (v,int));
4788   va_end (v);
4789   return s;
4790 }
4791
4792 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
4793    function prototypes and stuff, but not '\xHH' hex character constants.
4794    These don't provoke an error unfortunately, instead are silently treated
4795    as 'x'.  The following induces an error, until -std is added to get
4796    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
4797    array size at least.  It's necessary to write '\x00'==0 to get something
4798    that's true only with -std.  */
4799 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4800
4801 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4802    inside strings and character constants.  */
4803 #define FOO(x) 'x'
4804 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4805
4806 int test (int i, double x);
4807 struct s1 {int (*f) (int a);};
4808 struct s2 {int (*f) (double a);};
4809 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4810 int argc;
4811 char **argv;
4812 int
4813 main ()
4814 {
4815 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
4816   ;
4817   return 0;
4818 }
4819 _ACEOF
4820 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4821         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4822 do
4823   CC="$ac_save_CC $ac_arg"
4824   if ac_fn_c_try_compile "$LINENO"; then :
4825   ac_cv_prog_cc_c89=$ac_arg
4826 fi
4827 rm -f core conftest.err conftest.$ac_objext
4828   test "x$ac_cv_prog_cc_c89" != "xno" && break
4829 done
4830 rm -f conftest.$ac_ext
4831 CC=$ac_save_CC
4832
4833 fi
4834 # AC_CACHE_VAL
4835 case "x$ac_cv_prog_cc_c89" in
4836   x)
4837     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4838 $as_echo "none needed" >&6; } ;;
4839   xno)
4840     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4841 $as_echo "unsupported" >&6; } ;;
4842   *)
4843     CC="$CC $ac_cv_prog_cc_c89"
4844     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4845 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4846 esac
4847 if test "x$ac_cv_prog_cc_c89" != xno; then :
4848
4849 fi
4850
4851 ac_ext=c
4852 ac_cpp='$CPP $CPPFLAGS'
4853 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4854 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4855 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4856
4857 ac_aux_dir=
4858 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4859   for ac_t in install-sh install.sh shtool; do
4860     if test -f "$ac_dir/$ac_t"; then
4861       ac_aux_dir=$ac_dir
4862       ac_install_sh="$ac_aux_dir/$ac_t -c"
4863       break 2
4864     fi
4865   done
4866 done
4867 if test -z "$ac_aux_dir"; then
4868   as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4869 fi
4870
4871 # These three variables are undocumented and unsupported,
4872 # and are intended to be withdrawn in a future Autoconf release.
4873 # They can cause serious problems if a builder's source tree is in a directory
4874 # whose full name contains unusual characters.
4875 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
4876 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
4877 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
4878
4879
4880 # Make sure we can run config.sub.
4881 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4882   as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4883
4884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4885 $as_echo_n "checking build system type... " >&6; }
4886 if test "${ac_cv_build+set}" = set; then :
4887   $as_echo_n "(cached) " >&6
4888 else
4889   ac_build_alias=$build_alias
4890 test "x$ac_build_alias" = x &&
4891   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4892 test "x$ac_build_alias" = x &&
4893   as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4894 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4895   as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4896
4897 fi
4898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4899 $as_echo "$ac_cv_build" >&6; }
4900 case $ac_cv_build in
4901 *-*-*) ;;
4902 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
4903 esac
4904 build=$ac_cv_build
4905 ac_save_IFS=$IFS; IFS='-'
4906 set x $ac_cv_build
4907 shift
4908 build_cpu=$1
4909 build_vendor=$2
4910 shift; shift
4911 # Remember, the first character of IFS is used to create $*,
4912 # except with old shells:
4913 build_os=$*
4914 IFS=$ac_save_IFS
4915 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4916
4917
4918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4919 $as_echo_n "checking host system type... " >&6; }
4920 if test "${ac_cv_host+set}" = set; then :
4921   $as_echo_n "(cached) " >&6
4922 else
4923   if test "x$host_alias" = x; then
4924   ac_cv_host=$ac_cv_build
4925 else
4926   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4927     as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4928 fi
4929
4930 fi
4931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4932 $as_echo "$ac_cv_host" >&6; }
4933 case $ac_cv_host in
4934 *-*-*) ;;
4935 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
4936 esac
4937 host=$ac_cv_host
4938 ac_save_IFS=$IFS; IFS='-'
4939 set x $ac_cv_host
4940 shift
4941 host_cpu=$1
4942 host_vendor=$2
4943 shift; shift
4944 # Remember, the first character of IFS is used to create $*,
4945 # except with old shells:
4946 host_os=$*
4947 IFS=$ac_save_IFS
4948 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4949
4950
4951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
4952 $as_echo_n "checking target system type... " >&6; }
4953 if test "${ac_cv_target+set}" = set; then :
4954   $as_echo_n "(cached) " >&6
4955 else
4956   if test "x$target_alias" = x; then
4957   ac_cv_target=$ac_cv_host
4958 else
4959   ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
4960     as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
4961 fi
4962
4963 fi
4964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
4965 $as_echo "$ac_cv_target" >&6; }
4966 case $ac_cv_target in
4967 *-*-*) ;;
4968 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
4969 esac
4970 target=$ac_cv_target
4971 ac_save_IFS=$IFS; IFS='-'
4972 set x $ac_cv_target
4973 shift
4974 target_cpu=$1
4975 target_vendor=$2
4976 shift; shift
4977 # Remember, the first character of IFS is used to create $*,
4978 # except with old shells:
4979 target_os=$*
4980 IFS=$ac_save_IFS
4981 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
4982
4983
4984 # The aliases save the names the user supplied, while $host etc.
4985 # will get canonicalized.
4986 test -n "$target_alias" &&
4987   test "$program_prefix$program_suffix$program_transform_name" = \
4988     NONENONEs,x,x, &&
4989   program_prefix=${target_alias}-
4990
4991 ac_ext=c
4992 ac_cpp='$CPP $CPPFLAGS'
4993 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4994 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4995 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4997 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4998 # On Suns, sometimes $CPP names a directory.
4999 if test -n "$CPP" && test -d "$CPP"; then
5000   CPP=
5001 fi
5002 if test -z "$CPP"; then
5003   if test "${ac_cv_prog_CPP+set}" = set; then :
5004   $as_echo_n "(cached) " >&6
5005 else
5006       # Double quotes because CPP needs to be expanded
5007     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5008     do
5009       ac_preproc_ok=false
5010 for ac_c_preproc_warn_flag in '' yes
5011 do
5012   # Use a header file that comes with gcc, so configuring glibc
5013   # with a fresh cross-compiler works.
5014   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5015   # <limits.h> exists even on freestanding compilers.
5016   # On the NeXT, cc -E runs the code through the compiler's parser,
5017   # not just through cpp. "Syntax error" is here to catch this case.
5018   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5019 /* end confdefs.h.  */
5020 #ifdef __STDC__
5021 # include <limits.h>
5022 #else
5023 # include <assert.h>
5024 #endif
5025                      Syntax error
5026 _ACEOF
5027 if ac_fn_c_try_cpp "$LINENO"; then :
5028
5029 else
5030   # Broken: fails on valid input.
5031 continue
5032 fi
5033 rm -f conftest.err conftest.$ac_ext
5034
5035   # OK, works on sane cases.  Now check whether nonexistent headers
5036   # can be detected and how.
5037   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5038 /* end confdefs.h.  */
5039 #include <ac_nonexistent.h>
5040 _ACEOF
5041 if ac_fn_c_try_cpp "$LINENO"; then :
5042   # Broken: success on invalid input.
5043 continue
5044 else
5045   # Passes both tests.
5046 ac_preproc_ok=:
5047 break
5048 fi
5049 rm -f conftest.err conftest.$ac_ext
5050
5051 done
5052 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5053 rm -f conftest.err conftest.$ac_ext
5054 if $ac_preproc_ok; then :
5055   break
5056 fi
5057
5058     done
5059     ac_cv_prog_CPP=$CPP
5060
5061 fi
5062   CPP=$ac_cv_prog_CPP
5063 else
5064   ac_cv_prog_CPP=$CPP
5065 fi
5066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5067 $as_echo "$CPP" >&6; }
5068 ac_preproc_ok=false
5069 for ac_c_preproc_warn_flag in '' yes
5070 do
5071   # Use a header file that comes with gcc, so configuring glibc
5072   # with a fresh cross-compiler works.
5073   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5074   # <limits.h> exists even on freestanding compilers.
5075   # On the NeXT, cc -E runs the code through the compiler's parser,
5076   # not just through cpp. "Syntax error" is here to catch this case.
5077   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5078 /* end confdefs.h.  */
5079 #ifdef __STDC__
5080 # include <limits.h>
5081 #else
5082 # include <assert.h>
5083 #endif
5084                      Syntax error
5085 _ACEOF
5086 if ac_fn_c_try_cpp "$LINENO"; then :
5087
5088 else
5089   # Broken: fails on valid input.
5090 continue
5091 fi
5092 rm -f conftest.err conftest.$ac_ext
5093
5094   # OK, works on sane cases.  Now check whether nonexistent headers
5095   # can be detected and how.
5096   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5097 /* end confdefs.h.  */
5098 #include <ac_nonexistent.h>
5099 _ACEOF
5100 if ac_fn_c_try_cpp "$LINENO"; then :
5101   # Broken: success on invalid input.
5102 continue
5103 else
5104   # Passes both tests.
5105 ac_preproc_ok=:
5106 break
5107 fi
5108 rm -f conftest.err conftest.$ac_ext
5109
5110 done
5111 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5112 rm -f conftest.err conftest.$ac_ext
5113 if $ac_preproc_ok; then :
5114
5115 else
5116   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5117 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5118 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5119 See \`config.log' for more details." "$LINENO" 5; }
5120 fi
5121
5122 ac_ext=c
5123 ac_cpp='$CPP $CPPFLAGS'
5124 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5125 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5126 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5127
5128
5129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5130 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5131 if test "${ac_cv_path_GREP+set}" = set; then :
5132   $as_echo_n "(cached) " >&6
5133 else
5134   if test -z "$GREP"; then
5135   ac_path_GREP_found=false
5136   # Loop through the user's path and test for each of PROGNAME-LIST
5137   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5138 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5139 do
5140   IFS=$as_save_IFS
5141   test -z "$as_dir" && as_dir=.
5142     for ac_prog in grep ggrep; do
5143     for ac_exec_ext in '' $ac_executable_extensions; do
5144       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5145       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5146 # Check for GNU ac_path_GREP and select it if it is found.
5147   # Check for GNU $ac_path_GREP
5148 case `"$ac_path_GREP" --version 2>&1` in
5149 *GNU*)
5150   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5151 *)
5152   ac_count=0
5153   $as_echo_n 0123456789 >"conftest.in"
5154   while :
5155   do
5156     cat "conftest.in" "conftest.in" >"conftest.tmp"
5157     mv "conftest.tmp" "conftest.in"
5158     cp "conftest.in" "conftest.nl"
5159     $as_echo 'GREP' >> "conftest.nl"
5160     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5161     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5162     as_fn_arith $ac_count + 1 && ac_count=$as_val
5163     if test $ac_count -gt ${ac_path_GREP_max-0}; then
5164       # Best one so far, save it but keep looking for a better one
5165       ac_cv_path_GREP="$ac_path_GREP"
5166       ac_path_GREP_max=$ac_count
5167     fi
5168     # 10*(2^10) chars as input seems more than enough
5169     test $ac_count -gt 10 && break
5170   done
5171   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5172 esac
5173
5174       $ac_path_GREP_found && break 3
5175     done
5176   done
5177   done
5178 IFS=$as_save_IFS
5179   if test -z "$ac_cv_path_GREP"; then
5180     as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5181   fi
5182 else
5183   ac_cv_path_GREP=$GREP
5184 fi
5185
5186 fi
5187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5188 $as_echo "$ac_cv_path_GREP" >&6; }
5189  GREP="$ac_cv_path_GREP"
5190
5191
5192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5193 $as_echo_n "checking for egrep... " >&6; }
5194 if test "${ac_cv_path_EGREP+set}" = set; then :
5195   $as_echo_n "(cached) " >&6
5196 else
5197   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5198    then ac_cv_path_EGREP="$GREP -E"
5199    else
5200      if test -z "$EGREP"; then
5201   ac_path_EGREP_found=false
5202   # Loop through the user's path and test for each of PROGNAME-LIST
5203   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5204 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5205 do
5206   IFS=$as_save_IFS
5207   test -z "$as_dir" && as_dir=.
5208     for ac_prog in egrep; do
5209     for ac_exec_ext in '' $ac_executable_extensions; do
5210       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5211       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5212 # Check for GNU ac_path_EGREP and select it if it is found.
5213   # Check for GNU $ac_path_EGREP
5214 case `"$ac_path_EGREP" --version 2>&1` in
5215 *GNU*)
5216   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5217 *)
5218   ac_count=0
5219   $as_echo_n 0123456789 >"conftest.in"
5220   while :
5221   do
5222     cat "conftest.in" "conftest.in" >"conftest.tmp"
5223     mv "conftest.tmp" "conftest.in"
5224     cp "conftest.in" "conftest.nl"
5225     $as_echo 'EGREP' >> "conftest.nl"
5226     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5227     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5228     as_fn_arith $ac_count + 1 && ac_count=$as_val
5229     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5230       # Best one so far, save it but keep looking for a better one
5231       ac_cv_path_EGREP="$ac_path_EGREP"
5232       ac_path_EGREP_max=$ac_count
5233     fi
5234     # 10*(2^10) chars as input seems more than enough
5235     test $ac_count -gt 10 && break
5236   done
5237   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5238 esac
5239
5240       $ac_path_EGREP_found && break 3
5241     done
5242   done
5243   done
5244 IFS=$as_save_IFS
5245   if test -z "$ac_cv_path_EGREP"; then
5246     as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5247   fi
5248 else
5249   ac_cv_path_EGREP=$EGREP
5250 fi
5251
5252    fi
5253 fi
5254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5255 $as_echo "$ac_cv_path_EGREP" >&6; }
5256  EGREP="$ac_cv_path_EGREP"
5257
5258
5259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5260 $as_echo_n "checking for ANSI C header files... " >&6; }
5261 if test "${ac_cv_header_stdc+set}" = set; then :
5262   $as_echo_n "(cached) " >&6
5263 else
5264   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5265 /* end confdefs.h.  */
5266 #include <stdlib.h>
5267 #include <stdarg.h>
5268 #include <string.h>
5269 #include <float.h>
5270
5271 int
5272 main ()
5273 {
5274
5275   ;
5276   return 0;
5277 }
5278 _ACEOF
5279 if ac_fn_c_try_compile "$LINENO"; then :
5280   ac_cv_header_stdc=yes
5281 else
5282   ac_cv_header_stdc=no
5283 fi
5284 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5285
5286 if test $ac_cv_header_stdc = yes; then
5287   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5288   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5289 /* end confdefs.h.  */
5290 #include <string.h>
5291
5292 _ACEOF
5293 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5294   $EGREP "memchr" >/dev/null 2>&1; then :
5295
5296 else
5297   ac_cv_header_stdc=no
5298 fi
5299 rm -f conftest*
5300
5301 fi
5302
5303 if test $ac_cv_header_stdc = yes; then
5304   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5305   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5306 /* end confdefs.h.  */
5307 #include <stdlib.h>
5308
5309 _ACEOF
5310 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5311   $EGREP "free" >/dev/null 2>&1; then :
5312
5313 else
5314   ac_cv_header_stdc=no
5315 fi
5316 rm -f conftest*
5317
5318 fi
5319
5320 if test $ac_cv_header_stdc = yes; then
5321   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5322   if test "$cross_compiling" = yes; then :
5323   :
5324 else
5325   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5326 /* end confdefs.h.  */
5327 #include <ctype.h>
5328 #include <stdlib.h>
5329 #if ((' ' & 0x0FF) == 0x020)
5330 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5331 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5332 #else
5333 # define ISLOWER(c) \
5334                    (('a' <= (c) && (c) <= 'i') \
5335                      || ('j' <= (c) && (c) <= 'r') \
5336                      || ('s' <= (c) && (c) <= 'z'))
5337 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5338 #endif
5339
5340 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5341 int
5342 main ()
5343 {
5344   int i;
5345   for (i = 0; i < 256; i++)
5346     if (XOR (islower (i), ISLOWER (i))
5347         || toupper (i) != TOUPPER (i))
5348       return 2;
5349   return 0;
5350 }
5351 _ACEOF
5352 if ac_fn_c_try_run "$LINENO"; then :
5353
5354 else
5355   ac_cv_header_stdc=no
5356 fi
5357 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5358   conftest.$ac_objext conftest.beam conftest.$ac_ext
5359 fi
5360
5361 fi
5362 fi
5363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5364 $as_echo "$ac_cv_header_stdc" >&6; }
5365 if test $ac_cv_header_stdc = yes; then
5366
5367 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5368
5369 fi
5370
5371 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5372 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5373                   inttypes.h stdint.h unistd.h
5374 do :
5375   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5376 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5377 "
5378 eval as_val=\$$as_ac_Header
5379    if test "x$as_val" = x""yes; then :
5380   cat >>confdefs.h <<_ACEOF
5381 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5382 _ACEOF
5383
5384 fi
5385
5386 done
5387
5388
5389
5390   ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5391 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5392   MINIX=yes
5393 else
5394   MINIX=
5395 fi
5396
5397
5398   if test "$MINIX" = yes; then
5399
5400 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5401
5402
5403 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5404
5405
5406 $as_echo "#define _MINIX 1" >>confdefs.h
5407
5408   fi
5409
5410
5411   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5412 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5413 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5414   $as_echo_n "(cached) " >&6
5415 else
5416   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5417 /* end confdefs.h.  */
5418
5419 #         define __EXTENSIONS__ 1
5420           $ac_includes_default
5421 int
5422 main ()
5423 {
5424
5425   ;
5426   return 0;
5427 }
5428 _ACEOF
5429 if ac_fn_c_try_compile "$LINENO"; then :
5430   ac_cv_safe_to_define___extensions__=yes
5431 else
5432   ac_cv_safe_to_define___extensions__=no
5433 fi
5434 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5435 fi
5436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5437 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5438   test $ac_cv_safe_to_define___extensions__ = yes &&
5439     $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5440
5441   $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5442
5443   $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5444
5445   $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5446
5447   $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5448
5449
5450 test "$program_prefix" != NONE &&
5451   program_transform_name="s&^&$program_prefix&;$program_transform_name"
5452 # Use a double $ so make ignores it.
5453 test "$program_suffix" != NONE &&
5454   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5455 # Double any \ or $.
5456 # By default was `s,x,x', remove it if useless.
5457 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5458 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5459
5460 # Find a good install program.  We prefer a C program (faster),
5461 # so one script is as good as another.  But avoid the broken or
5462 # incompatible versions:
5463 # SysV /etc/install, /usr/sbin/install
5464 # SunOS /usr/etc/install
5465 # IRIX /sbin/install
5466 # AIX /bin/install
5467 # AmigaOS /C/install, which installs bootblocks on floppy discs
5468 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5469 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
5470 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5471 # OS/2's system install, which has a completely different semantic
5472 # ./install, which can be erroneously created by make from ./install.sh.
5473 # Reject install programs that cannot install multiple files.
5474 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5475 $as_echo_n "checking for a BSD-compatible install... " >&6; }
5476 if test -z "$INSTALL"; then
5477 if test "${ac_cv_path_install+set}" = set; then :
5478   $as_echo_n "(cached) " >&6
5479 else
5480   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5481 for as_dir in $PATH
5482 do
5483   IFS=$as_save_IFS
5484   test -z "$as_dir" && as_dir=.
5485     # Account for people who put trailing slashes in PATH elements.
5486 case $as_dir/ in #((
5487   ./ | .// | /[cC]/* | \
5488   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5489   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5490   /usr/ucb/* ) ;;
5491   *)
5492     # OSF1 and SCO ODT 3.0 have their own names for install.
5493     # Don't use installbsd from OSF since it installs stuff as root
5494     # by default.
5495     for ac_prog in ginstall scoinst install; do
5496       for ac_exec_ext in '' $ac_executable_extensions; do
5497         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
5498           if test $ac_prog = install &&
5499             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5500             # AIX install.  It has an incompatible calling convention.
5501             :
5502           elif test $ac_prog = install &&
5503             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5504             # program-specific install script used by HP pwplus--don't use.
5505             :
5506           else
5507             rm -rf conftest.one conftest.two conftest.dir
5508             echo one > conftest.one
5509             echo two > conftest.two
5510             mkdir conftest.dir
5511             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5512               test -s conftest.one && test -s conftest.two &&
5513               test -s conftest.dir/conftest.one &&
5514               test -s conftest.dir/conftest.two
5515             then
5516               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5517               break 3
5518             fi
5519           fi
5520         fi
5521       done
5522     done
5523     ;;
5524 esac
5525
5526   done
5527 IFS=$as_save_IFS
5528
5529 rm -rf conftest.one conftest.two conftest.dir
5530
5531 fi
5532   if test "${ac_cv_path_install+set}" = set; then
5533     INSTALL=$ac_cv_path_install
5534   else
5535     # As a last resort, use the slow shell script.  Don't cache a
5536     # value for INSTALL within a source directory, because that will
5537     # break other packages using the cache if that directory is
5538     # removed, or if the value is a relative name.
5539     INSTALL=$ac_install_sh
5540   fi
5541 fi
5542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5543 $as_echo "$INSTALL" >&6; }
5544
5545 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5546 # It thinks the first close brace ends the variable substitution.
5547 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5548
5549 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5550
5551 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5552
5553 rm -rf .tst 2>/dev/null
5554 mkdir .tst 2>/dev/null
5555 if test -d .tst; then
5556   am__leading_dot=.
5557 else
5558   am__leading_dot=_
5559 fi
5560 rmdir .tst 2>/dev/null
5561
5562 DEPDIR="${am__leading_dot}deps"
5563
5564 case `pwd` in
5565   *\ * | *\     *)
5566     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5567 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5568 esac
5569
5570
5571
5572 macro_version='2.2.7a'
5573 macro_revision='1.3134'
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587 ltmain="$ac_aux_dir/ltmain.sh"
5588
5589 # Backslashify metacharacters that are still active within
5590 # double-quoted strings.
5591 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5592
5593 # Same as above, but do not quote variable references.
5594 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5595
5596 # Sed substitution to delay expansion of an escaped shell variable in a
5597 # double_quote_subst'ed string.
5598 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5599
5600 # Sed substitution to delay expansion of an escaped single quote.
5601 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5602
5603 # Sed substitution to avoid accidental globbing in evaled expressions
5604 no_glob_subst='s/\*/\\\*/g'
5605
5606 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5607 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5608 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5609
5610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5611 $as_echo_n "checking how to print strings... " >&6; }
5612 # Test print first, because it will be a builtin if present.
5613 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5614    test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5615   ECHO='print -r --'
5616 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5617   ECHO='printf %s\n'
5618 else
5619   # Use this function as a fallback that always works.
5620   func_fallback_echo ()
5621   {
5622     eval 'cat <<_LTECHO_EOF
5623 $1
5624 _LTECHO_EOF'
5625   }
5626   ECHO='func_fallback_echo'
5627 fi
5628
5629 # func_echo_all arg...
5630 # Invoke $ECHO with all args, space-separated.
5631 func_echo_all ()
5632 {
5633     $ECHO ""
5634 }
5635
5636 case "$ECHO" in
5637   printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5638 $as_echo "printf" >&6; } ;;
5639   print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5640 $as_echo "print -r" >&6; } ;;
5641   *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5642 $as_echo "cat" >&6; } ;;
5643 esac
5644
5645
5646
5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5659 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5660 if test "${ac_cv_path_SED+set}" = set; then :
5661   $as_echo_n "(cached) " >&6
5662 else
5663             ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5664      for ac_i in 1 2 3 4 5 6 7; do
5665        ac_script="$ac_script$as_nl$ac_script"
5666      done
5667      echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5668      { ac_script=; unset ac_script;}
5669      if test -z "$SED"; then
5670   ac_path_SED_found=false
5671   # Loop through the user's path and test for each of PROGNAME-LIST
5672   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5673 for as_dir in $PATH
5674 do
5675   IFS=$as_save_IFS
5676   test -z "$as_dir" && as_dir=.
5677     for ac_prog in sed gsed; do
5678     for ac_exec_ext in '' $ac_executable_extensions; do
5679       ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5680       { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5681 # Check for GNU ac_path_SED and select it if it is found.
5682   # Check for GNU $ac_path_SED
5683 case `"$ac_path_SED" --version 2>&1` in
5684 *GNU*)
5685   ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5686 *)
5687   ac_count=0
5688   $as_echo_n 0123456789 >"conftest.in"
5689   while :
5690   do
5691     cat "conftest.in" "conftest.in" >"conftest.tmp"
5692     mv "conftest.tmp" "conftest.in"
5693     cp "conftest.in" "conftest.nl"
5694     $as_echo '' >> "conftest.nl"
5695     "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5696     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5697     as_fn_arith $ac_count + 1 && ac_count=$as_val
5698     if test $ac_count -gt ${ac_path_SED_max-0}; then
5699       # Best one so far, save it but keep looking for a better one
5700       ac_cv_path_SED="$ac_path_SED"
5701       ac_path_SED_max=$ac_count
5702     fi
5703     # 10*(2^10) chars as input seems more than enough
5704     test $ac_count -gt 10 && break
5705   done
5706   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5707 esac
5708
5709       $ac_path_SED_found && break 3
5710     done
5711   done
5712   done
5713 IFS=$as_save_IFS
5714   if test -z "$ac_cv_path_SED"; then
5715     as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5716   fi
5717 else
5718   ac_cv_path_SED=$SED
5719 fi
5720
5721 fi
5722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5723 $as_echo "$ac_cv_path_SED" >&6; }
5724  SED="$ac_cv_path_SED"
5725   rm -f conftest.sed
5726
5727 test -z "$SED" && SED=sed
5728 Xsed="$SED -e 1s/^X//"
5729
5730
5731
5732
5733
5734
5735
5736
5737
5738
5739
5740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5741 $as_echo_n "checking for fgrep... " >&6; }
5742 if test "${ac_cv_path_FGREP+set}" = set; then :
5743   $as_echo_n "(cached) " >&6
5744 else
5745   if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5746    then ac_cv_path_FGREP="$GREP -F"
5747    else
5748      if test -z "$FGREP"; then
5749   ac_path_FGREP_found=false
5750   # Loop through the user's path and test for each of PROGNAME-LIST
5751   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5752 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5753 do
5754   IFS=$as_save_IFS
5755   test -z "$as_dir" && as_dir=.
5756     for ac_prog in fgrep; do
5757     for ac_exec_ext in '' $ac_executable_extensions; do
5758       ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5759       { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5760 # Check for GNU ac_path_FGREP and select it if it is found.
5761   # Check for GNU $ac_path_FGREP
5762 case `"$ac_path_FGREP" --version 2>&1` in
5763 *GNU*)
5764   ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5765 *)
5766   ac_count=0
5767   $as_echo_n 0123456789 >"conftest.in"
5768   while :
5769   do
5770     cat "conftest.in" "conftest.in" >"conftest.tmp"
5771     mv "conftest.tmp" "conftest.in"
5772     cp "conftest.in" "conftest.nl"
5773     $as_echo 'FGREP' >> "conftest.nl"
5774     "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5775     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5776     as_fn_arith $ac_count + 1 && ac_count=$as_val
5777     if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5778       # Best one so far, save it but keep looking for a better one
5779       ac_cv_path_FGREP="$ac_path_FGREP"
5780       ac_path_FGREP_max=$ac_count
5781     fi
5782     # 10*(2^10) chars as input seems more than enough
5783     test $ac_count -gt 10 && break
5784   done
5785   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5786 esac
5787
5788       $ac_path_FGREP_found && break 3
5789     done
5790   done
5791   done
5792 IFS=$as_save_IFS
5793   if test -z "$ac_cv_path_FGREP"; then
5794     as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5795   fi
5796 else
5797   ac_cv_path_FGREP=$FGREP
5798 fi
5799
5800    fi
5801 fi
5802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5803 $as_echo "$ac_cv_path_FGREP" >&6; }
5804  FGREP="$ac_cv_path_FGREP"
5805
5806
5807 test -z "$GREP" && GREP=grep
5808
5809
5810
5811
5812
5813
5814
5815
5816
5817
5818
5819
5820
5821
5822
5823
5824
5825
5826
5827 # Check whether --with-gnu-ld was given.
5828 if test "${with_gnu_ld+set}" = set; then :
5829   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5830 else
5831   with_gnu_ld=no
5832 fi
5833
5834 ac_prog=ld
5835 if test "$GCC" = yes; then
5836   # Check if gcc -print-prog-name=ld gives a path.
5837   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5838 $as_echo_n "checking for ld used by $CC... " >&6; }
5839   case $host in
5840   *-*-mingw*)
5841     # gcc leaves a trailing carriage return which upsets mingw
5842     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5843   *)
5844     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5845   esac
5846   case $ac_prog in
5847     # Accept absolute paths.
5848     [\\/]* | ?:[\\/]*)
5849       re_direlt='/[^/][^/]*/\.\./'
5850       # Canonicalize the pathname of ld
5851       ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5852       while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5853         ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5854       done
5855       test -z "$LD" && LD="$ac_prog"
5856       ;;
5857   "")
5858     # If it fails, then pretend we aren't using GCC.
5859     ac_prog=ld
5860     ;;
5861   *)
5862     # If it is relative, then search for the first ld in PATH.
5863     with_gnu_ld=unknown
5864     ;;
5865   esac
5866 elif test "$with_gnu_ld" = yes; then
5867   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5868 $as_echo_n "checking for GNU ld... " >&6; }
5869 else
5870   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5871 $as_echo_n "checking for non-GNU ld... " >&6; }
5872 fi
5873 if test "${lt_cv_path_LD+set}" = set; then :
5874   $as_echo_n "(cached) " >&6
5875 else
5876   if test -z "$LD"; then
5877   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5878   for ac_dir in $PATH; do
5879     IFS="$lt_save_ifs"
5880     test -z "$ac_dir" && ac_dir=.
5881     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5882       lt_cv_path_LD="$ac_dir/$ac_prog"
5883       # Check to see if the program is GNU ld.  I'd rather use --version,
5884       # but apparently some variants of GNU ld only accept -v.
5885       # Break only if it was the GNU/non-GNU ld that we prefer.
5886       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5887       *GNU* | *'with BFD'*)
5888         test "$with_gnu_ld" != no && break
5889         ;;
5890       *)
5891         test "$with_gnu_ld" != yes && break
5892         ;;
5893       esac
5894     fi
5895   done
5896   IFS="$lt_save_ifs"
5897 else
5898   lt_cv_path_LD="$LD" # Let the user override the test with a path.
5899 fi
5900 fi
5901
5902 LD="$lt_cv_path_LD"
5903 if test -n "$LD"; then
5904   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5905 $as_echo "$LD" >&6; }
5906 else
5907   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5908 $as_echo "no" >&6; }
5909 fi
5910 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5912 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5913 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5914   $as_echo_n "(cached) " >&6
5915 else
5916   # I'd rather use --version here, but apparently some GNU lds only accept -v.
5917 case `$LD -v 2>&1 </dev/null` in
5918 *GNU* | *'with BFD'*)
5919   lt_cv_prog_gnu_ld=yes
5920   ;;
5921 *)
5922   lt_cv_prog_gnu_ld=no
5923   ;;
5924 esac
5925 fi
5926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5927 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5928 with_gnu_ld=$lt_cv_prog_gnu_ld
5929
5930
5931
5932
5933
5934
5935
5936
5937
5938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5939 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5940 if test "${lt_cv_path_NM+set}" = set; then :
5941   $as_echo_n "(cached) " >&6
5942 else
5943   if test -n "$NM"; then
5944   # Let the user override the test.
5945   lt_cv_path_NM="$NM"
5946 else
5947   lt_nm_to_check="${ac_tool_prefix}nm"
5948   if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5949     lt_nm_to_check="$lt_nm_to_check nm"
5950   fi
5951   for lt_tmp_nm in $lt_nm_to_check; do
5952     lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5953     for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5954       IFS="$lt_save_ifs"
5955       test -z "$ac_dir" && ac_dir=.
5956       tmp_nm="$ac_dir/$lt_tmp_nm"
5957       if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5958         # Check to see if the nm accepts a BSD-compat flag.
5959         # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5960         #   nm: unknown option "B" ignored
5961         # Tru64's nm complains that /dev/null is an invalid object file
5962         case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5963         */dev/null* | *'Invalid file or object type'*)
5964           lt_cv_path_NM="$tmp_nm -B"
5965           break
5966           ;;
5967         *)
5968           case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5969           */dev/null*)
5970             lt_cv_path_NM="$tmp_nm -p"
5971             break
5972             ;;
5973           *)
5974             lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5975             continue # so that we can try to find one that supports BSD flags
5976             ;;
5977           esac
5978           ;;
5979         esac
5980       fi
5981     done
5982     IFS="$lt_save_ifs"
5983   done
5984   : ${lt_cv_path_NM=no}
5985 fi
5986 fi
5987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5988 $as_echo "$lt_cv_path_NM" >&6; }
5989 if test "$lt_cv_path_NM" != "no"; then
5990   NM="$lt_cv_path_NM"
5991 else
5992   # Didn't find any BSD compatible name lister, look for dumpbin.
5993   if test -n "$DUMPBIN"; then :
5994     # Let the user override the test.
5995   else
5996     if test -n "$ac_tool_prefix"; then
5997   for ac_prog in dumpbin "link -dump"
5998   do
5999     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6000 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6002 $as_echo_n "checking for $ac_word... " >&6; }
6003 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
6004   $as_echo_n "(cached) " >&6
6005 else
6006   if test -n "$DUMPBIN"; then
6007   ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6008 else
6009 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6010 for as_dir in $PATH
6011 do
6012   IFS=$as_save_IFS
6013   test -z "$as_dir" && as_dir=.
6014     for ac_exec_ext in '' $ac_executable_extensions; do
6015   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6016     ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6017     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6018     break 2
6019   fi
6020 done
6021   done
6022 IFS=$as_save_IFS
6023
6024 fi
6025 fi
6026 DUMPBIN=$ac_cv_prog_DUMPBIN
6027 if test -n "$DUMPBIN"; then
6028   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6029 $as_echo "$DUMPBIN" >&6; }
6030 else
6031   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6032 $as_echo "no" >&6; }
6033 fi
6034
6035
6036     test -n "$DUMPBIN" && break
6037   done
6038 fi
6039 if test -z "$DUMPBIN"; then
6040   ac_ct_DUMPBIN=$DUMPBIN
6041   for ac_prog in dumpbin "link -dump"
6042 do
6043   # Extract the first word of "$ac_prog", so it can be a program name with args.
6044 set dummy $ac_prog; ac_word=$2
6045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6046 $as_echo_n "checking for $ac_word... " >&6; }
6047 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
6048   $as_echo_n "(cached) " >&6
6049 else
6050   if test -n "$ac_ct_DUMPBIN"; then
6051   ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6052 else
6053 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6054 for as_dir in $PATH
6055 do
6056   IFS=$as_save_IFS
6057   test -z "$as_dir" && as_dir=.
6058     for ac_exec_ext in '' $ac_executable_extensions; do
6059   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6060     ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6061     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6062     break 2
6063   fi
6064 done
6065   done
6066 IFS=$as_save_IFS
6067
6068 fi
6069 fi
6070 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6071 if test -n "$ac_ct_DUMPBIN"; then
6072   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6073 $as_echo "$ac_ct_DUMPBIN" >&6; }
6074 else
6075   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6076 $as_echo "no" >&6; }
6077 fi
6078
6079
6080   test -n "$ac_ct_DUMPBIN" && break
6081 done
6082
6083   if test "x$ac_ct_DUMPBIN" = x; then
6084     DUMPBIN=":"
6085   else
6086     case $cross_compiling:$ac_tool_warned in
6087 yes:)
6088 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6089 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6090 ac_tool_warned=yes ;;
6091 esac
6092     DUMPBIN=$ac_ct_DUMPBIN
6093   fi
6094 fi
6095
6096     case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6097     *COFF*)
6098       DUMPBIN="$DUMPBIN -symbols"
6099       ;;
6100     *)
6101       DUMPBIN=:
6102       ;;
6103     esac
6104   fi
6105
6106   if test "$DUMPBIN" != ":"; then
6107     NM="$DUMPBIN"
6108   fi
6109 fi
6110 test -z "$NM" && NM=nm
6111
6112
6113
6114
6115
6116
6117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6118 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
6119 if test "${lt_cv_nm_interface+set}" = set; then :
6120   $as_echo_n "(cached) " >&6
6121 else
6122   lt_cv_nm_interface="BSD nm"
6123   echo "int some_variable = 0;" > conftest.$ac_ext
6124   (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6125   (eval "$ac_compile" 2>conftest.err)
6126   cat conftest.err >&5
6127   (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6128   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6129   cat conftest.err >&5
6130   (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6131   cat conftest.out >&5
6132   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6133     lt_cv_nm_interface="MS dumpbin"
6134   fi
6135   rm -f conftest*
6136 fi
6137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6138 $as_echo "$lt_cv_nm_interface" >&6; }
6139
6140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6141 $as_echo_n "checking whether ln -s works... " >&6; }
6142 LN_S=$as_ln_s
6143 if test "$LN_S" = "ln -s"; then
6144   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6145 $as_echo "yes" >&6; }
6146 else
6147   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6148 $as_echo "no, using $LN_S" >&6; }
6149 fi
6150
6151 # find the maximum length of command line arguments
6152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6153 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
6154 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
6155   $as_echo_n "(cached) " >&6
6156 else
6157     i=0
6158   teststring="ABCD"
6159
6160   case $build_os in
6161   msdosdjgpp*)
6162     # On DJGPP, this test can blow up pretty badly due to problems in libc
6163     # (any single argument exceeding 2000 bytes causes a buffer overrun
6164     # during glob expansion).  Even if it were fixed, the result of this
6165     # check would be larger than it should be.
6166     lt_cv_sys_max_cmd_len=12288;    # 12K is about right
6167     ;;
6168
6169   gnu*)
6170     # Under GNU Hurd, this test is not required because there is
6171     # no limit to the length of command line arguments.
6172     # Libtool will interpret -1 as no limit whatsoever
6173     lt_cv_sys_max_cmd_len=-1;
6174     ;;
6175
6176   cygwin* | mingw* | cegcc*)
6177     # On Win9x/ME, this test blows up -- it succeeds, but takes
6178     # about 5 minutes as the teststring grows exponentially.
6179     # Worse, since 9x/ME are not pre-emptively multitasking,
6180     # you end up with a "frozen" computer, even though with patience
6181     # the test eventually succeeds (with a max line length of 256k).
6182     # Instead, let's just punt: use the minimum linelength reported by
6183     # all of the supported platforms: 8192 (on NT/2K/XP).
6184     lt_cv_sys_max_cmd_len=8192;
6185     ;;
6186
6187   mint*)
6188     # On MiNT this can take a long time and run out of memory.
6189     lt_cv_sys_max_cmd_len=8192;
6190     ;;
6191
6192   amigaos*)
6193     # On AmigaOS with pdksh, this test takes hours, literally.
6194     # So we just punt and use a minimum line length of 8192.
6195     lt_cv_sys_max_cmd_len=8192;
6196     ;;
6197
6198   netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6199     # This has been around since 386BSD, at least.  Likely further.
6200     if test -x /sbin/sysctl; then
6201       lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6202     elif test -x /usr/sbin/sysctl; then
6203       lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6204     else
6205       lt_cv_sys_max_cmd_len=65536       # usable default for all BSDs
6206     fi
6207     # And add a safety zone
6208     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6209     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6210     ;;
6211
6212   interix*)
6213     # We know the value 262144 and hardcode it with a safety zone (like BSD)
6214     lt_cv_sys_max_cmd_len=196608
6215     ;;
6216
6217   osf*)
6218     # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6219     # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6220     # nice to cause kernel panics so lets avoid the loop below.
6221     # First set a reasonable default.
6222     lt_cv_sys_max_cmd_len=16384
6223     #
6224     if test -x /sbin/sysconfig; then
6225       case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6226         *1*) lt_cv_sys_max_cmd_len=-1 ;;
6227       esac
6228     fi
6229     ;;
6230   sco3.2v5*)
6231     lt_cv_sys_max_cmd_len=102400
6232     ;;
6233   sysv5* | sco5v6* | sysv4.2uw2*)
6234     kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6235     if test -n "$kargmax"; then
6236       lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[  ]//'`
6237     else
6238       lt_cv_sys_max_cmd_len=32768
6239     fi
6240     ;;
6241   *)
6242     lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6243     if test -n "$lt_cv_sys_max_cmd_len"; then
6244       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6245       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6246     else
6247       # Make teststring a little bigger before we do anything with it.
6248       # a 1K string should be a reasonable start.
6249       for i in 1 2 3 4 5 6 7 8 ; do
6250         teststring=$teststring$teststring
6251       done
6252       SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6253       # If test is not a shell built-in, we'll probably end up computing a
6254       # maximum length that is only half of the actual maximum length, but
6255       # we can't tell.
6256       while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6257                  = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6258               test $i != 17 # 1/2 MB should be enough
6259       do
6260         i=`expr $i + 1`
6261         teststring=$teststring$teststring
6262       done
6263       # Only check the string length outside the loop.
6264       lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6265       teststring=
6266       # Add a significant safety factor because C++ compilers can tack on
6267       # massive amounts of additional arguments before passing them to the
6268       # linker.  It appears as though 1/2 is a usable value.
6269       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6270     fi
6271     ;;
6272   esac
6273
6274 fi
6275
6276 if test -n $lt_cv_sys_max_cmd_len ; then
6277   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6278 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6279 else
6280   { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6281 $as_echo "none" >&6; }
6282 fi
6283 max_cmd_len=$lt_cv_sys_max_cmd_len
6284
6285
6286
6287
6288
6289
6290 : ${CP="cp -f"}
6291 : ${MV="mv -f"}
6292 : ${RM="rm -f"}
6293
6294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6295 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6296 # Try some XSI features
6297 xsi_shell=no
6298 ( _lt_dummy="a/b/c"
6299   test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6300       = c,a/b,, \
6301     && eval 'test $(( 1 + 1 )) -eq 2 \
6302     && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6303   && xsi_shell=yes
6304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6305 $as_echo "$xsi_shell" >&6; }
6306
6307
6308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6309 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6310 lt_shell_append=no
6311 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6312     >/dev/null 2>&1 \
6313   && lt_shell_append=yes
6314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6315 $as_echo "$lt_shell_append" >&6; }
6316
6317
6318 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6319   lt_unset=unset
6320 else
6321   lt_unset=false
6322 fi
6323
6324
6325
6326
6327
6328 # test EBCDIC or ASCII
6329 case `echo X|tr X '\101'` in
6330  A) # ASCII based system
6331     # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6332   lt_SP2NL='tr \040 \012'
6333   lt_NL2SP='tr \015\012 \040\040'
6334   ;;
6335  *) # EBCDIC based system
6336   lt_SP2NL='tr \100 \n'
6337   lt_NL2SP='tr \r\n \100\100'
6338   ;;
6339 esac
6340
6341
6342
6343
6344
6345
6346
6347
6348
6349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6350 $as_echo_n "checking for $LD option to reload object files... " >&6; }
6351 if test "${lt_cv_ld_reload_flag+set}" = set; then :
6352   $as_echo_n "(cached) " >&6
6353 else
6354   lt_cv_ld_reload_flag='-r'
6355 fi
6356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6357 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6358 reload_flag=$lt_cv_ld_reload_flag
6359 case $reload_flag in
6360 "" | " "*) ;;
6361 *) reload_flag=" $reload_flag" ;;
6362 esac
6363 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6364 case $host_os in
6365   darwin*)
6366     if test "$GCC" = yes; then
6367       reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6368     else
6369       reload_cmds='$LD$reload_flag -o $output$reload_objs'
6370     fi
6371     ;;
6372 esac
6373
6374
6375
6376
6377
6378
6379
6380
6381
6382 if test -n "$ac_tool_prefix"; then
6383   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6384 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6386 $as_echo_n "checking for $ac_word... " >&6; }
6387 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6388   $as_echo_n "(cached) " >&6
6389 else
6390   if test -n "$OBJDUMP"; then
6391   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6392 else
6393 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6394 for as_dir in $PATH
6395 do
6396   IFS=$as_save_IFS
6397   test -z "$as_dir" && as_dir=.
6398     for ac_exec_ext in '' $ac_executable_extensions; do
6399   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6400     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6401     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6402     break 2
6403   fi
6404 done
6405   done
6406 IFS=$as_save_IFS
6407
6408 fi
6409 fi
6410 OBJDUMP=$ac_cv_prog_OBJDUMP
6411 if test -n "$OBJDUMP"; then
6412   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6413 $as_echo "$OBJDUMP" >&6; }
6414 else
6415   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6416 $as_echo "no" >&6; }
6417 fi
6418
6419
6420 fi
6421 if test -z "$ac_cv_prog_OBJDUMP"; then
6422   ac_ct_OBJDUMP=$OBJDUMP
6423   # Extract the first word of "objdump", so it can be a program name with args.
6424 set dummy objdump; ac_word=$2
6425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6426 $as_echo_n "checking for $ac_word... " >&6; }
6427 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6428   $as_echo_n "(cached) " >&6
6429 else
6430   if test -n "$ac_ct_OBJDUMP"; then
6431   ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6432 else
6433 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6434 for as_dir in $PATH
6435 do
6436   IFS=$as_save_IFS
6437   test -z "$as_dir" && as_dir=.
6438     for ac_exec_ext in '' $ac_executable_extensions; do
6439   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6440     ac_cv_prog_ac_ct_OBJDUMP="objdump"
6441     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6442     break 2
6443   fi
6444 done
6445   done
6446 IFS=$as_save_IFS
6447
6448 fi
6449 fi
6450 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6451 if test -n "$ac_ct_OBJDUMP"; then
6452   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6453 $as_echo "$ac_ct_OBJDUMP" >&6; }
6454 else
6455   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6456 $as_echo "no" >&6; }
6457 fi
6458
6459   if test "x$ac_ct_OBJDUMP" = x; then
6460     OBJDUMP="false"
6461   else
6462     case $cross_compiling:$ac_tool_warned in
6463 yes:)
6464 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6465 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6466 ac_tool_warned=yes ;;
6467 esac
6468     OBJDUMP=$ac_ct_OBJDUMP
6469   fi
6470 else
6471   OBJDUMP="$ac_cv_prog_OBJDUMP"
6472 fi
6473
6474 test -z "$OBJDUMP" && OBJDUMP=objdump
6475
6476
6477
6478
6479
6480
6481
6482
6483
6484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6485 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6486 if test "${lt_cv_deplibs_check_method+set}" = set; then :
6487   $as_echo_n "(cached) " >&6
6488 else
6489   lt_cv_file_magic_cmd='$MAGIC_CMD'
6490 lt_cv_file_magic_test_file=
6491 lt_cv_deplibs_check_method='unknown'
6492 # Need to set the preceding variable on all platforms that support
6493 # interlibrary dependencies.
6494 # 'none' -- dependencies not supported.
6495 # `unknown' -- same as none, but documents that we really don't know.
6496 # 'pass_all' -- all dependencies passed with no checks.
6497 # 'test_compile' -- check by making test program.
6498 # 'file_magic [[regex]]' -- check by looking for files in library path
6499 # which responds to the $file_magic_cmd with a given extended regex.
6500 # If you have `file' or equivalent on your system and you're not sure
6501 # whether `pass_all' will *always* work, you probably want this one.
6502
6503 case $host_os in
6504 aix[4-9]*)
6505   lt_cv_deplibs_check_method=pass_all
6506   ;;
6507
6508 beos*)
6509   lt_cv_deplibs_check_method=pass_all
6510   ;;
6511
6512 bsdi[45]*)
6513   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6514   lt_cv_file_magic_cmd='/usr/bin/file -L'
6515   lt_cv_file_magic_test_file=/shlib/libc.so
6516   ;;
6517
6518 cygwin*)
6519   # func_win32_libid is a shell function defined in ltmain.sh
6520   lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6521   lt_cv_file_magic_cmd='func_win32_libid'
6522   ;;
6523
6524 mingw* | pw32*)
6525   # Base MSYS/MinGW do not provide the 'file' command needed by
6526   # func_win32_libid shell function, so use a weaker test based on 'objdump',
6527   # unless we find 'file', for example because we are cross-compiling.
6528   # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6529   if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6530     lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6531     lt_cv_file_magic_cmd='func_win32_libid'
6532   else
6533     lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6534     lt_cv_file_magic_cmd='$OBJDUMP -f'
6535   fi
6536   ;;
6537
6538 cegcc*)
6539   # use the weaker test based on 'objdump'. See mingw*.
6540   lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6541   lt_cv_file_magic_cmd='$OBJDUMP -f'
6542   ;;
6543
6544 darwin* | rhapsody*)
6545   lt_cv_deplibs_check_method=pass_all
6546   ;;
6547
6548 freebsd* | dragonfly*)
6549   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6550     case $host_cpu in
6551     i*86 )
6552       # Not sure whether the presence of OpenBSD here was a mistake.
6553       # Let's accept both of them until this is cleared up.
6554       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6555       lt_cv_file_magic_cmd=/usr/bin/file
6556       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6557       ;;
6558     esac
6559   else
6560     lt_cv_deplibs_check_method=pass_all
6561   fi
6562   ;;
6563
6564 gnu*)
6565   lt_cv_deplibs_check_method=pass_all
6566   ;;
6567
6568 haiku*)
6569   lt_cv_deplibs_check_method=pass_all
6570   ;;
6571
6572 hpux10.20* | hpux11*)
6573   lt_cv_file_magic_cmd=/usr/bin/file
6574   case $host_cpu in
6575   ia64*)
6576     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6577     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6578     ;;
6579   hppa*64*)
6580     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]'
6581     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6582     ;;
6583   *)
6584     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6585     lt_cv_file_magic_test_file=/usr/lib/libc.sl
6586     ;;
6587   esac
6588   ;;
6589
6590 interix[3-9]*)
6591   # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6592   lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6593   ;;
6594
6595 irix5* | irix6* | nonstopux*)
6596   case $LD in
6597   *-32|*"-32 ") libmagic=32-bit;;
6598   *-n32|*"-n32 ") libmagic=N32;;
6599   *-64|*"-64 ") libmagic=64-bit;;
6600   *) libmagic=never-match;;
6601   esac
6602   lt_cv_deplibs_check_method=pass_all
6603   ;;
6604
6605 # This must be Linux ELF.
6606 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6607   lt_cv_deplibs_check_method=pass_all
6608   ;;
6609
6610 netbsd*)
6611   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6612     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6613   else
6614     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6615   fi
6616   ;;
6617
6618 newos6*)
6619   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6620   lt_cv_file_magic_cmd=/usr/bin/file
6621   lt_cv_file_magic_test_file=/usr/lib/libnls.so
6622   ;;
6623
6624 *nto* | *qnx*)
6625   lt_cv_deplibs_check_method=pass_all
6626   ;;
6627
6628 openbsd*)
6629   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6630     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6631   else
6632     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6633   fi
6634   ;;
6635
6636 osf3* | osf4* | osf5*)
6637   lt_cv_deplibs_check_method=pass_all
6638   ;;
6639
6640 rdos*)
6641   lt_cv_deplibs_check_method=pass_all
6642   ;;
6643
6644 solaris*)
6645   lt_cv_deplibs_check_method=pass_all
6646   ;;
6647
6648 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6649   lt_cv_deplibs_check_method=pass_all
6650   ;;
6651
6652 sysv4 | sysv4.3*)
6653   case $host_vendor in
6654   motorola)
6655     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]'
6656     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6657     ;;
6658   ncr)
6659     lt_cv_deplibs_check_method=pass_all
6660     ;;
6661   sequent)
6662     lt_cv_file_magic_cmd='/bin/file'
6663     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6664     ;;
6665   sni)
6666     lt_cv_file_magic_cmd='/bin/file'
6667     lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6668     lt_cv_file_magic_test_file=/lib/libc.so
6669     ;;
6670   siemens)
6671     lt_cv_deplibs_check_method=pass_all
6672     ;;
6673   pc)
6674     lt_cv_deplibs_check_method=pass_all
6675     ;;
6676   esac
6677   ;;
6678
6679 tpf*)
6680   lt_cv_deplibs_check_method=pass_all
6681   ;;
6682 esac
6683
6684 fi
6685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6686 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6687 file_magic_cmd=$lt_cv_file_magic_cmd
6688 deplibs_check_method=$lt_cv_deplibs_check_method
6689 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6690
6691
6692
6693
6694
6695
6696
6697
6698
6699
6700
6701
6702 if test -n "$ac_tool_prefix"; then
6703   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6704 set dummy ${ac_tool_prefix}ar; ac_word=$2
6705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6706 $as_echo_n "checking for $ac_word... " >&6; }
6707 if test "${ac_cv_prog_AR+set}" = set; then :
6708   $as_echo_n "(cached) " >&6
6709 else
6710   if test -n "$AR"; then
6711   ac_cv_prog_AR="$AR" # Let the user override the test.
6712 else
6713 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6714 for as_dir in $PATH
6715 do
6716   IFS=$as_save_IFS
6717   test -z "$as_dir" && as_dir=.
6718     for ac_exec_ext in '' $ac_executable_extensions; do
6719   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6720     ac_cv_prog_AR="${ac_tool_prefix}ar"
6721     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6722     break 2
6723   fi
6724 done
6725   done
6726 IFS=$as_save_IFS
6727
6728 fi
6729 fi
6730 AR=$ac_cv_prog_AR
6731 if test -n "$AR"; then
6732   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6733 $as_echo "$AR" >&6; }
6734 else
6735   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6736 $as_echo "no" >&6; }
6737 fi
6738
6739
6740 fi
6741 if test -z "$ac_cv_prog_AR"; then
6742   ac_ct_AR=$AR
6743   # Extract the first word of "ar", so it can be a program name with args.
6744 set dummy ar; ac_word=$2
6745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6746 $as_echo_n "checking for $ac_word... " >&6; }
6747 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6748   $as_echo_n "(cached) " >&6
6749 else
6750   if test -n "$ac_ct_AR"; then
6751   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6752 else
6753 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6754 for as_dir in $PATH
6755 do
6756   IFS=$as_save_IFS
6757   test -z "$as_dir" && as_dir=.
6758     for ac_exec_ext in '' $ac_executable_extensions; do
6759   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6760     ac_cv_prog_ac_ct_AR="ar"
6761     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6762     break 2
6763   fi
6764 done
6765   done
6766 IFS=$as_save_IFS
6767
6768 fi
6769 fi
6770 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6771 if test -n "$ac_ct_AR"; then
6772   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6773 $as_echo "$ac_ct_AR" >&6; }
6774 else
6775   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6776 $as_echo "no" >&6; }
6777 fi
6778
6779   if test "x$ac_ct_AR" = x; then
6780     AR="false"
6781   else
6782     case $cross_compiling:$ac_tool_warned in
6783 yes:)
6784 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6785 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6786 ac_tool_warned=yes ;;
6787 esac
6788     AR=$ac_ct_AR
6789   fi
6790 else
6791   AR="$ac_cv_prog_AR"
6792 fi
6793
6794 test -z "$AR" && AR=ar
6795 test -z "$AR_FLAGS" && AR_FLAGS=cru
6796
6797
6798
6799
6800
6801
6802
6803
6804
6805
6806
6807 if test -n "$ac_tool_prefix"; then
6808   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6809 set dummy ${ac_tool_prefix}strip; ac_word=$2
6810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6811 $as_echo_n "checking for $ac_word... " >&6; }
6812 if test "${ac_cv_prog_STRIP+set}" = set; then :
6813   $as_echo_n "(cached) " >&6
6814 else
6815   if test -n "$STRIP"; then
6816   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6817 else
6818 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6819 for as_dir in $PATH
6820 do
6821   IFS=$as_save_IFS
6822   test -z "$as_dir" && as_dir=.
6823     for ac_exec_ext in '' $ac_executable_extensions; do
6824   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6825     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6826     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6827     break 2
6828   fi
6829 done
6830   done
6831 IFS=$as_save_IFS
6832
6833 fi
6834 fi
6835 STRIP=$ac_cv_prog_STRIP
6836 if test -n "$STRIP"; then
6837   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6838 $as_echo "$STRIP" >&6; }
6839 else
6840   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6841 $as_echo "no" >&6; }
6842 fi
6843
6844
6845 fi
6846 if test -z "$ac_cv_prog_STRIP"; then
6847   ac_ct_STRIP=$STRIP
6848   # Extract the first word of "strip", so it can be a program name with args.
6849 set dummy strip; ac_word=$2
6850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6851 $as_echo_n "checking for $ac_word... " >&6; }
6852 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6853   $as_echo_n "(cached) " >&6
6854 else
6855   if test -n "$ac_ct_STRIP"; then
6856   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6857 else
6858 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6859 for as_dir in $PATH
6860 do
6861   IFS=$as_save_IFS
6862   test -z "$as_dir" && as_dir=.
6863     for ac_exec_ext in '' $ac_executable_extensions; do
6864   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6865     ac_cv_prog_ac_ct_STRIP="strip"
6866     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6867     break 2
6868   fi
6869 done
6870   done
6871 IFS=$as_save_IFS
6872
6873 fi
6874 fi
6875 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6876 if test -n "$ac_ct_STRIP"; then
6877   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6878 $as_echo "$ac_ct_STRIP" >&6; }
6879 else
6880   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6881 $as_echo "no" >&6; }
6882 fi
6883
6884   if test "x$ac_ct_STRIP" = x; then
6885     STRIP=":"
6886   else
6887     case $cross_compiling:$ac_tool_warned in
6888 yes:)
6889 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6890 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6891 ac_tool_warned=yes ;;
6892 esac
6893     STRIP=$ac_ct_STRIP
6894   fi
6895 else
6896   STRIP="$ac_cv_prog_STRIP"
6897 fi
6898
6899 test -z "$STRIP" && STRIP=:
6900
6901
6902
6903
6904
6905
6906 if test -n "$ac_tool_prefix"; then
6907   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6908 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6910 $as_echo_n "checking for $ac_word... " >&6; }
6911 if test "${ac_cv_prog_RANLIB+set}" = set; then :
6912   $as_echo_n "(cached) " >&6
6913 else
6914   if test -n "$RANLIB"; then
6915   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6916 else
6917 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6918 for as_dir in $PATH
6919 do
6920   IFS=$as_save_IFS
6921   test -z "$as_dir" && as_dir=.
6922     for ac_exec_ext in '' $ac_executable_extensions; do
6923   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6924     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6925     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6926     break 2
6927   fi
6928 done
6929   done
6930 IFS=$as_save_IFS
6931
6932 fi
6933 fi
6934 RANLIB=$ac_cv_prog_RANLIB
6935 if test -n "$RANLIB"; then
6936   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6937 $as_echo "$RANLIB" >&6; }
6938 else
6939   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6940 $as_echo "no" >&6; }
6941 fi
6942
6943
6944 fi
6945 if test -z "$ac_cv_prog_RANLIB"; then
6946   ac_ct_RANLIB=$RANLIB
6947   # Extract the first word of "ranlib", so it can be a program name with args.
6948 set dummy ranlib; ac_word=$2
6949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6950 $as_echo_n "checking for $ac_word... " >&6; }
6951 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6952   $as_echo_n "(cached) " >&6
6953 else
6954   if test -n "$ac_ct_RANLIB"; then
6955   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6956 else
6957 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6958 for as_dir in $PATH
6959 do
6960   IFS=$as_save_IFS
6961   test -z "$as_dir" && as_dir=.
6962     for ac_exec_ext in '' $ac_executable_extensions; do
6963   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6964     ac_cv_prog_ac_ct_RANLIB="ranlib"
6965     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6966     break 2
6967   fi
6968 done
6969   done
6970 IFS=$as_save_IFS
6971
6972 fi
6973 fi
6974 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6975 if test -n "$ac_ct_RANLIB"; then
6976   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6977 $as_echo "$ac_ct_RANLIB" >&6; }
6978 else
6979   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6980 $as_echo "no" >&6; }
6981 fi
6982
6983   if test "x$ac_ct_RANLIB" = x; then
6984     RANLIB=":"
6985   else
6986     case $cross_compiling:$ac_tool_warned in
6987 yes:)
6988 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6989 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6990 ac_tool_warned=yes ;;
6991 esac
6992     RANLIB=$ac_ct_RANLIB
6993   fi
6994 else
6995   RANLIB="$ac_cv_prog_RANLIB"
6996 fi
6997
6998 test -z "$RANLIB" && RANLIB=:
6999
7000
7001
7002
7003
7004
7005 # Determine commands to create old-style static archives.
7006 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7007 old_postinstall_cmds='chmod 644 $oldlib'
7008 old_postuninstall_cmds=
7009
7010 if test -n "$RANLIB"; then
7011   case $host_os in
7012   openbsd*)
7013     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7014     ;;
7015   *)
7016     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7017     ;;
7018   esac
7019   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
7020 fi
7021
7022 case $host_os in
7023   darwin*)
7024     lock_old_archive_extraction=yes ;;
7025   *)
7026     lock_old_archive_extraction=no ;;
7027 esac
7028
7029
7030
7031
7032
7033
7034
7035
7036
7037
7038
7039
7040
7041
7042
7043
7044
7045
7046
7047
7048
7049 for ac_prog in gawk mawk nawk awk
7050 do
7051   # Extract the first word of "$ac_prog", so it can be a program name with args.
7052 set dummy $ac_prog; ac_word=$2
7053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7054 $as_echo_n "checking for $ac_word... " >&6; }
7055 if test "${ac_cv_prog_AWK+set}" = set; then :
7056   $as_echo_n "(cached) " >&6
7057 else
7058   if test -n "$AWK"; then
7059   ac_cv_prog_AWK="$AWK" # Let the user override the test.
7060 else
7061 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7062 for as_dir in $PATH
7063 do
7064   IFS=$as_save_IFS
7065   test -z "$as_dir" && as_dir=.
7066     for ac_exec_ext in '' $ac_executable_extensions; do
7067   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7068     ac_cv_prog_AWK="$ac_prog"
7069     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7070     break 2
7071   fi
7072 done
7073   done
7074 IFS=$as_save_IFS
7075
7076 fi
7077 fi
7078 AWK=$ac_cv_prog_AWK
7079 if test -n "$AWK"; then
7080   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7081 $as_echo "$AWK" >&6; }
7082 else
7083   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7084 $as_echo "no" >&6; }
7085 fi
7086
7087
7088   test -n "$AWK" && break
7089 done
7090
7091
7092
7093
7094
7095
7096
7097
7098
7099
7100
7101
7102
7103
7104
7105
7106
7107
7108
7109 # If no C compiler was specified, use CC.
7110 LTCC=${LTCC-"$CC"}
7111
7112 # If no C compiler flags were specified, use CFLAGS.
7113 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7114
7115 # Allow CC to be a program name with arguments.
7116 compiler=$CC
7117
7118
7119 # Check for command to grab the raw symbol name followed by C symbol from nm.
7120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7121 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7122 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
7123   $as_echo_n "(cached) " >&6
7124 else
7125
7126 # These are sane defaults that work on at least a few old systems.
7127 # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
7128
7129 # Character class describing NM global symbol codes.
7130 symcode='[BCDEGRST]'
7131
7132 # Regexp to match symbols that can be accessed directly from C.
7133 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7134
7135 # Define system-specific variables.
7136 case $host_os in
7137 aix*)
7138   symcode='[BCDT]'
7139   ;;
7140 cygwin* | mingw* | pw32* | cegcc*)
7141   symcode='[ABCDGISTW]'
7142   ;;
7143 hpux*)
7144   if test "$host_cpu" = ia64; then
7145     symcode='[ABCDEGRST]'
7146   fi
7147   ;;
7148 irix* | nonstopux*)
7149   symcode='[BCDEGRST]'
7150   ;;
7151 osf*)
7152   symcode='[BCDEGQRST]'
7153   ;;
7154 solaris*)
7155   symcode='[BDRT]'
7156   ;;
7157 sco3.2v5*)
7158   symcode='[DT]'
7159   ;;
7160 sysv4.2uw2*)
7161   symcode='[DT]'
7162   ;;
7163 sysv5* | sco5v6* | unixware* | OpenUNIX*)
7164   symcode='[ABDT]'
7165   ;;
7166 sysv4)
7167   symcode='[DFNSTU]'
7168   ;;
7169 esac
7170
7171 # If we're using GNU nm, then use its standard symbol codes.
7172 case `$NM -V 2>&1` in
7173 *GNU* | *'with BFD'*)
7174   symcode='[ABCDGIRSTW]' ;;
7175 esac
7176
7177 # Transform an extracted symbol line into a proper C declaration.
7178 # Some systems (esp. on ia64) link data and code symbols differently,
7179 # so use this general approach.
7180 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7181
7182 # Transform an extracted symbol line into symbol name and symbol address
7183 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (void *) \&\2},/p'"
7184 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'"
7185
7186 # Handle CRLF in mingw tool chain
7187 opt_cr=
7188 case $build_os in
7189 mingw*)
7190   opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7191   ;;
7192 esac
7193
7194 # Try without a prefix underscore, then with it.
7195 for ac_symprfx in "" "_"; do
7196
7197   # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7198   symxfrm="\\1 $ac_symprfx\\2 \\2"
7199
7200   # Write the raw and C identifiers.
7201   if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7202     # Fake it for dumpbin and say T for any non-static function
7203     # and D for any global variable.
7204     # Also find C++ and __fastcall symbols from MSVC++,
7205     # which start with @ or ?.
7206     lt_cv_sys_global_symbol_pipe="$AWK '"\
7207 "     {last_section=section; section=\$ 3};"\
7208 "     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7209 "     \$ 0!~/External *\|/{next};"\
7210 "     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7211 "     {if(hide[section]) next};"\
7212 "     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7213 "     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7214 "     s[1]~/^[@?]/{print s[1], s[1]; next};"\
7215 "     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7216 "     ' prfx=^$ac_symprfx"
7217   else
7218     lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[      ]\($symcode$symcode*\)[         ][      ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7219   fi
7220
7221   # Check to see that the pipe works correctly.
7222   pipe_works=no
7223
7224   rm -f conftest*
7225   cat > conftest.$ac_ext <<_LT_EOF
7226 #ifdef __cplusplus
7227 extern "C" {
7228 #endif
7229 char nm_test_var;
7230 void nm_test_func(void);
7231 void nm_test_func(void){}
7232 #ifdef __cplusplus
7233 }
7234 #endif
7235 int main(){nm_test_var='a';nm_test_func();return(0);}
7236 _LT_EOF
7237
7238   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7239   (eval $ac_compile) 2>&5
7240   ac_status=$?
7241   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7242   test $ac_status = 0; }; then
7243     # Now try to grab the symbols.
7244     nlist=conftest.nm
7245     if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7246   (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7247   ac_status=$?
7248   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7249   test $ac_status = 0; } && test -s "$nlist"; then
7250       # Try sorting and uniquifying the output.
7251       if sort "$nlist" | uniq > "$nlist"T; then
7252         mv -f "$nlist"T "$nlist"
7253       else
7254         rm -f "$nlist"T
7255       fi
7256
7257       # Make sure that we snagged all the symbols we need.
7258       if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7259         if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7260           cat <<_LT_EOF > conftest.$ac_ext
7261 #ifdef __cplusplus
7262 extern "C" {
7263 #endif
7264
7265 _LT_EOF
7266           # Now generate the symbol file.
7267           eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7268
7269           cat <<_LT_EOF >> conftest.$ac_ext
7270
7271 /* The mapping between symbol names and symbols.  */
7272 const struct {
7273   const char *name;
7274   void       *address;
7275 }
7276 lt__PROGRAM__LTX_preloaded_symbols[] =
7277 {
7278   { "@PROGRAM@", (void *) 0 },
7279 _LT_EOF
7280           $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7281           cat <<\_LT_EOF >> conftest.$ac_ext
7282   {0, (void *) 0}
7283 };
7284
7285 /* This works around a problem in FreeBSD linker */
7286 #ifdef FREEBSD_WORKAROUND
7287 static const void *lt_preloaded_setup() {
7288   return lt__PROGRAM__LTX_preloaded_symbols;
7289 }
7290 #endif
7291
7292 #ifdef __cplusplus
7293 }
7294 #endif
7295 _LT_EOF
7296           # Now try linking the two files.
7297           mv conftest.$ac_objext conftstm.$ac_objext
7298           lt_save_LIBS="$LIBS"
7299           lt_save_CFLAGS="$CFLAGS"
7300           LIBS="conftstm.$ac_objext"
7301           CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7302           if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7303   (eval $ac_link) 2>&5
7304   ac_status=$?
7305   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7306   test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7307             pipe_works=yes
7308           fi
7309           LIBS="$lt_save_LIBS"
7310           CFLAGS="$lt_save_CFLAGS"
7311         else
7312           echo "cannot find nm_test_func in $nlist" >&5
7313         fi
7314       else
7315         echo "cannot find nm_test_var in $nlist" >&5
7316       fi
7317     else
7318       echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7319     fi
7320   else
7321     echo "$progname: failed program was:" >&5
7322     cat conftest.$ac_ext >&5
7323   fi
7324   rm -rf conftest* conftst*
7325
7326   # Do not use the global_symbol_pipe unless it works.
7327   if test "$pipe_works" = yes; then
7328     break
7329   else
7330     lt_cv_sys_global_symbol_pipe=
7331   fi
7332 done
7333
7334 fi
7335
7336 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7337   lt_cv_sys_global_symbol_to_cdecl=
7338 fi
7339 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7340   { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7341 $as_echo "failed" >&6; }
7342 else
7343   { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7344 $as_echo "ok" >&6; }
7345 fi
7346
7347
7348
7349
7350
7351
7352
7353
7354
7355
7356
7357
7358
7359
7360
7361
7362
7363
7364
7365
7366
7367
7368 # Check whether --enable-libtool-lock was given.
7369 if test "${enable_libtool_lock+set}" = set; then :
7370   enableval=$enable_libtool_lock;
7371 fi
7372
7373 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7374
7375 # Some flags need to be propagated to the compiler or linker for good
7376 # libtool support.
7377 case $host in
7378 ia64-*-hpux*)
7379   # Find out which ABI we are using.
7380   echo 'int i;' > conftest.$ac_ext
7381   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7382   (eval $ac_compile) 2>&5
7383   ac_status=$?
7384   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7385   test $ac_status = 0; }; then
7386     case `/usr/bin/file conftest.$ac_objext` in
7387       *ELF-32*)
7388         HPUX_IA64_MODE="32"
7389         ;;
7390       *ELF-64*)
7391         HPUX_IA64_MODE="64"
7392         ;;
7393     esac
7394   fi
7395   rm -rf conftest*
7396   ;;
7397 *-*-irix6*)
7398   # Find out which ABI we are using.
7399   echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7400   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7401   (eval $ac_compile) 2>&5
7402   ac_status=$?
7403   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7404   test $ac_status = 0; }; then
7405     if test "$lt_cv_prog_gnu_ld" = yes; then
7406       case `/usr/bin/file conftest.$ac_objext` in
7407         *32-bit*)
7408           LD="${LD-ld} -melf32bsmip"
7409           ;;
7410         *N32*)
7411           LD="${LD-ld} -melf32bmipn32"
7412           ;;
7413         *64-bit*)
7414           LD="${LD-ld} -melf64bmip"
7415         ;;
7416       esac
7417     else
7418       case `/usr/bin/file conftest.$ac_objext` in
7419         *32-bit*)
7420           LD="${LD-ld} -32"
7421           ;;
7422         *N32*)
7423           LD="${LD-ld} -n32"
7424           ;;
7425         *64-bit*)
7426           LD="${LD-ld} -64"
7427           ;;
7428       esac
7429     fi
7430   fi
7431   rm -rf conftest*
7432   ;;
7433
7434 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7435 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7436   # Find out which ABI we are using.
7437   echo 'int i;' > conftest.$ac_ext
7438   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7439   (eval $ac_compile) 2>&5
7440   ac_status=$?
7441   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7442   test $ac_status = 0; }; then
7443     case `/usr/bin/file conftest.o` in
7444       *32-bit*)
7445         case $host in
7446           x86_64-*kfreebsd*-gnu)
7447             LD="${LD-ld} -m elf_i386_fbsd"
7448             ;;
7449           x86_64-*linux*)
7450             case `/usr/bin/file conftest.o` in
7451               *x86-64*)
7452                 LD="${LD-ld} -m elf32_x86_64"
7453                 ;;
7454               *)
7455                 LD="${LD-ld} -m elf_i386"
7456                 ;;
7457             esac
7458             ;;
7459           powerpc64le-*linux*)
7460             LD="${LD-ld} -m elf32lppclinux"
7461             ;;
7462           powerpc64-*linux*)
7463             LD="${LD-ld} -m elf32ppclinux"
7464             ;;
7465           s390x-*linux*)
7466             LD="${LD-ld} -m elf_s390"
7467             ;;
7468           sparc64-*linux*)
7469             LD="${LD-ld} -m elf32_sparc"
7470             ;;
7471         esac
7472         ;;
7473       *64-bit*)
7474         case $host in
7475           x86_64-*kfreebsd*-gnu)
7476             LD="${LD-ld} -m elf_x86_64_fbsd"
7477             ;;
7478           x86_64-*linux*)
7479             LD="${LD-ld} -m elf_x86_64"
7480             ;;
7481           powerpcle-*linux*)
7482             LD="${LD-ld} -m elf64lppc"
7483             ;;
7484           powerpc-*linux*)
7485             LD="${LD-ld} -m elf64ppc"
7486             ;;
7487           s390*-*linux*|s390*-*tpf*)
7488             LD="${LD-ld} -m elf64_s390"
7489             ;;
7490           sparc*-*linux*)
7491             LD="${LD-ld} -m elf64_sparc"
7492             ;;
7493         esac
7494         ;;
7495     esac
7496   fi
7497   rm -rf conftest*
7498   ;;
7499
7500 *-*-sco3.2v5*)
7501   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7502   SAVE_CFLAGS="$CFLAGS"
7503   CFLAGS="$CFLAGS -belf"
7504   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7505 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7506 if test "${lt_cv_cc_needs_belf+set}" = set; then :
7507   $as_echo_n "(cached) " >&6
7508 else
7509   ac_ext=c
7510 ac_cpp='$CPP $CPPFLAGS'
7511 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7512 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7513 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7514
7515      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7516 /* end confdefs.h.  */
7517
7518 int
7519 main ()
7520 {
7521
7522   ;
7523   return 0;
7524 }
7525 _ACEOF
7526 if ac_fn_c_try_link "$LINENO"; then :
7527   lt_cv_cc_needs_belf=yes
7528 else
7529   lt_cv_cc_needs_belf=no
7530 fi
7531 rm -f core conftest.err conftest.$ac_objext \
7532     conftest$ac_exeext conftest.$ac_ext
7533      ac_ext=c
7534 ac_cpp='$CPP $CPPFLAGS'
7535 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7536 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7537 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7538
7539 fi
7540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7541 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7542   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7543     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7544     CFLAGS="$SAVE_CFLAGS"
7545   fi
7546   ;;
7547 sparc*-*solaris*)
7548   # Find out which ABI we are using.
7549   echo 'int i;' > conftest.$ac_ext
7550   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7551   (eval $ac_compile) 2>&5
7552   ac_status=$?
7553   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7554   test $ac_status = 0; }; then
7555     case `/usr/bin/file conftest.o` in
7556     *64-bit*)
7557       case $lt_cv_prog_gnu_ld in
7558       yes*) LD="${LD-ld} -m elf64_sparc" ;;
7559       *)
7560         if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7561           LD="${LD-ld} -64"
7562         fi
7563         ;;
7564       esac
7565       ;;
7566     esac
7567   fi
7568   rm -rf conftest*
7569   ;;
7570 esac
7571
7572 need_locks="$enable_libtool_lock"
7573
7574
7575   case $host_os in
7576     rhapsody* | darwin*)
7577     if test -n "$ac_tool_prefix"; then
7578   # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7579 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7581 $as_echo_n "checking for $ac_word... " >&6; }
7582 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7583   $as_echo_n "(cached) " >&6
7584 else
7585   if test -n "$DSYMUTIL"; then
7586   ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7587 else
7588 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7589 for as_dir in $PATH
7590 do
7591   IFS=$as_save_IFS
7592   test -z "$as_dir" && as_dir=.
7593     for ac_exec_ext in '' $ac_executable_extensions; do
7594   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7595     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7596     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7597     break 2
7598   fi
7599 done
7600   done
7601 IFS=$as_save_IFS
7602
7603 fi
7604 fi
7605 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7606 if test -n "$DSYMUTIL"; then
7607   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7608 $as_echo "$DSYMUTIL" >&6; }
7609 else
7610   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7611 $as_echo "no" >&6; }
7612 fi
7613
7614
7615 fi
7616 if test -z "$ac_cv_prog_DSYMUTIL"; then
7617   ac_ct_DSYMUTIL=$DSYMUTIL
7618   # Extract the first word of "dsymutil", so it can be a program name with args.
7619 set dummy dsymutil; ac_word=$2
7620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7621 $as_echo_n "checking for $ac_word... " >&6; }
7622 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7623   $as_echo_n "(cached) " >&6
7624 else
7625   if test -n "$ac_ct_DSYMUTIL"; then
7626   ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7627 else
7628 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7629 for as_dir in $PATH
7630 do
7631   IFS=$as_save_IFS
7632   test -z "$as_dir" && as_dir=.
7633     for ac_exec_ext in '' $ac_executable_extensions; do
7634   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7635     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7636     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7637     break 2
7638   fi
7639 done
7640   done
7641 IFS=$as_save_IFS
7642
7643 fi
7644 fi
7645 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7646 if test -n "$ac_ct_DSYMUTIL"; then
7647   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7648 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7649 else
7650   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7651 $as_echo "no" >&6; }
7652 fi
7653
7654   if test "x$ac_ct_DSYMUTIL" = x; then
7655     DSYMUTIL=":"
7656   else
7657     case $cross_compiling:$ac_tool_warned in
7658 yes:)
7659 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7660 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7661 ac_tool_warned=yes ;;
7662 esac
7663     DSYMUTIL=$ac_ct_DSYMUTIL
7664   fi
7665 else
7666   DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7667 fi
7668
7669     if test -n "$ac_tool_prefix"; then
7670   # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7671 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7673 $as_echo_n "checking for $ac_word... " >&6; }
7674 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7675   $as_echo_n "(cached) " >&6
7676 else
7677   if test -n "$NMEDIT"; then
7678   ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7679 else
7680 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7681 for as_dir in $PATH
7682 do
7683   IFS=$as_save_IFS
7684   test -z "$as_dir" && as_dir=.
7685     for ac_exec_ext in '' $ac_executable_extensions; do
7686   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7687     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7688     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7689     break 2
7690   fi
7691 done
7692   done
7693 IFS=$as_save_IFS
7694
7695 fi
7696 fi
7697 NMEDIT=$ac_cv_prog_NMEDIT
7698 if test -n "$NMEDIT"; then
7699   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7700 $as_echo "$NMEDIT" >&6; }
7701 else
7702   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7703 $as_echo "no" >&6; }
7704 fi
7705
7706
7707 fi
7708 if test -z "$ac_cv_prog_NMEDIT"; then
7709   ac_ct_NMEDIT=$NMEDIT
7710   # Extract the first word of "nmedit", so it can be a program name with args.
7711 set dummy nmedit; ac_word=$2
7712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7713 $as_echo_n "checking for $ac_word... " >&6; }
7714 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7715   $as_echo_n "(cached) " >&6
7716 else
7717   if test -n "$ac_ct_NMEDIT"; then
7718   ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7719 else
7720 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7721 for as_dir in $PATH
7722 do
7723   IFS=$as_save_IFS
7724   test -z "$as_dir" && as_dir=.
7725     for ac_exec_ext in '' $ac_executable_extensions; do
7726   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7727     ac_cv_prog_ac_ct_NMEDIT="nmedit"
7728     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7729     break 2
7730   fi
7731 done
7732   done
7733 IFS=$as_save_IFS
7734
7735 fi
7736 fi
7737 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7738 if test -n "$ac_ct_NMEDIT"; then
7739   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7740 $as_echo "$ac_ct_NMEDIT" >&6; }
7741 else
7742   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7743 $as_echo "no" >&6; }
7744 fi
7745
7746   if test "x$ac_ct_NMEDIT" = x; then
7747     NMEDIT=":"
7748   else
7749     case $cross_compiling:$ac_tool_warned in
7750 yes:)
7751 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7752 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7753 ac_tool_warned=yes ;;
7754 esac
7755     NMEDIT=$ac_ct_NMEDIT
7756   fi
7757 else
7758   NMEDIT="$ac_cv_prog_NMEDIT"
7759 fi
7760
7761     if test -n "$ac_tool_prefix"; then
7762   # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7763 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7765 $as_echo_n "checking for $ac_word... " >&6; }
7766 if test "${ac_cv_prog_LIPO+set}" = set; then :
7767   $as_echo_n "(cached) " >&6
7768 else
7769   if test -n "$LIPO"; then
7770   ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7771 else
7772 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7773 for as_dir in $PATH
7774 do
7775   IFS=$as_save_IFS
7776   test -z "$as_dir" && as_dir=.
7777     for ac_exec_ext in '' $ac_executable_extensions; do
7778   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7779     ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7780     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7781     break 2
7782   fi
7783 done
7784   done
7785 IFS=$as_save_IFS
7786
7787 fi
7788 fi
7789 LIPO=$ac_cv_prog_LIPO
7790 if test -n "$LIPO"; then
7791   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7792 $as_echo "$LIPO" >&6; }
7793 else
7794   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7795 $as_echo "no" >&6; }
7796 fi
7797
7798
7799 fi
7800 if test -z "$ac_cv_prog_LIPO"; then
7801   ac_ct_LIPO=$LIPO
7802   # Extract the first word of "lipo", so it can be a program name with args.
7803 set dummy lipo; ac_word=$2
7804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7805 $as_echo_n "checking for $ac_word... " >&6; }
7806 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7807   $as_echo_n "(cached) " >&6
7808 else
7809   if test -n "$ac_ct_LIPO"; then
7810   ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7811 else
7812 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7813 for as_dir in $PATH
7814 do
7815   IFS=$as_save_IFS
7816   test -z "$as_dir" && as_dir=.
7817     for ac_exec_ext in '' $ac_executable_extensions; do
7818   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7819     ac_cv_prog_ac_ct_LIPO="lipo"
7820     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7821     break 2
7822   fi
7823 done
7824   done
7825 IFS=$as_save_IFS
7826
7827 fi
7828 fi
7829 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7830 if test -n "$ac_ct_LIPO"; then
7831   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7832 $as_echo "$ac_ct_LIPO" >&6; }
7833 else
7834   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7835 $as_echo "no" >&6; }
7836 fi
7837
7838   if test "x$ac_ct_LIPO" = x; then
7839     LIPO=":"
7840   else
7841     case $cross_compiling:$ac_tool_warned in
7842 yes:)
7843 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7844 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7845 ac_tool_warned=yes ;;
7846 esac
7847     LIPO=$ac_ct_LIPO
7848   fi
7849 else
7850   LIPO="$ac_cv_prog_LIPO"
7851 fi
7852
7853     if test -n "$ac_tool_prefix"; then
7854   # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7855 set dummy ${ac_tool_prefix}otool; ac_word=$2
7856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7857 $as_echo_n "checking for $ac_word... " >&6; }
7858 if test "${ac_cv_prog_OTOOL+set}" = set; then :
7859   $as_echo_n "(cached) " >&6
7860 else
7861   if test -n "$OTOOL"; then
7862   ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7863 else
7864 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7865 for as_dir in $PATH
7866 do
7867   IFS=$as_save_IFS
7868   test -z "$as_dir" && as_dir=.
7869     for ac_exec_ext in '' $ac_executable_extensions; do
7870   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7871     ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7872     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7873     break 2
7874   fi
7875 done
7876   done
7877 IFS=$as_save_IFS
7878
7879 fi
7880 fi
7881 OTOOL=$ac_cv_prog_OTOOL
7882 if test -n "$OTOOL"; then
7883   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7884 $as_echo "$OTOOL" >&6; }
7885 else
7886   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7887 $as_echo "no" >&6; }
7888 fi
7889
7890
7891 fi
7892 if test -z "$ac_cv_prog_OTOOL"; then
7893   ac_ct_OTOOL=$OTOOL
7894   # Extract the first word of "otool", so it can be a program name with args.
7895 set dummy otool; ac_word=$2
7896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7897 $as_echo_n "checking for $ac_word... " >&6; }
7898 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7899   $as_echo_n "(cached) " >&6
7900 else
7901   if test -n "$ac_ct_OTOOL"; then
7902   ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7903 else
7904 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7905 for as_dir in $PATH
7906 do
7907   IFS=$as_save_IFS
7908   test -z "$as_dir" && as_dir=.
7909     for ac_exec_ext in '' $ac_executable_extensions; do
7910   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7911     ac_cv_prog_ac_ct_OTOOL="otool"
7912     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7913     break 2
7914   fi
7915 done
7916   done
7917 IFS=$as_save_IFS
7918
7919 fi
7920 fi
7921 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7922 if test -n "$ac_ct_OTOOL"; then
7923   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7924 $as_echo "$ac_ct_OTOOL" >&6; }
7925 else
7926   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7927 $as_echo "no" >&6; }
7928 fi
7929
7930   if test "x$ac_ct_OTOOL" = x; then
7931     OTOOL=":"
7932   else
7933     case $cross_compiling:$ac_tool_warned in
7934 yes:)
7935 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7936 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7937 ac_tool_warned=yes ;;
7938 esac
7939     OTOOL=$ac_ct_OTOOL
7940   fi
7941 else
7942   OTOOL="$ac_cv_prog_OTOOL"
7943 fi
7944
7945     if test -n "$ac_tool_prefix"; then
7946   # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7947 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7949 $as_echo_n "checking for $ac_word... " >&6; }
7950 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7951   $as_echo_n "(cached) " >&6
7952 else
7953   if test -n "$OTOOL64"; then
7954   ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7955 else
7956 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7957 for as_dir in $PATH
7958 do
7959   IFS=$as_save_IFS
7960   test -z "$as_dir" && as_dir=.
7961     for ac_exec_ext in '' $ac_executable_extensions; do
7962   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7963     ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7964     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7965     break 2
7966   fi
7967 done
7968   done
7969 IFS=$as_save_IFS
7970
7971 fi
7972 fi
7973 OTOOL64=$ac_cv_prog_OTOOL64
7974 if test -n "$OTOOL64"; then
7975   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7976 $as_echo "$OTOOL64" >&6; }
7977 else
7978   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7979 $as_echo "no" >&6; }
7980 fi
7981
7982
7983 fi
7984 if test -z "$ac_cv_prog_OTOOL64"; then
7985   ac_ct_OTOOL64=$OTOOL64
7986   # Extract the first word of "otool64", so it can be a program name with args.
7987 set dummy otool64; ac_word=$2
7988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7989 $as_echo_n "checking for $ac_word... " >&6; }
7990 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7991   $as_echo_n "(cached) " >&6
7992 else
7993   if test -n "$ac_ct_OTOOL64"; then
7994   ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7995 else
7996 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7997 for as_dir in $PATH
7998 do
7999   IFS=$as_save_IFS
8000   test -z "$as_dir" && as_dir=.
8001     for ac_exec_ext in '' $ac_executable_extensions; do
8002   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8003     ac_cv_prog_ac_ct_OTOOL64="otool64"
8004     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8005     break 2
8006   fi
8007 done
8008   done
8009 IFS=$as_save_IFS
8010
8011 fi
8012 fi
8013 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8014 if test -n "$ac_ct_OTOOL64"; then
8015   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8016 $as_echo "$ac_ct_OTOOL64" >&6; }
8017 else
8018   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8019 $as_echo "no" >&6; }
8020 fi
8021
8022   if test "x$ac_ct_OTOOL64" = x; then
8023     OTOOL64=":"
8024   else
8025     case $cross_compiling:$ac_tool_warned in
8026 yes:)
8027 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8028 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8029 ac_tool_warned=yes ;;
8030 esac
8031     OTOOL64=$ac_ct_OTOOL64
8032   fi
8033 else
8034   OTOOL64="$ac_cv_prog_OTOOL64"
8035 fi
8036
8037
8038
8039
8040
8041
8042
8043
8044
8045
8046
8047
8048
8049
8050
8051
8052
8053
8054
8055
8056
8057
8058
8059
8060
8061
8062
8063     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8064 $as_echo_n "checking for -single_module linker flag... " >&6; }
8065 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
8066   $as_echo_n "(cached) " >&6
8067 else
8068   lt_cv_apple_cc_single_mod=no
8069       if test -z "${LT_MULTI_MODULE}"; then
8070         # By default we will add the -single_module flag. You can override
8071         # by either setting the environment variable LT_MULTI_MODULE
8072         # non-empty at configure time, or by adding -multi_module to the
8073         # link flags.
8074         rm -rf libconftest.dylib*
8075         echo "int foo(void){return 1;}" > conftest.c
8076         echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8077 -dynamiclib -Wl,-single_module conftest.c" >&5
8078         $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8079           -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8080         _lt_result=$?
8081         if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8082           lt_cv_apple_cc_single_mod=yes
8083         else
8084           cat conftest.err >&5
8085         fi
8086         rm -rf libconftest.dylib*
8087         rm -f conftest.*
8088       fi
8089 fi
8090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8091 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8092     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8093 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8094 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
8095   $as_echo_n "(cached) " >&6
8096 else
8097   lt_cv_ld_exported_symbols_list=no
8098       save_LDFLAGS=$LDFLAGS
8099       echo "_main" > conftest.sym
8100       LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8101       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8102 /* end confdefs.h.  */
8103
8104 int
8105 main ()
8106 {
8107
8108   ;
8109   return 0;
8110 }
8111 _ACEOF
8112 if ac_fn_c_try_link "$LINENO"; then :
8113   lt_cv_ld_exported_symbols_list=yes
8114 else
8115   lt_cv_ld_exported_symbols_list=no
8116 fi
8117 rm -f core conftest.err conftest.$ac_objext \
8118     conftest$ac_exeext conftest.$ac_ext
8119         LDFLAGS="$save_LDFLAGS"
8120
8121 fi
8122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8123 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8124     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8125 $as_echo_n "checking for -force_load linker flag... " >&6; }
8126 if test "${lt_cv_ld_force_load+set}" = set; then :
8127   $as_echo_n "(cached) " >&6
8128 else
8129   lt_cv_ld_force_load=no
8130       cat > conftest.c << _LT_EOF
8131 int forced_loaded() { return 2;}
8132 _LT_EOF
8133       echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8134       $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8135       echo "$AR cru libconftest.a conftest.o" >&5
8136       $AR cru libconftest.a conftest.o 2>&5
8137       cat > conftest.c << _LT_EOF
8138 int main() { return 0;}
8139 _LT_EOF
8140       echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8141       $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8142       _lt_result=$?
8143       if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8144         lt_cv_ld_force_load=yes
8145       else
8146         cat conftest.err >&5
8147       fi
8148         rm -f conftest.err libconftest.a conftest conftest.c
8149         rm -rf conftest.dSYM
8150
8151 fi
8152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8153 $as_echo "$lt_cv_ld_force_load" >&6; }
8154     case $host_os in
8155     rhapsody* | darwin1.[012])
8156       _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8157     darwin1.*)
8158       _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8159     darwin*) # darwin 5.x on
8160       # if running on 10.5 or later, the deployment target defaults
8161       # to the OS version, if on x86, and 10.4, the deployment
8162       # target defaults to 10.4. Don't you love it?
8163       case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8164         10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8165           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8166         10.[012][,.]*)
8167           _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8168         10.*)
8169           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8170       esac
8171     ;;
8172   esac
8173     if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8174       _lt_dar_single_mod='$single_module'
8175     fi
8176     if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8177       _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8178     else
8179       _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8180     fi
8181     if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8182       _lt_dsymutil='~$DSYMUTIL $lib || :'
8183     else
8184       _lt_dsymutil=
8185     fi
8186     ;;
8187   esac
8188
8189 for ac_header in dlfcn.h
8190 do :
8191   ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8192 "
8193 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8194   cat >>confdefs.h <<_ACEOF
8195 #define HAVE_DLFCN_H 1
8196 _ACEOF
8197
8198 fi
8199
8200 done
8201
8202
8203
8204 # autoconf.info says this should be called right after AC_INIT.
8205 ac_config_headers="$ac_config_headers config.h:config.in"
8206
8207
8208
8209
8210
8211
8212 # Put a plausible default for CC_FOR_BUILD in Makefile.
8213 if test "x$cross_compiling" = "xno"; then
8214   CC_FOR_BUILD='$(CC)'
8215 else
8216   CC_FOR_BUILD=gcc
8217 fi
8218
8219
8220
8221
8222 AR=${AR-ar}
8223
8224 if test -n "$ac_tool_prefix"; then
8225   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8226 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8228 $as_echo_n "checking for $ac_word... " >&6; }
8229 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8230   $as_echo_n "(cached) " >&6
8231 else
8232   if test -n "$RANLIB"; then
8233   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8234 else
8235 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8236 for as_dir in $PATH
8237 do
8238   IFS=$as_save_IFS
8239   test -z "$as_dir" && as_dir=.
8240     for ac_exec_ext in '' $ac_executable_extensions; do
8241   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8242     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8243     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8244     break 2
8245   fi
8246 done
8247   done
8248 IFS=$as_save_IFS
8249
8250 fi
8251 fi
8252 RANLIB=$ac_cv_prog_RANLIB
8253 if test -n "$RANLIB"; then
8254   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8255 $as_echo "$RANLIB" >&6; }
8256 else
8257   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8258 $as_echo "no" >&6; }
8259 fi
8260
8261
8262 fi
8263 if test -z "$ac_cv_prog_RANLIB"; then
8264   ac_ct_RANLIB=$RANLIB
8265   # Extract the first word of "ranlib", so it can be a program name with args.
8266 set dummy ranlib; ac_word=$2
8267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8268 $as_echo_n "checking for $ac_word... " >&6; }
8269 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
8270   $as_echo_n "(cached) " >&6
8271 else
8272   if test -n "$ac_ct_RANLIB"; then
8273   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8274 else
8275 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8276 for as_dir in $PATH
8277 do
8278   IFS=$as_save_IFS
8279   test -z "$as_dir" && as_dir=.
8280     for ac_exec_ext in '' $ac_executable_extensions; do
8281   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8282     ac_cv_prog_ac_ct_RANLIB="ranlib"
8283     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8284     break 2
8285   fi
8286 done
8287   done
8288 IFS=$as_save_IFS
8289
8290 fi
8291 fi
8292 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8293 if test -n "$ac_ct_RANLIB"; then
8294   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8295 $as_echo "$ac_ct_RANLIB" >&6; }
8296 else
8297   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8298 $as_echo "no" >&6; }
8299 fi
8300
8301   if test "x$ac_ct_RANLIB" = x; then
8302     RANLIB=":"
8303   else
8304     case $cross_compiling:$ac_tool_warned in
8305 yes:)
8306 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8307 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8308 ac_tool_warned=yes ;;
8309 esac
8310     RANLIB=$ac_ct_RANLIB
8311   fi
8312 else
8313   RANLIB="$ac_cv_prog_RANLIB"
8314 fi
8315
8316
8317 # Some of the common include files depend on bfd.h, and bfd.h checks
8318 # that config.h is included first by testing that the PACKAGE macro
8319 # is defined.
8320 PACKAGE=sim
8321
8322 cat >>confdefs.h <<_ACEOF
8323 #define PACKAGE "$PACKAGE"
8324 _ACEOF
8325
8326
8327
8328 # Dependency checking.
8329 ac_config_commands="$ac_config_commands depdir"
8330
8331
8332 depcc="$CC"   am_compiler_list=
8333
8334 am_depcomp=$ac_aux_dir/depcomp
8335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8336 $as_echo_n "checking dependency style of $depcc... " >&6; }
8337 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
8338   $as_echo_n "(cached) " >&6
8339 else
8340   if test -f "$am_depcomp"; then
8341   # We make a subdir and do the tests there.  Otherwise we can end up
8342   # making bogus files that we don't know about and never remove.  For
8343   # instance it was reported that on HP-UX the gcc test will end up
8344   # making a dummy file named `D' -- because `-MD' means `put the output
8345   # in D'.
8346   mkdir conftest.dir
8347   # Copy depcomp to subdir because otherwise we won't find it if we're
8348   # using a relative directory.
8349   cp "$am_depcomp" conftest.dir
8350   cd conftest.dir
8351   # We will build objects and dependencies in a subdirectory because
8352   # it helps to detect inapplicable dependency modes.  For instance
8353   # both Tru64's cc and ICC support -MD to output dependencies as a
8354   # side effect of compilation, but ICC will put the dependencies in
8355   # the current directory while Tru64 will put them in the object
8356   # directory.
8357   mkdir sub
8358
8359   am_cv_CC_dependencies_compiler_type=none
8360   if test "$am_compiler_list" = ""; then
8361      am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8362   fi
8363   for depmode in $am_compiler_list; do
8364     if test $depmode = none; then break; fi
8365
8366     $as_echo "$as_me:$LINENO: trying $depmode" >&5
8367     # Setup a source with many dependencies, because some compilers
8368     # like to wrap large dependency lists on column 80 (with \), and
8369     # we should not choose a depcomp mode which is confused by this.
8370     #
8371     # We need to recreate these files for each test, as the compiler may
8372     # overwrite some of them when testing with obscure command lines.
8373     # This happens at least with the AIX C compiler.
8374     : > sub/conftest.c
8375     for i in 1 2 3 4 5 6; do
8376       echo '#include "conftst'$i'.h"' >> sub/conftest.c
8377       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8378       # Solaris 8's {/usr,}/bin/sh.
8379       touch sub/conftst$i.h
8380     done
8381     echo "include sub/conftest.Po" > confmf
8382
8383     # We check with `-c' and `-o' for the sake of the "dashmstdout"
8384     # mode.  It turns out that the SunPro C++ compiler does not properly
8385     # handle `-M -o', and we need to detect this.
8386     depcmd="depmode=$depmode \
8387        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8388        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8389        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8390     echo "| $depcmd" | sed -e 's/  */ /g' >&5
8391     if env $depcmd > conftest.err 2>&1 &&
8392        grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8393        grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8394        ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8395       # icc doesn't choke on unknown options, it will just issue warnings
8396       # or remarks (even with -Werror).  So we grep stderr for any message
8397       # that says an option was ignored or not supported.
8398       # When given -MP, icc 7.0 and 7.1 complain thusly:
8399       #   icc: Command line warning: ignoring option '-M'; no argument required
8400       # The diagnosis changed in icc 8.0:
8401       #   icc: Command line remark: option '-MP' not supported
8402       if (grep 'ignoring option' conftest.err ||
8403           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8404         am_cv_CC_dependencies_compiler_type=$depmode
8405         $as_echo "$as_me:$LINENO: success" >&5
8406         break
8407       fi
8408     fi
8409     $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8410     sed -e 's/^/| /' < conftest.err >&5
8411   done
8412
8413   cd ..
8414   rm -rf conftest.dir
8415 else
8416   am_cv_CC_dependencies_compiler_type=none
8417 fi
8418
8419 fi
8420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8421 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8422 if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
8423 then as_fn_error "no usable dependency style found" "$LINENO" 5
8424 else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8425
8426 fi
8427
8428
8429 # Check for the 'make' the user wants to use.
8430 for ac_prog in make
8431 do
8432   # Extract the first word of "$ac_prog", so it can be a program name with args.
8433 set dummy $ac_prog; ac_word=$2
8434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8435 $as_echo_n "checking for $ac_word... " >&6; }
8436 if test "${ac_cv_prog_MAKE+set}" = set; then :
8437   $as_echo_n "(cached) " >&6
8438 else
8439   if test -n "$MAKE"; then
8440   ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8441 else
8442 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8443 for as_dir in $PATH
8444 do
8445   IFS=$as_save_IFS
8446   test -z "$as_dir" && as_dir=.
8447     for ac_exec_ext in '' $ac_executable_extensions; do
8448   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8449     ac_cv_prog_MAKE="$ac_prog"
8450     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8451     break 2
8452   fi
8453 done
8454   done
8455 IFS=$as_save_IFS
8456
8457 fi
8458 fi
8459 MAKE=$ac_cv_prog_MAKE
8460 if test -n "$MAKE"; then
8461   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8462 $as_echo "$MAKE" >&6; }
8463 else
8464   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8465 $as_echo "no" >&6; }
8466 fi
8467
8468
8469   test -n "$MAKE" && break
8470 done
8471
8472 MAKE_IS_GNU=
8473 case "`$MAKE --version 2>&1 | sed 1q`" in
8474   *GNU*)
8475     MAKE_IS_GNU=yes
8476     ;;
8477 esac
8478  if test "$MAKE_IS_GNU" = yes; then
8479   GMAKE_TRUE=
8480   GMAKE_FALSE='#'
8481 else
8482   GMAKE_TRUE='#'
8483   GMAKE_FALSE=
8484 fi
8485
8486
8487 ALL_LINGUAS=
8488 # If we haven't got the data from the intl directory,
8489 # assume NLS is disabled.
8490 USE_NLS=no
8491 LIBINTL=
8492 LIBINTL_DEP=
8493 INCINTL=
8494 XGETTEXT=
8495 GMSGFMT=
8496 POSUB=
8497
8498 if test -f  ../../intl/config.intl; then
8499   .  ../../intl/config.intl
8500 fi
8501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8502 $as_echo_n "checking whether NLS is requested... " >&6; }
8503 if test x"$USE_NLS" != xyes; then
8504   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8505 $as_echo "no" >&6; }
8506 else
8507   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8508 $as_echo "yes" >&6; }
8509
8510 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
8511
8512
8513   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8514 $as_echo_n "checking for catalogs to be installed... " >&6; }
8515   # Look for .po and .gmo files in the source directory.
8516   CATALOGS=
8517   XLINGUAS=
8518   for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8519     # If there aren't any .gmo files the shell will give us the
8520     # literal string "../path/to/srcdir/po/*.gmo" which has to be
8521     # weeded out.
8522     case "$cat" in *\**)
8523       continue;;
8524     esac
8525     # The quadruple backslash is collapsed to a double backslash
8526     # by the backticks, then collapsed again by the double quotes,
8527     # leaving us with one backslash in the sed expression (right
8528     # before the dot that mustn't act as a wildcard).
8529     cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8530     lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8531     # The user is allowed to set LINGUAS to a list of languages to
8532     # install catalogs for.  If it's empty that means "all of them."
8533     if test "x$LINGUAS" = x; then
8534       CATALOGS="$CATALOGS $cat"
8535       XLINGUAS="$XLINGUAS $lang"
8536     else
8537       case "$LINGUAS" in *$lang*)
8538         CATALOGS="$CATALOGS $cat"
8539         XLINGUAS="$XLINGUAS $lang"
8540         ;;
8541       esac
8542     fi
8543   done
8544   LINGUAS="$XLINGUAS"
8545   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8546 $as_echo "$LINGUAS" >&6; }
8547
8548
8549     DATADIRNAME=share
8550
8551   INSTOBJEXT=.mo
8552
8553   GENCAT=gencat
8554
8555   CATOBJEXT=.gmo
8556
8557 fi
8558
8559 # Check for common headers.
8560 # FIXME: Seems to me this can cause problems for i386-windows hosts.
8561 # At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
8562 for ac_header in stdlib.h string.h strings.h unistd.h time.h
8563 do :
8564   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8565 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8566 eval as_val=\$$as_ac_Header
8567    if test "x$as_val" = x""yes; then :
8568   cat >>confdefs.h <<_ACEOF
8569 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8570 _ACEOF
8571
8572 fi
8573
8574 done
8575
8576 for ac_header in sys/time.h sys/resource.h
8577 do :
8578   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8579 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8580 eval as_val=\$$as_ac_Header
8581    if test "x$as_val" = x""yes; then :
8582   cat >>confdefs.h <<_ACEOF
8583 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8584 _ACEOF
8585
8586 fi
8587
8588 done
8589
8590 for ac_header in fcntl.h fpu_control.h
8591 do :
8592   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8593 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8594 eval as_val=\$$as_ac_Header
8595    if test "x$as_val" = x""yes; then :
8596   cat >>confdefs.h <<_ACEOF
8597 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8598 _ACEOF
8599
8600 fi
8601
8602 done
8603
8604 for ac_header in dlfcn.h errno.h sys/stat.h
8605 do :
8606   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8607 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8608 eval as_val=\$$as_ac_Header
8609    if test "x$as_val" = x""yes; then :
8610   cat >>confdefs.h <<_ACEOF
8611 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8612 _ACEOF
8613
8614 fi
8615
8616 done
8617
8618 for ac_func in getrusage time sigaction __setfpucw
8619 do :
8620   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8621 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8622 eval as_val=\$$as_ac_var
8623    if test "x$as_val" = x""yes; then :
8624   cat >>confdefs.h <<_ACEOF
8625 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8626 _ACEOF
8627
8628 fi
8629 done
8630
8631
8632 # Check for socket libraries
8633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
8634 $as_echo_n "checking for bind in -lsocket... " >&6; }
8635 if test "${ac_cv_lib_socket_bind+set}" = set; then :
8636   $as_echo_n "(cached) " >&6
8637 else
8638   ac_check_lib_save_LIBS=$LIBS
8639 LIBS="-lsocket  $LIBS"
8640 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8641 /* end confdefs.h.  */
8642
8643 /* Override any GCC internal prototype to avoid an error.
8644    Use char because int might match the return type of a GCC
8645    builtin and then its argument prototype would still apply.  */
8646 #ifdef __cplusplus
8647 extern "C"
8648 #endif
8649 char bind ();
8650 int
8651 main ()
8652 {
8653 return bind ();
8654   ;
8655   return 0;
8656 }
8657 _ACEOF
8658 if ac_fn_c_try_link "$LINENO"; then :
8659   ac_cv_lib_socket_bind=yes
8660 else
8661   ac_cv_lib_socket_bind=no
8662 fi
8663 rm -f core conftest.err conftest.$ac_objext \
8664     conftest$ac_exeext conftest.$ac_ext
8665 LIBS=$ac_check_lib_save_LIBS
8666 fi
8667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
8668 $as_echo "$ac_cv_lib_socket_bind" >&6; }
8669 if test "x$ac_cv_lib_socket_bind" = x""yes; then :
8670   cat >>confdefs.h <<_ACEOF
8671 #define HAVE_LIBSOCKET 1
8672 _ACEOF
8673
8674   LIBS="-lsocket $LIBS"
8675
8676 fi
8677
8678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
8679 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
8680 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
8681   $as_echo_n "(cached) " >&6
8682 else
8683   ac_check_lib_save_LIBS=$LIBS
8684 LIBS="-lnsl  $LIBS"
8685 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8686 /* end confdefs.h.  */
8687
8688 /* Override any GCC internal prototype to avoid an error.
8689    Use char because int might match the return type of a GCC
8690    builtin and then its argument prototype would still apply.  */
8691 #ifdef __cplusplus
8692 extern "C"
8693 #endif
8694 char gethostbyname ();
8695 int
8696 main ()
8697 {
8698 return gethostbyname ();
8699   ;
8700   return 0;
8701 }
8702 _ACEOF
8703 if ac_fn_c_try_link "$LINENO"; then :
8704   ac_cv_lib_nsl_gethostbyname=yes
8705 else
8706   ac_cv_lib_nsl_gethostbyname=no
8707 fi
8708 rm -f core conftest.err conftest.$ac_objext \
8709     conftest$ac_exeext conftest.$ac_ext
8710 LIBS=$ac_check_lib_save_LIBS
8711 fi
8712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
8713 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
8714 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
8715   cat >>confdefs.h <<_ACEOF
8716 #define HAVE_LIBNSL 1
8717 _ACEOF
8718
8719   LIBS="-lnsl $LIBS"
8720
8721 fi
8722
8723
8724 # BFD conditionally uses zlib, so we must link it in if libbfd does, by
8725 # using the same condition.
8726
8727   # Use the system's zlib library.
8728   zlibdir="-L\$(top_builddir)/../zlib"
8729   zlibinc="-I\$(top_srcdir)/../zlib"
8730
8731 # Check whether --with-system-zlib was given.
8732 if test "${with_system_zlib+set}" = set; then :
8733   withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
8734     zlibdir=
8735     zlibinc=
8736   fi
8737
8738 fi
8739
8740
8741
8742
8743
8744 # BFD uses libdl when when plugins enabled.
8745
8746   maybe_plugins=no
8747   for ac_header in dlfcn.h
8748 do :
8749   ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8750 "
8751 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8752   cat >>confdefs.h <<_ACEOF
8753 #define HAVE_DLFCN_H 1
8754 _ACEOF
8755  maybe_plugins=yes
8756 fi
8757
8758 done
8759
8760   for ac_header in windows.h
8761 do :
8762   ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
8763 "
8764 if test "x$ac_cv_header_windows_h" = x""yes; then :
8765   cat >>confdefs.h <<_ACEOF
8766 #define HAVE_WINDOWS_H 1
8767 _ACEOF
8768  maybe_plugins=yes
8769 fi
8770
8771 done
8772
8773
8774   # Check whether --enable-plugins was given.
8775 if test "${enable_plugins+set}" = set; then :
8776   enableval=$enable_plugins; case "${enableval}" in
8777       no) plugins=no ;;
8778       *) plugins=yes
8779          if test "$maybe_plugins" != "yes" ; then
8780            as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
8781          fi ;;
8782      esac
8783 else
8784   plugins=$maybe_plugins
8785
8786 fi
8787
8788   if test "$plugins" = "yes"; then
8789     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
8790 $as_echo_n "checking for library containing dlopen... " >&6; }
8791 if test "${ac_cv_search_dlopen+set}" = set; then :
8792   $as_echo_n "(cached) " >&6
8793 else
8794   ac_func_search_save_LIBS=$LIBS
8795 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8796 /* end confdefs.h.  */
8797
8798 /* Override any GCC internal prototype to avoid an error.
8799    Use char because int might match the return type of a GCC
8800    builtin and then its argument prototype would still apply.  */
8801 #ifdef __cplusplus
8802 extern "C"
8803 #endif
8804 char dlopen ();
8805 int
8806 main ()
8807 {
8808 return dlopen ();
8809   ;
8810   return 0;
8811 }
8812 _ACEOF
8813 for ac_lib in '' dl; do
8814   if test -z "$ac_lib"; then
8815     ac_res="none required"
8816   else
8817     ac_res=-l$ac_lib
8818     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
8819   fi
8820   if ac_fn_c_try_link "$LINENO"; then :
8821   ac_cv_search_dlopen=$ac_res
8822 fi
8823 rm -f core conftest.err conftest.$ac_objext \
8824     conftest$ac_exeext
8825   if test "${ac_cv_search_dlopen+set}" = set; then :
8826   break
8827 fi
8828 done
8829 if test "${ac_cv_search_dlopen+set}" = set; then :
8830
8831 else
8832   ac_cv_search_dlopen=no
8833 fi
8834 rm conftest.$ac_ext
8835 LIBS=$ac_func_search_save_LIBS
8836 fi
8837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
8838 $as_echo "$ac_cv_search_dlopen" >&6; }
8839 ac_res=$ac_cv_search_dlopen
8840 if test "$ac_res" != no; then :
8841   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
8842
8843 fi
8844
8845   fi
8846
8847  if test "$plugins" = yes; then
8848   PLUGINS_TRUE=
8849   PLUGINS_FALSE='#'
8850 else
8851   PLUGINS_TRUE='#'
8852   PLUGINS_FALSE=
8853 fi
8854
8855
8856
8857
8858
8859 # Set options
8860 enable_dlopen=yes
8861
8862
8863
8864
8865   enable_win32_dll=no
8866
8867
8868             # Check whether --enable-shared was given.
8869 if test "${enable_shared+set}" = set; then :
8870   enableval=$enable_shared; p=${PACKAGE-default}
8871     case $enableval in
8872     yes) enable_shared=yes ;;
8873     no) enable_shared=no ;;
8874     *)
8875       enable_shared=no
8876       # Look at the argument we got.  We use all the common list separators.
8877       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8878       for pkg in $enableval; do
8879         IFS="$lt_save_ifs"
8880         if test "X$pkg" = "X$p"; then
8881           enable_shared=yes
8882         fi
8883       done
8884       IFS="$lt_save_ifs"
8885       ;;
8886     esac
8887 else
8888   enable_shared=yes
8889 fi
8890
8891
8892
8893
8894
8895
8896
8897
8898
8899   # Check whether --enable-static was given.
8900 if test "${enable_static+set}" = set; then :
8901   enableval=$enable_static; p=${PACKAGE-default}
8902     case $enableval in
8903     yes) enable_static=yes ;;
8904     no) enable_static=no ;;
8905     *)
8906      enable_static=no
8907       # Look at the argument we got.  We use all the common list separators.
8908       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8909       for pkg in $enableval; do
8910         IFS="$lt_save_ifs"
8911         if test "X$pkg" = "X$p"; then
8912           enable_static=yes
8913         fi
8914       done
8915       IFS="$lt_save_ifs"
8916       ;;
8917     esac
8918 else
8919   enable_static=yes
8920 fi
8921
8922
8923
8924
8925
8926
8927
8928
8929
8930
8931 # Check whether --with-pic was given.
8932 if test "${with_pic+set}" = set; then :
8933   withval=$with_pic; pic_mode="$withval"
8934 else
8935   pic_mode=default
8936 fi
8937
8938
8939 test -z "$pic_mode" && pic_mode=default
8940
8941
8942
8943
8944
8945
8946
8947   # Check whether --enable-fast-install was given.
8948 if test "${enable_fast_install+set}" = set; then :
8949   enableval=$enable_fast_install; p=${PACKAGE-default}
8950     case $enableval in
8951     yes) enable_fast_install=yes ;;
8952     no) enable_fast_install=no ;;
8953     *)
8954       enable_fast_install=no
8955       # Look at the argument we got.  We use all the common list separators.
8956       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8957       for pkg in $enableval; do
8958         IFS="$lt_save_ifs"
8959         if test "X$pkg" = "X$p"; then
8960           enable_fast_install=yes
8961         fi
8962       done
8963       IFS="$lt_save_ifs"
8964       ;;
8965     esac
8966 else
8967   enable_fast_install=yes
8968 fi
8969
8970
8971
8972
8973
8974
8975
8976
8977
8978
8979
8980 # This can be used to rebuild libtool when needed
8981 LIBTOOL_DEPS="$ltmain"
8982
8983 # Always use our own libtool.
8984 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8985
8986
8987
8988
8989
8990
8991
8992
8993
8994
8995
8996
8997
8998
8999
9000
9001
9002
9003
9004
9005
9006
9007
9008
9009
9010
9011 test -z "$LN_S" && LN_S="ln -s"
9012
9013
9014
9015
9016
9017
9018
9019
9020
9021
9022
9023
9024
9025
9026 if test -n "${ZSH_VERSION+set}" ; then
9027    setopt NO_GLOB_SUBST
9028 fi
9029
9030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
9031 $as_echo_n "checking for objdir... " >&6; }
9032 if test "${lt_cv_objdir+set}" = set; then :
9033   $as_echo_n "(cached) " >&6
9034 else
9035   rm -f .libs 2>/dev/null
9036 mkdir .libs 2>/dev/null
9037 if test -d .libs; then
9038   lt_cv_objdir=.libs
9039 else
9040   # MS-DOS does not allow filenames that begin with a dot.
9041   lt_cv_objdir=_libs
9042 fi
9043 rmdir .libs 2>/dev/null
9044 fi
9045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
9046 $as_echo "$lt_cv_objdir" >&6; }
9047 objdir=$lt_cv_objdir
9048
9049
9050
9051
9052
9053 cat >>confdefs.h <<_ACEOF
9054 #define LT_OBJDIR "$lt_cv_objdir/"
9055 _ACEOF
9056
9057
9058
9059
9060 case $host_os in
9061 aix3*)
9062   # AIX sometimes has problems with the GCC collect2 program.  For some
9063   # reason, if we set the COLLECT_NAMES environment variable, the problems
9064   # vanish in a puff of smoke.
9065   if test "X${COLLECT_NAMES+set}" != Xset; then
9066     COLLECT_NAMES=
9067     export COLLECT_NAMES
9068   fi
9069   ;;
9070 esac
9071
9072 # Global variables:
9073 ofile=libtool
9074 can_build_shared=yes
9075
9076 # All known linkers require a `.a' archive for static linking (except MSVC,
9077 # which needs '.lib').
9078 libext=a
9079
9080 with_gnu_ld="$lt_cv_prog_gnu_ld"
9081
9082 old_CC="$CC"
9083 old_CFLAGS="$CFLAGS"
9084
9085 # Set sane defaults for various variables
9086 test -z "$CC" && CC=cc
9087 test -z "$LTCC" && LTCC=$CC
9088 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9089 test -z "$LD" && LD=ld
9090 test -z "$ac_objext" && ac_objext=o
9091
9092 for cc_temp in $compiler""; do
9093   case $cc_temp in
9094     compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9095     distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9096     \-*) ;;
9097     *) break;;
9098   esac
9099 done
9100 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9101
9102
9103 # Only perform the check for file, if the check method requires it
9104 test -z "$MAGIC_CMD" && MAGIC_CMD=file
9105 case $deplibs_check_method in
9106 file_magic*)
9107   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9108     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9109 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
9110 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9111   $as_echo_n "(cached) " >&6
9112 else
9113   case $MAGIC_CMD in
9114 [\\/*] |  ?:[\\/]*)
9115   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9116   ;;
9117 *)
9118   lt_save_MAGIC_CMD="$MAGIC_CMD"
9119   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9120   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9121   for ac_dir in $ac_dummy; do
9122     IFS="$lt_save_ifs"
9123     test -z "$ac_dir" && ac_dir=.
9124     if test -f $ac_dir/${ac_tool_prefix}file; then
9125       lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9126       if test -n "$file_magic_test_file"; then
9127         case $deplibs_check_method in
9128         "file_magic "*)
9129           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9130           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9131           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9132             $EGREP "$file_magic_regex" > /dev/null; then
9133             :
9134           else
9135             cat <<_LT_EOF 1>&2
9136
9137 *** Warning: the command libtool uses to detect shared libraries,
9138 *** $file_magic_cmd, produces output that libtool cannot recognize.
9139 *** The result is that libtool may fail to recognize shared libraries
9140 *** as such.  This will affect the creation of libtool libraries that
9141 *** depend on shared libraries, but programs linked with such libtool
9142 *** libraries will work regardless of this problem.  Nevertheless, you
9143 *** may want to report the problem to your system manager and/or to
9144 *** bug-libtool@gnu.org
9145
9146 _LT_EOF
9147           fi ;;
9148         esac
9149       fi
9150       break
9151     fi
9152   done
9153   IFS="$lt_save_ifs"
9154   MAGIC_CMD="$lt_save_MAGIC_CMD"
9155   ;;
9156 esac
9157 fi
9158
9159 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9160 if test -n "$MAGIC_CMD"; then
9161   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9162 $as_echo "$MAGIC_CMD" >&6; }
9163 else
9164   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9165 $as_echo "no" >&6; }
9166 fi
9167
9168
9169
9170
9171
9172 if test -z "$lt_cv_path_MAGIC_CMD"; then
9173   if test -n "$ac_tool_prefix"; then
9174     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9175 $as_echo_n "checking for file... " >&6; }
9176 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9177   $as_echo_n "(cached) " >&6
9178 else
9179   case $MAGIC_CMD in
9180 [\\/*] |  ?:[\\/]*)
9181   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9182   ;;
9183 *)
9184   lt_save_MAGIC_CMD="$MAGIC_CMD"
9185   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9186   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9187   for ac_dir in $ac_dummy; do
9188     IFS="$lt_save_ifs"
9189     test -z "$ac_dir" && ac_dir=.
9190     if test -f $ac_dir/file; then
9191       lt_cv_path_MAGIC_CMD="$ac_dir/file"
9192       if test -n "$file_magic_test_file"; then
9193         case $deplibs_check_method in
9194         "file_magic "*)
9195           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9196           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9197           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9198             $EGREP "$file_magic_regex" > /dev/null; then
9199             :
9200           else
9201             cat <<_LT_EOF 1>&2
9202
9203 *** Warning: the command libtool uses to detect shared libraries,
9204 *** $file_magic_cmd, produces output that libtool cannot recognize.
9205 *** The result is that libtool may fail to recognize shared libraries
9206 *** as such.  This will affect the creation of libtool libraries that
9207 *** depend on shared libraries, but programs linked with such libtool
9208 *** libraries will work regardless of this problem.  Nevertheless, you
9209 *** may want to report the problem to your system manager and/or to
9210 *** bug-libtool@gnu.org
9211
9212 _LT_EOF
9213           fi ;;
9214         esac
9215       fi
9216       break
9217     fi
9218   done
9219   IFS="$lt_save_ifs"
9220   MAGIC_CMD="$lt_save_MAGIC_CMD"
9221   ;;
9222 esac
9223 fi
9224
9225 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9226 if test -n "$MAGIC_CMD"; then
9227   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9228 $as_echo "$MAGIC_CMD" >&6; }
9229 else
9230   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9231 $as_echo "no" >&6; }
9232 fi
9233
9234
9235   else
9236     MAGIC_CMD=:
9237   fi
9238 fi
9239
9240   fi
9241   ;;
9242 esac
9243
9244 # Use C for the default configuration in the libtool script
9245
9246 lt_save_CC="$CC"
9247 ac_ext=c
9248 ac_cpp='$CPP $CPPFLAGS'
9249 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9250 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9251 ac_compiler_gnu=$ac_cv_c_compiler_gnu
9252
9253
9254 # Source file extension for C test sources.
9255 ac_ext=c
9256
9257 # Object file extension for compiled C test sources.
9258 objext=o
9259 objext=$objext
9260
9261 # Code to be used in simple compile tests
9262 lt_simple_compile_test_code="int some_variable = 0;"
9263
9264 # Code to be used in simple link tests
9265 lt_simple_link_test_code='int main(){return(0);}'
9266
9267
9268
9269
9270
9271
9272
9273 # If no C compiler was specified, use CC.
9274 LTCC=${LTCC-"$CC"}
9275
9276 # If no C compiler flags were specified, use CFLAGS.
9277 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9278
9279 # Allow CC to be a program name with arguments.
9280 compiler=$CC
9281
9282 # Save the default compiler, since it gets overwritten when the other
9283 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9284 compiler_DEFAULT=$CC
9285
9286 # save warnings/boilerplate of simple test code
9287 ac_outfile=conftest.$ac_objext
9288 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9289 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9290 _lt_compiler_boilerplate=`cat conftest.err`
9291 $RM conftest*
9292
9293 ac_outfile=conftest.$ac_objext
9294 echo "$lt_simple_link_test_code" >conftest.$ac_ext
9295 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9296 _lt_linker_boilerplate=`cat conftest.err`
9297 $RM -r conftest*
9298
9299
9300 ## CAVEAT EMPTOR:
9301 ## There is no encapsulation within the following macros, do not change
9302 ## the running order or otherwise move them around unless you know exactly
9303 ## what you are doing...
9304 if test -n "$compiler"; then
9305
9306 lt_prog_compiler_no_builtin_flag=
9307
9308 if test "$GCC" = yes; then
9309   case $cc_basename in
9310   nvcc*)
9311     lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9312   *)
9313     lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
9314   esac
9315
9316   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9317 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9318 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
9319   $as_echo_n "(cached) " >&6
9320 else
9321   lt_cv_prog_compiler_rtti_exceptions=no
9322    ac_outfile=conftest.$ac_objext
9323    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9324    lt_compiler_flag="-fno-rtti -fno-exceptions"
9325    # Insert the option either (1) after the last *FLAGS variable, or
9326    # (2) before a word containing "conftest.", or (3) at the end.
9327    # Note that $ac_compile itself does not contain backslashes and begins
9328    # with a dollar sign (not a hyphen), so the echo should work correctly.
9329    # The option is referenced via a variable to avoid confusing sed.
9330    lt_compile=`echo "$ac_compile" | $SED \
9331    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9332    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9333    -e 's:$: $lt_compiler_flag:'`
9334    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9335    (eval "$lt_compile" 2>conftest.err)
9336    ac_status=$?
9337    cat conftest.err >&5
9338    echo "$as_me:$LINENO: \$? = $ac_status" >&5
9339    if (exit $ac_status) && test -s "$ac_outfile"; then
9340      # The compiler can only warn and ignore the option if not recognized
9341      # So say no if there are warnings other than the usual output.
9342      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9343      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9344      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9345        lt_cv_prog_compiler_rtti_exceptions=yes
9346      fi
9347    fi
9348    $RM conftest*
9349
9350 fi
9351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9352 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9353
9354 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9355     lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9356 else
9357     :
9358 fi
9359
9360 fi
9361
9362
9363
9364
9365
9366
9367   lt_prog_compiler_wl=
9368 lt_prog_compiler_pic=
9369 lt_prog_compiler_static=
9370
9371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9372 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9373
9374   if test "$GCC" = yes; then
9375     lt_prog_compiler_wl='-Wl,'
9376     lt_prog_compiler_static='-static'
9377
9378     case $host_os in
9379       aix*)
9380       # All AIX code is PIC.
9381       if test "$host_cpu" = ia64; then
9382         # AIX 5 now supports IA64 processor
9383         lt_prog_compiler_static='-Bstatic'
9384       fi
9385       lt_prog_compiler_pic='-fPIC'
9386       ;;
9387
9388     amigaos*)
9389       case $host_cpu in
9390       powerpc)
9391             # see comment about AmigaOS4 .so support
9392             lt_prog_compiler_pic='-fPIC'
9393         ;;
9394       m68k)
9395             # FIXME: we need at least 68020 code to build shared libraries, but
9396             # adding the `-m68020' flag to GCC prevents building anything better,
9397             # like `-m68040'.
9398             lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9399         ;;
9400       esac
9401       ;;
9402
9403     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9404       # PIC is the default for these OSes.
9405       ;;
9406
9407     mingw* | cygwin* | pw32* | os2* | cegcc*)
9408       # This hack is so that the source file can tell whether it is being
9409       # built for inclusion in a dll (and should export symbols for example).
9410       # Although the cygwin gcc ignores -fPIC, still need this for old-style
9411       # (--disable-auto-import) libraries
9412       lt_prog_compiler_pic='-DDLL_EXPORT'
9413       ;;
9414
9415     darwin* | rhapsody*)
9416       # PIC is the default on this platform
9417       # Common symbols not allowed in MH_DYLIB files
9418       lt_prog_compiler_pic='-fno-common'
9419       ;;
9420
9421     haiku*)
9422       # PIC is the default for Haiku.
9423       # The "-static" flag exists, but is broken.
9424       lt_prog_compiler_static=
9425       ;;
9426
9427     hpux*)
9428       # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9429       # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
9430       # sets the default TLS model and affects inlining.
9431       case $host_cpu in
9432       hppa*64*)
9433         # +Z the default
9434         ;;
9435       *)
9436         lt_prog_compiler_pic='-fPIC'
9437         ;;
9438       esac
9439       ;;
9440
9441     interix[3-9]*)
9442       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9443       # Instead, we relocate shared libraries at runtime.
9444       ;;
9445
9446     msdosdjgpp*)
9447       # Just because we use GCC doesn't mean we suddenly get shared libraries
9448       # on systems that don't support them.
9449       lt_prog_compiler_can_build_shared=no
9450       enable_shared=no
9451       ;;
9452
9453     *nto* | *qnx*)
9454       # QNX uses GNU C++, but need to define -shared option too, otherwise
9455       # it will coredump.
9456       lt_prog_compiler_pic='-fPIC -shared'
9457       ;;
9458
9459     sysv4*MP*)
9460       if test -d /usr/nec; then
9461         lt_prog_compiler_pic=-Kconform_pic
9462       fi
9463       ;;
9464
9465     *)
9466       lt_prog_compiler_pic='-fPIC'
9467       ;;
9468     esac
9469
9470     case $cc_basename in
9471     nvcc*) # Cuda Compiler Driver 2.2
9472       lt_prog_compiler_wl='-Xlinker '
9473       lt_prog_compiler_pic='-Xcompiler -fPIC'
9474       ;;
9475     esac
9476   else
9477     # PORTME Check for flag to pass linker flags through the system compiler.
9478     case $host_os in
9479     aix*)
9480       lt_prog_compiler_wl='-Wl,'
9481       if test "$host_cpu" = ia64; then
9482         # AIX 5 now supports IA64 processor
9483         lt_prog_compiler_static='-Bstatic'
9484       else
9485         lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
9486       fi
9487       ;;
9488
9489     mingw* | cygwin* | pw32* | os2* | cegcc*)
9490       # This hack is so that the source file can tell whether it is being
9491       # built for inclusion in a dll (and should export symbols for example).
9492       lt_prog_compiler_pic='-DDLL_EXPORT'
9493       ;;
9494
9495     hpux9* | hpux10* | hpux11*)
9496       lt_prog_compiler_wl='-Wl,'
9497       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
9498       # not for PA HP-UX.
9499       case $host_cpu in
9500       hppa*64*|ia64*)
9501         # +Z the default
9502         ;;
9503       *)
9504         lt_prog_compiler_pic='+Z'
9505         ;;
9506       esac
9507       # Is there a better lt_prog_compiler_static that works with the bundled CC?
9508       lt_prog_compiler_static='${wl}-a ${wl}archive'
9509       ;;
9510
9511     irix5* | irix6* | nonstopux*)
9512       lt_prog_compiler_wl='-Wl,'
9513       # PIC (with -KPIC) is the default.
9514       lt_prog_compiler_static='-non_shared'
9515       ;;
9516
9517     linux* | k*bsd*-gnu | kopensolaris*-gnu)
9518       case $cc_basename in
9519       # old Intel for x86_64 which still supported -KPIC.
9520       ecc*)
9521         lt_prog_compiler_wl='-Wl,'
9522         lt_prog_compiler_pic='-KPIC'
9523         lt_prog_compiler_static='-static'
9524         ;;
9525       # icc used to be incompatible with GCC.
9526       # ICC 10 doesn't accept -KPIC any more.
9527       icc* | ifort*)
9528         lt_prog_compiler_wl='-Wl,'
9529         lt_prog_compiler_pic='-fPIC'
9530         lt_prog_compiler_static='-static'
9531         ;;
9532       # Lahey Fortran 8.1.
9533       lf95*)
9534         lt_prog_compiler_wl='-Wl,'
9535         lt_prog_compiler_pic='--shared'
9536         lt_prog_compiler_static='--static'
9537         ;;
9538       pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
9539         # Portland Group compilers (*not* the Pentium gcc compiler,
9540         # which looks to be a dead project)
9541         lt_prog_compiler_wl='-Wl,'
9542         lt_prog_compiler_pic='-fpic'
9543         lt_prog_compiler_static='-Bstatic'
9544         ;;
9545       ccc*)
9546         lt_prog_compiler_wl='-Wl,'
9547         # All Alpha code is PIC.
9548         lt_prog_compiler_static='-non_shared'
9549         ;;
9550       xl* | bgxl* | bgf* | mpixl*)
9551         # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
9552         lt_prog_compiler_wl='-Wl,'
9553         lt_prog_compiler_pic='-qpic'
9554         lt_prog_compiler_static='-qstaticlink'
9555         ;;
9556       *)
9557         case `$CC -V 2>&1 | sed 5q` in
9558         *Sun\ F* | *Sun*Fortran*)
9559           # Sun Fortran 8.3 passes all unrecognized flags to the linker
9560           lt_prog_compiler_pic='-KPIC'
9561           lt_prog_compiler_static='-Bstatic'
9562           lt_prog_compiler_wl=''
9563           ;;
9564         *Sun\ C*)
9565           # Sun C 5.9
9566           lt_prog_compiler_pic='-KPIC'
9567           lt_prog_compiler_static='-Bstatic'
9568           lt_prog_compiler_wl='-Wl,'
9569           ;;
9570         esac
9571         ;;
9572       esac
9573       ;;
9574
9575     newsos6)
9576       lt_prog_compiler_pic='-KPIC'
9577       lt_prog_compiler_static='-Bstatic'
9578       ;;
9579
9580     *nto* | *qnx*)
9581       # QNX uses GNU C++, but need to define -shared option too, otherwise
9582       # it will coredump.
9583       lt_prog_compiler_pic='-fPIC -shared'
9584       ;;
9585
9586     osf3* | osf4* | osf5*)
9587       lt_prog_compiler_wl='-Wl,'
9588       # All OSF/1 code is PIC.
9589       lt_prog_compiler_static='-non_shared'
9590       ;;
9591
9592     rdos*)
9593       lt_prog_compiler_static='-non_shared'
9594       ;;
9595
9596     solaris*)
9597       lt_prog_compiler_pic='-KPIC'
9598       lt_prog_compiler_static='-Bstatic'
9599       case $cc_basename in
9600       f77* | f90* | f95*)
9601         lt_prog_compiler_wl='-Qoption ld ';;
9602       *)
9603         lt_prog_compiler_wl='-Wl,';;
9604       esac
9605       ;;
9606
9607     sunos4*)
9608       lt_prog_compiler_wl='-Qoption ld '
9609       lt_prog_compiler_pic='-PIC'
9610       lt_prog_compiler_static='-Bstatic'
9611       ;;
9612
9613     sysv4 | sysv4.2uw2* | sysv4.3*)
9614       lt_prog_compiler_wl='-Wl,'
9615       lt_prog_compiler_pic='-KPIC'
9616       lt_prog_compiler_static='-Bstatic'
9617       ;;
9618
9619     sysv4*MP*)
9620       if test -d /usr/nec ;then
9621         lt_prog_compiler_pic='-Kconform_pic'
9622         lt_prog_compiler_static='-Bstatic'
9623       fi
9624       ;;
9625
9626     sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
9627       lt_prog_compiler_wl='-Wl,'
9628       lt_prog_compiler_pic='-KPIC'
9629       lt_prog_compiler_static='-Bstatic'
9630       ;;
9631
9632     unicos*)
9633       lt_prog_compiler_wl='-Wl,'
9634       lt_prog_compiler_can_build_shared=no
9635       ;;
9636
9637     uts4*)
9638       lt_prog_compiler_pic='-pic'
9639       lt_prog_compiler_static='-Bstatic'
9640       ;;
9641
9642     *)
9643       lt_prog_compiler_can_build_shared=no
9644       ;;
9645     esac
9646   fi
9647
9648 case $host_os in
9649   # For platforms which do not support PIC, -DPIC is meaningless:
9650   *djgpp*)
9651     lt_prog_compiler_pic=
9652     ;;
9653   *)
9654     lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
9655     ;;
9656 esac
9657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
9658 $as_echo "$lt_prog_compiler_pic" >&6; }
9659
9660
9661
9662
9663
9664
9665 #
9666 # Check to make sure the PIC flag actually works.
9667 #
9668 if test -n "$lt_prog_compiler_pic"; then
9669   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
9670 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
9671 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
9672   $as_echo_n "(cached) " >&6
9673 else
9674   lt_cv_prog_compiler_pic_works=no
9675    ac_outfile=conftest.$ac_objext
9676    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9677    lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
9678    # Insert the option either (1) after the last *FLAGS variable, or
9679    # (2) before a word containing "conftest.", or (3) at the end.
9680    # Note that $ac_compile itself does not contain backslashes and begins
9681    # with a dollar sign (not a hyphen), so the echo should work correctly.
9682    # The option is referenced via a variable to avoid confusing sed.
9683    lt_compile=`echo "$ac_compile" | $SED \
9684    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9685    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9686    -e 's:$: $lt_compiler_flag:'`
9687    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9688    (eval "$lt_compile" 2>conftest.err)
9689    ac_status=$?
9690    cat conftest.err >&5
9691    echo "$as_me:$LINENO: \$? = $ac_status" >&5
9692    if (exit $ac_status) && test -s "$ac_outfile"; then
9693      # The compiler can only warn and ignore the option if not recognized
9694      # So say no if there are warnings other than the usual output.
9695      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9696      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9697      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9698        lt_cv_prog_compiler_pic_works=yes
9699      fi
9700    fi
9701    $RM conftest*
9702
9703 fi
9704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
9705 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
9706
9707 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
9708     case $lt_prog_compiler_pic in
9709      "" | " "*) ;;
9710      *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
9711      esac
9712 else
9713     lt_prog_compiler_pic=
9714      lt_prog_compiler_can_build_shared=no
9715 fi
9716
9717 fi
9718
9719
9720
9721
9722
9723
9724 #
9725 # Check to make sure the static flag actually works.
9726 #
9727 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
9728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
9729 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
9730 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
9731   $as_echo_n "(cached) " >&6
9732 else
9733   lt_cv_prog_compiler_static_works=no
9734    save_LDFLAGS="$LDFLAGS"
9735    LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
9736    echo "$lt_simple_link_test_code" > conftest.$ac_ext
9737    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9738      # The linker can only warn and ignore the option if not recognized
9739      # So say no if there are warnings
9740      if test -s conftest.err; then
9741        # Append any errors to the config.log.
9742        cat conftest.err 1>&5
9743        $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9744        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9745        if diff conftest.exp conftest.er2 >/dev/null; then
9746          lt_cv_prog_compiler_static_works=yes
9747        fi
9748      else
9749        lt_cv_prog_compiler_static_works=yes
9750      fi
9751    fi
9752    $RM -r conftest*
9753    LDFLAGS="$save_LDFLAGS"
9754
9755 fi
9756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
9757 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
9758
9759 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
9760     :
9761 else
9762     lt_prog_compiler_static=
9763 fi
9764
9765
9766
9767
9768
9769
9770
9771   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9772 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9773 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
9774   $as_echo_n "(cached) " >&6
9775 else
9776   lt_cv_prog_compiler_c_o=no
9777    $RM -r conftest 2>/dev/null
9778    mkdir conftest
9779    cd conftest
9780    mkdir out
9781    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9782
9783    lt_compiler_flag="-o out/conftest2.$ac_objext"
9784    # Insert the option either (1) after the last *FLAGS variable, or
9785    # (2) before a word containing "conftest.", or (3) at the end.
9786    # Note that $ac_compile itself does not contain backslashes and begins
9787    # with a dollar sign (not a hyphen), so the echo should work correctly.
9788    lt_compile=`echo "$ac_compile" | $SED \
9789    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9790    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9791    -e 's:$: $lt_compiler_flag:'`
9792    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9793    (eval "$lt_compile" 2>out/conftest.err)
9794    ac_status=$?
9795    cat out/conftest.err >&5
9796    echo "$as_me:$LINENO: \$? = $ac_status" >&5
9797    if (exit $ac_status) && test -s out/conftest2.$ac_objext
9798    then
9799      # The compiler can only warn and ignore the option if not recognized
9800      # So say no if there are warnings
9801      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9802      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9803      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9804        lt_cv_prog_compiler_c_o=yes
9805      fi
9806    fi
9807    chmod u+w . 2>&5
9808    $RM conftest*
9809    # SGI C++ compiler will create directory out/ii_files/ for
9810    # template instantiation
9811    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9812    $RM out/* && rmdir out
9813    cd ..
9814    $RM -r conftest
9815    $RM conftest*
9816
9817 fi
9818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9819 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9820
9821
9822
9823
9824
9825
9826   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9827 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9828 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
9829   $as_echo_n "(cached) " >&6
9830 else
9831   lt_cv_prog_compiler_c_o=no
9832    $RM -r conftest 2>/dev/null
9833    mkdir conftest
9834    cd conftest
9835    mkdir out
9836    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9837
9838    lt_compiler_flag="-o out/conftest2.$ac_objext"
9839    # Insert the option either (1) after the last *FLAGS variable, or
9840    # (2) before a word containing "conftest.", or (3) at the end.
9841    # Note that $ac_compile itself does not contain backslashes and begins
9842    # with a dollar sign (not a hyphen), so the echo should work correctly.
9843    lt_compile=`echo "$ac_compile" | $SED \
9844    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9845    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9846    -e 's:$: $lt_compiler_flag:'`
9847    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9848    (eval "$lt_compile" 2>out/conftest.err)
9849    ac_status=$?
9850    cat out/conftest.err >&5
9851    echo "$as_me:$LINENO: \$? = $ac_status" >&5
9852    if (exit $ac_status) && test -s out/conftest2.$ac_objext
9853    then
9854      # The compiler can only warn and ignore the option if not recognized
9855      # So say no if there are warnings
9856      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9857      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9858      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9859        lt_cv_prog_compiler_c_o=yes
9860      fi
9861    fi
9862    chmod u+w . 2>&5
9863    $RM conftest*
9864    # SGI C++ compiler will create directory out/ii_files/ for
9865    # template instantiation
9866    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9867    $RM out/* && rmdir out
9868    cd ..
9869    $RM -r conftest
9870    $RM conftest*
9871
9872 fi
9873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9874 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9875
9876
9877
9878
9879 hard_links="nottested"
9880 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9881   # do not overwrite the value of need_locks provided by the user
9882   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9883 $as_echo_n "checking if we can lock with hard links... " >&6; }
9884   hard_links=yes
9885   $RM conftest*
9886   ln conftest.a conftest.b 2>/dev/null && hard_links=no
9887   touch conftest.a
9888   ln conftest.a conftest.b 2>&5 || hard_links=no
9889   ln conftest.a conftest.b 2>/dev/null && hard_links=no
9890   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9891 $as_echo "$hard_links" >&6; }
9892   if test "$hard_links" = no; then
9893     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9894 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
9895     need_locks=warn
9896   fi
9897 else
9898   need_locks=no
9899 fi
9900
9901
9902
9903
9904
9905
9906   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9907 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
9908
9909   runpath_var=
9910   allow_undefined_flag=
9911   always_export_symbols=no
9912   archive_cmds=
9913   archive_expsym_cmds=
9914   compiler_needs_object=no
9915   enable_shared_with_static_runtimes=no
9916   export_dynamic_flag_spec=
9917   export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9918   hardcode_automatic=no
9919   hardcode_direct=no
9920   hardcode_direct_absolute=no
9921   hardcode_libdir_flag_spec=
9922   hardcode_libdir_flag_spec_ld=
9923   hardcode_libdir_separator=
9924   hardcode_minus_L=no
9925   hardcode_shlibpath_var=unsupported
9926   inherit_rpath=no
9927   link_all_deplibs=unknown
9928   module_cmds=
9929   module_expsym_cmds=
9930   old_archive_from_new_cmds=
9931   old_archive_from_expsyms_cmds=
9932   thread_safe_flag_spec=
9933   whole_archive_flag_spec=
9934   # include_expsyms should be a list of space-separated symbols to be *always*
9935   # included in the symbol list
9936   include_expsyms=
9937   # exclude_expsyms can be an extended regexp of symbols to exclude
9938   # it will be wrapped by ` (' and `)$', so one must not match beginning or
9939   # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9940   # as well as any symbol that contains `d'.
9941   exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
9942   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9943   # platforms (ab)use it in PIC code, but their linkers get confused if
9944   # the symbol is explicitly referenced.  Since portable code cannot
9945   # rely on this symbol name, it's probably fine to never include it in
9946   # preloaded symbol tables.
9947   # Exclude shared library initialization/finalization symbols.
9948   extract_expsyms_cmds=
9949
9950   case $host_os in
9951   cygwin* | mingw* | pw32* | cegcc*)
9952     # FIXME: the MSVC++ port hasn't been tested in a loooong time
9953     # When not using gcc, we currently assume that we are using
9954     # Microsoft Visual C++.
9955     if test "$GCC" != yes; then
9956       with_gnu_ld=no
9957     fi
9958     ;;
9959   interix*)
9960     # we just hope/assume this is gcc and not c89 (= MSVC++)
9961     with_gnu_ld=yes
9962     ;;
9963   openbsd*)
9964     with_gnu_ld=no
9965     ;;
9966   esac
9967
9968   ld_shlibs=yes
9969
9970   # On some targets, GNU ld is compatible enough with the native linker
9971   # that we're better off using the native interface for both.
9972   lt_use_gnu_ld_interface=no
9973   if test "$with_gnu_ld" = yes; then
9974     case $host_os in
9975       aix*)
9976         # The AIX port of GNU ld has always aspired to compatibility
9977         # with the native linker.  However, as the warning in the GNU ld
9978         # block says, versions before 2.19.5* couldn't really create working
9979         # shared libraries, regardless of the interface used.
9980         case `$LD -v 2>&1` in
9981           *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9982           *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9983           *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9984           *)
9985             lt_use_gnu_ld_interface=yes
9986             ;;
9987         esac
9988         ;;
9989       *)
9990         lt_use_gnu_ld_interface=yes
9991         ;;
9992     esac
9993   fi
9994
9995   if test "$lt_use_gnu_ld_interface" = yes; then
9996     # If archive_cmds runs LD, not CC, wlarc should be empty
9997     wlarc='${wl}'
9998
9999     # Set some defaults for GNU ld with shared library support. These
10000     # are reset later if shared libraries are not supported. Putting them
10001     # here allows them to be overridden if necessary.
10002     runpath_var=LD_RUN_PATH
10003     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10004     export_dynamic_flag_spec='${wl}--export-dynamic'
10005     # ancient GNU ld didn't support --whole-archive et. al.
10006     if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10007       whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10008     else
10009       whole_archive_flag_spec=
10010     fi
10011     supports_anon_versioning=no
10012     case `$LD -v 2>&1` in
10013       *GNU\ gold*) supports_anon_versioning=yes ;;
10014       *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10015       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10016       *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10017       *\ 2.11.*) ;; # other 2.11 versions
10018       *) supports_anon_versioning=yes ;;
10019     esac
10020
10021     # See if GNU ld supports shared libraries.
10022     case $host_os in
10023     aix[3-9]*)
10024       # On AIX/PPC, the GNU linker is very broken
10025       if test "$host_cpu" != ia64; then
10026         ld_shlibs=no
10027         cat <<_LT_EOF 1>&2
10028
10029 *** Warning: the GNU linker, at least up to release 2.19, is reported
10030 *** to be unable to reliably create shared libraries on AIX.
10031 *** Therefore, libtool is disabling shared libraries support.  If you
10032 *** really care for shared libraries, you may want to install binutils
10033 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10034 *** You will then need to restart the configuration process.
10035
10036 _LT_EOF
10037       fi
10038       ;;
10039
10040     amigaos*)
10041       case $host_cpu in
10042       powerpc)
10043             # see comment about AmigaOS4 .so support
10044             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10045             archive_expsym_cmds=''
10046         ;;
10047       m68k)
10048             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)'
10049             hardcode_libdir_flag_spec='-L$libdir'
10050             hardcode_minus_L=yes
10051         ;;
10052       esac
10053       ;;
10054
10055     beos*)
10056       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10057         allow_undefined_flag=unsupported
10058         # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10059         # support --undefined.  This deserves some investigation.  FIXME
10060         archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10061       else
10062         ld_shlibs=no
10063       fi
10064       ;;
10065
10066     cygwin* | mingw* | pw32* | cegcc*)
10067       # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10068       # as there is no search path for DLLs.
10069       hardcode_libdir_flag_spec='-L$libdir'
10070       export_dynamic_flag_spec='${wl}--export-all-symbols'
10071       allow_undefined_flag=unsupported
10072       always_export_symbols=no
10073       enable_shared_with_static_runtimes=yes
10074       export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10075
10076       if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10077         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10078         # If the export-symbols file already is a .def file (1st line
10079         # is EXPORTS), use it as is; otherwise, prepend...
10080         archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10081           cp $export_symbols $output_objdir/$soname.def;
10082         else
10083           echo EXPORTS > $output_objdir/$soname.def;
10084           cat $export_symbols >> $output_objdir/$soname.def;
10085         fi~
10086         $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10087       else
10088         ld_shlibs=no
10089       fi
10090       ;;
10091
10092     haiku*)
10093       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10094       link_all_deplibs=yes
10095       ;;
10096
10097     interix[3-9]*)
10098       hardcode_direct=no
10099       hardcode_shlibpath_var=no
10100       hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10101       export_dynamic_flag_spec='${wl}-E'
10102       # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10103       # Instead, shared libraries are loaded at an image base (0x10000000 by
10104       # default) and relocated if they conflict, which is a slow very memory
10105       # consuming and fragmenting process.  To avoid this, we pick a random,
10106       # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10107       # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
10108       archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10109       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'
10110       ;;
10111
10112     gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10113       tmp_diet=no
10114       if test "$host_os" = linux-dietlibc; then
10115         case $cc_basename in
10116           diet\ *) tmp_diet=yes;;       # linux-dietlibc with static linking (!diet-dyn)
10117         esac
10118       fi
10119       if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10120          && test "$tmp_diet" = no
10121       then
10122         tmp_addflag=' $pic_flag'
10123         tmp_sharedflag='-shared'
10124         case $cc_basename,$host_cpu in
10125         pgcc*)                          # Portland Group C compiler
10126           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'
10127           tmp_addflag=' $pic_flag'
10128           ;;
10129         pgf77* | pgf90* | pgf95* | pgfortran*)
10130                                         # Portland Group f77 and f90 compilers
10131           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'
10132           tmp_addflag=' $pic_flag -Mnomain' ;;
10133         ecc*,ia64* | icc*,ia64*)        # Intel C compiler on ia64
10134           tmp_addflag=' -i_dynamic' ;;
10135         efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
10136           tmp_addflag=' -i_dynamic -nofor_main' ;;
10137         ifc* | ifort*)                  # Intel Fortran compiler
10138           tmp_addflag=' -nofor_main' ;;
10139         lf95*)                          # Lahey Fortran 8.1
10140           whole_archive_flag_spec=
10141           tmp_sharedflag='--shared' ;;
10142         xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10143           tmp_sharedflag='-qmkshrobj'
10144           tmp_addflag= ;;
10145         nvcc*)  # Cuda Compiler Driver 2.2
10146           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'
10147           compiler_needs_object=yes
10148           ;;
10149         esac
10150         case `$CC -V 2>&1 | sed 5q` in
10151         *Sun\ C*)                       # Sun C 5.9
10152           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'
10153           compiler_needs_object=yes
10154           tmp_sharedflag='-G' ;;
10155         *Sun\ F*)                       # Sun Fortran 8.3
10156           tmp_sharedflag='-G' ;;
10157         esac
10158         archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10159
10160         if test "x$supports_anon_versioning" = xyes; then
10161           archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10162             cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10163             echo "local: *; };" >> $output_objdir/$libname.ver~
10164             $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10165         fi
10166
10167         case $cc_basename in
10168         xlf* | bgf* | bgxlf* | mpixlf*)
10169           # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10170           whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10171           hardcode_libdir_flag_spec=
10172           hardcode_libdir_flag_spec_ld='-rpath $libdir'
10173           archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10174           if test "x$supports_anon_versioning" = xyes; then
10175             archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10176               cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10177               echo "local: *; };" >> $output_objdir/$libname.ver~
10178               $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10179           fi
10180           ;;
10181         esac
10182       else
10183         ld_shlibs=no
10184       fi
10185       ;;
10186
10187     netbsd*)
10188       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10189         archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10190         wlarc=
10191       else
10192         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10193         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10194       fi
10195       ;;
10196
10197     solaris*)
10198       if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10199         ld_shlibs=no
10200         cat <<_LT_EOF 1>&2
10201
10202 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
10203 *** create shared libraries on Solaris systems.  Therefore, libtool
10204 *** is disabling shared libraries support.  We urge you to upgrade GNU
10205 *** binutils to release 2.9.1 or newer.  Another option is to modify
10206 *** your PATH or compiler configuration so that the native linker is
10207 *** used, and then restart.
10208
10209 _LT_EOF
10210       elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10211         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10212         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10213       else
10214         ld_shlibs=no
10215       fi
10216       ;;
10217
10218     sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10219       case `$LD -v 2>&1` in
10220         *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10221         ld_shlibs=no
10222         cat <<_LT_EOF 1>&2
10223
10224 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10225 *** reliably create shared libraries on SCO systems.  Therefore, libtool
10226 *** is disabling shared libraries support.  We urge you to upgrade GNU
10227 *** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
10228 *** your PATH or compiler configuration so that the native linker is
10229 *** used, and then restart.
10230
10231 _LT_EOF
10232         ;;
10233         *)
10234           # For security reasons, it is highly recommended that you always
10235           # use absolute paths for naming shared libraries, and exclude the
10236           # DT_RUNPATH tag from executables and libraries.  But doing so
10237           # requires that you compile everything twice, which is a pain.
10238           if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10239             hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10240             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10241             archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10242           else
10243             ld_shlibs=no
10244           fi
10245         ;;
10246       esac
10247       ;;
10248
10249     sunos4*)
10250       archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10251       wlarc=
10252       hardcode_direct=yes
10253       hardcode_shlibpath_var=no
10254       ;;
10255
10256     *)
10257       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10258         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10259         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10260       else
10261         ld_shlibs=no
10262       fi
10263       ;;
10264     esac
10265
10266     if test "$ld_shlibs" = no; then
10267       runpath_var=
10268       hardcode_libdir_flag_spec=
10269       export_dynamic_flag_spec=
10270       whole_archive_flag_spec=
10271     fi
10272   else
10273     # PORTME fill in a description of your system's linker (not GNU ld)
10274     case $host_os in
10275     aix3*)
10276       allow_undefined_flag=unsupported
10277       always_export_symbols=yes
10278       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'
10279       # Note: this linker hardcodes the directories in LIBPATH if there
10280       # are no directories specified by -L.
10281       hardcode_minus_L=yes
10282       if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10283         # Neither direct hardcoding nor static linking is supported with a
10284         # broken collect2.
10285         hardcode_direct=unsupported
10286       fi
10287       ;;
10288
10289     aix[4-9]*)
10290       if test "$host_cpu" = ia64; then
10291         # On IA64, the linker does run time linking by default, so we don't
10292         # have to do anything special.
10293         aix_use_runtimelinking=no
10294         exp_sym_flag='-Bexport'
10295         no_entry_flag=""
10296       else
10297         # If we're using GNU nm, then we don't want the "-C" option.
10298         # -C means demangle to AIX nm, but means don't demangle with GNU nm
10299         # Also, AIX nm treats weak defined symbols like other global
10300         # defined symbols, whereas GNU nm marks them as "W".
10301         if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10302           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'
10303         else
10304           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'
10305         fi
10306         aix_use_runtimelinking=no
10307
10308         # Test if we are trying to use run time linking or normal
10309         # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10310         # need to do runtime linking.
10311         case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10312           for ld_flag in $LDFLAGS; do
10313           if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10314             aix_use_runtimelinking=yes
10315             break
10316           fi
10317           done
10318           ;;
10319         esac
10320
10321         exp_sym_flag='-bexport'
10322         no_entry_flag='-bnoentry'
10323       fi
10324
10325       # When large executables or shared objects are built, AIX ld can
10326       # have problems creating the table of contents.  If linking a library
10327       # or program results in "error TOC overflow" add -mminimal-toc to
10328       # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
10329       # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10330
10331       archive_cmds=''
10332       hardcode_direct=yes
10333       hardcode_direct_absolute=yes
10334       hardcode_libdir_separator=':'
10335       link_all_deplibs=yes
10336       file_list_spec='${wl}-f,'
10337
10338       if test "$GCC" = yes; then
10339         case $host_os in aix4.[012]|aix4.[012].*)
10340         # We only want to do this on AIX 4.2 and lower, the check
10341         # below for broken collect2 doesn't work under 4.3+
10342           collect2name=`${CC} -print-prog-name=collect2`
10343           if test -f "$collect2name" &&
10344            strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10345           then
10346           # We have reworked collect2
10347           :
10348           else
10349           # We have old collect2
10350           hardcode_direct=unsupported
10351           # It fails to find uninstalled libraries when the uninstalled
10352           # path is not listed in the libpath.  Setting hardcode_minus_L
10353           # to unsupported forces relinking
10354           hardcode_minus_L=yes
10355           hardcode_libdir_flag_spec='-L$libdir'
10356           hardcode_libdir_separator=
10357           fi
10358           ;;
10359         esac
10360         shared_flag='-shared'
10361         if test "$aix_use_runtimelinking" = yes; then
10362           shared_flag="$shared_flag "'${wl}-G'
10363         fi
10364       else
10365         # not using gcc
10366         if test "$host_cpu" = ia64; then
10367         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10368         # chokes on -Wl,-G. The following line is correct:
10369           shared_flag='-G'
10370         else
10371           if test "$aix_use_runtimelinking" = yes; then
10372             shared_flag='${wl}-G'
10373           else
10374             shared_flag='${wl}-bM:SRE'
10375           fi
10376         fi
10377       fi
10378
10379       export_dynamic_flag_spec='${wl}-bexpall'
10380       # It seems that -bexpall does not export symbols beginning with
10381       # underscore (_), so it is better to generate a list of symbols to export.
10382       always_export_symbols=yes
10383       if test "$aix_use_runtimelinking" = yes; then
10384         # Warning - without using the other runtime loading flags (-brtl),
10385         # -berok will link without error, but may produce a broken library.
10386         allow_undefined_flag='-berok'
10387         # Determine the default libpath from the value encoded in an
10388         # empty executable.
10389         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10390 /* end confdefs.h.  */
10391
10392 int
10393 main ()
10394 {
10395
10396   ;
10397   return 0;
10398 }
10399 _ACEOF
10400 if ac_fn_c_try_link "$LINENO"; then :
10401
10402 lt_aix_libpath_sed='
10403     /Import File Strings/,/^$/ {
10404         /^0/ {
10405             s/^0  *\(.*\)$/\1/
10406             p
10407         }
10408     }'
10409 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10410 # Check for a 64-bit object if we didn't find anything.
10411 if test -z "$aix_libpath"; then
10412   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10413 fi
10414 fi
10415 rm -f core conftest.err conftest.$ac_objext \
10416     conftest$ac_exeext conftest.$ac_ext
10417 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10418
10419         hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10420         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"
10421       else
10422         if test "$host_cpu" = ia64; then
10423           hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
10424           allow_undefined_flag="-z nodefs"
10425           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"
10426         else
10427          # Determine the default libpath from the value encoded in an
10428          # empty executable.
10429          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10430 /* end confdefs.h.  */
10431
10432 int
10433 main ()
10434 {
10435
10436   ;
10437   return 0;
10438 }
10439 _ACEOF
10440 if ac_fn_c_try_link "$LINENO"; then :
10441
10442 lt_aix_libpath_sed='
10443     /Import File Strings/,/^$/ {
10444         /^0/ {
10445             s/^0  *\(.*\)$/\1/
10446             p
10447         }
10448     }'
10449 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10450 # Check for a 64-bit object if we didn't find anything.
10451 if test -z "$aix_libpath"; then
10452   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10453 fi
10454 fi
10455 rm -f core conftest.err conftest.$ac_objext \
10456     conftest$ac_exeext conftest.$ac_ext
10457 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10458
10459          hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10460           # Warning - without using the other run time loading flags,
10461           # -berok will link without error, but may produce a broken library.
10462           no_undefined_flag=' ${wl}-bernotok'
10463           allow_undefined_flag=' ${wl}-berok'
10464           if test "$with_gnu_ld" = yes; then
10465             # We only use this code for GNU lds that support --whole-archive.
10466             whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
10467           else
10468             # Exported symbols can be pulled into shared objects from archives
10469             whole_archive_flag_spec='$convenience'
10470           fi
10471           archive_cmds_need_lc=yes
10472           # This is similar to how AIX traditionally builds its shared libraries.
10473           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'
10474         fi
10475       fi
10476       ;;
10477
10478     amigaos*)
10479       case $host_cpu in
10480       powerpc)
10481             # see comment about AmigaOS4 .so support
10482             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10483             archive_expsym_cmds=''
10484         ;;
10485       m68k)
10486             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)'
10487             hardcode_libdir_flag_spec='-L$libdir'
10488             hardcode_minus_L=yes
10489         ;;
10490       esac
10491       ;;
10492
10493     bsdi[45]*)
10494       export_dynamic_flag_spec=-rdynamic
10495       ;;
10496
10497     cygwin* | mingw* | pw32* | cegcc*)
10498       # When not using gcc, we currently assume that we are using
10499       # Microsoft Visual C++.
10500       # hardcode_libdir_flag_spec is actually meaningless, as there is
10501       # no search path for DLLs.
10502       hardcode_libdir_flag_spec=' '
10503       allow_undefined_flag=unsupported
10504       # Tell ltmain to make .lib files, not .a files.
10505       libext=lib
10506       # Tell ltmain to make .dll files, not .so files.
10507       shrext_cmds=".dll"
10508       # FIXME: Setting linknames here is a bad hack.
10509       archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
10510       # The linker will automatically build a .lib file if we build a DLL.
10511       old_archive_from_new_cmds='true'
10512       # FIXME: Should let the user specify the lib program.
10513       old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
10514       fix_srcfile_path='`cygpath -w "$srcfile"`'
10515       enable_shared_with_static_runtimes=yes
10516       ;;
10517
10518     darwin* | rhapsody*)
10519
10520
10521   archive_cmds_need_lc=no
10522   hardcode_direct=no
10523   hardcode_automatic=yes
10524   hardcode_shlibpath_var=unsupported
10525   if test "$lt_cv_ld_force_load" = "yes"; then
10526     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\"`'
10527   else
10528     whole_archive_flag_spec=''
10529   fi
10530   link_all_deplibs=yes
10531   allow_undefined_flag="$_lt_dar_allow_undefined"
10532   case $cc_basename in
10533      ifort*) _lt_dar_can_shared=yes ;;
10534      *) _lt_dar_can_shared=$GCC ;;
10535   esac
10536   if test "$_lt_dar_can_shared" = "yes"; then
10537     output_verbose_link_cmd=func_echo_all
10538     archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
10539     module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
10540     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}"
10541     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}"
10542
10543   else
10544   ld_shlibs=no
10545   fi
10546
10547       ;;
10548
10549     dgux*)
10550       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10551       hardcode_libdir_flag_spec='-L$libdir'
10552       hardcode_shlibpath_var=no
10553       ;;
10554
10555     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
10556     # support.  Future versions do this automatically, but an explicit c++rt0.o
10557     # does not break anything, and helps significantly (at the cost of a little
10558     # extra space).
10559     freebsd2.2*)
10560       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
10561       hardcode_libdir_flag_spec='-R$libdir'
10562       hardcode_direct=yes
10563       hardcode_shlibpath_var=no
10564       ;;
10565
10566     # Unfortunately, older versions of FreeBSD 2 do not have this feature.
10567     freebsd2.*)
10568       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10569       hardcode_direct=yes
10570       hardcode_minus_L=yes
10571       hardcode_shlibpath_var=no
10572       ;;
10573
10574     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
10575     freebsd* | dragonfly*)
10576       archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
10577       hardcode_libdir_flag_spec='-R$libdir'
10578       hardcode_direct=yes
10579       hardcode_shlibpath_var=no
10580       ;;
10581
10582     hpux9*)
10583       if test "$GCC" = yes; then
10584         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'
10585       else
10586         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'
10587       fi
10588       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10589       hardcode_libdir_separator=:
10590       hardcode_direct=yes
10591
10592       # hardcode_minus_L: Not really in the search PATH,
10593       # but as the default location of the library.
10594       hardcode_minus_L=yes
10595       export_dynamic_flag_spec='${wl}-E'
10596       ;;
10597
10598     hpux10*)
10599       if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10600         archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10601       else
10602         archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10603       fi
10604       if test "$with_gnu_ld" = no; then
10605         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10606         hardcode_libdir_flag_spec_ld='+b $libdir'
10607         hardcode_libdir_separator=:
10608         hardcode_direct=yes
10609         hardcode_direct_absolute=yes
10610         export_dynamic_flag_spec='${wl}-E'
10611         # hardcode_minus_L: Not really in the search PATH,
10612         # but as the default location of the library.
10613         hardcode_minus_L=yes
10614       fi
10615       ;;
10616
10617     hpux11*)
10618       if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10619         case $host_cpu in
10620         hppa*64*)
10621           archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10622           ;;
10623         ia64*)
10624           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10625           ;;
10626         *)
10627           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10628           ;;
10629         esac
10630       else
10631         case $host_cpu in
10632         hppa*64*)
10633           archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10634           ;;
10635         ia64*)
10636           archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10637           ;;
10638         *)
10639
10640           # Older versions of the 11.00 compiler do not understand -b yet
10641           # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
10642           { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
10643 $as_echo_n "checking if $CC understands -b... " >&6; }
10644 if test "${lt_cv_prog_compiler__b+set}" = set; then :
10645   $as_echo_n "(cached) " >&6
10646 else
10647   lt_cv_prog_compiler__b=no
10648    save_LDFLAGS="$LDFLAGS"
10649    LDFLAGS="$LDFLAGS -b"
10650    echo "$lt_simple_link_test_code" > conftest.$ac_ext
10651    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10652      # The linker can only warn and ignore the option if not recognized
10653      # So say no if there are warnings
10654      if test -s conftest.err; then
10655        # Append any errors to the config.log.
10656        cat conftest.err 1>&5
10657        $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10658        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10659        if diff conftest.exp conftest.er2 >/dev/null; then
10660          lt_cv_prog_compiler__b=yes
10661        fi
10662      else
10663        lt_cv_prog_compiler__b=yes
10664      fi
10665    fi
10666    $RM -r conftest*
10667    LDFLAGS="$save_LDFLAGS"
10668
10669 fi
10670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
10671 $as_echo "$lt_cv_prog_compiler__b" >&6; }
10672
10673 if test x"$lt_cv_prog_compiler__b" = xyes; then
10674     archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10675 else
10676     archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10677 fi
10678
10679           ;;
10680         esac
10681       fi
10682       if test "$with_gnu_ld" = no; then
10683         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10684         hardcode_libdir_separator=:
10685
10686         case $host_cpu in
10687         hppa*64*|ia64*)
10688           hardcode_direct=no
10689           hardcode_shlibpath_var=no
10690           ;;
10691         *)
10692           hardcode_direct=yes
10693           hardcode_direct_absolute=yes
10694           export_dynamic_flag_spec='${wl}-E'
10695
10696           # hardcode_minus_L: Not really in the search PATH,
10697           # but as the default location of the library.
10698           hardcode_minus_L=yes
10699           ;;
10700         esac
10701       fi
10702       ;;
10703
10704     irix5* | irix6* | nonstopux*)
10705       if test "$GCC" = yes; then
10706         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'
10707         # Try to use the -exported_symbol ld option, if it does not
10708         # work, assume that -exports_file does not work either and
10709         # implicitly export all symbols.
10710         save_LDFLAGS="$LDFLAGS"
10711         LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
10712         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10713 /* end confdefs.h.  */
10714 int foo(void) {}
10715 _ACEOF
10716 if ac_fn_c_try_link "$LINENO"; then :
10717   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'
10718
10719 fi
10720 rm -f core conftest.err conftest.$ac_objext \
10721     conftest$ac_exeext conftest.$ac_ext
10722         LDFLAGS="$save_LDFLAGS"
10723       else
10724         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'
10725         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'
10726       fi
10727       archive_cmds_need_lc='no'
10728       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10729       hardcode_libdir_separator=:
10730       inherit_rpath=yes
10731       link_all_deplibs=yes
10732       ;;
10733
10734     netbsd*)
10735       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10736         archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
10737       else
10738         archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
10739       fi
10740       hardcode_libdir_flag_spec='-R$libdir'
10741       hardcode_direct=yes
10742       hardcode_shlibpath_var=no
10743       ;;
10744
10745     newsos6)
10746       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10747       hardcode_direct=yes
10748       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10749       hardcode_libdir_separator=:
10750       hardcode_shlibpath_var=no
10751       ;;
10752
10753     *nto* | *qnx*)
10754       ;;
10755
10756     openbsd*)
10757       if test -f /usr/libexec/ld.so; then
10758         hardcode_direct=yes
10759         hardcode_shlibpath_var=no
10760         hardcode_direct_absolute=yes
10761         if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10762           archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10763           archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
10764           hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10765           export_dynamic_flag_spec='${wl}-E'
10766         else
10767           case $host_os in
10768            openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
10769              archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10770              hardcode_libdir_flag_spec='-R$libdir'
10771              ;;
10772            *)
10773              archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10774              hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10775              ;;
10776           esac
10777         fi
10778       else
10779         ld_shlibs=no
10780       fi
10781       ;;
10782
10783     os2*)
10784       hardcode_libdir_flag_spec='-L$libdir'
10785       hardcode_minus_L=yes
10786       allow_undefined_flag=unsupported
10787       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'
10788       old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10789       ;;
10790
10791     osf3*)
10792       if test "$GCC" = yes; then
10793         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10794         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'
10795       else
10796         allow_undefined_flag=' -expect_unresolved \*'
10797         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'
10798       fi
10799       archive_cmds_need_lc='no'
10800       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10801       hardcode_libdir_separator=:
10802       ;;
10803
10804     osf4* | osf5*)      # as osf3* with the addition of -msym flag
10805       if test "$GCC" = yes; then
10806         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10807         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'
10808         hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10809       else
10810         allow_undefined_flag=' -expect_unresolved \*'
10811         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'
10812         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~
10813         $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'
10814
10815         # Both c and cxx compiler support -rpath directly
10816         hardcode_libdir_flag_spec='-rpath $libdir'
10817       fi
10818       archive_cmds_need_lc='no'
10819       hardcode_libdir_separator=:
10820       ;;
10821
10822     solaris*)
10823       no_undefined_flag=' -z defs'
10824       if test "$GCC" = yes; then
10825         wlarc='${wl}'
10826         archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10827         archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10828           $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10829       else
10830         case `$CC -V 2>&1` in
10831         *"Compilers 5.0"*)
10832           wlarc=''
10833           archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10834           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10835           $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10836           ;;
10837         *)
10838           wlarc='${wl}'
10839           archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10840           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10841           $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10842           ;;
10843         esac
10844       fi
10845       hardcode_libdir_flag_spec='-R$libdir'
10846       hardcode_shlibpath_var=no
10847       case $host_os in
10848       solaris2.[0-5] | solaris2.[0-5].*) ;;
10849       *)
10850         # The compiler driver will combine and reorder linker options,
10851         # but understands `-z linker_flag'.  GCC discards it without `$wl',
10852         # but is careful enough not to reorder.
10853         # Supported since Solaris 2.6 (maybe 2.5.1?)
10854         if test "$GCC" = yes; then
10855           whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10856         else
10857           whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
10858         fi
10859         ;;
10860       esac
10861       link_all_deplibs=yes
10862       ;;
10863
10864     sunos4*)
10865       if test "x$host_vendor" = xsequent; then
10866         # Use $CC to link under sequent, because it throws in some extra .o
10867         # files that make .init and .fini sections work.
10868         archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10869       else
10870         archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10871       fi
10872       hardcode_libdir_flag_spec='-L$libdir'
10873       hardcode_direct=yes
10874       hardcode_minus_L=yes
10875       hardcode_shlibpath_var=no
10876       ;;
10877
10878     sysv4)
10879       case $host_vendor in
10880         sni)
10881           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10882           hardcode_direct=yes # is this really true???
10883         ;;
10884         siemens)
10885           ## LD is ld it makes a PLAMLIB
10886           ## CC just makes a GrossModule.
10887           archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10888           reload_cmds='$CC -r -o $output$reload_objs'
10889           hardcode_direct=no
10890         ;;
10891         motorola)
10892           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10893           hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10894         ;;
10895       esac
10896       runpath_var='LD_RUN_PATH'
10897       hardcode_shlibpath_var=no
10898       ;;
10899
10900     sysv4.3*)
10901       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10902       hardcode_shlibpath_var=no
10903       export_dynamic_flag_spec='-Bexport'
10904       ;;
10905
10906     sysv4*MP*)
10907       if test -d /usr/nec; then
10908         archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10909         hardcode_shlibpath_var=no
10910         runpath_var=LD_RUN_PATH
10911         hardcode_runpath_var=yes
10912         ld_shlibs=yes
10913       fi
10914       ;;
10915
10916     sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10917       no_undefined_flag='${wl}-z,text'
10918       archive_cmds_need_lc=no
10919       hardcode_shlibpath_var=no
10920       runpath_var='LD_RUN_PATH'
10921
10922       if test "$GCC" = yes; then
10923         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10924         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10925       else
10926         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10927         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10928       fi
10929       ;;
10930
10931     sysv5* | sco3.2v5* | sco5v6*)
10932       # Note: We can NOT use -z defs as we might desire, because we do not
10933       # link with -lc, and that would cause any symbols used from libc to
10934       # always be unresolved, which means just about no library would
10935       # ever link correctly.  If we're not using GNU ld we use -z text
10936       # though, which does catch some bad symbols but isn't as heavy-handed
10937       # as -z defs.
10938       no_undefined_flag='${wl}-z,text'
10939       allow_undefined_flag='${wl}-z,nodefs'
10940       archive_cmds_need_lc=no
10941       hardcode_shlibpath_var=no
10942       hardcode_libdir_flag_spec='${wl}-R,$libdir'
10943       hardcode_libdir_separator=':'
10944       link_all_deplibs=yes
10945       export_dynamic_flag_spec='${wl}-Bexport'
10946       runpath_var='LD_RUN_PATH'
10947
10948       if test "$GCC" = yes; then
10949         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10950         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10951       else
10952         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10953         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10954       fi
10955       ;;
10956
10957     uts4*)
10958       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10959       hardcode_libdir_flag_spec='-L$libdir'
10960       hardcode_shlibpath_var=no
10961       ;;
10962
10963     *)
10964       ld_shlibs=no
10965       ;;
10966     esac
10967
10968     if test x$host_vendor = xsni; then
10969       case $host in
10970       sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10971         export_dynamic_flag_spec='${wl}-Blargedynsym'
10972         ;;
10973       esac
10974     fi
10975   fi
10976
10977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10978 $as_echo "$ld_shlibs" >&6; }
10979 test "$ld_shlibs" = no && can_build_shared=no
10980
10981 with_gnu_ld=$with_gnu_ld
10982
10983
10984
10985
10986
10987
10988
10989
10990
10991
10992
10993
10994
10995
10996
10997 #
10998 # Do we need to explicitly link libc?
10999 #
11000 case "x$archive_cmds_need_lc" in
11001 x|xyes)
11002   # Assume -lc should be added
11003   archive_cmds_need_lc=yes
11004
11005   if test "$enable_shared" = yes && test "$GCC" = yes; then
11006     case $archive_cmds in
11007     *'~'*)
11008       # FIXME: we may have to deal with multi-command sequences.
11009       ;;
11010     '$CC '*)
11011       # Test whether the compiler implicitly links with -lc since on some
11012       # systems, -lgcc has to come before -lc. If gcc already passes -lc
11013       # to ld, don't add -lc before -lgcc.
11014       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
11015 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
11016 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
11017   $as_echo_n "(cached) " >&6
11018 else
11019   $RM conftest*
11020         echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11021
11022         if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
11023   (eval $ac_compile) 2>&5
11024   ac_status=$?
11025   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11026   test $ac_status = 0; } 2>conftest.err; then
11027           soname=conftest
11028           lib=conftest
11029           libobjs=conftest.$ac_objext
11030           deplibs=
11031           wl=$lt_prog_compiler_wl
11032           pic_flag=$lt_prog_compiler_pic
11033           compiler_flags=-v
11034           linker_flags=-v
11035           verstring=
11036           output_objdir=.
11037           libname=conftest
11038           lt_save_allow_undefined_flag=$allow_undefined_flag
11039           allow_undefined_flag=
11040           if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
11041   (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11042   ac_status=$?
11043   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11044   test $ac_status = 0; }
11045           then
11046             lt_cv_archive_cmds_need_lc=no
11047           else
11048             lt_cv_archive_cmds_need_lc=yes
11049           fi
11050           allow_undefined_flag=$lt_save_allow_undefined_flag
11051         else
11052           cat conftest.err 1>&5
11053         fi
11054         $RM conftest*
11055
11056 fi
11057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11058 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11059       archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11060       ;;
11061     esac
11062   fi
11063   ;;
11064 esac
11065
11066
11067
11068
11069
11070
11071
11072
11073
11074
11075
11076
11077
11078
11079
11080
11081
11082
11083
11084
11085
11086
11087
11088
11089
11090
11091
11092
11093
11094
11095
11096
11097
11098
11099
11100
11101
11102
11103
11104
11105
11106
11107
11108
11109
11110
11111
11112
11113
11114
11115
11116
11117
11118
11119
11120
11121
11122
11123
11124
11125
11126
11127
11128
11129
11130
11131
11132
11133
11134
11135
11136
11137
11138
11139
11140
11141
11142
11143
11144
11145
11146
11147
11148
11149
11150
11151
11152
11153
11154
11155
11156
11157
11158
11159
11160
11161
11162
11163
11164
11165
11166
11167
11168
11169
11170
11171
11172
11173
11174
11175
11176
11177
11178
11179
11180
11181
11182
11183
11184
11185
11186
11187
11188
11189
11190
11191
11192
11193
11194
11195
11196
11197
11198
11199
11200
11201
11202
11203
11204
11205
11206
11207
11208
11209
11210
11211
11212
11213
11214
11215
11216
11217
11218
11219
11220
11221
11222   { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11223 $as_echo_n "checking dynamic linker characteristics... " >&6; }
11224
11225 if test "$GCC" = yes; then
11226   case $host_os in
11227     darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11228     *) lt_awk_arg="/^libraries:/" ;;
11229   esac
11230   case $host_os in
11231     mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11232     *) lt_sed_strip_eq="s,=/,/,g" ;;
11233   esac
11234   lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11235   case $lt_search_path_spec in
11236   *\;*)
11237     # if the path contains ";" then we assume it to be the separator
11238     # otherwise default to the standard path separator (i.e. ":") - it is
11239     # assumed that no part of a normal pathname contains ";" but that should
11240     # okay in the real world where ";" in dirpaths is itself problematic.
11241     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11242     ;;
11243   *)
11244     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11245     ;;
11246   esac
11247   # Ok, now we have the path, separated by spaces, we can step through it
11248   # and add multilib dir if necessary.
11249   lt_tmp_lt_search_path_spec=
11250   lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11251   for lt_sys_path in $lt_search_path_spec; do
11252     if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11253       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11254     else
11255       test -d "$lt_sys_path" && \
11256         lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11257     fi
11258   done
11259   lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11260 BEGIN {RS=" "; FS="/|\n";} {
11261   lt_foo="";
11262   lt_count=0;
11263   for (lt_i = NF; lt_i > 0; lt_i--) {
11264     if ($lt_i != "" && $lt_i != ".") {
11265       if ($lt_i == "..") {
11266         lt_count++;
11267       } else {
11268         if (lt_count == 0) {
11269           lt_foo="/" $lt_i lt_foo;
11270         } else {
11271           lt_count--;
11272         }
11273       }
11274     }
11275   }
11276   if (lt_foo != "") { lt_freq[lt_foo]++; }
11277   if (lt_freq[lt_foo] == 1) { print lt_foo; }
11278 }'`
11279   # AWK program above erroneously prepends '/' to C:/dos/paths
11280   # for these hosts.
11281   case $host_os in
11282     mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11283       $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11284   esac
11285   sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11286 else
11287   sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11288 fi
11289 library_names_spec=
11290 libname_spec='lib$name'
11291 soname_spec=
11292 shrext_cmds=".so"
11293 postinstall_cmds=
11294 postuninstall_cmds=
11295 finish_cmds=
11296 finish_eval=
11297 shlibpath_var=
11298 shlibpath_overrides_runpath=unknown
11299 version_type=none
11300 dynamic_linker="$host_os ld.so"
11301 sys_lib_dlsearch_path_spec="/lib /usr/lib"
11302 need_lib_prefix=unknown
11303 hardcode_into_libs=no
11304
11305 # when you set need_version to no, make sure it does not cause -set_version
11306 # flags to be left without arguments
11307 need_version=unknown
11308
11309 case $host_os in
11310 aix3*)
11311   version_type=linux
11312   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11313   shlibpath_var=LIBPATH
11314
11315   # AIX 3 has no versioning support, so we append a major version to the name.
11316   soname_spec='${libname}${release}${shared_ext}$major'
11317   ;;
11318
11319 aix[4-9]*)
11320   version_type=linux
11321   need_lib_prefix=no
11322   need_version=no
11323   hardcode_into_libs=yes
11324   if test "$host_cpu" = ia64; then
11325     # AIX 5 supports IA64
11326     library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11327     shlibpath_var=LD_LIBRARY_PATH
11328   else
11329     # With GCC up to 2.95.x, collect2 would create an import file
11330     # for dependence libraries.  The import file would start with
11331     # the line `#! .'.  This would cause the generated library to
11332     # depend on `.', always an invalid library.  This was fixed in
11333     # development snapshots of GCC prior to 3.0.
11334     case $host_os in
11335       aix4 | aix4.[01] | aix4.[01].*)
11336       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11337            echo ' yes '
11338            echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11339         :
11340       else
11341         can_build_shared=no
11342       fi
11343       ;;
11344     esac
11345     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11346     # soname into executable. Probably we can add versioning support to
11347     # collect2, so additional links can be useful in future.
11348     if test "$aix_use_runtimelinking" = yes; then
11349       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11350       # instead of lib<name>.a to let people know that these are not
11351       # typical AIX shared libraries.
11352       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11353     else
11354       # We preserve .a as extension for shared libraries through AIX4.2
11355       # and later when we are not doing run time linking.
11356       library_names_spec='${libname}${release}.a $libname.a'
11357       soname_spec='${libname}${release}${shared_ext}$major'
11358     fi
11359     shlibpath_var=LIBPATH
11360   fi
11361   ;;
11362
11363 amigaos*)
11364   case $host_cpu in
11365   powerpc)
11366     # Since July 2007 AmigaOS4 officially supports .so libraries.
11367     # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11368     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11369     ;;
11370   m68k)
11371     library_names_spec='$libname.ixlibrary $libname.a'
11372     # Create ${libname}_ixlibrary.a entries in /sys/libs.
11373     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'
11374     ;;
11375   esac
11376   ;;
11377
11378 beos*)
11379   library_names_spec='${libname}${shared_ext}'
11380   dynamic_linker="$host_os ld.so"
11381   shlibpath_var=LIBRARY_PATH
11382   ;;
11383
11384 bsdi[45]*)
11385   version_type=linux
11386   need_version=no
11387   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11388   soname_spec='${libname}${release}${shared_ext}$major'
11389   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11390   shlibpath_var=LD_LIBRARY_PATH
11391   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11392   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11393   # the default ld.so.conf also contains /usr/contrib/lib and
11394   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11395   # libtool to hard-code these into programs
11396   ;;
11397
11398 cygwin* | mingw* | pw32* | cegcc*)
11399   version_type=windows
11400   shrext_cmds=".dll"
11401   need_version=no
11402   need_lib_prefix=no
11403
11404   case $GCC,$host_os in
11405   yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
11406     library_names_spec='$libname.dll.a'
11407     # DLL is installed to $(libdir)/../bin by postinstall_cmds
11408     postinstall_cmds='base_file=`basename \${file}`~
11409       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11410       dldir=$destdir/`dirname \$dlpath`~
11411       test -d \$dldir || mkdir -p \$dldir~
11412       $install_prog $dir/$dlname \$dldir/$dlname~
11413       chmod a+x \$dldir/$dlname~
11414       if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11415         eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11416       fi'
11417     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11418       dlpath=$dir/\$dldll~
11419        $RM \$dlpath'
11420     shlibpath_overrides_runpath=yes
11421
11422     case $host_os in
11423     cygwin*)
11424       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11425       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11426
11427       sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
11428       ;;
11429     mingw* | cegcc*)
11430       # MinGW DLLs use traditional 'lib' prefix
11431       soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11432       ;;
11433     pw32*)
11434       # pw32 DLLs use 'pw' prefix rather than 'lib'
11435       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11436       ;;
11437     esac
11438     ;;
11439
11440   *)
11441     library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11442     ;;
11443   esac
11444   dynamic_linker='Win32 ld.exe'
11445   # FIXME: first we should search . and the directory the executable is in
11446   shlibpath_var=PATH
11447   ;;
11448
11449 darwin* | rhapsody*)
11450   dynamic_linker="$host_os dyld"
11451   version_type=darwin
11452   need_lib_prefix=no
11453   need_version=no
11454   library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
11455   soname_spec='${libname}${release}${major}$shared_ext'
11456   shlibpath_overrides_runpath=yes
11457   shlibpath_var=DYLD_LIBRARY_PATH
11458   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
11459
11460   sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
11461   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
11462   ;;
11463
11464 dgux*)
11465   version_type=linux
11466   need_lib_prefix=no
11467   need_version=no
11468   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
11469   soname_spec='${libname}${release}${shared_ext}$major'
11470   shlibpath_var=LD_LIBRARY_PATH
11471   ;;
11472
11473 freebsd* | dragonfly*)
11474   # DragonFly does not have aout.  When/if they implement a new
11475   # versioning mechanism, adjust this.
11476   if test -x /usr/bin/objformat; then
11477     objformat=`/usr/bin/objformat`
11478   else
11479     case $host_os in
11480     freebsd[23].*) objformat=aout ;;
11481     *) objformat=elf ;;
11482     esac
11483   fi
11484   version_type=freebsd-$objformat
11485   case $version_type in
11486     freebsd-elf*)
11487       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11488       need_version=no
11489       need_lib_prefix=no
11490       ;;
11491     freebsd-*)
11492       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
11493       need_version=yes
11494       ;;
11495   esac
11496   shlibpath_var=LD_LIBRARY_PATH
11497   case $host_os in
11498   freebsd2.*)
11499     shlibpath_overrides_runpath=yes
11500     ;;
11501   freebsd3.[01]* | freebsdelf3.[01]*)
11502     shlibpath_overrides_runpath=yes
11503     hardcode_into_libs=yes
11504     ;;
11505   freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
11506   freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
11507     shlibpath_overrides_runpath=no
11508     hardcode_into_libs=yes
11509     ;;
11510   *) # from 4.6 on, and DragonFly
11511     shlibpath_overrides_runpath=yes
11512     hardcode_into_libs=yes
11513     ;;
11514   esac
11515   ;;
11516
11517 gnu*)
11518   version_type=linux
11519   need_lib_prefix=no
11520   need_version=no
11521   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11522   soname_spec='${libname}${release}${shared_ext}$major'
11523   shlibpath_var=LD_LIBRARY_PATH
11524   hardcode_into_libs=yes
11525   ;;
11526
11527 haiku*)
11528   version_type=linux
11529   need_lib_prefix=no
11530   need_version=no
11531   dynamic_linker="$host_os runtime_loader"
11532   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11533   soname_spec='${libname}${release}${shared_ext}$major'
11534   shlibpath_var=LIBRARY_PATH
11535   shlibpath_overrides_runpath=yes
11536   sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
11537   hardcode_into_libs=yes
11538   ;;
11539
11540 hpux9* | hpux10* | hpux11*)
11541   # Give a soname corresponding to the major version so that dld.sl refuses to
11542   # link against other versions.
11543   version_type=sunos
11544   need_lib_prefix=no
11545   need_version=no
11546   case $host_cpu in
11547   ia64*)
11548     shrext_cmds='.so'
11549     hardcode_into_libs=yes
11550     dynamic_linker="$host_os dld.so"
11551     shlibpath_var=LD_LIBRARY_PATH
11552     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11553     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11554     soname_spec='${libname}${release}${shared_ext}$major'
11555     if test "X$HPUX_IA64_MODE" = X32; then
11556       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
11557     else
11558       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
11559     fi
11560     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11561     ;;
11562   hppa*64*)
11563     shrext_cmds='.sl'
11564     hardcode_into_libs=yes
11565     dynamic_linker="$host_os dld.sl"
11566     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
11567     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11568     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11569     soname_spec='${libname}${release}${shared_ext}$major'
11570     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
11571     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11572     ;;
11573   *)
11574     shrext_cmds='.sl'
11575     dynamic_linker="$host_os dld.sl"
11576     shlibpath_var=SHLIB_PATH
11577     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
11578     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11579     soname_spec='${libname}${release}${shared_ext}$major'
11580     ;;
11581   esac
11582   # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
11583   postinstall_cmds='chmod 555 $lib'
11584   # or fails outright, so override atomically:
11585   install_override_mode=555
11586   ;;
11587
11588 interix[3-9]*)
11589   version_type=linux
11590   need_lib_prefix=no
11591   need_version=no
11592   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11593   soname_spec='${libname}${release}${shared_ext}$major'
11594   dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
11595   shlibpath_var=LD_LIBRARY_PATH
11596   shlibpath_overrides_runpath=no
11597   hardcode_into_libs=yes
11598   ;;
11599
11600 irix5* | irix6* | nonstopux*)
11601   case $host_os in
11602     nonstopux*) version_type=nonstopux ;;
11603     *)
11604         if test "$lt_cv_prog_gnu_ld" = yes; then
11605                 version_type=linux
11606         else
11607                 version_type=irix
11608         fi ;;
11609   esac
11610   need_lib_prefix=no
11611   need_version=no
11612   soname_spec='${libname}${release}${shared_ext}$major'
11613   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
11614   case $host_os in
11615   irix5* | nonstopux*)
11616     libsuff= shlibsuff=
11617     ;;
11618   *)
11619     case $LD in # libtool.m4 will add one of these switches to LD
11620     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
11621       libsuff= shlibsuff= libmagic=32-bit;;
11622     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
11623       libsuff=32 shlibsuff=N32 libmagic=N32;;
11624     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
11625       libsuff=64 shlibsuff=64 libmagic=64-bit;;
11626     *) libsuff= shlibsuff= libmagic=never-match;;
11627     esac
11628     ;;
11629   esac
11630   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
11631   shlibpath_overrides_runpath=no
11632   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
11633   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
11634   hardcode_into_libs=yes
11635   ;;
11636
11637 # No shared lib support for Linux oldld, aout, or coff.
11638 linux*oldld* | linux*aout* | linux*coff*)
11639   dynamic_linker=no
11640   ;;
11641
11642 # This must be Linux ELF.
11643 linux* | k*bsd*-gnu | kopensolaris*-gnu)
11644   version_type=linux
11645   need_lib_prefix=no
11646   need_version=no
11647   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11648   soname_spec='${libname}${release}${shared_ext}$major'
11649   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
11650   shlibpath_var=LD_LIBRARY_PATH
11651   shlibpath_overrides_runpath=no
11652
11653   # Some binutils ld are patched to set DT_RUNPATH
11654   if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
11655   $as_echo_n "(cached) " >&6
11656 else
11657   lt_cv_shlibpath_overrides_runpath=no
11658     save_LDFLAGS=$LDFLAGS
11659     save_libdir=$libdir
11660     eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
11661          LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
11662     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11663 /* end confdefs.h.  */
11664
11665 int
11666 main ()
11667 {
11668
11669   ;
11670   return 0;
11671 }
11672 _ACEOF
11673 if ac_fn_c_try_link "$LINENO"; then :
11674   if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
11675   lt_cv_shlibpath_overrides_runpath=yes
11676 fi
11677 fi
11678 rm -f core conftest.err conftest.$ac_objext \
11679     conftest$ac_exeext conftest.$ac_ext
11680     LDFLAGS=$save_LDFLAGS
11681     libdir=$save_libdir
11682
11683 fi
11684
11685   shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
11686
11687   # This implies no fast_install, which is unacceptable.
11688   # Some rework will be needed to allow for fast_install
11689   # before this can be enabled.
11690   hardcode_into_libs=yes
11691
11692   # Append ld.so.conf contents to the search path
11693   if test -f /etc/ld.so.conf; then
11694     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' ' '`
11695     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
11696   fi
11697
11698   # We used to test for /lib/ld.so.1 and disable shared libraries on
11699   # powerpc, because MkLinux only supported shared libraries with the
11700   # GNU dynamic linker.  Since this was broken with cross compilers,
11701   # most powerpc-linux boxes support dynamic linking these days and
11702   # people can always --disable-shared, the test was removed, and we
11703   # assume the GNU/Linux dynamic linker is in use.
11704   dynamic_linker='GNU/Linux ld.so'
11705   ;;
11706
11707 netbsd*)
11708   version_type=sunos
11709   need_lib_prefix=no
11710   need_version=no
11711   if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11712     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11713     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11714     dynamic_linker='NetBSD (a.out) ld.so'
11715   else
11716     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11717     soname_spec='${libname}${release}${shared_ext}$major'
11718     dynamic_linker='NetBSD ld.elf_so'
11719   fi
11720   shlibpath_var=LD_LIBRARY_PATH
11721   shlibpath_overrides_runpath=yes
11722   hardcode_into_libs=yes
11723   ;;
11724
11725 newsos6)
11726   version_type=linux
11727   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11728   shlibpath_var=LD_LIBRARY_PATH
11729   shlibpath_overrides_runpath=yes
11730   ;;
11731
11732 *nto* | *qnx*)
11733   version_type=qnx
11734   need_lib_prefix=no
11735   need_version=no
11736   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11737   soname_spec='${libname}${release}${shared_ext}$major'
11738   shlibpath_var=LD_LIBRARY_PATH
11739   shlibpath_overrides_runpath=no
11740   hardcode_into_libs=yes
11741   dynamic_linker='ldqnx.so'
11742   ;;
11743
11744 openbsd*)
11745   version_type=sunos
11746   sys_lib_dlsearch_path_spec="/usr/lib"
11747   need_lib_prefix=no
11748   # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
11749   case $host_os in
11750     openbsd3.3 | openbsd3.3.*)  need_version=yes ;;
11751     *)                          need_version=no  ;;
11752   esac
11753   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11754   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11755   shlibpath_var=LD_LIBRARY_PATH
11756   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11757     case $host_os in
11758       openbsd2.[89] | openbsd2.[89].*)
11759         shlibpath_overrides_runpath=no
11760         ;;
11761       *)
11762         shlibpath_overrides_runpath=yes
11763         ;;
11764       esac
11765   else
11766     shlibpath_overrides_runpath=yes
11767   fi
11768   ;;
11769
11770 os2*)
11771   libname_spec='$name'
11772   shrext_cmds=".dll"
11773   need_lib_prefix=no
11774   library_names_spec='$libname${shared_ext} $libname.a'
11775   dynamic_linker='OS/2 ld.exe'
11776   shlibpath_var=LIBPATH
11777   ;;
11778
11779 osf3* | osf4* | osf5*)
11780   version_type=osf
11781   need_lib_prefix=no
11782   need_version=no
11783   soname_spec='${libname}${release}${shared_ext}$major'
11784   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11785   shlibpath_var=LD_LIBRARY_PATH
11786   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11787   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
11788   ;;
11789
11790 rdos*)
11791   dynamic_linker=no
11792   ;;
11793
11794 solaris*)
11795   version_type=linux
11796   need_lib_prefix=no
11797   need_version=no
11798   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11799   soname_spec='${libname}${release}${shared_ext}$major'
11800   shlibpath_var=LD_LIBRARY_PATH
11801   shlibpath_overrides_runpath=yes
11802   hardcode_into_libs=yes
11803   # ldd complains unless libraries are executable
11804   postinstall_cmds='chmod +x $lib'
11805   ;;
11806
11807 sunos4*)
11808   version_type=sunos
11809   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11810   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11811   shlibpath_var=LD_LIBRARY_PATH
11812   shlibpath_overrides_runpath=yes
11813   if test "$with_gnu_ld" = yes; then
11814     need_lib_prefix=no
11815   fi
11816   need_version=yes
11817   ;;
11818
11819 sysv4 | sysv4.3*)
11820   version_type=linux
11821   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11822   soname_spec='${libname}${release}${shared_ext}$major'
11823   shlibpath_var=LD_LIBRARY_PATH
11824   case $host_vendor in
11825     sni)
11826       shlibpath_overrides_runpath=no
11827       need_lib_prefix=no
11828       runpath_var=LD_RUN_PATH
11829       ;;
11830     siemens)
11831       need_lib_prefix=no
11832       ;;
11833     motorola)
11834       need_lib_prefix=no
11835       need_version=no
11836       shlibpath_overrides_runpath=no
11837       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
11838       ;;
11839   esac
11840   ;;
11841
11842 sysv4*MP*)
11843   if test -d /usr/nec ;then
11844     version_type=linux
11845     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11846     soname_spec='$libname${shared_ext}.$major'
11847     shlibpath_var=LD_LIBRARY_PATH
11848   fi
11849   ;;
11850
11851 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
11852   version_type=freebsd-elf
11853   need_lib_prefix=no
11854   need_version=no
11855   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11856   soname_spec='${libname}${release}${shared_ext}$major'
11857   shlibpath_var=LD_LIBRARY_PATH
11858   shlibpath_overrides_runpath=yes
11859   hardcode_into_libs=yes
11860   if test "$with_gnu_ld" = yes; then
11861     sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11862   else
11863     sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
11864     case $host_os in
11865       sco3.2v5*)
11866         sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
11867         ;;
11868     esac
11869   fi
11870   sys_lib_dlsearch_path_spec='/usr/lib'
11871   ;;
11872
11873 tpf*)
11874   # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
11875   version_type=linux
11876   need_lib_prefix=no
11877   need_version=no
11878   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11879   shlibpath_var=LD_LIBRARY_PATH
11880   shlibpath_overrides_runpath=no
11881   hardcode_into_libs=yes
11882   ;;
11883
11884 uts4*)
11885   version_type=linux
11886   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11887   soname_spec='${libname}${release}${shared_ext}$major'
11888   shlibpath_var=LD_LIBRARY_PATH
11889   ;;
11890
11891 *)
11892   dynamic_linker=no
11893   ;;
11894 esac
11895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11896 $as_echo "$dynamic_linker" >&6; }
11897 test "$dynamic_linker" = no && can_build_shared=no
11898
11899 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11900 if test "$GCC" = yes; then
11901   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11902 fi
11903
11904 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11905   sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11906 fi
11907 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11908   sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11909 fi
11910
11911
11912
11913
11914
11915
11916
11917
11918
11919
11920
11921
11922
11923
11924
11925
11926
11927
11928
11929
11930
11931
11932
11933
11934
11935
11936
11937
11938
11939
11940
11941
11942
11943
11944
11945
11946
11947
11948
11949
11950
11951
11952
11953
11954
11955
11956
11957
11958
11959
11960
11961
11962
11963
11964
11965
11966
11967
11968
11969
11970
11971
11972
11973
11974
11975
11976
11977
11978
11979
11980
11981
11982
11983
11984
11985
11986
11987
11988
11989
11990
11991
11992
11993
11994
11995
11996
11997
11998
11999
12000
12001
12002   { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
12003 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
12004 hardcode_action=
12005 if test -n "$hardcode_libdir_flag_spec" ||
12006    test -n "$runpath_var" ||
12007    test "X$hardcode_automatic" = "Xyes" ; then
12008
12009   # We can hardcode non-existent directories.
12010   if test "$hardcode_direct" != no &&
12011      # If the only mechanism to avoid hardcoding is shlibpath_var, we
12012      # have to relink, otherwise we might link with an installed library
12013      # when we should be linking with a yet-to-be-installed one
12014      ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
12015      test "$hardcode_minus_L" != no; then
12016     # Linking always hardcodes the temporary library directory.
12017     hardcode_action=relink
12018   else
12019     # We can link without hardcoding, and we can hardcode nonexisting dirs.
12020     hardcode_action=immediate
12021   fi
12022 else
12023   # We cannot hardcode anything, or else we can only hardcode existing
12024   # directories.
12025   hardcode_action=unsupported
12026 fi
12027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
12028 $as_echo "$hardcode_action" >&6; }
12029
12030 if test "$hardcode_action" = relink ||
12031    test "$inherit_rpath" = yes; then
12032   # Fast installation is not supported
12033   enable_fast_install=no
12034 elif test "$shlibpath_overrides_runpath" = yes ||
12035      test "$enable_shared" = no; then
12036   # Fast installation is not necessary
12037   enable_fast_install=needless
12038 fi
12039
12040
12041
12042
12043
12044
12045   if test "x$enable_dlopen" != xyes; then
12046   enable_dlopen=unknown
12047   enable_dlopen_self=unknown
12048   enable_dlopen_self_static=unknown
12049 else
12050   lt_cv_dlopen=no
12051   lt_cv_dlopen_libs=
12052
12053   case $host_os in
12054   beos*)
12055     lt_cv_dlopen="load_add_on"
12056     lt_cv_dlopen_libs=
12057     lt_cv_dlopen_self=yes
12058     ;;
12059
12060   mingw* | pw32* | cegcc*)
12061     lt_cv_dlopen="LoadLibrary"
12062     lt_cv_dlopen_libs=
12063     ;;
12064
12065   cygwin*)
12066     lt_cv_dlopen="dlopen"
12067     lt_cv_dlopen_libs=
12068     ;;
12069
12070   darwin*)
12071   # if libdl is installed we need to link against it
12072     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12073 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12074 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12075   $as_echo_n "(cached) " >&6
12076 else
12077   ac_check_lib_save_LIBS=$LIBS
12078 LIBS="-ldl  $LIBS"
12079 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12080 /* end confdefs.h.  */
12081
12082 /* Override any GCC internal prototype to avoid an error.
12083    Use char because int might match the return type of a GCC
12084    builtin and then its argument prototype would still apply.  */
12085 #ifdef __cplusplus
12086 extern "C"
12087 #endif
12088 char dlopen ();
12089 int
12090 main ()
12091 {
12092 return dlopen ();
12093   ;
12094   return 0;
12095 }
12096 _ACEOF
12097 if ac_fn_c_try_link "$LINENO"; then :
12098   ac_cv_lib_dl_dlopen=yes
12099 else
12100   ac_cv_lib_dl_dlopen=no
12101 fi
12102 rm -f core conftest.err conftest.$ac_objext \
12103     conftest$ac_exeext conftest.$ac_ext
12104 LIBS=$ac_check_lib_save_LIBS
12105 fi
12106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12107 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12108 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12109   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12110 else
12111
12112     lt_cv_dlopen="dyld"
12113     lt_cv_dlopen_libs=
12114     lt_cv_dlopen_self=yes
12115
12116 fi
12117
12118     ;;
12119
12120   *)
12121     ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
12122 if test "x$ac_cv_func_shl_load" = x""yes; then :
12123   lt_cv_dlopen="shl_load"
12124 else
12125   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12126 $as_echo_n "checking for shl_load in -ldld... " >&6; }
12127 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
12128   $as_echo_n "(cached) " >&6
12129 else
12130   ac_check_lib_save_LIBS=$LIBS
12131 LIBS="-ldld  $LIBS"
12132 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12133 /* end confdefs.h.  */
12134
12135 /* Override any GCC internal prototype to avoid an error.
12136    Use char because int might match the return type of a GCC
12137    builtin and then its argument prototype would still apply.  */
12138 #ifdef __cplusplus
12139 extern "C"
12140 #endif
12141 char shl_load ();
12142 int
12143 main ()
12144 {
12145 return shl_load ();
12146   ;
12147   return 0;
12148 }
12149 _ACEOF
12150 if ac_fn_c_try_link "$LINENO"; then :
12151   ac_cv_lib_dld_shl_load=yes
12152 else
12153   ac_cv_lib_dld_shl_load=no
12154 fi
12155 rm -f core conftest.err conftest.$ac_objext \
12156     conftest$ac_exeext conftest.$ac_ext
12157 LIBS=$ac_check_lib_save_LIBS
12158 fi
12159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12160 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12161 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
12162   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12163 else
12164   ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
12165 if test "x$ac_cv_func_dlopen" = x""yes; then :
12166   lt_cv_dlopen="dlopen"
12167 else
12168   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12169 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12170 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12171   $as_echo_n "(cached) " >&6
12172 else
12173   ac_check_lib_save_LIBS=$LIBS
12174 LIBS="-ldl  $LIBS"
12175 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12176 /* end confdefs.h.  */
12177
12178 /* Override any GCC internal prototype to avoid an error.
12179    Use char because int might match the return type of a GCC
12180    builtin and then its argument prototype would still apply.  */
12181 #ifdef __cplusplus
12182 extern "C"
12183 #endif
12184 char dlopen ();
12185 int
12186 main ()
12187 {
12188 return dlopen ();
12189   ;
12190   return 0;
12191 }
12192 _ACEOF
12193 if ac_fn_c_try_link "$LINENO"; then :
12194   ac_cv_lib_dl_dlopen=yes
12195 else
12196   ac_cv_lib_dl_dlopen=no
12197 fi
12198 rm -f core conftest.err conftest.$ac_objext \
12199     conftest$ac_exeext conftest.$ac_ext
12200 LIBS=$ac_check_lib_save_LIBS
12201 fi
12202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12203 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12204 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12205   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12206 else
12207   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12208 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
12209 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
12210   $as_echo_n "(cached) " >&6
12211 else
12212   ac_check_lib_save_LIBS=$LIBS
12213 LIBS="-lsvld  $LIBS"
12214 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12215 /* end confdefs.h.  */
12216
12217 /* Override any GCC internal prototype to avoid an error.
12218    Use char because int might match the return type of a GCC
12219    builtin and then its argument prototype would still apply.  */
12220 #ifdef __cplusplus
12221 extern "C"
12222 #endif
12223 char dlopen ();
12224 int
12225 main ()
12226 {
12227 return dlopen ();
12228   ;
12229   return 0;
12230 }
12231 _ACEOF
12232 if ac_fn_c_try_link "$LINENO"; then :
12233   ac_cv_lib_svld_dlopen=yes
12234 else
12235   ac_cv_lib_svld_dlopen=no
12236 fi
12237 rm -f core conftest.err conftest.$ac_objext \
12238     conftest$ac_exeext conftest.$ac_ext
12239 LIBS=$ac_check_lib_save_LIBS
12240 fi
12241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12242 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12243 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
12244   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
12245 else
12246   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12247 $as_echo_n "checking for dld_link in -ldld... " >&6; }
12248 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
12249   $as_echo_n "(cached) " >&6
12250 else
12251   ac_check_lib_save_LIBS=$LIBS
12252 LIBS="-ldld  $LIBS"
12253 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12254 /* end confdefs.h.  */
12255
12256 /* Override any GCC internal prototype to avoid an error.
12257    Use char because int might match the return type of a GCC
12258    builtin and then its argument prototype would still apply.  */
12259 #ifdef __cplusplus
12260 extern "C"
12261 #endif
12262 char dld_link ();
12263 int
12264 main ()
12265 {
12266 return dld_link ();
12267   ;
12268   return 0;
12269 }
12270 _ACEOF
12271 if ac_fn_c_try_link "$LINENO"; then :
12272   ac_cv_lib_dld_dld_link=yes
12273 else
12274   ac_cv_lib_dld_dld_link=no
12275 fi
12276 rm -f core conftest.err conftest.$ac_objext \
12277     conftest$ac_exeext conftest.$ac_ext
12278 LIBS=$ac_check_lib_save_LIBS
12279 fi
12280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12281 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12282 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
12283   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12284 fi
12285
12286
12287 fi
12288
12289
12290 fi
12291
12292
12293 fi
12294
12295
12296 fi
12297
12298
12299 fi
12300
12301     ;;
12302   esac
12303
12304   if test "x$lt_cv_dlopen" != xno; then
12305     enable_dlopen=yes
12306   else
12307     enable_dlopen=no
12308   fi
12309
12310   case $lt_cv_dlopen in
12311   dlopen)
12312     save_CPPFLAGS="$CPPFLAGS"
12313     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12314
12315     save_LDFLAGS="$LDFLAGS"
12316     wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12317
12318     save_LIBS="$LIBS"
12319     LIBS="$lt_cv_dlopen_libs $LIBS"
12320
12321     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12322 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
12323 if test "${lt_cv_dlopen_self+set}" = set; then :
12324   $as_echo_n "(cached) " >&6
12325 else
12326           if test "$cross_compiling" = yes; then :
12327   lt_cv_dlopen_self=cross
12328 else
12329   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12330   lt_status=$lt_dlunknown
12331   cat > conftest.$ac_ext <<_LT_EOF
12332 #line 12332 "configure"
12333 #include "confdefs.h"
12334
12335 #if HAVE_DLFCN_H
12336 #include <dlfcn.h>
12337 #endif
12338
12339 #include <stdio.h>
12340
12341 #ifdef RTLD_GLOBAL
12342 #  define LT_DLGLOBAL           RTLD_GLOBAL
12343 #else
12344 #  ifdef DL_GLOBAL
12345 #    define LT_DLGLOBAL         DL_GLOBAL
12346 #  else
12347 #    define LT_DLGLOBAL         0
12348 #  endif
12349 #endif
12350
12351 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12352    find out it does not work in some platform. */
12353 #ifndef LT_DLLAZY_OR_NOW
12354 #  ifdef RTLD_LAZY
12355 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
12356 #  else
12357 #    ifdef DL_LAZY
12358 #      define LT_DLLAZY_OR_NOW          DL_LAZY
12359 #    else
12360 #      ifdef RTLD_NOW
12361 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
12362 #      else
12363 #        ifdef DL_NOW
12364 #          define LT_DLLAZY_OR_NOW      DL_NOW
12365 #        else
12366 #          define LT_DLLAZY_OR_NOW      0
12367 #        endif
12368 #      endif
12369 #    endif
12370 #  endif
12371 #endif
12372
12373 /* When -fvisbility=hidden is used, assume the code has been annotated
12374    correspondingly for the symbols needed.  */
12375 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12376 void fnord () __attribute__((visibility("default")));
12377 #endif
12378
12379 void fnord () { int i=42; }
12380 int main ()
12381 {
12382   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12383   int status = $lt_dlunknown;
12384
12385   if (self)
12386     {
12387       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
12388       else
12389         {
12390           if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
12391           else puts (dlerror ());
12392         }
12393       /* dlclose (self); */
12394     }
12395   else
12396     puts (dlerror ());
12397
12398   return status;
12399 }
12400 _LT_EOF
12401   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12402   (eval $ac_link) 2>&5
12403   ac_status=$?
12404   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12405   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12406     (./conftest; exit; ) >&5 2>/dev/null
12407     lt_status=$?
12408     case x$lt_status in
12409       x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12410       x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12411       x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12412     esac
12413   else :
12414     # compilation failed
12415     lt_cv_dlopen_self=no
12416   fi
12417 fi
12418 rm -fr conftest*
12419
12420
12421 fi
12422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12423 $as_echo "$lt_cv_dlopen_self" >&6; }
12424
12425     if test "x$lt_cv_dlopen_self" = xyes; then
12426       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12427       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12428 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12429 if test "${lt_cv_dlopen_self_static+set}" = set; then :
12430   $as_echo_n "(cached) " >&6
12431 else
12432           if test "$cross_compiling" = yes; then :
12433   lt_cv_dlopen_self_static=cross
12434 else
12435   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12436   lt_status=$lt_dlunknown
12437   cat > conftest.$ac_ext <<_LT_EOF
12438 #line 12438 "configure"
12439 #include "confdefs.h"
12440
12441 #if HAVE_DLFCN_H
12442 #include <dlfcn.h>
12443 #endif
12444
12445 #include <stdio.h>
12446
12447 #ifdef RTLD_GLOBAL
12448 #  define LT_DLGLOBAL           RTLD_GLOBAL
12449 #else
12450 #  ifdef DL_GLOBAL
12451 #    define LT_DLGLOBAL         DL_GLOBAL
12452 #  else
12453 #    define LT_DLGLOBAL         0
12454 #  endif
12455 #endif
12456
12457 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12458    find out it does not work in some platform. */
12459 #ifndef LT_DLLAZY_OR_NOW
12460 #  ifdef RTLD_LAZY
12461 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
12462 #  else
12463 #    ifdef DL_LAZY
12464 #      define LT_DLLAZY_OR_NOW          DL_LAZY
12465 #    else
12466 #      ifdef RTLD_NOW
12467 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
12468 #      else
12469 #        ifdef DL_NOW
12470 #          define LT_DLLAZY_OR_NOW      DL_NOW
12471 #        else
12472 #          define LT_DLLAZY_OR_NOW      0
12473 #        endif
12474 #      endif
12475 #    endif
12476 #  endif
12477 #endif
12478
12479 /* When -fvisbility=hidden is used, assume the code has been annotated
12480    correspondingly for the symbols needed.  */
12481 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12482 void fnord () __attribute__((visibility("default")));
12483 #endif
12484
12485 void fnord () { int i=42; }
12486 int main ()
12487 {
12488   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12489   int status = $lt_dlunknown;
12490
12491   if (self)
12492     {
12493       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
12494       else
12495         {
12496           if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
12497           else puts (dlerror ());
12498         }
12499       /* dlclose (self); */
12500     }
12501   else
12502     puts (dlerror ());
12503
12504   return status;
12505 }
12506 _LT_EOF
12507   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12508   (eval $ac_link) 2>&5
12509   ac_status=$?
12510   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12511   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12512     (./conftest; exit; ) >&5 2>/dev/null
12513     lt_status=$?
12514     case x$lt_status in
12515       x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
12516       x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
12517       x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
12518     esac
12519   else :
12520     # compilation failed
12521     lt_cv_dlopen_self_static=no
12522   fi
12523 fi
12524 rm -fr conftest*
12525
12526
12527 fi
12528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
12529 $as_echo "$lt_cv_dlopen_self_static" >&6; }
12530     fi
12531
12532     CPPFLAGS="$save_CPPFLAGS"
12533     LDFLAGS="$save_LDFLAGS"
12534     LIBS="$save_LIBS"
12535     ;;
12536   esac
12537
12538   case $lt_cv_dlopen_self in
12539   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
12540   *) enable_dlopen_self=unknown ;;
12541   esac
12542
12543   case $lt_cv_dlopen_self_static in
12544   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
12545   *) enable_dlopen_self_static=unknown ;;
12546   esac
12547 fi
12548
12549
12550
12551
12552
12553
12554
12555
12556
12557
12558
12559
12560
12561
12562
12563
12564
12565 striplib=
12566 old_striplib=
12567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
12568 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
12569 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
12570   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
12571   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
12572   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12573 $as_echo "yes" >&6; }
12574 else
12575 # FIXME - insert some real tests, host_os isn't really good enough
12576   case $host_os in
12577   darwin*)
12578     if test -n "$STRIP" ; then
12579       striplib="$STRIP -x"
12580       old_striplib="$STRIP -S"
12581       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12582 $as_echo "yes" >&6; }
12583     else
12584       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12585 $as_echo "no" >&6; }
12586     fi
12587     ;;
12588   *)
12589     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12590 $as_echo "no" >&6; }
12591     ;;
12592   esac
12593 fi
12594
12595
12596
12597
12598
12599
12600
12601
12602
12603
12604
12605
12606   # Report which library types will actually be built
12607   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
12608 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
12609   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
12610 $as_echo "$can_build_shared" >&6; }
12611
12612   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
12613 $as_echo_n "checking whether to build shared libraries... " >&6; }
12614   test "$can_build_shared" = "no" && enable_shared=no
12615
12616   # On AIX, shared libraries and static libraries use the same namespace, and
12617   # are all built from PIC.
12618   case $host_os in
12619   aix3*)
12620     test "$enable_shared" = yes && enable_static=no
12621     if test -n "$RANLIB"; then
12622       archive_cmds="$archive_cmds~\$RANLIB \$lib"
12623       postinstall_cmds='$RANLIB $lib'
12624     fi
12625     ;;
12626
12627   aix[4-9]*)
12628     if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
12629       test "$enable_shared" = yes && enable_static=no
12630     fi
12631     ;;
12632   esac
12633   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
12634 $as_echo "$enable_shared" >&6; }
12635
12636   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
12637 $as_echo_n "checking whether to build static libraries... " >&6; }
12638   # Make sure either enable_shared or enable_static is yes.
12639   test "$enable_shared" = yes || enable_static=yes
12640   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
12641 $as_echo "$enable_static" >&6; }
12642
12643
12644
12645
12646 fi
12647 ac_ext=c
12648 ac_cpp='$CPP $CPPFLAGS'
12649 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12650 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12651 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12652
12653 CC="$lt_save_CC"
12654
12655
12656
12657
12658
12659
12660
12661
12662
12663
12664
12665
12666
12667         ac_config_commands="$ac_config_commands libtool"
12668
12669
12670
12671
12672 # Only expand once:
12673
12674
12675
12676
12677 . ${srcdir}/../../bfd/configure.host
12678
12679
12680
12681
12682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12683 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12684     # Check whether --enable-maintainer-mode was given.
12685 if test "${enable_maintainer_mode+set}" = set; then :
12686   enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
12687 else
12688   USE_MAINTAINER_MODE=no
12689 fi
12690
12691   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12692 $as_echo "$USE_MAINTAINER_MODE" >&6; }
12693    if test $USE_MAINTAINER_MODE = yes; then
12694   MAINTAINER_MODE_TRUE=
12695   MAINTAINER_MODE_FALSE='#'
12696 else
12697   MAINTAINER_MODE_TRUE='#'
12698   MAINTAINER_MODE_FALSE=
12699 fi
12700
12701   MAINT=$MAINTAINER_MODE_TRUE
12702
12703
12704
12705
12706 # Check whether --enable-sim-bswap was given.
12707 if test "${enable_sim_bswap+set}" = set; then :
12708   enableval=$enable_sim_bswap; case "${enableval}" in
12709   yes)  sim_bswap="-DWITH_BSWAP=1 -DUSE_BSWAP=1";;
12710   no)   sim_bswap="-DWITH_BSWAP=0";;
12711   *)    as_fn_error "\"--enable-sim-bswap does not take a value\"" "$LINENO" 5; sim_bswap="";;
12712 esac
12713 if test x"$silent" != x"yes" && test x"$sim_bswap" != x""; then
12714   echo "Setting bswap flags = $sim_bswap" 6>&1
12715 fi
12716 else
12717   sim_bswap=""
12718 fi
12719
12720
12721
12722 # Check whether --enable-sim-cflags was given.
12723 if test "${enable_sim_cflags+set}" = set; then :
12724   enableval=$enable_sim_cflags; case "${enableval}" in
12725   yes)   sim_cflags="-O2 -fomit-frame-pointer";;
12726   trace) as_fn_error "\"Please use --enable-sim-debug instead.\"" "$LINENO" 5; sim_cflags="";;
12727   no)    sim_cflags="";;
12728   *)     sim_cflags=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12729 esac
12730 if test x"$silent" != x"yes" && test x"$sim_cflags" != x""; then
12731   echo "Setting sim cflags = $sim_cflags" 6>&1
12732 fi
12733 else
12734   sim_cflags=""
12735 fi
12736
12737
12738
12739 # Check whether --enable-sim-debug was given.
12740 if test "${enable_sim_debug+set}" = set; then :
12741   enableval=$enable_sim_debug; case "${enableval}" in
12742   yes) sim_debug="-DDEBUG=7 -DWITH_DEBUG=7";;
12743   no)  sim_debug="-DDEBUG=0 -DWITH_DEBUG=0";;
12744   *)   sim_debug="-DDEBUG='(${enableval})' -DWITH_DEBUG='(${enableval})'";;
12745 esac
12746 if test x"$silent" != x"yes" && test x"$sim_debug" != x""; then
12747   echo "Setting sim debug = $sim_debug" 6>&1
12748 fi
12749 else
12750   sim_debug=""
12751 fi
12752
12753
12754
12755 # Check whether --enable-sim-stdio was given.
12756 if test "${enable_sim_stdio+set}" = set; then :
12757   enableval=$enable_sim_stdio; case "${enableval}" in
12758   yes)  sim_stdio="-DWITH_STDIO=DO_USE_STDIO";;
12759   no)   sim_stdio="-DWITH_STDIO=DONT_USE_STDIO";;
12760   *)    as_fn_error "\"Unknown value $enableval passed to --enable-sim-stdio\"" "$LINENO" 5; sim_stdio="";;
12761 esac
12762 if test x"$silent" != x"yes" && test x"$sim_stdio" != x""; then
12763   echo "Setting stdio flags = $sim_stdio" 6>&1
12764 fi
12765 else
12766   sim_stdio=""
12767 fi
12768
12769
12770
12771 # Check whether --enable-sim-trace was given.
12772 if test "${enable_sim_trace+set}" = set; then :
12773   enableval=$enable_sim_trace; case "${enableval}" in
12774   yes)  sim_trace="-DWITH_TRACE=-1";;
12775   no)   sim_trace="-DWITH_TRACE=0";;
12776   [-0-9]*)
12777         sim_trace="-DWITH_TRACE='(${enableval})'";;
12778   [[:lower:]]*)
12779         sim_trace=""
12780         for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
12781           if test x"$sim_trace" = x; then
12782             sim_trace="-DWITH_TRACE='(TRACE_$x"
12783           else
12784             sim_trace="${sim_trace}|TRACE_$x"
12785           fi
12786         done
12787         sim_trace="$sim_trace)'" ;;
12788 esac
12789 if test x"$silent" != x"yes" && test x"$sim_trace" != x""; then
12790   echo "Setting sim trace = $sim_trace" 6>&1
12791 fi
12792 else
12793   sim_trace=""
12794 fi
12795
12796
12797
12798 # Check whether --enable-sim-profile was given.
12799 if test "${enable_sim_profile+set}" = set; then :
12800   enableval=$enable_sim_profile; case "${enableval}" in
12801   yes)  sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1";;
12802   no)   sim_profile="-DPROFILE=0 -DWITH_PROFILE=0";;
12803   [-0-9]*)
12804         sim_profile="-DPROFILE='(${enableval})' -DWITH_PROFILE='(${enableval})'";;
12805   [a-z]*)
12806         sim_profile=""
12807         for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
12808           if test x"$sim_profile" = x; then
12809             sim_profile="-DWITH_PROFILE='(PROFILE_$x"
12810           else
12811             sim_profile="${sim_profile}|PROFILE_$x"
12812           fi
12813         done
12814         sim_profile="$sim_profile)'" ;;
12815 esac
12816 if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
12817   echo "Setting sim profile = $sim_profile" 6>&1
12818 fi
12819 else
12820   sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"
12821 fi
12822
12823
12824
12825
12826 # Check whether --with-pkgversion was given.
12827 if test "${with_pkgversion+set}" = set; then :
12828   withval=$with_pkgversion; case "$withval" in
12829       yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
12830       no)  PKGVERSION= ;;
12831       *)   PKGVERSION="($withval) " ;;
12832      esac
12833 else
12834   PKGVERSION="(SIM) "
12835
12836 fi
12837
12838
12839
12840
12841
12842 # Check whether --with-bugurl was given.
12843 if test "${with_bugurl+set}" = set; then :
12844   withval=$with_bugurl; case "$withval" in
12845       yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
12846       no)  BUGURL=
12847            ;;
12848       *)   BUGURL="$withval"
12849            ;;
12850      esac
12851 else
12852   BUGURL="http://www.gnu.org/software/gdb/bugs/"
12853
12854 fi
12855
12856   case ${BUGURL} in
12857   "")
12858     REPORT_BUGS_TO=
12859     REPORT_BUGS_TEXI=
12860     ;;
12861   *)
12862     REPORT_BUGS_TO="<$BUGURL>"
12863     REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
12864     ;;
12865   esac;
12866
12867
12868
12869
12870 cat >>confdefs.h <<_ACEOF
12871 #define PKGVERSION "$PKGVERSION"
12872 _ACEOF
12873
12874
12875 cat >>confdefs.h <<_ACEOF
12876 #define REPORT_BUGS_TO "$REPORT_BUGS_TO"
12877 _ACEOF
12878
12879
12880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
12881 $as_echo_n "checking return type of signal handlers... " >&6; }
12882 if test "${ac_cv_type_signal+set}" = set; then :
12883   $as_echo_n "(cached) " >&6
12884 else
12885   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12886 /* end confdefs.h.  */
12887 #include <sys/types.h>
12888 #include <signal.h>
12889
12890 int
12891 main ()
12892 {
12893 return *(signal (0, 0)) (0) == 1;
12894   ;
12895   return 0;
12896 }
12897 _ACEOF
12898 if ac_fn_c_try_compile "$LINENO"; then :
12899   ac_cv_type_signal=int
12900 else
12901   ac_cv_type_signal=void
12902 fi
12903 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12904 fi
12905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
12906 $as_echo "$ac_cv_type_signal" >&6; }
12907
12908 cat >>confdefs.h <<_ACEOF
12909 #define RETSIGTYPE $ac_cv_type_signal
12910 _ACEOF
12911
12912
12913
12914
12915
12916 sim_link_files=
12917 sim_link_links=
12918
12919 # targ-vals.def points to the libc macro description file.
12920 case "${target}" in
12921 *-*-*) TARG_VALS_DEF=../common/nltvals.def ;;
12922 esac
12923 sim_link_files="${sim_link_files} ${TARG_VALS_DEF}"
12924 sim_link_links="${sim_link_links} targ-vals.def"
12925
12926
12927
12928 # For dv-rv and rvdummy.
12929 for ac_header in sys/socket.h sys/select.h limits.h sys/param.h
12930 do :
12931   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12932 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12933 eval as_val=\$$as_ac_Header
12934    if test "x$as_val" = x""yes; then :
12935   cat >>confdefs.h <<_ACEOF
12936 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12937 _ACEOF
12938
12939 fi
12940
12941 done
12942
12943
12944
12945 wire_endian="LITTLE_ENDIAN"
12946 default_endian=""
12947 # Check whether --enable-sim-endian was given.
12948 if test "${enable_sim_endian+set}" = set; then :
12949   enableval=$enable_sim_endian; case "${enableval}" in
12950   b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BIG_ENDIAN";;
12951   l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=LITTLE_ENDIAN";;
12952   yes)   if test x"$wire_endian" != x; then
12953            sim_endian="-DWITH_TARGET_BYTE_ORDER=${wire_endian}"
12954          else
12955            if test x"$default_endian" != x; then
12956              sim_endian="-DWITH_TARGET_BYTE_ORDER=${default_endian}"
12957            else
12958              echo "No hard-wired endian for target $target" 1>&6
12959              sim_endian="-DWITH_TARGET_BYTE_ORDER=0"
12960            fi
12961          fi;;
12962   no)    if test x"$default_endian" != x; then
12963            sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${default_endian}"
12964          else
12965            if test x"$wire_endian" != x; then
12966              sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${wire_endian}"
12967            else
12968              echo "No default endian for target $target" 1>&6
12969              sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=0"
12970            fi
12971          fi;;
12972   *)     as_fn_error "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
12973 esac
12974 if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
12975   echo "Setting endian flags = $sim_endian" 6>&1
12976 fi
12977 else
12978   if test x"$default_endian" != x; then
12979   sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${default_endian}"
12980 else
12981   if test x"$wire_endian" != x; then
12982     sim_endian="-DWITH_TARGET_BYTE_ORDER=${wire_endian}"
12983   else
12984     sim_endian=
12985   fi
12986 fi
12987 fi
12988
12989 wire_alignment="NONSTRICT_ALIGNMENT"
12990 default_alignment=""
12991
12992 # Check whether --enable-sim-alignment was given.
12993 if test "${enable_sim_alignment+set}" = set; then :
12994   enableval=$enable_sim_alignment; case "${enableval}" in
12995   strict | STRICT)       sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
12996   nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
12997   forced | FORCED)       sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
12998   yes) if test x"$wire_alignment" != x; then
12999          sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13000        else
13001          if test x"$default_alignment" != x; then
13002            sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
13003          else
13004            echo "No hard-wired alignment for target $target" 1>&6
13005            sim_alignment="-DWITH_ALIGNMENT=0"
13006          fi
13007        fi;;
13008   no)  if test x"$default_alignment" != x; then
13009          sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13010        else
13011          if test x"$wire_alignment" != x; then
13012            sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
13013          else
13014            echo "No default alignment for target $target" 1>&6
13015            sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
13016          fi
13017        fi;;
13018   *)   as_fn_error "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
13019 esac
13020 if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
13021   echo "Setting alignment flags = $sim_alignment" 6>&1
13022 fi
13023 else
13024   if test x"$default_alignment" != x; then
13025   sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13026 else
13027   if test x"$wire_alignment" != x; then
13028     sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13029   else
13030     sim_alignment=
13031   fi
13032 fi
13033 fi
13034
13035
13036 # Check whether --enable-sim-hostendian was given.
13037 if test "${enable_sim_hostendian+set}" = set; then :
13038   enableval=$enable_sim_hostendian; case "${enableval}" in
13039   no)    sim_hostendian="-DWITH_HOST_BYTE_ORDER=0";;
13040   b*|B*) sim_hostendian="-DWITH_HOST_BYTE_ORDER=BIG_ENDIAN";;
13041   l*|L*) sim_hostendian="-DWITH_HOST_BYTE_ORDER=LITTLE_ENDIAN";;
13042   *)     as_fn_error "\"Unknown value $enableval for --enable-sim-hostendian\"" "$LINENO" 5; sim_hostendian="";;
13043 esac
13044 if test x"$silent" != x"yes" && test x"$sim_hostendian" != x""; then
13045   echo "Setting hostendian flags = $sim_hostendian" 6>&1
13046 fi
13047 else
13048
13049 if test "x$cross_compiling" = "xno"; then
13050    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
13051 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
13052 if test "${ac_cv_c_bigendian+set}" = set; then :
13053   $as_echo_n "(cached) " >&6
13054 else
13055   ac_cv_c_bigendian=unknown
13056     # See if we're dealing with a universal compiler.
13057     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13058 /* end confdefs.h.  */
13059 #ifndef __APPLE_CC__
13060                not a universal capable compiler
13061              #endif
13062              typedef int dummy;
13063
13064 _ACEOF
13065 if ac_fn_c_try_compile "$LINENO"; then :
13066
13067         # Check for potential -arch flags.  It is not universal unless
13068         # there are at least two -arch flags with different values.
13069         ac_arch=
13070         ac_prev=
13071         for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
13072          if test -n "$ac_prev"; then
13073            case $ac_word in
13074              i?86 | x86_64 | ppc | ppc64)
13075                if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
13076                  ac_arch=$ac_word
13077                else
13078                  ac_cv_c_bigendian=universal
13079                  break
13080                fi
13081                ;;
13082            esac
13083            ac_prev=
13084          elif test "x$ac_word" = "x-arch"; then
13085            ac_prev=arch
13086          fi
13087        done
13088 fi
13089 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13090     if test $ac_cv_c_bigendian = unknown; then
13091       # See if sys/param.h defines the BYTE_ORDER macro.
13092       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13093 /* end confdefs.h.  */
13094 #include <sys/types.h>
13095              #include <sys/param.h>
13096
13097 int
13098 main ()
13099 {
13100 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
13101                      && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
13102                      && LITTLE_ENDIAN)
13103               bogus endian macros
13104              #endif
13105
13106   ;
13107   return 0;
13108 }
13109 _ACEOF
13110 if ac_fn_c_try_compile "$LINENO"; then :
13111   # It does; now see whether it defined to BIG_ENDIAN or not.
13112          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13113 /* end confdefs.h.  */
13114 #include <sys/types.h>
13115                 #include <sys/param.h>
13116
13117 int
13118 main ()
13119 {
13120 #if BYTE_ORDER != BIG_ENDIAN
13121                  not big endian
13122                 #endif
13123
13124   ;
13125   return 0;
13126 }
13127 _ACEOF
13128 if ac_fn_c_try_compile "$LINENO"; then :
13129   ac_cv_c_bigendian=yes
13130 else
13131   ac_cv_c_bigendian=no
13132 fi
13133 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13134 fi
13135 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13136     fi
13137     if test $ac_cv_c_bigendian = unknown; then
13138       # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
13139       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13140 /* end confdefs.h.  */
13141 #include <limits.h>
13142
13143 int
13144 main ()
13145 {
13146 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
13147               bogus endian macros
13148              #endif
13149
13150   ;
13151   return 0;
13152 }
13153 _ACEOF
13154 if ac_fn_c_try_compile "$LINENO"; then :
13155   # It does; now see whether it defined to _BIG_ENDIAN or not.
13156          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13157 /* end confdefs.h.  */
13158 #include <limits.h>
13159
13160 int
13161 main ()
13162 {
13163 #ifndef _BIG_ENDIAN
13164                  not big endian
13165                 #endif
13166
13167   ;
13168   return 0;
13169 }
13170 _ACEOF
13171 if ac_fn_c_try_compile "$LINENO"; then :
13172   ac_cv_c_bigendian=yes
13173 else
13174   ac_cv_c_bigendian=no
13175 fi
13176 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13177 fi
13178 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13179     fi
13180     if test $ac_cv_c_bigendian = unknown; then
13181       # Compile a test program.
13182       if test "$cross_compiling" = yes; then :
13183   # Try to guess by grepping values from an object file.
13184          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13185 /* end confdefs.h.  */
13186 short int ascii_mm[] =
13187                   { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
13188                 short int ascii_ii[] =
13189                   { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
13190                 int use_ascii (int i) {
13191                   return ascii_mm[i] + ascii_ii[i];
13192                 }
13193                 short int ebcdic_ii[] =
13194                   { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
13195                 short int ebcdic_mm[] =
13196                   { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
13197                 int use_ebcdic (int i) {
13198                   return ebcdic_mm[i] + ebcdic_ii[i];
13199                 }
13200                 extern int foo;
13201
13202 int
13203 main ()
13204 {
13205 return use_ascii (foo) == use_ebcdic (foo);
13206   ;
13207   return 0;
13208 }
13209 _ACEOF
13210 if ac_fn_c_try_compile "$LINENO"; then :
13211   if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
13212               ac_cv_c_bigendian=yes
13213             fi
13214             if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
13215               if test "$ac_cv_c_bigendian" = unknown; then
13216                 ac_cv_c_bigendian=no
13217               else
13218                 # finding both strings is unlikely to happen, but who knows?
13219                 ac_cv_c_bigendian=unknown
13220               fi
13221             fi
13222 fi
13223 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13224 else
13225   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13226 /* end confdefs.h.  */
13227 $ac_includes_default
13228 int
13229 main ()
13230 {
13231
13232              /* Are we little or big endian?  From Harbison&Steele.  */
13233              union
13234              {
13235                long int l;
13236                char c[sizeof (long int)];
13237              } u;
13238              u.l = 1;
13239              return u.c[sizeof (long int) - 1] == 1;
13240
13241   ;
13242   return 0;
13243 }
13244 _ACEOF
13245 if ac_fn_c_try_run "$LINENO"; then :
13246   ac_cv_c_bigendian=no
13247 else
13248   ac_cv_c_bigendian=yes
13249 fi
13250 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13251   conftest.$ac_objext conftest.beam conftest.$ac_ext
13252 fi
13253
13254     fi
13255 fi
13256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
13257 $as_echo "$ac_cv_c_bigendian" >&6; }
13258  case $ac_cv_c_bigendian in #(
13259    yes)
13260      $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
13261 ;; #(
13262    no)
13263       ;; #(
13264    universal)
13265
13266 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
13267
13268      ;; #(
13269    *)
13270      as_fn_error "unknown endianness
13271  presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
13272  esac
13273
13274   if test $ac_cv_c_bigendian = yes; then
13275     sim_hostendian="-DWITH_HOST_BYTE_ORDER=BIG_ENDIAN"
13276   else
13277     sim_hostendian="-DWITH_HOST_BYTE_ORDER=LITTLE_ENDIAN"
13278   fi
13279 else
13280   sim_hostendian="-DWITH_HOST_BYTE_ORDER=0"
13281 fi
13282 fi
13283
13284
13285 default_sim_scache="16384"
13286 # Check whether --enable-sim-scache was given.
13287 if test "${enable_sim_scache+set}" = set; then :
13288   enableval=$enable_sim_scache; case "${enableval}" in
13289   yes)  sim_scache="-DWITH_SCACHE=${default_sim_scache}";;
13290   no)   sim_scache="-DWITH_SCACHE=0" ;;
13291   [0-9]*) sim_scache="-DWITH_SCACHE=${enableval}";;
13292   *)    as_fn_error "\"Bad value $enableval passed to --enable-sim-scache\"" "$LINENO" 5;
13293         sim_scache="";;
13294 esac
13295 if test x"$silent" != x"yes" && test x"$sim_scache" != x""; then
13296   echo "Setting scache size = $sim_scache" 6>&1
13297 fi
13298 else
13299   sim_scache="-DWITH_SCACHE=${default_sim_scache}"
13300 fi
13301
13302
13303
13304 # Check whether --enable-werror was given.
13305 if test "${enable_werror+set}" = set; then :
13306   enableval=$enable_werror; case "${enableval}" in
13307      yes | y) ERROR_ON_WARNING="yes" ;;
13308      no | n)  ERROR_ON_WARNING="no" ;;
13309      *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
13310    esac
13311 fi
13312
13313
13314 # Enable -Werror by default when using gcc
13315 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
13316     ERROR_ON_WARNING=yes
13317 fi
13318
13319 WERROR_CFLAGS=""
13320 if test "${ERROR_ON_WARNING}" = yes ; then
13321 # NOTE: Disabled in the sim dir due to most sims generating warnings.
13322 #    WERROR_CFLAGS="-Werror"
13323      true
13324 fi
13325
13326 build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
13327 -Wpointer-sign \
13328 -Wno-unused -Wunused-value -Wunused-function \
13329 -Wno-switch -Wno-char-subscripts -Wmissing-prototypes
13330 -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
13331 -Wold-style-declaration -Wold-style-definition"
13332
13333 # Enable -Wno-format by default when using gcc on mingw since many
13334 # GCC versions complain about %I64.
13335 case "${host}" in
13336   *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
13337   *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
13338 esac
13339
13340 # Check whether --enable-build-warnings was given.
13341 if test "${enable_build_warnings+set}" = set; then :
13342   enableval=$enable_build_warnings; case "${enableval}" in
13343   yes)  ;;
13344   no)   build_warnings="-w";;
13345   ,*)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
13346         build_warnings="${build_warnings} ${t}";;
13347   *,)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
13348         build_warnings="${t} ${build_warnings}";;
13349   *)    build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13350 esac
13351 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13352   echo "Setting compiler warning flags = $build_warnings" 6>&1
13353 fi
13354 fi
13355 # Check whether --enable-sim-build-warnings was given.
13356 if test "${enable_sim_build_warnings+set}" = set; then :
13357   enableval=$enable_sim_build_warnings; case "${enableval}" in
13358   yes)  ;;
13359   no)   build_warnings="-w";;
13360   ,*)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
13361         build_warnings="${build_warnings} ${t}";;
13362   *,)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
13363         build_warnings="${t} ${build_warnings}";;
13364   *)    build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13365 esac
13366 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13367   echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
13368 fi
13369 fi
13370 WARN_CFLAGS=""
13371 if test "x${build_warnings}" != x -a "x$GCC" = xyes
13372 then
13373     { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
13374 $as_echo_n "checking compiler warning flags... " >&6; }
13375     # Separate out the -Werror flag as some files just cannot be
13376     # compiled with it enabled.
13377     for w in ${build_warnings}; do
13378         case $w in
13379         -Werr*) WERROR_CFLAGS=-Werror ;;
13380         *) # Check that GCC accepts it
13381             saved_CFLAGS="$CFLAGS"
13382             CFLAGS="$CFLAGS $w"
13383             cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13384 /* end confdefs.h.  */
13385
13386 int
13387 main ()
13388 {
13389
13390   ;
13391   return 0;
13392 }
13393 _ACEOF
13394 if ac_fn_c_try_compile "$LINENO"; then :
13395   WARN_CFLAGS="${WARN_CFLAGS} $w"
13396 fi
13397 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13398             CFLAGS="$saved_CFLAGS"
13399         esac
13400     done
13401     { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
13402 $as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
13403 fi
13404
13405
13406 if test ""; then
13407   hardware=""
13408 else
13409   hardware="cfi core pal glue"
13410 fi
13411 hardware="$hardware rv cris cris_900000xx"
13412
13413 sim_hw_cflags="-DWITH_HW=1"
13414 sim_hw="$hardware"
13415 sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
13416
13417 # Check whether --enable-sim-hardware was given.
13418 if test "${enable_sim_hardware+set}" = set; then :
13419   enableval=$enable_sim_hardware;
13420 else
13421   enable_sim_hardware="yes"
13422 fi
13423
13424 case ${enable_sim_hardware} in
13425   yes|no) ;;
13426   ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
13427   *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
13428   *)  hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
13429 esac
13430
13431 if test "$enable_sim_hardware" = no; then
13432   sim_hw_objs=
13433   sim_hw_cflags="-DWITH_HW=0"
13434   sim_hw=
13435 else
13436   sim_hw_cflags="-DWITH_HW=1"
13437   # remove duplicates
13438   sim_hw=""
13439   sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
13440   for i in $hardware ; do
13441     case " $sim_hw " in
13442       *" $i "*) ;;
13443       *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
13444     esac
13445   done
13446   # mingw does not support sockser
13447   case ${host} in
13448     *mingw*) ;;
13449     *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
13450        # that you instatiate.  Instead, other code will call into it directly.
13451        # At some point, we should convert it over.
13452        sim_hw_objs="$sim_hw_objs dv-sockser.o"
13453
13454 cat >>confdefs.h <<_ACEOF
13455 #define HAVE_DV_SOCKSER 1
13456 _ACEOF
13457
13458        ;;
13459   esac
13460   if test x"$silent" != x"yes"; then
13461     echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
13462   fi
13463     case " $hardware " in
13464     *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
13465 $as_echo_n "checking for log2 in -lm... " >&6; }
13466 if test "${ac_cv_lib_m_log2+set}" = set; then :
13467   $as_echo_n "(cached) " >&6
13468 else
13469   ac_check_lib_save_LIBS=$LIBS
13470 LIBS="-lm  $LIBS"
13471 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13472 /* end confdefs.h.  */
13473
13474 /* Override any GCC internal prototype to avoid an error.
13475    Use char because int might match the return type of a GCC
13476    builtin and then its argument prototype would still apply.  */
13477 #ifdef __cplusplus
13478 extern "C"
13479 #endif
13480 char log2 ();
13481 int
13482 main ()
13483 {
13484 return log2 ();
13485   ;
13486   return 0;
13487 }
13488 _ACEOF
13489 if ac_fn_c_try_link "$LINENO"; then :
13490   ac_cv_lib_m_log2=yes
13491 else
13492   ac_cv_lib_m_log2=no
13493 fi
13494 rm -f core conftest.err conftest.$ac_objext \
13495     conftest$ac_exeext conftest.$ac_ext
13496 LIBS=$ac_check_lib_save_LIBS
13497 fi
13498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
13499 $as_echo "$ac_cv_lib_m_log2" >&6; }
13500 if test "x$ac_cv_lib_m_log2" = x""yes; then :
13501   cat >>confdefs.h <<_ACEOF
13502 #define HAVE_LIBM 1
13503 _ACEOF
13504
13505   LIBS="-lm $LIBS"
13506
13507 fi
13508 ;;
13509   esac
13510 fi
13511
13512
13513 # The default model shouldn't matter as long as there's a BFD.
13514
13515 default_sim_default_model="crisv32"
13516 # Check whether --enable-sim-default-model was given.
13517 if test "${enable_sim_default_model+set}" = set; then :
13518   enableval=$enable_sim_default_model; case "${enableval}" in
13519   yes|no) as_fn_error "\"Missing argument to --enable-sim-default-model\"" "$LINENO" 5;;
13520   *)    sim_default_model="-DWITH_DEFAULT_MODEL='\"${enableval}\"'";;
13521 esac
13522 if test x"$silent" != x"yes" && test x"$sim_default_model" != x""; then
13523   echo "Setting default model = $sim_default_model" 6>&1
13524 fi
13525 else
13526   sim_default_model="-DWITH_DEFAULT_MODEL='\"${default_sim_default_model}\"'"
13527 fi
13528
13529
13530
13531 # Check whether --enable-sim-environment was given.
13532 if test "${enable_sim_environment+set}" = set; then :
13533   enableval=$enable_sim_environment; case "${enableval}" in
13534   all | ALL)             sim_environment="-DWITH_ENVIRONMENT=ALL_ENVIRONMENT";;
13535   user | USER)           sim_environment="-DWITH_ENVIRONMENT=USER_ENVIRONMENT";;
13536   virtual | VIRTUAL)     sim_environment="-DWITH_ENVIRONMENT=VIRTUAL_ENVIRONMENT";;
13537   operating | OPERATING) sim_environment="-DWITH_ENVIRONMENT=OPERATING_ENVIRONMENT";;
13538   *)   as_fn_error "\"Unknown value $enableval passed to --enable-sim-environment\"" "$LINENO" 5;
13539        sim_environment="";;
13540 esac
13541 if test x"$silent" != x"yes" && test x"$sim_environment" != x""; then
13542   echo "Setting sim environment = $sim_environment" 6>&1
13543 fi
13544 else
13545   sim_environment="-DWITH_ENVIRONMENT=ALL_ENVIRONMENT"
13546 fi
13547
13548
13549 default_sim_inline=""
13550 # Check whether --enable-sim-inline was given.
13551 if test "${enable_sim_inline+set}" = set; then :
13552   enableval=$enable_sim_inline; sim_inline=""
13553 case "$enableval" in
13554   no)           sim_inline="-DDEFAULT_INLINE=0";;
13555   0)            sim_inline="-DDEFAULT_INLINE=0";;
13556   yes | 2)      sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
13557   1)            sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
13558   *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13559        new_flag=""
13560        case "$x" in
13561          *_INLINE=*)    new_flag="-D$x";;
13562          *=*)           new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
13563          *_INLINE)      new_flag="-D$x=ALL_C_INLINE";;
13564          *)             new_flag="-D$x""_INLINE=ALL_C_INLINE";;
13565        esac
13566        if test x"$sim_inline" = x""; then
13567          sim_inline="$new_flag"
13568        else
13569          sim_inline="$sim_inline $new_flag"
13570        fi
13571      done;;
13572 esac
13573 if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
13574   echo "Setting inline flags = $sim_inline" 6>&1
13575 fi
13576 else
13577
13578 if test "x$cross_compiling" = "xno"; then
13579   if test x"$GCC" != "x" -a x"${default_sim_inline}" != "x" ; then
13580     sim_inline="${default_sim_inline}"
13581     if test x"$silent" != x"yes"; then
13582       echo "Setting inline flags = $sim_inline" 6>&1
13583     fi
13584   else
13585     sim_inline=""
13586   fi
13587 else
13588   sim_inline="-DDEFAULT_INLINE=0"
13589 fi
13590 fi
13591
13592
13593 cgen_maint=no
13594 cgen=guile
13595 cgendir='$(srcdir)/../../cgen'
13596 # Check whether --enable-cgen-maint was given.
13597 if test "${enable_cgen_maint+set}" = set; then :
13598   enableval=$enable_cgen_maint; case "${enableval}" in
13599   yes)  cgen_maint=yes ;;
13600   no)   cgen_maint=no ;;
13601   *)
13602         # argument is cgen install directory (not implemented yet).
13603         # Having a `share' directory might be more appropriate for the .scm,
13604         # .cpu, etc. files.
13605         cgendir=${cgen_maint}/lib/cgen
13606         cgen=guile
13607         ;;
13608 esac
13609 fi
13610 if test x${cgen_maint} != xno ; then
13611   CGEN_MAINT=''
13612 else
13613   CGEN_MAINT='#'
13614 fi
13615
13616
13617
13618
13619
13620
13621 ac_sources="$sim_link_files"
13622 ac_dests="$sim_link_links"
13623 while test -n "$ac_sources"; do
13624   set $ac_dests; ac_dest=$1; shift; ac_dests=$*
13625   set $ac_sources; ac_source=$1; shift; ac_sources=$*
13626   ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source"
13627 done
13628 ac_config_links="$ac_config_links $ac_config_links_1"
13629
13630 cgen_breaks=""
13631 if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
13632 cgen_breaks="break cgen_rtx_error";
13633 fi
13634
13635 ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
13636
13637 ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
13638
13639 ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
13640
13641 ac_config_commands="$ac_config_commands Makefile"
13642
13643 ac_config_commands="$ac_config_commands stamp-h"
13644
13645 cat >confcache <<\_ACEOF
13646 # This file is a shell script that caches the results of configure
13647 # tests run on this system so they can be shared between configure
13648 # scripts and configure runs, see configure's option --config-cache.
13649 # It is not useful on other systems.  If it contains results you don't
13650 # want to keep, you may remove or edit it.
13651 #
13652 # config.status only pays attention to the cache file if you give it
13653 # the --recheck option to rerun configure.
13654 #
13655 # `ac_cv_env_foo' variables (set or unset) will be overridden when
13656 # loading this file, other *unset* `ac_cv_foo' will be assigned the
13657 # following values.
13658
13659 _ACEOF
13660
13661 # The following way of writing the cache mishandles newlines in values,
13662 # but we know of no workaround that is simple, portable, and efficient.
13663 # So, we kill variables containing newlines.
13664 # Ultrix sh set writes to stderr and can't be redirected directly,
13665 # and sets the high bit in the cache file unless we assign to the vars.
13666 (
13667   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13668     eval ac_val=\$$ac_var
13669     case $ac_val in #(
13670     *${as_nl}*)
13671       case $ac_var in #(
13672       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13673 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13674       esac
13675       case $ac_var in #(
13676       _ | IFS | as_nl) ;; #(
13677       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13678       *) { eval $ac_var=; unset $ac_var;} ;;
13679       esac ;;
13680     esac
13681   done
13682
13683   (set) 2>&1 |
13684     case $as_nl`(ac_space=' '; set) 2>&1` in #(
13685     *${as_nl}ac_space=\ *)
13686       # `set' does not quote correctly, so add quotes: double-quote
13687       # substitution turns \\\\ into \\, and sed turns \\ into \.
13688       sed -n \
13689         "s/'/'\\\\''/g;
13690           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13691       ;; #(
13692     *)
13693       # `set' quotes correctly as required by POSIX, so do not add quotes.
13694       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
13695       ;;
13696     esac |
13697     sort
13698 ) |
13699   sed '
13700      /^ac_cv_env_/b end
13701      t clear
13702      :clear
13703      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13704      t end
13705      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13706      :end' >>confcache
13707 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13708   if test -w "$cache_file"; then
13709     test "x$cache_file" != "x/dev/null" &&
13710       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13711 $as_echo "$as_me: updating cache $cache_file" >&6;}
13712     cat confcache >$cache_file
13713   else
13714     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13715 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
13716   fi
13717 fi
13718 rm -f confcache
13719
13720 test "x$prefix" = xNONE && prefix=$ac_default_prefix
13721 # Let make expand exec_prefix.
13722 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13723
13724 DEFS=-DHAVE_CONFIG_H
13725
13726 ac_libobjs=
13727 ac_ltlibobjs=
13728 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13729   # 1. Remove the extension, and $U if already installed.
13730   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13731   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13732   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
13733   #    will be set to the directory where LIBOBJS objects are built.
13734   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13735   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
13736 done
13737 LIBOBJS=$ac_libobjs
13738
13739 LTLIBOBJS=$ac_ltlibobjs
13740
13741
13742 if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
13743   as_fn_error "conditional \"GMAKE\" was never defined.
13744 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13745 fi
13746 if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
13747   as_fn_error "conditional \"PLUGINS\" was never defined.
13748 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13749 fi
13750 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
13751   as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
13752 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13753 fi
13754
13755
13756 : ${CONFIG_STATUS=./config.status}
13757 ac_write_fail=0
13758 ac_clean_files_save=$ac_clean_files
13759 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
13760 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13761 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13762 as_write_fail=0
13763 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
13764 #! $SHELL
13765 # Generated by $as_me.
13766 # Run this file to recreate the current configuration.
13767 # Compiler output produced by configure, useful for debugging
13768 # configure, is in config.log if it exists.
13769
13770 debug=false
13771 ac_cs_recheck=false
13772 ac_cs_silent=false
13773
13774 SHELL=\${CONFIG_SHELL-$SHELL}
13775 export SHELL
13776 _ASEOF
13777 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13778 ## -------------------- ##
13779 ## M4sh Initialization. ##
13780 ## -------------------- ##
13781
13782 # Be more Bourne compatible
13783 DUALCASE=1; export DUALCASE # for MKS sh
13784 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
13785   emulate sh
13786   NULLCMD=:
13787   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
13788   # is contrary to our usage.  Disable this feature.
13789   alias -g '${1+"$@"}'='"$@"'
13790   setopt NO_GLOB_SUBST
13791 else
13792   case `(set -o) 2>/dev/null` in #(
13793   *posix*) :
13794     set -o posix ;; #(
13795   *) :
13796      ;;
13797 esac
13798 fi
13799
13800
13801 as_nl='
13802 '
13803 export as_nl
13804 # Printing a long string crashes Solaris 7 /usr/bin/printf.
13805 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13806 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13807 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13808 # Prefer a ksh shell builtin over an external printf program on Solaris,
13809 # but without wasting forks for bash or zsh.
13810 if test -z "$BASH_VERSION$ZSH_VERSION" \
13811     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13812   as_echo='print -r --'
13813   as_echo_n='print -rn --'
13814 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13815   as_echo='printf %s\n'
13816   as_echo_n='printf %s'
13817 else
13818   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13819     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13820     as_echo_n='/usr/ucb/echo -n'
13821   else
13822     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13823     as_echo_n_body='eval
13824       arg=$1;
13825       case $arg in #(
13826       *"$as_nl"*)
13827         expr "X$arg" : "X\\(.*\\)$as_nl";
13828         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13829       esac;
13830       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13831     '
13832     export as_echo_n_body
13833     as_echo_n='sh -c $as_echo_n_body as_echo'
13834   fi
13835   export as_echo_body
13836   as_echo='sh -c $as_echo_body as_echo'
13837 fi
13838
13839 # The user is always right.
13840 if test "${PATH_SEPARATOR+set}" != set; then
13841   PATH_SEPARATOR=:
13842   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13843     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13844       PATH_SEPARATOR=';'
13845   }
13846 fi
13847
13848
13849 # IFS
13850 # We need space, tab and new line, in precisely that order.  Quoting is
13851 # there to prevent editors from complaining about space-tab.
13852 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
13853 # splitting by setting IFS to empty value.)
13854 IFS=" ""        $as_nl"
13855
13856 # Find who we are.  Look in the path if we contain no directory separator.
13857 case $0 in #((
13858   *[\\/]* ) as_myself=$0 ;;
13859   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13860 for as_dir in $PATH
13861 do
13862   IFS=$as_save_IFS
13863   test -z "$as_dir" && as_dir=.
13864     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13865   done
13866 IFS=$as_save_IFS
13867
13868      ;;
13869 esac
13870 # We did not find ourselves, most probably we were run as `sh COMMAND'
13871 # in which case we are not to be found in the path.
13872 if test "x$as_myself" = x; then
13873   as_myself=$0
13874 fi
13875 if test ! -f "$as_myself"; then
13876   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13877   exit 1
13878 fi
13879
13880 # Unset variables that we do not need and which cause bugs (e.g. in
13881 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
13882 # suppresses any "Segmentation fault" message there.  '((' could
13883 # trigger a bug in pdksh 5.2.14.
13884 for as_var in BASH_ENV ENV MAIL MAILPATH
13885 do eval test x\${$as_var+set} = xset \
13886   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13887 done
13888 PS1='$ '
13889 PS2='> '
13890 PS4='+ '
13891
13892 # NLS nuisances.
13893 LC_ALL=C
13894 export LC_ALL
13895 LANGUAGE=C
13896 export LANGUAGE
13897
13898 # CDPATH.
13899 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13900
13901
13902 # as_fn_error ERROR [LINENO LOG_FD]
13903 # ---------------------------------
13904 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13905 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13906 # script with status $?, using 1 if that was 0.
13907 as_fn_error ()
13908 {
13909   as_status=$?; test $as_status -eq 0 && as_status=1
13910   if test "$3"; then
13911     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13912     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
13913   fi
13914   $as_echo "$as_me: error: $1" >&2
13915   as_fn_exit $as_status
13916 } # as_fn_error
13917
13918
13919 # as_fn_set_status STATUS
13920 # -----------------------
13921 # Set $? to STATUS, without forking.
13922 as_fn_set_status ()
13923 {
13924   return $1
13925 } # as_fn_set_status
13926
13927 # as_fn_exit STATUS
13928 # -----------------
13929 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13930 as_fn_exit ()
13931 {
13932   set +e
13933   as_fn_set_status $1
13934   exit $1
13935 } # as_fn_exit
13936
13937 # as_fn_unset VAR
13938 # ---------------
13939 # Portably unset VAR.
13940 as_fn_unset ()
13941 {
13942   { eval $1=; unset $1;}
13943 }
13944 as_unset=as_fn_unset
13945 # as_fn_append VAR VALUE
13946 # ----------------------
13947 # Append the text in VALUE to the end of the definition contained in VAR. Take
13948 # advantage of any shell optimizations that allow amortized linear growth over
13949 # repeated appends, instead of the typical quadratic growth present in naive
13950 # implementations.
13951 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13952   eval 'as_fn_append ()
13953   {
13954     eval $1+=\$2
13955   }'
13956 else
13957   as_fn_append ()
13958   {
13959     eval $1=\$$1\$2
13960   }
13961 fi # as_fn_append
13962
13963 # as_fn_arith ARG...
13964 # ------------------
13965 # Perform arithmetic evaluation on the ARGs, and store the result in the
13966 # global $as_val. Take advantage of shells that can avoid forks. The arguments
13967 # must be portable across $(()) and expr.
13968 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13969   eval 'as_fn_arith ()
13970   {
13971     as_val=$(( $* ))
13972   }'
13973 else
13974   as_fn_arith ()
13975   {
13976     as_val=`expr "$@" || test $? -eq 1`
13977   }
13978 fi # as_fn_arith
13979
13980
13981 if expr a : '\(a\)' >/dev/null 2>&1 &&
13982    test "X`expr 00001 : '.*\(...\)'`" = X001; then
13983   as_expr=expr
13984 else
13985   as_expr=false
13986 fi
13987
13988 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
13989   as_basename=basename
13990 else
13991   as_basename=false
13992 fi
13993
13994 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13995   as_dirname=dirname
13996 else
13997   as_dirname=false
13998 fi
13999
14000 as_me=`$as_basename -- "$0" ||
14001 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14002          X"$0" : 'X\(//\)$' \| \
14003          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14004 $as_echo X/"$0" |
14005     sed '/^.*\/\([^/][^/]*\)\/*$/{
14006             s//\1/
14007             q
14008           }
14009           /^X\/\(\/\/\)$/{
14010             s//\1/
14011             q
14012           }
14013           /^X\/\(\/\).*/{
14014             s//\1/
14015             q
14016           }
14017           s/.*/./; q'`
14018
14019 # Avoid depending upon Character Ranges.
14020 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14021 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14022 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14023 as_cr_digits='0123456789'
14024 as_cr_alnum=$as_cr_Letters$as_cr_digits
14025
14026 ECHO_C= ECHO_N= ECHO_T=
14027 case `echo -n x` in #(((((
14028 -n*)
14029   case `echo 'xy\c'` in
14030   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
14031   xy)  ECHO_C='\c';;
14032   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
14033        ECHO_T=' ';;
14034   esac;;
14035 *)
14036   ECHO_N='-n';;
14037 esac
14038
14039 rm -f conf$$ conf$$.exe conf$$.file
14040 if test -d conf$$.dir; then
14041   rm -f conf$$.dir/conf$$.file
14042 else
14043   rm -f conf$$.dir
14044   mkdir conf$$.dir 2>/dev/null
14045 fi
14046 if (echo >conf$$.file) 2>/dev/null; then
14047   if ln -s conf$$.file conf$$ 2>/dev/null; then
14048     as_ln_s='ln -s'
14049     # ... but there are two gotchas:
14050     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14051     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14052     # In both cases, we have to default to `cp -p'.
14053     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14054       as_ln_s='cp -p'
14055   elif ln conf$$.file conf$$ 2>/dev/null; then
14056     as_ln_s=ln
14057   else
14058     as_ln_s='cp -p'
14059   fi
14060 else
14061   as_ln_s='cp -p'
14062 fi
14063 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14064 rmdir conf$$.dir 2>/dev/null
14065
14066
14067 # as_fn_mkdir_p
14068 # -------------
14069 # Create "$as_dir" as a directory, including parents if necessary.
14070 as_fn_mkdir_p ()
14071 {
14072
14073   case $as_dir in #(
14074   -*) as_dir=./$as_dir;;
14075   esac
14076   test -d "$as_dir" || eval $as_mkdir_p || {
14077     as_dirs=
14078     while :; do
14079       case $as_dir in #(
14080       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14081       *) as_qdir=$as_dir;;
14082       esac
14083       as_dirs="'$as_qdir' $as_dirs"
14084       as_dir=`$as_dirname -- "$as_dir" ||
14085 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14086          X"$as_dir" : 'X\(//\)[^/]' \| \
14087          X"$as_dir" : 'X\(//\)$' \| \
14088          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14089 $as_echo X"$as_dir" |
14090     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14091             s//\1/
14092             q
14093           }
14094           /^X\(\/\/\)[^/].*/{
14095             s//\1/
14096             q
14097           }
14098           /^X\(\/\/\)$/{
14099             s//\1/
14100             q
14101           }
14102           /^X\(\/\).*/{
14103             s//\1/
14104             q
14105           }
14106           s/.*/./; q'`
14107       test -d "$as_dir" && break
14108     done
14109     test -z "$as_dirs" || eval "mkdir $as_dirs"
14110   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14111
14112
14113 } # as_fn_mkdir_p
14114 if mkdir -p . 2>/dev/null; then
14115   as_mkdir_p='mkdir -p "$as_dir"'
14116 else
14117   test -d ./-p && rmdir ./-p
14118   as_mkdir_p=false
14119 fi
14120
14121 if test -x / >/dev/null 2>&1; then
14122   as_test_x='test -x'
14123 else
14124   if ls -dL / >/dev/null 2>&1; then
14125     as_ls_L_option=L
14126   else
14127     as_ls_L_option=
14128   fi
14129   as_test_x='
14130     eval sh -c '\''
14131       if test -d "$1"; then
14132         test -d "$1/.";
14133       else
14134         case $1 in #(
14135         -*)set "./$1";;
14136         esac;
14137         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14138         ???[sx]*):;;*)false;;esac;fi
14139     '\'' sh
14140   '
14141 fi
14142 as_executable_p=$as_test_x
14143
14144 # Sed expression to map a string onto a valid CPP name.
14145 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14146
14147 # Sed expression to map a string onto a valid variable name.
14148 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14149
14150
14151 exec 6>&1
14152 ## ----------------------------------- ##
14153 ## Main body of $CONFIG_STATUS script. ##
14154 ## ----------------------------------- ##
14155 _ASEOF
14156 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14157
14158 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14159 # Save the log message, to keep $0 and so on meaningful, and to
14160 # report actual input values of CONFIG_FILES etc. instead of their
14161 # values after options handling.
14162 ac_log="
14163 This file was extended by $as_me, which was
14164 generated by GNU Autoconf 2.64.  Invocation command line was
14165
14166   CONFIG_FILES    = $CONFIG_FILES
14167   CONFIG_HEADERS  = $CONFIG_HEADERS
14168   CONFIG_LINKS    = $CONFIG_LINKS
14169   CONFIG_COMMANDS = $CONFIG_COMMANDS
14170   $ $0 $@
14171
14172 on `(hostname || uname -n) 2>/dev/null | sed 1q`
14173 "
14174
14175 _ACEOF
14176
14177 case $ac_config_files in *"
14178 "*) set x $ac_config_files; shift; ac_config_files=$*;;
14179 esac
14180
14181 case $ac_config_headers in *"
14182 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14183 esac
14184
14185
14186 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14187 # Files that config.status was made for.
14188 config_files="$ac_config_files"
14189 config_headers="$ac_config_headers"
14190 config_links="$ac_config_links"
14191 config_commands="$ac_config_commands"
14192
14193 _ACEOF
14194
14195 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14196 ac_cs_usage="\
14197 \`$as_me' instantiates files and other configuration actions
14198 from templates according to the current configuration.  Unless the files
14199 and actions are specified as TAGs, all are instantiated by default.
14200
14201 Usage: $0 [OPTION]... [TAG]...
14202
14203   -h, --help       print this help, then exit
14204   -V, --version    print version number and configuration settings, then exit
14205   -q, --quiet, --silent
14206                    do not print progress messages
14207   -d, --debug      don't remove temporary files
14208       --recheck    update $as_me by reconfiguring in the same conditions
14209       --file=FILE[:TEMPLATE]
14210                    instantiate the configuration file FILE
14211       --header=FILE[:TEMPLATE]
14212                    instantiate the configuration header FILE
14213
14214 Configuration files:
14215 $config_files
14216
14217 Configuration headers:
14218 $config_headers
14219
14220 Configuration links:
14221 $config_links
14222
14223 Configuration commands:
14224 $config_commands
14225
14226 Report bugs to the package provider."
14227
14228 _ACEOF
14229 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14230 ac_cs_version="\\
14231 config.status
14232 configured by $0, generated by GNU Autoconf 2.64,
14233   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
14234
14235 Copyright (C) 2009 Free Software Foundation, Inc.
14236 This config.status script is free software; the Free Software Foundation
14237 gives unlimited permission to copy, distribute and modify it."
14238
14239 ac_pwd='$ac_pwd'
14240 srcdir='$srcdir'
14241 INSTALL='$INSTALL'
14242 AWK='$AWK'
14243 test -n "\$AWK" || AWK=awk
14244 _ACEOF
14245
14246 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14247 # The default lists apply if the user does not specify any file.
14248 ac_need_defaults=:
14249 while test $# != 0
14250 do
14251   case $1 in
14252   --*=*)
14253     ac_option=`expr "X$1" : 'X\([^=]*\)='`
14254     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14255     ac_shift=:
14256     ;;
14257   *)
14258     ac_option=$1
14259     ac_optarg=$2
14260     ac_shift=shift
14261     ;;
14262   esac
14263
14264   case $ac_option in
14265   # Handling of the options.
14266   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14267     ac_cs_recheck=: ;;
14268   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14269     $as_echo "$ac_cs_version"; exit ;;
14270   --debug | --debu | --deb | --de | --d | -d )
14271     debug=: ;;
14272   --file | --fil | --fi | --f )
14273     $ac_shift
14274     case $ac_optarg in
14275     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14276     esac
14277     as_fn_append CONFIG_FILES " '$ac_optarg'"
14278     ac_need_defaults=false;;
14279   --header | --heade | --head | --hea )
14280     $ac_shift
14281     case $ac_optarg in
14282     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14283     esac
14284     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
14285     ac_need_defaults=false;;
14286   --he | --h)
14287     # Conflict between --help and --header
14288     as_fn_error "ambiguous option: \`$1'
14289 Try \`$0 --help' for more information.";;
14290   --help | --hel | -h )
14291     $as_echo "$ac_cs_usage"; exit ;;
14292   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14293   | -silent | --silent | --silen | --sile | --sil | --si | --s)
14294     ac_cs_silent=: ;;
14295
14296   # This is an error.
14297   -*) as_fn_error "unrecognized option: \`$1'
14298 Try \`$0 --help' for more information." ;;
14299
14300   *) as_fn_append ac_config_targets " $1"
14301      ac_need_defaults=false ;;
14302
14303   esac
14304   shift
14305 done
14306
14307 ac_configure_extra_args=
14308
14309 if $ac_cs_silent; then
14310   exec 6>/dev/null
14311   ac_configure_extra_args="$ac_configure_extra_args --silent"
14312 fi
14313
14314 _ACEOF
14315 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14316 if \$ac_cs_recheck; then
14317   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14318   shift
14319   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14320   CONFIG_SHELL='$SHELL'
14321   export CONFIG_SHELL
14322   exec "\$@"
14323 fi
14324
14325 _ACEOF
14326 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14327 exec 5>>config.log
14328 {
14329   echo
14330   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14331 ## Running $as_me. ##
14332 _ASBOX
14333   $as_echo "$ac_log"
14334 } >&5
14335
14336 _ACEOF
14337 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14338 #
14339 # INIT-COMMANDS
14340 #
14341 ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
14342
14343
14344 # The HP-UX ksh and POSIX shell print the target directory to stdout
14345 # if CDPATH is set.
14346 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14347
14348 sed_quote_subst='$sed_quote_subst'
14349 double_quote_subst='$double_quote_subst'
14350 delay_variable_subst='$delay_variable_subst'
14351 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14352 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14353 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14354 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14355 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14356 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14357 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14358 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14359 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14360 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14361 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14362 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14363 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14364 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14365 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14366 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14367 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14368 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14369 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14370 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14371 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14372 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14373 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14374 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14375 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14376 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14377 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14378 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14379 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14380 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14381 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14382 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14383 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14384 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14385 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14386 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14387 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14388 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14389 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14390 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14391 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14392 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14393 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14394 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14395 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14396 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14397 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14398 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14399 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"`'
14400 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14401 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14402 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14403 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14404 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14405 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14406 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14407 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14408 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14409 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14410 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14411 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14412 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14413 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14414 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14415 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14416 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14417 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14418 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14419 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14420 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14421 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14422 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14423 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14424 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14425 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14426 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14427 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14428 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14429 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14430 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14431 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14432 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14433 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14434 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14435 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14436 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14437 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14438 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14439 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14440 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14441 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14442 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14443 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14444 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14445 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14446 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14447 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14448 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14449 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14450 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14451 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14452 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14453 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14454 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14455 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14456 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14457 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14458 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14459 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14460 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14461 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14462 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14463 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14464 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14465 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14466 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14467 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14468 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14469 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14470 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14471
14472 LTCC='$LTCC'
14473 LTCFLAGS='$LTCFLAGS'
14474 compiler='$compiler_DEFAULT'
14475
14476 # A function that is used when there is no print builtin or printf.
14477 func_fallback_echo ()
14478 {
14479   eval 'cat <<_LTECHO_EOF
14480 \$1
14481 _LTECHO_EOF'
14482 }
14483
14484 # Quote evaled strings.
14485 for var in SHELL \
14486 ECHO \
14487 SED \
14488 GREP \
14489 EGREP \
14490 FGREP \
14491 LD \
14492 NM \
14493 LN_S \
14494 lt_SP2NL \
14495 lt_NL2SP \
14496 reload_flag \
14497 OBJDUMP \
14498 deplibs_check_method \
14499 file_magic_cmd \
14500 AR \
14501 AR_FLAGS \
14502 STRIP \
14503 RANLIB \
14504 CC \
14505 CFLAGS \
14506 compiler \
14507 lt_cv_sys_global_symbol_pipe \
14508 lt_cv_sys_global_symbol_to_cdecl \
14509 lt_cv_sys_global_symbol_to_c_name_address \
14510 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14511 lt_prog_compiler_no_builtin_flag \
14512 lt_prog_compiler_wl \
14513 lt_prog_compiler_pic \
14514 lt_prog_compiler_static \
14515 lt_cv_prog_compiler_c_o \
14516 need_locks \
14517 DSYMUTIL \
14518 NMEDIT \
14519 LIPO \
14520 OTOOL \
14521 OTOOL64 \
14522 shrext_cmds \
14523 export_dynamic_flag_spec \
14524 whole_archive_flag_spec \
14525 compiler_needs_object \
14526 with_gnu_ld \
14527 allow_undefined_flag \
14528 no_undefined_flag \
14529 hardcode_libdir_flag_spec \
14530 hardcode_libdir_flag_spec_ld \
14531 hardcode_libdir_separator \
14532 fix_srcfile_path \
14533 exclude_expsyms \
14534 include_expsyms \
14535 file_list_spec \
14536 variables_saved_for_relink \
14537 libname_spec \
14538 library_names_spec \
14539 soname_spec \
14540 install_override_mode \
14541 finish_eval \
14542 old_striplib \
14543 striplib; do
14544     case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14545     *[\\\\\\\`\\"\\\$]*)
14546       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14547       ;;
14548     *)
14549       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14550       ;;
14551     esac
14552 done
14553
14554 # Double-quote double-evaled strings.
14555 for var in reload_cmds \
14556 old_postinstall_cmds \
14557 old_postuninstall_cmds \
14558 old_archive_cmds \
14559 extract_expsyms_cmds \
14560 old_archive_from_new_cmds \
14561 old_archive_from_expsyms_cmds \
14562 archive_cmds \
14563 archive_expsym_cmds \
14564 module_cmds \
14565 module_expsym_cmds \
14566 export_symbols_cmds \
14567 prelink_cmds \
14568 postinstall_cmds \
14569 postuninstall_cmds \
14570 finish_cmds \
14571 sys_lib_search_path_spec \
14572 sys_lib_dlsearch_path_spec; do
14573     case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14574     *[\\\\\\\`\\"\\\$]*)
14575       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14576       ;;
14577     *)
14578       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14579       ;;
14580     esac
14581 done
14582
14583 ac_aux_dir='$ac_aux_dir'
14584 xsi_shell='$xsi_shell'
14585 lt_shell_append='$lt_shell_append'
14586
14587 # See if we are running on zsh, and set the options which allow our
14588 # commands through without removal of \ escapes INIT.
14589 if test -n "\${ZSH_VERSION+set}" ; then
14590    setopt NO_GLOB_SUBST
14591 fi
14592
14593
14594     PACKAGE='$PACKAGE'
14595     VERSION='$VERSION'
14596     TIMESTAMP='$TIMESTAMP'
14597     RM='$RM'
14598     ofile='$ofile'
14599
14600
14601
14602
14603 _ACEOF
14604
14605 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14606
14607 # Handling of arguments.
14608 for ac_config_target in $ac_config_targets
14609 do
14610   case $ac_config_target in
14611     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
14612     "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
14613     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
14614     "$ac_config_links_1") CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;;
14615     "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
14616     "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
14617     ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
14618     "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
14619     "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
14620
14621   *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
14622   esac
14623 done
14624
14625
14626 # If the user did not use the arguments to specify the items to instantiate,
14627 # then the envvar interface is used.  Set only those that are not.
14628 # We use the long form for the default assignment because of an extremely
14629 # bizarre bug on SunOS 4.1.3.
14630 if $ac_need_defaults; then
14631   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14632   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
14633   test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
14634   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14635 fi
14636
14637 # Have a temporary directory for convenience.  Make it in the build tree
14638 # simply because there is no reason against having it here, and in addition,
14639 # creating and moving files from /tmp can sometimes cause problems.
14640 # Hook for its removal unless debugging.
14641 # Note that there is a small window in which the directory will not be cleaned:
14642 # after its creation but before its name has been assigned to `$tmp'.
14643 $debug ||
14644 {
14645   tmp=
14646   trap 'exit_status=$?
14647   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14648 ' 0
14649   trap 'as_fn_exit 1' 1 2 13 15
14650 }
14651 # Create a (secure) tmp directory for tmp files.
14652
14653 {
14654   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
14655   test -n "$tmp" && test -d "$tmp"
14656 }  ||
14657 {
14658   tmp=./conf$$-$RANDOM
14659   (umask 077 && mkdir "$tmp")
14660 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
14661
14662 # Set up the scripts for CONFIG_FILES section.
14663 # No need to generate them if there are no CONFIG_FILES.
14664 # This happens for instance with `./config.status config.h'.
14665 if test -n "$CONFIG_FILES"; then
14666
14667
14668 ac_cr=`echo X | tr X '\015'`
14669 # On cygwin, bash can eat \r inside `` if the user requested igncr.
14670 # But we know of no other shell where ac_cr would be empty at this
14671 # point, so we can use a bashism as a fallback.
14672 if test "x$ac_cr" = x; then
14673   eval ac_cr=\$\'\\r\'
14674 fi
14675 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14676 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14677   ac_cs_awk_cr='\r'
14678 else
14679   ac_cs_awk_cr=$ac_cr
14680 fi
14681
14682 echo 'BEGIN {' >"$tmp/subs1.awk" &&
14683 _ACEOF
14684
14685
14686 {
14687   echo "cat >conf$$subs.awk <<_ACEOF" &&
14688   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14689   echo "_ACEOF"
14690 } >conf$$subs.sh ||
14691   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14692 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14693 ac_delim='%!_!# '
14694 for ac_last_try in false false false false false :; do
14695   . ./conf$$subs.sh ||
14696     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14697
14698   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14699   if test $ac_delim_n = $ac_delim_num; then
14700     break
14701   elif $ac_last_try; then
14702     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14703   else
14704     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14705   fi
14706 done
14707 rm -f conf$$subs.sh
14708
14709 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14710 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
14711 _ACEOF
14712 sed -n '
14713 h
14714 s/^/S["/; s/!.*/"]=/
14715 p
14716 g
14717 s/^[^!]*!//
14718 :repl
14719 t repl
14720 s/'"$ac_delim"'$//
14721 t delim
14722 :nl
14723 h
14724 s/\(.\{148\}\).*/\1/
14725 t more1
14726 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14727 p
14728 n
14729 b repl
14730 :more1
14731 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14732 p
14733 g
14734 s/.\{148\}//
14735 t nl
14736 :delim
14737 h
14738 s/\(.\{148\}\).*/\1/
14739 t more2
14740 s/["\\]/\\&/g; s/^/"/; s/$/"/
14741 p
14742 b
14743 :more2
14744 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14745 p
14746 g
14747 s/.\{148\}//
14748 t delim
14749 ' <conf$$subs.awk | sed '
14750 /^[^""]/{
14751   N
14752   s/\n//
14753 }
14754 ' >>$CONFIG_STATUS || ac_write_fail=1
14755 rm -f conf$$subs.awk
14756 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14757 _ACAWK
14758 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
14759   for (key in S) S_is_set[key] = 1
14760   FS = "\a"
14761
14762 }
14763 {
14764   line = $ 0
14765   nfields = split(line, field, "@")
14766   substed = 0
14767   len = length(field[1])
14768   for (i = 2; i < nfields; i++) {
14769     key = field[i]
14770     keylen = length(key)
14771     if (S_is_set[key]) {
14772       value = S[key]
14773       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14774       len += length(value) + length(field[++i])
14775       substed = 1
14776     } else
14777       len += 1 + keylen
14778   }
14779
14780   print line
14781 }
14782
14783 _ACAWK
14784 _ACEOF
14785 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14786 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14787   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
14788 else
14789   cat
14790 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14791   || as_fn_error "could not setup config files machinery" "$LINENO" 5
14792 _ACEOF
14793
14794 # VPATH may cause trouble with some makes, so we remove $(srcdir),
14795 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14796 # trailing colons and then remove the whole line if VPATH becomes empty
14797 # (actually we leave an empty line to preserve line numbers).
14798 if test "x$srcdir" = x.; then
14799   ac_vpsub='/^[  ]*VPATH[        ]*=/{
14800 s/:*\$(srcdir):*/:/
14801 s/:*\${srcdir}:*/:/
14802 s/:*@srcdir@:*/:/
14803 s/^\([^=]*=[     ]*\):*/\1/
14804 s/:*$//
14805 s/^[^=]*=[       ]*$//
14806 }'
14807 fi
14808
14809 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14810 fi # test -n "$CONFIG_FILES"
14811
14812 # Set up the scripts for CONFIG_HEADERS section.
14813 # No need to generate them if there are no CONFIG_HEADERS.
14814 # This happens for instance with `./config.status Makefile'.
14815 if test -n "$CONFIG_HEADERS"; then
14816 cat >"$tmp/defines.awk" <<\_ACAWK ||
14817 BEGIN {
14818 _ACEOF
14819
14820 # Transform confdefs.h into an awk script `defines.awk', embedded as
14821 # here-document in config.status, that substitutes the proper values into
14822 # config.h.in to produce config.h.
14823
14824 # Create a delimiter string that does not exist in confdefs.h, to ease
14825 # handling of long lines.
14826 ac_delim='%!_!# '
14827 for ac_last_try in false false :; do
14828   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
14829   if test -z "$ac_t"; then
14830     break
14831   elif $ac_last_try; then
14832     as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
14833   else
14834     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14835   fi
14836 done
14837
14838 # For the awk script, D is an array of macro values keyed by name,
14839 # likewise P contains macro parameters if any.  Preserve backslash
14840 # newline sequences.
14841
14842 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14843 sed -n '
14844 s/.\{148\}/&'"$ac_delim"'/g
14845 t rset
14846 :rset
14847 s/^[     ]*#[    ]*define[       ][      ]*/ /
14848 t def
14849 d
14850 :def
14851 s/\\$//
14852 t bsnl
14853 s/["\\]/\\&/g
14854 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
14855 D["\1"]=" \3"/p
14856 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
14857 d
14858 :bsnl
14859 s/["\\]/\\&/g
14860 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
14861 D["\1"]=" \3\\\\\\n"\\/p
14862 t cont
14863 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14864 t cont
14865 d
14866 :cont
14867 n
14868 s/.\{148\}/&'"$ac_delim"'/g
14869 t clear
14870 :clear
14871 s/\\$//
14872 t bsnlc
14873 s/["\\]/\\&/g; s/^/"/; s/$/"/p
14874 d
14875 :bsnlc
14876 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14877 b cont
14878 ' <confdefs.h | sed '
14879 s/'"$ac_delim"'/"\\\
14880 "/g' >>$CONFIG_STATUS || ac_write_fail=1
14881
14882 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14883   for (key in D) D_is_set[key] = 1
14884   FS = "\a"
14885 }
14886 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14887   line = \$ 0
14888   split(line, arg, " ")
14889   if (arg[1] == "#") {
14890     defundef = arg[2]
14891     mac1 = arg[3]
14892   } else {
14893     defundef = substr(arg[1], 2)
14894     mac1 = arg[2]
14895   }
14896   split(mac1, mac2, "(") #)
14897   macro = mac2[1]
14898   prefix = substr(line, 1, index(line, defundef) - 1)
14899   if (D_is_set[macro]) {
14900     # Preserve the white space surrounding the "#".
14901     print prefix "define", macro P[macro] D[macro]
14902     next
14903   } else {
14904     # Replace #undef with comments.  This is necessary, for example,
14905     # in the case of _POSIX_SOURCE, which is predefined and required
14906     # on some systems where configure will not decide to define it.
14907     if (defundef == "undef") {
14908       print "/*", prefix defundef, macro, "*/"
14909       next
14910     }
14911   }
14912 }
14913 { print }
14914 _ACAWK
14915 _ACEOF
14916 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14917   as_fn_error "could not setup config headers machinery" "$LINENO" 5
14918 fi # test -n "$CONFIG_HEADERS"
14919
14920
14921 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS  :L $CONFIG_LINKS  :C $CONFIG_COMMANDS"
14922 shift
14923 for ac_tag
14924 do
14925   case $ac_tag in
14926   :[FHLC]) ac_mode=$ac_tag; continue;;
14927   esac
14928   case $ac_mode$ac_tag in
14929   :[FHL]*:*);;
14930   :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
14931   :[FH]-) ac_tag=-:-;;
14932   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
14933   esac
14934   ac_save_IFS=$IFS
14935   IFS=:
14936   set x $ac_tag
14937   IFS=$ac_save_IFS
14938   shift
14939   ac_file=$1
14940   shift
14941
14942   case $ac_mode in
14943   :L) ac_source=$1;;
14944   :[FH])
14945     ac_file_inputs=
14946     for ac_f
14947     do
14948       case $ac_f in
14949       -) ac_f="$tmp/stdin";;
14950       *) # Look for the file first in the build tree, then in the source tree
14951          # (if the path is not absolute).  The absolute path cannot be DOS-style,
14952          # because $ac_f cannot contain `:'.
14953          test -f "$ac_f" ||
14954            case $ac_f in
14955            [\\/$]*) false;;
14956            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14957            esac ||
14958            as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
14959       esac
14960       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14961       as_fn_append ac_file_inputs " '$ac_f'"
14962     done
14963
14964     # Let's still pretend it is `configure' which instantiates (i.e., don't
14965     # use $as_me), people would be surprised to read:
14966     #    /* config.h.  Generated by config.status.  */
14967     configure_input='Generated from '`
14968           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14969         `' by configure.'
14970     if test x"$ac_file" != x-; then
14971       configure_input="$ac_file.  $configure_input"
14972       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14973 $as_echo "$as_me: creating $ac_file" >&6;}
14974     fi
14975     # Neutralize special characters interpreted by sed in replacement strings.
14976     case $configure_input in #(
14977     *\&* | *\|* | *\\* )
14978        ac_sed_conf_input=`$as_echo "$configure_input" |
14979        sed 's/[\\\\&|]/\\\\&/g'`;; #(
14980     *) ac_sed_conf_input=$configure_input;;
14981     esac
14982
14983     case $ac_tag in
14984     *:-:* | *:-) cat >"$tmp/stdin" \
14985       || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
14986     esac
14987     ;;
14988   esac
14989
14990   ac_dir=`$as_dirname -- "$ac_file" ||
14991 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14992          X"$ac_file" : 'X\(//\)[^/]' \| \
14993          X"$ac_file" : 'X\(//\)$' \| \
14994          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14995 $as_echo X"$ac_file" |
14996     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14997             s//\1/
14998             q
14999           }
15000           /^X\(\/\/\)[^/].*/{
15001             s//\1/
15002             q
15003           }
15004           /^X\(\/\/\)$/{
15005             s//\1/
15006             q
15007           }
15008           /^X\(\/\).*/{
15009             s//\1/
15010             q
15011           }
15012           s/.*/./; q'`
15013   as_dir="$ac_dir"; as_fn_mkdir_p
15014   ac_builddir=.
15015
15016 case "$ac_dir" in
15017 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15018 *)
15019   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15020   # A ".." for each directory in $ac_dir_suffix.
15021   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15022   case $ac_top_builddir_sub in
15023   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15024   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15025   esac ;;
15026 esac
15027 ac_abs_top_builddir=$ac_pwd
15028 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15029 # for backward compatibility:
15030 ac_top_builddir=$ac_top_build_prefix
15031
15032 case $srcdir in
15033   .)  # We are building in place.
15034     ac_srcdir=.
15035     ac_top_srcdir=$ac_top_builddir_sub
15036     ac_abs_top_srcdir=$ac_pwd ;;
15037   [\\/]* | ?:[\\/]* )  # Absolute name.
15038     ac_srcdir=$srcdir$ac_dir_suffix;
15039     ac_top_srcdir=$srcdir
15040     ac_abs_top_srcdir=$srcdir ;;
15041   *) # Relative name.
15042     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15043     ac_top_srcdir=$ac_top_build_prefix$srcdir
15044     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15045 esac
15046 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15047
15048
15049   case $ac_mode in
15050   :F)
15051   #
15052   # CONFIG_FILE
15053   #
15054
15055   case $INSTALL in
15056   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15057   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15058   esac
15059 _ACEOF
15060
15061 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15062 # If the template does not know about datarootdir, expand it.
15063 # FIXME: This hack should be removed a few years after 2.60.
15064 ac_datarootdir_hack=; ac_datarootdir_seen=
15065 ac_sed_dataroot='
15066 /datarootdir/ {
15067   p
15068   q
15069 }
15070 /@datadir@/p
15071 /@docdir@/p
15072 /@infodir@/p
15073 /@localedir@/p
15074 /@mandir@/p'
15075 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15076 *datarootdir*) ac_datarootdir_seen=yes;;
15077 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15078   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15079 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15080 _ACEOF
15081 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15082   ac_datarootdir_hack='
15083   s&@datadir@&$datadir&g
15084   s&@docdir@&$docdir&g
15085   s&@infodir@&$infodir&g
15086   s&@localedir@&$localedir&g
15087   s&@mandir@&$mandir&g
15088   s&\\\${datarootdir}&$datarootdir&g' ;;
15089 esac
15090 _ACEOF
15091
15092 # Neutralize VPATH when `$srcdir' = `.'.
15093 # Shell code in configure.ac might set extrasub.
15094 # FIXME: do we really want to maintain this feature?
15095 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15096 ac_sed_extra="$ac_vpsub
15097 $extrasub
15098 _ACEOF
15099 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15100 :t
15101 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15102 s|@configure_input@|$ac_sed_conf_input|;t t
15103 s&@top_builddir@&$ac_top_builddir_sub&;t t
15104 s&@top_build_prefix@&$ac_top_build_prefix&;t t
15105 s&@srcdir@&$ac_srcdir&;t t
15106 s&@abs_srcdir@&$ac_abs_srcdir&;t t
15107 s&@top_srcdir@&$ac_top_srcdir&;t t
15108 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15109 s&@builddir@&$ac_builddir&;t t
15110 s&@abs_builddir@&$ac_abs_builddir&;t t
15111 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15112 s&@INSTALL@&$ac_INSTALL&;t t
15113 $ac_datarootdir_hack
15114 "
15115 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
15116   || as_fn_error "could not create $ac_file" "$LINENO" 5
15117
15118 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15119   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15120   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15121   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15122 which seems to be undefined.  Please make sure it is defined." >&5
15123 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15124 which seems to be undefined.  Please make sure it is defined." >&2;}
15125
15126   rm -f "$tmp/stdin"
15127   case $ac_file in
15128   -) cat "$tmp/out" && rm -f "$tmp/out";;
15129   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15130   esac \
15131   || as_fn_error "could not create $ac_file" "$LINENO" 5
15132  ;;
15133   :H)
15134   #
15135   # CONFIG_HEADER
15136   #
15137   if test x"$ac_file" != x-; then
15138     {
15139       $as_echo "/* $configure_input  */" \
15140       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
15141     } >"$tmp/config.h" \
15142       || as_fn_error "could not create $ac_file" "$LINENO" 5
15143     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
15144       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15145 $as_echo "$as_me: $ac_file is unchanged" >&6;}
15146     else
15147       rm -f "$ac_file"
15148       mv "$tmp/config.h" "$ac_file" \
15149         || as_fn_error "could not create $ac_file" "$LINENO" 5
15150     fi
15151   else
15152     $as_echo "/* $configure_input  */" \
15153       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
15154       || as_fn_error "could not create -" "$LINENO" 5
15155   fi
15156  ;;
15157   :L)
15158   #
15159   # CONFIG_LINK
15160   #
15161
15162   if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
15163     :
15164   else
15165     # Prefer the file from the source tree if names are identical.
15166     if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
15167       ac_source=$srcdir/$ac_source
15168     fi
15169
15170     { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
15171 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
15172
15173     if test ! -r "$ac_source"; then
15174       as_fn_error "$ac_source: file not found" "$LINENO" 5
15175     fi
15176     rm -f "$ac_file"
15177
15178     # Try a relative symlink, then a hard link, then a copy.
15179     case $srcdir in
15180     [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
15181         *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
15182     esac
15183     ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
15184       ln "$ac_source" "$ac_file" 2>/dev/null ||
15185       cp -p "$ac_source" "$ac_file" ||
15186       as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
15187   fi
15188  ;;
15189   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15190 $as_echo "$as_me: executing $ac_file commands" >&6;}
15191  ;;
15192   esac
15193
15194
15195   case $ac_file$ac_mode in
15196     "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
15197     "libtool":C)
15198
15199     # See if we are running on zsh, and set the options which allow our
15200     # commands through without removal of \ escapes.
15201     if test -n "${ZSH_VERSION+set}" ; then
15202       setopt NO_GLOB_SUBST
15203     fi
15204
15205     cfgfile="${ofile}T"
15206     trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15207     $RM "$cfgfile"
15208
15209     cat <<_LT_EOF >> "$cfgfile"
15210 #! $SHELL
15211
15212 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15213 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15214 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15215 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
15216 #
15217 #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15218 #                 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15219 #   Written by Gordon Matzigkeit, 1996
15220 #
15221 #   This file is part of GNU Libtool.
15222 #
15223 # GNU Libtool is free software; you can redistribute it and/or
15224 # modify it under the terms of the GNU General Public License as
15225 # published by the Free Software Foundation; either version 2 of
15226 # the License, or (at your option) any later version.
15227 #
15228 # As a special exception to the GNU General Public License,
15229 # if you distribute this file as part of a program or library that
15230 # is built using GNU Libtool, you may include this file under the
15231 # same distribution terms that you use for the rest of that program.
15232 #
15233 # GNU Libtool is distributed in the hope that it will be useful,
15234 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15235 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15236 # GNU General Public License for more details.
15237 #
15238 # You should have received a copy of the GNU General Public License
15239 # along with GNU Libtool; see the file COPYING.  If not, a copy
15240 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15241 # obtained by writing to the Free Software Foundation, Inc.,
15242 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15243
15244
15245 # The names of the tagged configurations supported by this script.
15246 available_tags=""
15247
15248 # ### BEGIN LIBTOOL CONFIG
15249
15250 # Which release of libtool.m4 was used?
15251 macro_version=$macro_version
15252 macro_revision=$macro_revision
15253
15254 # Whether or not to build shared libraries.
15255 build_libtool_libs=$enable_shared
15256
15257 # Whether or not to build static libraries.
15258 build_old_libs=$enable_static
15259
15260 # What type of objects to build.
15261 pic_mode=$pic_mode
15262
15263 # Whether or not to optimize for fast installation.
15264 fast_install=$enable_fast_install
15265
15266 # Shell to use when invoking shell scripts.
15267 SHELL=$lt_SHELL
15268
15269 # An echo program that protects backslashes.
15270 ECHO=$lt_ECHO
15271
15272 # The host system.
15273 host_alias=$host_alias
15274 host=$host
15275 host_os=$host_os
15276
15277 # The build system.
15278 build_alias=$build_alias
15279 build=$build
15280 build_os=$build_os
15281
15282 # A sed program that does not truncate output.
15283 SED=$lt_SED
15284
15285 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
15286 Xsed="\$SED -e 1s/^X//"
15287
15288 # A grep program that handles long lines.
15289 GREP=$lt_GREP
15290
15291 # An ERE matcher.
15292 EGREP=$lt_EGREP
15293
15294 # A literal string matcher.
15295 FGREP=$lt_FGREP
15296
15297 # A BSD- or MS-compatible name lister.
15298 NM=$lt_NM
15299
15300 # Whether we need soft or hard links.
15301 LN_S=$lt_LN_S
15302
15303 # What is the maximum length of a command?
15304 max_cmd_len=$max_cmd_len
15305
15306 # Object file suffix (normally "o").
15307 objext=$ac_objext
15308
15309 # Executable file suffix (normally "").
15310 exeext=$exeext
15311
15312 # whether the shell understands "unset".
15313 lt_unset=$lt_unset
15314
15315 # turn spaces into newlines.
15316 SP2NL=$lt_lt_SP2NL
15317
15318 # turn newlines into spaces.
15319 NL2SP=$lt_lt_NL2SP
15320
15321 # An object symbol dumper.
15322 OBJDUMP=$lt_OBJDUMP
15323
15324 # Method to check whether dependent libraries are shared objects.
15325 deplibs_check_method=$lt_deplibs_check_method
15326
15327 # Command to use when deplibs_check_method == "file_magic".
15328 file_magic_cmd=$lt_file_magic_cmd
15329
15330 # The archiver.
15331 AR=$lt_AR
15332 AR_FLAGS=$lt_AR_FLAGS
15333
15334 # A symbol stripping program.
15335 STRIP=$lt_STRIP
15336
15337 # Commands used to install an old-style archive.
15338 RANLIB=$lt_RANLIB
15339 old_postinstall_cmds=$lt_old_postinstall_cmds
15340 old_postuninstall_cmds=$lt_old_postuninstall_cmds
15341
15342 # Whether to use a lock for old archive extraction.
15343 lock_old_archive_extraction=$lock_old_archive_extraction
15344
15345 # A C compiler.
15346 LTCC=$lt_CC
15347
15348 # LTCC compiler flags.
15349 LTCFLAGS=$lt_CFLAGS
15350
15351 # Take the output of nm and produce a listing of raw symbols and C names.
15352 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15353
15354 # Transform the output of nm in a proper C declaration.
15355 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15356
15357 # Transform the output of nm in a C name address pair.
15358 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15359
15360 # Transform the output of nm in a C name address pair when lib prefix is needed.
15361 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15362
15363 # The name of the directory that contains temporary libtool files.
15364 objdir=$objdir
15365
15366 # Used to examine libraries when file_magic_cmd begins with "file".
15367 MAGIC_CMD=$MAGIC_CMD
15368
15369 # Must we lock files when doing compilation?
15370 need_locks=$lt_need_locks
15371
15372 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15373 DSYMUTIL=$lt_DSYMUTIL
15374
15375 # Tool to change global to local symbols on Mac OS X.
15376 NMEDIT=$lt_NMEDIT
15377
15378 # Tool to manipulate fat objects and archives on Mac OS X.
15379 LIPO=$lt_LIPO
15380
15381 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
15382 OTOOL=$lt_OTOOL
15383
15384 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15385 OTOOL64=$lt_OTOOL64
15386
15387 # Old archive suffix (normally "a").
15388 libext=$libext
15389
15390 # Shared library suffix (normally ".so").
15391 shrext_cmds=$lt_shrext_cmds
15392
15393 # The commands to extract the exported symbol list from a shared archive.
15394 extract_expsyms_cmds=$lt_extract_expsyms_cmds
15395
15396 # Variables whose values should be saved in libtool wrapper scripts and
15397 # restored at link time.
15398 variables_saved_for_relink=$lt_variables_saved_for_relink
15399
15400 # Do we need the "lib" prefix for modules?
15401 need_lib_prefix=$need_lib_prefix
15402
15403 # Do we need a version for libraries?
15404 need_version=$need_version
15405
15406 # Library versioning type.
15407 version_type=$version_type
15408
15409 # Shared library runtime path variable.
15410 runpath_var=$runpath_var
15411
15412 # Shared library path variable.
15413 shlibpath_var=$shlibpath_var
15414
15415 # Is shlibpath searched before the hard-coded library search path?
15416 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15417
15418 # Format of library name prefix.
15419 libname_spec=$lt_libname_spec
15420
15421 # List of archive names.  First name is the real one, the rest are links.
15422 # The last name is the one that the linker finds with -lNAME
15423 library_names_spec=$lt_library_names_spec
15424
15425 # The coded name of the library, if different from the real name.
15426 soname_spec=$lt_soname_spec
15427
15428 # Permission mode override for installation of shared libraries.
15429 install_override_mode=$lt_install_override_mode
15430
15431 # Command to use after installation of a shared archive.
15432 postinstall_cmds=$lt_postinstall_cmds
15433
15434 # Command to use after uninstallation of a shared archive.
15435 postuninstall_cmds=$lt_postuninstall_cmds
15436
15437 # Commands used to finish a libtool library installation in a directory.
15438 finish_cmds=$lt_finish_cmds
15439
15440 # As "finish_cmds", except a single script fragment to be evaled but
15441 # not shown.
15442 finish_eval=$lt_finish_eval
15443
15444 # Whether we should hardcode library paths into libraries.
15445 hardcode_into_libs=$hardcode_into_libs
15446
15447 # Compile-time system search path for libraries.
15448 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15449
15450 # Run-time system search path for libraries.
15451 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15452
15453 # Whether dlopen is supported.
15454 dlopen_support=$enable_dlopen
15455
15456 # Whether dlopen of programs is supported.
15457 dlopen_self=$enable_dlopen_self
15458
15459 # Whether dlopen of statically linked programs is supported.
15460 dlopen_self_static=$enable_dlopen_self_static
15461
15462 # Commands to strip libraries.
15463 old_striplib=$lt_old_striplib
15464 striplib=$lt_striplib
15465
15466
15467 # The linker used to build libraries.
15468 LD=$lt_LD
15469
15470 # How to create reloadable object files.
15471 reload_flag=$lt_reload_flag
15472 reload_cmds=$lt_reload_cmds
15473
15474 # Commands used to build an old-style archive.
15475 old_archive_cmds=$lt_old_archive_cmds
15476
15477 # A language specific compiler.
15478 CC=$lt_compiler
15479
15480 # Is the compiler the GNU compiler?
15481 with_gcc=$GCC
15482
15483 # Compiler flag to turn off builtin functions.
15484 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15485
15486 # How to pass a linker flag through the compiler.
15487 wl=$lt_lt_prog_compiler_wl
15488
15489 # Additional compiler flags for building library objects.
15490 pic_flag=$lt_lt_prog_compiler_pic
15491
15492 # Compiler flag to prevent dynamic linking.
15493 link_static_flag=$lt_lt_prog_compiler_static
15494
15495 # Does compiler simultaneously support -c and -o options?
15496 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15497
15498 # Whether or not to add -lc for building shared libraries.
15499 build_libtool_need_lc=$archive_cmds_need_lc
15500
15501 # Whether or not to disallow shared libs when runtime libs are static.
15502 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15503
15504 # Compiler flag to allow reflexive dlopens.
15505 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15506
15507 # Compiler flag to generate shared objects directly from archives.
15508 whole_archive_flag_spec=$lt_whole_archive_flag_spec
15509
15510 # Whether the compiler copes with passing no objects directly.
15511 compiler_needs_object=$lt_compiler_needs_object
15512
15513 # Create an old-style archive from a shared archive.
15514 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15515
15516 # Create a temporary old-style archive to link instead of a shared archive.
15517 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15518
15519 # Commands used to build a shared archive.
15520 archive_cmds=$lt_archive_cmds
15521 archive_expsym_cmds=$lt_archive_expsym_cmds
15522
15523 # Commands used to build a loadable module if different from building
15524 # a shared archive.
15525 module_cmds=$lt_module_cmds
15526 module_expsym_cmds=$lt_module_expsym_cmds
15527
15528 # Whether we are building with GNU ld or not.
15529 with_gnu_ld=$lt_with_gnu_ld
15530
15531 # Flag that allows shared libraries with undefined symbols to be built.
15532 allow_undefined_flag=$lt_allow_undefined_flag
15533
15534 # Flag that enforces no undefined symbols.
15535 no_undefined_flag=$lt_no_undefined_flag
15536
15537 # Flag to hardcode \$libdir into a binary during linking.
15538 # This must work even if \$libdir does not exist
15539 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15540
15541 # If ld is used when linking, flag to hardcode \$libdir into a binary
15542 # during linking.  This must work even if \$libdir does not exist.
15543 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15544
15545 # Whether we need a single "-rpath" flag with a separated argument.
15546 hardcode_libdir_separator=$lt_hardcode_libdir_separator
15547
15548 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15549 # DIR into the resulting binary.
15550 hardcode_direct=$hardcode_direct
15551
15552 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15553 # DIR into the resulting binary and the resulting library dependency is
15554 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15555 # library is relocated.
15556 hardcode_direct_absolute=$hardcode_direct_absolute
15557
15558 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15559 # into the resulting binary.
15560 hardcode_minus_L=$hardcode_minus_L
15561
15562 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15563 # into the resulting binary.
15564 hardcode_shlibpath_var=$hardcode_shlibpath_var
15565
15566 # Set to "yes" if building a shared library automatically hardcodes DIR
15567 # into the library and all subsequent libraries and executables linked
15568 # against it.
15569 hardcode_automatic=$hardcode_automatic
15570
15571 # Set to yes if linker adds runtime paths of dependent libraries
15572 # to runtime path list.
15573 inherit_rpath=$inherit_rpath
15574
15575 # Whether libtool must link a program against all its dependency libraries.
15576 link_all_deplibs=$link_all_deplibs
15577
15578 # Fix the shell variable \$srcfile for the compiler.
15579 fix_srcfile_path=$lt_fix_srcfile_path
15580
15581 # Set to "yes" if exported symbols are required.
15582 always_export_symbols=$always_export_symbols
15583
15584 # The commands to list exported symbols.
15585 export_symbols_cmds=$lt_export_symbols_cmds
15586
15587 # Symbols that should not be listed in the preloaded symbols.
15588 exclude_expsyms=$lt_exclude_expsyms
15589
15590 # Symbols that must always be exported.
15591 include_expsyms=$lt_include_expsyms
15592
15593 # Commands necessary for linking programs (against libraries) with templates.
15594 prelink_cmds=$lt_prelink_cmds
15595
15596 # Specify filename containing input files.
15597 file_list_spec=$lt_file_list_spec
15598
15599 # How to hardcode a shared library path into an executable.
15600 hardcode_action=$hardcode_action
15601
15602 # ### END LIBTOOL CONFIG
15603
15604 _LT_EOF
15605
15606   case $host_os in
15607   aix3*)
15608     cat <<\_LT_EOF >> "$cfgfile"
15609 # AIX sometimes has problems with the GCC collect2 program.  For some
15610 # reason, if we set the COLLECT_NAMES environment variable, the problems
15611 # vanish in a puff of smoke.
15612 if test "X${COLLECT_NAMES+set}" != Xset; then
15613   COLLECT_NAMES=
15614   export COLLECT_NAMES
15615 fi
15616 _LT_EOF
15617     ;;
15618   esac
15619
15620
15621 ltmain="$ac_aux_dir/ltmain.sh"
15622
15623
15624   # We use sed instead of cat because bash on DJGPP gets confused if
15625   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
15626   # text mode, it properly converts lines to CR/LF.  This bash problem
15627   # is reportedly fixed, but why not run on old versions too?
15628   sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15629     || (rm -f "$cfgfile"; exit 1)
15630
15631   case $xsi_shell in
15632   yes)
15633     cat << \_LT_EOF >> "$cfgfile"
15634
15635 # func_dirname file append nondir_replacement
15636 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
15637 # otherwise set result to NONDIR_REPLACEMENT.
15638 func_dirname ()
15639 {
15640   case ${1} in
15641     */*) func_dirname_result="${1%/*}${2}" ;;
15642     *  ) func_dirname_result="${3}" ;;
15643   esac
15644 }
15645
15646 # func_basename file
15647 func_basename ()
15648 {
15649   func_basename_result="${1##*/}"
15650 }
15651
15652 # func_dirname_and_basename file append nondir_replacement
15653 # perform func_basename and func_dirname in a single function
15654 # call:
15655 #   dirname:  Compute the dirname of FILE.  If nonempty,
15656 #             add APPEND to the result, otherwise set result
15657 #             to NONDIR_REPLACEMENT.
15658 #             value returned in "$func_dirname_result"
15659 #   basename: Compute filename of FILE.
15660 #             value retuned in "$func_basename_result"
15661 # Implementation must be kept synchronized with func_dirname
15662 # and func_basename. For efficiency, we do not delegate to
15663 # those functions but instead duplicate the functionality here.
15664 func_dirname_and_basename ()
15665 {
15666   case ${1} in
15667     */*) func_dirname_result="${1%/*}${2}" ;;
15668     *  ) func_dirname_result="${3}" ;;
15669   esac
15670   func_basename_result="${1##*/}"
15671 }
15672
15673 # func_stripname prefix suffix name
15674 # strip PREFIX and SUFFIX off of NAME.
15675 # PREFIX and SUFFIX must not contain globbing or regex special
15676 # characters, hashes, percent signs, but SUFFIX may contain a leading
15677 # dot (in which case that matches only a dot).
15678 func_stripname ()
15679 {
15680   # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15681   # positional parameters, so assign one to ordinary parameter first.
15682   func_stripname_result=${3}
15683   func_stripname_result=${func_stripname_result#"${1}"}
15684   func_stripname_result=${func_stripname_result%"${2}"}
15685 }
15686
15687 # func_opt_split
15688 func_opt_split ()
15689 {
15690   func_opt_split_opt=${1%%=*}
15691   func_opt_split_arg=${1#*=}
15692 }
15693
15694 # func_lo2o object
15695 func_lo2o ()
15696 {
15697   case ${1} in
15698     *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15699     *)    func_lo2o_result=${1} ;;
15700   esac
15701 }
15702
15703 # func_xform libobj-or-source
15704 func_xform ()
15705 {
15706   func_xform_result=${1%.*}.lo
15707 }
15708
15709 # func_arith arithmetic-term...
15710 func_arith ()
15711 {
15712   func_arith_result=$(( $* ))
15713 }
15714
15715 # func_len string
15716 # STRING may not start with a hyphen.
15717 func_len ()
15718 {
15719   func_len_result=${#1}
15720 }
15721
15722 _LT_EOF
15723     ;;
15724   *) # Bourne compatible functions.
15725     cat << \_LT_EOF >> "$cfgfile"
15726
15727 # func_dirname file append nondir_replacement
15728 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
15729 # otherwise set result to NONDIR_REPLACEMENT.
15730 func_dirname ()
15731 {
15732   # Extract subdirectory from the argument.
15733   func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15734   if test "X$func_dirname_result" = "X${1}"; then
15735     func_dirname_result="${3}"
15736   else
15737     func_dirname_result="$func_dirname_result${2}"
15738   fi
15739 }
15740
15741 # func_basename file
15742 func_basename ()
15743 {
15744   func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15745 }
15746
15747
15748 # func_stripname prefix suffix name
15749 # strip PREFIX and SUFFIX off of NAME.
15750 # PREFIX and SUFFIX must not contain globbing or regex special
15751 # characters, hashes, percent signs, but SUFFIX may contain a leading
15752 # dot (in which case that matches only a dot).
15753 # func_strip_suffix prefix name
15754 func_stripname ()
15755 {
15756   case ${2} in
15757     .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15758     *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15759   esac
15760 }
15761
15762 # sed scripts:
15763 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15764 my_sed_long_arg='1s/^-[^=]*=//'
15765
15766 # func_opt_split
15767 func_opt_split ()
15768 {
15769   func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15770   func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15771 }
15772
15773 # func_lo2o object
15774 func_lo2o ()
15775 {
15776   func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15777 }
15778
15779 # func_xform libobj-or-source
15780 func_xform ()
15781 {
15782   func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15783 }
15784
15785 # func_arith arithmetic-term...
15786 func_arith ()
15787 {
15788   func_arith_result=`expr "$@"`
15789 }
15790
15791 # func_len string
15792 # STRING may not start with a hyphen.
15793 func_len ()
15794 {
15795   func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15796 }
15797
15798 _LT_EOF
15799 esac
15800
15801 case $lt_shell_append in
15802   yes)
15803     cat << \_LT_EOF >> "$cfgfile"
15804
15805 # func_append var value
15806 # Append VALUE to the end of shell variable VAR.
15807 func_append ()
15808 {
15809   eval "$1+=\$2"
15810 }
15811 _LT_EOF
15812     ;;
15813   *)
15814     cat << \_LT_EOF >> "$cfgfile"
15815
15816 # func_append var value
15817 # Append VALUE to the end of shell variable VAR.
15818 func_append ()
15819 {
15820   eval "$1=\$$1\$2"
15821 }
15822
15823 _LT_EOF
15824     ;;
15825   esac
15826
15827
15828   sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15829     || (rm -f "$cfgfile"; exit 1)
15830
15831   mv -f "$cfgfile" "$ofile" ||
15832     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15833   chmod +x "$ofile"
15834
15835  ;;
15836     "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
15837  rm -f Makesim1.tmp Makesim2.tmp Makefile
15838  sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
15839  sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
15840  sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
15841         -e '/^## COMMON_POST_/ r Makesim2.tmp' \
15842         <Makefile.sim >Makefile
15843  rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
15844  ;;
15845     "stamp-h":C) echo > stamp-h ;;
15846
15847   esac
15848 done # for ac_tag
15849
15850
15851 as_fn_exit 0
15852 _ACEOF
15853 ac_clean_files=$ac_clean_files_save
15854
15855 test $ac_write_fail = 0 ||
15856   as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15857
15858
15859 # configure is writing to config.log, and then calls config.status.
15860 # config.status does its own redirection, appending to config.log.
15861 # Unfortunately, on DOS this fails, as config.log is still kept open
15862 # by configure, so config.status won't be able to write to it; its
15863 # output is simply discarded.  So we exec the FD to /dev/null,
15864 # effectively closing config.log, so it can be properly (re)opened and
15865 # appended to by config.status.  When coming back to configure, we
15866 # need to make the FD available again.
15867 if test "$no_create" != yes; then
15868   ac_cs_success=:
15869   ac_config_status_args=
15870   test "$silent" = yes &&
15871     ac_config_status_args="$ac_config_status_args --quiet"
15872   exec 5>/dev/null
15873   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15874   exec 5>>config.log
15875   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15876   # would make configure fail if this is the last instruction.
15877   $ac_cs_success || as_fn_exit $?
15878 fi
15879 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15880   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15881 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
15882 fi
15883
15884