sim: drop common/cconfig.h in favor of a single config.h
[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 MAINT
616 MAINTAINER_MODE_FALSE
617 MAINTAINER_MODE_TRUE
618 lt_cv_dlopen_libs
619 OTOOL64
620 OTOOL
621 LIPO
622 NMEDIT
623 DSYMUTIL
624 AWK
625 STRIP
626 OBJDUMP
627 LN_S
628 NM
629 ac_ct_DUMPBIN
630 DUMPBIN
631 LD
632 FGREP
633 SED
634 LIBTOOL
635 PLUGINS_FALSE
636 PLUGINS_TRUE
637 zlibinc
638 zlibdir
639 CATOBJEXT
640 GENCAT
641 INSTOBJEXT
642 DATADIRNAME
643 CATALOGS
644 POSUB
645 GMSGFMT
646 XGETTEXT
647 INCINTL
648 LIBINTL_DEP
649 LIBINTL
650 USE_NLS
651 GMAKE_FALSE
652 GMAKE_TRUE
653 MAKE
654 CCDEPMODE
655 DEPDIR
656 am__leading_dot
657 PACKAGE
658 RANLIB
659 AR
660 HDEFINES
661 CC_FOR_BUILD
662 INSTALL_DATA
663 INSTALL_SCRIPT
664 INSTALL_PROGRAM
665 EGREP
666 GREP
667 CPP
668 target_os
669 target_vendor
670 target_cpu
671 target
672 host_os
673 host_vendor
674 host_cpu
675 host
676 build_os
677 build_vendor
678 build_cpu
679 build
680 OBJEXT
681 EXEEXT
682 ac_ct_CC
683 CPPFLAGS
684 LDFLAGS
685 CFLAGS
686 CC
687 WERROR_CFLAGS
688 WARN_CFLAGS
689 sim_xor_endian
690 sim_stdcall
691 sim_smp
692 sim_reserved_bits
693 sim_regparm
694 sim_packages
695 sim_inline
696 sim_hw
697 sim_hw_objs
698 sim_hw_cflags
699 sim_default_model
700 sim_scache
701 sim_float
702 sim_endian
703 sim_bitsize
704 sim_assert
705 sim_alignment
706 sim_environment
707 target_alias
708 host_alias
709 build_alias
710 LIBS
711 ECHO_T
712 ECHO_N
713 ECHO_C
714 DEFS
715 mandir
716 localedir
717 libdir
718 psdir
719 pdfdir
720 dvidir
721 htmldir
722 infodir
723 docdir
724 oldincludedir
725 includedir
726 localstatedir
727 sharedstatedir
728 sysconfdir
729 datadir
730 datarootdir
731 libexecdir
732 sbindir
733 bindir
734 program_transform_name
735 prefix
736 exec_prefix
737 PACKAGE_URL
738 PACKAGE_BUGREPORT
739 PACKAGE_STRING
740 PACKAGE_VERSION
741 PACKAGE_TARNAME
742 PACKAGE_NAME
743 PATH_SEPARATOR
744 SHELL'
745 ac_subst_files=''
746 ac_user_opts='
747 enable_option_checking
748 with_system_zlib
749 enable_plugins
750 enable_shared
751 enable_static
752 with_pic
753 enable_fast_install
754 with_gnu_ld
755 enable_libtool_lock
756 enable_maintainer_mode
757 enable_sim_cflags
758 enable_sim_debug
759 enable_sim_stdio
760 enable_sim_trace
761 enable_sim_profile
762 with_pkgversion
763 with_bugurl
764 enable_sim_endian
765 enable_sim_alignment
766 enable_sim_scache
767 enable_werror
768 enable_build_warnings
769 enable_sim_build_warnings
770 enable_sim_hardware
771 enable_sim_default_model
772 enable_sim_environment
773 enable_sim_inline
774 enable_cgen_maint
775 '
776       ac_precious_vars='build_alias
777 host_alias
778 target_alias
779 CC
780 CFLAGS
781 LDFLAGS
782 LIBS
783 CPPFLAGS
784 CPP'
785
786
787 # Initialize some variables set by options.
788 ac_init_help=
789 ac_init_version=false
790 ac_unrecognized_opts=
791 ac_unrecognized_sep=
792 # The variables have the same names as the options, with
793 # dashes changed to underlines.
794 cache_file=/dev/null
795 exec_prefix=NONE
796 no_create=
797 no_recursion=
798 prefix=NONE
799 program_prefix=NONE
800 program_suffix=NONE
801 program_transform_name=s,x,x,
802 silent=
803 site=
804 srcdir=
805 verbose=
806 x_includes=NONE
807 x_libraries=NONE
808
809 # Installation directory options.
810 # These are left unexpanded so users can "make install exec_prefix=/foo"
811 # and all the variables that are supposed to be based on exec_prefix
812 # by default will actually change.
813 # Use braces instead of parens because sh, perl, etc. also accept them.
814 # (The list follows the same order as the GNU Coding Standards.)
815 bindir='${exec_prefix}/bin'
816 sbindir='${exec_prefix}/sbin'
817 libexecdir='${exec_prefix}/libexec'
818 datarootdir='${prefix}/share'
819 datadir='${datarootdir}'
820 sysconfdir='${prefix}/etc'
821 sharedstatedir='${prefix}/com'
822 localstatedir='${prefix}/var'
823 includedir='${prefix}/include'
824 oldincludedir='/usr/include'
825 docdir='${datarootdir}/doc/${PACKAGE}'
826 infodir='${datarootdir}/info'
827 htmldir='${docdir}'
828 dvidir='${docdir}'
829 pdfdir='${docdir}'
830 psdir='${docdir}'
831 libdir='${exec_prefix}/lib'
832 localedir='${datarootdir}/locale'
833 mandir='${datarootdir}/man'
834
835 ac_prev=
836 ac_dashdash=
837 for ac_option
838 do
839   # If the previous option needs an argument, assign it.
840   if test -n "$ac_prev"; then
841     eval $ac_prev=\$ac_option
842     ac_prev=
843     continue
844   fi
845
846   case $ac_option in
847   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
848   *)    ac_optarg=yes ;;
849   esac
850
851   # Accept the important Cygnus configure options, so we can diagnose typos.
852
853   case $ac_dashdash$ac_option in
854   --)
855     ac_dashdash=yes ;;
856
857   -bindir | --bindir | --bindi | --bind | --bin | --bi)
858     ac_prev=bindir ;;
859   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
860     bindir=$ac_optarg ;;
861
862   -build | --build | --buil | --bui | --bu)
863     ac_prev=build_alias ;;
864   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
865     build_alias=$ac_optarg ;;
866
867   -cache-file | --cache-file | --cache-fil | --cache-fi \
868   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
869     ac_prev=cache_file ;;
870   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
871   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
872     cache_file=$ac_optarg ;;
873
874   --config-cache | -C)
875     cache_file=config.cache ;;
876
877   -datadir | --datadir | --datadi | --datad)
878     ac_prev=datadir ;;
879   -datadir=* | --datadir=* | --datadi=* | --datad=*)
880     datadir=$ac_optarg ;;
881
882   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
883   | --dataroo | --dataro | --datar)
884     ac_prev=datarootdir ;;
885   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
886   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
887     datarootdir=$ac_optarg ;;
888
889   -disable-* | --disable-*)
890     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
891     # Reject names that are not valid shell variable names.
892     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
893       as_fn_error "invalid feature name: $ac_useropt"
894     ac_useropt_orig=$ac_useropt
895     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
896     case $ac_user_opts in
897       *"
898 "enable_$ac_useropt"
899 "*) ;;
900       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
901          ac_unrecognized_sep=', ';;
902     esac
903     eval enable_$ac_useropt=no ;;
904
905   -docdir | --docdir | --docdi | --doc | --do)
906     ac_prev=docdir ;;
907   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
908     docdir=$ac_optarg ;;
909
910   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
911     ac_prev=dvidir ;;
912   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
913     dvidir=$ac_optarg ;;
914
915   -enable-* | --enable-*)
916     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
917     # Reject names that are not valid shell variable names.
918     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
919       as_fn_error "invalid feature name: $ac_useropt"
920     ac_useropt_orig=$ac_useropt
921     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
922     case $ac_user_opts in
923       *"
924 "enable_$ac_useropt"
925 "*) ;;
926       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
927          ac_unrecognized_sep=', ';;
928     esac
929     eval enable_$ac_useropt=\$ac_optarg ;;
930
931   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
932   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
933   | --exec | --exe | --ex)
934     ac_prev=exec_prefix ;;
935   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
936   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
937   | --exec=* | --exe=* | --ex=*)
938     exec_prefix=$ac_optarg ;;
939
940   -gas | --gas | --ga | --g)
941     # Obsolete; use --with-gas.
942     with_gas=yes ;;
943
944   -help | --help | --hel | --he | -h)
945     ac_init_help=long ;;
946   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
947     ac_init_help=recursive ;;
948   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
949     ac_init_help=short ;;
950
951   -host | --host | --hos | --ho)
952     ac_prev=host_alias ;;
953   -host=* | --host=* | --hos=* | --ho=*)
954     host_alias=$ac_optarg ;;
955
956   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
957     ac_prev=htmldir ;;
958   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
959   | --ht=*)
960     htmldir=$ac_optarg ;;
961
962   -includedir | --includedir | --includedi | --included | --include \
963   | --includ | --inclu | --incl | --inc)
964     ac_prev=includedir ;;
965   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
966   | --includ=* | --inclu=* | --incl=* | --inc=*)
967     includedir=$ac_optarg ;;
968
969   -infodir | --infodir | --infodi | --infod | --info | --inf)
970     ac_prev=infodir ;;
971   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
972     infodir=$ac_optarg ;;
973
974   -libdir | --libdir | --libdi | --libd)
975     ac_prev=libdir ;;
976   -libdir=* | --libdir=* | --libdi=* | --libd=*)
977     libdir=$ac_optarg ;;
978
979   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
980   | --libexe | --libex | --libe)
981     ac_prev=libexecdir ;;
982   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
983   | --libexe=* | --libex=* | --libe=*)
984     libexecdir=$ac_optarg ;;
985
986   -localedir | --localedir | --localedi | --localed | --locale)
987     ac_prev=localedir ;;
988   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
989     localedir=$ac_optarg ;;
990
991   -localstatedir | --localstatedir | --localstatedi | --localstated \
992   | --localstate | --localstat | --localsta | --localst | --locals)
993     ac_prev=localstatedir ;;
994   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
995   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
996     localstatedir=$ac_optarg ;;
997
998   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
999     ac_prev=mandir ;;
1000   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1001     mandir=$ac_optarg ;;
1002
1003   -nfp | --nfp | --nf)
1004     # Obsolete; use --without-fp.
1005     with_fp=no ;;
1006
1007   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1008   | --no-cr | --no-c | -n)
1009     no_create=yes ;;
1010
1011   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1012   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1013     no_recursion=yes ;;
1014
1015   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1016   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1017   | --oldin | --oldi | --old | --ol | --o)
1018     ac_prev=oldincludedir ;;
1019   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1020   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1021   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1022     oldincludedir=$ac_optarg ;;
1023
1024   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1025     ac_prev=prefix ;;
1026   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1027     prefix=$ac_optarg ;;
1028
1029   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1030   | --program-pre | --program-pr | --program-p)
1031     ac_prev=program_prefix ;;
1032   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1033   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1034     program_prefix=$ac_optarg ;;
1035
1036   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1037   | --program-suf | --program-su | --program-s)
1038     ac_prev=program_suffix ;;
1039   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1040   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1041     program_suffix=$ac_optarg ;;
1042
1043   -program-transform-name | --program-transform-name \
1044   | --program-transform-nam | --program-transform-na \
1045   | --program-transform-n | --program-transform- \
1046   | --program-transform | --program-transfor \
1047   | --program-transfo | --program-transf \
1048   | --program-trans | --program-tran \
1049   | --progr-tra | --program-tr | --program-t)
1050     ac_prev=program_transform_name ;;
1051   -program-transform-name=* | --program-transform-name=* \
1052   | --program-transform-nam=* | --program-transform-na=* \
1053   | --program-transform-n=* | --program-transform-=* \
1054   | --program-transform=* | --program-transfor=* \
1055   | --program-transfo=* | --program-transf=* \
1056   | --program-trans=* | --program-tran=* \
1057   | --progr-tra=* | --program-tr=* | --program-t=*)
1058     program_transform_name=$ac_optarg ;;
1059
1060   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1061     ac_prev=pdfdir ;;
1062   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1063     pdfdir=$ac_optarg ;;
1064
1065   -psdir | --psdir | --psdi | --psd | --ps)
1066     ac_prev=psdir ;;
1067   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1068     psdir=$ac_optarg ;;
1069
1070   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1071   | -silent | --silent | --silen | --sile | --sil)
1072     silent=yes ;;
1073
1074   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1075     ac_prev=sbindir ;;
1076   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1077   | --sbi=* | --sb=*)
1078     sbindir=$ac_optarg ;;
1079
1080   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1081   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1082   | --sharedst | --shareds | --shared | --share | --shar \
1083   | --sha | --sh)
1084     ac_prev=sharedstatedir ;;
1085   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1086   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1087   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1088   | --sha=* | --sh=*)
1089     sharedstatedir=$ac_optarg ;;
1090
1091   -site | --site | --sit)
1092     ac_prev=site ;;
1093   -site=* | --site=* | --sit=*)
1094     site=$ac_optarg ;;
1095
1096   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1097     ac_prev=srcdir ;;
1098   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1099     srcdir=$ac_optarg ;;
1100
1101   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1102   | --syscon | --sysco | --sysc | --sys | --sy)
1103     ac_prev=sysconfdir ;;
1104   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1105   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1106     sysconfdir=$ac_optarg ;;
1107
1108   -target | --target | --targe | --targ | --tar | --ta | --t)
1109     ac_prev=target_alias ;;
1110   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1111     target_alias=$ac_optarg ;;
1112
1113   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1114     verbose=yes ;;
1115
1116   -version | --version | --versio | --versi | --vers | -V)
1117     ac_init_version=: ;;
1118
1119   -with-* | --with-*)
1120     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1121     # Reject names that are not valid shell variable names.
1122     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1123       as_fn_error "invalid package name: $ac_useropt"
1124     ac_useropt_orig=$ac_useropt
1125     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1126     case $ac_user_opts in
1127       *"
1128 "with_$ac_useropt"
1129 "*) ;;
1130       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1131          ac_unrecognized_sep=', ';;
1132     esac
1133     eval with_$ac_useropt=\$ac_optarg ;;
1134
1135   -without-* | --without-*)
1136     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1137     # Reject names that are not valid shell variable names.
1138     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1139       as_fn_error "invalid package name: $ac_useropt"
1140     ac_useropt_orig=$ac_useropt
1141     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1142     case $ac_user_opts in
1143       *"
1144 "with_$ac_useropt"
1145 "*) ;;
1146       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1147          ac_unrecognized_sep=', ';;
1148     esac
1149     eval with_$ac_useropt=no ;;
1150
1151   --x)
1152     # Obsolete; use --with-x.
1153     with_x=yes ;;
1154
1155   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1156   | --x-incl | --x-inc | --x-in | --x-i)
1157     ac_prev=x_includes ;;
1158   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1159   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1160     x_includes=$ac_optarg ;;
1161
1162   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1163   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1164     ac_prev=x_libraries ;;
1165   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1166   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1167     x_libraries=$ac_optarg ;;
1168
1169   -*) as_fn_error "unrecognized option: \`$ac_option'
1170 Try \`$0 --help' for more information."
1171     ;;
1172
1173   *=*)
1174     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1175     # Reject names that are not valid shell variable names.
1176     case $ac_envvar in #(
1177       '' | [0-9]* | *[!_$as_cr_alnum]* )
1178       as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1179     esac
1180     eval $ac_envvar=\$ac_optarg
1181     export $ac_envvar ;;
1182
1183   *)
1184     # FIXME: should be removed in autoconf 3.0.
1185     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1186     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1187       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1188     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1189     ;;
1190
1191   esac
1192 done
1193
1194 if test -n "$ac_prev"; then
1195   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1196   as_fn_error "missing argument to $ac_option"
1197 fi
1198
1199 if test -n "$ac_unrecognized_opts"; then
1200   case $enable_option_checking in
1201     no) ;;
1202     fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1203     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1204   esac
1205 fi
1206
1207 # Check all directory arguments for consistency.
1208 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1209                 datadir sysconfdir sharedstatedir localstatedir includedir \
1210                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1211                 libdir localedir mandir
1212 do
1213   eval ac_val=\$$ac_var
1214   # Remove trailing slashes.
1215   case $ac_val in
1216     */ )
1217       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1218       eval $ac_var=\$ac_val;;
1219   esac
1220   # Be sure to have absolute directory names.
1221   case $ac_val in
1222     [\\/$]* | ?:[\\/]* )  continue;;
1223     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1224   esac
1225   as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1226 done
1227
1228 # There might be people who depend on the old broken behavior: `$host'
1229 # used to hold the argument of --host etc.
1230 # FIXME: To remove some day.
1231 build=$build_alias
1232 host=$host_alias
1233 target=$target_alias
1234
1235 # FIXME: To remove some day.
1236 if test "x$host_alias" != x; then
1237   if test "x$build_alias" = x; then
1238     cross_compiling=maybe
1239     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1240     If a cross compiler is detected then cross compile mode will be used." >&2
1241   elif test "x$build_alias" != "x$host_alias"; then
1242     cross_compiling=yes
1243   fi
1244 fi
1245
1246 ac_tool_prefix=
1247 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1248
1249 test "$silent" = yes && exec 6>/dev/null
1250
1251
1252 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1253 ac_ls_di=`ls -di .` &&
1254 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1255   as_fn_error "working directory cannot be determined"
1256 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1257   as_fn_error "pwd does not report name of working directory"
1258
1259
1260 # Find the source files, if location was not specified.
1261 if test -z "$srcdir"; then
1262   ac_srcdir_defaulted=yes
1263   # Try the directory containing this script, then the parent directory.
1264   ac_confdir=`$as_dirname -- "$as_myself" ||
1265 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1266          X"$as_myself" : 'X\(//\)[^/]' \| \
1267          X"$as_myself" : 'X\(//\)$' \| \
1268          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1269 $as_echo X"$as_myself" |
1270     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1271             s//\1/
1272             q
1273           }
1274           /^X\(\/\/\)[^/].*/{
1275             s//\1/
1276             q
1277           }
1278           /^X\(\/\/\)$/{
1279             s//\1/
1280             q
1281           }
1282           /^X\(\/\).*/{
1283             s//\1/
1284             q
1285           }
1286           s/.*/./; q'`
1287   srcdir=$ac_confdir
1288   if test ! -r "$srcdir/$ac_unique_file"; then
1289     srcdir=..
1290   fi
1291 else
1292   ac_srcdir_defaulted=no
1293 fi
1294 if test ! -r "$srcdir/$ac_unique_file"; then
1295   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1296   as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1297 fi
1298 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1299 ac_abs_confdir=`(
1300         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1301         pwd)`
1302 # When building in place, set srcdir=.
1303 if test "$ac_abs_confdir" = "$ac_pwd"; then
1304   srcdir=.
1305 fi
1306 # Remove unnecessary trailing slashes from srcdir.
1307 # Double slashes in file names in object file debugging info
1308 # mess up M-x gdb in Emacs.
1309 case $srcdir in
1310 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1311 esac
1312 for ac_var in $ac_precious_vars; do
1313   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1314   eval ac_env_${ac_var}_value=\$${ac_var}
1315   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1316   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1317 done
1318
1319 #
1320 # Report the --help message.
1321 #
1322 if test "$ac_init_help" = "long"; then
1323   # Omit some internal or obsolete options to make the list less imposing.
1324   # This message is too long to be a string in the A/UX 3.1 sh.
1325   cat <<_ACEOF
1326 \`configure' configures this package to adapt to many kinds of systems.
1327
1328 Usage: $0 [OPTION]... [VAR=VALUE]...
1329
1330 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1331 VAR=VALUE.  See below for descriptions of some of the useful variables.
1332
1333 Defaults for the options are specified in brackets.
1334
1335 Configuration:
1336   -h, --help              display this help and exit
1337       --help=short        display options specific to this package
1338       --help=recursive    display the short help of all the included packages
1339   -V, --version           display version information and exit
1340   -q, --quiet, --silent   do not print \`checking...' messages
1341       --cache-file=FILE   cache test results in FILE [disabled]
1342   -C, --config-cache      alias for \`--cache-file=config.cache'
1343   -n, --no-create         do not create output files
1344       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1345
1346 Installation directories:
1347   --prefix=PREFIX         install architecture-independent files in PREFIX
1348                           [$ac_default_prefix]
1349   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1350                           [PREFIX]
1351
1352 By default, \`make install' will install all the files in
1353 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1354 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1355 for instance \`--prefix=\$HOME'.
1356
1357 For better control, use the options below.
1358
1359 Fine tuning of the installation directories:
1360   --bindir=DIR            user executables [EPREFIX/bin]
1361   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1362   --libexecdir=DIR        program executables [EPREFIX/libexec]
1363   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1364   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1365   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1366   --libdir=DIR            object code libraries [EPREFIX/lib]
1367   --includedir=DIR        C header files [PREFIX/include]
1368   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1369   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1370   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1371   --infodir=DIR           info documentation [DATAROOTDIR/info]
1372   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1373   --mandir=DIR            man documentation [DATAROOTDIR/man]
1374   --docdir=DIR            documentation root [DATAROOTDIR/doc/PACKAGE]
1375   --htmldir=DIR           html documentation [DOCDIR]
1376   --dvidir=DIR            dvi documentation [DOCDIR]
1377   --pdfdir=DIR            pdf documentation [DOCDIR]
1378   --psdir=DIR             ps documentation [DOCDIR]
1379 _ACEOF
1380
1381   cat <<\_ACEOF
1382
1383 Program names:
1384   --program-prefix=PREFIX            prepend PREFIX to installed program names
1385   --program-suffix=SUFFIX            append SUFFIX to installed program names
1386   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1387
1388 System types:
1389   --build=BUILD     configure for building on BUILD [guessed]
1390   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1391   --target=TARGET   configure for building compilers for TARGET [HOST]
1392 _ACEOF
1393 fi
1394
1395 if test -n "$ac_init_help"; then
1396
1397   cat <<\_ACEOF
1398
1399 Optional Features:
1400   --disable-option-checking  ignore unrecognized --enable/--with options
1401   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1402   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1403   --enable-plugins        Enable support for plugins
1404   --enable-shared[=PKGS]  build shared libraries [default=yes]
1405   --enable-static[=PKGS]  build static libraries [default=yes]
1406   --enable-fast-install[=PKGS]
1407                           optimize for fast installation [default=yes]
1408   --disable-libtool-lock  avoid locking (might break parallel builds)
1409   --enable-maintainer-mode  enable make rules and dependencies not useful
1410                           (and sometimes confusing) to the casual installer
1411   --enable-sim-cflags=opts
1412                           Extra CFLAGS for use in building simulator
1413   --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1414                           itself)
1415   --enable-sim-stdio      Specify whether to use stdio for console
1416                           input/output
1417   --enable-sim-trace=opts Enable tracing of simulated programs
1418   --enable-sim-profile=opts
1419                           Enable profiling flags
1420   --enable-sim-endian=endian
1421                           Specify target byte endian orientation
1422   --enable-sim-alignment=align
1423                           Specify strict, nonstrict or forced alignment of
1424                           memory accesses
1425   --enable-sim-scache=size
1426                           Specify simulator execution cache size
1427   --enable-werror         treat compile warnings as errors
1428   --enable-build-warnings enable build-time compiler warnings if gcc is used
1429   --enable-sim-build-warnings
1430                           enable SIM specific build-time compiler warnings if
1431                           gcc is used
1432   --enable-sim-hardware=LIST
1433                           Specify the hardware to be included in the build.
1434   --enable-sim-default-model=model
1435                           Specify default model to simulate
1436   --enable-sim-environment=environment
1437                           Specify mixed, user, virtual or operating
1438                           environment
1439   --enable-sim-inline=inlines
1440                           Specify which functions should be inlined
1441   --enable-cgen-maint=DIR build cgen generated files
1442
1443 Optional Packages:
1444   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1445   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1446   --with-system-zlib      use installed libz
1447   --with-pic              try to use only PIC/non-PIC objects [default=use
1448                           both]
1449   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1450   --with-pkgversion=PKG   Use PKG in the version string in place of "SIM"
1451   --with-bugurl=URL       Direct users to URL to report a bug
1452
1453 Some influential environment variables:
1454   CC          C compiler command
1455   CFLAGS      C compiler flags
1456   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1457               nonstandard directory <lib dir>
1458   LIBS        libraries to pass to the linker, e.g. -l<library>
1459   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1460               you have headers in a nonstandard directory <include dir>
1461   CPP         C preprocessor
1462
1463 Use these variables to override the choices made by `configure' or to help
1464 it to find libraries and programs with nonstandard names/locations.
1465
1466 Report bugs to the package provider.
1467 _ACEOF
1468 ac_status=$?
1469 fi
1470
1471 if test "$ac_init_help" = "recursive"; then
1472   # If there are subdirs, report their specific --help.
1473   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1474     test -d "$ac_dir" ||
1475       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1476       continue
1477     ac_builddir=.
1478
1479 case "$ac_dir" in
1480 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1481 *)
1482   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1483   # A ".." for each directory in $ac_dir_suffix.
1484   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1485   case $ac_top_builddir_sub in
1486   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1487   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1488   esac ;;
1489 esac
1490 ac_abs_top_builddir=$ac_pwd
1491 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1492 # for backward compatibility:
1493 ac_top_builddir=$ac_top_build_prefix
1494
1495 case $srcdir in
1496   .)  # We are building in place.
1497     ac_srcdir=.
1498     ac_top_srcdir=$ac_top_builddir_sub
1499     ac_abs_top_srcdir=$ac_pwd ;;
1500   [\\/]* | ?:[\\/]* )  # Absolute name.
1501     ac_srcdir=$srcdir$ac_dir_suffix;
1502     ac_top_srcdir=$srcdir
1503     ac_abs_top_srcdir=$srcdir ;;
1504   *) # Relative name.
1505     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1506     ac_top_srcdir=$ac_top_build_prefix$srcdir
1507     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1508 esac
1509 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1510
1511     cd "$ac_dir" || { ac_status=$?; continue; }
1512     # Check for guested configure.
1513     if test -f "$ac_srcdir/configure.gnu"; then
1514       echo &&
1515       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1516     elif test -f "$ac_srcdir/configure"; then
1517       echo &&
1518       $SHELL "$ac_srcdir/configure" --help=recursive
1519     else
1520       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1521     fi || ac_status=$?
1522     cd "$ac_pwd" || { ac_status=$?; break; }
1523   done
1524 fi
1525
1526 test -n "$ac_init_help" && exit $ac_status
1527 if $ac_init_version; then
1528   cat <<\_ACEOF
1529 configure
1530 generated by GNU Autoconf 2.64
1531
1532 Copyright (C) 2009 Free Software Foundation, Inc.
1533 This configure script is free software; the Free Software Foundation
1534 gives unlimited permission to copy, distribute and modify it.
1535 _ACEOF
1536   exit
1537 fi
1538
1539 ## ------------------------ ##
1540 ## Autoconf initialization. ##
1541 ## ------------------------ ##
1542
1543 # ac_fn_c_try_compile LINENO
1544 # --------------------------
1545 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1546 ac_fn_c_try_compile ()
1547 {
1548   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1549   rm -f conftest.$ac_objext
1550   if { { ac_try="$ac_compile"
1551 case "(($ac_try" in
1552   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1553   *) ac_try_echo=$ac_try;;
1554 esac
1555 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1556 $as_echo "$ac_try_echo"; } >&5
1557   (eval "$ac_compile") 2>conftest.err
1558   ac_status=$?
1559   if test -s conftest.err; then
1560     grep -v '^ *+' conftest.err >conftest.er1
1561     cat conftest.er1 >&5
1562     mv -f conftest.er1 conftest.err
1563   fi
1564   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1565   test $ac_status = 0; } && {
1566          test -z "$ac_c_werror_flag" ||
1567          test ! -s conftest.err
1568        } && test -s conftest.$ac_objext; then :
1569   ac_retval=0
1570 else
1571   $as_echo "$as_me: failed program was:" >&5
1572 sed 's/^/| /' conftest.$ac_ext >&5
1573
1574         ac_retval=1
1575 fi
1576   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1577   return $ac_retval
1578
1579 } # ac_fn_c_try_compile
1580
1581 # ac_fn_c_try_cpp LINENO
1582 # ----------------------
1583 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1584 ac_fn_c_try_cpp ()
1585 {
1586   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1587   if { { ac_try="$ac_cpp conftest.$ac_ext"
1588 case "(($ac_try" in
1589   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1590   *) ac_try_echo=$ac_try;;
1591 esac
1592 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1593 $as_echo "$ac_try_echo"; } >&5
1594   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1595   ac_status=$?
1596   if test -s conftest.err; then
1597     grep -v '^ *+' conftest.err >conftest.er1
1598     cat conftest.er1 >&5
1599     mv -f conftest.er1 conftest.err
1600   fi
1601   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1602   test $ac_status = 0; } >/dev/null && {
1603          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1604          test ! -s conftest.err
1605        }; then :
1606   ac_retval=0
1607 else
1608   $as_echo "$as_me: failed program was:" >&5
1609 sed 's/^/| /' conftest.$ac_ext >&5
1610
1611     ac_retval=1
1612 fi
1613   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1614   return $ac_retval
1615
1616 } # ac_fn_c_try_cpp
1617
1618 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1619 # -------------------------------------------------------
1620 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1621 # the include files in INCLUDES and setting the cache variable VAR
1622 # accordingly.
1623 ac_fn_c_check_header_mongrel ()
1624 {
1625   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1626   if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1627   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1628 $as_echo_n "checking for $2... " >&6; }
1629 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1630   $as_echo_n "(cached) " >&6
1631 fi
1632 eval ac_res=\$$3
1633                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1634 $as_echo "$ac_res" >&6; }
1635 else
1636   # Is the header compilable?
1637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1638 $as_echo_n "checking $2 usability... " >&6; }
1639 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1640 /* end confdefs.h.  */
1641 $4
1642 #include <$2>
1643 _ACEOF
1644 if ac_fn_c_try_compile "$LINENO"; then :
1645   ac_header_compiler=yes
1646 else
1647   ac_header_compiler=no
1648 fi
1649 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1651 $as_echo "$ac_header_compiler" >&6; }
1652
1653 # Is the header present?
1654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1655 $as_echo_n "checking $2 presence... " >&6; }
1656 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1657 /* end confdefs.h.  */
1658 #include <$2>
1659 _ACEOF
1660 if ac_fn_c_try_cpp "$LINENO"; then :
1661   ac_header_preproc=yes
1662 else
1663   ac_header_preproc=no
1664 fi
1665 rm -f conftest.err conftest.$ac_ext
1666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1667 $as_echo "$ac_header_preproc" >&6; }
1668
1669 # So?  What about this header?
1670 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1671   yes:no: )
1672     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1673 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1674     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1675 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1676     ;;
1677   no:yes:* )
1678     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1679 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1680     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
1681 $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
1682     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1683 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1684     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
1685 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
1686     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1687 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1688     ;;
1689 esac
1690   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1691 $as_echo_n "checking for $2... " >&6; }
1692 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1693   $as_echo_n "(cached) " >&6
1694 else
1695   eval "$3=\$ac_header_compiler"
1696 fi
1697 eval ac_res=\$$3
1698                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1699 $as_echo "$ac_res" >&6; }
1700 fi
1701   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1702
1703 } # ac_fn_c_check_header_mongrel
1704
1705 # ac_fn_c_try_run LINENO
1706 # ----------------------
1707 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1708 # that executables *can* be run.
1709 ac_fn_c_try_run ()
1710 {
1711   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1712   if { { ac_try="$ac_link"
1713 case "(($ac_try" in
1714   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1715   *) ac_try_echo=$ac_try;;
1716 esac
1717 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1718 $as_echo "$ac_try_echo"; } >&5
1719   (eval "$ac_link") 2>&5
1720   ac_status=$?
1721   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1722   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1723   { { case "(($ac_try" in
1724   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1725   *) ac_try_echo=$ac_try;;
1726 esac
1727 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1728 $as_echo "$ac_try_echo"; } >&5
1729   (eval "$ac_try") 2>&5
1730   ac_status=$?
1731   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1732   test $ac_status = 0; }; }; then :
1733   ac_retval=0
1734 else
1735   $as_echo "$as_me: program exited with status $ac_status" >&5
1736        $as_echo "$as_me: failed program was:" >&5
1737 sed 's/^/| /' conftest.$ac_ext >&5
1738
1739        ac_retval=$ac_status
1740 fi
1741   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1742   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1743   return $ac_retval
1744
1745 } # ac_fn_c_try_run
1746
1747 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1748 # -------------------------------------------------------
1749 # Tests whether HEADER exists and can be compiled using the include files in
1750 # INCLUDES, setting the cache variable VAR accordingly.
1751 ac_fn_c_check_header_compile ()
1752 {
1753   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1754   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1755 $as_echo_n "checking for $2... " >&6; }
1756 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1757   $as_echo_n "(cached) " >&6
1758 else
1759   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1760 /* end confdefs.h.  */
1761 $4
1762 #include <$2>
1763 _ACEOF
1764 if ac_fn_c_try_compile "$LINENO"; then :
1765   eval "$3=yes"
1766 else
1767   eval "$3=no"
1768 fi
1769 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1770 fi
1771 eval ac_res=\$$3
1772                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1773 $as_echo "$ac_res" >&6; }
1774   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1775
1776 } # ac_fn_c_check_header_compile
1777
1778 # ac_fn_c_try_link LINENO
1779 # -----------------------
1780 # Try to link conftest.$ac_ext, and return whether this succeeded.
1781 ac_fn_c_try_link ()
1782 {
1783   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1784   rm -f conftest.$ac_objext conftest$ac_exeext
1785   if { { ac_try="$ac_link"
1786 case "(($ac_try" in
1787   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1788   *) ac_try_echo=$ac_try;;
1789 esac
1790 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1791 $as_echo "$ac_try_echo"; } >&5
1792   (eval "$ac_link") 2>conftest.err
1793   ac_status=$?
1794   if test -s conftest.err; then
1795     grep -v '^ *+' conftest.err >conftest.er1
1796     cat conftest.er1 >&5
1797     mv -f conftest.er1 conftest.err
1798   fi
1799   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1800   test $ac_status = 0; } && {
1801          test -z "$ac_c_werror_flag" ||
1802          test ! -s conftest.err
1803        } && test -s conftest$ac_exeext && {
1804          test "$cross_compiling" = yes ||
1805          $as_test_x conftest$ac_exeext
1806        }; then :
1807   ac_retval=0
1808 else
1809   $as_echo "$as_me: failed program was:" >&5
1810 sed 's/^/| /' conftest.$ac_ext >&5
1811
1812         ac_retval=1
1813 fi
1814   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1815   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1816   # interfere with the next link command; also delete a directory that is
1817   # left behind by Apple's compiler.  We do this before executing the actions.
1818   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1819   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1820   return $ac_retval
1821
1822 } # ac_fn_c_try_link
1823
1824 # ac_fn_c_check_func LINENO FUNC VAR
1825 # ----------------------------------
1826 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1827 ac_fn_c_check_func ()
1828 {
1829   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1830   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1831 $as_echo_n "checking for $2... " >&6; }
1832 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1833   $as_echo_n "(cached) " >&6
1834 else
1835   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1836 /* end confdefs.h.  */
1837 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1838    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1839 #define $2 innocuous_$2
1840
1841 /* System header to define __stub macros and hopefully few prototypes,
1842     which can conflict with char $2 (); below.
1843     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1844     <limits.h> exists even on freestanding compilers.  */
1845
1846 #ifdef __STDC__
1847 # include <limits.h>
1848 #else
1849 # include <assert.h>
1850 #endif
1851
1852 #undef $2
1853
1854 /* Override any GCC internal prototype to avoid an error.
1855    Use char because int might match the return type of a GCC
1856    builtin and then its argument prototype would still apply.  */
1857 #ifdef __cplusplus
1858 extern "C"
1859 #endif
1860 char $2 ();
1861 /* The GNU C library defines this for functions which it implements
1862     to always fail with ENOSYS.  Some functions are actually named
1863     something starting with __ and the normal name is an alias.  */
1864 #if defined __stub_$2 || defined __stub___$2
1865 choke me
1866 #endif
1867
1868 int
1869 main ()
1870 {
1871 return $2 ();
1872   ;
1873   return 0;
1874 }
1875 _ACEOF
1876 if ac_fn_c_try_link "$LINENO"; then :
1877   eval "$3=yes"
1878 else
1879   eval "$3=no"
1880 fi
1881 rm -f core conftest.err conftest.$ac_objext \
1882     conftest$ac_exeext conftest.$ac_ext
1883 fi
1884 eval ac_res=\$$3
1885                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1886 $as_echo "$ac_res" >&6; }
1887   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1888
1889 } # ac_fn_c_check_func
1890
1891 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1892 # ----------------------------------------------------
1893 # Tries to find if the field MEMBER exists in type AGGR, after including
1894 # INCLUDES, setting cache variable VAR accordingly.
1895 ac_fn_c_check_member ()
1896 {
1897   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1898   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1899 $as_echo_n "checking for $2.$3... " >&6; }
1900 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1901   $as_echo_n "(cached) " >&6
1902 else
1903   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1904 /* end confdefs.h.  */
1905 $5
1906 int
1907 main ()
1908 {
1909 static $2 ac_aggr;
1910 if (ac_aggr.$3)
1911 return 0;
1912   ;
1913   return 0;
1914 }
1915 _ACEOF
1916 if ac_fn_c_try_compile "$LINENO"; then :
1917   eval "$4=yes"
1918 else
1919   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1920 /* end confdefs.h.  */
1921 $5
1922 int
1923 main ()
1924 {
1925 static $2 ac_aggr;
1926 if (sizeof ac_aggr.$3)
1927 return 0;
1928   ;
1929   return 0;
1930 }
1931 _ACEOF
1932 if ac_fn_c_try_compile "$LINENO"; then :
1933   eval "$4=yes"
1934 else
1935   eval "$4=no"
1936 fi
1937 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1938 fi
1939 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1940 fi
1941 eval ac_res=\$$4
1942                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1943 $as_echo "$ac_res" >&6; }
1944   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1945
1946 } # ac_fn_c_check_member
1947
1948 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1949 # -------------------------------------------
1950 # Tests whether TYPE exists after having included INCLUDES, setting cache
1951 # variable VAR accordingly.
1952 ac_fn_c_check_type ()
1953 {
1954   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1955   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1956 $as_echo_n "checking for $2... " >&6; }
1957 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1958   $as_echo_n "(cached) " >&6
1959 else
1960   eval "$3=no"
1961   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1962 /* end confdefs.h.  */
1963 $4
1964 int
1965 main ()
1966 {
1967 if (sizeof ($2))
1968          return 0;
1969   ;
1970   return 0;
1971 }
1972 _ACEOF
1973 if ac_fn_c_try_compile "$LINENO"; then :
1974   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1975 /* end confdefs.h.  */
1976 $4
1977 int
1978 main ()
1979 {
1980 if (sizeof (($2)))
1981             return 0;
1982   ;
1983   return 0;
1984 }
1985 _ACEOF
1986 if ac_fn_c_try_compile "$LINENO"; then :
1987
1988 else
1989   eval "$3=yes"
1990 fi
1991 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1992 fi
1993 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1994 fi
1995 eval ac_res=\$$3
1996                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1997 $as_echo "$ac_res" >&6; }
1998   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1999
2000 } # ac_fn_c_check_type
2001 cat >config.log <<_ACEOF
2002 This file contains any messages produced by compilers while
2003 running configure, to aid debugging if configure makes a mistake.
2004
2005 It was created by $as_me, which was
2006 generated by GNU Autoconf 2.64.  Invocation command line was
2007
2008   $ $0 $@
2009
2010 _ACEOF
2011 exec 5>>config.log
2012 {
2013 cat <<_ASUNAME
2014 ## --------- ##
2015 ## Platform. ##
2016 ## --------- ##
2017
2018 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2019 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2020 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2021 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2022 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2023
2024 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2025 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
2026
2027 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
2028 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
2029 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2030 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
2031 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
2032 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
2033 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
2034
2035 _ASUNAME
2036
2037 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2038 for as_dir in $PATH
2039 do
2040   IFS=$as_save_IFS
2041   test -z "$as_dir" && as_dir=.
2042     $as_echo "PATH: $as_dir"
2043   done
2044 IFS=$as_save_IFS
2045
2046 } >&5
2047
2048 cat >&5 <<_ACEOF
2049
2050
2051 ## ----------- ##
2052 ## Core tests. ##
2053 ## ----------- ##
2054
2055 _ACEOF
2056
2057
2058 # Keep a trace of the command line.
2059 # Strip out --no-create and --no-recursion so they do not pile up.
2060 # Strip out --silent because we don't want to record it for future runs.
2061 # Also quote any args containing shell meta-characters.
2062 # Make two passes to allow for proper duplicate-argument suppression.
2063 ac_configure_args=
2064 ac_configure_args0=
2065 ac_configure_args1=
2066 ac_must_keep_next=false
2067 for ac_pass in 1 2
2068 do
2069   for ac_arg
2070   do
2071     case $ac_arg in
2072     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2073     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2074     | -silent | --silent | --silen | --sile | --sil)
2075       continue ;;
2076     *\'*)
2077       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2078     esac
2079     case $ac_pass in
2080     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2081     2)
2082       as_fn_append ac_configure_args1 " '$ac_arg'"
2083       if test $ac_must_keep_next = true; then
2084         ac_must_keep_next=false # Got value, back to normal.
2085       else
2086         case $ac_arg in
2087           *=* | --config-cache | -C | -disable-* | --disable-* \
2088           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2089           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2090           | -with-* | --with-* | -without-* | --without-* | --x)
2091             case "$ac_configure_args0 " in
2092               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2093             esac
2094             ;;
2095           -* ) ac_must_keep_next=true ;;
2096         esac
2097       fi
2098       as_fn_append ac_configure_args " '$ac_arg'"
2099       ;;
2100     esac
2101   done
2102 done
2103 { ac_configure_args0=; unset ac_configure_args0;}
2104 { ac_configure_args1=; unset ac_configure_args1;}
2105
2106 # When interrupted or exit'd, cleanup temporary files, and complete
2107 # config.log.  We remove comments because anyway the quotes in there
2108 # would cause problems or look ugly.
2109 # WARNING: Use '\'' to represent an apostrophe within the trap.
2110 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2111 trap 'exit_status=$?
2112   # Save into config.log some information that might help in debugging.
2113   {
2114     echo
2115
2116     cat <<\_ASBOX
2117 ## ---------------- ##
2118 ## Cache variables. ##
2119 ## ---------------- ##
2120 _ASBOX
2121     echo
2122     # The following way of writing the cache mishandles newlines in values,
2123 (
2124   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2125     eval ac_val=\$$ac_var
2126     case $ac_val in #(
2127     *${as_nl}*)
2128       case $ac_var in #(
2129       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2130 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2131       esac
2132       case $ac_var in #(
2133       _ | IFS | as_nl) ;; #(
2134       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2135       *) { eval $ac_var=; unset $ac_var;} ;;
2136       esac ;;
2137     esac
2138   done
2139   (set) 2>&1 |
2140     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2141     *${as_nl}ac_space=\ *)
2142       sed -n \
2143         "s/'\''/'\''\\\\'\'''\''/g;
2144           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2145       ;; #(
2146     *)
2147       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2148       ;;
2149     esac |
2150     sort
2151 )
2152     echo
2153
2154     cat <<\_ASBOX
2155 ## ----------------- ##
2156 ## Output variables. ##
2157 ## ----------------- ##
2158 _ASBOX
2159     echo
2160     for ac_var in $ac_subst_vars
2161     do
2162       eval ac_val=\$$ac_var
2163       case $ac_val in
2164       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2165       esac
2166       $as_echo "$ac_var='\''$ac_val'\''"
2167     done | sort
2168     echo
2169
2170     if test -n "$ac_subst_files"; then
2171       cat <<\_ASBOX
2172 ## ------------------- ##
2173 ## File substitutions. ##
2174 ## ------------------- ##
2175 _ASBOX
2176       echo
2177       for ac_var in $ac_subst_files
2178       do
2179         eval ac_val=\$$ac_var
2180         case $ac_val in
2181         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2182         esac
2183         $as_echo "$ac_var='\''$ac_val'\''"
2184       done | sort
2185       echo
2186     fi
2187
2188     if test -s confdefs.h; then
2189       cat <<\_ASBOX
2190 ## ----------- ##
2191 ## confdefs.h. ##
2192 ## ----------- ##
2193 _ASBOX
2194       echo
2195       cat confdefs.h
2196       echo
2197     fi
2198     test "$ac_signal" != 0 &&
2199       $as_echo "$as_me: caught signal $ac_signal"
2200     $as_echo "$as_me: exit $exit_status"
2201   } >&5
2202   rm -f core *.core core.conftest.* &&
2203     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2204     exit $exit_status
2205 ' 0
2206 for ac_signal in 1 2 13 15; do
2207   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2208 done
2209 ac_signal=0
2210
2211 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2212 rm -f -r conftest* confdefs.h
2213
2214 $as_echo "/* confdefs.h */" > confdefs.h
2215
2216 # Predefined preprocessor variables.
2217
2218 cat >>confdefs.h <<_ACEOF
2219 #define PACKAGE_NAME "$PACKAGE_NAME"
2220 _ACEOF
2221
2222 cat >>confdefs.h <<_ACEOF
2223 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2224 _ACEOF
2225
2226 cat >>confdefs.h <<_ACEOF
2227 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2228 _ACEOF
2229
2230 cat >>confdefs.h <<_ACEOF
2231 #define PACKAGE_STRING "$PACKAGE_STRING"
2232 _ACEOF
2233
2234 cat >>confdefs.h <<_ACEOF
2235 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2236 _ACEOF
2237
2238 cat >>confdefs.h <<_ACEOF
2239 #define PACKAGE_URL "$PACKAGE_URL"
2240 _ACEOF
2241
2242
2243 # Let the site file select an alternate cache file if it wants to.
2244 # Prefer an explicitly selected file to automatically selected ones.
2245 ac_site_file1=NONE
2246 ac_site_file2=NONE
2247 if test -n "$CONFIG_SITE"; then
2248   ac_site_file1=$CONFIG_SITE
2249 elif test "x$prefix" != xNONE; then
2250   ac_site_file1=$prefix/share/config.site
2251   ac_site_file2=$prefix/etc/config.site
2252 else
2253   ac_site_file1=$ac_default_prefix/share/config.site
2254   ac_site_file2=$ac_default_prefix/etc/config.site
2255 fi
2256 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2257 do
2258   test "x$ac_site_file" = xNONE && continue
2259   if test -r "$ac_site_file"; then
2260     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2261 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2262     sed 's/^/| /' "$ac_site_file" >&5
2263     . "$ac_site_file"
2264   fi
2265 done
2266
2267 if test -r "$cache_file"; then
2268   # Some versions of bash will fail to source /dev/null (special
2269   # files actually), so we avoid doing that.
2270   if test -f "$cache_file"; then
2271     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2272 $as_echo "$as_me: loading cache $cache_file" >&6;}
2273     case $cache_file in
2274       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2275       *)                      . "./$cache_file";;
2276     esac
2277   fi
2278 else
2279   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2280 $as_echo "$as_me: creating cache $cache_file" >&6;}
2281   >$cache_file
2282 fi
2283
2284 # Check that the precious variables saved in the cache have kept the same
2285 # value.
2286 ac_cache_corrupted=false
2287 for ac_var in $ac_precious_vars; do
2288   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2289   eval ac_new_set=\$ac_env_${ac_var}_set
2290   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2291   eval ac_new_val=\$ac_env_${ac_var}_value
2292   case $ac_old_set,$ac_new_set in
2293     set,)
2294       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2295 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2296       ac_cache_corrupted=: ;;
2297     ,set)
2298       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2299 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2300       ac_cache_corrupted=: ;;
2301     ,);;
2302     *)
2303       if test "x$ac_old_val" != "x$ac_new_val"; then
2304         # differences in whitespace do not lead to failure.
2305         ac_old_val_w=`echo x $ac_old_val`
2306         ac_new_val_w=`echo x $ac_new_val`
2307         if test "$ac_old_val_w" != "$ac_new_val_w"; then
2308           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2309 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2310           ac_cache_corrupted=:
2311         else
2312           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2313 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2314           eval $ac_var=\$ac_old_val
2315         fi
2316         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2317 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2318         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2319 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2320       fi;;
2321   esac
2322   # Pass precious variables to config.status.
2323   if test "$ac_new_set" = set; then
2324     case $ac_new_val in
2325     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2326     *) ac_arg=$ac_var=$ac_new_val ;;
2327     esac
2328     case " $ac_configure_args " in
2329       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2330       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2331     esac
2332   fi
2333 done
2334 if $ac_cache_corrupted; then
2335   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2336 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2337   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2338 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2339   as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2340 fi
2341 ## -------------------- ##
2342 ## Main body of script. ##
2343 ## -------------------- ##
2344
2345 ac_ext=c
2346 ac_cpp='$CPP $CPPFLAGS'
2347 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2348 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2349 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2350
2351
2352 # This file contains common code used by all simulators.
2353 #
2354 # SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2355 # directory.  It is intended to be invoked before any target specific stuff.
2356 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2357 # It is intended to be invoked last.
2358 #
2359 # The simulator's configure.ac should look like:
2360 #
2361 # dnl Process this file with autoconf to produce a configure script.
2362 # AC_PREREQ(2.64)dnl
2363 # AC_INIT(Makefile.in)
2364 # sinclude(../common/aclocal.m4)
2365 #
2366 # SIM_AC_COMMON
2367 #
2368 # ... target specific stuff ...
2369 #
2370 # SIM_AC_OUTPUT
2371
2372 # Include global overrides and fixes for Autoconf.
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399 # _AC_CHECK_DECL_BODY
2400 # -------------------
2401 # Shell function body for AC_CHECK_DECL.
2402 # _AC_CHECK_DECL_BODY
2403
2404 # _AC_CHECK_DECLS(SYMBOL, ACTION-IF_FOUND, ACTION-IF-NOT-FOUND,
2405 #                 INCLUDES)
2406 # -------------------------------------------------------------
2407 # Helper to AC_CHECK_DECLS, which generates the check for a single
2408 # SYMBOL with INCLUDES, performs the AC_DEFINE, then expands
2409 # ACTION-IF-FOUND or ACTION-IF-NOT-FOUND.
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
2422 #
2423 #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2424 #                 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2425 #   Written by Gordon Matzigkeit, 1996
2426 #
2427 # This file is free software; the Free Software Foundation gives
2428 # unlimited permission to copy and/or distribute it, with or without
2429 # modifications, as long as this notice is preserved.
2430
2431
2432
2433 # serial 56 LT_INIT
2434
2435
2436 # LT_PREREQ(VERSION)
2437 # ------------------
2438 # Complain and exit if this libtool version is less that VERSION.
2439
2440
2441
2442 # _LT_CHECK_BUILDDIR
2443 # ------------------
2444 # Complain if the absolute build directory name contains unusual characters
2445
2446
2447
2448 # LT_INIT([OPTIONS])
2449 # ------------------
2450 # LT_INIT
2451
2452 # Old names:
2453 # This is what autoupdate's m4 run will expand.  It fires
2454 # the warning (with _au_warn_XXX), outputs it into the
2455 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2456 # the replacement expansion.
2457
2458
2459 # This is an auxiliary macro that is also run when
2460 # autoupdate runs m4.  It simply calls m4_warning, but
2461 # we need a wrapper so that each warning is emitted only
2462 # once.  We break the quoting in m4_warning's argument in
2463 # order to expand this macro's arguments, not AU_DEFUN's.
2464
2465
2466 # Finally, this is the expansion that is picked up by
2467 # autoconf.  It tells the user to run autoupdate, and
2468 # then outputs the replacement expansion.  We do not care
2469 # about autoupdate's warning because that contains
2470 # information on what to do *after* running autoupdate.
2471
2472 # This is what autoupdate's m4 run will expand.  It fires
2473 # the warning (with _au_warn_XXX), outputs it into the
2474 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2475 # the replacement expansion.
2476
2477
2478 # This is an auxiliary macro that is also run when
2479 # autoupdate runs m4.  It simply calls m4_warning, but
2480 # we need a wrapper so that each warning is emitted only
2481 # once.  We break the quoting in m4_warning's argument in
2482 # order to expand this macro's arguments, not AU_DEFUN's.
2483
2484
2485 # Finally, this is the expansion that is picked up by
2486 # autoconf.  It tells the user to run autoupdate, and
2487 # then outputs the replacement expansion.  We do not care
2488 # about autoupdate's warning because that contains
2489 # information on what to do *after* running autoupdate.
2490
2491
2492
2493 # _LT_CC_BASENAME(CC)
2494 # -------------------
2495 # Calculate cc_basename.  Skip known compiler wrappers and cross-prefix.
2496
2497
2498
2499 # _LT_FILEUTILS_DEFAULTS
2500 # ----------------------
2501 # It is okay to use these file commands and assume they have been set
2502 # sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2503 # _LT_FILEUTILS_DEFAULTS
2504
2505
2506 # _LT_SETUP
2507 # ---------
2508 # _LT_SETUP
2509
2510
2511 # _LT_PREPARE_SED_QUOTE_VARS
2512 # --------------------------
2513 # Define a few sed substitution that help us do robust quoting.
2514
2515
2516 # _LT_PROG_LTMAIN
2517 # ---------------
2518 # Note that this code is called both from `configure', and `config.status'
2519 # now that we use AC_CONFIG_COMMANDS to generate libtool.  Notably,
2520 # `config.status' has no value for ac_aux_dir unless we are using Automake,
2521 # so we pass a copy along to make sure it has a sensible value anyway.
2522 # _LT_PROG_LTMAIN
2523
2524
2525 ## ------------------------------------- ##
2526 ## Accumulate code for creating libtool. ##
2527 ## ------------------------------------- ##
2528
2529 # So that we can recreate a full libtool script including additional
2530 # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2531 # in macros and then make a single call at the end using the `libtool'
2532 # label.
2533
2534
2535 # _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2536 # ----------------------------------------
2537 # Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
2538
2539
2540 # Initialize.
2541
2542
2543
2544 # _LT_CONFIG_LIBTOOL([COMMANDS])
2545 # ------------------------------
2546 # Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
2547
2548
2549 # Initialize.
2550
2551
2552
2553 # _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2554 # -----------------------------------------------------
2555
2556
2557
2558 # _LT_FORMAT_COMMENT([COMMENT])
2559 # -----------------------------
2560 # Add leading comment marks to the start of each line, and a trailing
2561 # full-stop to the whole comment if one is not present already.
2562
2563
2564
2565
2566 ## ------------------------ ##
2567 ## FIXME: Eliminate VARNAME ##
2568 ## ------------------------ ##
2569
2570
2571 # _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2572 # -------------------------------------------------------------------
2573 # CONFIGNAME is the name given to the value in the libtool script.
2574 # VARNAME is the (base) name used in the configure script.
2575 # VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2576 # VARNAME.  Any other value will be used directly.
2577
2578
2579
2580 # _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2581 # --------------------------------------------------------
2582
2583
2584
2585 # lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2586 # ------------------------------------------------
2587
2588
2589
2590 # _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2591 # ---------------------------------------------------------
2592
2593
2594
2595 # lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2596 # --------------------------------------------------
2597
2598
2599
2600 # lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2601 # ---------------------------------------------------
2602
2603
2604
2605 # lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2606 # ---------------------------------------------------
2607
2608
2609
2610
2611 # lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2612 # ------------------------------------------------
2613
2614
2615
2616
2617 # _LT_CONFIG_STATUS_DECLARE([VARNAME])
2618 # ------------------------------------
2619 # Quote a variable value, and forward it to `config.status' so that its
2620 # declaration there will have the same value as in `configure'.  VARNAME
2621 # must have a single quote delimited value for this to work.
2622
2623
2624
2625 # _LT_CONFIG_STATUS_DECLARATIONS
2626 # ------------------------------
2627 # We delimit libtool config variables with single quotes, so when
2628 # we write them to config.status, we have to be sure to quote all
2629 # embedded single quotes properly.  In configure, this macro expands
2630 # each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2631 #
2632 #    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
2633
2634
2635
2636 # _LT_LIBTOOL_TAGS
2637 # ----------------
2638 # Output comment and list of tags supported by the script
2639
2640
2641
2642 # _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2643 # -----------------------------------
2644 # Extract the dictionary values for VARNAME (optionally with TAG) and
2645 # expand to a commented shell variable setting:
2646 #
2647 #    # Some comment about what VAR is for.
2648 #    visible_name=$lt_internal_name
2649
2650
2651
2652 # _LT_LIBTOOL_CONFIG_VARS
2653 # -----------------------
2654 # Produce commented declarations of non-tagged libtool config variables
2655 # suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2656 # script.  Tagged libtool config variables (even for the LIBTOOL CONFIG
2657 # section) are produced by _LT_LIBTOOL_TAG_VARS.
2658
2659
2660
2661 # _LT_LIBTOOL_TAG_VARS(TAG)
2662 # -------------------------
2663
2664
2665
2666 # _LT_TAGVAR(VARNAME, [TAGNAME])
2667 # ------------------------------
2668
2669
2670
2671 # _LT_CONFIG_COMMANDS
2672 # -------------------
2673 # Send accumulated output to $CONFIG_STATUS.  Thanks to the lists of
2674 # variables for single and double quote escaping we saved from calls
2675 # to _LT_DECL, we can put quote escaped variables declarations
2676 # into `config.status', and then the shell code to quote escape them in
2677 # for loops in `config.status'.  Finally, any additional code accumulated
2678 # from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2679 #_LT_CONFIG_COMMANDS
2680
2681
2682 # Initialize.
2683
2684
2685 # _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2686 # ------------------------------------
2687 # Generate a child script FILE with all initialization necessary to
2688 # reuse the environment learned by the parent script, and make the
2689 # file executable.  If COMMENT is supplied, it is inserted after the
2690 # `#!' sequence but before initialization text begins.  After this
2691 # macro, additional text can be appended to FILE to form the body of
2692 # the child script.  The macro ends with non-zero status if the
2693 # file could not be fully written (such as if the disk is full).
2694 # _LT_GENERATED_FILE_INIT
2695
2696 # LT_OUTPUT
2697 # ---------
2698 # This macro allows early generation of the libtool script (before
2699 # AC_OUTPUT is called), incase it is used in configure for compilation
2700 # tests.
2701 # LT_OUTPUT
2702
2703
2704 # _LT_CONFIG(TAG)
2705 # ---------------
2706 # If TAG is the built-in tag, create an initial libtool script with a
2707 # default configuration from the untagged config vars.  Otherwise add code
2708 # to config.status for appending the configuration named by TAG from the
2709 # matching tagged config vars.
2710 # _LT_CONFIG
2711
2712
2713 # LT_SUPPORTED_TAG(TAG)
2714 # ---------------------
2715 # Trace this macro to discover what tags are supported by the libtool
2716 # --tag option, using:
2717 #    autoconf --trace 'LT_SUPPORTED_TAG:$1'
2718
2719
2720
2721 # C support is built-in for now
2722
2723
2724
2725
2726 # LT_LANG(LANG)
2727 # -------------
2728 # Enable libtool support for the given language if not already enabled.
2729 # LT_LANG
2730
2731
2732 # _LT_LANG(LANGNAME)
2733 # ------------------
2734 # _LT_LANG
2735
2736
2737 # _LT_LANG_DEFAULT_CONFIG
2738 # -----------------------
2739 # _LT_LANG_DEFAULT_CONFIG
2740
2741 # Obsolete macros:
2742 # This is what autoupdate's m4 run will expand.  It fires
2743 # the warning (with _au_warn_XXX), outputs it into the
2744 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2745 # the replacement expansion.
2746
2747
2748 # This is an auxiliary macro that is also run when
2749 # autoupdate runs m4.  It simply calls m4_warning, but
2750 # we need a wrapper so that each warning is emitted only
2751 # once.  We break the quoting in m4_warning's argument in
2752 # order to expand this macro's arguments, not AU_DEFUN's.
2753
2754
2755 # Finally, this is the expansion that is picked up by
2756 # autoconf.  It tells the user to run autoupdate, and
2757 # then outputs the replacement expansion.  We do not care
2758 # about autoupdate's warning because that contains
2759 # information on what to do *after* running autoupdate.
2760
2761 # This is what autoupdate's m4 run will expand.  It fires
2762 # the warning (with _au_warn_XXX), outputs it into the
2763 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2764 # the replacement expansion.
2765
2766
2767 # This is an auxiliary macro that is also run when
2768 # autoupdate runs m4.  It simply calls m4_warning, but
2769 # we need a wrapper so that each warning is emitted only
2770 # once.  We break the quoting in m4_warning's argument in
2771 # order to expand this macro's arguments, not AU_DEFUN's.
2772
2773
2774 # Finally, this is the expansion that is picked up by
2775 # autoconf.  It tells the user to run autoupdate, and
2776 # then outputs the replacement expansion.  We do not care
2777 # about autoupdate's warning because that contains
2778 # information on what to do *after* running autoupdate.
2779
2780 # This is what autoupdate's m4 run will expand.  It fires
2781 # the warning (with _au_warn_XXX), outputs it into the
2782 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2783 # the replacement expansion.
2784
2785
2786 # This is an auxiliary macro that is also run when
2787 # autoupdate runs m4.  It simply calls m4_warning, but
2788 # we need a wrapper so that each warning is emitted only
2789 # once.  We break the quoting in m4_warning's argument in
2790 # order to expand this macro's arguments, not AU_DEFUN's.
2791
2792
2793 # Finally, this is the expansion that is picked up by
2794 # autoconf.  It tells the user to run autoupdate, and
2795 # then outputs the replacement expansion.  We do not care
2796 # about autoupdate's warning because that contains
2797 # information on what to do *after* running autoupdate.
2798
2799 # This is what autoupdate's m4 run will expand.  It fires
2800 # the warning (with _au_warn_XXX), outputs it into the
2801 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2802 # the replacement expansion.
2803
2804
2805 # This is an auxiliary macro that is also run when
2806 # autoupdate runs m4.  It simply calls m4_warning, but
2807 # we need a wrapper so that each warning is emitted only
2808 # once.  We break the quoting in m4_warning's argument in
2809 # order to expand this macro's arguments, not AU_DEFUN's.
2810
2811
2812 # Finally, this is the expansion that is picked up by
2813 # autoconf.  It tells the user to run autoupdate, and
2814 # then outputs the replacement expansion.  We do not care
2815 # about autoupdate's warning because that contains
2816 # information on what to do *after* running autoupdate.
2817
2818 # This is what autoupdate's m4 run will expand.  It fires
2819 # the warning (with _au_warn_XXX), outputs it into the
2820 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2821 # the replacement expansion.
2822
2823
2824 # This is an auxiliary macro that is also run when
2825 # autoupdate runs m4.  It simply calls m4_warning, but
2826 # we need a wrapper so that each warning is emitted only
2827 # once.  We break the quoting in m4_warning's argument in
2828 # order to expand this macro's arguments, not AU_DEFUN's.
2829
2830
2831 # Finally, this is the expansion that is picked up by
2832 # autoconf.  It tells the user to run autoupdate, and
2833 # then outputs the replacement expansion.  We do not care
2834 # about autoupdate's warning because that contains
2835 # information on what to do *after* running autoupdate.
2836
2837
2838
2839 # _LT_TAG_COMPILER
2840 # ----------------
2841 # _LT_TAG_COMPILER
2842
2843
2844 # _LT_COMPILER_BOILERPLATE
2845 # ------------------------
2846 # Check for compiler boilerplate output or warnings with
2847 # the simple compiler test code.
2848 # _LT_COMPILER_BOILERPLATE
2849
2850
2851 # _LT_LINKER_BOILERPLATE
2852 # ----------------------
2853 # Check for linker boilerplate output or warnings with
2854 # the simple link test code.
2855 # _LT_LINKER_BOILERPLATE
2856
2857 # _LT_REQUIRED_DARWIN_CHECKS
2858 # -------------------------
2859
2860
2861
2862 # _LT_DARWIN_LINKER_FEATURES
2863 # --------------------------
2864 # Checks for linker and compiler features on darwin
2865
2866
2867 # _LT_SYS_MODULE_PATH_AIX
2868 # -----------------------
2869 # Links a minimal program and checks the executable
2870 # for the system default hardcoded library path. In most cases,
2871 # this is /usr/lib:/lib, but when the MPI compilers are used
2872 # the location of the communication and MPI libs are included too.
2873 # If we don't find anything, use the default library path according
2874 # to the aix ld manual.
2875 # _LT_SYS_MODULE_PATH_AIX
2876
2877
2878 # _LT_SHELL_INIT(ARG)
2879 # -------------------
2880 # _LT_SHELL_INIT
2881
2882
2883
2884 # _LT_PROG_ECHO_BACKSLASH
2885 # -----------------------
2886 # Find how we can fake an echo command that does not interpret backslash.
2887 # In particular, with Autoconf 2.60 or later we add some code to the start
2888 # of the generated configure script which will find a shell with a builtin
2889 # printf (which we can use as an echo command).
2890 # _LT_PROG_ECHO_BACKSLASH
2891
2892
2893 # _LT_ENABLE_LOCK
2894 # ---------------
2895 # _LT_ENABLE_LOCK
2896
2897
2898 # _LT_CMD_OLD_ARCHIVE
2899 # -------------------
2900 # _LT_CMD_OLD_ARCHIVE
2901
2902
2903 # _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2904 #               [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2905 # ----------------------------------------------------------------
2906 # Check whether the given compiler option works
2907 # _LT_COMPILER_OPTION
2908
2909 # Old name:
2910 # This is what autoupdate's m4 run will expand.  It fires
2911 # the warning (with _au_warn_XXX), outputs it into the
2912 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2913 # the replacement expansion.
2914
2915
2916 # This is an auxiliary macro that is also run when
2917 # autoupdate runs m4.  It simply calls m4_warning, but
2918 # we need a wrapper so that each warning is emitted only
2919 # once.  We break the quoting in m4_warning's argument in
2920 # order to expand this macro's arguments, not AU_DEFUN's.
2921
2922
2923 # Finally, this is the expansion that is picked up by
2924 # autoconf.  It tells the user to run autoupdate, and
2925 # then outputs the replacement expansion.  We do not care
2926 # about autoupdate's warning because that contains
2927 # information on what to do *after* running autoupdate.
2928
2929
2930
2931 # _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2932 #                  [ACTION-SUCCESS], [ACTION-FAILURE])
2933 # ----------------------------------------------------
2934 # Check whether the given linker option works
2935 # _LT_LINKER_OPTION
2936
2937 # Old name:
2938 # This is what autoupdate's m4 run will expand.  It fires
2939 # the warning (with _au_warn_XXX), outputs it into the
2940 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2941 # the replacement expansion.
2942
2943
2944 # This is an auxiliary macro that is also run when
2945 # autoupdate runs m4.  It simply calls m4_warning, but
2946 # we need a wrapper so that each warning is emitted only
2947 # once.  We break the quoting in m4_warning's argument in
2948 # order to expand this macro's arguments, not AU_DEFUN's.
2949
2950
2951 # Finally, this is the expansion that is picked up by
2952 # autoconf.  It tells the user to run autoupdate, and
2953 # then outputs the replacement expansion.  We do not care
2954 # about autoupdate's warning because that contains
2955 # information on what to do *after* running autoupdate.
2956
2957
2958
2959 # LT_CMD_MAX_LEN
2960 #---------------
2961 # LT_CMD_MAX_LEN
2962
2963 # Old name:
2964 # This is what autoupdate's m4 run will expand.  It fires
2965 # the warning (with _au_warn_XXX), outputs it into the
2966 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2967 # the replacement expansion.
2968
2969
2970 # This is an auxiliary macro that is also run when
2971 # autoupdate runs m4.  It simply calls m4_warning, but
2972 # we need a wrapper so that each warning is emitted only
2973 # once.  We break the quoting in m4_warning's argument in
2974 # order to expand this macro's arguments, not AU_DEFUN's.
2975
2976
2977 # Finally, this is the expansion that is picked up by
2978 # autoconf.  It tells the user to run autoupdate, and
2979 # then outputs the replacement expansion.  We do not care
2980 # about autoupdate's warning because that contains
2981 # information on what to do *after* running autoupdate.
2982
2983
2984
2985 # _LT_HEADER_DLFCN
2986 # ----------------
2987 # _LT_HEADER_DLFCN
2988
2989
2990 # _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
2991 #                      ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
2992 # ----------------------------------------------------------------
2993 # _LT_TRY_DLOPEN_SELF
2994
2995
2996 # LT_SYS_DLOPEN_SELF
2997 # ------------------
2998 # LT_SYS_DLOPEN_SELF
2999
3000 # Old name:
3001 # This is what autoupdate's m4 run will expand.  It fires
3002 # the warning (with _au_warn_XXX), outputs it into the
3003 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3004 # the replacement expansion.
3005
3006
3007 # This is an auxiliary macro that is also run when
3008 # autoupdate runs m4.  It simply calls m4_warning, but
3009 # we need a wrapper so that each warning is emitted only
3010 # once.  We break the quoting in m4_warning's argument in
3011 # order to expand this macro's arguments, not AU_DEFUN's.
3012
3013
3014 # Finally, this is the expansion that is picked up by
3015 # autoconf.  It tells the user to run autoupdate, and
3016 # then outputs the replacement expansion.  We do not care
3017 # about autoupdate's warning because that contains
3018 # information on what to do *after* running autoupdate.
3019
3020
3021
3022 # _LT_COMPILER_C_O([TAGNAME])
3023 # ---------------------------
3024 # Check to see if options -c and -o are simultaneously supported by compiler.
3025 # This macro does not hard code the compiler like AC_PROG_CC_C_O.
3026 # _LT_COMPILER_C_O
3027
3028
3029 # _LT_COMPILER_FILE_LOCKS([TAGNAME])
3030 # ----------------------------------
3031 # Check to see if we can do hard links to lock some files if needed
3032 # _LT_COMPILER_FILE_LOCKS
3033
3034
3035 # _LT_CHECK_OBJDIR
3036 # ----------------
3037 # _LT_CHECK_OBJDIR
3038
3039
3040 # _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
3041 # --------------------------------------
3042 # Check hardcoding attributes.
3043 # _LT_LINKER_HARDCODE_LIBPATH
3044
3045
3046 # _LT_CMD_STRIPLIB
3047 # ----------------
3048 # _LT_CMD_STRIPLIB
3049
3050
3051 # _LT_SYS_DYNAMIC_LINKER([TAG])
3052 # -----------------------------
3053 # PORTME Fill in your ld.so characteristics
3054 # _LT_SYS_DYNAMIC_LINKER
3055
3056
3057 # _LT_PATH_TOOL_PREFIX(TOOL)
3058 # --------------------------
3059 # find a file program which can recognize shared library
3060 # _LT_PATH_TOOL_PREFIX
3061
3062 # Old name:
3063 # This is what autoupdate's m4 run will expand.  It fires
3064 # the warning (with _au_warn_XXX), outputs it into the
3065 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3066 # the replacement expansion.
3067
3068
3069 # This is an auxiliary macro that is also run when
3070 # autoupdate runs m4.  It simply calls m4_warning, but
3071 # we need a wrapper so that each warning is emitted only
3072 # once.  We break the quoting in m4_warning's argument in
3073 # order to expand this macro's arguments, not AU_DEFUN's.
3074
3075
3076 # Finally, this is the expansion that is picked up by
3077 # autoconf.  It tells the user to run autoupdate, and
3078 # then outputs the replacement expansion.  We do not care
3079 # about autoupdate's warning because that contains
3080 # information on what to do *after* running autoupdate.
3081
3082
3083
3084 # _LT_PATH_MAGIC
3085 # --------------
3086 # find a file program which can recognize a shared library
3087 # _LT_PATH_MAGIC
3088
3089
3090 # LT_PATH_LD
3091 # ----------
3092 # find the pathname to the GNU or non-GNU linker
3093 # LT_PATH_LD
3094
3095 # Old names:
3096 # This is what autoupdate's m4 run will expand.  It fires
3097 # the warning (with _au_warn_XXX), outputs it into the
3098 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3099 # the replacement expansion.
3100
3101
3102 # This is an auxiliary macro that is also run when
3103 # autoupdate runs m4.  It simply calls m4_warning, but
3104 # we need a wrapper so that each warning is emitted only
3105 # once.  We break the quoting in m4_warning's argument in
3106 # order to expand this macro's arguments, not AU_DEFUN's.
3107
3108
3109 # Finally, this is the expansion that is picked up by
3110 # autoconf.  It tells the user to run autoupdate, and
3111 # then outputs the replacement expansion.  We do not care
3112 # about autoupdate's warning because that contains
3113 # information on what to do *after* running autoupdate.
3114
3115 # This is what autoupdate's m4 run will expand.  It fires
3116 # the warning (with _au_warn_XXX), outputs it into the
3117 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3118 # the replacement expansion.
3119
3120
3121 # This is an auxiliary macro that is also run when
3122 # autoupdate runs m4.  It simply calls m4_warning, but
3123 # we need a wrapper so that each warning is emitted only
3124 # once.  We break the quoting in m4_warning's argument in
3125 # order to expand this macro's arguments, not AU_DEFUN's.
3126
3127
3128 # Finally, this is the expansion that is picked up by
3129 # autoconf.  It tells the user to run autoupdate, and
3130 # then outputs the replacement expansion.  We do not care
3131 # about autoupdate's warning because that contains
3132 # information on what to do *after* running autoupdate.
3133
3134
3135
3136 # _LT_PATH_LD_GNU
3137 #- --------------
3138 # _LT_PATH_LD_GNU
3139
3140
3141 # _LT_CMD_RELOAD
3142 # --------------
3143 # find reload flag for linker
3144 #   -- PORTME Some linkers may need a different reload flag.
3145 # _LT_CMD_RELOAD
3146
3147
3148 # _LT_CHECK_MAGIC_METHOD
3149 # ----------------------
3150 # how to check for library dependencies
3151 #  -- PORTME fill in with the dynamic library characteristics
3152 # _LT_CHECK_MAGIC_METHOD
3153
3154
3155 # LT_PATH_NM
3156 # ----------
3157 # find the pathname to a BSD- or MS-compatible name lister
3158 # LT_PATH_NM
3159
3160 # Old names:
3161 # This is what autoupdate's m4 run will expand.  It fires
3162 # the warning (with _au_warn_XXX), outputs it into the
3163 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3164 # the replacement expansion.
3165
3166
3167 # This is an auxiliary macro that is also run when
3168 # autoupdate runs m4.  It simply calls m4_warning, but
3169 # we need a wrapper so that each warning is emitted only
3170 # once.  We break the quoting in m4_warning's argument in
3171 # order to expand this macro's arguments, not AU_DEFUN's.
3172
3173
3174 # Finally, this is the expansion that is picked up by
3175 # autoconf.  It tells the user to run autoupdate, and
3176 # then outputs the replacement expansion.  We do not care
3177 # about autoupdate's warning because that contains
3178 # information on what to do *after* running autoupdate.
3179
3180 # This is what autoupdate's m4 run will expand.  It fires
3181 # the warning (with _au_warn_XXX), outputs it into the
3182 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3183 # the replacement expansion.
3184
3185
3186 # This is an auxiliary macro that is also run when
3187 # autoupdate runs m4.  It simply calls m4_warning, but
3188 # we need a wrapper so that each warning is emitted only
3189 # once.  We break the quoting in m4_warning's argument in
3190 # order to expand this macro's arguments, not AU_DEFUN's.
3191
3192
3193 # Finally, this is the expansion that is picked up by
3194 # autoconf.  It tells the user to run autoupdate, and
3195 # then outputs the replacement expansion.  We do not care
3196 # about autoupdate's warning because that contains
3197 # information on what to do *after* running autoupdate.
3198
3199
3200
3201 # LT_LIB_M
3202 # --------
3203 # check for math library
3204 # LT_LIB_M
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_COMPILER_NO_RTTI([TAGNAME])
3229 # -------------------------------
3230 # _LT_COMPILER_NO_RTTI
3231
3232
3233 # _LT_CMD_GLOBAL_SYMBOLS
3234 # ----------------------
3235  # _LT_CMD_GLOBAL_SYMBOLS
3236
3237
3238 # _LT_COMPILER_PIC([TAGNAME])
3239 # ---------------------------
3240 # _LT_COMPILER_PIC
3241
3242
3243 # _LT_LINKER_SHLIBS([TAGNAME])
3244 # ----------------------------
3245 # See if the linker supports building shared libraries.
3246 # _LT_LINKER_SHLIBS
3247
3248
3249 # _LT_LANG_C_CONFIG([TAG])
3250 # ------------------------
3251 # Ensure that the configuration variables for a C compiler are suitably
3252 # defined.  These variables are subsequently used by _LT_CONFIG to write
3253 # the compiler configuration to `libtool'.
3254 # _LT_LANG_C_CONFIG
3255
3256
3257 # _LT_LANG_CXX_CONFIG([TAG])
3258 # --------------------------
3259 # Ensure that the configuration variables for a C++ compiler are suitably
3260 # defined.  These variables are subsequently used by _LT_CONFIG to write
3261 # the compiler configuration to `libtool'.
3262 # _LT_LANG_CXX_CONFIG
3263
3264
3265 # _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3266 # ---------------------------------
3267 # Figure out "hidden" library dependencies from verbose
3268 # compiler output when linking a shared library.
3269 # Parse the compiler output and extract the necessary
3270 # objects, libraries and library flags.
3271 # _LT_SYS_HIDDEN_LIBDEPS
3272
3273
3274 # _LT_LANG_F77_CONFIG([TAG])
3275 # --------------------------
3276 # Ensure that the configuration variables for a Fortran 77 compiler are
3277 # suitably defined.  These variables are subsequently used by _LT_CONFIG
3278 # to write the compiler configuration to `libtool'.
3279 # _LT_LANG_F77_CONFIG
3280
3281
3282 # _LT_LANG_FC_CONFIG([TAG])
3283 # -------------------------
3284 # Ensure that the configuration variables for a Fortran compiler are
3285 # suitably defined.  These variables are subsequently used by _LT_CONFIG
3286 # to write the compiler configuration to `libtool'.
3287 # _LT_LANG_FC_CONFIG
3288
3289
3290 # _LT_LANG_GCJ_CONFIG([TAG])
3291 # --------------------------
3292 # Ensure that the configuration variables for the GNU Java Compiler compiler
3293 # are suitably defined.  These variables are subsequently used by _LT_CONFIG
3294 # to write the compiler configuration to `libtool'.
3295 # _LT_LANG_GCJ_CONFIG
3296
3297
3298 # _LT_LANG_RC_CONFIG([TAG])
3299 # -------------------------
3300 # Ensure that the configuration variables for the Windows resource compiler
3301 # are suitably defined.  These variables are subsequently used by _LT_CONFIG
3302 # to write the compiler configuration to `libtool'.
3303 # _LT_LANG_RC_CONFIG
3304
3305
3306 # LT_PROG_GCJ
3307 # -----------
3308
3309
3310 # Old name:
3311 # This is what autoupdate's m4 run will expand.  It fires
3312 # the warning (with _au_warn_XXX), outputs it into the
3313 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3314 # the replacement expansion.
3315
3316
3317 # This is an auxiliary macro that is also run when
3318 # autoupdate runs m4.  It simply calls m4_warning, but
3319 # we need a wrapper so that each warning is emitted only
3320 # once.  We break the quoting in m4_warning's argument in
3321 # order to expand this macro's arguments, not AU_DEFUN's.
3322
3323
3324 # Finally, this is the expansion that is picked up by
3325 # autoconf.  It tells the user to run autoupdate, and
3326 # then outputs the replacement expansion.  We do not care
3327 # about autoupdate's warning because that contains
3328 # information on what to do *after* running autoupdate.
3329
3330
3331
3332 # LT_PROG_RC
3333 # ----------
3334
3335
3336 # Old name:
3337 # This is what autoupdate's m4 run will expand.  It fires
3338 # the warning (with _au_warn_XXX), outputs it into the
3339 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3340 # the replacement expansion.
3341
3342
3343 # This is an auxiliary macro that is also run when
3344 # autoupdate runs m4.  It simply calls m4_warning, but
3345 # we need a wrapper so that each warning is emitted only
3346 # once.  We break the quoting in m4_warning's argument in
3347 # order to expand this macro's arguments, not AU_DEFUN's.
3348
3349
3350 # Finally, this is the expansion that is picked up by
3351 # autoconf.  It tells the user to run autoupdate, and
3352 # then outputs the replacement expansion.  We do not care
3353 # about autoupdate's warning because that contains
3354 # information on what to do *after* running autoupdate.
3355
3356
3357
3358 # _LT_DECL_EGREP
3359 # --------------
3360 # If we don't have a new enough Autoconf to choose the best grep
3361 # available, choose the one first in the user's PATH.
3362
3363
3364
3365 # _LT_DECL_OBJDUMP
3366 # --------------
3367 # If we don't have a new enough Autoconf to choose the best objdump
3368 # available, choose the one first in the user's PATH.
3369
3370
3371
3372 # _LT_DECL_SED
3373 # ------------
3374 # Check for a fully-functional sed program, that truncates
3375 # as few characters as possible.  Prefer GNU sed if found.
3376 # _LT_DECL_SED
3377
3378 #m4_ifndef
3379
3380 # Old name:
3381 # This is what autoupdate's m4 run will expand.  It fires
3382 # the warning (with _au_warn_XXX), outputs it into the
3383 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3384 # the replacement expansion.
3385
3386
3387 # This is an auxiliary macro that is also run when
3388 # autoupdate runs m4.  It simply calls m4_warning, but
3389 # we need a wrapper so that each warning is emitted only
3390 # once.  We break the quoting in m4_warning's argument in
3391 # order to expand this macro's arguments, not AU_DEFUN's.
3392
3393
3394 # Finally, this is the expansion that is picked up by
3395 # autoconf.  It tells the user to run autoupdate, and
3396 # then outputs the replacement expansion.  We do not care
3397 # about autoupdate's warning because that contains
3398 # information on what to do *after* running autoupdate.
3399
3400
3401
3402 # _LT_CHECK_SHELL_FEATURES
3403 # ------------------------
3404 # Find out whether the shell is Bourne or XSI compatible,
3405 # or has some other useful features.
3406 # _LT_CHECK_SHELL_FEATURES
3407
3408
3409 # _LT_PROG_XSI_SHELLFNS
3410 # ---------------------
3411 # Bourne and XSI compatible variants of some useful shell functions.
3412
3413
3414 # Helper functions for option handling.                    -*- Autoconf -*-
3415 #
3416 #   Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3417 #   Inc.
3418 #   Written by Gary V. Vaughan, 2004
3419 #
3420 # This file is free software; the Free Software Foundation gives
3421 # unlimited permission to copy and/or distribute it, with or without
3422 # modifications, as long as this notice is preserved.
3423
3424 # serial 6 ltoptions.m4
3425
3426 # This is to help aclocal find these macros, as it can't see m4_define.
3427
3428
3429
3430 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3431 # ------------------------------------------
3432
3433
3434
3435 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3436 # ---------------------------------------
3437 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3438 # matching handler defined, dispatch to it.  Other OPTION-NAMEs are
3439 # saved as a flag.
3440
3441
3442
3443 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3444 # ------------------------------------------------------------
3445 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3446
3447
3448
3449 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3450 # -------------------------------------------------------
3451 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3452 # are set.
3453
3454
3455
3456 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3457 # ----------------------------------------
3458 # OPTION-LIST is a space-separated list of Libtool options associated
3459 # with MACRO-NAME.  If any OPTION has a matching handler declared with
3460 # LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3461 # the unknown option and exit.
3462 # _LT_SET_OPTIONS
3463
3464
3465 ## --------------------------------- ##
3466 ## Macros to handle LT_INIT options. ##
3467 ## --------------------------------- ##
3468
3469 # _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3470 # -----------------------------------------
3471
3472
3473
3474 # LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3475 # -----------------------------------------------
3476 # LT_OPTION_DEFINE
3477
3478
3479 # dlopen
3480 # ------
3481
3482
3483 # This is what autoupdate's m4 run will expand.  It fires
3484 # the warning (with _au_warn_XXX), outputs it into the
3485 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3486 # the replacement expansion.
3487
3488
3489 # This is an auxiliary macro that is also run when
3490 # autoupdate runs m4.  It simply calls m4_warning, but
3491 # we need a wrapper so that each warning is emitted only
3492 # once.  We break the quoting in m4_warning's argument in
3493 # order to expand this macro's arguments, not AU_DEFUN's.
3494
3495
3496 # Finally, this is the expansion that is picked up by
3497 # autoconf.  It tells the user to run autoupdate, and
3498 # then outputs the replacement expansion.  We do not care
3499 # about autoupdate's warning because that contains
3500 # information on what to do *after* running autoupdate.
3501
3502
3503
3504
3505 # win32-dll
3506 # ---------
3507 # Declare package support for building win32 dll's.
3508 # win32-dll
3509
3510 # This is what autoupdate's m4 run will expand.  It fires
3511 # the warning (with _au_warn_XXX), outputs it into the
3512 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3513 # the replacement expansion.
3514
3515
3516 # This is an auxiliary macro that is also run when
3517 # autoupdate runs m4.  It simply calls m4_warning, but
3518 # we need a wrapper so that each warning is emitted only
3519 # once.  We break the quoting in m4_warning's argument in
3520 # order to expand this macro's arguments, not AU_DEFUN's.
3521
3522
3523 # Finally, this is the expansion that is picked up by
3524 # autoconf.  It tells the user to run autoupdate, and
3525 # then outputs the replacement expansion.  We do not care
3526 # about autoupdate's warning because that contains
3527 # information on what to do *after* running autoupdate.
3528
3529
3530
3531
3532 # _LT_ENABLE_SHARED([DEFAULT])
3533 # ----------------------------
3534 # implement the --enable-shared flag, and supports the `shared' and
3535 # `disable-shared' LT_INIT options.
3536 # DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
3537 # _LT_ENABLE_SHARED
3538
3539
3540
3541
3542 # Old names:
3543
3544
3545
3546
3547 # This is what autoupdate's m4 run will expand.  It fires
3548 # the warning (with _au_warn_XXX), outputs it into the
3549 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3550 # the replacement expansion.
3551
3552
3553 # This is an auxiliary macro that is also run when
3554 # autoupdate runs m4.  It simply calls m4_warning, but
3555 # we need a wrapper so that each warning is emitted only
3556 # once.  We break the quoting in m4_warning's argument in
3557 # order to expand this macro's arguments, not AU_DEFUN's.
3558
3559
3560 # Finally, this is the expansion that is picked up by
3561 # autoconf.  It tells the user to run autoupdate, and
3562 # then outputs the replacement expansion.  We do not care
3563 # about autoupdate's warning because that contains
3564 # information on what to do *after* running autoupdate.
3565
3566 # This is what autoupdate's m4 run will expand.  It fires
3567 # the warning (with _au_warn_XXX), outputs it into the
3568 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3569 # the replacement expansion.
3570
3571
3572 # This is an auxiliary macro that is also run when
3573 # autoupdate runs m4.  It simply calls m4_warning, but
3574 # we need a wrapper so that each warning is emitted only
3575 # once.  We break the quoting in m4_warning's argument in
3576 # order to expand this macro's arguments, not AU_DEFUN's.
3577
3578
3579 # Finally, this is the expansion that is picked up by
3580 # autoconf.  It tells the user to run autoupdate, and
3581 # then outputs the replacement expansion.  We do not care
3582 # about autoupdate's warning because that contains
3583 # information on what to do *after* running autoupdate.
3584
3585
3586
3587
3588
3589 # _LT_ENABLE_STATIC([DEFAULT])
3590 # ----------------------------
3591 # implement the --enable-static flag, and support the `static' and
3592 # `disable-static' LT_INIT options.
3593 # DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
3594 # _LT_ENABLE_STATIC
3595
3596
3597
3598
3599 # Old names:
3600
3601
3602
3603
3604 # This is what autoupdate's m4 run will expand.  It fires
3605 # the warning (with _au_warn_XXX), outputs it into the
3606 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3607 # the replacement expansion.
3608
3609
3610 # This is an auxiliary macro that is also run when
3611 # autoupdate runs m4.  It simply calls m4_warning, but
3612 # we need a wrapper so that each warning is emitted only
3613 # once.  We break the quoting in m4_warning's argument in
3614 # order to expand this macro's arguments, not AU_DEFUN's.
3615
3616
3617 # Finally, this is the expansion that is picked up by
3618 # autoconf.  It tells the user to run autoupdate, and
3619 # then outputs the replacement expansion.  We do not care
3620 # about autoupdate's warning because that contains
3621 # information on what to do *after* running autoupdate.
3622
3623 # This is what autoupdate's m4 run will expand.  It fires
3624 # the warning (with _au_warn_XXX), outputs it into the
3625 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3626 # the replacement expansion.
3627
3628
3629 # This is an auxiliary macro that is also run when
3630 # autoupdate runs m4.  It simply calls m4_warning, but
3631 # we need a wrapper so that each warning is emitted only
3632 # once.  We break the quoting in m4_warning's argument in
3633 # order to expand this macro's arguments, not AU_DEFUN's.
3634
3635
3636 # Finally, this is the expansion that is picked up by
3637 # autoconf.  It tells the user to run autoupdate, and
3638 # then outputs the replacement expansion.  We do not care
3639 # about autoupdate's warning because that contains
3640 # information on what to do *after* running autoupdate.
3641
3642
3643
3644
3645
3646 # _LT_ENABLE_FAST_INSTALL([DEFAULT])
3647 # ----------------------------------
3648 # implement the --enable-fast-install flag, and support the `fast-install'
3649 # and `disable-fast-install' LT_INIT options.
3650 # DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
3651 # _LT_ENABLE_FAST_INSTALL
3652
3653
3654
3655
3656 # Old names:
3657 # This is what autoupdate's m4 run will expand.  It fires
3658 # the warning (with _au_warn_XXX), outputs it into the
3659 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3660 # the replacement expansion.
3661
3662
3663 # This is an auxiliary macro that is also run when
3664 # autoupdate runs m4.  It simply calls m4_warning, but
3665 # we need a wrapper so that each warning is emitted only
3666 # once.  We break the quoting in m4_warning's argument in
3667 # order to expand this macro's arguments, not AU_DEFUN's.
3668
3669
3670 # Finally, this is the expansion that is picked up by
3671 # autoconf.  It tells the user to run autoupdate, and
3672 # then outputs the replacement expansion.  We do not care
3673 # about autoupdate's warning because that contains
3674 # information on what to do *after* running autoupdate.
3675
3676
3677 # This is what autoupdate's m4 run will expand.  It fires
3678 # the warning (with _au_warn_XXX), outputs it into the
3679 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3680 # the replacement expansion.
3681
3682
3683 # This is an auxiliary macro that is also run when
3684 # autoupdate runs m4.  It simply calls m4_warning, but
3685 # we need a wrapper so that each warning is emitted only
3686 # once.  We break the quoting in m4_warning's argument in
3687 # order to expand this macro's arguments, not AU_DEFUN's.
3688
3689
3690 # Finally, this is the expansion that is picked up by
3691 # autoconf.  It tells the user to run autoupdate, and
3692 # then outputs the replacement expansion.  We do not care
3693 # about autoupdate's warning because that contains
3694 # information on what to do *after* running autoupdate.
3695
3696
3697
3698
3699 # _LT_WITH_PIC([MODE])
3700 # --------------------
3701 # implement the --with-pic flag, and support the `pic-only' and `no-pic'
3702 # LT_INIT options.
3703 # MODE is either `yes' or `no'.  If omitted, it defaults to `both'.
3704 # _LT_WITH_PIC
3705
3706
3707
3708
3709 # Old name:
3710 # This is what autoupdate's m4 run will expand.  It fires
3711 # the warning (with _au_warn_XXX), outputs it into the
3712 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3713 # the replacement expansion.
3714
3715
3716 # This is an auxiliary macro that is also run when
3717 # autoupdate runs m4.  It simply calls m4_warning, but
3718 # we need a wrapper so that each warning is emitted only
3719 # once.  We break the quoting in m4_warning's argument in
3720 # order to expand this macro's arguments, not AU_DEFUN's.
3721
3722
3723 # Finally, this is the expansion that is picked up by
3724 # autoconf.  It tells the user to run autoupdate, and
3725 # then outputs the replacement expansion.  We do not care
3726 # about autoupdate's warning because that contains
3727 # information on what to do *after* running autoupdate.
3728
3729
3730
3731 ## ----------------- ##
3732 ## LTDL_INIT Options ##
3733 ## ----------------- ##
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744 # ltsugar.m4 -- libtool m4 base layer.                         -*-Autoconf-*-
3745 #
3746 # Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3747 # Written by Gary V. Vaughan, 2004
3748 #
3749 # This file is free software; the Free Software Foundation gives
3750 # unlimited permission to copy and/or distribute it, with or without
3751 # modifications, as long as this notice is preserved.
3752
3753 # serial 6 ltsugar.m4
3754
3755 # This is to help aclocal find these macros, as it can't see m4_define.
3756
3757
3758
3759 # lt_join(SEP, ARG1, [ARG2...])
3760 # -----------------------------
3761 # Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3762 # associated separator.
3763 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3764 # versions in m4sugar had bugs.
3765
3766
3767
3768
3769 # lt_car(LIST)
3770 # lt_cdr(LIST)
3771 # ------------
3772 # Manipulate m4 lists.
3773 # These macros are necessary as long as will still need to support
3774 # Autoconf-2.59 which quotes differently.
3775
3776
3777
3778
3779
3780 # lt_append(MACRO-NAME, STRING, [SEPARATOR])
3781 # ------------------------------------------
3782 # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3783 # Note that neither SEPARATOR nor STRING are expanded; they are appended
3784 # to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3785 # No SEPARATOR is output if MACRO-NAME was previously undefined (different
3786 # than defined and empty).
3787 #
3788 # This macro is needed until we can rely on Autoconf 2.62, since earlier
3789 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3790
3791
3792
3793
3794 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3795 # ----------------------------------------------------------
3796 # Produce a SEP delimited list of all paired combinations of elements of
3797 # PREFIX-LIST with SUFFIX1 through SUFFIXn.  Each element of the list
3798 # has the form PREFIXmINFIXSUFFIXn.
3799 # Needed until we can rely on m4_combine added in Autoconf 2.62.
3800
3801
3802
3803 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3804 # -----------------------------------------------------------------------
3805 # Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3806 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3807
3808
3809
3810 # lt_dict_add(DICT, KEY, VALUE)
3811 # -----------------------------
3812
3813
3814
3815 # lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3816 # --------------------------------------------
3817
3818
3819
3820 # lt_dict_fetch(DICT, KEY, [SUBKEY])
3821 # ----------------------------------
3822
3823
3824
3825 # lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3826 # -----------------------------------------------------------------
3827
3828
3829
3830 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3831 # --------------------------------------------------------------
3832
3833
3834 # ltversion.m4 -- version numbers                       -*- Autoconf -*-
3835 #
3836 #   Copyright (C) 2004 Free Software Foundation, Inc.
3837 #   Written by Scott James Remnant, 2004
3838 #
3839 # This file is free software; the Free Software Foundation gives
3840 # unlimited permission to copy and/or distribute it, with or without
3841 # modifications, as long as this notice is preserved.
3842
3843 # Generated from ltversion.in.
3844
3845 # serial 3134 ltversion.m4
3846 # This file is part of GNU Libtool
3847
3848
3849
3850
3851
3852
3853 # lt~obsolete.m4 -- aclocal satisfying obsolete definitions.    -*-Autoconf-*-
3854 #
3855 #   Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3856 #   Written by Scott James Remnant, 2004.
3857 #
3858 # This file is free software; the Free Software Foundation gives
3859 # unlimited permission to copy and/or distribute it, with or without
3860 # modifications, as long as this notice is preserved.
3861
3862 # serial 4 lt~obsolete.m4
3863
3864 # These exist entirely to fool aclocal when bootstrapping libtool.
3865 #
3866 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3867 # which have later been changed to m4_define as they aren't part of the
3868 # exported API, or moved to Autoconf or Automake where they belong.
3869 #
3870 # The trouble is, aclocal is a bit thick.  It'll see the old AC_DEFUN
3871 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3872 # using a macro with the same name in our local m4/libtool.m4 it'll
3873 # pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3874 # and doesn't know about Autoconf macros at all.)
3875 #
3876 # So we provide this file, which has a silly filename so it's always
3877 # included after everything else.  This provides aclocal with the
3878 # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3879 # because those macros already exist, or will be overwritten later.
3880 # We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3881 #
3882 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3883 # Yes, that means every name once taken will need to remain here until
3884 # we give up compatibility with versions before 1.7, at which point
3885 # we need to keep only those names which we still refer to.
3886
3887 # This is to help aclocal find these macros, as it can't see m4_define.
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
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952 ##                                                          -*- Autoconf -*-
3953
3954 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3955 # Free Software Foundation, Inc.
3956 #
3957 # This file is free software; the Free Software Foundation
3958 # gives unlimited permission to copy and/or distribute it,
3959 # with or without modifications, as long as this notice is preserved.
3960
3961 # serial 8
3962
3963 # Based on depend.m4 from automake 1.9, modified for standalone use in
3964 # an environment where GNU make is required.
3965
3966 # ZW_PROG_COMPILER_DEPENDENCIES
3967 # -----------------------------
3968 # Variant of _AM_DEPENDENCIES which just does the dependency probe and
3969 # sets fooDEPMODE accordingly.  Cache-variable compatible with
3970 # original; not side-effect compatible.  As the users of this macro
3971 # may require accurate dependencies for correct builds, it does *not*
3972 # honor --disable-dependency-checking, and failure to detect a usable
3973 # method is an error.  depcomp is assumed to be located in
3974 # $ac_aux_dir.
3975 #
3976 # FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3977
3978
3979
3980 # AM_SET_DEPDIR
3981 # -------------
3982 # Choose a directory name for dependency files.
3983
3984
3985 # ZW_CREATE_DEPDIR
3986 # ----------------
3987 # As AM_SET_DEPDIR, but also create the directory at config.status time.
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034 sim_inline="-DDEFAULT_INLINE=0"
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071 # intl sister-directory configuration rules.
4072 #
4073
4074 # The idea behind this macro is that there's no need to repeat all the
4075 # autoconf probes done by the intl directory - it's already done them
4076 # for us.  In fact, there's no need even to look at the cache for the
4077 # answers.  All we need to do is nab a few pieces of information.
4078 # The intl directory is set up to make this easy, by generating a
4079 # small file which can be sourced as a shell script; then we produce
4080 # the necessary substitutions and definitions for this directory.
4081
4082
4083
4084 # Autoconf M4 include file defining utility macros for complex Canadian
4085 # cross builds.
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095 ####
4096 # _NCN_TOOL_PREFIXES:  Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
4097 # or AC_INIT.
4098 # These demand that AC_CANONICAL_SYSTEM be called beforehand.
4099
4100 ####
4101 # NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4102 # Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
4103
4104
4105 ####
4106 # NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4107 # Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
4108
4109
4110
4111 # Backported from Autoconf 2.5x; can go away when and if
4112 # we switch.  Put the OS path separator in $PATH_SEPARATOR.
4113
4114
4115
4116
4117 # ACX_HAVE_GCC_FOR_TARGET
4118 # Check if the variable GCC_FOR_TARGET really points to a GCC binary.
4119
4120
4121 # ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
4122 # Searching for installed target binutils.  We need to take extra care,
4123 # else we may find the wrong assembler, linker, etc., and lose.
4124 #
4125 # First try --with-build-time-tools, if specified.
4126 #
4127 # For build != host, we ask the installed GCC for the name of the tool it
4128 # uses, and accept it if it is an absolute path.  This is because the
4129 # only good choice for a compiler is the same GCC version that is being
4130 # installed (or we couldn't make target libraries), and we assume that
4131 # on the host system we'll have not only the same GCC version, but also
4132 # the same binutils version.
4133 #
4134 # For build == host, search the same directories that the installed
4135 # compiler will search.  We used to do this for the assembler, linker,
4136 # and nm only; for simplicity of configuration, however, we extend this
4137 # criterion to tools (such as ar and ranlib) that are never invoked by
4138 # the compiler, to avoid mismatches.
4139 #
4140 # Also note we have to check MD_EXEC_PREFIX before checking the user's path
4141 # if build == target.  This makes the most sense only when bootstrapping,
4142 # but we also do so when build != host.  In this case, we hope that the
4143 # build and host systems will have similar contents of MD_EXEC_PREFIX.
4144 #
4145 # If we do not find a suitable binary, then try the user's path.
4146
4147
4148 ###
4149 # AC_PROG_CPP_WERROR
4150 # Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4151 # triggers warnings from the preprocessor.  Will be in autoconf 2.58.
4152 # For now, using this also overrides header checks to use only the
4153 # preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4154 # bit harder from here).
4155 # Eventually autoconf will default to checking headers with the compiler
4156 # instead, and we'll have to do this differently.
4157
4158 # AC_PROG_CPP_WERROR
4159
4160 # Test for GNAT.
4161 # We require the gnatbind & gnatmake programs, as well as a compiler driver
4162 # that understands Ada.  We use the user's CC setting, already found, and
4163 # possibly add $1 to the command-line parameters.
4164 #
4165 # Sets the shell variable have_gnat to yes or no as appropriate, and
4166 # substitutes GNATBIND and GNATMAKE.
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192 ac_ext=c
4193 ac_cpp='$CPP $CPPFLAGS'
4194 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4195 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4196 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4197 if test -n "$ac_tool_prefix"; then
4198   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4199 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4201 $as_echo_n "checking for $ac_word... " >&6; }
4202 if test "${ac_cv_prog_CC+set}" = set; then :
4203   $as_echo_n "(cached) " >&6
4204 else
4205   if test -n "$CC"; then
4206   ac_cv_prog_CC="$CC" # Let the user override the test.
4207 else
4208 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4209 for as_dir in $PATH
4210 do
4211   IFS=$as_save_IFS
4212   test -z "$as_dir" && as_dir=.
4213     for ac_exec_ext in '' $ac_executable_extensions; do
4214   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4215     ac_cv_prog_CC="${ac_tool_prefix}gcc"
4216     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4217     break 2
4218   fi
4219 done
4220   done
4221 IFS=$as_save_IFS
4222
4223 fi
4224 fi
4225 CC=$ac_cv_prog_CC
4226 if test -n "$CC"; then
4227   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4228 $as_echo "$CC" >&6; }
4229 else
4230   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4231 $as_echo "no" >&6; }
4232 fi
4233
4234
4235 fi
4236 if test -z "$ac_cv_prog_CC"; then
4237   ac_ct_CC=$CC
4238   # Extract the first word of "gcc", so it can be a program name with args.
4239 set dummy gcc; ac_word=$2
4240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4241 $as_echo_n "checking for $ac_word... " >&6; }
4242 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4243   $as_echo_n "(cached) " >&6
4244 else
4245   if test -n "$ac_ct_CC"; then
4246   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4247 else
4248 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4249 for as_dir in $PATH
4250 do
4251   IFS=$as_save_IFS
4252   test -z "$as_dir" && as_dir=.
4253     for ac_exec_ext in '' $ac_executable_extensions; do
4254   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4255     ac_cv_prog_ac_ct_CC="gcc"
4256     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4257     break 2
4258   fi
4259 done
4260   done
4261 IFS=$as_save_IFS
4262
4263 fi
4264 fi
4265 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4266 if test -n "$ac_ct_CC"; then
4267   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4268 $as_echo "$ac_ct_CC" >&6; }
4269 else
4270   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4271 $as_echo "no" >&6; }
4272 fi
4273
4274   if test "x$ac_ct_CC" = x; then
4275     CC=""
4276   else
4277     case $cross_compiling:$ac_tool_warned in
4278 yes:)
4279 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4280 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4281 ac_tool_warned=yes ;;
4282 esac
4283     CC=$ac_ct_CC
4284   fi
4285 else
4286   CC="$ac_cv_prog_CC"
4287 fi
4288
4289 if test -z "$CC"; then
4290           if test -n "$ac_tool_prefix"; then
4291     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4292 set dummy ${ac_tool_prefix}cc; ac_word=$2
4293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4294 $as_echo_n "checking for $ac_word... " >&6; }
4295 if test "${ac_cv_prog_CC+set}" = set; then :
4296   $as_echo_n "(cached) " >&6
4297 else
4298   if test -n "$CC"; then
4299   ac_cv_prog_CC="$CC" # Let the user override the test.
4300 else
4301 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4302 for as_dir in $PATH
4303 do
4304   IFS=$as_save_IFS
4305   test -z "$as_dir" && as_dir=.
4306     for ac_exec_ext in '' $ac_executable_extensions; do
4307   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4308     ac_cv_prog_CC="${ac_tool_prefix}cc"
4309     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4310     break 2
4311   fi
4312 done
4313   done
4314 IFS=$as_save_IFS
4315
4316 fi
4317 fi
4318 CC=$ac_cv_prog_CC
4319 if test -n "$CC"; then
4320   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4321 $as_echo "$CC" >&6; }
4322 else
4323   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4324 $as_echo "no" >&6; }
4325 fi
4326
4327
4328   fi
4329 fi
4330 if test -z "$CC"; then
4331   # Extract the first word of "cc", so it can be a program name with args.
4332 set dummy cc; ac_word=$2
4333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4334 $as_echo_n "checking for $ac_word... " >&6; }
4335 if test "${ac_cv_prog_CC+set}" = set; then :
4336   $as_echo_n "(cached) " >&6
4337 else
4338   if test -n "$CC"; then
4339   ac_cv_prog_CC="$CC" # Let the user override the test.
4340 else
4341   ac_prog_rejected=no
4342 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4343 for as_dir in $PATH
4344 do
4345   IFS=$as_save_IFS
4346   test -z "$as_dir" && as_dir=.
4347     for ac_exec_ext in '' $ac_executable_extensions; do
4348   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4349     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4350        ac_prog_rejected=yes
4351        continue
4352      fi
4353     ac_cv_prog_CC="cc"
4354     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4355     break 2
4356   fi
4357 done
4358   done
4359 IFS=$as_save_IFS
4360
4361 if test $ac_prog_rejected = yes; then
4362   # We found a bogon in the path, so make sure we never use it.
4363   set dummy $ac_cv_prog_CC
4364   shift
4365   if test $# != 0; then
4366     # We chose a different compiler from the bogus one.
4367     # However, it has the same basename, so the bogon will be chosen
4368     # first if we set CC to just the basename; use the full file name.
4369     shift
4370     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4371   fi
4372 fi
4373 fi
4374 fi
4375 CC=$ac_cv_prog_CC
4376 if test -n "$CC"; then
4377   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4378 $as_echo "$CC" >&6; }
4379 else
4380   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4381 $as_echo "no" >&6; }
4382 fi
4383
4384
4385 fi
4386 if test -z "$CC"; then
4387   if test -n "$ac_tool_prefix"; then
4388   for ac_prog in cl.exe
4389   do
4390     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4391 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4393 $as_echo_n "checking for $ac_word... " >&6; }
4394 if test "${ac_cv_prog_CC+set}" = set; then :
4395   $as_echo_n "(cached) " >&6
4396 else
4397   if test -n "$CC"; then
4398   ac_cv_prog_CC="$CC" # Let the user override the test.
4399 else
4400 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4401 for as_dir in $PATH
4402 do
4403   IFS=$as_save_IFS
4404   test -z "$as_dir" && as_dir=.
4405     for ac_exec_ext in '' $ac_executable_extensions; do
4406   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4407     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4408     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4409     break 2
4410   fi
4411 done
4412   done
4413 IFS=$as_save_IFS
4414
4415 fi
4416 fi
4417 CC=$ac_cv_prog_CC
4418 if test -n "$CC"; then
4419   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4420 $as_echo "$CC" >&6; }
4421 else
4422   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4423 $as_echo "no" >&6; }
4424 fi
4425
4426
4427     test -n "$CC" && break
4428   done
4429 fi
4430 if test -z "$CC"; then
4431   ac_ct_CC=$CC
4432   for ac_prog in cl.exe
4433 do
4434   # Extract the first word of "$ac_prog", so it can be a program name with args.
4435 set dummy $ac_prog; ac_word=$2
4436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4437 $as_echo_n "checking for $ac_word... " >&6; }
4438 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4439   $as_echo_n "(cached) " >&6
4440 else
4441   if test -n "$ac_ct_CC"; then
4442   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4443 else
4444 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4445 for as_dir in $PATH
4446 do
4447   IFS=$as_save_IFS
4448   test -z "$as_dir" && as_dir=.
4449     for ac_exec_ext in '' $ac_executable_extensions; do
4450   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4451     ac_cv_prog_ac_ct_CC="$ac_prog"
4452     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4453     break 2
4454   fi
4455 done
4456   done
4457 IFS=$as_save_IFS
4458
4459 fi
4460 fi
4461 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4462 if test -n "$ac_ct_CC"; then
4463   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4464 $as_echo "$ac_ct_CC" >&6; }
4465 else
4466   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4467 $as_echo "no" >&6; }
4468 fi
4469
4470
4471   test -n "$ac_ct_CC" && break
4472 done
4473
4474   if test "x$ac_ct_CC" = x; then
4475     CC=""
4476   else
4477     case $cross_compiling:$ac_tool_warned in
4478 yes:)
4479 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4480 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4481 ac_tool_warned=yes ;;
4482 esac
4483     CC=$ac_ct_CC
4484   fi
4485 fi
4486
4487 fi
4488
4489
4490 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4491 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4492 as_fn_error "no acceptable C compiler found in \$PATH
4493 See \`config.log' for more details." "$LINENO" 5; }
4494
4495 # Provide some information about the compiler.
4496 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4497 set X $ac_compile
4498 ac_compiler=$2
4499 for ac_option in --version -v -V -qversion; do
4500   { { ac_try="$ac_compiler $ac_option >&5"
4501 case "(($ac_try" in
4502   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4503   *) ac_try_echo=$ac_try;;
4504 esac
4505 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4506 $as_echo "$ac_try_echo"; } >&5
4507   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4508   ac_status=$?
4509   if test -s conftest.err; then
4510     sed '10a\
4511 ... rest of stderr output deleted ...
4512          10q' conftest.err >conftest.er1
4513     cat conftest.er1 >&5
4514     rm -f conftest.er1 conftest.err
4515   fi
4516   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4517   test $ac_status = 0; }
4518 done
4519
4520 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4521 /* end confdefs.h.  */
4522
4523 int
4524 main ()
4525 {
4526
4527   ;
4528   return 0;
4529 }
4530 _ACEOF
4531 ac_clean_files_save=$ac_clean_files
4532 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4533 # Try to create an executable without -o first, disregard a.out.
4534 # It will help us diagnose broken compilers, and finding out an intuition
4535 # of exeext.
4536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4537 $as_echo_n "checking for C compiler default output file name... " >&6; }
4538 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4539
4540 # The possible output files:
4541 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4542
4543 ac_rmfiles=
4544 for ac_file in $ac_files
4545 do
4546   case $ac_file in
4547     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4548     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4549   esac
4550 done
4551 rm -f $ac_rmfiles
4552
4553 if { { ac_try="$ac_link_default"
4554 case "(($ac_try" in
4555   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4556   *) ac_try_echo=$ac_try;;
4557 esac
4558 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4559 $as_echo "$ac_try_echo"; } >&5
4560   (eval "$ac_link_default") 2>&5
4561   ac_status=$?
4562   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4563   test $ac_status = 0; }; then :
4564   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4565 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4566 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
4567 # so that the user can short-circuit this test for compilers unknown to
4568 # Autoconf.
4569 for ac_file in $ac_files ''
4570 do
4571   test -f "$ac_file" || continue
4572   case $ac_file in
4573     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4574         ;;
4575     [ab].out )
4576         # We found the default executable, but exeext='' is most
4577         # certainly right.
4578         break;;
4579     *.* )
4580         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4581         then :; else
4582            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4583         fi
4584         # We set ac_cv_exeext here because the later test for it is not
4585         # safe: cross compilers may not add the suffix if given an `-o'
4586         # argument, so we may need to know it at that point already.
4587         # Even if this section looks crufty: it has the advantage of
4588         # actually working.
4589         break;;
4590     * )
4591         break;;
4592   esac
4593 done
4594 test "$ac_cv_exeext" = no && ac_cv_exeext=
4595
4596 else
4597   ac_file=''
4598 fi
4599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4600 $as_echo "$ac_file" >&6; }
4601 if test -z "$ac_file"; then :
4602   $as_echo "$as_me: failed program was:" >&5
4603 sed 's/^/| /' conftest.$ac_ext >&5
4604
4605 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4606 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4607 { as_fn_set_status 77
4608 as_fn_error "C compiler cannot create executables
4609 See \`config.log' for more details." "$LINENO" 5; }; }
4610 fi
4611 ac_exeext=$ac_cv_exeext
4612
4613 # Check that the compiler produces executables we can run.  If not, either
4614 # the compiler is broken, or we cross compile.
4615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4616 $as_echo_n "checking whether the C compiler works... " >&6; }
4617 # If not cross compiling, check that we can run a simple program.
4618 if test "$cross_compiling" != yes; then
4619   if { ac_try='./$ac_file'
4620   { { case "(($ac_try" in
4621   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4622   *) ac_try_echo=$ac_try;;
4623 esac
4624 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4625 $as_echo "$ac_try_echo"; } >&5
4626   (eval "$ac_try") 2>&5
4627   ac_status=$?
4628   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4629   test $ac_status = 0; }; }; then
4630     cross_compiling=no
4631   else
4632     if test "$cross_compiling" = maybe; then
4633         cross_compiling=yes
4634     else
4635         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4636 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4637 as_fn_error "cannot run C compiled programs.
4638 If you meant to cross compile, use \`--host'.
4639 See \`config.log' for more details." "$LINENO" 5; }
4640     fi
4641   fi
4642 fi
4643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4644 $as_echo "yes" >&6; }
4645
4646 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4647 ac_clean_files=$ac_clean_files_save
4648 # Check that the compiler produces executables we can run.  If not, either
4649 # the compiler is broken, or we cross compile.
4650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4651 $as_echo_n "checking whether we are cross compiling... " >&6; }
4652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4653 $as_echo "$cross_compiling" >&6; }
4654
4655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4656 $as_echo_n "checking for suffix of executables... " >&6; }
4657 if { { ac_try="$ac_link"
4658 case "(($ac_try" in
4659   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4660   *) ac_try_echo=$ac_try;;
4661 esac
4662 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4663 $as_echo "$ac_try_echo"; } >&5
4664   (eval "$ac_link") 2>&5
4665   ac_status=$?
4666   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4667   test $ac_status = 0; }; then :
4668   # If both `conftest.exe' and `conftest' are `present' (well, observable)
4669 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
4670 # work properly (i.e., refer to `conftest.exe'), while it won't with
4671 # `rm'.
4672 for ac_file in conftest.exe conftest conftest.*; do
4673   test -f "$ac_file" || continue
4674   case $ac_file in
4675     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4676     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4677           break;;
4678     * ) break;;
4679   esac
4680 done
4681 else
4682   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4683 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4684 as_fn_error "cannot compute suffix of executables: cannot compile and link
4685 See \`config.log' for more details." "$LINENO" 5; }
4686 fi
4687 rm -f conftest$ac_cv_exeext
4688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4689 $as_echo "$ac_cv_exeext" >&6; }
4690
4691 rm -f conftest.$ac_ext
4692 EXEEXT=$ac_cv_exeext
4693 ac_exeext=$EXEEXT
4694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4695 $as_echo_n "checking for suffix of object files... " >&6; }
4696 if test "${ac_cv_objext+set}" = set; then :
4697   $as_echo_n "(cached) " >&6
4698 else
4699   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4700 /* end confdefs.h.  */
4701
4702 int
4703 main ()
4704 {
4705
4706   ;
4707   return 0;
4708 }
4709 _ACEOF
4710 rm -f conftest.o conftest.obj
4711 if { { ac_try="$ac_compile"
4712 case "(($ac_try" in
4713   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4714   *) ac_try_echo=$ac_try;;
4715 esac
4716 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4717 $as_echo "$ac_try_echo"; } >&5
4718   (eval "$ac_compile") 2>&5
4719   ac_status=$?
4720   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4721   test $ac_status = 0; }; then :
4722   for ac_file in conftest.o conftest.obj conftest.*; do
4723   test -f "$ac_file" || continue;
4724   case $ac_file in
4725     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4726     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4727        break;;
4728   esac
4729 done
4730 else
4731   $as_echo "$as_me: failed program was:" >&5
4732 sed 's/^/| /' conftest.$ac_ext >&5
4733
4734 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4735 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4736 as_fn_error "cannot compute suffix of object files: cannot compile
4737 See \`config.log' for more details." "$LINENO" 5; }
4738 fi
4739 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4740 fi
4741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4742 $as_echo "$ac_cv_objext" >&6; }
4743 OBJEXT=$ac_cv_objext
4744 ac_objext=$OBJEXT
4745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4746 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4747 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4748   $as_echo_n "(cached) " >&6
4749 else
4750   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4751 /* end confdefs.h.  */
4752
4753 int
4754 main ()
4755 {
4756 #ifndef __GNUC__
4757        choke me
4758 #endif
4759
4760   ;
4761   return 0;
4762 }
4763 _ACEOF
4764 if ac_fn_c_try_compile "$LINENO"; then :
4765   ac_compiler_gnu=yes
4766 else
4767   ac_compiler_gnu=no
4768 fi
4769 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4770 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4771
4772 fi
4773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4774 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4775 if test $ac_compiler_gnu = yes; then
4776   GCC=yes
4777 else
4778   GCC=
4779 fi
4780 ac_test_CFLAGS=${CFLAGS+set}
4781 ac_save_CFLAGS=$CFLAGS
4782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4783 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4784 if test "${ac_cv_prog_cc_g+set}" = set; then :
4785   $as_echo_n "(cached) " >&6
4786 else
4787   ac_save_c_werror_flag=$ac_c_werror_flag
4788    ac_c_werror_flag=yes
4789    ac_cv_prog_cc_g=no
4790    CFLAGS="-g"
4791    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4792 /* end confdefs.h.  */
4793
4794 int
4795 main ()
4796 {
4797
4798   ;
4799   return 0;
4800 }
4801 _ACEOF
4802 if ac_fn_c_try_compile "$LINENO"; then :
4803   ac_cv_prog_cc_g=yes
4804 else
4805   CFLAGS=""
4806       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4807 /* end confdefs.h.  */
4808
4809 int
4810 main ()
4811 {
4812
4813   ;
4814   return 0;
4815 }
4816 _ACEOF
4817 if ac_fn_c_try_compile "$LINENO"; then :
4818
4819 else
4820   ac_c_werror_flag=$ac_save_c_werror_flag
4821          CFLAGS="-g"
4822          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4823 /* end confdefs.h.  */
4824
4825 int
4826 main ()
4827 {
4828
4829   ;
4830   return 0;
4831 }
4832 _ACEOF
4833 if ac_fn_c_try_compile "$LINENO"; then :
4834   ac_cv_prog_cc_g=yes
4835 fi
4836 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4837 fi
4838 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4839 fi
4840 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4841    ac_c_werror_flag=$ac_save_c_werror_flag
4842 fi
4843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4844 $as_echo "$ac_cv_prog_cc_g" >&6; }
4845 if test "$ac_test_CFLAGS" = set; then
4846   CFLAGS=$ac_save_CFLAGS
4847 elif test $ac_cv_prog_cc_g = yes; then
4848   if test "$GCC" = yes; then
4849     CFLAGS="-g -O2"
4850   else
4851     CFLAGS="-g"
4852   fi
4853 else
4854   if test "$GCC" = yes; then
4855     CFLAGS="-O2"
4856   else
4857     CFLAGS=
4858   fi
4859 fi
4860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4861 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4862 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4863   $as_echo_n "(cached) " >&6
4864 else
4865   ac_cv_prog_cc_c89=no
4866 ac_save_CC=$CC
4867 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4868 /* end confdefs.h.  */
4869 #include <stdarg.h>
4870 #include <stdio.h>
4871 #include <sys/types.h>
4872 #include <sys/stat.h>
4873 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
4874 struct buf { int x; };
4875 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4876 static char *e (p, i)
4877      char **p;
4878      int i;
4879 {
4880   return p[i];
4881 }
4882 static char *f (char * (*g) (char **, int), char **p, ...)
4883 {
4884   char *s;
4885   va_list v;
4886   va_start (v,p);
4887   s = g (p, va_arg (v,int));
4888   va_end (v);
4889   return s;
4890 }
4891
4892 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
4893    function prototypes and stuff, but not '\xHH' hex character constants.
4894    These don't provoke an error unfortunately, instead are silently treated
4895    as 'x'.  The following induces an error, until -std is added to get
4896    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
4897    array size at least.  It's necessary to write '\x00'==0 to get something
4898    that's true only with -std.  */
4899 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4900
4901 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4902    inside strings and character constants.  */
4903 #define FOO(x) 'x'
4904 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4905
4906 int test (int i, double x);
4907 struct s1 {int (*f) (int a);};
4908 struct s2 {int (*f) (double a);};
4909 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4910 int argc;
4911 char **argv;
4912 int
4913 main ()
4914 {
4915 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
4916   ;
4917   return 0;
4918 }
4919 _ACEOF
4920 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4921         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4922 do
4923   CC="$ac_save_CC $ac_arg"
4924   if ac_fn_c_try_compile "$LINENO"; then :
4925   ac_cv_prog_cc_c89=$ac_arg
4926 fi
4927 rm -f core conftest.err conftest.$ac_objext
4928   test "x$ac_cv_prog_cc_c89" != "xno" && break
4929 done
4930 rm -f conftest.$ac_ext
4931 CC=$ac_save_CC
4932
4933 fi
4934 # AC_CACHE_VAL
4935 case "x$ac_cv_prog_cc_c89" in
4936   x)
4937     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4938 $as_echo "none needed" >&6; } ;;
4939   xno)
4940     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4941 $as_echo "unsupported" >&6; } ;;
4942   *)
4943     CC="$CC $ac_cv_prog_cc_c89"
4944     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4945 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4946 esac
4947 if test "x$ac_cv_prog_cc_c89" != xno; then :
4948
4949 fi
4950
4951 ac_ext=c
4952 ac_cpp='$CPP $CPPFLAGS'
4953 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4954 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4955 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4956
4957 ac_aux_dir=
4958 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4959   for ac_t in install-sh install.sh shtool; do
4960     if test -f "$ac_dir/$ac_t"; then
4961       ac_aux_dir=$ac_dir
4962       ac_install_sh="$ac_aux_dir/$ac_t -c"
4963       break 2
4964     fi
4965   done
4966 done
4967 if test -z "$ac_aux_dir"; then
4968   as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4969 fi
4970
4971 # These three variables are undocumented and unsupported,
4972 # and are intended to be withdrawn in a future Autoconf release.
4973 # They can cause serious problems if a builder's source tree is in a directory
4974 # whose full name contains unusual characters.
4975 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
4976 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
4977 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
4978
4979
4980 # Make sure we can run config.sub.
4981 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4982   as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4983
4984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4985 $as_echo_n "checking build system type... " >&6; }
4986 if test "${ac_cv_build+set}" = set; then :
4987   $as_echo_n "(cached) " >&6
4988 else
4989   ac_build_alias=$build_alias
4990 test "x$ac_build_alias" = x &&
4991   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4992 test "x$ac_build_alias" = x &&
4993   as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4994 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4995   as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4996
4997 fi
4998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4999 $as_echo "$ac_cv_build" >&6; }
5000 case $ac_cv_build in
5001 *-*-*) ;;
5002 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
5003 esac
5004 build=$ac_cv_build
5005 ac_save_IFS=$IFS; IFS='-'
5006 set x $ac_cv_build
5007 shift
5008 build_cpu=$1
5009 build_vendor=$2
5010 shift; shift
5011 # Remember, the first character of IFS is used to create $*,
5012 # except with old shells:
5013 build_os=$*
5014 IFS=$ac_save_IFS
5015 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
5016
5017
5018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
5019 $as_echo_n "checking host system type... " >&6; }
5020 if test "${ac_cv_host+set}" = set; then :
5021   $as_echo_n "(cached) " >&6
5022 else
5023   if test "x$host_alias" = x; then
5024   ac_cv_host=$ac_cv_build
5025 else
5026   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
5027     as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
5028 fi
5029
5030 fi
5031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
5032 $as_echo "$ac_cv_host" >&6; }
5033 case $ac_cv_host in
5034 *-*-*) ;;
5035 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
5036 esac
5037 host=$ac_cv_host
5038 ac_save_IFS=$IFS; IFS='-'
5039 set x $ac_cv_host
5040 shift
5041 host_cpu=$1
5042 host_vendor=$2
5043 shift; shift
5044 # Remember, the first character of IFS is used to create $*,
5045 # except with old shells:
5046 host_os=$*
5047 IFS=$ac_save_IFS
5048 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
5049
5050
5051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
5052 $as_echo_n "checking target system type... " >&6; }
5053 if test "${ac_cv_target+set}" = set; then :
5054   $as_echo_n "(cached) " >&6
5055 else
5056   if test "x$target_alias" = x; then
5057   ac_cv_target=$ac_cv_host
5058 else
5059   ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
5060     as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
5061 fi
5062
5063 fi
5064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
5065 $as_echo "$ac_cv_target" >&6; }
5066 case $ac_cv_target in
5067 *-*-*) ;;
5068 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
5069 esac
5070 target=$ac_cv_target
5071 ac_save_IFS=$IFS; IFS='-'
5072 set x $ac_cv_target
5073 shift
5074 target_cpu=$1
5075 target_vendor=$2
5076 shift; shift
5077 # Remember, the first character of IFS is used to create $*,
5078 # except with old shells:
5079 target_os=$*
5080 IFS=$ac_save_IFS
5081 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
5082
5083
5084 # The aliases save the names the user supplied, while $host etc.
5085 # will get canonicalized.
5086 test -n "$target_alias" &&
5087   test "$program_prefix$program_suffix$program_transform_name" = \
5088     NONENONEs,x,x, &&
5089   program_prefix=${target_alias}-
5090
5091 ac_ext=c
5092 ac_cpp='$CPP $CPPFLAGS'
5093 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5094 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5095 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5097 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5098 # On Suns, sometimes $CPP names a directory.
5099 if test -n "$CPP" && test -d "$CPP"; then
5100   CPP=
5101 fi
5102 if test -z "$CPP"; then
5103   if test "${ac_cv_prog_CPP+set}" = set; then :
5104   $as_echo_n "(cached) " >&6
5105 else
5106       # Double quotes because CPP needs to be expanded
5107     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5108     do
5109       ac_preproc_ok=false
5110 for ac_c_preproc_warn_flag in '' yes
5111 do
5112   # Use a header file that comes with gcc, so configuring glibc
5113   # with a fresh cross-compiler works.
5114   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5115   # <limits.h> exists even on freestanding compilers.
5116   # On the NeXT, cc -E runs the code through the compiler's parser,
5117   # not just through cpp. "Syntax error" is here to catch this case.
5118   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5119 /* end confdefs.h.  */
5120 #ifdef __STDC__
5121 # include <limits.h>
5122 #else
5123 # include <assert.h>
5124 #endif
5125                      Syntax error
5126 _ACEOF
5127 if ac_fn_c_try_cpp "$LINENO"; then :
5128
5129 else
5130   # Broken: fails on valid input.
5131 continue
5132 fi
5133 rm -f conftest.err conftest.$ac_ext
5134
5135   # OK, works on sane cases.  Now check whether nonexistent headers
5136   # can be detected and how.
5137   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5138 /* end confdefs.h.  */
5139 #include <ac_nonexistent.h>
5140 _ACEOF
5141 if ac_fn_c_try_cpp "$LINENO"; then :
5142   # Broken: success on invalid input.
5143 continue
5144 else
5145   # Passes both tests.
5146 ac_preproc_ok=:
5147 break
5148 fi
5149 rm -f conftest.err conftest.$ac_ext
5150
5151 done
5152 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5153 rm -f conftest.err conftest.$ac_ext
5154 if $ac_preproc_ok; then :
5155   break
5156 fi
5157
5158     done
5159     ac_cv_prog_CPP=$CPP
5160
5161 fi
5162   CPP=$ac_cv_prog_CPP
5163 else
5164   ac_cv_prog_CPP=$CPP
5165 fi
5166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5167 $as_echo "$CPP" >&6; }
5168 ac_preproc_ok=false
5169 for ac_c_preproc_warn_flag in '' yes
5170 do
5171   # Use a header file that comes with gcc, so configuring glibc
5172   # with a fresh cross-compiler works.
5173   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5174   # <limits.h> exists even on freestanding compilers.
5175   # On the NeXT, cc -E runs the code through the compiler's parser,
5176   # not just through cpp. "Syntax error" is here to catch this case.
5177   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5178 /* end confdefs.h.  */
5179 #ifdef __STDC__
5180 # include <limits.h>
5181 #else
5182 # include <assert.h>
5183 #endif
5184                      Syntax error
5185 _ACEOF
5186 if ac_fn_c_try_cpp "$LINENO"; then :
5187
5188 else
5189   # Broken: fails on valid input.
5190 continue
5191 fi
5192 rm -f conftest.err conftest.$ac_ext
5193
5194   # OK, works on sane cases.  Now check whether nonexistent headers
5195   # can be detected and how.
5196   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5197 /* end confdefs.h.  */
5198 #include <ac_nonexistent.h>
5199 _ACEOF
5200 if ac_fn_c_try_cpp "$LINENO"; then :
5201   # Broken: success on invalid input.
5202 continue
5203 else
5204   # Passes both tests.
5205 ac_preproc_ok=:
5206 break
5207 fi
5208 rm -f conftest.err conftest.$ac_ext
5209
5210 done
5211 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5212 rm -f conftest.err conftest.$ac_ext
5213 if $ac_preproc_ok; then :
5214
5215 else
5216   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5217 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5218 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5219 See \`config.log' for more details." "$LINENO" 5; }
5220 fi
5221
5222 ac_ext=c
5223 ac_cpp='$CPP $CPPFLAGS'
5224 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5225 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5226 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5227
5228
5229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5230 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5231 if test "${ac_cv_path_GREP+set}" = set; then :
5232   $as_echo_n "(cached) " >&6
5233 else
5234   if test -z "$GREP"; then
5235   ac_path_GREP_found=false
5236   # Loop through the user's path and test for each of PROGNAME-LIST
5237   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5238 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5239 do
5240   IFS=$as_save_IFS
5241   test -z "$as_dir" && as_dir=.
5242     for ac_prog in grep ggrep; do
5243     for ac_exec_ext in '' $ac_executable_extensions; do
5244       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5245       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5246 # Check for GNU ac_path_GREP and select it if it is found.
5247   # Check for GNU $ac_path_GREP
5248 case `"$ac_path_GREP" --version 2>&1` in
5249 *GNU*)
5250   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5251 *)
5252   ac_count=0
5253   $as_echo_n 0123456789 >"conftest.in"
5254   while :
5255   do
5256     cat "conftest.in" "conftest.in" >"conftest.tmp"
5257     mv "conftest.tmp" "conftest.in"
5258     cp "conftest.in" "conftest.nl"
5259     $as_echo 'GREP' >> "conftest.nl"
5260     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5261     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5262     as_fn_arith $ac_count + 1 && ac_count=$as_val
5263     if test $ac_count -gt ${ac_path_GREP_max-0}; then
5264       # Best one so far, save it but keep looking for a better one
5265       ac_cv_path_GREP="$ac_path_GREP"
5266       ac_path_GREP_max=$ac_count
5267     fi
5268     # 10*(2^10) chars as input seems more than enough
5269     test $ac_count -gt 10 && break
5270   done
5271   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5272 esac
5273
5274       $ac_path_GREP_found && break 3
5275     done
5276   done
5277   done
5278 IFS=$as_save_IFS
5279   if test -z "$ac_cv_path_GREP"; then
5280     as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5281   fi
5282 else
5283   ac_cv_path_GREP=$GREP
5284 fi
5285
5286 fi
5287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5288 $as_echo "$ac_cv_path_GREP" >&6; }
5289  GREP="$ac_cv_path_GREP"
5290
5291
5292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5293 $as_echo_n "checking for egrep... " >&6; }
5294 if test "${ac_cv_path_EGREP+set}" = set; then :
5295   $as_echo_n "(cached) " >&6
5296 else
5297   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5298    then ac_cv_path_EGREP="$GREP -E"
5299    else
5300      if test -z "$EGREP"; then
5301   ac_path_EGREP_found=false
5302   # Loop through the user's path and test for each of PROGNAME-LIST
5303   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5304 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5305 do
5306   IFS=$as_save_IFS
5307   test -z "$as_dir" && as_dir=.
5308     for ac_prog in egrep; do
5309     for ac_exec_ext in '' $ac_executable_extensions; do
5310       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5311       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5312 # Check for GNU ac_path_EGREP and select it if it is found.
5313   # Check for GNU $ac_path_EGREP
5314 case `"$ac_path_EGREP" --version 2>&1` in
5315 *GNU*)
5316   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5317 *)
5318   ac_count=0
5319   $as_echo_n 0123456789 >"conftest.in"
5320   while :
5321   do
5322     cat "conftest.in" "conftest.in" >"conftest.tmp"
5323     mv "conftest.tmp" "conftest.in"
5324     cp "conftest.in" "conftest.nl"
5325     $as_echo 'EGREP' >> "conftest.nl"
5326     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5327     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5328     as_fn_arith $ac_count + 1 && ac_count=$as_val
5329     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5330       # Best one so far, save it but keep looking for a better one
5331       ac_cv_path_EGREP="$ac_path_EGREP"
5332       ac_path_EGREP_max=$ac_count
5333     fi
5334     # 10*(2^10) chars as input seems more than enough
5335     test $ac_count -gt 10 && break
5336   done
5337   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5338 esac
5339
5340       $ac_path_EGREP_found && break 3
5341     done
5342   done
5343   done
5344 IFS=$as_save_IFS
5345   if test -z "$ac_cv_path_EGREP"; then
5346     as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5347   fi
5348 else
5349   ac_cv_path_EGREP=$EGREP
5350 fi
5351
5352    fi
5353 fi
5354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5355 $as_echo "$ac_cv_path_EGREP" >&6; }
5356  EGREP="$ac_cv_path_EGREP"
5357
5358
5359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5360 $as_echo_n "checking for ANSI C header files... " >&6; }
5361 if test "${ac_cv_header_stdc+set}" = set; then :
5362   $as_echo_n "(cached) " >&6
5363 else
5364   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5365 /* end confdefs.h.  */
5366 #include <stdlib.h>
5367 #include <stdarg.h>
5368 #include <string.h>
5369 #include <float.h>
5370
5371 int
5372 main ()
5373 {
5374
5375   ;
5376   return 0;
5377 }
5378 _ACEOF
5379 if ac_fn_c_try_compile "$LINENO"; then :
5380   ac_cv_header_stdc=yes
5381 else
5382   ac_cv_header_stdc=no
5383 fi
5384 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5385
5386 if test $ac_cv_header_stdc = yes; then
5387   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5388   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5389 /* end confdefs.h.  */
5390 #include <string.h>
5391
5392 _ACEOF
5393 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5394   $EGREP "memchr" >/dev/null 2>&1; then :
5395
5396 else
5397   ac_cv_header_stdc=no
5398 fi
5399 rm -f conftest*
5400
5401 fi
5402
5403 if test $ac_cv_header_stdc = yes; then
5404   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5405   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5406 /* end confdefs.h.  */
5407 #include <stdlib.h>
5408
5409 _ACEOF
5410 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5411   $EGREP "free" >/dev/null 2>&1; then :
5412
5413 else
5414   ac_cv_header_stdc=no
5415 fi
5416 rm -f conftest*
5417
5418 fi
5419
5420 if test $ac_cv_header_stdc = yes; then
5421   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5422   if test "$cross_compiling" = yes; then :
5423   :
5424 else
5425   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5426 /* end confdefs.h.  */
5427 #include <ctype.h>
5428 #include <stdlib.h>
5429 #if ((' ' & 0x0FF) == 0x020)
5430 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5431 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5432 #else
5433 # define ISLOWER(c) \
5434                    (('a' <= (c) && (c) <= 'i') \
5435                      || ('j' <= (c) && (c) <= 'r') \
5436                      || ('s' <= (c) && (c) <= 'z'))
5437 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5438 #endif
5439
5440 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5441 int
5442 main ()
5443 {
5444   int i;
5445   for (i = 0; i < 256; i++)
5446     if (XOR (islower (i), ISLOWER (i))
5447         || toupper (i) != TOUPPER (i))
5448       return 2;
5449   return 0;
5450 }
5451 _ACEOF
5452 if ac_fn_c_try_run "$LINENO"; then :
5453
5454 else
5455   ac_cv_header_stdc=no
5456 fi
5457 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5458   conftest.$ac_objext conftest.beam conftest.$ac_ext
5459 fi
5460
5461 fi
5462 fi
5463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5464 $as_echo "$ac_cv_header_stdc" >&6; }
5465 if test $ac_cv_header_stdc = yes; then
5466
5467 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5468
5469 fi
5470
5471 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5472 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5473                   inttypes.h stdint.h unistd.h
5474 do :
5475   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5476 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5477 "
5478 eval as_val=\$$as_ac_Header
5479    if test "x$as_val" = x""yes; then :
5480   cat >>confdefs.h <<_ACEOF
5481 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5482 _ACEOF
5483
5484 fi
5485
5486 done
5487
5488
5489
5490   ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5491 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5492   MINIX=yes
5493 else
5494   MINIX=
5495 fi
5496
5497
5498   if test "$MINIX" = yes; then
5499
5500 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5501
5502
5503 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5504
5505
5506 $as_echo "#define _MINIX 1" >>confdefs.h
5507
5508   fi
5509
5510
5511   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5512 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5513 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5514   $as_echo_n "(cached) " >&6
5515 else
5516   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5517 /* end confdefs.h.  */
5518
5519 #         define __EXTENSIONS__ 1
5520           $ac_includes_default
5521 int
5522 main ()
5523 {
5524
5525   ;
5526   return 0;
5527 }
5528 _ACEOF
5529 if ac_fn_c_try_compile "$LINENO"; then :
5530   ac_cv_safe_to_define___extensions__=yes
5531 else
5532   ac_cv_safe_to_define___extensions__=no
5533 fi
5534 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5535 fi
5536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5537 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5538   test $ac_cv_safe_to_define___extensions__ = yes &&
5539     $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5540
5541   $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5542
5543   $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5544
5545   $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5546
5547   $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5548
5549
5550 test "$program_prefix" != NONE &&
5551   program_transform_name="s&^&$program_prefix&;$program_transform_name"
5552 # Use a double $ so make ignores it.
5553 test "$program_suffix" != NONE &&
5554   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5555 # Double any \ or $.
5556 # By default was `s,x,x', remove it if useless.
5557 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5558 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5559
5560 # Find a good install program.  We prefer a C program (faster),
5561 # so one script is as good as another.  But avoid the broken or
5562 # incompatible versions:
5563 # SysV /etc/install, /usr/sbin/install
5564 # SunOS /usr/etc/install
5565 # IRIX /sbin/install
5566 # AIX /bin/install
5567 # AmigaOS /C/install, which installs bootblocks on floppy discs
5568 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5569 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
5570 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5571 # OS/2's system install, which has a completely different semantic
5572 # ./install, which can be erroneously created by make from ./install.sh.
5573 # Reject install programs that cannot install multiple files.
5574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5575 $as_echo_n "checking for a BSD-compatible install... " >&6; }
5576 if test -z "$INSTALL"; then
5577 if test "${ac_cv_path_install+set}" = set; then :
5578   $as_echo_n "(cached) " >&6
5579 else
5580   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5581 for as_dir in $PATH
5582 do
5583   IFS=$as_save_IFS
5584   test -z "$as_dir" && as_dir=.
5585     # Account for people who put trailing slashes in PATH elements.
5586 case $as_dir/ in #((
5587   ./ | .// | /[cC]/* | \
5588   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5589   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5590   /usr/ucb/* ) ;;
5591   *)
5592     # OSF1 and SCO ODT 3.0 have their own names for install.
5593     # Don't use installbsd from OSF since it installs stuff as root
5594     # by default.
5595     for ac_prog in ginstall scoinst install; do
5596       for ac_exec_ext in '' $ac_executable_extensions; do
5597         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
5598           if test $ac_prog = install &&
5599             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5600             # AIX install.  It has an incompatible calling convention.
5601             :
5602           elif test $ac_prog = install &&
5603             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5604             # program-specific install script used by HP pwplus--don't use.
5605             :
5606           else
5607             rm -rf conftest.one conftest.two conftest.dir
5608             echo one > conftest.one
5609             echo two > conftest.two
5610             mkdir conftest.dir
5611             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5612               test -s conftest.one && test -s conftest.two &&
5613               test -s conftest.dir/conftest.one &&
5614               test -s conftest.dir/conftest.two
5615             then
5616               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5617               break 3
5618             fi
5619           fi
5620         fi
5621       done
5622     done
5623     ;;
5624 esac
5625
5626   done
5627 IFS=$as_save_IFS
5628
5629 rm -rf conftest.one conftest.two conftest.dir
5630
5631 fi
5632   if test "${ac_cv_path_install+set}" = set; then
5633     INSTALL=$ac_cv_path_install
5634   else
5635     # As a last resort, use the slow shell script.  Don't cache a
5636     # value for INSTALL within a source directory, because that will
5637     # break other packages using the cache if that directory is
5638     # removed, or if the value is a relative name.
5639     INSTALL=$ac_install_sh
5640   fi
5641 fi
5642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5643 $as_echo "$INSTALL" >&6; }
5644
5645 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5646 # It thinks the first close brace ends the variable substitution.
5647 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5648
5649 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5650
5651 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5652
5653 rm -rf .tst 2>/dev/null
5654 mkdir .tst 2>/dev/null
5655 if test -d .tst; then
5656   am__leading_dot=.
5657 else
5658   am__leading_dot=_
5659 fi
5660 rmdir .tst 2>/dev/null
5661
5662 DEPDIR="${am__leading_dot}deps"
5663
5664 case `pwd` in
5665   *\ * | *\     *)
5666     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5667 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5668 esac
5669
5670
5671
5672 macro_version='2.2.7a'
5673 macro_revision='1.3134'
5674
5675
5676
5677
5678
5679
5680
5681
5682
5683
5684
5685
5686
5687 ltmain="$ac_aux_dir/ltmain.sh"
5688
5689 # Backslashify metacharacters that are still active within
5690 # double-quoted strings.
5691 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5692
5693 # Same as above, but do not quote variable references.
5694 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5695
5696 # Sed substitution to delay expansion of an escaped shell variable in a
5697 # double_quote_subst'ed string.
5698 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5699
5700 # Sed substitution to delay expansion of an escaped single quote.
5701 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5702
5703 # Sed substitution to avoid accidental globbing in evaled expressions
5704 no_glob_subst='s/\*/\\\*/g'
5705
5706 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5707 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5708 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5709
5710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5711 $as_echo_n "checking how to print strings... " >&6; }
5712 # Test print first, because it will be a builtin if present.
5713 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5714    test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5715   ECHO='print -r --'
5716 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5717   ECHO='printf %s\n'
5718 else
5719   # Use this function as a fallback that always works.
5720   func_fallback_echo ()
5721   {
5722     eval 'cat <<_LTECHO_EOF
5723 $1
5724 _LTECHO_EOF'
5725   }
5726   ECHO='func_fallback_echo'
5727 fi
5728
5729 # func_echo_all arg...
5730 # Invoke $ECHO with all args, space-separated.
5731 func_echo_all ()
5732 {
5733     $ECHO ""
5734 }
5735
5736 case "$ECHO" in
5737   printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5738 $as_echo "printf" >&6; } ;;
5739   print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5740 $as_echo "print -r" >&6; } ;;
5741   *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5742 $as_echo "cat" >&6; } ;;
5743 esac
5744
5745
5746
5747
5748
5749
5750
5751
5752
5753
5754
5755
5756
5757
5758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5759 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5760 if test "${ac_cv_path_SED+set}" = set; then :
5761   $as_echo_n "(cached) " >&6
5762 else
5763             ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5764      for ac_i in 1 2 3 4 5 6 7; do
5765        ac_script="$ac_script$as_nl$ac_script"
5766      done
5767      echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5768      { ac_script=; unset ac_script;}
5769      if test -z "$SED"; then
5770   ac_path_SED_found=false
5771   # Loop through the user's path and test for each of PROGNAME-LIST
5772   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5773 for as_dir in $PATH
5774 do
5775   IFS=$as_save_IFS
5776   test -z "$as_dir" && as_dir=.
5777     for ac_prog in sed gsed; do
5778     for ac_exec_ext in '' $ac_executable_extensions; do
5779       ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5780       { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5781 # Check for GNU ac_path_SED and select it if it is found.
5782   # Check for GNU $ac_path_SED
5783 case `"$ac_path_SED" --version 2>&1` in
5784 *GNU*)
5785   ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5786 *)
5787   ac_count=0
5788   $as_echo_n 0123456789 >"conftest.in"
5789   while :
5790   do
5791     cat "conftest.in" "conftest.in" >"conftest.tmp"
5792     mv "conftest.tmp" "conftest.in"
5793     cp "conftest.in" "conftest.nl"
5794     $as_echo '' >> "conftest.nl"
5795     "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5796     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5797     as_fn_arith $ac_count + 1 && ac_count=$as_val
5798     if test $ac_count -gt ${ac_path_SED_max-0}; then
5799       # Best one so far, save it but keep looking for a better one
5800       ac_cv_path_SED="$ac_path_SED"
5801       ac_path_SED_max=$ac_count
5802     fi
5803     # 10*(2^10) chars as input seems more than enough
5804     test $ac_count -gt 10 && break
5805   done
5806   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5807 esac
5808
5809       $ac_path_SED_found && break 3
5810     done
5811   done
5812   done
5813 IFS=$as_save_IFS
5814   if test -z "$ac_cv_path_SED"; then
5815     as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5816   fi
5817 else
5818   ac_cv_path_SED=$SED
5819 fi
5820
5821 fi
5822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5823 $as_echo "$ac_cv_path_SED" >&6; }
5824  SED="$ac_cv_path_SED"
5825   rm -f conftest.sed
5826
5827 test -z "$SED" && SED=sed
5828 Xsed="$SED -e 1s/^X//"
5829
5830
5831
5832
5833
5834
5835
5836
5837
5838
5839
5840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5841 $as_echo_n "checking for fgrep... " >&6; }
5842 if test "${ac_cv_path_FGREP+set}" = set; then :
5843   $as_echo_n "(cached) " >&6
5844 else
5845   if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5846    then ac_cv_path_FGREP="$GREP -F"
5847    else
5848      if test -z "$FGREP"; then
5849   ac_path_FGREP_found=false
5850   # Loop through the user's path and test for each of PROGNAME-LIST
5851   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5852 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5853 do
5854   IFS=$as_save_IFS
5855   test -z "$as_dir" && as_dir=.
5856     for ac_prog in fgrep; do
5857     for ac_exec_ext in '' $ac_executable_extensions; do
5858       ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5859       { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5860 # Check for GNU ac_path_FGREP and select it if it is found.
5861   # Check for GNU $ac_path_FGREP
5862 case `"$ac_path_FGREP" --version 2>&1` in
5863 *GNU*)
5864   ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5865 *)
5866   ac_count=0
5867   $as_echo_n 0123456789 >"conftest.in"
5868   while :
5869   do
5870     cat "conftest.in" "conftest.in" >"conftest.tmp"
5871     mv "conftest.tmp" "conftest.in"
5872     cp "conftest.in" "conftest.nl"
5873     $as_echo 'FGREP' >> "conftest.nl"
5874     "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5875     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5876     as_fn_arith $ac_count + 1 && ac_count=$as_val
5877     if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5878       # Best one so far, save it but keep looking for a better one
5879       ac_cv_path_FGREP="$ac_path_FGREP"
5880       ac_path_FGREP_max=$ac_count
5881     fi
5882     # 10*(2^10) chars as input seems more than enough
5883     test $ac_count -gt 10 && break
5884   done
5885   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5886 esac
5887
5888       $ac_path_FGREP_found && break 3
5889     done
5890   done
5891   done
5892 IFS=$as_save_IFS
5893   if test -z "$ac_cv_path_FGREP"; then
5894     as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5895   fi
5896 else
5897   ac_cv_path_FGREP=$FGREP
5898 fi
5899
5900    fi
5901 fi
5902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5903 $as_echo "$ac_cv_path_FGREP" >&6; }
5904  FGREP="$ac_cv_path_FGREP"
5905
5906
5907 test -z "$GREP" && GREP=grep
5908
5909
5910
5911
5912
5913
5914
5915
5916
5917
5918
5919
5920
5921
5922
5923
5924
5925
5926
5927 # Check whether --with-gnu-ld was given.
5928 if test "${with_gnu_ld+set}" = set; then :
5929   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5930 else
5931   with_gnu_ld=no
5932 fi
5933
5934 ac_prog=ld
5935 if test "$GCC" = yes; then
5936   # Check if gcc -print-prog-name=ld gives a path.
5937   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5938 $as_echo_n "checking for ld used by $CC... " >&6; }
5939   case $host in
5940   *-*-mingw*)
5941     # gcc leaves a trailing carriage return which upsets mingw
5942     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5943   *)
5944     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5945   esac
5946   case $ac_prog in
5947     # Accept absolute paths.
5948     [\\/]* | ?:[\\/]*)
5949       re_direlt='/[^/][^/]*/\.\./'
5950       # Canonicalize the pathname of ld
5951       ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5952       while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5953         ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5954       done
5955       test -z "$LD" && LD="$ac_prog"
5956       ;;
5957   "")
5958     # If it fails, then pretend we aren't using GCC.
5959     ac_prog=ld
5960     ;;
5961   *)
5962     # If it is relative, then search for the first ld in PATH.
5963     with_gnu_ld=unknown
5964     ;;
5965   esac
5966 elif test "$with_gnu_ld" = yes; then
5967   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5968 $as_echo_n "checking for GNU ld... " >&6; }
5969 else
5970   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5971 $as_echo_n "checking for non-GNU ld... " >&6; }
5972 fi
5973 if test "${lt_cv_path_LD+set}" = set; then :
5974   $as_echo_n "(cached) " >&6
5975 else
5976   if test -z "$LD"; then
5977   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5978   for ac_dir in $PATH; do
5979     IFS="$lt_save_ifs"
5980     test -z "$ac_dir" && ac_dir=.
5981     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5982       lt_cv_path_LD="$ac_dir/$ac_prog"
5983       # Check to see if the program is GNU ld.  I'd rather use --version,
5984       # but apparently some variants of GNU ld only accept -v.
5985       # Break only if it was the GNU/non-GNU ld that we prefer.
5986       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5987       *GNU* | *'with BFD'*)
5988         test "$with_gnu_ld" != no && break
5989         ;;
5990       *)
5991         test "$with_gnu_ld" != yes && break
5992         ;;
5993       esac
5994     fi
5995   done
5996   IFS="$lt_save_ifs"
5997 else
5998   lt_cv_path_LD="$LD" # Let the user override the test with a path.
5999 fi
6000 fi
6001
6002 LD="$lt_cv_path_LD"
6003 if test -n "$LD"; then
6004   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
6005 $as_echo "$LD" >&6; }
6006 else
6007   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6008 $as_echo "no" >&6; }
6009 fi
6010 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
6011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
6012 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
6013 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
6014   $as_echo_n "(cached) " >&6
6015 else
6016   # I'd rather use --version here, but apparently some GNU lds only accept -v.
6017 case `$LD -v 2>&1 </dev/null` in
6018 *GNU* | *'with BFD'*)
6019   lt_cv_prog_gnu_ld=yes
6020   ;;
6021 *)
6022   lt_cv_prog_gnu_ld=no
6023   ;;
6024 esac
6025 fi
6026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
6027 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
6028 with_gnu_ld=$lt_cv_prog_gnu_ld
6029
6030
6031
6032
6033
6034
6035
6036
6037
6038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
6039 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
6040 if test "${lt_cv_path_NM+set}" = set; then :
6041   $as_echo_n "(cached) " >&6
6042 else
6043   if test -n "$NM"; then
6044   # Let the user override the test.
6045   lt_cv_path_NM="$NM"
6046 else
6047   lt_nm_to_check="${ac_tool_prefix}nm"
6048   if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
6049     lt_nm_to_check="$lt_nm_to_check nm"
6050   fi
6051   for lt_tmp_nm in $lt_nm_to_check; do
6052     lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6053     for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
6054       IFS="$lt_save_ifs"
6055       test -z "$ac_dir" && ac_dir=.
6056       tmp_nm="$ac_dir/$lt_tmp_nm"
6057       if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
6058         # Check to see if the nm accepts a BSD-compat flag.
6059         # Adding the `sed 1q' prevents false positives on HP-UX, which says:
6060         #   nm: unknown option "B" ignored
6061         # Tru64's nm complains that /dev/null is an invalid object file
6062         case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
6063         */dev/null* | *'Invalid file or object type'*)
6064           lt_cv_path_NM="$tmp_nm -B"
6065           break
6066           ;;
6067         *)
6068           case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
6069           */dev/null*)
6070             lt_cv_path_NM="$tmp_nm -p"
6071             break
6072             ;;
6073           *)
6074             lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
6075             continue # so that we can try to find one that supports BSD flags
6076             ;;
6077           esac
6078           ;;
6079         esac
6080       fi
6081     done
6082     IFS="$lt_save_ifs"
6083   done
6084   : ${lt_cv_path_NM=no}
6085 fi
6086 fi
6087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
6088 $as_echo "$lt_cv_path_NM" >&6; }
6089 if test "$lt_cv_path_NM" != "no"; then
6090   NM="$lt_cv_path_NM"
6091 else
6092   # Didn't find any BSD compatible name lister, look for dumpbin.
6093   if test -n "$DUMPBIN"; then :
6094     # Let the user override the test.
6095   else
6096     if test -n "$ac_tool_prefix"; then
6097   for ac_prog in dumpbin "link -dump"
6098   do
6099     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6100 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6102 $as_echo_n "checking for $ac_word... " >&6; }
6103 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
6104   $as_echo_n "(cached) " >&6
6105 else
6106   if test -n "$DUMPBIN"; then
6107   ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6108 else
6109 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6110 for as_dir in $PATH
6111 do
6112   IFS=$as_save_IFS
6113   test -z "$as_dir" && as_dir=.
6114     for ac_exec_ext in '' $ac_executable_extensions; do
6115   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6116     ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6117     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6118     break 2
6119   fi
6120 done
6121   done
6122 IFS=$as_save_IFS
6123
6124 fi
6125 fi
6126 DUMPBIN=$ac_cv_prog_DUMPBIN
6127 if test -n "$DUMPBIN"; then
6128   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6129 $as_echo "$DUMPBIN" >&6; }
6130 else
6131   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6132 $as_echo "no" >&6; }
6133 fi
6134
6135
6136     test -n "$DUMPBIN" && break
6137   done
6138 fi
6139 if test -z "$DUMPBIN"; then
6140   ac_ct_DUMPBIN=$DUMPBIN
6141   for ac_prog in dumpbin "link -dump"
6142 do
6143   # Extract the first word of "$ac_prog", so it can be a program name with args.
6144 set dummy $ac_prog; ac_word=$2
6145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6146 $as_echo_n "checking for $ac_word... " >&6; }
6147 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
6148   $as_echo_n "(cached) " >&6
6149 else
6150   if test -n "$ac_ct_DUMPBIN"; then
6151   ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6152 else
6153 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6154 for as_dir in $PATH
6155 do
6156   IFS=$as_save_IFS
6157   test -z "$as_dir" && as_dir=.
6158     for ac_exec_ext in '' $ac_executable_extensions; do
6159   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6160     ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6161     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6162     break 2
6163   fi
6164 done
6165   done
6166 IFS=$as_save_IFS
6167
6168 fi
6169 fi
6170 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6171 if test -n "$ac_ct_DUMPBIN"; then
6172   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6173 $as_echo "$ac_ct_DUMPBIN" >&6; }
6174 else
6175   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6176 $as_echo "no" >&6; }
6177 fi
6178
6179
6180   test -n "$ac_ct_DUMPBIN" && break
6181 done
6182
6183   if test "x$ac_ct_DUMPBIN" = x; then
6184     DUMPBIN=":"
6185   else
6186     case $cross_compiling:$ac_tool_warned in
6187 yes:)
6188 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6189 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6190 ac_tool_warned=yes ;;
6191 esac
6192     DUMPBIN=$ac_ct_DUMPBIN
6193   fi
6194 fi
6195
6196     case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6197     *COFF*)
6198       DUMPBIN="$DUMPBIN -symbols"
6199       ;;
6200     *)
6201       DUMPBIN=:
6202       ;;
6203     esac
6204   fi
6205
6206   if test "$DUMPBIN" != ":"; then
6207     NM="$DUMPBIN"
6208   fi
6209 fi
6210 test -z "$NM" && NM=nm
6211
6212
6213
6214
6215
6216
6217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6218 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
6219 if test "${lt_cv_nm_interface+set}" = set; then :
6220   $as_echo_n "(cached) " >&6
6221 else
6222   lt_cv_nm_interface="BSD nm"
6223   echo "int some_variable = 0;" > conftest.$ac_ext
6224   (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6225   (eval "$ac_compile" 2>conftest.err)
6226   cat conftest.err >&5
6227   (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6228   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6229   cat conftest.err >&5
6230   (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6231   cat conftest.out >&5
6232   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6233     lt_cv_nm_interface="MS dumpbin"
6234   fi
6235   rm -f conftest*
6236 fi
6237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6238 $as_echo "$lt_cv_nm_interface" >&6; }
6239
6240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6241 $as_echo_n "checking whether ln -s works... " >&6; }
6242 LN_S=$as_ln_s
6243 if test "$LN_S" = "ln -s"; then
6244   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6245 $as_echo "yes" >&6; }
6246 else
6247   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6248 $as_echo "no, using $LN_S" >&6; }
6249 fi
6250
6251 # find the maximum length of command line arguments
6252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6253 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
6254 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
6255   $as_echo_n "(cached) " >&6
6256 else
6257     i=0
6258   teststring="ABCD"
6259
6260   case $build_os in
6261   msdosdjgpp*)
6262     # On DJGPP, this test can blow up pretty badly due to problems in libc
6263     # (any single argument exceeding 2000 bytes causes a buffer overrun
6264     # during glob expansion).  Even if it were fixed, the result of this
6265     # check would be larger than it should be.
6266     lt_cv_sys_max_cmd_len=12288;    # 12K is about right
6267     ;;
6268
6269   gnu*)
6270     # Under GNU Hurd, this test is not required because there is
6271     # no limit to the length of command line arguments.
6272     # Libtool will interpret -1 as no limit whatsoever
6273     lt_cv_sys_max_cmd_len=-1;
6274     ;;
6275
6276   cygwin* | mingw* | cegcc*)
6277     # On Win9x/ME, this test blows up -- it succeeds, but takes
6278     # about 5 minutes as the teststring grows exponentially.
6279     # Worse, since 9x/ME are not pre-emptively multitasking,
6280     # you end up with a "frozen" computer, even though with patience
6281     # the test eventually succeeds (with a max line length of 256k).
6282     # Instead, let's just punt: use the minimum linelength reported by
6283     # all of the supported platforms: 8192 (on NT/2K/XP).
6284     lt_cv_sys_max_cmd_len=8192;
6285     ;;
6286
6287   mint*)
6288     # On MiNT this can take a long time and run out of memory.
6289     lt_cv_sys_max_cmd_len=8192;
6290     ;;
6291
6292   amigaos*)
6293     # On AmigaOS with pdksh, this test takes hours, literally.
6294     # So we just punt and use a minimum line length of 8192.
6295     lt_cv_sys_max_cmd_len=8192;
6296     ;;
6297
6298   netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6299     # This has been around since 386BSD, at least.  Likely further.
6300     if test -x /sbin/sysctl; then
6301       lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6302     elif test -x /usr/sbin/sysctl; then
6303       lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6304     else
6305       lt_cv_sys_max_cmd_len=65536       # usable default for all BSDs
6306     fi
6307     # And add a safety zone
6308     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6309     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6310     ;;
6311
6312   interix*)
6313     # We know the value 262144 and hardcode it with a safety zone (like BSD)
6314     lt_cv_sys_max_cmd_len=196608
6315     ;;
6316
6317   osf*)
6318     # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6319     # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6320     # nice to cause kernel panics so lets avoid the loop below.
6321     # First set a reasonable default.
6322     lt_cv_sys_max_cmd_len=16384
6323     #
6324     if test -x /sbin/sysconfig; then
6325       case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6326         *1*) lt_cv_sys_max_cmd_len=-1 ;;
6327       esac
6328     fi
6329     ;;
6330   sco3.2v5*)
6331     lt_cv_sys_max_cmd_len=102400
6332     ;;
6333   sysv5* | sco5v6* | sysv4.2uw2*)
6334     kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6335     if test -n "$kargmax"; then
6336       lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[  ]//'`
6337     else
6338       lt_cv_sys_max_cmd_len=32768
6339     fi
6340     ;;
6341   *)
6342     lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6343     if test -n "$lt_cv_sys_max_cmd_len"; then
6344       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6345       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6346     else
6347       # Make teststring a little bigger before we do anything with it.
6348       # a 1K string should be a reasonable start.
6349       for i in 1 2 3 4 5 6 7 8 ; do
6350         teststring=$teststring$teststring
6351       done
6352       SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6353       # If test is not a shell built-in, we'll probably end up computing a
6354       # maximum length that is only half of the actual maximum length, but
6355       # we can't tell.
6356       while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6357                  = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6358               test $i != 17 # 1/2 MB should be enough
6359       do
6360         i=`expr $i + 1`
6361         teststring=$teststring$teststring
6362       done
6363       # Only check the string length outside the loop.
6364       lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6365       teststring=
6366       # Add a significant safety factor because C++ compilers can tack on
6367       # massive amounts of additional arguments before passing them to the
6368       # linker.  It appears as though 1/2 is a usable value.
6369       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6370     fi
6371     ;;
6372   esac
6373
6374 fi
6375
6376 if test -n $lt_cv_sys_max_cmd_len ; then
6377   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6378 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6379 else
6380   { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6381 $as_echo "none" >&6; }
6382 fi
6383 max_cmd_len=$lt_cv_sys_max_cmd_len
6384
6385
6386
6387
6388
6389
6390 : ${CP="cp -f"}
6391 : ${MV="mv -f"}
6392 : ${RM="rm -f"}
6393
6394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6395 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6396 # Try some XSI features
6397 xsi_shell=no
6398 ( _lt_dummy="a/b/c"
6399   test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6400       = c,a/b,, \
6401     && eval 'test $(( 1 + 1 )) -eq 2 \
6402     && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6403   && xsi_shell=yes
6404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6405 $as_echo "$xsi_shell" >&6; }
6406
6407
6408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6409 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6410 lt_shell_append=no
6411 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6412     >/dev/null 2>&1 \
6413   && lt_shell_append=yes
6414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6415 $as_echo "$lt_shell_append" >&6; }
6416
6417
6418 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6419   lt_unset=unset
6420 else
6421   lt_unset=false
6422 fi
6423
6424
6425
6426
6427
6428 # test EBCDIC or ASCII
6429 case `echo X|tr X '\101'` in
6430  A) # ASCII based system
6431     # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6432   lt_SP2NL='tr \040 \012'
6433   lt_NL2SP='tr \015\012 \040\040'
6434   ;;
6435  *) # EBCDIC based system
6436   lt_SP2NL='tr \100 \n'
6437   lt_NL2SP='tr \r\n \100\100'
6438   ;;
6439 esac
6440
6441
6442
6443
6444
6445
6446
6447
6448
6449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6450 $as_echo_n "checking for $LD option to reload object files... " >&6; }
6451 if test "${lt_cv_ld_reload_flag+set}" = set; then :
6452   $as_echo_n "(cached) " >&6
6453 else
6454   lt_cv_ld_reload_flag='-r'
6455 fi
6456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6457 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6458 reload_flag=$lt_cv_ld_reload_flag
6459 case $reload_flag in
6460 "" | " "*) ;;
6461 *) reload_flag=" $reload_flag" ;;
6462 esac
6463 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6464 case $host_os in
6465   darwin*)
6466     if test "$GCC" = yes; then
6467       reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6468     else
6469       reload_cmds='$LD$reload_flag -o $output$reload_objs'
6470     fi
6471     ;;
6472 esac
6473
6474
6475
6476
6477
6478
6479
6480
6481
6482 if test -n "$ac_tool_prefix"; then
6483   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6484 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6486 $as_echo_n "checking for $ac_word... " >&6; }
6487 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6488   $as_echo_n "(cached) " >&6
6489 else
6490   if test -n "$OBJDUMP"; then
6491   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6492 else
6493 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6494 for as_dir in $PATH
6495 do
6496   IFS=$as_save_IFS
6497   test -z "$as_dir" && as_dir=.
6498     for ac_exec_ext in '' $ac_executable_extensions; do
6499   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6500     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6501     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6502     break 2
6503   fi
6504 done
6505   done
6506 IFS=$as_save_IFS
6507
6508 fi
6509 fi
6510 OBJDUMP=$ac_cv_prog_OBJDUMP
6511 if test -n "$OBJDUMP"; then
6512   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6513 $as_echo "$OBJDUMP" >&6; }
6514 else
6515   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6516 $as_echo "no" >&6; }
6517 fi
6518
6519
6520 fi
6521 if test -z "$ac_cv_prog_OBJDUMP"; then
6522   ac_ct_OBJDUMP=$OBJDUMP
6523   # Extract the first word of "objdump", so it can be a program name with args.
6524 set dummy objdump; ac_word=$2
6525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6526 $as_echo_n "checking for $ac_word... " >&6; }
6527 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6528   $as_echo_n "(cached) " >&6
6529 else
6530   if test -n "$ac_ct_OBJDUMP"; then
6531   ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6532 else
6533 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6534 for as_dir in $PATH
6535 do
6536   IFS=$as_save_IFS
6537   test -z "$as_dir" && as_dir=.
6538     for ac_exec_ext in '' $ac_executable_extensions; do
6539   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6540     ac_cv_prog_ac_ct_OBJDUMP="objdump"
6541     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6542     break 2
6543   fi
6544 done
6545   done
6546 IFS=$as_save_IFS
6547
6548 fi
6549 fi
6550 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6551 if test -n "$ac_ct_OBJDUMP"; then
6552   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6553 $as_echo "$ac_ct_OBJDUMP" >&6; }
6554 else
6555   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6556 $as_echo "no" >&6; }
6557 fi
6558
6559   if test "x$ac_ct_OBJDUMP" = x; then
6560     OBJDUMP="false"
6561   else
6562     case $cross_compiling:$ac_tool_warned in
6563 yes:)
6564 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6565 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6566 ac_tool_warned=yes ;;
6567 esac
6568     OBJDUMP=$ac_ct_OBJDUMP
6569   fi
6570 else
6571   OBJDUMP="$ac_cv_prog_OBJDUMP"
6572 fi
6573
6574 test -z "$OBJDUMP" && OBJDUMP=objdump
6575
6576
6577
6578
6579
6580
6581
6582
6583
6584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6585 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6586 if test "${lt_cv_deplibs_check_method+set}" = set; then :
6587   $as_echo_n "(cached) " >&6
6588 else
6589   lt_cv_file_magic_cmd='$MAGIC_CMD'
6590 lt_cv_file_magic_test_file=
6591 lt_cv_deplibs_check_method='unknown'
6592 # Need to set the preceding variable on all platforms that support
6593 # interlibrary dependencies.
6594 # 'none' -- dependencies not supported.
6595 # `unknown' -- same as none, but documents that we really don't know.
6596 # 'pass_all' -- all dependencies passed with no checks.
6597 # 'test_compile' -- check by making test program.
6598 # 'file_magic [[regex]]' -- check by looking for files in library path
6599 # which responds to the $file_magic_cmd with a given extended regex.
6600 # If you have `file' or equivalent on your system and you're not sure
6601 # whether `pass_all' will *always* work, you probably want this one.
6602
6603 case $host_os in
6604 aix[4-9]*)
6605   lt_cv_deplibs_check_method=pass_all
6606   ;;
6607
6608 beos*)
6609   lt_cv_deplibs_check_method=pass_all
6610   ;;
6611
6612 bsdi[45]*)
6613   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6614   lt_cv_file_magic_cmd='/usr/bin/file -L'
6615   lt_cv_file_magic_test_file=/shlib/libc.so
6616   ;;
6617
6618 cygwin*)
6619   # func_win32_libid is a shell function defined in ltmain.sh
6620   lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6621   lt_cv_file_magic_cmd='func_win32_libid'
6622   ;;
6623
6624 mingw* | pw32*)
6625   # Base MSYS/MinGW do not provide the 'file' command needed by
6626   # func_win32_libid shell function, so use a weaker test based on 'objdump',
6627   # unless we find 'file', for example because we are cross-compiling.
6628   # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6629   if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6630     lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6631     lt_cv_file_magic_cmd='func_win32_libid'
6632   else
6633     lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6634     lt_cv_file_magic_cmd='$OBJDUMP -f'
6635   fi
6636   ;;
6637
6638 cegcc*)
6639   # use the weaker test based on 'objdump'. See mingw*.
6640   lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6641   lt_cv_file_magic_cmd='$OBJDUMP -f'
6642   ;;
6643
6644 darwin* | rhapsody*)
6645   lt_cv_deplibs_check_method=pass_all
6646   ;;
6647
6648 freebsd* | dragonfly*)
6649   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6650     case $host_cpu in
6651     i*86 )
6652       # Not sure whether the presence of OpenBSD here was a mistake.
6653       # Let's accept both of them until this is cleared up.
6654       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6655       lt_cv_file_magic_cmd=/usr/bin/file
6656       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6657       ;;
6658     esac
6659   else
6660     lt_cv_deplibs_check_method=pass_all
6661   fi
6662   ;;
6663
6664 gnu*)
6665   lt_cv_deplibs_check_method=pass_all
6666   ;;
6667
6668 haiku*)
6669   lt_cv_deplibs_check_method=pass_all
6670   ;;
6671
6672 hpux10.20* | hpux11*)
6673   lt_cv_file_magic_cmd=/usr/bin/file
6674   case $host_cpu in
6675   ia64*)
6676     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6677     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6678     ;;
6679   hppa*64*)
6680     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
6681     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6682     ;;
6683   *)
6684     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6685     lt_cv_file_magic_test_file=/usr/lib/libc.sl
6686     ;;
6687   esac
6688   ;;
6689
6690 interix[3-9]*)
6691   # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6692   lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6693   ;;
6694
6695 irix5* | irix6* | nonstopux*)
6696   case $LD in
6697   *-32|*"-32 ") libmagic=32-bit;;
6698   *-n32|*"-n32 ") libmagic=N32;;
6699   *-64|*"-64 ") libmagic=64-bit;;
6700   *) libmagic=never-match;;
6701   esac
6702   lt_cv_deplibs_check_method=pass_all
6703   ;;
6704
6705 # This must be Linux ELF.
6706 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6707   lt_cv_deplibs_check_method=pass_all
6708   ;;
6709
6710 netbsd*)
6711   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6712     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6713   else
6714     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6715   fi
6716   ;;
6717
6718 newos6*)
6719   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6720   lt_cv_file_magic_cmd=/usr/bin/file
6721   lt_cv_file_magic_test_file=/usr/lib/libnls.so
6722   ;;
6723
6724 *nto* | *qnx*)
6725   lt_cv_deplibs_check_method=pass_all
6726   ;;
6727
6728 openbsd*)
6729   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6730     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6731   else
6732     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6733   fi
6734   ;;
6735
6736 osf3* | osf4* | osf5*)
6737   lt_cv_deplibs_check_method=pass_all
6738   ;;
6739
6740 rdos*)
6741   lt_cv_deplibs_check_method=pass_all
6742   ;;
6743
6744 solaris*)
6745   lt_cv_deplibs_check_method=pass_all
6746   ;;
6747
6748 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6749   lt_cv_deplibs_check_method=pass_all
6750   ;;
6751
6752 sysv4 | sysv4.3*)
6753   case $host_vendor in
6754   motorola)
6755     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
6756     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6757     ;;
6758   ncr)
6759     lt_cv_deplibs_check_method=pass_all
6760     ;;
6761   sequent)
6762     lt_cv_file_magic_cmd='/bin/file'
6763     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6764     ;;
6765   sni)
6766     lt_cv_file_magic_cmd='/bin/file'
6767     lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6768     lt_cv_file_magic_test_file=/lib/libc.so
6769     ;;
6770   siemens)
6771     lt_cv_deplibs_check_method=pass_all
6772     ;;
6773   pc)
6774     lt_cv_deplibs_check_method=pass_all
6775     ;;
6776   esac
6777   ;;
6778
6779 tpf*)
6780   lt_cv_deplibs_check_method=pass_all
6781   ;;
6782 esac
6783
6784 fi
6785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6786 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6787 file_magic_cmd=$lt_cv_file_magic_cmd
6788 deplibs_check_method=$lt_cv_deplibs_check_method
6789 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6790
6791
6792
6793
6794
6795
6796
6797
6798
6799
6800
6801
6802 if test -n "$ac_tool_prefix"; then
6803   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6804 set dummy ${ac_tool_prefix}ar; ac_word=$2
6805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6806 $as_echo_n "checking for $ac_word... " >&6; }
6807 if test "${ac_cv_prog_AR+set}" = set; then :
6808   $as_echo_n "(cached) " >&6
6809 else
6810   if test -n "$AR"; then
6811   ac_cv_prog_AR="$AR" # Let the user override the test.
6812 else
6813 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6814 for as_dir in $PATH
6815 do
6816   IFS=$as_save_IFS
6817   test -z "$as_dir" && as_dir=.
6818     for ac_exec_ext in '' $ac_executable_extensions; do
6819   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6820     ac_cv_prog_AR="${ac_tool_prefix}ar"
6821     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6822     break 2
6823   fi
6824 done
6825   done
6826 IFS=$as_save_IFS
6827
6828 fi
6829 fi
6830 AR=$ac_cv_prog_AR
6831 if test -n "$AR"; then
6832   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6833 $as_echo "$AR" >&6; }
6834 else
6835   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6836 $as_echo "no" >&6; }
6837 fi
6838
6839
6840 fi
6841 if test -z "$ac_cv_prog_AR"; then
6842   ac_ct_AR=$AR
6843   # Extract the first word of "ar", so it can be a program name with args.
6844 set dummy ar; ac_word=$2
6845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6846 $as_echo_n "checking for $ac_word... " >&6; }
6847 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6848   $as_echo_n "(cached) " >&6
6849 else
6850   if test -n "$ac_ct_AR"; then
6851   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6852 else
6853 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6854 for as_dir in $PATH
6855 do
6856   IFS=$as_save_IFS
6857   test -z "$as_dir" && as_dir=.
6858     for ac_exec_ext in '' $ac_executable_extensions; do
6859   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6860     ac_cv_prog_ac_ct_AR="ar"
6861     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6862     break 2
6863   fi
6864 done
6865   done
6866 IFS=$as_save_IFS
6867
6868 fi
6869 fi
6870 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6871 if test -n "$ac_ct_AR"; then
6872   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6873 $as_echo "$ac_ct_AR" >&6; }
6874 else
6875   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6876 $as_echo "no" >&6; }
6877 fi
6878
6879   if test "x$ac_ct_AR" = x; then
6880     AR="false"
6881   else
6882     case $cross_compiling:$ac_tool_warned in
6883 yes:)
6884 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6885 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6886 ac_tool_warned=yes ;;
6887 esac
6888     AR=$ac_ct_AR
6889   fi
6890 else
6891   AR="$ac_cv_prog_AR"
6892 fi
6893
6894 test -z "$AR" && AR=ar
6895 test -z "$AR_FLAGS" && AR_FLAGS=cru
6896
6897
6898
6899
6900
6901
6902
6903
6904
6905
6906
6907 if test -n "$ac_tool_prefix"; then
6908   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6909 set dummy ${ac_tool_prefix}strip; ac_word=$2
6910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6911 $as_echo_n "checking for $ac_word... " >&6; }
6912 if test "${ac_cv_prog_STRIP+set}" = set; then :
6913   $as_echo_n "(cached) " >&6
6914 else
6915   if test -n "$STRIP"; then
6916   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6917 else
6918 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6919 for as_dir in $PATH
6920 do
6921   IFS=$as_save_IFS
6922   test -z "$as_dir" && as_dir=.
6923     for ac_exec_ext in '' $ac_executable_extensions; do
6924   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6925     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6926     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6927     break 2
6928   fi
6929 done
6930   done
6931 IFS=$as_save_IFS
6932
6933 fi
6934 fi
6935 STRIP=$ac_cv_prog_STRIP
6936 if test -n "$STRIP"; then
6937   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6938 $as_echo "$STRIP" >&6; }
6939 else
6940   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6941 $as_echo "no" >&6; }
6942 fi
6943
6944
6945 fi
6946 if test -z "$ac_cv_prog_STRIP"; then
6947   ac_ct_STRIP=$STRIP
6948   # Extract the first word of "strip", so it can be a program name with args.
6949 set dummy strip; ac_word=$2
6950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6951 $as_echo_n "checking for $ac_word... " >&6; }
6952 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6953   $as_echo_n "(cached) " >&6
6954 else
6955   if test -n "$ac_ct_STRIP"; then
6956   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6957 else
6958 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6959 for as_dir in $PATH
6960 do
6961   IFS=$as_save_IFS
6962   test -z "$as_dir" && as_dir=.
6963     for ac_exec_ext in '' $ac_executable_extensions; do
6964   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6965     ac_cv_prog_ac_ct_STRIP="strip"
6966     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6967     break 2
6968   fi
6969 done
6970   done
6971 IFS=$as_save_IFS
6972
6973 fi
6974 fi
6975 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6976 if test -n "$ac_ct_STRIP"; then
6977   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6978 $as_echo "$ac_ct_STRIP" >&6; }
6979 else
6980   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6981 $as_echo "no" >&6; }
6982 fi
6983
6984   if test "x$ac_ct_STRIP" = x; then
6985     STRIP=":"
6986   else
6987     case $cross_compiling:$ac_tool_warned in
6988 yes:)
6989 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6990 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6991 ac_tool_warned=yes ;;
6992 esac
6993     STRIP=$ac_ct_STRIP
6994   fi
6995 else
6996   STRIP="$ac_cv_prog_STRIP"
6997 fi
6998
6999 test -z "$STRIP" && STRIP=:
7000
7001
7002
7003
7004
7005
7006 if test -n "$ac_tool_prefix"; then
7007   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
7008 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
7009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7010 $as_echo_n "checking for $ac_word... " >&6; }
7011 if test "${ac_cv_prog_RANLIB+set}" = set; then :
7012   $as_echo_n "(cached) " >&6
7013 else
7014   if test -n "$RANLIB"; then
7015   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7016 else
7017 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7018 for as_dir in $PATH
7019 do
7020   IFS=$as_save_IFS
7021   test -z "$as_dir" && as_dir=.
7022     for ac_exec_ext in '' $ac_executable_extensions; do
7023   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7024     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
7025     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7026     break 2
7027   fi
7028 done
7029   done
7030 IFS=$as_save_IFS
7031
7032 fi
7033 fi
7034 RANLIB=$ac_cv_prog_RANLIB
7035 if test -n "$RANLIB"; then
7036   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
7037 $as_echo "$RANLIB" >&6; }
7038 else
7039   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7040 $as_echo "no" >&6; }
7041 fi
7042
7043
7044 fi
7045 if test -z "$ac_cv_prog_RANLIB"; then
7046   ac_ct_RANLIB=$RANLIB
7047   # Extract the first word of "ranlib", so it can be a program name with args.
7048 set dummy ranlib; ac_word=$2
7049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7050 $as_echo_n "checking for $ac_word... " >&6; }
7051 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
7052   $as_echo_n "(cached) " >&6
7053 else
7054   if test -n "$ac_ct_RANLIB"; then
7055   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7056 else
7057 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7058 for as_dir in $PATH
7059 do
7060   IFS=$as_save_IFS
7061   test -z "$as_dir" && as_dir=.
7062     for ac_exec_ext in '' $ac_executable_extensions; do
7063   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7064     ac_cv_prog_ac_ct_RANLIB="ranlib"
7065     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7066     break 2
7067   fi
7068 done
7069   done
7070 IFS=$as_save_IFS
7071
7072 fi
7073 fi
7074 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7075 if test -n "$ac_ct_RANLIB"; then
7076   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7077 $as_echo "$ac_ct_RANLIB" >&6; }
7078 else
7079   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7080 $as_echo "no" >&6; }
7081 fi
7082
7083   if test "x$ac_ct_RANLIB" = x; then
7084     RANLIB=":"
7085   else
7086     case $cross_compiling:$ac_tool_warned in
7087 yes:)
7088 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7089 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7090 ac_tool_warned=yes ;;
7091 esac
7092     RANLIB=$ac_ct_RANLIB
7093   fi
7094 else
7095   RANLIB="$ac_cv_prog_RANLIB"
7096 fi
7097
7098 test -z "$RANLIB" && RANLIB=:
7099
7100
7101
7102
7103
7104
7105 # Determine commands to create old-style static archives.
7106 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7107 old_postinstall_cmds='chmod 644 $oldlib'
7108 old_postuninstall_cmds=
7109
7110 if test -n "$RANLIB"; then
7111   case $host_os in
7112   openbsd*)
7113     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7114     ;;
7115   *)
7116     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7117     ;;
7118   esac
7119   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
7120 fi
7121
7122 case $host_os in
7123   darwin*)
7124     lock_old_archive_extraction=yes ;;
7125   *)
7126     lock_old_archive_extraction=no ;;
7127 esac
7128
7129
7130
7131
7132
7133
7134
7135
7136
7137
7138
7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149 for ac_prog in gawk mawk nawk awk
7150 do
7151   # Extract the first word of "$ac_prog", so it can be a program name with args.
7152 set dummy $ac_prog; ac_word=$2
7153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7154 $as_echo_n "checking for $ac_word... " >&6; }
7155 if test "${ac_cv_prog_AWK+set}" = set; then :
7156   $as_echo_n "(cached) " >&6
7157 else
7158   if test -n "$AWK"; then
7159   ac_cv_prog_AWK="$AWK" # Let the user override the test.
7160 else
7161 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7162 for as_dir in $PATH
7163 do
7164   IFS=$as_save_IFS
7165   test -z "$as_dir" && as_dir=.
7166     for ac_exec_ext in '' $ac_executable_extensions; do
7167   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7168     ac_cv_prog_AWK="$ac_prog"
7169     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7170     break 2
7171   fi
7172 done
7173   done
7174 IFS=$as_save_IFS
7175
7176 fi
7177 fi
7178 AWK=$ac_cv_prog_AWK
7179 if test -n "$AWK"; then
7180   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7181 $as_echo "$AWK" >&6; }
7182 else
7183   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7184 $as_echo "no" >&6; }
7185 fi
7186
7187
7188   test -n "$AWK" && break
7189 done
7190
7191
7192
7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203
7204
7205
7206
7207
7208
7209 # If no C compiler was specified, use CC.
7210 LTCC=${LTCC-"$CC"}
7211
7212 # If no C compiler flags were specified, use CFLAGS.
7213 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7214
7215 # Allow CC to be a program name with arguments.
7216 compiler=$CC
7217
7218
7219 # Check for command to grab the raw symbol name followed by C symbol from nm.
7220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7221 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7222 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
7223   $as_echo_n "(cached) " >&6
7224 else
7225
7226 # These are sane defaults that work on at least a few old systems.
7227 # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
7228
7229 # Character class describing NM global symbol codes.
7230 symcode='[BCDEGRST]'
7231
7232 # Regexp to match symbols that can be accessed directly from C.
7233 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7234
7235 # Define system-specific variables.
7236 case $host_os in
7237 aix*)
7238   symcode='[BCDT]'
7239   ;;
7240 cygwin* | mingw* | pw32* | cegcc*)
7241   symcode='[ABCDGISTW]'
7242   ;;
7243 hpux*)
7244   if test "$host_cpu" = ia64; then
7245     symcode='[ABCDEGRST]'
7246   fi
7247   ;;
7248 irix* | nonstopux*)
7249   symcode='[BCDEGRST]'
7250   ;;
7251 osf*)
7252   symcode='[BCDEGQRST]'
7253   ;;
7254 solaris*)
7255   symcode='[BDRT]'
7256   ;;
7257 sco3.2v5*)
7258   symcode='[DT]'
7259   ;;
7260 sysv4.2uw2*)
7261   symcode='[DT]'
7262   ;;
7263 sysv5* | sco5v6* | unixware* | OpenUNIX*)
7264   symcode='[ABDT]'
7265   ;;
7266 sysv4)
7267   symcode='[DFNSTU]'
7268   ;;
7269 esac
7270
7271 # If we're using GNU nm, then use its standard symbol codes.
7272 case `$NM -V 2>&1` in
7273 *GNU* | *'with BFD'*)
7274   symcode='[ABCDGIRSTW]' ;;
7275 esac
7276
7277 # Transform an extracted symbol line into a proper C declaration.
7278 # Some systems (esp. on ia64) link data and code symbols differently,
7279 # so use this general approach.
7280 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7281
7282 # Transform an extracted symbol line into symbol name and symbol address
7283 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (void *) \&\2},/p'"
7284 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/  {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"lib\2\", (void *) \&\2},/p'"
7285
7286 # Handle CRLF in mingw tool chain
7287 opt_cr=
7288 case $build_os in
7289 mingw*)
7290   opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7291   ;;
7292 esac
7293
7294 # Try without a prefix underscore, then with it.
7295 for ac_symprfx in "" "_"; do
7296
7297   # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7298   symxfrm="\\1 $ac_symprfx\\2 \\2"
7299
7300   # Write the raw and C identifiers.
7301   if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7302     # Fake it for dumpbin and say T for any non-static function
7303     # and D for any global variable.
7304     # Also find C++ and __fastcall symbols from MSVC++,
7305     # which start with @ or ?.
7306     lt_cv_sys_global_symbol_pipe="$AWK '"\
7307 "     {last_section=section; section=\$ 3};"\
7308 "     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7309 "     \$ 0!~/External *\|/{next};"\
7310 "     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7311 "     {if(hide[section]) next};"\
7312 "     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7313 "     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7314 "     s[1]~/^[@?]/{print s[1], s[1]; next};"\
7315 "     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7316 "     ' prfx=^$ac_symprfx"
7317   else
7318     lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[      ]\($symcode$symcode*\)[         ][      ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7319   fi
7320
7321   # Check to see that the pipe works correctly.
7322   pipe_works=no
7323
7324   rm -f conftest*
7325   cat > conftest.$ac_ext <<_LT_EOF
7326 #ifdef __cplusplus
7327 extern "C" {
7328 #endif
7329 char nm_test_var;
7330 void nm_test_func(void);
7331 void nm_test_func(void){}
7332 #ifdef __cplusplus
7333 }
7334 #endif
7335 int main(){nm_test_var='a';nm_test_func();return(0);}
7336 _LT_EOF
7337
7338   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7339   (eval $ac_compile) 2>&5
7340   ac_status=$?
7341   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7342   test $ac_status = 0; }; then
7343     # Now try to grab the symbols.
7344     nlist=conftest.nm
7345     if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7346   (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7347   ac_status=$?
7348   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7349   test $ac_status = 0; } && test -s "$nlist"; then
7350       # Try sorting and uniquifying the output.
7351       if sort "$nlist" | uniq > "$nlist"T; then
7352         mv -f "$nlist"T "$nlist"
7353       else
7354         rm -f "$nlist"T
7355       fi
7356
7357       # Make sure that we snagged all the symbols we need.
7358       if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7359         if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7360           cat <<_LT_EOF > conftest.$ac_ext
7361 #ifdef __cplusplus
7362 extern "C" {
7363 #endif
7364
7365 _LT_EOF
7366           # Now generate the symbol file.
7367           eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7368
7369           cat <<_LT_EOF >> conftest.$ac_ext
7370
7371 /* The mapping between symbol names and symbols.  */
7372 const struct {
7373   const char *name;
7374   void       *address;
7375 }
7376 lt__PROGRAM__LTX_preloaded_symbols[] =
7377 {
7378   { "@PROGRAM@", (void *) 0 },
7379 _LT_EOF
7380           $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7381           cat <<\_LT_EOF >> conftest.$ac_ext
7382   {0, (void *) 0}
7383 };
7384
7385 /* This works around a problem in FreeBSD linker */
7386 #ifdef FREEBSD_WORKAROUND
7387 static const void *lt_preloaded_setup() {
7388   return lt__PROGRAM__LTX_preloaded_symbols;
7389 }
7390 #endif
7391
7392 #ifdef __cplusplus
7393 }
7394 #endif
7395 _LT_EOF
7396           # Now try linking the two files.
7397           mv conftest.$ac_objext conftstm.$ac_objext
7398           lt_save_LIBS="$LIBS"
7399           lt_save_CFLAGS="$CFLAGS"
7400           LIBS="conftstm.$ac_objext"
7401           CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7402           if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7403   (eval $ac_link) 2>&5
7404   ac_status=$?
7405   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7406   test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7407             pipe_works=yes
7408           fi
7409           LIBS="$lt_save_LIBS"
7410           CFLAGS="$lt_save_CFLAGS"
7411         else
7412           echo "cannot find nm_test_func in $nlist" >&5
7413         fi
7414       else
7415         echo "cannot find nm_test_var in $nlist" >&5
7416       fi
7417     else
7418       echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7419     fi
7420   else
7421     echo "$progname: failed program was:" >&5
7422     cat conftest.$ac_ext >&5
7423   fi
7424   rm -rf conftest* conftst*
7425
7426   # Do not use the global_symbol_pipe unless it works.
7427   if test "$pipe_works" = yes; then
7428     break
7429   else
7430     lt_cv_sys_global_symbol_pipe=
7431   fi
7432 done
7433
7434 fi
7435
7436 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7437   lt_cv_sys_global_symbol_to_cdecl=
7438 fi
7439 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7440   { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7441 $as_echo "failed" >&6; }
7442 else
7443   { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7444 $as_echo "ok" >&6; }
7445 fi
7446
7447
7448
7449
7450
7451
7452
7453
7454
7455
7456
7457
7458
7459
7460
7461
7462
7463
7464
7465
7466
7467
7468 # Check whether --enable-libtool-lock was given.
7469 if test "${enable_libtool_lock+set}" = set; then :
7470   enableval=$enable_libtool_lock;
7471 fi
7472
7473 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7474
7475 # Some flags need to be propagated to the compiler or linker for good
7476 # libtool support.
7477 case $host in
7478 ia64-*-hpux*)
7479   # Find out which ABI we are using.
7480   echo 'int i;' > conftest.$ac_ext
7481   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7482   (eval $ac_compile) 2>&5
7483   ac_status=$?
7484   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7485   test $ac_status = 0; }; then
7486     case `/usr/bin/file conftest.$ac_objext` in
7487       *ELF-32*)
7488         HPUX_IA64_MODE="32"
7489         ;;
7490       *ELF-64*)
7491         HPUX_IA64_MODE="64"
7492         ;;
7493     esac
7494   fi
7495   rm -rf conftest*
7496   ;;
7497 *-*-irix6*)
7498   # Find out which ABI we are using.
7499   echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7500   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7501   (eval $ac_compile) 2>&5
7502   ac_status=$?
7503   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7504   test $ac_status = 0; }; then
7505     if test "$lt_cv_prog_gnu_ld" = yes; then
7506       case `/usr/bin/file conftest.$ac_objext` in
7507         *32-bit*)
7508           LD="${LD-ld} -melf32bsmip"
7509           ;;
7510         *N32*)
7511           LD="${LD-ld} -melf32bmipn32"
7512           ;;
7513         *64-bit*)
7514           LD="${LD-ld} -melf64bmip"
7515         ;;
7516       esac
7517     else
7518       case `/usr/bin/file conftest.$ac_objext` in
7519         *32-bit*)
7520           LD="${LD-ld} -32"
7521           ;;
7522         *N32*)
7523           LD="${LD-ld} -n32"
7524           ;;
7525         *64-bit*)
7526           LD="${LD-ld} -64"
7527           ;;
7528       esac
7529     fi
7530   fi
7531   rm -rf conftest*
7532   ;;
7533
7534 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7535 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7536   # Find out which ABI we are using.
7537   echo 'int i;' > conftest.$ac_ext
7538   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7539   (eval $ac_compile) 2>&5
7540   ac_status=$?
7541   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7542   test $ac_status = 0; }; then
7543     case `/usr/bin/file conftest.o` in
7544       *32-bit*)
7545         case $host in
7546           x86_64-*kfreebsd*-gnu)
7547             LD="${LD-ld} -m elf_i386_fbsd"
7548             ;;
7549           x86_64-*linux*)
7550             case `/usr/bin/file conftest.o` in
7551               *x86-64*)
7552                 LD="${LD-ld} -m elf32_x86_64"
7553                 ;;
7554               *)
7555                 LD="${LD-ld} -m elf_i386"
7556                 ;;
7557             esac
7558             ;;
7559           powerpc64le-*linux*)
7560             LD="${LD-ld} -m elf32lppclinux"
7561             ;;
7562           powerpc64-*linux*)
7563             LD="${LD-ld} -m elf32ppclinux"
7564             ;;
7565           s390x-*linux*)
7566             LD="${LD-ld} -m elf_s390"
7567             ;;
7568           sparc64-*linux*)
7569             LD="${LD-ld} -m elf32_sparc"
7570             ;;
7571         esac
7572         ;;
7573       *64-bit*)
7574         case $host in
7575           x86_64-*kfreebsd*-gnu)
7576             LD="${LD-ld} -m elf_x86_64_fbsd"
7577             ;;
7578           x86_64-*linux*)
7579             LD="${LD-ld} -m elf_x86_64"
7580             ;;
7581           powerpcle-*linux*)
7582             LD="${LD-ld} -m elf64lppc"
7583             ;;
7584           powerpc-*linux*)
7585             LD="${LD-ld} -m elf64ppc"
7586             ;;
7587           s390*-*linux*|s390*-*tpf*)
7588             LD="${LD-ld} -m elf64_s390"
7589             ;;
7590           sparc*-*linux*)
7591             LD="${LD-ld} -m elf64_sparc"
7592             ;;
7593         esac
7594         ;;
7595     esac
7596   fi
7597   rm -rf conftest*
7598   ;;
7599
7600 *-*-sco3.2v5*)
7601   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7602   SAVE_CFLAGS="$CFLAGS"
7603   CFLAGS="$CFLAGS -belf"
7604   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7605 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7606 if test "${lt_cv_cc_needs_belf+set}" = set; then :
7607   $as_echo_n "(cached) " >&6
7608 else
7609   ac_ext=c
7610 ac_cpp='$CPP $CPPFLAGS'
7611 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7612 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7613 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7614
7615      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7616 /* end confdefs.h.  */
7617
7618 int
7619 main ()
7620 {
7621
7622   ;
7623   return 0;
7624 }
7625 _ACEOF
7626 if ac_fn_c_try_link "$LINENO"; then :
7627   lt_cv_cc_needs_belf=yes
7628 else
7629   lt_cv_cc_needs_belf=no
7630 fi
7631 rm -f core conftest.err conftest.$ac_objext \
7632     conftest$ac_exeext conftest.$ac_ext
7633      ac_ext=c
7634 ac_cpp='$CPP $CPPFLAGS'
7635 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7636 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7637 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7638
7639 fi
7640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7641 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7642   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7643     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7644     CFLAGS="$SAVE_CFLAGS"
7645   fi
7646   ;;
7647 sparc*-*solaris*)
7648   # Find out which ABI we are using.
7649   echo 'int i;' > conftest.$ac_ext
7650   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7651   (eval $ac_compile) 2>&5
7652   ac_status=$?
7653   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7654   test $ac_status = 0; }; then
7655     case `/usr/bin/file conftest.o` in
7656     *64-bit*)
7657       case $lt_cv_prog_gnu_ld in
7658       yes*) LD="${LD-ld} -m elf64_sparc" ;;
7659       *)
7660         if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7661           LD="${LD-ld} -64"
7662         fi
7663         ;;
7664       esac
7665       ;;
7666     esac
7667   fi
7668   rm -rf conftest*
7669   ;;
7670 esac
7671
7672 need_locks="$enable_libtool_lock"
7673
7674
7675   case $host_os in
7676     rhapsody* | darwin*)
7677     if test -n "$ac_tool_prefix"; then
7678   # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7679 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7681 $as_echo_n "checking for $ac_word... " >&6; }
7682 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7683   $as_echo_n "(cached) " >&6
7684 else
7685   if test -n "$DSYMUTIL"; then
7686   ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7687 else
7688 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7689 for as_dir in $PATH
7690 do
7691   IFS=$as_save_IFS
7692   test -z "$as_dir" && as_dir=.
7693     for ac_exec_ext in '' $ac_executable_extensions; do
7694   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7695     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7696     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7697     break 2
7698   fi
7699 done
7700   done
7701 IFS=$as_save_IFS
7702
7703 fi
7704 fi
7705 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7706 if test -n "$DSYMUTIL"; then
7707   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7708 $as_echo "$DSYMUTIL" >&6; }
7709 else
7710   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7711 $as_echo "no" >&6; }
7712 fi
7713
7714
7715 fi
7716 if test -z "$ac_cv_prog_DSYMUTIL"; then
7717   ac_ct_DSYMUTIL=$DSYMUTIL
7718   # Extract the first word of "dsymutil", so it can be a program name with args.
7719 set dummy dsymutil; ac_word=$2
7720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7721 $as_echo_n "checking for $ac_word... " >&6; }
7722 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7723   $as_echo_n "(cached) " >&6
7724 else
7725   if test -n "$ac_ct_DSYMUTIL"; then
7726   ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7727 else
7728 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7729 for as_dir in $PATH
7730 do
7731   IFS=$as_save_IFS
7732   test -z "$as_dir" && as_dir=.
7733     for ac_exec_ext in '' $ac_executable_extensions; do
7734   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7735     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7736     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7737     break 2
7738   fi
7739 done
7740   done
7741 IFS=$as_save_IFS
7742
7743 fi
7744 fi
7745 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7746 if test -n "$ac_ct_DSYMUTIL"; then
7747   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7748 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7749 else
7750   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7751 $as_echo "no" >&6; }
7752 fi
7753
7754   if test "x$ac_ct_DSYMUTIL" = x; then
7755     DSYMUTIL=":"
7756   else
7757     case $cross_compiling:$ac_tool_warned in
7758 yes:)
7759 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7760 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7761 ac_tool_warned=yes ;;
7762 esac
7763     DSYMUTIL=$ac_ct_DSYMUTIL
7764   fi
7765 else
7766   DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7767 fi
7768
7769     if test -n "$ac_tool_prefix"; then
7770   # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7771 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7773 $as_echo_n "checking for $ac_word... " >&6; }
7774 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7775   $as_echo_n "(cached) " >&6
7776 else
7777   if test -n "$NMEDIT"; then
7778   ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7779 else
7780 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7781 for as_dir in $PATH
7782 do
7783   IFS=$as_save_IFS
7784   test -z "$as_dir" && as_dir=.
7785     for ac_exec_ext in '' $ac_executable_extensions; do
7786   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7787     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7788     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7789     break 2
7790   fi
7791 done
7792   done
7793 IFS=$as_save_IFS
7794
7795 fi
7796 fi
7797 NMEDIT=$ac_cv_prog_NMEDIT
7798 if test -n "$NMEDIT"; then
7799   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7800 $as_echo "$NMEDIT" >&6; }
7801 else
7802   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7803 $as_echo "no" >&6; }
7804 fi
7805
7806
7807 fi
7808 if test -z "$ac_cv_prog_NMEDIT"; then
7809   ac_ct_NMEDIT=$NMEDIT
7810   # Extract the first word of "nmedit", so it can be a program name with args.
7811 set dummy nmedit; ac_word=$2
7812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7813 $as_echo_n "checking for $ac_word... " >&6; }
7814 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7815   $as_echo_n "(cached) " >&6
7816 else
7817   if test -n "$ac_ct_NMEDIT"; then
7818   ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7819 else
7820 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7821 for as_dir in $PATH
7822 do
7823   IFS=$as_save_IFS
7824   test -z "$as_dir" && as_dir=.
7825     for ac_exec_ext in '' $ac_executable_extensions; do
7826   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7827     ac_cv_prog_ac_ct_NMEDIT="nmedit"
7828     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7829     break 2
7830   fi
7831 done
7832   done
7833 IFS=$as_save_IFS
7834
7835 fi
7836 fi
7837 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7838 if test -n "$ac_ct_NMEDIT"; then
7839   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7840 $as_echo "$ac_ct_NMEDIT" >&6; }
7841 else
7842   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7843 $as_echo "no" >&6; }
7844 fi
7845
7846   if test "x$ac_ct_NMEDIT" = x; then
7847     NMEDIT=":"
7848   else
7849     case $cross_compiling:$ac_tool_warned in
7850 yes:)
7851 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7852 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7853 ac_tool_warned=yes ;;
7854 esac
7855     NMEDIT=$ac_ct_NMEDIT
7856   fi
7857 else
7858   NMEDIT="$ac_cv_prog_NMEDIT"
7859 fi
7860
7861     if test -n "$ac_tool_prefix"; then
7862   # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7863 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7865 $as_echo_n "checking for $ac_word... " >&6; }
7866 if test "${ac_cv_prog_LIPO+set}" = set; then :
7867   $as_echo_n "(cached) " >&6
7868 else
7869   if test -n "$LIPO"; then
7870   ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7871 else
7872 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7873 for as_dir in $PATH
7874 do
7875   IFS=$as_save_IFS
7876   test -z "$as_dir" && as_dir=.
7877     for ac_exec_ext in '' $ac_executable_extensions; do
7878   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7879     ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7880     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7881     break 2
7882   fi
7883 done
7884   done
7885 IFS=$as_save_IFS
7886
7887 fi
7888 fi
7889 LIPO=$ac_cv_prog_LIPO
7890 if test -n "$LIPO"; then
7891   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7892 $as_echo "$LIPO" >&6; }
7893 else
7894   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7895 $as_echo "no" >&6; }
7896 fi
7897
7898
7899 fi
7900 if test -z "$ac_cv_prog_LIPO"; then
7901   ac_ct_LIPO=$LIPO
7902   # Extract the first word of "lipo", so it can be a program name with args.
7903 set dummy lipo; ac_word=$2
7904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7905 $as_echo_n "checking for $ac_word... " >&6; }
7906 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7907   $as_echo_n "(cached) " >&6
7908 else
7909   if test -n "$ac_ct_LIPO"; then
7910   ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7911 else
7912 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7913 for as_dir in $PATH
7914 do
7915   IFS=$as_save_IFS
7916   test -z "$as_dir" && as_dir=.
7917     for ac_exec_ext in '' $ac_executable_extensions; do
7918   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7919     ac_cv_prog_ac_ct_LIPO="lipo"
7920     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7921     break 2
7922   fi
7923 done
7924   done
7925 IFS=$as_save_IFS
7926
7927 fi
7928 fi
7929 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7930 if test -n "$ac_ct_LIPO"; then
7931   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7932 $as_echo "$ac_ct_LIPO" >&6; }
7933 else
7934   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7935 $as_echo "no" >&6; }
7936 fi
7937
7938   if test "x$ac_ct_LIPO" = x; then
7939     LIPO=":"
7940   else
7941     case $cross_compiling:$ac_tool_warned in
7942 yes:)
7943 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7944 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7945 ac_tool_warned=yes ;;
7946 esac
7947     LIPO=$ac_ct_LIPO
7948   fi
7949 else
7950   LIPO="$ac_cv_prog_LIPO"
7951 fi
7952
7953     if test -n "$ac_tool_prefix"; then
7954   # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7955 set dummy ${ac_tool_prefix}otool; ac_word=$2
7956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7957 $as_echo_n "checking for $ac_word... " >&6; }
7958 if test "${ac_cv_prog_OTOOL+set}" = set; then :
7959   $as_echo_n "(cached) " >&6
7960 else
7961   if test -n "$OTOOL"; then
7962   ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7963 else
7964 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7965 for as_dir in $PATH
7966 do
7967   IFS=$as_save_IFS
7968   test -z "$as_dir" && as_dir=.
7969     for ac_exec_ext in '' $ac_executable_extensions; do
7970   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7971     ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7972     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7973     break 2
7974   fi
7975 done
7976   done
7977 IFS=$as_save_IFS
7978
7979 fi
7980 fi
7981 OTOOL=$ac_cv_prog_OTOOL
7982 if test -n "$OTOOL"; then
7983   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7984 $as_echo "$OTOOL" >&6; }
7985 else
7986   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7987 $as_echo "no" >&6; }
7988 fi
7989
7990
7991 fi
7992 if test -z "$ac_cv_prog_OTOOL"; then
7993   ac_ct_OTOOL=$OTOOL
7994   # Extract the first word of "otool", so it can be a program name with args.
7995 set dummy otool; ac_word=$2
7996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7997 $as_echo_n "checking for $ac_word... " >&6; }
7998 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7999   $as_echo_n "(cached) " >&6
8000 else
8001   if test -n "$ac_ct_OTOOL"; then
8002   ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
8003 else
8004 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8005 for as_dir in $PATH
8006 do
8007   IFS=$as_save_IFS
8008   test -z "$as_dir" && as_dir=.
8009     for ac_exec_ext in '' $ac_executable_extensions; do
8010   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8011     ac_cv_prog_ac_ct_OTOOL="otool"
8012     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8013     break 2
8014   fi
8015 done
8016   done
8017 IFS=$as_save_IFS
8018
8019 fi
8020 fi
8021 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
8022 if test -n "$ac_ct_OTOOL"; then
8023   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
8024 $as_echo "$ac_ct_OTOOL" >&6; }
8025 else
8026   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8027 $as_echo "no" >&6; }
8028 fi
8029
8030   if test "x$ac_ct_OTOOL" = x; then
8031     OTOOL=":"
8032   else
8033     case $cross_compiling:$ac_tool_warned in
8034 yes:)
8035 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8036 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8037 ac_tool_warned=yes ;;
8038 esac
8039     OTOOL=$ac_ct_OTOOL
8040   fi
8041 else
8042   OTOOL="$ac_cv_prog_OTOOL"
8043 fi
8044
8045     if test -n "$ac_tool_prefix"; then
8046   # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
8047 set dummy ${ac_tool_prefix}otool64; ac_word=$2
8048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8049 $as_echo_n "checking for $ac_word... " >&6; }
8050 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
8051   $as_echo_n "(cached) " >&6
8052 else
8053   if test -n "$OTOOL64"; then
8054   ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
8055 else
8056 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8057 for as_dir in $PATH
8058 do
8059   IFS=$as_save_IFS
8060   test -z "$as_dir" && as_dir=.
8061     for ac_exec_ext in '' $ac_executable_extensions; do
8062   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8063     ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
8064     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8065     break 2
8066   fi
8067 done
8068   done
8069 IFS=$as_save_IFS
8070
8071 fi
8072 fi
8073 OTOOL64=$ac_cv_prog_OTOOL64
8074 if test -n "$OTOOL64"; then
8075   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
8076 $as_echo "$OTOOL64" >&6; }
8077 else
8078   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8079 $as_echo "no" >&6; }
8080 fi
8081
8082
8083 fi
8084 if test -z "$ac_cv_prog_OTOOL64"; then
8085   ac_ct_OTOOL64=$OTOOL64
8086   # Extract the first word of "otool64", so it can be a program name with args.
8087 set dummy otool64; ac_word=$2
8088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8089 $as_echo_n "checking for $ac_word... " >&6; }
8090 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
8091   $as_echo_n "(cached) " >&6
8092 else
8093   if test -n "$ac_ct_OTOOL64"; then
8094   ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
8095 else
8096 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8097 for as_dir in $PATH
8098 do
8099   IFS=$as_save_IFS
8100   test -z "$as_dir" && as_dir=.
8101     for ac_exec_ext in '' $ac_executable_extensions; do
8102   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8103     ac_cv_prog_ac_ct_OTOOL64="otool64"
8104     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8105     break 2
8106   fi
8107 done
8108   done
8109 IFS=$as_save_IFS
8110
8111 fi
8112 fi
8113 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8114 if test -n "$ac_ct_OTOOL64"; then
8115   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8116 $as_echo "$ac_ct_OTOOL64" >&6; }
8117 else
8118   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8119 $as_echo "no" >&6; }
8120 fi
8121
8122   if test "x$ac_ct_OTOOL64" = x; then
8123     OTOOL64=":"
8124   else
8125     case $cross_compiling:$ac_tool_warned in
8126 yes:)
8127 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8128 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8129 ac_tool_warned=yes ;;
8130 esac
8131     OTOOL64=$ac_ct_OTOOL64
8132   fi
8133 else
8134   OTOOL64="$ac_cv_prog_OTOOL64"
8135 fi
8136
8137
8138
8139
8140
8141
8142
8143
8144
8145
8146
8147
8148
8149
8150
8151
8152
8153
8154
8155
8156
8157
8158
8159
8160
8161
8162
8163     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8164 $as_echo_n "checking for -single_module linker flag... " >&6; }
8165 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
8166   $as_echo_n "(cached) " >&6
8167 else
8168   lt_cv_apple_cc_single_mod=no
8169       if test -z "${LT_MULTI_MODULE}"; then
8170         # By default we will add the -single_module flag. You can override
8171         # by either setting the environment variable LT_MULTI_MODULE
8172         # non-empty at configure time, or by adding -multi_module to the
8173         # link flags.
8174         rm -rf libconftest.dylib*
8175         echo "int foo(void){return 1;}" > conftest.c
8176         echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8177 -dynamiclib -Wl,-single_module conftest.c" >&5
8178         $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8179           -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8180         _lt_result=$?
8181         if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8182           lt_cv_apple_cc_single_mod=yes
8183         else
8184           cat conftest.err >&5
8185         fi
8186         rm -rf libconftest.dylib*
8187         rm -f conftest.*
8188       fi
8189 fi
8190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8191 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8192     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8193 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8194 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
8195   $as_echo_n "(cached) " >&6
8196 else
8197   lt_cv_ld_exported_symbols_list=no
8198       save_LDFLAGS=$LDFLAGS
8199       echo "_main" > conftest.sym
8200       LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8201       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8202 /* end confdefs.h.  */
8203
8204 int
8205 main ()
8206 {
8207
8208   ;
8209   return 0;
8210 }
8211 _ACEOF
8212 if ac_fn_c_try_link "$LINENO"; then :
8213   lt_cv_ld_exported_symbols_list=yes
8214 else
8215   lt_cv_ld_exported_symbols_list=no
8216 fi
8217 rm -f core conftest.err conftest.$ac_objext \
8218     conftest$ac_exeext conftest.$ac_ext
8219         LDFLAGS="$save_LDFLAGS"
8220
8221 fi
8222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8223 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8224     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8225 $as_echo_n "checking for -force_load linker flag... " >&6; }
8226 if test "${lt_cv_ld_force_load+set}" = set; then :
8227   $as_echo_n "(cached) " >&6
8228 else
8229   lt_cv_ld_force_load=no
8230       cat > conftest.c << _LT_EOF
8231 int forced_loaded() { return 2;}
8232 _LT_EOF
8233       echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8234       $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8235       echo "$AR cru libconftest.a conftest.o" >&5
8236       $AR cru libconftest.a conftest.o 2>&5
8237       cat > conftest.c << _LT_EOF
8238 int main() { return 0;}
8239 _LT_EOF
8240       echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8241       $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8242       _lt_result=$?
8243       if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8244         lt_cv_ld_force_load=yes
8245       else
8246         cat conftest.err >&5
8247       fi
8248         rm -f conftest.err libconftest.a conftest conftest.c
8249         rm -rf conftest.dSYM
8250
8251 fi
8252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8253 $as_echo "$lt_cv_ld_force_load" >&6; }
8254     case $host_os in
8255     rhapsody* | darwin1.[012])
8256       _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8257     darwin1.*)
8258       _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8259     darwin*) # darwin 5.x on
8260       # if running on 10.5 or later, the deployment target defaults
8261       # to the OS version, if on x86, and 10.4, the deployment
8262       # target defaults to 10.4. Don't you love it?
8263       case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8264         10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8265           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8266         10.[012][,.]*)
8267           _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8268         10.*)
8269           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8270       esac
8271     ;;
8272   esac
8273     if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8274       _lt_dar_single_mod='$single_module'
8275     fi
8276     if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8277       _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8278     else
8279       _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8280     fi
8281     if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8282       _lt_dsymutil='~$DSYMUTIL $lib || :'
8283     else
8284       _lt_dsymutil=
8285     fi
8286     ;;
8287   esac
8288
8289 for ac_header in dlfcn.h
8290 do :
8291   ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8292 "
8293 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8294   cat >>confdefs.h <<_ACEOF
8295 #define HAVE_DLFCN_H 1
8296 _ACEOF
8297
8298 fi
8299
8300 done
8301
8302
8303
8304 # autoconf.info says this should be called right after AC_INIT.
8305 ac_config_headers="$ac_config_headers config.h:config.in"
8306
8307
8308
8309  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
8310 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
8311 if test "${ac_cv_c_bigendian+set}" = set; then :
8312   $as_echo_n "(cached) " >&6
8313 else
8314   ac_cv_c_bigendian=unknown
8315     # See if we're dealing with a universal compiler.
8316     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8317 /* end confdefs.h.  */
8318 #ifndef __APPLE_CC__
8319                not a universal capable compiler
8320              #endif
8321              typedef int dummy;
8322
8323 _ACEOF
8324 if ac_fn_c_try_compile "$LINENO"; then :
8325
8326         # Check for potential -arch flags.  It is not universal unless
8327         # there are at least two -arch flags with different values.
8328         ac_arch=
8329         ac_prev=
8330         for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
8331          if test -n "$ac_prev"; then
8332            case $ac_word in
8333              i?86 | x86_64 | ppc | ppc64)
8334                if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
8335                  ac_arch=$ac_word
8336                else
8337                  ac_cv_c_bigendian=universal
8338                  break
8339                fi
8340                ;;
8341            esac
8342            ac_prev=
8343          elif test "x$ac_word" = "x-arch"; then
8344            ac_prev=arch
8345          fi
8346        done
8347 fi
8348 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8349     if test $ac_cv_c_bigendian = unknown; then
8350       # See if sys/param.h defines the BYTE_ORDER macro.
8351       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8352 /* end confdefs.h.  */
8353 #include <sys/types.h>
8354              #include <sys/param.h>
8355
8356 int
8357 main ()
8358 {
8359 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
8360                      && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
8361                      && LITTLE_ENDIAN)
8362               bogus endian macros
8363              #endif
8364
8365   ;
8366   return 0;
8367 }
8368 _ACEOF
8369 if ac_fn_c_try_compile "$LINENO"; then :
8370   # It does; now see whether it defined to BIG_ENDIAN or not.
8371          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8372 /* end confdefs.h.  */
8373 #include <sys/types.h>
8374                 #include <sys/param.h>
8375
8376 int
8377 main ()
8378 {
8379 #if BYTE_ORDER != BIG_ENDIAN
8380                  not big endian
8381                 #endif
8382
8383   ;
8384   return 0;
8385 }
8386 _ACEOF
8387 if ac_fn_c_try_compile "$LINENO"; then :
8388   ac_cv_c_bigendian=yes
8389 else
8390   ac_cv_c_bigendian=no
8391 fi
8392 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8393 fi
8394 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8395     fi
8396     if test $ac_cv_c_bigendian = unknown; then
8397       # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
8398       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8399 /* end confdefs.h.  */
8400 #include <limits.h>
8401
8402 int
8403 main ()
8404 {
8405 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
8406               bogus endian macros
8407              #endif
8408
8409   ;
8410   return 0;
8411 }
8412 _ACEOF
8413 if ac_fn_c_try_compile "$LINENO"; then :
8414   # It does; now see whether it defined to _BIG_ENDIAN or not.
8415          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8416 /* end confdefs.h.  */
8417 #include <limits.h>
8418
8419 int
8420 main ()
8421 {
8422 #ifndef _BIG_ENDIAN
8423                  not big endian
8424                 #endif
8425
8426   ;
8427   return 0;
8428 }
8429 _ACEOF
8430 if ac_fn_c_try_compile "$LINENO"; then :
8431   ac_cv_c_bigendian=yes
8432 else
8433   ac_cv_c_bigendian=no
8434 fi
8435 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8436 fi
8437 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8438     fi
8439     if test $ac_cv_c_bigendian = unknown; then
8440       # Compile a test program.
8441       if test "$cross_compiling" = yes; then :
8442   # Try to guess by grepping values from an object file.
8443          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8444 /* end confdefs.h.  */
8445 short int ascii_mm[] =
8446                   { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
8447                 short int ascii_ii[] =
8448                   { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
8449                 int use_ascii (int i) {
8450                   return ascii_mm[i] + ascii_ii[i];
8451                 }
8452                 short int ebcdic_ii[] =
8453                   { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
8454                 short int ebcdic_mm[] =
8455                   { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
8456                 int use_ebcdic (int i) {
8457                   return ebcdic_mm[i] + ebcdic_ii[i];
8458                 }
8459                 extern int foo;
8460
8461 int
8462 main ()
8463 {
8464 return use_ascii (foo) == use_ebcdic (foo);
8465   ;
8466   return 0;
8467 }
8468 _ACEOF
8469 if ac_fn_c_try_compile "$LINENO"; then :
8470   if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
8471               ac_cv_c_bigendian=yes
8472             fi
8473             if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
8474               if test "$ac_cv_c_bigendian" = unknown; then
8475                 ac_cv_c_bigendian=no
8476               else
8477                 # finding both strings is unlikely to happen, but who knows?
8478                 ac_cv_c_bigendian=unknown
8479               fi
8480             fi
8481 fi
8482 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8483 else
8484   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8485 /* end confdefs.h.  */
8486 $ac_includes_default
8487 int
8488 main ()
8489 {
8490
8491              /* Are we little or big endian?  From Harbison&Steele.  */
8492              union
8493              {
8494                long int l;
8495                char c[sizeof (long int)];
8496              } u;
8497              u.l = 1;
8498              return u.c[sizeof (long int) - 1] == 1;
8499
8500   ;
8501   return 0;
8502 }
8503 _ACEOF
8504 if ac_fn_c_try_run "$LINENO"; then :
8505   ac_cv_c_bigendian=no
8506 else
8507   ac_cv_c_bigendian=yes
8508 fi
8509 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8510   conftest.$ac_objext conftest.beam conftest.$ac_ext
8511 fi
8512
8513     fi
8514 fi
8515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
8516 $as_echo "$ac_cv_c_bigendian" >&6; }
8517  case $ac_cv_c_bigendian in #(
8518    yes)
8519      $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
8520 ;; #(
8521    no)
8522       ;; #(
8523    universal)
8524
8525 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
8526
8527      ;; #(
8528    *)
8529      as_fn_error "unknown endianness
8530  presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
8531  esac
8532
8533
8534
8535
8536 # Put a plausible default for CC_FOR_BUILD in Makefile.
8537 if test "x$cross_compiling" = "xno"; then
8538   CC_FOR_BUILD='$(CC)'
8539 else
8540   CC_FOR_BUILD=gcc
8541 fi
8542
8543
8544
8545
8546 AR=${AR-ar}
8547
8548 if test -n "$ac_tool_prefix"; then
8549   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8550 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8552 $as_echo_n "checking for $ac_word... " >&6; }
8553 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8554   $as_echo_n "(cached) " >&6
8555 else
8556   if test -n "$RANLIB"; then
8557   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8558 else
8559 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8560 for as_dir in $PATH
8561 do
8562   IFS=$as_save_IFS
8563   test -z "$as_dir" && as_dir=.
8564     for ac_exec_ext in '' $ac_executable_extensions; do
8565   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8566     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8567     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8568     break 2
8569   fi
8570 done
8571   done
8572 IFS=$as_save_IFS
8573
8574 fi
8575 fi
8576 RANLIB=$ac_cv_prog_RANLIB
8577 if test -n "$RANLIB"; then
8578   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8579 $as_echo "$RANLIB" >&6; }
8580 else
8581   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8582 $as_echo "no" >&6; }
8583 fi
8584
8585
8586 fi
8587 if test -z "$ac_cv_prog_RANLIB"; then
8588   ac_ct_RANLIB=$RANLIB
8589   # Extract the first word of "ranlib", so it can be a program name with args.
8590 set dummy ranlib; ac_word=$2
8591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8592 $as_echo_n "checking for $ac_word... " >&6; }
8593 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
8594   $as_echo_n "(cached) " >&6
8595 else
8596   if test -n "$ac_ct_RANLIB"; then
8597   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8598 else
8599 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8600 for as_dir in $PATH
8601 do
8602   IFS=$as_save_IFS
8603   test -z "$as_dir" && as_dir=.
8604     for ac_exec_ext in '' $ac_executable_extensions; do
8605   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8606     ac_cv_prog_ac_ct_RANLIB="ranlib"
8607     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8608     break 2
8609   fi
8610 done
8611   done
8612 IFS=$as_save_IFS
8613
8614 fi
8615 fi
8616 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8617 if test -n "$ac_ct_RANLIB"; then
8618   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8619 $as_echo "$ac_ct_RANLIB" >&6; }
8620 else
8621   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8622 $as_echo "no" >&6; }
8623 fi
8624
8625   if test "x$ac_ct_RANLIB" = x; then
8626     RANLIB=":"
8627   else
8628     case $cross_compiling:$ac_tool_warned in
8629 yes:)
8630 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8631 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8632 ac_tool_warned=yes ;;
8633 esac
8634     RANLIB=$ac_ct_RANLIB
8635   fi
8636 else
8637   RANLIB="$ac_cv_prog_RANLIB"
8638 fi
8639
8640
8641 # Some of the common include files depend on bfd.h, and bfd.h checks
8642 # that config.h is included first by testing that the PACKAGE macro
8643 # is defined.
8644 PACKAGE=sim
8645
8646 cat >>confdefs.h <<_ACEOF
8647 #define PACKAGE "$PACKAGE"
8648 _ACEOF
8649
8650
8651
8652 # Dependency checking.
8653 ac_config_commands="$ac_config_commands depdir"
8654
8655
8656 depcc="$CC"   am_compiler_list=
8657
8658 am_depcomp=$ac_aux_dir/depcomp
8659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8660 $as_echo_n "checking dependency style of $depcc... " >&6; }
8661 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
8662   $as_echo_n "(cached) " >&6
8663 else
8664   if test -f "$am_depcomp"; then
8665   # We make a subdir and do the tests there.  Otherwise we can end up
8666   # making bogus files that we don't know about and never remove.  For
8667   # instance it was reported that on HP-UX the gcc test will end up
8668   # making a dummy file named `D' -- because `-MD' means `put the output
8669   # in D'.
8670   mkdir conftest.dir
8671   # Copy depcomp to subdir because otherwise we won't find it if we're
8672   # using a relative directory.
8673   cp "$am_depcomp" conftest.dir
8674   cd conftest.dir
8675   # We will build objects and dependencies in a subdirectory because
8676   # it helps to detect inapplicable dependency modes.  For instance
8677   # both Tru64's cc and ICC support -MD to output dependencies as a
8678   # side effect of compilation, but ICC will put the dependencies in
8679   # the current directory while Tru64 will put them in the object
8680   # directory.
8681   mkdir sub
8682
8683   am_cv_CC_dependencies_compiler_type=none
8684   if test "$am_compiler_list" = ""; then
8685      am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8686   fi
8687   for depmode in $am_compiler_list; do
8688     if test $depmode = none; then break; fi
8689
8690     $as_echo "$as_me:$LINENO: trying $depmode" >&5
8691     # Setup a source with many dependencies, because some compilers
8692     # like to wrap large dependency lists on column 80 (with \), and
8693     # we should not choose a depcomp mode which is confused by this.
8694     #
8695     # We need to recreate these files for each test, as the compiler may
8696     # overwrite some of them when testing with obscure command lines.
8697     # This happens at least with the AIX C compiler.
8698     : > sub/conftest.c
8699     for i in 1 2 3 4 5 6; do
8700       echo '#include "conftst'$i'.h"' >> sub/conftest.c
8701       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8702       # Solaris 8's {/usr,}/bin/sh.
8703       touch sub/conftst$i.h
8704     done
8705     echo "include sub/conftest.Po" > confmf
8706
8707     # We check with `-c' and `-o' for the sake of the "dashmstdout"
8708     # mode.  It turns out that the SunPro C++ compiler does not properly
8709     # handle `-M -o', and we need to detect this.
8710     depcmd="depmode=$depmode \
8711        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8712        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8713        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8714     echo "| $depcmd" | sed -e 's/  */ /g' >&5
8715     if env $depcmd > conftest.err 2>&1 &&
8716        grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8717        grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8718        ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8719       # icc doesn't choke on unknown options, it will just issue warnings
8720       # or remarks (even with -Werror).  So we grep stderr for any message
8721       # that says an option was ignored or not supported.
8722       # When given -MP, icc 7.0 and 7.1 complain thusly:
8723       #   icc: Command line warning: ignoring option '-M'; no argument required
8724       # The diagnosis changed in icc 8.0:
8725       #   icc: Command line remark: option '-MP' not supported
8726       if (grep 'ignoring option' conftest.err ||
8727           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8728         am_cv_CC_dependencies_compiler_type=$depmode
8729         $as_echo "$as_me:$LINENO: success" >&5
8730         break
8731       fi
8732     fi
8733     $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8734     sed -e 's/^/| /' < conftest.err >&5
8735   done
8736
8737   cd ..
8738   rm -rf conftest.dir
8739 else
8740   am_cv_CC_dependencies_compiler_type=none
8741 fi
8742
8743 fi
8744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8745 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8746 if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
8747 then as_fn_error "no usable dependency style found" "$LINENO" 5
8748 else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8749
8750 fi
8751
8752
8753 # Check for the 'make' the user wants to use.
8754 for ac_prog in make
8755 do
8756   # Extract the first word of "$ac_prog", so it can be a program name with args.
8757 set dummy $ac_prog; ac_word=$2
8758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8759 $as_echo_n "checking for $ac_word... " >&6; }
8760 if test "${ac_cv_prog_MAKE+set}" = set; then :
8761   $as_echo_n "(cached) " >&6
8762 else
8763   if test -n "$MAKE"; then
8764   ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8765 else
8766 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8767 for as_dir in $PATH
8768 do
8769   IFS=$as_save_IFS
8770   test -z "$as_dir" && as_dir=.
8771     for ac_exec_ext in '' $ac_executable_extensions; do
8772   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8773     ac_cv_prog_MAKE="$ac_prog"
8774     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8775     break 2
8776   fi
8777 done
8778   done
8779 IFS=$as_save_IFS
8780
8781 fi
8782 fi
8783 MAKE=$ac_cv_prog_MAKE
8784 if test -n "$MAKE"; then
8785   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8786 $as_echo "$MAKE" >&6; }
8787 else
8788   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8789 $as_echo "no" >&6; }
8790 fi
8791
8792
8793   test -n "$MAKE" && break
8794 done
8795
8796 MAKE_IS_GNU=
8797 case "`$MAKE --version 2>&1 | sed 1q`" in
8798   *GNU*)
8799     MAKE_IS_GNU=yes
8800     ;;
8801 esac
8802  if test "$MAKE_IS_GNU" = yes; then
8803   GMAKE_TRUE=
8804   GMAKE_FALSE='#'
8805 else
8806   GMAKE_TRUE='#'
8807   GMAKE_FALSE=
8808 fi
8809
8810
8811 ALL_LINGUAS=
8812 # If we haven't got the data from the intl directory,
8813 # assume NLS is disabled.
8814 USE_NLS=no
8815 LIBINTL=
8816 LIBINTL_DEP=
8817 INCINTL=
8818 XGETTEXT=
8819 GMSGFMT=
8820 POSUB=
8821
8822 if test -f  ../../intl/config.intl; then
8823   .  ../../intl/config.intl
8824 fi
8825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8826 $as_echo_n "checking whether NLS is requested... " >&6; }
8827 if test x"$USE_NLS" != xyes; then
8828   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8829 $as_echo "no" >&6; }
8830 else
8831   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8832 $as_echo "yes" >&6; }
8833
8834 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
8835
8836
8837   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8838 $as_echo_n "checking for catalogs to be installed... " >&6; }
8839   # Look for .po and .gmo files in the source directory.
8840   CATALOGS=
8841   XLINGUAS=
8842   for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8843     # If there aren't any .gmo files the shell will give us the
8844     # literal string "../path/to/srcdir/po/*.gmo" which has to be
8845     # weeded out.
8846     case "$cat" in *\**)
8847       continue;;
8848     esac
8849     # The quadruple backslash is collapsed to a double backslash
8850     # by the backticks, then collapsed again by the double quotes,
8851     # leaving us with one backslash in the sed expression (right
8852     # before the dot that mustn't act as a wildcard).
8853     cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8854     lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8855     # The user is allowed to set LINGUAS to a list of languages to
8856     # install catalogs for.  If it's empty that means "all of them."
8857     if test "x$LINGUAS" = x; then
8858       CATALOGS="$CATALOGS $cat"
8859       XLINGUAS="$XLINGUAS $lang"
8860     else
8861       case "$LINGUAS" in *$lang*)
8862         CATALOGS="$CATALOGS $cat"
8863         XLINGUAS="$XLINGUAS $lang"
8864         ;;
8865       esac
8866     fi
8867   done
8868   LINGUAS="$XLINGUAS"
8869   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8870 $as_echo "$LINGUAS" >&6; }
8871
8872
8873     DATADIRNAME=share
8874
8875   INSTOBJEXT=.mo
8876
8877   GENCAT=gencat
8878
8879   CATOBJEXT=.gmo
8880
8881 fi
8882
8883 # Check for common headers.
8884 # FIXME: Seems to me this can cause problems for i386-windows hosts.
8885 # At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
8886 for ac_header in stdlib.h string.h strings.h unistd.h time.h
8887 do :
8888   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8889 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8890 eval as_val=\$$as_ac_Header
8891    if test "x$as_val" = x""yes; then :
8892   cat >>confdefs.h <<_ACEOF
8893 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8894 _ACEOF
8895
8896 fi
8897
8898 done
8899
8900 for ac_header in sys/time.h sys/times.h sys/resource.h sys/mman.h
8901 do :
8902   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8903 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8904 eval as_val=\$$as_ac_Header
8905    if test "x$as_val" = x""yes; then :
8906   cat >>confdefs.h <<_ACEOF
8907 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8908 _ACEOF
8909
8910 fi
8911
8912 done
8913
8914 for ac_header in fcntl.h fpu_control.h
8915 do :
8916   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8917 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8918 eval as_val=\$$as_ac_Header
8919    if test "x$as_val" = x""yes; then :
8920   cat >>confdefs.h <<_ACEOF
8921 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8922 _ACEOF
8923
8924 fi
8925
8926 done
8927
8928 for ac_header in dlfcn.h errno.h sys/stat.h
8929 do :
8930   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8931 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8932 eval as_val=\$$as_ac_Header
8933    if test "x$as_val" = x""yes; then :
8934   cat >>confdefs.h <<_ACEOF
8935 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8936 _ACEOF
8937
8938 fi
8939
8940 done
8941
8942 for ac_func in getrusage time sigaction __setfpucw
8943 do :
8944   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8945 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8946 eval as_val=\$$as_ac_var
8947    if test "x$as_val" = x""yes; then :
8948   cat >>confdefs.h <<_ACEOF
8949 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8950 _ACEOF
8951
8952 fi
8953 done
8954
8955 for ac_func in mmap munmap lstat truncate ftruncate posix_fallocate
8956 do :
8957   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8958 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8959 eval as_val=\$$as_ac_var
8960    if test "x$as_val" = x""yes; then :
8961   cat >>confdefs.h <<_ACEOF
8962 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8963 _ACEOF
8964
8965 fi
8966 done
8967
8968 ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
8969 #include <sys/types.h>
8970 #endif
8971 #ifdef HAVE_SYS_STAT_H
8972 #include <sys/stat.h>
8973 #endif
8974 "
8975 if test "x$ac_cv_member_struct_stat_st_dev" = x""yes; then :
8976
8977 cat >>confdefs.h <<_ACEOF
8978 #define HAVE_STRUCT_STAT_ST_DEV 1
8979 _ACEOF
8980
8981
8982 fi
8983 ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
8984 #include <sys/types.h>
8985 #endif
8986 #ifdef HAVE_SYS_STAT_H
8987 #include <sys/stat.h>
8988 #endif
8989 "
8990 if test "x$ac_cv_member_struct_stat_st_ino" = x""yes; then :
8991
8992 cat >>confdefs.h <<_ACEOF
8993 #define HAVE_STRUCT_STAT_ST_INO 1
8994 _ACEOF
8995
8996
8997 fi
8998 ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
8999 #include <sys/types.h>
9000 #endif
9001 #ifdef HAVE_SYS_STAT_H
9002 #include <sys/stat.h>
9003 #endif
9004 "
9005 if test "x$ac_cv_member_struct_stat_st_mode" = x""yes; then :
9006
9007 cat >>confdefs.h <<_ACEOF
9008 #define HAVE_STRUCT_STAT_ST_MODE 1
9009 _ACEOF
9010
9011
9012 fi
9013 ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
9014 #include <sys/types.h>
9015 #endif
9016 #ifdef HAVE_SYS_STAT_H
9017 #include <sys/stat.h>
9018 #endif
9019 "
9020 if test "x$ac_cv_member_struct_stat_st_nlink" = x""yes; then :
9021
9022 cat >>confdefs.h <<_ACEOF
9023 #define HAVE_STRUCT_STAT_ST_NLINK 1
9024 _ACEOF
9025
9026
9027 fi
9028 ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
9029 #include <sys/types.h>
9030 #endif
9031 #ifdef HAVE_SYS_STAT_H
9032 #include <sys/stat.h>
9033 #endif
9034 "
9035 if test "x$ac_cv_member_struct_stat_st_uid" = x""yes; then :
9036
9037 cat >>confdefs.h <<_ACEOF
9038 #define HAVE_STRUCT_STAT_ST_UID 1
9039 _ACEOF
9040
9041
9042 fi
9043 ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
9044 #include <sys/types.h>
9045 #endif
9046 #ifdef HAVE_SYS_STAT_H
9047 #include <sys/stat.h>
9048 #endif
9049 "
9050 if test "x$ac_cv_member_struct_stat_st_gid" = x""yes; then :
9051
9052 cat >>confdefs.h <<_ACEOF
9053 #define HAVE_STRUCT_STAT_ST_GID 1
9054 _ACEOF
9055
9056
9057 fi
9058 ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
9059 #include <sys/types.h>
9060 #endif
9061 #ifdef HAVE_SYS_STAT_H
9062 #include <sys/stat.h>
9063 #endif
9064 "
9065 if test "x$ac_cv_member_struct_stat_st_rdev" = x""yes; then :
9066
9067 cat >>confdefs.h <<_ACEOF
9068 #define HAVE_STRUCT_STAT_ST_RDEV 1
9069 _ACEOF
9070
9071
9072 fi
9073 ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
9074 #include <sys/types.h>
9075 #endif
9076 #ifdef HAVE_SYS_STAT_H
9077 #include <sys/stat.h>
9078 #endif
9079 "
9080 if test "x$ac_cv_member_struct_stat_st_size" = x""yes; then :
9081
9082 cat >>confdefs.h <<_ACEOF
9083 #define HAVE_STRUCT_STAT_ST_SIZE 1
9084 _ACEOF
9085
9086
9087 fi
9088 ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
9089 #include <sys/types.h>
9090 #endif
9091 #ifdef HAVE_SYS_STAT_H
9092 #include <sys/stat.h>
9093 #endif
9094 "
9095 if test "x$ac_cv_member_struct_stat_st_blksize" = x""yes; then :
9096
9097 cat >>confdefs.h <<_ACEOF
9098 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
9099 _ACEOF
9100
9101
9102 fi
9103 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
9104 #include <sys/types.h>
9105 #endif
9106 #ifdef HAVE_SYS_STAT_H
9107 #include <sys/stat.h>
9108 #endif
9109 "
9110 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
9111
9112 cat >>confdefs.h <<_ACEOF
9113 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
9114 _ACEOF
9115
9116
9117 fi
9118 ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
9119 #include <sys/types.h>
9120 #endif
9121 #ifdef HAVE_SYS_STAT_H
9122 #include <sys/stat.h>
9123 #endif
9124 "
9125 if test "x$ac_cv_member_struct_stat_st_atime" = x""yes; then :
9126
9127 cat >>confdefs.h <<_ACEOF
9128 #define HAVE_STRUCT_STAT_ST_ATIME 1
9129 _ACEOF
9130
9131
9132 fi
9133 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
9134 #include <sys/types.h>
9135 #endif
9136 #ifdef HAVE_SYS_STAT_H
9137 #include <sys/stat.h>
9138 #endif
9139 "
9140 if test "x$ac_cv_member_struct_stat_st_mtime" = x""yes; then :
9141
9142 cat >>confdefs.h <<_ACEOF
9143 #define HAVE_STRUCT_STAT_ST_MTIME 1
9144 _ACEOF
9145
9146
9147 fi
9148 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
9149 #include <sys/types.h>
9150 #endif
9151 #ifdef HAVE_SYS_STAT_H
9152 #include <sys/stat.h>
9153 #endif
9154 "
9155 if test "x$ac_cv_member_struct_stat_st_ctime" = x""yes; then :
9156
9157 cat >>confdefs.h <<_ACEOF
9158 #define HAVE_STRUCT_STAT_ST_CTIME 1
9159 _ACEOF
9160
9161
9162 fi
9163
9164 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
9165 #include <sys/socket.h>
9166
9167 "
9168 if test "x$ac_cv_type_socklen_t" = x""yes; then :
9169
9170 cat >>confdefs.h <<_ACEOF
9171 #define HAVE_SOCKLEN_T 1
9172 _ACEOF
9173
9174
9175 fi
9176
9177
9178 # Check for socket libraries
9179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
9180 $as_echo_n "checking for bind in -lsocket... " >&6; }
9181 if test "${ac_cv_lib_socket_bind+set}" = set; then :
9182   $as_echo_n "(cached) " >&6
9183 else
9184   ac_check_lib_save_LIBS=$LIBS
9185 LIBS="-lsocket  $LIBS"
9186 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9187 /* end confdefs.h.  */
9188
9189 /* Override any GCC internal prototype to avoid an error.
9190    Use char because int might match the return type of a GCC
9191    builtin and then its argument prototype would still apply.  */
9192 #ifdef __cplusplus
9193 extern "C"
9194 #endif
9195 char bind ();
9196 int
9197 main ()
9198 {
9199 return bind ();
9200   ;
9201   return 0;
9202 }
9203 _ACEOF
9204 if ac_fn_c_try_link "$LINENO"; then :
9205   ac_cv_lib_socket_bind=yes
9206 else
9207   ac_cv_lib_socket_bind=no
9208 fi
9209 rm -f core conftest.err conftest.$ac_objext \
9210     conftest$ac_exeext conftest.$ac_ext
9211 LIBS=$ac_check_lib_save_LIBS
9212 fi
9213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
9214 $as_echo "$ac_cv_lib_socket_bind" >&6; }
9215 if test "x$ac_cv_lib_socket_bind" = x""yes; then :
9216   cat >>confdefs.h <<_ACEOF
9217 #define HAVE_LIBSOCKET 1
9218 _ACEOF
9219
9220   LIBS="-lsocket $LIBS"
9221
9222 fi
9223
9224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9225 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9226 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
9227   $as_echo_n "(cached) " >&6
9228 else
9229   ac_check_lib_save_LIBS=$LIBS
9230 LIBS="-lnsl  $LIBS"
9231 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9232 /* end confdefs.h.  */
9233
9234 /* Override any GCC internal prototype to avoid an error.
9235    Use char because int might match the return type of a GCC
9236    builtin and then its argument prototype would still apply.  */
9237 #ifdef __cplusplus
9238 extern "C"
9239 #endif
9240 char gethostbyname ();
9241 int
9242 main ()
9243 {
9244 return gethostbyname ();
9245   ;
9246   return 0;
9247 }
9248 _ACEOF
9249 if ac_fn_c_try_link "$LINENO"; then :
9250   ac_cv_lib_nsl_gethostbyname=yes
9251 else
9252   ac_cv_lib_nsl_gethostbyname=no
9253 fi
9254 rm -f core conftest.err conftest.$ac_objext \
9255     conftest$ac_exeext conftest.$ac_ext
9256 LIBS=$ac_check_lib_save_LIBS
9257 fi
9258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9259 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9260 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
9261   cat >>confdefs.h <<_ACEOF
9262 #define HAVE_LIBNSL 1
9263 _ACEOF
9264
9265   LIBS="-lnsl $LIBS"
9266
9267 fi
9268
9269
9270 # BFD conditionally uses zlib, so we must link it in if libbfd does, by
9271 # using the same condition.
9272
9273   # Use the system's zlib library.
9274   zlibdir="-L\$(top_builddir)/../zlib"
9275   zlibinc="-I\$(top_srcdir)/../zlib"
9276
9277 # Check whether --with-system-zlib was given.
9278 if test "${with_system_zlib+set}" = set; then :
9279   withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
9280     zlibdir=
9281     zlibinc=
9282   fi
9283
9284 fi
9285
9286
9287
9288
9289
9290 # BFD uses libdl when when plugins enabled.
9291
9292   maybe_plugins=no
9293   for ac_header in dlfcn.h
9294 do :
9295   ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
9296 "
9297 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
9298   cat >>confdefs.h <<_ACEOF
9299 #define HAVE_DLFCN_H 1
9300 _ACEOF
9301  maybe_plugins=yes
9302 fi
9303
9304 done
9305
9306   for ac_header in windows.h
9307 do :
9308   ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
9309 "
9310 if test "x$ac_cv_header_windows_h" = x""yes; then :
9311   cat >>confdefs.h <<_ACEOF
9312 #define HAVE_WINDOWS_H 1
9313 _ACEOF
9314  maybe_plugins=yes
9315 fi
9316
9317 done
9318
9319
9320   # Check whether --enable-plugins was given.
9321 if test "${enable_plugins+set}" = set; then :
9322   enableval=$enable_plugins; case "${enableval}" in
9323       no) plugins=no ;;
9324       *) plugins=yes
9325          if test "$maybe_plugins" != "yes" ; then
9326            as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
9327          fi ;;
9328      esac
9329 else
9330   plugins=$maybe_plugins
9331
9332 fi
9333
9334   if test "$plugins" = "yes"; then
9335     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
9336 $as_echo_n "checking for library containing dlopen... " >&6; }
9337 if test "${ac_cv_search_dlopen+set}" = set; then :
9338   $as_echo_n "(cached) " >&6
9339 else
9340   ac_func_search_save_LIBS=$LIBS
9341 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9342 /* end confdefs.h.  */
9343
9344 /* Override any GCC internal prototype to avoid an error.
9345    Use char because int might match the return type of a GCC
9346    builtin and then its argument prototype would still apply.  */
9347 #ifdef __cplusplus
9348 extern "C"
9349 #endif
9350 char dlopen ();
9351 int
9352 main ()
9353 {
9354 return dlopen ();
9355   ;
9356   return 0;
9357 }
9358 _ACEOF
9359 for ac_lib in '' dl; do
9360   if test -z "$ac_lib"; then
9361     ac_res="none required"
9362   else
9363     ac_res=-l$ac_lib
9364     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
9365   fi
9366   if ac_fn_c_try_link "$LINENO"; then :
9367   ac_cv_search_dlopen=$ac_res
9368 fi
9369 rm -f core conftest.err conftest.$ac_objext \
9370     conftest$ac_exeext
9371   if test "${ac_cv_search_dlopen+set}" = set; then :
9372   break
9373 fi
9374 done
9375 if test "${ac_cv_search_dlopen+set}" = set; then :
9376
9377 else
9378   ac_cv_search_dlopen=no
9379 fi
9380 rm conftest.$ac_ext
9381 LIBS=$ac_func_search_save_LIBS
9382 fi
9383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
9384 $as_echo "$ac_cv_search_dlopen" >&6; }
9385 ac_res=$ac_cv_search_dlopen
9386 if test "$ac_res" != no; then :
9387   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
9388
9389 fi
9390
9391   fi
9392
9393  if test "$plugins" = yes; then
9394   PLUGINS_TRUE=
9395   PLUGINS_FALSE='#'
9396 else
9397   PLUGINS_TRUE='#'
9398   PLUGINS_FALSE=
9399 fi
9400
9401
9402
9403
9404
9405 # Set options
9406 enable_dlopen=yes
9407
9408
9409
9410
9411   enable_win32_dll=no
9412
9413
9414             # Check whether --enable-shared was given.
9415 if test "${enable_shared+set}" = set; then :
9416   enableval=$enable_shared; p=${PACKAGE-default}
9417     case $enableval in
9418     yes) enable_shared=yes ;;
9419     no) enable_shared=no ;;
9420     *)
9421       enable_shared=no
9422       # Look at the argument we got.  We use all the common list separators.
9423       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9424       for pkg in $enableval; do
9425         IFS="$lt_save_ifs"
9426         if test "X$pkg" = "X$p"; then
9427           enable_shared=yes
9428         fi
9429       done
9430       IFS="$lt_save_ifs"
9431       ;;
9432     esac
9433 else
9434   enable_shared=yes
9435 fi
9436
9437
9438
9439
9440
9441
9442
9443
9444
9445   # Check whether --enable-static was given.
9446 if test "${enable_static+set}" = set; then :
9447   enableval=$enable_static; p=${PACKAGE-default}
9448     case $enableval in
9449     yes) enable_static=yes ;;
9450     no) enable_static=no ;;
9451     *)
9452      enable_static=no
9453       # Look at the argument we got.  We use all the common list separators.
9454       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9455       for pkg in $enableval; do
9456         IFS="$lt_save_ifs"
9457         if test "X$pkg" = "X$p"; then
9458           enable_static=yes
9459         fi
9460       done
9461       IFS="$lt_save_ifs"
9462       ;;
9463     esac
9464 else
9465   enable_static=yes
9466 fi
9467
9468
9469
9470
9471
9472
9473
9474
9475
9476
9477 # Check whether --with-pic was given.
9478 if test "${with_pic+set}" = set; then :
9479   withval=$with_pic; pic_mode="$withval"
9480 else
9481   pic_mode=default
9482 fi
9483
9484
9485 test -z "$pic_mode" && pic_mode=default
9486
9487
9488
9489
9490
9491
9492
9493   # Check whether --enable-fast-install was given.
9494 if test "${enable_fast_install+set}" = set; then :
9495   enableval=$enable_fast_install; p=${PACKAGE-default}
9496     case $enableval in
9497     yes) enable_fast_install=yes ;;
9498     no) enable_fast_install=no ;;
9499     *)
9500       enable_fast_install=no
9501       # Look at the argument we got.  We use all the common list separators.
9502       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9503       for pkg in $enableval; do
9504         IFS="$lt_save_ifs"
9505         if test "X$pkg" = "X$p"; then
9506           enable_fast_install=yes
9507         fi
9508       done
9509       IFS="$lt_save_ifs"
9510       ;;
9511     esac
9512 else
9513   enable_fast_install=yes
9514 fi
9515
9516
9517
9518
9519
9520
9521
9522
9523
9524
9525
9526 # This can be used to rebuild libtool when needed
9527 LIBTOOL_DEPS="$ltmain"
9528
9529 # Always use our own libtool.
9530 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
9531
9532
9533
9534
9535
9536
9537
9538
9539
9540
9541
9542
9543
9544
9545
9546
9547
9548
9549
9550
9551
9552
9553
9554
9555
9556
9557 test -z "$LN_S" && LN_S="ln -s"
9558
9559
9560
9561
9562
9563
9564
9565
9566
9567
9568
9569
9570
9571
9572 if test -n "${ZSH_VERSION+set}" ; then
9573    setopt NO_GLOB_SUBST
9574 fi
9575
9576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
9577 $as_echo_n "checking for objdir... " >&6; }
9578 if test "${lt_cv_objdir+set}" = set; then :
9579   $as_echo_n "(cached) " >&6
9580 else
9581   rm -f .libs 2>/dev/null
9582 mkdir .libs 2>/dev/null
9583 if test -d .libs; then
9584   lt_cv_objdir=.libs
9585 else
9586   # MS-DOS does not allow filenames that begin with a dot.
9587   lt_cv_objdir=_libs
9588 fi
9589 rmdir .libs 2>/dev/null
9590 fi
9591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
9592 $as_echo "$lt_cv_objdir" >&6; }
9593 objdir=$lt_cv_objdir
9594
9595
9596
9597
9598
9599 cat >>confdefs.h <<_ACEOF
9600 #define LT_OBJDIR "$lt_cv_objdir/"
9601 _ACEOF
9602
9603
9604
9605
9606 case $host_os in
9607 aix3*)
9608   # AIX sometimes has problems with the GCC collect2 program.  For some
9609   # reason, if we set the COLLECT_NAMES environment variable, the problems
9610   # vanish in a puff of smoke.
9611   if test "X${COLLECT_NAMES+set}" != Xset; then
9612     COLLECT_NAMES=
9613     export COLLECT_NAMES
9614   fi
9615   ;;
9616 esac
9617
9618 # Global variables:
9619 ofile=libtool
9620 can_build_shared=yes
9621
9622 # All known linkers require a `.a' archive for static linking (except MSVC,
9623 # which needs '.lib').
9624 libext=a
9625
9626 with_gnu_ld="$lt_cv_prog_gnu_ld"
9627
9628 old_CC="$CC"
9629 old_CFLAGS="$CFLAGS"
9630
9631 # Set sane defaults for various variables
9632 test -z "$CC" && CC=cc
9633 test -z "$LTCC" && LTCC=$CC
9634 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9635 test -z "$LD" && LD=ld
9636 test -z "$ac_objext" && ac_objext=o
9637
9638 for cc_temp in $compiler""; do
9639   case $cc_temp in
9640     compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9641     distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9642     \-*) ;;
9643     *) break;;
9644   esac
9645 done
9646 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9647
9648
9649 # Only perform the check for file, if the check method requires it
9650 test -z "$MAGIC_CMD" && MAGIC_CMD=file
9651 case $deplibs_check_method in
9652 file_magic*)
9653   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9654     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9655 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
9656 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9657   $as_echo_n "(cached) " >&6
9658 else
9659   case $MAGIC_CMD in
9660 [\\/*] |  ?:[\\/]*)
9661   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9662   ;;
9663 *)
9664   lt_save_MAGIC_CMD="$MAGIC_CMD"
9665   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9666   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9667   for ac_dir in $ac_dummy; do
9668     IFS="$lt_save_ifs"
9669     test -z "$ac_dir" && ac_dir=.
9670     if test -f $ac_dir/${ac_tool_prefix}file; then
9671       lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9672       if test -n "$file_magic_test_file"; then
9673         case $deplibs_check_method in
9674         "file_magic "*)
9675           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9676           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9677           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9678             $EGREP "$file_magic_regex" > /dev/null; then
9679             :
9680           else
9681             cat <<_LT_EOF 1>&2
9682
9683 *** Warning: the command libtool uses to detect shared libraries,
9684 *** $file_magic_cmd, produces output that libtool cannot recognize.
9685 *** The result is that libtool may fail to recognize shared libraries
9686 *** as such.  This will affect the creation of libtool libraries that
9687 *** depend on shared libraries, but programs linked with such libtool
9688 *** libraries will work regardless of this problem.  Nevertheless, you
9689 *** may want to report the problem to your system manager and/or to
9690 *** bug-libtool@gnu.org
9691
9692 _LT_EOF
9693           fi ;;
9694         esac
9695       fi
9696       break
9697     fi
9698   done
9699   IFS="$lt_save_ifs"
9700   MAGIC_CMD="$lt_save_MAGIC_CMD"
9701   ;;
9702 esac
9703 fi
9704
9705 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9706 if test -n "$MAGIC_CMD"; then
9707   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9708 $as_echo "$MAGIC_CMD" >&6; }
9709 else
9710   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9711 $as_echo "no" >&6; }
9712 fi
9713
9714
9715
9716
9717
9718 if test -z "$lt_cv_path_MAGIC_CMD"; then
9719   if test -n "$ac_tool_prefix"; then
9720     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9721 $as_echo_n "checking for file... " >&6; }
9722 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9723   $as_echo_n "(cached) " >&6
9724 else
9725   case $MAGIC_CMD in
9726 [\\/*] |  ?:[\\/]*)
9727   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9728   ;;
9729 *)
9730   lt_save_MAGIC_CMD="$MAGIC_CMD"
9731   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9732   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9733   for ac_dir in $ac_dummy; do
9734     IFS="$lt_save_ifs"
9735     test -z "$ac_dir" && ac_dir=.
9736     if test -f $ac_dir/file; then
9737       lt_cv_path_MAGIC_CMD="$ac_dir/file"
9738       if test -n "$file_magic_test_file"; then
9739         case $deplibs_check_method in
9740         "file_magic "*)
9741           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9742           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9743           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9744             $EGREP "$file_magic_regex" > /dev/null; then
9745             :
9746           else
9747             cat <<_LT_EOF 1>&2
9748
9749 *** Warning: the command libtool uses to detect shared libraries,
9750 *** $file_magic_cmd, produces output that libtool cannot recognize.
9751 *** The result is that libtool may fail to recognize shared libraries
9752 *** as such.  This will affect the creation of libtool libraries that
9753 *** depend on shared libraries, but programs linked with such libtool
9754 *** libraries will work regardless of this problem.  Nevertheless, you
9755 *** may want to report the problem to your system manager and/or to
9756 *** bug-libtool@gnu.org
9757
9758 _LT_EOF
9759           fi ;;
9760         esac
9761       fi
9762       break
9763     fi
9764   done
9765   IFS="$lt_save_ifs"
9766   MAGIC_CMD="$lt_save_MAGIC_CMD"
9767   ;;
9768 esac
9769 fi
9770
9771 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9772 if test -n "$MAGIC_CMD"; then
9773   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9774 $as_echo "$MAGIC_CMD" >&6; }
9775 else
9776   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9777 $as_echo "no" >&6; }
9778 fi
9779
9780
9781   else
9782     MAGIC_CMD=:
9783   fi
9784 fi
9785
9786   fi
9787   ;;
9788 esac
9789
9790 # Use C for the default configuration in the libtool script
9791
9792 lt_save_CC="$CC"
9793 ac_ext=c
9794 ac_cpp='$CPP $CPPFLAGS'
9795 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9796 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9797 ac_compiler_gnu=$ac_cv_c_compiler_gnu
9798
9799
9800 # Source file extension for C test sources.
9801 ac_ext=c
9802
9803 # Object file extension for compiled C test sources.
9804 objext=o
9805 objext=$objext
9806
9807 # Code to be used in simple compile tests
9808 lt_simple_compile_test_code="int some_variable = 0;"
9809
9810 # Code to be used in simple link tests
9811 lt_simple_link_test_code='int main(){return(0);}'
9812
9813
9814
9815
9816
9817
9818
9819 # If no C compiler was specified, use CC.
9820 LTCC=${LTCC-"$CC"}
9821
9822 # If no C compiler flags were specified, use CFLAGS.
9823 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9824
9825 # Allow CC to be a program name with arguments.
9826 compiler=$CC
9827
9828 # Save the default compiler, since it gets overwritten when the other
9829 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9830 compiler_DEFAULT=$CC
9831
9832 # save warnings/boilerplate of simple test code
9833 ac_outfile=conftest.$ac_objext
9834 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9835 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9836 _lt_compiler_boilerplate=`cat conftest.err`
9837 $RM conftest*
9838
9839 ac_outfile=conftest.$ac_objext
9840 echo "$lt_simple_link_test_code" >conftest.$ac_ext
9841 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9842 _lt_linker_boilerplate=`cat conftest.err`
9843 $RM -r conftest*
9844
9845
9846 ## CAVEAT EMPTOR:
9847 ## There is no encapsulation within the following macros, do not change
9848 ## the running order or otherwise move them around unless you know exactly
9849 ## what you are doing...
9850 if test -n "$compiler"; then
9851
9852 lt_prog_compiler_no_builtin_flag=
9853
9854 if test "$GCC" = yes; then
9855   case $cc_basename in
9856   nvcc*)
9857     lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9858   *)
9859     lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
9860   esac
9861
9862   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9863 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9864 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
9865   $as_echo_n "(cached) " >&6
9866 else
9867   lt_cv_prog_compiler_rtti_exceptions=no
9868    ac_outfile=conftest.$ac_objext
9869    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9870    lt_compiler_flag="-fno-rtti -fno-exceptions"
9871    # Insert the option either (1) after the last *FLAGS variable, or
9872    # (2) before a word containing "conftest.", or (3) at the end.
9873    # Note that $ac_compile itself does not contain backslashes and begins
9874    # with a dollar sign (not a hyphen), so the echo should work correctly.
9875    # The option is referenced via a variable to avoid confusing sed.
9876    lt_compile=`echo "$ac_compile" | $SED \
9877    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9878    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9879    -e 's:$: $lt_compiler_flag:'`
9880    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9881    (eval "$lt_compile" 2>conftest.err)
9882    ac_status=$?
9883    cat conftest.err >&5
9884    echo "$as_me:$LINENO: \$? = $ac_status" >&5
9885    if (exit $ac_status) && test -s "$ac_outfile"; then
9886      # The compiler can only warn and ignore the option if not recognized
9887      # So say no if there are warnings other than the usual output.
9888      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9889      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9890      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9891        lt_cv_prog_compiler_rtti_exceptions=yes
9892      fi
9893    fi
9894    $RM conftest*
9895
9896 fi
9897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9898 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9899
9900 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9901     lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9902 else
9903     :
9904 fi
9905
9906 fi
9907
9908
9909
9910
9911
9912
9913   lt_prog_compiler_wl=
9914 lt_prog_compiler_pic=
9915 lt_prog_compiler_static=
9916
9917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9918 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9919
9920   if test "$GCC" = yes; then
9921     lt_prog_compiler_wl='-Wl,'
9922     lt_prog_compiler_static='-static'
9923
9924     case $host_os in
9925       aix*)
9926       # All AIX code is PIC.
9927       if test "$host_cpu" = ia64; then
9928         # AIX 5 now supports IA64 processor
9929         lt_prog_compiler_static='-Bstatic'
9930       fi
9931       lt_prog_compiler_pic='-fPIC'
9932       ;;
9933
9934     amigaos*)
9935       case $host_cpu in
9936       powerpc)
9937             # see comment about AmigaOS4 .so support
9938             lt_prog_compiler_pic='-fPIC'
9939         ;;
9940       m68k)
9941             # FIXME: we need at least 68020 code to build shared libraries, but
9942             # adding the `-m68020' flag to GCC prevents building anything better,
9943             # like `-m68040'.
9944             lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9945         ;;
9946       esac
9947       ;;
9948
9949     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9950       # PIC is the default for these OSes.
9951       ;;
9952
9953     mingw* | cygwin* | pw32* | os2* | cegcc*)
9954       # This hack is so that the source file can tell whether it is being
9955       # built for inclusion in a dll (and should export symbols for example).
9956       # Although the cygwin gcc ignores -fPIC, still need this for old-style
9957       # (--disable-auto-import) libraries
9958       lt_prog_compiler_pic='-DDLL_EXPORT'
9959       ;;
9960
9961     darwin* | rhapsody*)
9962       # PIC is the default on this platform
9963       # Common symbols not allowed in MH_DYLIB files
9964       lt_prog_compiler_pic='-fno-common'
9965       ;;
9966
9967     haiku*)
9968       # PIC is the default for Haiku.
9969       # The "-static" flag exists, but is broken.
9970       lt_prog_compiler_static=
9971       ;;
9972
9973     hpux*)
9974       # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9975       # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
9976       # sets the default TLS model and affects inlining.
9977       case $host_cpu in
9978       hppa*64*)
9979         # +Z the default
9980         ;;
9981       *)
9982         lt_prog_compiler_pic='-fPIC'
9983         ;;
9984       esac
9985       ;;
9986
9987     interix[3-9]*)
9988       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9989       # Instead, we relocate shared libraries at runtime.
9990       ;;
9991
9992     msdosdjgpp*)
9993       # Just because we use GCC doesn't mean we suddenly get shared libraries
9994       # on systems that don't support them.
9995       lt_prog_compiler_can_build_shared=no
9996       enable_shared=no
9997       ;;
9998
9999     *nto* | *qnx*)
10000       # QNX uses GNU C++, but need to define -shared option too, otherwise
10001       # it will coredump.
10002       lt_prog_compiler_pic='-fPIC -shared'
10003       ;;
10004
10005     sysv4*MP*)
10006       if test -d /usr/nec; then
10007         lt_prog_compiler_pic=-Kconform_pic
10008       fi
10009       ;;
10010
10011     *)
10012       lt_prog_compiler_pic='-fPIC'
10013       ;;
10014     esac
10015
10016     case $cc_basename in
10017     nvcc*) # Cuda Compiler Driver 2.2
10018       lt_prog_compiler_wl='-Xlinker '
10019       lt_prog_compiler_pic='-Xcompiler -fPIC'
10020       ;;
10021     esac
10022   else
10023     # PORTME Check for flag to pass linker flags through the system compiler.
10024     case $host_os in
10025     aix*)
10026       lt_prog_compiler_wl='-Wl,'
10027       if test "$host_cpu" = ia64; then
10028         # AIX 5 now supports IA64 processor
10029         lt_prog_compiler_static='-Bstatic'
10030       else
10031         lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
10032       fi
10033       ;;
10034
10035     mingw* | cygwin* | pw32* | os2* | cegcc*)
10036       # This hack is so that the source file can tell whether it is being
10037       # built for inclusion in a dll (and should export symbols for example).
10038       lt_prog_compiler_pic='-DDLL_EXPORT'
10039       ;;
10040
10041     hpux9* | hpux10* | hpux11*)
10042       lt_prog_compiler_wl='-Wl,'
10043       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
10044       # not for PA HP-UX.
10045       case $host_cpu in
10046       hppa*64*|ia64*)
10047         # +Z the default
10048         ;;
10049       *)
10050         lt_prog_compiler_pic='+Z'
10051         ;;
10052       esac
10053       # Is there a better lt_prog_compiler_static that works with the bundled CC?
10054       lt_prog_compiler_static='${wl}-a ${wl}archive'
10055       ;;
10056
10057     irix5* | irix6* | nonstopux*)
10058       lt_prog_compiler_wl='-Wl,'
10059       # PIC (with -KPIC) is the default.
10060       lt_prog_compiler_static='-non_shared'
10061       ;;
10062
10063     linux* | k*bsd*-gnu | kopensolaris*-gnu)
10064       case $cc_basename in
10065       # old Intel for x86_64 which still supported -KPIC.
10066       ecc*)
10067         lt_prog_compiler_wl='-Wl,'
10068         lt_prog_compiler_pic='-KPIC'
10069         lt_prog_compiler_static='-static'
10070         ;;
10071       # icc used to be incompatible with GCC.
10072       # ICC 10 doesn't accept -KPIC any more.
10073       icc* | ifort*)
10074         lt_prog_compiler_wl='-Wl,'
10075         lt_prog_compiler_pic='-fPIC'
10076         lt_prog_compiler_static='-static'
10077         ;;
10078       # Lahey Fortran 8.1.
10079       lf95*)
10080         lt_prog_compiler_wl='-Wl,'
10081         lt_prog_compiler_pic='--shared'
10082         lt_prog_compiler_static='--static'
10083         ;;
10084       pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
10085         # Portland Group compilers (*not* the Pentium gcc compiler,
10086         # which looks to be a dead project)
10087         lt_prog_compiler_wl='-Wl,'
10088         lt_prog_compiler_pic='-fpic'
10089         lt_prog_compiler_static='-Bstatic'
10090         ;;
10091       ccc*)
10092         lt_prog_compiler_wl='-Wl,'
10093         # All Alpha code is PIC.
10094         lt_prog_compiler_static='-non_shared'
10095         ;;
10096       xl* | bgxl* | bgf* | mpixl*)
10097         # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
10098         lt_prog_compiler_wl='-Wl,'
10099         lt_prog_compiler_pic='-qpic'
10100         lt_prog_compiler_static='-qstaticlink'
10101         ;;
10102       *)
10103         case `$CC -V 2>&1 | sed 5q` in
10104         *Sun\ F* | *Sun*Fortran*)
10105           # Sun Fortran 8.3 passes all unrecognized flags to the linker
10106           lt_prog_compiler_pic='-KPIC'
10107           lt_prog_compiler_static='-Bstatic'
10108           lt_prog_compiler_wl=''
10109           ;;
10110         *Sun\ C*)
10111           # Sun C 5.9
10112           lt_prog_compiler_pic='-KPIC'
10113           lt_prog_compiler_static='-Bstatic'
10114           lt_prog_compiler_wl='-Wl,'
10115           ;;
10116         esac
10117         ;;
10118       esac
10119       ;;
10120
10121     newsos6)
10122       lt_prog_compiler_pic='-KPIC'
10123       lt_prog_compiler_static='-Bstatic'
10124       ;;
10125
10126     *nto* | *qnx*)
10127       # QNX uses GNU C++, but need to define -shared option too, otherwise
10128       # it will coredump.
10129       lt_prog_compiler_pic='-fPIC -shared'
10130       ;;
10131
10132     osf3* | osf4* | osf5*)
10133       lt_prog_compiler_wl='-Wl,'
10134       # All OSF/1 code is PIC.
10135       lt_prog_compiler_static='-non_shared'
10136       ;;
10137
10138     rdos*)
10139       lt_prog_compiler_static='-non_shared'
10140       ;;
10141
10142     solaris*)
10143       lt_prog_compiler_pic='-KPIC'
10144       lt_prog_compiler_static='-Bstatic'
10145       case $cc_basename in
10146       f77* | f90* | f95*)
10147         lt_prog_compiler_wl='-Qoption ld ';;
10148       *)
10149         lt_prog_compiler_wl='-Wl,';;
10150       esac
10151       ;;
10152
10153     sunos4*)
10154       lt_prog_compiler_wl='-Qoption ld '
10155       lt_prog_compiler_pic='-PIC'
10156       lt_prog_compiler_static='-Bstatic'
10157       ;;
10158
10159     sysv4 | sysv4.2uw2* | sysv4.3*)
10160       lt_prog_compiler_wl='-Wl,'
10161       lt_prog_compiler_pic='-KPIC'
10162       lt_prog_compiler_static='-Bstatic'
10163       ;;
10164
10165     sysv4*MP*)
10166       if test -d /usr/nec ;then
10167         lt_prog_compiler_pic='-Kconform_pic'
10168         lt_prog_compiler_static='-Bstatic'
10169       fi
10170       ;;
10171
10172     sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
10173       lt_prog_compiler_wl='-Wl,'
10174       lt_prog_compiler_pic='-KPIC'
10175       lt_prog_compiler_static='-Bstatic'
10176       ;;
10177
10178     unicos*)
10179       lt_prog_compiler_wl='-Wl,'
10180       lt_prog_compiler_can_build_shared=no
10181       ;;
10182
10183     uts4*)
10184       lt_prog_compiler_pic='-pic'
10185       lt_prog_compiler_static='-Bstatic'
10186       ;;
10187
10188     *)
10189       lt_prog_compiler_can_build_shared=no
10190       ;;
10191     esac
10192   fi
10193
10194 case $host_os in
10195   # For platforms which do not support PIC, -DPIC is meaningless:
10196   *djgpp*)
10197     lt_prog_compiler_pic=
10198     ;;
10199   *)
10200     lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
10201     ;;
10202 esac
10203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
10204 $as_echo "$lt_prog_compiler_pic" >&6; }
10205
10206
10207
10208
10209
10210
10211 #
10212 # Check to make sure the PIC flag actually works.
10213 #
10214 if test -n "$lt_prog_compiler_pic"; then
10215   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
10216 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
10217 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
10218   $as_echo_n "(cached) " >&6
10219 else
10220   lt_cv_prog_compiler_pic_works=no
10221    ac_outfile=conftest.$ac_objext
10222    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10223    lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
10224    # Insert the option either (1) after the last *FLAGS variable, or
10225    # (2) before a word containing "conftest.", or (3) at the end.
10226    # Note that $ac_compile itself does not contain backslashes and begins
10227    # with a dollar sign (not a hyphen), so the echo should work correctly.
10228    # The option is referenced via a variable to avoid confusing sed.
10229    lt_compile=`echo "$ac_compile" | $SED \
10230    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10231    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10232    -e 's:$: $lt_compiler_flag:'`
10233    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10234    (eval "$lt_compile" 2>conftest.err)
10235    ac_status=$?
10236    cat conftest.err >&5
10237    echo "$as_me:$LINENO: \$? = $ac_status" >&5
10238    if (exit $ac_status) && test -s "$ac_outfile"; then
10239      # The compiler can only warn and ignore the option if not recognized
10240      # So say no if there are warnings other than the usual output.
10241      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
10242      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10243      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
10244        lt_cv_prog_compiler_pic_works=yes
10245      fi
10246    fi
10247    $RM conftest*
10248
10249 fi
10250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
10251 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
10252
10253 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
10254     case $lt_prog_compiler_pic in
10255      "" | " "*) ;;
10256      *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
10257      esac
10258 else
10259     lt_prog_compiler_pic=
10260      lt_prog_compiler_can_build_shared=no
10261 fi
10262
10263 fi
10264
10265
10266
10267
10268
10269
10270 #
10271 # Check to make sure the static flag actually works.
10272 #
10273 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
10274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
10275 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
10276 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
10277   $as_echo_n "(cached) " >&6
10278 else
10279   lt_cv_prog_compiler_static_works=no
10280    save_LDFLAGS="$LDFLAGS"
10281    LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
10282    echo "$lt_simple_link_test_code" > conftest.$ac_ext
10283    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10284      # The linker can only warn and ignore the option if not recognized
10285      # So say no if there are warnings
10286      if test -s conftest.err; then
10287        # Append any errors to the config.log.
10288        cat conftest.err 1>&5
10289        $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10290        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10291        if diff conftest.exp conftest.er2 >/dev/null; then
10292          lt_cv_prog_compiler_static_works=yes
10293        fi
10294      else
10295        lt_cv_prog_compiler_static_works=yes
10296      fi
10297    fi
10298    $RM -r conftest*
10299    LDFLAGS="$save_LDFLAGS"
10300
10301 fi
10302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
10303 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
10304
10305 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
10306     :
10307 else
10308     lt_prog_compiler_static=
10309 fi
10310
10311
10312
10313
10314
10315
10316
10317   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10318 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10319 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
10320   $as_echo_n "(cached) " >&6
10321 else
10322   lt_cv_prog_compiler_c_o=no
10323    $RM -r conftest 2>/dev/null
10324    mkdir conftest
10325    cd conftest
10326    mkdir out
10327    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10328
10329    lt_compiler_flag="-o out/conftest2.$ac_objext"
10330    # Insert the option either (1) after the last *FLAGS variable, or
10331    # (2) before a word containing "conftest.", or (3) at the end.
10332    # Note that $ac_compile itself does not contain backslashes and begins
10333    # with a dollar sign (not a hyphen), so the echo should work correctly.
10334    lt_compile=`echo "$ac_compile" | $SED \
10335    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10336    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10337    -e 's:$: $lt_compiler_flag:'`
10338    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10339    (eval "$lt_compile" 2>out/conftest.err)
10340    ac_status=$?
10341    cat out/conftest.err >&5
10342    echo "$as_me:$LINENO: \$? = $ac_status" >&5
10343    if (exit $ac_status) && test -s out/conftest2.$ac_objext
10344    then
10345      # The compiler can only warn and ignore the option if not recognized
10346      # So say no if there are warnings
10347      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10348      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10349      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10350        lt_cv_prog_compiler_c_o=yes
10351      fi
10352    fi
10353    chmod u+w . 2>&5
10354    $RM conftest*
10355    # SGI C++ compiler will create directory out/ii_files/ for
10356    # template instantiation
10357    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10358    $RM out/* && rmdir out
10359    cd ..
10360    $RM -r conftest
10361    $RM conftest*
10362
10363 fi
10364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10365 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10366
10367
10368
10369
10370
10371
10372   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10373 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10374 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
10375   $as_echo_n "(cached) " >&6
10376 else
10377   lt_cv_prog_compiler_c_o=no
10378    $RM -r conftest 2>/dev/null
10379    mkdir conftest
10380    cd conftest
10381    mkdir out
10382    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10383
10384    lt_compiler_flag="-o out/conftest2.$ac_objext"
10385    # Insert the option either (1) after the last *FLAGS variable, or
10386    # (2) before a word containing "conftest.", or (3) at the end.
10387    # Note that $ac_compile itself does not contain backslashes and begins
10388    # with a dollar sign (not a hyphen), so the echo should work correctly.
10389    lt_compile=`echo "$ac_compile" | $SED \
10390    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10391    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10392    -e 's:$: $lt_compiler_flag:'`
10393    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10394    (eval "$lt_compile" 2>out/conftest.err)
10395    ac_status=$?
10396    cat out/conftest.err >&5
10397    echo "$as_me:$LINENO: \$? = $ac_status" >&5
10398    if (exit $ac_status) && test -s out/conftest2.$ac_objext
10399    then
10400      # The compiler can only warn and ignore the option if not recognized
10401      # So say no if there are warnings
10402      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10403      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10404      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10405        lt_cv_prog_compiler_c_o=yes
10406      fi
10407    fi
10408    chmod u+w . 2>&5
10409    $RM conftest*
10410    # SGI C++ compiler will create directory out/ii_files/ for
10411    # template instantiation
10412    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10413    $RM out/* && rmdir out
10414    cd ..
10415    $RM -r conftest
10416    $RM conftest*
10417
10418 fi
10419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10420 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10421
10422
10423
10424
10425 hard_links="nottested"
10426 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
10427   # do not overwrite the value of need_locks provided by the user
10428   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
10429 $as_echo_n "checking if we can lock with hard links... " >&6; }
10430   hard_links=yes
10431   $RM conftest*
10432   ln conftest.a conftest.b 2>/dev/null && hard_links=no
10433   touch conftest.a
10434   ln conftest.a conftest.b 2>&5 || hard_links=no
10435   ln conftest.a conftest.b 2>/dev/null && hard_links=no
10436   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
10437 $as_echo "$hard_links" >&6; }
10438   if test "$hard_links" = no; then
10439     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
10440 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
10441     need_locks=warn
10442   fi
10443 else
10444   need_locks=no
10445 fi
10446
10447
10448
10449
10450
10451
10452   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
10453 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
10454
10455   runpath_var=
10456   allow_undefined_flag=
10457   always_export_symbols=no
10458   archive_cmds=
10459   archive_expsym_cmds=
10460   compiler_needs_object=no
10461   enable_shared_with_static_runtimes=no
10462   export_dynamic_flag_spec=
10463   export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10464   hardcode_automatic=no
10465   hardcode_direct=no
10466   hardcode_direct_absolute=no
10467   hardcode_libdir_flag_spec=
10468   hardcode_libdir_flag_spec_ld=
10469   hardcode_libdir_separator=
10470   hardcode_minus_L=no
10471   hardcode_shlibpath_var=unsupported
10472   inherit_rpath=no
10473   link_all_deplibs=unknown
10474   module_cmds=
10475   module_expsym_cmds=
10476   old_archive_from_new_cmds=
10477   old_archive_from_expsyms_cmds=
10478   thread_safe_flag_spec=
10479   whole_archive_flag_spec=
10480   # include_expsyms should be a list of space-separated symbols to be *always*
10481   # included in the symbol list
10482   include_expsyms=
10483   # exclude_expsyms can be an extended regexp of symbols to exclude
10484   # it will be wrapped by ` (' and `)$', so one must not match beginning or
10485   # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
10486   # as well as any symbol that contains `d'.
10487   exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
10488   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10489   # platforms (ab)use it in PIC code, but their linkers get confused if
10490   # the symbol is explicitly referenced.  Since portable code cannot
10491   # rely on this symbol name, it's probably fine to never include it in
10492   # preloaded symbol tables.
10493   # Exclude shared library initialization/finalization symbols.
10494   extract_expsyms_cmds=
10495
10496   case $host_os in
10497   cygwin* | mingw* | pw32* | cegcc*)
10498     # FIXME: the MSVC++ port hasn't been tested in a loooong time
10499     # When not using gcc, we currently assume that we are using
10500     # Microsoft Visual C++.
10501     if test "$GCC" != yes; then
10502       with_gnu_ld=no
10503     fi
10504     ;;
10505   interix*)
10506     # we just hope/assume this is gcc and not c89 (= MSVC++)
10507     with_gnu_ld=yes
10508     ;;
10509   openbsd*)
10510     with_gnu_ld=no
10511     ;;
10512   esac
10513
10514   ld_shlibs=yes
10515
10516   # On some targets, GNU ld is compatible enough with the native linker
10517   # that we're better off using the native interface for both.
10518   lt_use_gnu_ld_interface=no
10519   if test "$with_gnu_ld" = yes; then
10520     case $host_os in
10521       aix*)
10522         # The AIX port of GNU ld has always aspired to compatibility
10523         # with the native linker.  However, as the warning in the GNU ld
10524         # block says, versions before 2.19.5* couldn't really create working
10525         # shared libraries, regardless of the interface used.
10526         case `$LD -v 2>&1` in
10527           *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
10528           *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
10529           *\ \(GNU\ Binutils\)\ [3-9]*) ;;
10530           *)
10531             lt_use_gnu_ld_interface=yes
10532             ;;
10533         esac
10534         ;;
10535       *)
10536         lt_use_gnu_ld_interface=yes
10537         ;;
10538     esac
10539   fi
10540
10541   if test "$lt_use_gnu_ld_interface" = yes; then
10542     # If archive_cmds runs LD, not CC, wlarc should be empty
10543     wlarc='${wl}'
10544
10545     # Set some defaults for GNU ld with shared library support. These
10546     # are reset later if shared libraries are not supported. Putting them
10547     # here allows them to be overridden if necessary.
10548     runpath_var=LD_RUN_PATH
10549     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10550     export_dynamic_flag_spec='${wl}--export-dynamic'
10551     # ancient GNU ld didn't support --whole-archive et. al.
10552     if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10553       whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10554     else
10555       whole_archive_flag_spec=
10556     fi
10557     supports_anon_versioning=no
10558     case `$LD -v 2>&1` in
10559       *GNU\ gold*) supports_anon_versioning=yes ;;
10560       *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10561       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10562       *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10563       *\ 2.11.*) ;; # other 2.11 versions
10564       *) supports_anon_versioning=yes ;;
10565     esac
10566
10567     # See if GNU ld supports shared libraries.
10568     case $host_os in
10569     aix[3-9]*)
10570       # On AIX/PPC, the GNU linker is very broken
10571       if test "$host_cpu" != ia64; then
10572         ld_shlibs=no
10573         cat <<_LT_EOF 1>&2
10574
10575 *** Warning: the GNU linker, at least up to release 2.19, is reported
10576 *** to be unable to reliably create shared libraries on AIX.
10577 *** Therefore, libtool is disabling shared libraries support.  If you
10578 *** really care for shared libraries, you may want to install binutils
10579 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10580 *** You will then need to restart the configuration process.
10581
10582 _LT_EOF
10583       fi
10584       ;;
10585
10586     amigaos*)
10587       case $host_cpu in
10588       powerpc)
10589             # see comment about AmigaOS4 .so support
10590             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10591             archive_expsym_cmds=''
10592         ;;
10593       m68k)
10594             archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
10595             hardcode_libdir_flag_spec='-L$libdir'
10596             hardcode_minus_L=yes
10597         ;;
10598       esac
10599       ;;
10600
10601     beos*)
10602       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10603         allow_undefined_flag=unsupported
10604         # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10605         # support --undefined.  This deserves some investigation.  FIXME
10606         archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10607       else
10608         ld_shlibs=no
10609       fi
10610       ;;
10611
10612     cygwin* | mingw* | pw32* | cegcc*)
10613       # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10614       # as there is no search path for DLLs.
10615       hardcode_libdir_flag_spec='-L$libdir'
10616       export_dynamic_flag_spec='${wl}--export-all-symbols'
10617       allow_undefined_flag=unsupported
10618       always_export_symbols=no
10619       enable_shared_with_static_runtimes=yes
10620       export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10621
10622       if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10623         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10624         # If the export-symbols file already is a .def file (1st line
10625         # is EXPORTS), use it as is; otherwise, prepend...
10626         archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10627           cp $export_symbols $output_objdir/$soname.def;
10628         else
10629           echo EXPORTS > $output_objdir/$soname.def;
10630           cat $export_symbols >> $output_objdir/$soname.def;
10631         fi~
10632         $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10633       else
10634         ld_shlibs=no
10635       fi
10636       ;;
10637
10638     haiku*)
10639       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10640       link_all_deplibs=yes
10641       ;;
10642
10643     interix[3-9]*)
10644       hardcode_direct=no
10645       hardcode_shlibpath_var=no
10646       hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10647       export_dynamic_flag_spec='${wl}-E'
10648       # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10649       # Instead, shared libraries are loaded at an image base (0x10000000 by
10650       # default) and relocated if they conflict, which is a slow very memory
10651       # consuming and fragmenting process.  To avoid this, we pick a random,
10652       # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10653       # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
10654       archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10655       archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10656       ;;
10657
10658     gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10659       tmp_diet=no
10660       if test "$host_os" = linux-dietlibc; then
10661         case $cc_basename in
10662           diet\ *) tmp_diet=yes;;       # linux-dietlibc with static linking (!diet-dyn)
10663         esac
10664       fi
10665       if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10666          && test "$tmp_diet" = no
10667       then
10668         tmp_addflag=' $pic_flag'
10669         tmp_sharedflag='-shared'
10670         case $cc_basename,$host_cpu in
10671         pgcc*)                          # Portland Group C compiler
10672           whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
10673           tmp_addflag=' $pic_flag'
10674           ;;
10675         pgf77* | pgf90* | pgf95* | pgfortran*)
10676                                         # Portland Group f77 and f90 compilers
10677           whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
10678           tmp_addflag=' $pic_flag -Mnomain' ;;
10679         ecc*,ia64* | icc*,ia64*)        # Intel C compiler on ia64
10680           tmp_addflag=' -i_dynamic' ;;
10681         efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
10682           tmp_addflag=' -i_dynamic -nofor_main' ;;
10683         ifc* | ifort*)                  # Intel Fortran compiler
10684           tmp_addflag=' -nofor_main' ;;
10685         lf95*)                          # Lahey Fortran 8.1
10686           whole_archive_flag_spec=
10687           tmp_sharedflag='--shared' ;;
10688         xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10689           tmp_sharedflag='-qmkshrobj'
10690           tmp_addflag= ;;
10691         nvcc*)  # Cuda Compiler Driver 2.2
10692           whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
10693           compiler_needs_object=yes
10694           ;;
10695         esac
10696         case `$CC -V 2>&1 | sed 5q` in
10697         *Sun\ C*)                       # Sun C 5.9
10698           whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
10699           compiler_needs_object=yes
10700           tmp_sharedflag='-G' ;;
10701         *Sun\ F*)                       # Sun Fortran 8.3
10702           tmp_sharedflag='-G' ;;
10703         esac
10704         archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10705
10706         if test "x$supports_anon_versioning" = xyes; then
10707           archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10708             cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10709             echo "local: *; };" >> $output_objdir/$libname.ver~
10710             $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10711         fi
10712
10713         case $cc_basename in
10714         xlf* | bgf* | bgxlf* | mpixlf*)
10715           # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10716           whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10717           hardcode_libdir_flag_spec=
10718           hardcode_libdir_flag_spec_ld='-rpath $libdir'
10719           archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10720           if test "x$supports_anon_versioning" = xyes; then
10721             archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10722               cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10723               echo "local: *; };" >> $output_objdir/$libname.ver~
10724               $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10725           fi
10726           ;;
10727         esac
10728       else
10729         ld_shlibs=no
10730       fi
10731       ;;
10732
10733     netbsd*)
10734       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10735         archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10736         wlarc=
10737       else
10738         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10739         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10740       fi
10741       ;;
10742
10743     solaris*)
10744       if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10745         ld_shlibs=no
10746         cat <<_LT_EOF 1>&2
10747
10748 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
10749 *** create shared libraries on Solaris systems.  Therefore, libtool
10750 *** is disabling shared libraries support.  We urge you to upgrade GNU
10751 *** binutils to release 2.9.1 or newer.  Another option is to modify
10752 *** your PATH or compiler configuration so that the native linker is
10753 *** used, and then restart.
10754
10755 _LT_EOF
10756       elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10757         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10758         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10759       else
10760         ld_shlibs=no
10761       fi
10762       ;;
10763
10764     sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10765       case `$LD -v 2>&1` in
10766         *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10767         ld_shlibs=no
10768         cat <<_LT_EOF 1>&2
10769
10770 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10771 *** reliably create shared libraries on SCO systems.  Therefore, libtool
10772 *** is disabling shared libraries support.  We urge you to upgrade GNU
10773 *** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
10774 *** your PATH or compiler configuration so that the native linker is
10775 *** used, and then restart.
10776
10777 _LT_EOF
10778         ;;
10779         *)
10780           # For security reasons, it is highly recommended that you always
10781           # use absolute paths for naming shared libraries, and exclude the
10782           # DT_RUNPATH tag from executables and libraries.  But doing so
10783           # requires that you compile everything twice, which is a pain.
10784           if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10785             hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10786             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10787             archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10788           else
10789             ld_shlibs=no
10790           fi
10791         ;;
10792       esac
10793       ;;
10794
10795     sunos4*)
10796       archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10797       wlarc=
10798       hardcode_direct=yes
10799       hardcode_shlibpath_var=no
10800       ;;
10801
10802     *)
10803       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10804         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10805         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10806       else
10807         ld_shlibs=no
10808       fi
10809       ;;
10810     esac
10811
10812     if test "$ld_shlibs" = no; then
10813       runpath_var=
10814       hardcode_libdir_flag_spec=
10815       export_dynamic_flag_spec=
10816       whole_archive_flag_spec=
10817     fi
10818   else
10819     # PORTME fill in a description of your system's linker (not GNU ld)
10820     case $host_os in
10821     aix3*)
10822       allow_undefined_flag=unsupported
10823       always_export_symbols=yes
10824       archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
10825       # Note: this linker hardcodes the directories in LIBPATH if there
10826       # are no directories specified by -L.
10827       hardcode_minus_L=yes
10828       if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10829         # Neither direct hardcoding nor static linking is supported with a
10830         # broken collect2.
10831         hardcode_direct=unsupported
10832       fi
10833       ;;
10834
10835     aix[4-9]*)
10836       if test "$host_cpu" = ia64; then
10837         # On IA64, the linker does run time linking by default, so we don't
10838         # have to do anything special.
10839         aix_use_runtimelinking=no
10840         exp_sym_flag='-Bexport'
10841         no_entry_flag=""
10842       else
10843         # If we're using GNU nm, then we don't want the "-C" option.
10844         # -C means demangle to AIX nm, but means don't demangle with GNU nm
10845         # Also, AIX nm treats weak defined symbols like other global
10846         # defined symbols, whereas GNU nm marks them as "W".
10847         if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10848           export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
10849         else
10850           export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
10851         fi
10852         aix_use_runtimelinking=no
10853
10854         # Test if we are trying to use run time linking or normal
10855         # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10856         # need to do runtime linking.
10857         case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10858           for ld_flag in $LDFLAGS; do
10859           if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10860             aix_use_runtimelinking=yes
10861             break
10862           fi
10863           done
10864           ;;
10865         esac
10866
10867         exp_sym_flag='-bexport'
10868         no_entry_flag='-bnoentry'
10869       fi
10870
10871       # When large executables or shared objects are built, AIX ld can
10872       # have problems creating the table of contents.  If linking a library
10873       # or program results in "error TOC overflow" add -mminimal-toc to
10874       # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
10875       # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10876
10877       archive_cmds=''
10878       hardcode_direct=yes
10879       hardcode_direct_absolute=yes
10880       hardcode_libdir_separator=':'
10881       link_all_deplibs=yes
10882       file_list_spec='${wl}-f,'
10883
10884       if test "$GCC" = yes; then
10885         case $host_os in aix4.[012]|aix4.[012].*)
10886         # We only want to do this on AIX 4.2 and lower, the check
10887         # below for broken collect2 doesn't work under 4.3+
10888           collect2name=`${CC} -print-prog-name=collect2`
10889           if test -f "$collect2name" &&
10890            strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10891           then
10892           # We have reworked collect2
10893           :
10894           else
10895           # We have old collect2
10896           hardcode_direct=unsupported
10897           # It fails to find uninstalled libraries when the uninstalled
10898           # path is not listed in the libpath.  Setting hardcode_minus_L
10899           # to unsupported forces relinking
10900           hardcode_minus_L=yes
10901           hardcode_libdir_flag_spec='-L$libdir'
10902           hardcode_libdir_separator=
10903           fi
10904           ;;
10905         esac
10906         shared_flag='-shared'
10907         if test "$aix_use_runtimelinking" = yes; then
10908           shared_flag="$shared_flag "'${wl}-G'
10909         fi
10910       else
10911         # not using gcc
10912         if test "$host_cpu" = ia64; then
10913         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10914         # chokes on -Wl,-G. The following line is correct:
10915           shared_flag='-G'
10916         else
10917           if test "$aix_use_runtimelinking" = yes; then
10918             shared_flag='${wl}-G'
10919           else
10920             shared_flag='${wl}-bM:SRE'
10921           fi
10922         fi
10923       fi
10924
10925       export_dynamic_flag_spec='${wl}-bexpall'
10926       # It seems that -bexpall does not export symbols beginning with
10927       # underscore (_), so it is better to generate a list of symbols to export.
10928       always_export_symbols=yes
10929       if test "$aix_use_runtimelinking" = yes; then
10930         # Warning - without using the other runtime loading flags (-brtl),
10931         # -berok will link without error, but may produce a broken library.
10932         allow_undefined_flag='-berok'
10933         # Determine the default libpath from the value encoded in an
10934         # empty executable.
10935         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10936 /* end confdefs.h.  */
10937
10938 int
10939 main ()
10940 {
10941
10942   ;
10943   return 0;
10944 }
10945 _ACEOF
10946 if ac_fn_c_try_link "$LINENO"; then :
10947
10948 lt_aix_libpath_sed='
10949     /Import File Strings/,/^$/ {
10950         /^0/ {
10951             s/^0  *\(.*\)$/\1/
10952             p
10953         }
10954     }'
10955 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10956 # Check for a 64-bit object if we didn't find anything.
10957 if test -z "$aix_libpath"; then
10958   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10959 fi
10960 fi
10961 rm -f core conftest.err conftest.$ac_objext \
10962     conftest$ac_exeext conftest.$ac_ext
10963 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10964
10965         hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10966         archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
10967       else
10968         if test "$host_cpu" = ia64; then
10969           hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
10970           allow_undefined_flag="-z nodefs"
10971           archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
10972         else
10973          # Determine the default libpath from the value encoded in an
10974          # empty executable.
10975          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10976 /* end confdefs.h.  */
10977
10978 int
10979 main ()
10980 {
10981
10982   ;
10983   return 0;
10984 }
10985 _ACEOF
10986 if ac_fn_c_try_link "$LINENO"; then :
10987
10988 lt_aix_libpath_sed='
10989     /Import File Strings/,/^$/ {
10990         /^0/ {
10991             s/^0  *\(.*\)$/\1/
10992             p
10993         }
10994     }'
10995 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10996 # Check for a 64-bit object if we didn't find anything.
10997 if test -z "$aix_libpath"; then
10998   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10999 fi
11000 fi
11001 rm -f core conftest.err conftest.$ac_objext \
11002     conftest$ac_exeext conftest.$ac_ext
11003 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11004
11005          hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
11006           # Warning - without using the other run time loading flags,
11007           # -berok will link without error, but may produce a broken library.
11008           no_undefined_flag=' ${wl}-bernotok'
11009           allow_undefined_flag=' ${wl}-berok'
11010           if test "$with_gnu_ld" = yes; then
11011             # We only use this code for GNU lds that support --whole-archive.
11012             whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
11013           else
11014             # Exported symbols can be pulled into shared objects from archives
11015             whole_archive_flag_spec='$convenience'
11016           fi
11017           archive_cmds_need_lc=yes
11018           # This is similar to how AIX traditionally builds its shared libraries.
11019           archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
11020         fi
11021       fi
11022       ;;
11023
11024     amigaos*)
11025       case $host_cpu in
11026       powerpc)
11027             # see comment about AmigaOS4 .so support
11028             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
11029             archive_expsym_cmds=''
11030         ;;
11031       m68k)
11032             archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
11033             hardcode_libdir_flag_spec='-L$libdir'
11034             hardcode_minus_L=yes
11035         ;;
11036       esac
11037       ;;
11038
11039     bsdi[45]*)
11040       export_dynamic_flag_spec=-rdynamic
11041       ;;
11042
11043     cygwin* | mingw* | pw32* | cegcc*)
11044       # When not using gcc, we currently assume that we are using
11045       # Microsoft Visual C++.
11046       # hardcode_libdir_flag_spec is actually meaningless, as there is
11047       # no search path for DLLs.
11048       hardcode_libdir_flag_spec=' '
11049       allow_undefined_flag=unsupported
11050       # Tell ltmain to make .lib files, not .a files.
11051       libext=lib
11052       # Tell ltmain to make .dll files, not .so files.
11053       shrext_cmds=".dll"
11054       # FIXME: Setting linknames here is a bad hack.
11055       archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
11056       # The linker will automatically build a .lib file if we build a DLL.
11057       old_archive_from_new_cmds='true'
11058       # FIXME: Should let the user specify the lib program.
11059       old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
11060       fix_srcfile_path='`cygpath -w "$srcfile"`'
11061       enable_shared_with_static_runtimes=yes
11062       ;;
11063
11064     darwin* | rhapsody*)
11065
11066
11067   archive_cmds_need_lc=no
11068   hardcode_direct=no
11069   hardcode_automatic=yes
11070   hardcode_shlibpath_var=unsupported
11071   if test "$lt_cv_ld_force_load" = "yes"; then
11072     whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
11073   else
11074     whole_archive_flag_spec=''
11075   fi
11076   link_all_deplibs=yes
11077   allow_undefined_flag="$_lt_dar_allow_undefined"
11078   case $cc_basename in
11079      ifort*) _lt_dar_can_shared=yes ;;
11080      *) _lt_dar_can_shared=$GCC ;;
11081   esac
11082   if test "$_lt_dar_can_shared" = "yes"; then
11083     output_verbose_link_cmd=func_echo_all
11084     archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
11085     module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
11086     archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
11087     module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
11088
11089   else
11090   ld_shlibs=no
11091   fi
11092
11093       ;;
11094
11095     dgux*)
11096       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11097       hardcode_libdir_flag_spec='-L$libdir'
11098       hardcode_shlibpath_var=no
11099       ;;
11100
11101     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
11102     # support.  Future versions do this automatically, but an explicit c++rt0.o
11103     # does not break anything, and helps significantly (at the cost of a little
11104     # extra space).
11105     freebsd2.2*)
11106       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
11107       hardcode_libdir_flag_spec='-R$libdir'
11108       hardcode_direct=yes
11109       hardcode_shlibpath_var=no
11110       ;;
11111
11112     # Unfortunately, older versions of FreeBSD 2 do not have this feature.
11113     freebsd2.*)
11114       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11115       hardcode_direct=yes
11116       hardcode_minus_L=yes
11117       hardcode_shlibpath_var=no
11118       ;;
11119
11120     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
11121     freebsd* | dragonfly*)
11122       archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
11123       hardcode_libdir_flag_spec='-R$libdir'
11124       hardcode_direct=yes
11125       hardcode_shlibpath_var=no
11126       ;;
11127
11128     hpux9*)
11129       if test "$GCC" = yes; then
11130         archive_cmds='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
11131       else
11132         archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
11133       fi
11134       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11135       hardcode_libdir_separator=:
11136       hardcode_direct=yes
11137
11138       # hardcode_minus_L: Not really in the search PATH,
11139       # but as the default location of the library.
11140       hardcode_minus_L=yes
11141       export_dynamic_flag_spec='${wl}-E'
11142       ;;
11143
11144     hpux10*)
11145       if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11146         archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11147       else
11148         archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11149       fi
11150       if test "$with_gnu_ld" = no; then
11151         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11152         hardcode_libdir_flag_spec_ld='+b $libdir'
11153         hardcode_libdir_separator=:
11154         hardcode_direct=yes
11155         hardcode_direct_absolute=yes
11156         export_dynamic_flag_spec='${wl}-E'
11157         # hardcode_minus_L: Not really in the search PATH,
11158         # but as the default location of the library.
11159         hardcode_minus_L=yes
11160       fi
11161       ;;
11162
11163     hpux11*)
11164       if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11165         case $host_cpu in
11166         hppa*64*)
11167           archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11168           ;;
11169         ia64*)
11170           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11171           ;;
11172         *)
11173           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11174           ;;
11175         esac
11176       else
11177         case $host_cpu in
11178         hppa*64*)
11179           archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11180           ;;
11181         ia64*)
11182           archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11183           ;;
11184         *)
11185
11186           # Older versions of the 11.00 compiler do not understand -b yet
11187           # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
11188           { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
11189 $as_echo_n "checking if $CC understands -b... " >&6; }
11190 if test "${lt_cv_prog_compiler__b+set}" = set; then :
11191   $as_echo_n "(cached) " >&6
11192 else
11193   lt_cv_prog_compiler__b=no
11194    save_LDFLAGS="$LDFLAGS"
11195    LDFLAGS="$LDFLAGS -b"
11196    echo "$lt_simple_link_test_code" > conftest.$ac_ext
11197    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
11198      # The linker can only warn and ignore the option if not recognized
11199      # So say no if there are warnings
11200      if test -s conftest.err; then
11201        # Append any errors to the config.log.
11202        cat conftest.err 1>&5
11203        $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
11204        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
11205        if diff conftest.exp conftest.er2 >/dev/null; then
11206          lt_cv_prog_compiler__b=yes
11207        fi
11208      else
11209        lt_cv_prog_compiler__b=yes
11210      fi
11211    fi
11212    $RM -r conftest*
11213    LDFLAGS="$save_LDFLAGS"
11214
11215 fi
11216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
11217 $as_echo "$lt_cv_prog_compiler__b" >&6; }
11218
11219 if test x"$lt_cv_prog_compiler__b" = xyes; then
11220     archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11221 else
11222     archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11223 fi
11224
11225           ;;
11226         esac
11227       fi
11228       if test "$with_gnu_ld" = no; then
11229         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11230         hardcode_libdir_separator=:
11231
11232         case $host_cpu in
11233         hppa*64*|ia64*)
11234           hardcode_direct=no
11235           hardcode_shlibpath_var=no
11236           ;;
11237         *)
11238           hardcode_direct=yes
11239           hardcode_direct_absolute=yes
11240           export_dynamic_flag_spec='${wl}-E'
11241
11242           # hardcode_minus_L: Not really in the search PATH,
11243           # but as the default location of the library.
11244           hardcode_minus_L=yes
11245           ;;
11246         esac
11247       fi
11248       ;;
11249
11250     irix5* | irix6* | nonstopux*)
11251       if test "$GCC" = yes; then
11252         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
11253         # Try to use the -exported_symbol ld option, if it does not
11254         # work, assume that -exports_file does not work either and
11255         # implicitly export all symbols.
11256         save_LDFLAGS="$LDFLAGS"
11257         LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
11258         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11259 /* end confdefs.h.  */
11260 int foo(void) {}
11261 _ACEOF
11262 if ac_fn_c_try_link "$LINENO"; then :
11263   archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
11264
11265 fi
11266 rm -f core conftest.err conftest.$ac_objext \
11267     conftest$ac_exeext conftest.$ac_ext
11268         LDFLAGS="$save_LDFLAGS"
11269       else
11270         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
11271         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
11272       fi
11273       archive_cmds_need_lc='no'
11274       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11275       hardcode_libdir_separator=:
11276       inherit_rpath=yes
11277       link_all_deplibs=yes
11278       ;;
11279
11280     netbsd*)
11281       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11282         archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
11283       else
11284         archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
11285       fi
11286       hardcode_libdir_flag_spec='-R$libdir'
11287       hardcode_direct=yes
11288       hardcode_shlibpath_var=no
11289       ;;
11290
11291     newsos6)
11292       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11293       hardcode_direct=yes
11294       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11295       hardcode_libdir_separator=:
11296       hardcode_shlibpath_var=no
11297       ;;
11298
11299     *nto* | *qnx*)
11300       ;;
11301
11302     openbsd*)
11303       if test -f /usr/libexec/ld.so; then
11304         hardcode_direct=yes
11305         hardcode_shlibpath_var=no
11306         hardcode_direct_absolute=yes
11307         if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11308           archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11309           archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
11310           hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11311           export_dynamic_flag_spec='${wl}-E'
11312         else
11313           case $host_os in
11314            openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
11315              archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11316              hardcode_libdir_flag_spec='-R$libdir'
11317              ;;
11318            *)
11319              archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11320              hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11321              ;;
11322           esac
11323         fi
11324       else
11325         ld_shlibs=no
11326       fi
11327       ;;
11328
11329     os2*)
11330       hardcode_libdir_flag_spec='-L$libdir'
11331       hardcode_minus_L=yes
11332       allow_undefined_flag=unsupported
11333       archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
11334       old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
11335       ;;
11336
11337     osf3*)
11338       if test "$GCC" = yes; then
11339         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11340         archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
11341       else
11342         allow_undefined_flag=' -expect_unresolved \*'
11343         archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
11344       fi
11345       archive_cmds_need_lc='no'
11346       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11347       hardcode_libdir_separator=:
11348       ;;
11349
11350     osf4* | osf5*)      # as osf3* with the addition of -msym flag
11351       if test "$GCC" = yes; then
11352         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11353         archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
11354         hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11355       else
11356         allow_undefined_flag=' -expect_unresolved \*'
11357         archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
11358         archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
11359         $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
11360
11361         # Both c and cxx compiler support -rpath directly
11362         hardcode_libdir_flag_spec='-rpath $libdir'
11363       fi
11364       archive_cmds_need_lc='no'
11365       hardcode_libdir_separator=:
11366       ;;
11367
11368     solaris*)
11369       no_undefined_flag=' -z defs'
11370       if test "$GCC" = yes; then
11371         wlarc='${wl}'
11372         archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11373         archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11374           $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11375       else
11376         case `$CC -V 2>&1` in
11377         *"Compilers 5.0"*)
11378           wlarc=''
11379           archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
11380           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11381           $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
11382           ;;
11383         *)
11384           wlarc='${wl}'
11385           archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
11386           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11387           $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11388           ;;
11389         esac
11390       fi
11391       hardcode_libdir_flag_spec='-R$libdir'
11392       hardcode_shlibpath_var=no
11393       case $host_os in
11394       solaris2.[0-5] | solaris2.[0-5].*) ;;
11395       *)
11396         # The compiler driver will combine and reorder linker options,
11397         # but understands `-z linker_flag'.  GCC discards it without `$wl',
11398         # but is careful enough not to reorder.
11399         # Supported since Solaris 2.6 (maybe 2.5.1?)
11400         if test "$GCC" = yes; then
11401           whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
11402         else
11403           whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
11404         fi
11405         ;;
11406       esac
11407       link_all_deplibs=yes
11408       ;;
11409
11410     sunos4*)
11411       if test "x$host_vendor" = xsequent; then
11412         # Use $CC to link under sequent, because it throws in some extra .o
11413         # files that make .init and .fini sections work.
11414         archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
11415       else
11416         archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
11417       fi
11418       hardcode_libdir_flag_spec='-L$libdir'
11419       hardcode_direct=yes
11420       hardcode_minus_L=yes
11421       hardcode_shlibpath_var=no
11422       ;;
11423
11424     sysv4)
11425       case $host_vendor in
11426         sni)
11427           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11428           hardcode_direct=yes # is this really true???
11429         ;;
11430         siemens)
11431           ## LD is ld it makes a PLAMLIB
11432           ## CC just makes a GrossModule.
11433           archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
11434           reload_cmds='$CC -r -o $output$reload_objs'
11435           hardcode_direct=no
11436         ;;
11437         motorola)
11438           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11439           hardcode_direct=no #Motorola manual says yes, but my tests say they lie
11440         ;;
11441       esac
11442       runpath_var='LD_RUN_PATH'
11443       hardcode_shlibpath_var=no
11444       ;;
11445
11446     sysv4.3*)
11447       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11448       hardcode_shlibpath_var=no
11449       export_dynamic_flag_spec='-Bexport'
11450       ;;
11451
11452     sysv4*MP*)
11453       if test -d /usr/nec; then
11454         archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11455         hardcode_shlibpath_var=no
11456         runpath_var=LD_RUN_PATH
11457         hardcode_runpath_var=yes
11458         ld_shlibs=yes
11459       fi
11460       ;;
11461
11462     sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
11463       no_undefined_flag='${wl}-z,text'
11464       archive_cmds_need_lc=no
11465       hardcode_shlibpath_var=no
11466       runpath_var='LD_RUN_PATH'
11467
11468       if test "$GCC" = yes; then
11469         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11470         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11471       else
11472         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11473         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11474       fi
11475       ;;
11476
11477     sysv5* | sco3.2v5* | sco5v6*)
11478       # Note: We can NOT use -z defs as we might desire, because we do not
11479       # link with -lc, and that would cause any symbols used from libc to
11480       # always be unresolved, which means just about no library would
11481       # ever link correctly.  If we're not using GNU ld we use -z text
11482       # though, which does catch some bad symbols but isn't as heavy-handed
11483       # as -z defs.
11484       no_undefined_flag='${wl}-z,text'
11485       allow_undefined_flag='${wl}-z,nodefs'
11486       archive_cmds_need_lc=no
11487       hardcode_shlibpath_var=no
11488       hardcode_libdir_flag_spec='${wl}-R,$libdir'
11489       hardcode_libdir_separator=':'
11490       link_all_deplibs=yes
11491       export_dynamic_flag_spec='${wl}-Bexport'
11492       runpath_var='LD_RUN_PATH'
11493
11494       if test "$GCC" = yes; then
11495         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11496         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11497       else
11498         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11499         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11500       fi
11501       ;;
11502
11503     uts4*)
11504       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11505       hardcode_libdir_flag_spec='-L$libdir'
11506       hardcode_shlibpath_var=no
11507       ;;
11508
11509     *)
11510       ld_shlibs=no
11511       ;;
11512     esac
11513
11514     if test x$host_vendor = xsni; then
11515       case $host in
11516       sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
11517         export_dynamic_flag_spec='${wl}-Blargedynsym'
11518         ;;
11519       esac
11520     fi
11521   fi
11522
11523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
11524 $as_echo "$ld_shlibs" >&6; }
11525 test "$ld_shlibs" = no && can_build_shared=no
11526
11527 with_gnu_ld=$with_gnu_ld
11528
11529
11530
11531
11532
11533
11534
11535
11536
11537
11538
11539
11540
11541
11542
11543 #
11544 # Do we need to explicitly link libc?
11545 #
11546 case "x$archive_cmds_need_lc" in
11547 x|xyes)
11548   # Assume -lc should be added
11549   archive_cmds_need_lc=yes
11550
11551   if test "$enable_shared" = yes && test "$GCC" = yes; then
11552     case $archive_cmds in
11553     *'~'*)
11554       # FIXME: we may have to deal with multi-command sequences.
11555       ;;
11556     '$CC '*)
11557       # Test whether the compiler implicitly links with -lc since on some
11558       # systems, -lgcc has to come before -lc. If gcc already passes -lc
11559       # to ld, don't add -lc before -lgcc.
11560       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
11561 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
11562 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
11563   $as_echo_n "(cached) " >&6
11564 else
11565   $RM conftest*
11566         echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11567
11568         if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
11569   (eval $ac_compile) 2>&5
11570   ac_status=$?
11571   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11572   test $ac_status = 0; } 2>conftest.err; then
11573           soname=conftest
11574           lib=conftest
11575           libobjs=conftest.$ac_objext
11576           deplibs=
11577           wl=$lt_prog_compiler_wl
11578           pic_flag=$lt_prog_compiler_pic
11579           compiler_flags=-v
11580           linker_flags=-v
11581           verstring=
11582           output_objdir=.
11583           libname=conftest
11584           lt_save_allow_undefined_flag=$allow_undefined_flag
11585           allow_undefined_flag=
11586           if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
11587   (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11588   ac_status=$?
11589   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11590   test $ac_status = 0; }
11591           then
11592             lt_cv_archive_cmds_need_lc=no
11593           else
11594             lt_cv_archive_cmds_need_lc=yes
11595           fi
11596           allow_undefined_flag=$lt_save_allow_undefined_flag
11597         else
11598           cat conftest.err 1>&5
11599         fi
11600         $RM conftest*
11601
11602 fi
11603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11604 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11605       archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11606       ;;
11607     esac
11608   fi
11609   ;;
11610 esac
11611
11612
11613
11614
11615
11616
11617
11618
11619
11620
11621
11622
11623
11624
11625
11626
11627
11628
11629
11630
11631
11632
11633
11634
11635
11636
11637
11638
11639
11640
11641
11642
11643
11644
11645
11646
11647
11648
11649
11650
11651
11652
11653
11654
11655
11656
11657
11658
11659
11660
11661
11662
11663
11664
11665
11666
11667
11668
11669
11670
11671
11672
11673
11674
11675
11676
11677
11678
11679
11680
11681
11682
11683
11684
11685
11686
11687
11688
11689
11690
11691
11692
11693
11694
11695
11696
11697
11698
11699
11700
11701
11702
11703
11704
11705
11706
11707
11708
11709
11710
11711
11712
11713
11714
11715
11716
11717
11718
11719
11720
11721
11722
11723
11724
11725
11726
11727
11728
11729
11730
11731
11732
11733
11734
11735
11736
11737
11738
11739
11740
11741
11742
11743
11744
11745
11746
11747
11748
11749
11750
11751
11752
11753
11754
11755
11756
11757
11758
11759
11760
11761
11762
11763
11764
11765
11766
11767
11768   { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11769 $as_echo_n "checking dynamic linker characteristics... " >&6; }
11770
11771 if test "$GCC" = yes; then
11772   case $host_os in
11773     darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11774     *) lt_awk_arg="/^libraries:/" ;;
11775   esac
11776   case $host_os in
11777     mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11778     *) lt_sed_strip_eq="s,=/,/,g" ;;
11779   esac
11780   lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11781   case $lt_search_path_spec in
11782   *\;*)
11783     # if the path contains ";" then we assume it to be the separator
11784     # otherwise default to the standard path separator (i.e. ":") - it is
11785     # assumed that no part of a normal pathname contains ";" but that should
11786     # okay in the real world where ";" in dirpaths is itself problematic.
11787     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11788     ;;
11789   *)
11790     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11791     ;;
11792   esac
11793   # Ok, now we have the path, separated by spaces, we can step through it
11794   # and add multilib dir if necessary.
11795   lt_tmp_lt_search_path_spec=
11796   lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11797   for lt_sys_path in $lt_search_path_spec; do
11798     if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11799       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11800     else
11801       test -d "$lt_sys_path" && \
11802         lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11803     fi
11804   done
11805   lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11806 BEGIN {RS=" "; FS="/|\n";} {
11807   lt_foo="";
11808   lt_count=0;
11809   for (lt_i = NF; lt_i > 0; lt_i--) {
11810     if ($lt_i != "" && $lt_i != ".") {
11811       if ($lt_i == "..") {
11812         lt_count++;
11813       } else {
11814         if (lt_count == 0) {
11815           lt_foo="/" $lt_i lt_foo;
11816         } else {
11817           lt_count--;
11818         }
11819       }
11820     }
11821   }
11822   if (lt_foo != "") { lt_freq[lt_foo]++; }
11823   if (lt_freq[lt_foo] == 1) { print lt_foo; }
11824 }'`
11825   # AWK program above erroneously prepends '/' to C:/dos/paths
11826   # for these hosts.
11827   case $host_os in
11828     mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11829       $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11830   esac
11831   sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11832 else
11833   sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11834 fi
11835 library_names_spec=
11836 libname_spec='lib$name'
11837 soname_spec=
11838 shrext_cmds=".so"
11839 postinstall_cmds=
11840 postuninstall_cmds=
11841 finish_cmds=
11842 finish_eval=
11843 shlibpath_var=
11844 shlibpath_overrides_runpath=unknown
11845 version_type=none
11846 dynamic_linker="$host_os ld.so"
11847 sys_lib_dlsearch_path_spec="/lib /usr/lib"
11848 need_lib_prefix=unknown
11849 hardcode_into_libs=no
11850
11851 # when you set need_version to no, make sure it does not cause -set_version
11852 # flags to be left without arguments
11853 need_version=unknown
11854
11855 case $host_os in
11856 aix3*)
11857   version_type=linux
11858   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11859   shlibpath_var=LIBPATH
11860
11861   # AIX 3 has no versioning support, so we append a major version to the name.
11862   soname_spec='${libname}${release}${shared_ext}$major'
11863   ;;
11864
11865 aix[4-9]*)
11866   version_type=linux
11867   need_lib_prefix=no
11868   need_version=no
11869   hardcode_into_libs=yes
11870   if test "$host_cpu" = ia64; then
11871     # AIX 5 supports IA64
11872     library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11873     shlibpath_var=LD_LIBRARY_PATH
11874   else
11875     # With GCC up to 2.95.x, collect2 would create an import file
11876     # for dependence libraries.  The import file would start with
11877     # the line `#! .'.  This would cause the generated library to
11878     # depend on `.', always an invalid library.  This was fixed in
11879     # development snapshots of GCC prior to 3.0.
11880     case $host_os in
11881       aix4 | aix4.[01] | aix4.[01].*)
11882       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11883            echo ' yes '
11884            echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11885         :
11886       else
11887         can_build_shared=no
11888       fi
11889       ;;
11890     esac
11891     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11892     # soname into executable. Probably we can add versioning support to
11893     # collect2, so additional links can be useful in future.
11894     if test "$aix_use_runtimelinking" = yes; then
11895       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11896       # instead of lib<name>.a to let people know that these are not
11897       # typical AIX shared libraries.
11898       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11899     else
11900       # We preserve .a as extension for shared libraries through AIX4.2
11901       # and later when we are not doing run time linking.
11902       library_names_spec='${libname}${release}.a $libname.a'
11903       soname_spec='${libname}${release}${shared_ext}$major'
11904     fi
11905     shlibpath_var=LIBPATH
11906   fi
11907   ;;
11908
11909 amigaos*)
11910   case $host_cpu in
11911   powerpc)
11912     # Since July 2007 AmigaOS4 officially supports .so libraries.
11913     # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11914     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11915     ;;
11916   m68k)
11917     library_names_spec='$libname.ixlibrary $libname.a'
11918     # Create ${libname}_ixlibrary.a entries in /sys/libs.
11919     finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
11920     ;;
11921   esac
11922   ;;
11923
11924 beos*)
11925   library_names_spec='${libname}${shared_ext}'
11926   dynamic_linker="$host_os ld.so"
11927   shlibpath_var=LIBRARY_PATH
11928   ;;
11929
11930 bsdi[45]*)
11931   version_type=linux
11932   need_version=no
11933   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11934   soname_spec='${libname}${release}${shared_ext}$major'
11935   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11936   shlibpath_var=LD_LIBRARY_PATH
11937   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11938   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11939   # the default ld.so.conf also contains /usr/contrib/lib and
11940   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11941   # libtool to hard-code these into programs
11942   ;;
11943
11944 cygwin* | mingw* | pw32* | cegcc*)
11945   version_type=windows
11946   shrext_cmds=".dll"
11947   need_version=no
11948   need_lib_prefix=no
11949
11950   case $GCC,$host_os in
11951   yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
11952     library_names_spec='$libname.dll.a'
11953     # DLL is installed to $(libdir)/../bin by postinstall_cmds
11954     postinstall_cmds='base_file=`basename \${file}`~
11955       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11956       dldir=$destdir/`dirname \$dlpath`~
11957       test -d \$dldir || mkdir -p \$dldir~
11958       $install_prog $dir/$dlname \$dldir/$dlname~
11959       chmod a+x \$dldir/$dlname~
11960       if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11961         eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11962       fi'
11963     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11964       dlpath=$dir/\$dldll~
11965        $RM \$dlpath'
11966     shlibpath_overrides_runpath=yes
11967
11968     case $host_os in
11969     cygwin*)
11970       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11971       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11972
11973       sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
11974       ;;
11975     mingw* | cegcc*)
11976       # MinGW DLLs use traditional 'lib' prefix
11977       soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11978       ;;
11979     pw32*)
11980       # pw32 DLLs use 'pw' prefix rather than 'lib'
11981       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11982       ;;
11983     esac
11984     ;;
11985
11986   *)
11987     library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11988     ;;
11989   esac
11990   dynamic_linker='Win32 ld.exe'
11991   # FIXME: first we should search . and the directory the executable is in
11992   shlibpath_var=PATH
11993   ;;
11994
11995 darwin* | rhapsody*)
11996   dynamic_linker="$host_os dyld"
11997   version_type=darwin
11998   need_lib_prefix=no
11999   need_version=no
12000   library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
12001   soname_spec='${libname}${release}${major}$shared_ext'
12002   shlibpath_overrides_runpath=yes
12003   shlibpath_var=DYLD_LIBRARY_PATH
12004   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
12005
12006   sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
12007   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
12008   ;;
12009
12010 dgux*)
12011   version_type=linux
12012   need_lib_prefix=no
12013   need_version=no
12014   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
12015   soname_spec='${libname}${release}${shared_ext}$major'
12016   shlibpath_var=LD_LIBRARY_PATH
12017   ;;
12018
12019 freebsd* | dragonfly*)
12020   # DragonFly does not have aout.  When/if they implement a new
12021   # versioning mechanism, adjust this.
12022   if test -x /usr/bin/objformat; then
12023     objformat=`/usr/bin/objformat`
12024   else
12025     case $host_os in
12026     freebsd[23].*) objformat=aout ;;
12027     *) objformat=elf ;;
12028     esac
12029   fi
12030   version_type=freebsd-$objformat
12031   case $version_type in
12032     freebsd-elf*)
12033       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12034       need_version=no
12035       need_lib_prefix=no
12036       ;;
12037     freebsd-*)
12038       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
12039       need_version=yes
12040       ;;
12041   esac
12042   shlibpath_var=LD_LIBRARY_PATH
12043   case $host_os in
12044   freebsd2.*)
12045     shlibpath_overrides_runpath=yes
12046     ;;
12047   freebsd3.[01]* | freebsdelf3.[01]*)
12048     shlibpath_overrides_runpath=yes
12049     hardcode_into_libs=yes
12050     ;;
12051   freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
12052   freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
12053     shlibpath_overrides_runpath=no
12054     hardcode_into_libs=yes
12055     ;;
12056   *) # from 4.6 on, and DragonFly
12057     shlibpath_overrides_runpath=yes
12058     hardcode_into_libs=yes
12059     ;;
12060   esac
12061   ;;
12062
12063 gnu*)
12064   version_type=linux
12065   need_lib_prefix=no
12066   need_version=no
12067   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12068   soname_spec='${libname}${release}${shared_ext}$major'
12069   shlibpath_var=LD_LIBRARY_PATH
12070   hardcode_into_libs=yes
12071   ;;
12072
12073 haiku*)
12074   version_type=linux
12075   need_lib_prefix=no
12076   need_version=no
12077   dynamic_linker="$host_os runtime_loader"
12078   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12079   soname_spec='${libname}${release}${shared_ext}$major'
12080   shlibpath_var=LIBRARY_PATH
12081   shlibpath_overrides_runpath=yes
12082   sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
12083   hardcode_into_libs=yes
12084   ;;
12085
12086 hpux9* | hpux10* | hpux11*)
12087   # Give a soname corresponding to the major version so that dld.sl refuses to
12088   # link against other versions.
12089   version_type=sunos
12090   need_lib_prefix=no
12091   need_version=no
12092   case $host_cpu in
12093   ia64*)
12094     shrext_cmds='.so'
12095     hardcode_into_libs=yes
12096     dynamic_linker="$host_os dld.so"
12097     shlibpath_var=LD_LIBRARY_PATH
12098     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12099     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12100     soname_spec='${libname}${release}${shared_ext}$major'
12101     if test "X$HPUX_IA64_MODE" = X32; then
12102       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
12103     else
12104       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
12105     fi
12106     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12107     ;;
12108   hppa*64*)
12109     shrext_cmds='.sl'
12110     hardcode_into_libs=yes
12111     dynamic_linker="$host_os dld.sl"
12112     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
12113     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12114     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12115     soname_spec='${libname}${release}${shared_ext}$major'
12116     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
12117     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12118     ;;
12119   *)
12120     shrext_cmds='.sl'
12121     dynamic_linker="$host_os dld.sl"
12122     shlibpath_var=SHLIB_PATH
12123     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
12124     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12125     soname_spec='${libname}${release}${shared_ext}$major'
12126     ;;
12127   esac
12128   # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
12129   postinstall_cmds='chmod 555 $lib'
12130   # or fails outright, so override atomically:
12131   install_override_mode=555
12132   ;;
12133
12134 interix[3-9]*)
12135   version_type=linux
12136   need_lib_prefix=no
12137   need_version=no
12138   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12139   soname_spec='${libname}${release}${shared_ext}$major'
12140   dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
12141   shlibpath_var=LD_LIBRARY_PATH
12142   shlibpath_overrides_runpath=no
12143   hardcode_into_libs=yes
12144   ;;
12145
12146 irix5* | irix6* | nonstopux*)
12147   case $host_os in
12148     nonstopux*) version_type=nonstopux ;;
12149     *)
12150         if test "$lt_cv_prog_gnu_ld" = yes; then
12151                 version_type=linux
12152         else
12153                 version_type=irix
12154         fi ;;
12155   esac
12156   need_lib_prefix=no
12157   need_version=no
12158   soname_spec='${libname}${release}${shared_ext}$major'
12159   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
12160   case $host_os in
12161   irix5* | nonstopux*)
12162     libsuff= shlibsuff=
12163     ;;
12164   *)
12165     case $LD in # libtool.m4 will add one of these switches to LD
12166     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
12167       libsuff= shlibsuff= libmagic=32-bit;;
12168     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
12169       libsuff=32 shlibsuff=N32 libmagic=N32;;
12170     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
12171       libsuff=64 shlibsuff=64 libmagic=64-bit;;
12172     *) libsuff= shlibsuff= libmagic=never-match;;
12173     esac
12174     ;;
12175   esac
12176   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
12177   shlibpath_overrides_runpath=no
12178   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
12179   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
12180   hardcode_into_libs=yes
12181   ;;
12182
12183 # No shared lib support for Linux oldld, aout, or coff.
12184 linux*oldld* | linux*aout* | linux*coff*)
12185   dynamic_linker=no
12186   ;;
12187
12188 # This must be Linux ELF.
12189 linux* | k*bsd*-gnu | kopensolaris*-gnu)
12190   version_type=linux
12191   need_lib_prefix=no
12192   need_version=no
12193   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12194   soname_spec='${libname}${release}${shared_ext}$major'
12195   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
12196   shlibpath_var=LD_LIBRARY_PATH
12197   shlibpath_overrides_runpath=no
12198
12199   # Some binutils ld are patched to set DT_RUNPATH
12200   if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
12201   $as_echo_n "(cached) " >&6
12202 else
12203   lt_cv_shlibpath_overrides_runpath=no
12204     save_LDFLAGS=$LDFLAGS
12205     save_libdir=$libdir
12206     eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
12207          LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
12208     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12209 /* end confdefs.h.  */
12210
12211 int
12212 main ()
12213 {
12214
12215   ;
12216   return 0;
12217 }
12218 _ACEOF
12219 if ac_fn_c_try_link "$LINENO"; then :
12220   if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
12221   lt_cv_shlibpath_overrides_runpath=yes
12222 fi
12223 fi
12224 rm -f core conftest.err conftest.$ac_objext \
12225     conftest$ac_exeext conftest.$ac_ext
12226     LDFLAGS=$save_LDFLAGS
12227     libdir=$save_libdir
12228
12229 fi
12230
12231   shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
12232
12233   # This implies no fast_install, which is unacceptable.
12234   # Some rework will be needed to allow for fast_install
12235   # before this can be enabled.
12236   hardcode_into_libs=yes
12237
12238   # Append ld.so.conf contents to the search path
12239   if test -f /etc/ld.so.conf; then
12240     lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[       ]*hwcap[        ]/d;s/[:,      ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
12241     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
12242   fi
12243
12244   # We used to test for /lib/ld.so.1 and disable shared libraries on
12245   # powerpc, because MkLinux only supported shared libraries with the
12246   # GNU dynamic linker.  Since this was broken with cross compilers,
12247   # most powerpc-linux boxes support dynamic linking these days and
12248   # people can always --disable-shared, the test was removed, and we
12249   # assume the GNU/Linux dynamic linker is in use.
12250   dynamic_linker='GNU/Linux ld.so'
12251   ;;
12252
12253 netbsd*)
12254   version_type=sunos
12255   need_lib_prefix=no
12256   need_version=no
12257   if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
12258     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12259     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12260     dynamic_linker='NetBSD (a.out) ld.so'
12261   else
12262     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12263     soname_spec='${libname}${release}${shared_ext}$major'
12264     dynamic_linker='NetBSD ld.elf_so'
12265   fi
12266   shlibpath_var=LD_LIBRARY_PATH
12267   shlibpath_overrides_runpath=yes
12268   hardcode_into_libs=yes
12269   ;;
12270
12271 newsos6)
12272   version_type=linux
12273   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12274   shlibpath_var=LD_LIBRARY_PATH
12275   shlibpath_overrides_runpath=yes
12276   ;;
12277
12278 *nto* | *qnx*)
12279   version_type=qnx
12280   need_lib_prefix=no
12281   need_version=no
12282   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12283   soname_spec='${libname}${release}${shared_ext}$major'
12284   shlibpath_var=LD_LIBRARY_PATH
12285   shlibpath_overrides_runpath=no
12286   hardcode_into_libs=yes
12287   dynamic_linker='ldqnx.so'
12288   ;;
12289
12290 openbsd*)
12291   version_type=sunos
12292   sys_lib_dlsearch_path_spec="/usr/lib"
12293   need_lib_prefix=no
12294   # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
12295   case $host_os in
12296     openbsd3.3 | openbsd3.3.*)  need_version=yes ;;
12297     *)                          need_version=no  ;;
12298   esac
12299   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12300   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12301   shlibpath_var=LD_LIBRARY_PATH
12302   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12303     case $host_os in
12304       openbsd2.[89] | openbsd2.[89].*)
12305         shlibpath_overrides_runpath=no
12306         ;;
12307       *)
12308         shlibpath_overrides_runpath=yes
12309         ;;
12310       esac
12311   else
12312     shlibpath_overrides_runpath=yes
12313   fi
12314   ;;
12315
12316 os2*)
12317   libname_spec='$name'
12318   shrext_cmds=".dll"
12319   need_lib_prefix=no
12320   library_names_spec='$libname${shared_ext} $libname.a'
12321   dynamic_linker='OS/2 ld.exe'
12322   shlibpath_var=LIBPATH
12323   ;;
12324
12325 osf3* | osf4* | osf5*)
12326   version_type=osf
12327   need_lib_prefix=no
12328   need_version=no
12329   soname_spec='${libname}${release}${shared_ext}$major'
12330   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12331   shlibpath_var=LD_LIBRARY_PATH
12332   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
12333   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
12334   ;;
12335
12336 rdos*)
12337   dynamic_linker=no
12338   ;;
12339
12340 solaris*)
12341   version_type=linux
12342   need_lib_prefix=no
12343   need_version=no
12344   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12345   soname_spec='${libname}${release}${shared_ext}$major'
12346   shlibpath_var=LD_LIBRARY_PATH
12347   shlibpath_overrides_runpath=yes
12348   hardcode_into_libs=yes
12349   # ldd complains unless libraries are executable
12350   postinstall_cmds='chmod +x $lib'
12351   ;;
12352
12353 sunos4*)
12354   version_type=sunos
12355   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12356   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
12357   shlibpath_var=LD_LIBRARY_PATH
12358   shlibpath_overrides_runpath=yes
12359   if test "$with_gnu_ld" = yes; then
12360     need_lib_prefix=no
12361   fi
12362   need_version=yes
12363   ;;
12364
12365 sysv4 | sysv4.3*)
12366   version_type=linux
12367   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12368   soname_spec='${libname}${release}${shared_ext}$major'
12369   shlibpath_var=LD_LIBRARY_PATH
12370   case $host_vendor in
12371     sni)
12372       shlibpath_overrides_runpath=no
12373       need_lib_prefix=no
12374       runpath_var=LD_RUN_PATH
12375       ;;
12376     siemens)
12377       need_lib_prefix=no
12378       ;;
12379     motorola)
12380       need_lib_prefix=no
12381       need_version=no
12382       shlibpath_overrides_runpath=no
12383       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
12384       ;;
12385   esac
12386   ;;
12387
12388 sysv4*MP*)
12389   if test -d /usr/nec ;then
12390     version_type=linux
12391     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
12392     soname_spec='$libname${shared_ext}.$major'
12393     shlibpath_var=LD_LIBRARY_PATH
12394   fi
12395   ;;
12396
12397 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
12398   version_type=freebsd-elf
12399   need_lib_prefix=no
12400   need_version=no
12401   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12402   soname_spec='${libname}${release}${shared_ext}$major'
12403   shlibpath_var=LD_LIBRARY_PATH
12404   shlibpath_overrides_runpath=yes
12405   hardcode_into_libs=yes
12406   if test "$with_gnu_ld" = yes; then
12407     sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
12408   else
12409     sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
12410     case $host_os in
12411       sco3.2v5*)
12412         sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
12413         ;;
12414     esac
12415   fi
12416   sys_lib_dlsearch_path_spec='/usr/lib'
12417   ;;
12418
12419 tpf*)
12420   # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
12421   version_type=linux
12422   need_lib_prefix=no
12423   need_version=no
12424   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12425   shlibpath_var=LD_LIBRARY_PATH
12426   shlibpath_overrides_runpath=no
12427   hardcode_into_libs=yes
12428   ;;
12429
12430 uts4*)
12431   version_type=linux
12432   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12433   soname_spec='${libname}${release}${shared_ext}$major'
12434   shlibpath_var=LD_LIBRARY_PATH
12435   ;;
12436
12437 *)
12438   dynamic_linker=no
12439   ;;
12440 esac
12441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
12442 $as_echo "$dynamic_linker" >&6; }
12443 test "$dynamic_linker" = no && can_build_shared=no
12444
12445 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
12446 if test "$GCC" = yes; then
12447   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
12448 fi
12449
12450 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
12451   sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
12452 fi
12453 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
12454   sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
12455 fi
12456
12457
12458
12459
12460
12461
12462
12463
12464
12465
12466
12467
12468
12469
12470
12471
12472
12473
12474
12475
12476
12477
12478
12479
12480
12481
12482
12483
12484
12485
12486
12487
12488
12489
12490
12491
12492
12493
12494
12495
12496
12497
12498
12499
12500
12501
12502
12503
12504
12505
12506
12507
12508
12509
12510
12511
12512
12513
12514
12515
12516
12517
12518
12519
12520
12521
12522
12523
12524
12525
12526
12527
12528
12529
12530
12531
12532
12533
12534
12535
12536
12537
12538
12539
12540
12541
12542
12543
12544
12545
12546
12547
12548   { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
12549 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
12550 hardcode_action=
12551 if test -n "$hardcode_libdir_flag_spec" ||
12552    test -n "$runpath_var" ||
12553    test "X$hardcode_automatic" = "Xyes" ; then
12554
12555   # We can hardcode non-existent directories.
12556   if test "$hardcode_direct" != no &&
12557      # If the only mechanism to avoid hardcoding is shlibpath_var, we
12558      # have to relink, otherwise we might link with an installed library
12559      # when we should be linking with a yet-to-be-installed one
12560      ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
12561      test "$hardcode_minus_L" != no; then
12562     # Linking always hardcodes the temporary library directory.
12563     hardcode_action=relink
12564   else
12565     # We can link without hardcoding, and we can hardcode nonexisting dirs.
12566     hardcode_action=immediate
12567   fi
12568 else
12569   # We cannot hardcode anything, or else we can only hardcode existing
12570   # directories.
12571   hardcode_action=unsupported
12572 fi
12573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
12574 $as_echo "$hardcode_action" >&6; }
12575
12576 if test "$hardcode_action" = relink ||
12577    test "$inherit_rpath" = yes; then
12578   # Fast installation is not supported
12579   enable_fast_install=no
12580 elif test "$shlibpath_overrides_runpath" = yes ||
12581      test "$enable_shared" = no; then
12582   # Fast installation is not necessary
12583   enable_fast_install=needless
12584 fi
12585
12586
12587
12588
12589
12590
12591   if test "x$enable_dlopen" != xyes; then
12592   enable_dlopen=unknown
12593   enable_dlopen_self=unknown
12594   enable_dlopen_self_static=unknown
12595 else
12596   lt_cv_dlopen=no
12597   lt_cv_dlopen_libs=
12598
12599   case $host_os in
12600   beos*)
12601     lt_cv_dlopen="load_add_on"
12602     lt_cv_dlopen_libs=
12603     lt_cv_dlopen_self=yes
12604     ;;
12605
12606   mingw* | pw32* | cegcc*)
12607     lt_cv_dlopen="LoadLibrary"
12608     lt_cv_dlopen_libs=
12609     ;;
12610
12611   cygwin*)
12612     lt_cv_dlopen="dlopen"
12613     lt_cv_dlopen_libs=
12614     ;;
12615
12616   darwin*)
12617   # if libdl is installed we need to link against it
12618     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12619 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12620 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12621   $as_echo_n "(cached) " >&6
12622 else
12623   ac_check_lib_save_LIBS=$LIBS
12624 LIBS="-ldl  $LIBS"
12625 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12626 /* end confdefs.h.  */
12627
12628 /* Override any GCC internal prototype to avoid an error.
12629    Use char because int might match the return type of a GCC
12630    builtin and then its argument prototype would still apply.  */
12631 #ifdef __cplusplus
12632 extern "C"
12633 #endif
12634 char dlopen ();
12635 int
12636 main ()
12637 {
12638 return dlopen ();
12639   ;
12640   return 0;
12641 }
12642 _ACEOF
12643 if ac_fn_c_try_link "$LINENO"; then :
12644   ac_cv_lib_dl_dlopen=yes
12645 else
12646   ac_cv_lib_dl_dlopen=no
12647 fi
12648 rm -f core conftest.err conftest.$ac_objext \
12649     conftest$ac_exeext conftest.$ac_ext
12650 LIBS=$ac_check_lib_save_LIBS
12651 fi
12652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12653 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12654 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12655   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12656 else
12657
12658     lt_cv_dlopen="dyld"
12659     lt_cv_dlopen_libs=
12660     lt_cv_dlopen_self=yes
12661
12662 fi
12663
12664     ;;
12665
12666   *)
12667     ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
12668 if test "x$ac_cv_func_shl_load" = x""yes; then :
12669   lt_cv_dlopen="shl_load"
12670 else
12671   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12672 $as_echo_n "checking for shl_load in -ldld... " >&6; }
12673 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
12674   $as_echo_n "(cached) " >&6
12675 else
12676   ac_check_lib_save_LIBS=$LIBS
12677 LIBS="-ldld  $LIBS"
12678 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12679 /* end confdefs.h.  */
12680
12681 /* Override any GCC internal prototype to avoid an error.
12682    Use char because int might match the return type of a GCC
12683    builtin and then its argument prototype would still apply.  */
12684 #ifdef __cplusplus
12685 extern "C"
12686 #endif
12687 char shl_load ();
12688 int
12689 main ()
12690 {
12691 return shl_load ();
12692   ;
12693   return 0;
12694 }
12695 _ACEOF
12696 if ac_fn_c_try_link "$LINENO"; then :
12697   ac_cv_lib_dld_shl_load=yes
12698 else
12699   ac_cv_lib_dld_shl_load=no
12700 fi
12701 rm -f core conftest.err conftest.$ac_objext \
12702     conftest$ac_exeext conftest.$ac_ext
12703 LIBS=$ac_check_lib_save_LIBS
12704 fi
12705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12706 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12707 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
12708   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12709 else
12710   ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
12711 if test "x$ac_cv_func_dlopen" = x""yes; then :
12712   lt_cv_dlopen="dlopen"
12713 else
12714   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12715 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12716 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12717   $as_echo_n "(cached) " >&6
12718 else
12719   ac_check_lib_save_LIBS=$LIBS
12720 LIBS="-ldl  $LIBS"
12721 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12722 /* end confdefs.h.  */
12723
12724 /* Override any GCC internal prototype to avoid an error.
12725    Use char because int might match the return type of a GCC
12726    builtin and then its argument prototype would still apply.  */
12727 #ifdef __cplusplus
12728 extern "C"
12729 #endif
12730 char dlopen ();
12731 int
12732 main ()
12733 {
12734 return dlopen ();
12735   ;
12736   return 0;
12737 }
12738 _ACEOF
12739 if ac_fn_c_try_link "$LINENO"; then :
12740   ac_cv_lib_dl_dlopen=yes
12741 else
12742   ac_cv_lib_dl_dlopen=no
12743 fi
12744 rm -f core conftest.err conftest.$ac_objext \
12745     conftest$ac_exeext conftest.$ac_ext
12746 LIBS=$ac_check_lib_save_LIBS
12747 fi
12748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12749 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12750 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12751   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12752 else
12753   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12754 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
12755 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
12756   $as_echo_n "(cached) " >&6
12757 else
12758   ac_check_lib_save_LIBS=$LIBS
12759 LIBS="-lsvld  $LIBS"
12760 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12761 /* end confdefs.h.  */
12762
12763 /* Override any GCC internal prototype to avoid an error.
12764    Use char because int might match the return type of a GCC
12765    builtin and then its argument prototype would still apply.  */
12766 #ifdef __cplusplus
12767 extern "C"
12768 #endif
12769 char dlopen ();
12770 int
12771 main ()
12772 {
12773 return dlopen ();
12774   ;
12775   return 0;
12776 }
12777 _ACEOF
12778 if ac_fn_c_try_link "$LINENO"; then :
12779   ac_cv_lib_svld_dlopen=yes
12780 else
12781   ac_cv_lib_svld_dlopen=no
12782 fi
12783 rm -f core conftest.err conftest.$ac_objext \
12784     conftest$ac_exeext conftest.$ac_ext
12785 LIBS=$ac_check_lib_save_LIBS
12786 fi
12787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12788 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12789 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
12790   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
12791 else
12792   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12793 $as_echo_n "checking for dld_link in -ldld... " >&6; }
12794 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
12795   $as_echo_n "(cached) " >&6
12796 else
12797   ac_check_lib_save_LIBS=$LIBS
12798 LIBS="-ldld  $LIBS"
12799 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12800 /* end confdefs.h.  */
12801
12802 /* Override any GCC internal prototype to avoid an error.
12803    Use char because int might match the return type of a GCC
12804    builtin and then its argument prototype would still apply.  */
12805 #ifdef __cplusplus
12806 extern "C"
12807 #endif
12808 char dld_link ();
12809 int
12810 main ()
12811 {
12812 return dld_link ();
12813   ;
12814   return 0;
12815 }
12816 _ACEOF
12817 if ac_fn_c_try_link "$LINENO"; then :
12818   ac_cv_lib_dld_dld_link=yes
12819 else
12820   ac_cv_lib_dld_dld_link=no
12821 fi
12822 rm -f core conftest.err conftest.$ac_objext \
12823     conftest$ac_exeext conftest.$ac_ext
12824 LIBS=$ac_check_lib_save_LIBS
12825 fi
12826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12827 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12828 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
12829   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12830 fi
12831
12832
12833 fi
12834
12835
12836 fi
12837
12838
12839 fi
12840
12841
12842 fi
12843
12844
12845 fi
12846
12847     ;;
12848   esac
12849
12850   if test "x$lt_cv_dlopen" != xno; then
12851     enable_dlopen=yes
12852   else
12853     enable_dlopen=no
12854   fi
12855
12856   case $lt_cv_dlopen in
12857   dlopen)
12858     save_CPPFLAGS="$CPPFLAGS"
12859     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12860
12861     save_LDFLAGS="$LDFLAGS"
12862     wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12863
12864     save_LIBS="$LIBS"
12865     LIBS="$lt_cv_dlopen_libs $LIBS"
12866
12867     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12868 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
12869 if test "${lt_cv_dlopen_self+set}" = set; then :
12870   $as_echo_n "(cached) " >&6
12871 else
12872           if test "$cross_compiling" = yes; then :
12873   lt_cv_dlopen_self=cross
12874 else
12875   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12876   lt_status=$lt_dlunknown
12877   cat > conftest.$ac_ext <<_LT_EOF
12878 #line 12878 "configure"
12879 #include "confdefs.h"
12880
12881 #if HAVE_DLFCN_H
12882 #include <dlfcn.h>
12883 #endif
12884
12885 #include <stdio.h>
12886
12887 #ifdef RTLD_GLOBAL
12888 #  define LT_DLGLOBAL           RTLD_GLOBAL
12889 #else
12890 #  ifdef DL_GLOBAL
12891 #    define LT_DLGLOBAL         DL_GLOBAL
12892 #  else
12893 #    define LT_DLGLOBAL         0
12894 #  endif
12895 #endif
12896
12897 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12898    find out it does not work in some platform. */
12899 #ifndef LT_DLLAZY_OR_NOW
12900 #  ifdef RTLD_LAZY
12901 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
12902 #  else
12903 #    ifdef DL_LAZY
12904 #      define LT_DLLAZY_OR_NOW          DL_LAZY
12905 #    else
12906 #      ifdef RTLD_NOW
12907 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
12908 #      else
12909 #        ifdef DL_NOW
12910 #          define LT_DLLAZY_OR_NOW      DL_NOW
12911 #        else
12912 #          define LT_DLLAZY_OR_NOW      0
12913 #        endif
12914 #      endif
12915 #    endif
12916 #  endif
12917 #endif
12918
12919 /* When -fvisbility=hidden is used, assume the code has been annotated
12920    correspondingly for the symbols needed.  */
12921 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12922 void fnord () __attribute__((visibility("default")));
12923 #endif
12924
12925 void fnord () { int i=42; }
12926 int main ()
12927 {
12928   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12929   int status = $lt_dlunknown;
12930
12931   if (self)
12932     {
12933       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
12934       else
12935         {
12936           if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
12937           else puts (dlerror ());
12938         }
12939       /* dlclose (self); */
12940     }
12941   else
12942     puts (dlerror ());
12943
12944   return status;
12945 }
12946 _LT_EOF
12947   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12948   (eval $ac_link) 2>&5
12949   ac_status=$?
12950   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12951   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12952     (./conftest; exit; ) >&5 2>/dev/null
12953     lt_status=$?
12954     case x$lt_status in
12955       x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12956       x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12957       x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12958     esac
12959   else :
12960     # compilation failed
12961     lt_cv_dlopen_self=no
12962   fi
12963 fi
12964 rm -fr conftest*
12965
12966
12967 fi
12968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12969 $as_echo "$lt_cv_dlopen_self" >&6; }
12970
12971     if test "x$lt_cv_dlopen_self" = xyes; then
12972       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12973       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12974 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12975 if test "${lt_cv_dlopen_self_static+set}" = set; then :
12976   $as_echo_n "(cached) " >&6
12977 else
12978           if test "$cross_compiling" = yes; then :
12979   lt_cv_dlopen_self_static=cross
12980 else
12981   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12982   lt_status=$lt_dlunknown
12983   cat > conftest.$ac_ext <<_LT_EOF
12984 #line 12984 "configure"
12985 #include "confdefs.h"
12986
12987 #if HAVE_DLFCN_H
12988 #include <dlfcn.h>
12989 #endif
12990
12991 #include <stdio.h>
12992
12993 #ifdef RTLD_GLOBAL
12994 #  define LT_DLGLOBAL           RTLD_GLOBAL
12995 #else
12996 #  ifdef DL_GLOBAL
12997 #    define LT_DLGLOBAL         DL_GLOBAL
12998 #  else
12999 #    define LT_DLGLOBAL         0
13000 #  endif
13001 #endif
13002
13003 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
13004    find out it does not work in some platform. */
13005 #ifndef LT_DLLAZY_OR_NOW
13006 #  ifdef RTLD_LAZY
13007 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
13008 #  else
13009 #    ifdef DL_LAZY
13010 #      define LT_DLLAZY_OR_NOW          DL_LAZY
13011 #    else
13012 #      ifdef RTLD_NOW
13013 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
13014 #      else
13015 #        ifdef DL_NOW
13016 #          define LT_DLLAZY_OR_NOW      DL_NOW
13017 #        else
13018 #          define LT_DLLAZY_OR_NOW      0
13019 #        endif
13020 #      endif
13021 #    endif
13022 #  endif
13023 #endif
13024
13025 /* When -fvisbility=hidden is used, assume the code has been annotated
13026    correspondingly for the symbols needed.  */
13027 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
13028 void fnord () __attribute__((visibility("default")));
13029 #endif
13030
13031 void fnord () { int i=42; }
13032 int main ()
13033 {
13034   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
13035   int status = $lt_dlunknown;
13036
13037   if (self)
13038     {
13039       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
13040       else
13041         {
13042           if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
13043           else puts (dlerror ());
13044         }
13045       /* dlclose (self); */
13046     }
13047   else
13048     puts (dlerror ());
13049
13050   return status;
13051 }
13052 _LT_EOF
13053   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13054   (eval $ac_link) 2>&5
13055   ac_status=$?
13056   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13057   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
13058     (./conftest; exit; ) >&5 2>/dev/null
13059     lt_status=$?
13060     case x$lt_status in
13061       x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
13062       x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
13063       x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
13064     esac
13065   else :
13066     # compilation failed
13067     lt_cv_dlopen_self_static=no
13068   fi
13069 fi
13070 rm -fr conftest*
13071
13072
13073 fi
13074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
13075 $as_echo "$lt_cv_dlopen_self_static" >&6; }
13076     fi
13077
13078     CPPFLAGS="$save_CPPFLAGS"
13079     LDFLAGS="$save_LDFLAGS"
13080     LIBS="$save_LIBS"
13081     ;;
13082   esac
13083
13084   case $lt_cv_dlopen_self in
13085   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
13086   *) enable_dlopen_self=unknown ;;
13087   esac
13088
13089   case $lt_cv_dlopen_self_static in
13090   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
13091   *) enable_dlopen_self_static=unknown ;;
13092   esac
13093 fi
13094
13095
13096
13097
13098
13099
13100
13101
13102
13103
13104
13105
13106
13107
13108
13109
13110
13111 striplib=
13112 old_striplib=
13113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
13114 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
13115 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
13116   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
13117   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
13118   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13119 $as_echo "yes" >&6; }
13120 else
13121 # FIXME - insert some real tests, host_os isn't really good enough
13122   case $host_os in
13123   darwin*)
13124     if test -n "$STRIP" ; then
13125       striplib="$STRIP -x"
13126       old_striplib="$STRIP -S"
13127       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13128 $as_echo "yes" >&6; }
13129     else
13130       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13131 $as_echo "no" >&6; }
13132     fi
13133     ;;
13134   *)
13135     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13136 $as_echo "no" >&6; }
13137     ;;
13138   esac
13139 fi
13140
13141
13142
13143
13144
13145
13146
13147
13148
13149
13150
13151
13152   # Report which library types will actually be built
13153   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
13154 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
13155   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
13156 $as_echo "$can_build_shared" >&6; }
13157
13158   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
13159 $as_echo_n "checking whether to build shared libraries... " >&6; }
13160   test "$can_build_shared" = "no" && enable_shared=no
13161
13162   # On AIX, shared libraries and static libraries use the same namespace, and
13163   # are all built from PIC.
13164   case $host_os in
13165   aix3*)
13166     test "$enable_shared" = yes && enable_static=no
13167     if test -n "$RANLIB"; then
13168       archive_cmds="$archive_cmds~\$RANLIB \$lib"
13169       postinstall_cmds='$RANLIB $lib'
13170     fi
13171     ;;
13172
13173   aix[4-9]*)
13174     if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
13175       test "$enable_shared" = yes && enable_static=no
13176     fi
13177     ;;
13178   esac
13179   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
13180 $as_echo "$enable_shared" >&6; }
13181
13182   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
13183 $as_echo_n "checking whether to build static libraries... " >&6; }
13184   # Make sure either enable_shared or enable_static is yes.
13185   test "$enable_shared" = yes || enable_static=yes
13186   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
13187 $as_echo "$enable_static" >&6; }
13188
13189
13190
13191
13192 fi
13193 ac_ext=c
13194 ac_cpp='$CPP $CPPFLAGS'
13195 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13196 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13197 ac_compiler_gnu=$ac_cv_c_compiler_gnu
13198
13199 CC="$lt_save_CC"
13200
13201
13202
13203
13204
13205
13206
13207
13208
13209
13210
13211
13212
13213         ac_config_commands="$ac_config_commands libtool"
13214
13215
13216
13217
13218 # Only expand once:
13219
13220
13221
13222
13223 . ${srcdir}/../../bfd/configure.host
13224
13225
13226
13227
13228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13229 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13230     # Check whether --enable-maintainer-mode was given.
13231 if test "${enable_maintainer_mode+set}" = set; then :
13232   enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13233 else
13234   USE_MAINTAINER_MODE=no
13235 fi
13236
13237   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13238 $as_echo "$USE_MAINTAINER_MODE" >&6; }
13239    if test $USE_MAINTAINER_MODE = yes; then
13240   MAINTAINER_MODE_TRUE=
13241   MAINTAINER_MODE_FALSE='#'
13242 else
13243   MAINTAINER_MODE_TRUE='#'
13244   MAINTAINER_MODE_FALSE=
13245 fi
13246
13247   MAINT=$MAINTAINER_MODE_TRUE
13248
13249
13250
13251
13252 # Check whether --enable-sim-cflags was given.
13253 if test "${enable_sim_cflags+set}" = set; then :
13254   enableval=$enable_sim_cflags; case "${enableval}" in
13255   yes)   sim_cflags="-O2 -fomit-frame-pointer";;
13256   trace) as_fn_error "\"Please use --enable-sim-debug instead.\"" "$LINENO" 5; sim_cflags="";;
13257   no)    sim_cflags="";;
13258   *)     sim_cflags=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13259 esac
13260 if test x"$silent" != x"yes" && test x"$sim_cflags" != x""; then
13261   echo "Setting sim cflags = $sim_cflags" 6>&1
13262 fi
13263 else
13264   sim_cflags=""
13265 fi
13266
13267
13268
13269 # Check whether --enable-sim-debug was given.
13270 if test "${enable_sim_debug+set}" = set; then :
13271   enableval=$enable_sim_debug; case "${enableval}" in
13272   yes) sim_debug="-DDEBUG=7 -DWITH_DEBUG=7";;
13273   no)  sim_debug="-DDEBUG=0 -DWITH_DEBUG=0";;
13274   *)   sim_debug="-DDEBUG='(${enableval})' -DWITH_DEBUG='(${enableval})'";;
13275 esac
13276 if test x"$silent" != x"yes" && test x"$sim_debug" != x""; then
13277   echo "Setting sim debug = $sim_debug" 6>&1
13278 fi
13279 else
13280   sim_debug=""
13281 fi
13282
13283
13284
13285 # Check whether --enable-sim-stdio was given.
13286 if test "${enable_sim_stdio+set}" = set; then :
13287   enableval=$enable_sim_stdio; case "${enableval}" in
13288   yes)  sim_stdio="-DWITH_STDIO=DO_USE_STDIO";;
13289   no)   sim_stdio="-DWITH_STDIO=DONT_USE_STDIO";;
13290   *)    as_fn_error "\"Unknown value $enableval passed to --enable-sim-stdio\"" "$LINENO" 5; sim_stdio="";;
13291 esac
13292 if test x"$silent" != x"yes" && test x"$sim_stdio" != x""; then
13293   echo "Setting stdio flags = $sim_stdio" 6>&1
13294 fi
13295 else
13296   sim_stdio=""
13297 fi
13298
13299
13300
13301 # Check whether --enable-sim-trace was given.
13302 if test "${enable_sim_trace+set}" = set; then :
13303   enableval=$enable_sim_trace; case "${enableval}" in
13304   yes)  sim_trace="-DWITH_TRACE=-1";;
13305   no)   sim_trace="-DWITH_TRACE=0";;
13306   [-0-9]*)
13307         sim_trace="-DWITH_TRACE='(${enableval})'";;
13308   [[:lower:]]*)
13309         sim_trace=""
13310         for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13311           if test x"$sim_trace" = x; then
13312             sim_trace="-DWITH_TRACE='(TRACE_$x"
13313           else
13314             sim_trace="${sim_trace}|TRACE_$x"
13315           fi
13316         done
13317         sim_trace="$sim_trace)'" ;;
13318 esac
13319 if test x"$silent" != x"yes" && test x"$sim_trace" != x""; then
13320   echo "Setting sim trace = $sim_trace" 6>&1
13321 fi
13322 else
13323   sim_trace=""
13324 fi
13325
13326
13327
13328 # Check whether --enable-sim-profile was given.
13329 if test "${enable_sim_profile+set}" = set; then :
13330   enableval=$enable_sim_profile; case "${enableval}" in
13331   yes)  sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1";;
13332   no)   sim_profile="-DPROFILE=0 -DWITH_PROFILE=0";;
13333   [-0-9]*)
13334         sim_profile="-DPROFILE='(${enableval})' -DWITH_PROFILE='(${enableval})'";;
13335   [a-z]*)
13336         sim_profile=""
13337         for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13338           if test x"$sim_profile" = x; then
13339             sim_profile="-DWITH_PROFILE='(PROFILE_$x"
13340           else
13341             sim_profile="${sim_profile}|PROFILE_$x"
13342           fi
13343         done
13344         sim_profile="$sim_profile)'" ;;
13345 esac
13346 if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
13347   echo "Setting sim profile = $sim_profile" 6>&1
13348 fi
13349 else
13350   sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"
13351 fi
13352
13353
13354
13355
13356 # Check whether --with-pkgversion was given.
13357 if test "${with_pkgversion+set}" = set; then :
13358   withval=$with_pkgversion; case "$withval" in
13359       yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
13360       no)  PKGVERSION= ;;
13361       *)   PKGVERSION="($withval) " ;;
13362      esac
13363 else
13364   PKGVERSION="(SIM) "
13365
13366 fi
13367
13368
13369
13370
13371
13372 # Check whether --with-bugurl was given.
13373 if test "${with_bugurl+set}" = set; then :
13374   withval=$with_bugurl; case "$withval" in
13375       yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
13376       no)  BUGURL=
13377            ;;
13378       *)   BUGURL="$withval"
13379            ;;
13380      esac
13381 else
13382   BUGURL="http://www.gnu.org/software/gdb/bugs/"
13383
13384 fi
13385
13386   case ${BUGURL} in
13387   "")
13388     REPORT_BUGS_TO=
13389     REPORT_BUGS_TEXI=
13390     ;;
13391   *)
13392     REPORT_BUGS_TO="<$BUGURL>"
13393     REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
13394     ;;
13395   esac;
13396
13397
13398
13399
13400 cat >>confdefs.h <<_ACEOF
13401 #define PKGVERSION "$PKGVERSION"
13402 _ACEOF
13403
13404
13405 cat >>confdefs.h <<_ACEOF
13406 #define REPORT_BUGS_TO "$REPORT_BUGS_TO"
13407 _ACEOF
13408
13409
13410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
13411 $as_echo_n "checking return type of signal handlers... " >&6; }
13412 if test "${ac_cv_type_signal+set}" = set; then :
13413   $as_echo_n "(cached) " >&6
13414 else
13415   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13416 /* end confdefs.h.  */
13417 #include <sys/types.h>
13418 #include <signal.h>
13419
13420 int
13421 main ()
13422 {
13423 return *(signal (0, 0)) (0) == 1;
13424   ;
13425   return 0;
13426 }
13427 _ACEOF
13428 if ac_fn_c_try_compile "$LINENO"; then :
13429   ac_cv_type_signal=int
13430 else
13431   ac_cv_type_signal=void
13432 fi
13433 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13434 fi
13435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
13436 $as_echo "$ac_cv_type_signal" >&6; }
13437
13438 cat >>confdefs.h <<_ACEOF
13439 #define RETSIGTYPE $ac_cv_type_signal
13440 _ACEOF
13441
13442
13443
13444
13445
13446 sim_link_files=
13447 sim_link_links=
13448
13449 # targ-vals.def points to the libc macro description file.
13450 case "${target}" in
13451 *-*-*) TARG_VALS_DEF=../common/nltvals.def ;;
13452 esac
13453 sim_link_files="${sim_link_files} ${TARG_VALS_DEF}"
13454 sim_link_links="${sim_link_links} targ-vals.def"
13455
13456
13457
13458 # For dv-rv and rvdummy.
13459 for ac_header in sys/socket.h sys/select.h limits.h sys/param.h
13460 do :
13461   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13462 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13463 eval as_val=\$$as_ac_Header
13464    if test "x$as_val" = x""yes; then :
13465   cat >>confdefs.h <<_ACEOF
13466 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13467 _ACEOF
13468
13469 fi
13470
13471 done
13472
13473
13474
13475 wire_endian="LITTLE"
13476 default_endian=""
13477 # Check whether --enable-sim-endian was given.
13478 if test "${enable_sim_endian+set}" = set; then :
13479   enableval=$enable_sim_endian; case "${enableval}" in
13480   b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
13481   l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
13482   yes)   if test x"$wire_endian" != x; then
13483            sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
13484          else
13485           if test x"$default_endian" != x; then
13486              sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
13487            else
13488              echo "No hard-wired endian for target $target" 1>&6
13489              sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
13490            fi
13491          fi;;
13492   no)    if test x"$default_endian" != x; then
13493            sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
13494          else
13495            if test x"$wire_endian" != x; then
13496              sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
13497            else
13498              echo "No default endian for target $target" 1>&6
13499              sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
13500            fi
13501          fi;;
13502   *)     as_fn_error "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
13503 esac
13504 if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
13505   echo "Setting endian flags = $sim_endian" 6>&1
13506 fi
13507 else
13508   if test x"$default_endian" != x; then
13509   sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
13510 else
13511   if test x"$wire_endian" != x; then
13512     sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
13513   else
13514     sim_endian=
13515   fi
13516 fi
13517 fi
13518
13519 wire_alignment="NONSTRICT_ALIGNMENT"
13520 default_alignment=""
13521
13522 # Check whether --enable-sim-alignment was given.
13523 if test "${enable_sim_alignment+set}" = set; then :
13524   enableval=$enable_sim_alignment; case "${enableval}" in
13525   strict | STRICT)       sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
13526   nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
13527   forced | FORCED)       sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
13528   yes) if test x"$wire_alignment" != x; then
13529          sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13530        else
13531          if test x"$default_alignment" != x; then
13532            sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
13533          else
13534            echo "No hard-wired alignment for target $target" 1>&6
13535            sim_alignment="-DWITH_ALIGNMENT=0"
13536          fi
13537        fi;;
13538   no)  if test x"$default_alignment" != x; then
13539          sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13540        else
13541          if test x"$wire_alignment" != x; then
13542            sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
13543          else
13544            echo "No default alignment for target $target" 1>&6
13545            sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
13546          fi
13547        fi;;
13548   *)   as_fn_error "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
13549 esac
13550 if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
13551   echo "Setting alignment flags = $sim_alignment" 6>&1
13552 fi
13553 else
13554   if test x"$default_alignment" != x; then
13555   sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13556 else
13557   if test x"$wire_alignment" != x; then
13558     sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13559   else
13560     sim_alignment=
13561   fi
13562 fi
13563 fi
13564
13565
13566 default_sim_scache="16384"
13567 # Check whether --enable-sim-scache was given.
13568 if test "${enable_sim_scache+set}" = set; then :
13569   enableval=$enable_sim_scache; case "${enableval}" in
13570   yes)  sim_scache="-DWITH_SCACHE=${default_sim_scache}";;
13571   no)   sim_scache="-DWITH_SCACHE=0" ;;
13572   [0-9]*) sim_scache="-DWITH_SCACHE=${enableval}";;
13573   *)    as_fn_error "\"Bad value $enableval passed to --enable-sim-scache\"" "$LINENO" 5;
13574         sim_scache="";;
13575 esac
13576 if test x"$silent" != x"yes" && test x"$sim_scache" != x""; then
13577   echo "Setting scache size = $sim_scache" 6>&1
13578 fi
13579 else
13580   sim_scache="-DWITH_SCACHE=${default_sim_scache}"
13581 fi
13582
13583
13584
13585 # Check whether --enable-werror was given.
13586 if test "${enable_werror+set}" = set; then :
13587   enableval=$enable_werror; case "${enableval}" in
13588      yes | y) ERROR_ON_WARNING="yes" ;;
13589      no | n)  ERROR_ON_WARNING="no" ;;
13590      *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
13591    esac
13592 fi
13593
13594
13595 # Enable -Werror by default when using gcc
13596 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
13597     ERROR_ON_WARNING=yes
13598 fi
13599
13600 WERROR_CFLAGS=""
13601 if test "${ERROR_ON_WARNING}" = yes ; then
13602 # NOTE: Disabled in the sim dir due to most sims generating warnings.
13603 #    WERROR_CFLAGS="-Werror"
13604      true
13605 fi
13606
13607 build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
13608 -Wpointer-sign \
13609 -Wno-unused -Wunused-value -Wunused-function \
13610 -Wno-switch -Wno-char-subscripts -Wmissing-prototypes
13611 -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
13612 -Wold-style-declaration -Wold-style-definition"
13613
13614 # Enable -Wno-format by default when using gcc on mingw since many
13615 # GCC versions complain about %I64.
13616 case "${host}" in
13617   *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
13618   *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
13619 esac
13620
13621 # Check whether --enable-build-warnings was given.
13622 if test "${enable_build_warnings+set}" = set; then :
13623   enableval=$enable_build_warnings; case "${enableval}" in
13624   yes)  ;;
13625   no)   build_warnings="-w";;
13626   ,*)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
13627         build_warnings="${build_warnings} ${t}";;
13628   *,)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
13629         build_warnings="${t} ${build_warnings}";;
13630   *)    build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13631 esac
13632 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13633   echo "Setting compiler warning flags = $build_warnings" 6>&1
13634 fi
13635 fi
13636 # Check whether --enable-sim-build-warnings was given.
13637 if test "${enable_sim_build_warnings+set}" = set; then :
13638   enableval=$enable_sim_build_warnings; case "${enableval}" in
13639   yes)  ;;
13640   no)   build_warnings="-w";;
13641   ,*)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
13642         build_warnings="${build_warnings} ${t}";;
13643   *,)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
13644         build_warnings="${t} ${build_warnings}";;
13645   *)    build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13646 esac
13647 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13648   echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
13649 fi
13650 fi
13651 WARN_CFLAGS=""
13652 if test "x${build_warnings}" != x -a "x$GCC" = xyes
13653 then
13654     { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
13655 $as_echo_n "checking compiler warning flags... " >&6; }
13656     # Separate out the -Werror flag as some files just cannot be
13657     # compiled with it enabled.
13658     for w in ${build_warnings}; do
13659         case $w in
13660         -Werr*) WERROR_CFLAGS=-Werror ;;
13661         *) # Check that GCC accepts it
13662             saved_CFLAGS="$CFLAGS"
13663             CFLAGS="$CFLAGS $w"
13664             cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13665 /* end confdefs.h.  */
13666
13667 int
13668 main ()
13669 {
13670
13671   ;
13672   return 0;
13673 }
13674 _ACEOF
13675 if ac_fn_c_try_compile "$LINENO"; then :
13676   WARN_CFLAGS="${WARN_CFLAGS} $w"
13677 fi
13678 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13679             CFLAGS="$saved_CFLAGS"
13680         esac
13681     done
13682     { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
13683 $as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
13684 fi
13685
13686
13687 if test ""; then
13688   hardware=""
13689 else
13690   hardware="cfi core pal glue"
13691 fi
13692 hardware="$hardware rv cris cris_900000xx"
13693
13694 sim_hw_cflags="-DWITH_HW=1"
13695 sim_hw="$hardware"
13696 sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
13697
13698 # Check whether --enable-sim-hardware was given.
13699 if test "${enable_sim_hardware+set}" = set; then :
13700   enableval=$enable_sim_hardware;
13701 else
13702   enable_sim_hardware="yes"
13703 fi
13704
13705 case ${enable_sim_hardware} in
13706   yes|no) ;;
13707   ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
13708   *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
13709   *)  hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
13710 esac
13711
13712 if test "$enable_sim_hardware" = no; then
13713   sim_hw_objs=
13714   sim_hw_cflags="-DWITH_HW=0"
13715   sim_hw=
13716 else
13717   sim_hw_cflags="-DWITH_HW=1"
13718   # remove duplicates
13719   sim_hw=""
13720   sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
13721   for i in $hardware ; do
13722     case " $sim_hw " in
13723       *" $i "*) ;;
13724       *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
13725     esac
13726   done
13727   # mingw does not support sockser
13728   case ${host} in
13729     *mingw*) ;;
13730     *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
13731        # that you instatiate.  Instead, other code will call into it directly.
13732        # At some point, we should convert it over.
13733        sim_hw_objs="$sim_hw_objs dv-sockser.o"
13734
13735 cat >>confdefs.h <<_ACEOF
13736 #define HAVE_DV_SOCKSER 1
13737 _ACEOF
13738
13739        ;;
13740   esac
13741   if test x"$silent" != x"yes"; then
13742     echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
13743   fi
13744     case " $hardware " in
13745     *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
13746 $as_echo_n "checking for log2 in -lm... " >&6; }
13747 if test "${ac_cv_lib_m_log2+set}" = set; then :
13748   $as_echo_n "(cached) " >&6
13749 else
13750   ac_check_lib_save_LIBS=$LIBS
13751 LIBS="-lm  $LIBS"
13752 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13753 /* end confdefs.h.  */
13754
13755 /* Override any GCC internal prototype to avoid an error.
13756    Use char because int might match the return type of a GCC
13757    builtin and then its argument prototype would still apply.  */
13758 #ifdef __cplusplus
13759 extern "C"
13760 #endif
13761 char log2 ();
13762 int
13763 main ()
13764 {
13765 return log2 ();
13766   ;
13767   return 0;
13768 }
13769 _ACEOF
13770 if ac_fn_c_try_link "$LINENO"; then :
13771   ac_cv_lib_m_log2=yes
13772 else
13773   ac_cv_lib_m_log2=no
13774 fi
13775 rm -f core conftest.err conftest.$ac_objext \
13776     conftest$ac_exeext conftest.$ac_ext
13777 LIBS=$ac_check_lib_save_LIBS
13778 fi
13779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
13780 $as_echo "$ac_cv_lib_m_log2" >&6; }
13781 if test "x$ac_cv_lib_m_log2" = x""yes; then :
13782   cat >>confdefs.h <<_ACEOF
13783 #define HAVE_LIBM 1
13784 _ACEOF
13785
13786   LIBS="-lm $LIBS"
13787
13788 fi
13789 ;;
13790   esac
13791 fi
13792
13793
13794 # The default model shouldn't matter as long as there's a BFD.
13795
13796 default_sim_default_model="crisv32"
13797 # Check whether --enable-sim-default-model was given.
13798 if test "${enable_sim_default_model+set}" = set; then :
13799   enableval=$enable_sim_default_model; case "${enableval}" in
13800   yes|no) as_fn_error "\"Missing argument to --enable-sim-default-model\"" "$LINENO" 5;;
13801   *)    sim_default_model="-DWITH_DEFAULT_MODEL='\"${enableval}\"'";;
13802 esac
13803 if test x"$silent" != x"yes" && test x"$sim_default_model" != x""; then
13804   echo "Setting default model = $sim_default_model" 6>&1
13805 fi
13806 else
13807   sim_default_model="-DWITH_DEFAULT_MODEL='\"${default_sim_default_model}\"'"
13808 fi
13809
13810
13811
13812 # Check whether --enable-sim-environment was given.
13813 if test "${enable_sim_environment+set}" = set; then :
13814   enableval=$enable_sim_environment; case "${enableval}" in
13815   all | ALL)             sim_environment="-DWITH_ENVIRONMENT=ALL_ENVIRONMENT";;
13816   user | USER)           sim_environment="-DWITH_ENVIRONMENT=USER_ENVIRONMENT";;
13817   virtual | VIRTUAL)     sim_environment="-DWITH_ENVIRONMENT=VIRTUAL_ENVIRONMENT";;
13818   operating | OPERATING) sim_environment="-DWITH_ENVIRONMENT=OPERATING_ENVIRONMENT";;
13819   *)   as_fn_error "\"Unknown value $enableval passed to --enable-sim-environment\"" "$LINENO" 5;
13820        sim_environment="";;
13821 esac
13822 if test x"$silent" != x"yes" && test x"$sim_environment" != x""; then
13823   echo "Setting sim environment = $sim_environment" 6>&1
13824 fi
13825 else
13826   sim_environment="-DWITH_ENVIRONMENT=ALL_ENVIRONMENT"
13827 fi
13828
13829
13830 default_sim_inline=""
13831 # Check whether --enable-sim-inline was given.
13832 if test "${enable_sim_inline+set}" = set; then :
13833   enableval=$enable_sim_inline; sim_inline=""
13834 case "$enableval" in
13835   no)           sim_inline="-DDEFAULT_INLINE=0";;
13836   0)            sim_inline="-DDEFAULT_INLINE=0";;
13837   yes | 2)      sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
13838   1)            sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
13839   *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13840        new_flag=""
13841        case "$x" in
13842          *_INLINE=*)    new_flag="-D$x";;
13843          *=*)           new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
13844          *_INLINE)      new_flag="-D$x=ALL_C_INLINE";;
13845          *)             new_flag="-D$x""_INLINE=ALL_C_INLINE";;
13846        esac
13847        if test x"$sim_inline" = x""; then
13848          sim_inline="$new_flag"
13849        else
13850          sim_inline="$sim_inline $new_flag"
13851        fi
13852      done;;
13853 esac
13854 if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
13855   echo "Setting inline flags = $sim_inline" 6>&1
13856 fi
13857 else
13858
13859 if test "x$cross_compiling" = "xno"; then
13860   if test x"$GCC" != "x" -a x"${default_sim_inline}" != "x" ; then
13861     sim_inline="${default_sim_inline}"
13862     if test x"$silent" != x"yes"; then
13863       echo "Setting inline flags = $sim_inline" 6>&1
13864     fi
13865   else
13866     sim_inline=""
13867   fi
13868 else
13869   sim_inline="-DDEFAULT_INLINE=0"
13870 fi
13871 fi
13872
13873
13874 cgen_maint=no
13875 cgen=guile
13876 cgendir='$(srcdir)/../../cgen'
13877 # Check whether --enable-cgen-maint was given.
13878 if test "${enable_cgen_maint+set}" = set; then :
13879   enableval=$enable_cgen_maint; case "${enableval}" in
13880   yes)  cgen_maint=yes ;;
13881   no)   cgen_maint=no ;;
13882   *)
13883         # argument is cgen install directory (not implemented yet).
13884         # Having a `share' directory might be more appropriate for the .scm,
13885         # .cpu, etc. files.
13886         cgendir=${cgen_maint}/lib/cgen
13887         cgen=guile
13888         ;;
13889 esac
13890 fi
13891 if test x${cgen_maint} != xno ; then
13892   CGEN_MAINT=''
13893 else
13894   CGEN_MAINT='#'
13895 fi
13896
13897
13898
13899
13900
13901
13902 ac_sources="$sim_link_files"
13903 ac_dests="$sim_link_links"
13904 while test -n "$ac_sources"; do
13905   set $ac_dests; ac_dest=$1; shift; ac_dests=$*
13906   set $ac_sources; ac_source=$1; shift; ac_sources=$*
13907   ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source"
13908 done
13909 ac_config_links="$ac_config_links $ac_config_links_1"
13910
13911 cgen_breaks=""
13912 if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
13913 cgen_breaks="break cgen_rtx_error";
13914 fi
13915
13916 ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
13917
13918 ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
13919
13920 ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
13921
13922 ac_config_commands="$ac_config_commands Makefile"
13923
13924 ac_config_commands="$ac_config_commands stamp-h"
13925
13926 cat >confcache <<\_ACEOF
13927 # This file is a shell script that caches the results of configure
13928 # tests run on this system so they can be shared between configure
13929 # scripts and configure runs, see configure's option --config-cache.
13930 # It is not useful on other systems.  If it contains results you don't
13931 # want to keep, you may remove or edit it.
13932 #
13933 # config.status only pays attention to the cache file if you give it
13934 # the --recheck option to rerun configure.
13935 #
13936 # `ac_cv_env_foo' variables (set or unset) will be overridden when
13937 # loading this file, other *unset* `ac_cv_foo' will be assigned the
13938 # following values.
13939
13940 _ACEOF
13941
13942 # The following way of writing the cache mishandles newlines in values,
13943 # but we know of no workaround that is simple, portable, and efficient.
13944 # So, we kill variables containing newlines.
13945 # Ultrix sh set writes to stderr and can't be redirected directly,
13946 # and sets the high bit in the cache file unless we assign to the vars.
13947 (
13948   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13949     eval ac_val=\$$ac_var
13950     case $ac_val in #(
13951     *${as_nl}*)
13952       case $ac_var in #(
13953       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13954 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13955       esac
13956       case $ac_var in #(
13957       _ | IFS | as_nl) ;; #(
13958       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13959       *) { eval $ac_var=; unset $ac_var;} ;;
13960       esac ;;
13961     esac
13962   done
13963
13964   (set) 2>&1 |
13965     case $as_nl`(ac_space=' '; set) 2>&1` in #(
13966     *${as_nl}ac_space=\ *)
13967       # `set' does not quote correctly, so add quotes: double-quote
13968       # substitution turns \\\\ into \\, and sed turns \\ into \.
13969       sed -n \
13970         "s/'/'\\\\''/g;
13971           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13972       ;; #(
13973     *)
13974       # `set' quotes correctly as required by POSIX, so do not add quotes.
13975       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
13976       ;;
13977     esac |
13978     sort
13979 ) |
13980   sed '
13981      /^ac_cv_env_/b end
13982      t clear
13983      :clear
13984      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13985      t end
13986      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13987      :end' >>confcache
13988 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13989   if test -w "$cache_file"; then
13990     test "x$cache_file" != "x/dev/null" &&
13991       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13992 $as_echo "$as_me: updating cache $cache_file" >&6;}
13993     cat confcache >$cache_file
13994   else
13995     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13996 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
13997   fi
13998 fi
13999 rm -f confcache
14000
14001 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14002 # Let make expand exec_prefix.
14003 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14004
14005 DEFS=-DHAVE_CONFIG_H
14006
14007 ac_libobjs=
14008 ac_ltlibobjs=
14009 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14010   # 1. Remove the extension, and $U if already installed.
14011   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14012   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14013   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
14014   #    will be set to the directory where LIBOBJS objects are built.
14015   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14016   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14017 done
14018 LIBOBJS=$ac_libobjs
14019
14020 LTLIBOBJS=$ac_ltlibobjs
14021
14022
14023
14024 if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
14025   as_fn_error "conditional \"GMAKE\" was never defined.
14026 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14027 fi
14028 if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
14029   as_fn_error "conditional \"PLUGINS\" was never defined.
14030 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14031 fi
14032 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14033   as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
14034 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14035 fi
14036
14037 : ${CONFIG_STATUS=./config.status}
14038 ac_write_fail=0
14039 ac_clean_files_save=$ac_clean_files
14040 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14041 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14042 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14043 as_write_fail=0
14044 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14045 #! $SHELL
14046 # Generated by $as_me.
14047 # Run this file to recreate the current configuration.
14048 # Compiler output produced by configure, useful for debugging
14049 # configure, is in config.log if it exists.
14050
14051 debug=false
14052 ac_cs_recheck=false
14053 ac_cs_silent=false
14054
14055 SHELL=\${CONFIG_SHELL-$SHELL}
14056 export SHELL
14057 _ASEOF
14058 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14059 ## -------------------- ##
14060 ## M4sh Initialization. ##
14061 ## -------------------- ##
14062
14063 # Be more Bourne compatible
14064 DUALCASE=1; export DUALCASE # for MKS sh
14065 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14066   emulate sh
14067   NULLCMD=:
14068   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14069   # is contrary to our usage.  Disable this feature.
14070   alias -g '${1+"$@"}'='"$@"'
14071   setopt NO_GLOB_SUBST
14072 else
14073   case `(set -o) 2>/dev/null` in #(
14074   *posix*) :
14075     set -o posix ;; #(
14076   *) :
14077      ;;
14078 esac
14079 fi
14080
14081
14082 as_nl='
14083 '
14084 export as_nl
14085 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14086 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14087 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14088 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14089 # Prefer a ksh shell builtin over an external printf program on Solaris,
14090 # but without wasting forks for bash or zsh.
14091 if test -z "$BASH_VERSION$ZSH_VERSION" \
14092     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14093   as_echo='print -r --'
14094   as_echo_n='print -rn --'
14095 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14096   as_echo='printf %s\n'
14097   as_echo_n='printf %s'
14098 else
14099   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14100     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14101     as_echo_n='/usr/ucb/echo -n'
14102   else
14103     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14104     as_echo_n_body='eval
14105       arg=$1;
14106       case $arg in #(
14107       *"$as_nl"*)
14108         expr "X$arg" : "X\\(.*\\)$as_nl";
14109         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14110       esac;
14111       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14112     '
14113     export as_echo_n_body
14114     as_echo_n='sh -c $as_echo_n_body as_echo'
14115   fi
14116   export as_echo_body
14117   as_echo='sh -c $as_echo_body as_echo'
14118 fi
14119
14120 # The user is always right.
14121 if test "${PATH_SEPARATOR+set}" != set; then
14122   PATH_SEPARATOR=:
14123   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14124     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14125       PATH_SEPARATOR=';'
14126   }
14127 fi
14128
14129
14130 # IFS
14131 # We need space, tab and new line, in precisely that order.  Quoting is
14132 # there to prevent editors from complaining about space-tab.
14133 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14134 # splitting by setting IFS to empty value.)
14135 IFS=" ""        $as_nl"
14136
14137 # Find who we are.  Look in the path if we contain no directory separator.
14138 case $0 in #((
14139   *[\\/]* ) as_myself=$0 ;;
14140   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14141 for as_dir in $PATH
14142 do
14143   IFS=$as_save_IFS
14144   test -z "$as_dir" && as_dir=.
14145     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14146   done
14147 IFS=$as_save_IFS
14148
14149      ;;
14150 esac
14151 # We did not find ourselves, most probably we were run as `sh COMMAND'
14152 # in which case we are not to be found in the path.
14153 if test "x$as_myself" = x; then
14154   as_myself=$0
14155 fi
14156 if test ! -f "$as_myself"; then
14157   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14158   exit 1
14159 fi
14160
14161 # Unset variables that we do not need and which cause bugs (e.g. in
14162 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
14163 # suppresses any "Segmentation fault" message there.  '((' could
14164 # trigger a bug in pdksh 5.2.14.
14165 for as_var in BASH_ENV ENV MAIL MAILPATH
14166 do eval test x\${$as_var+set} = xset \
14167   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14168 done
14169 PS1='$ '
14170 PS2='> '
14171 PS4='+ '
14172
14173 # NLS nuisances.
14174 LC_ALL=C
14175 export LC_ALL
14176 LANGUAGE=C
14177 export LANGUAGE
14178
14179 # CDPATH.
14180 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14181
14182
14183 # as_fn_error ERROR [LINENO LOG_FD]
14184 # ---------------------------------
14185 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14186 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14187 # script with status $?, using 1 if that was 0.
14188 as_fn_error ()
14189 {
14190   as_status=$?; test $as_status -eq 0 && as_status=1
14191   if test "$3"; then
14192     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14193     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
14194   fi
14195   $as_echo "$as_me: error: $1" >&2
14196   as_fn_exit $as_status
14197 } # as_fn_error
14198
14199
14200 # as_fn_set_status STATUS
14201 # -----------------------
14202 # Set $? to STATUS, without forking.
14203 as_fn_set_status ()
14204 {
14205   return $1
14206 } # as_fn_set_status
14207
14208 # as_fn_exit STATUS
14209 # -----------------
14210 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14211 as_fn_exit ()
14212 {
14213   set +e
14214   as_fn_set_status $1
14215   exit $1
14216 } # as_fn_exit
14217
14218 # as_fn_unset VAR
14219 # ---------------
14220 # Portably unset VAR.
14221 as_fn_unset ()
14222 {
14223   { eval $1=; unset $1;}
14224 }
14225 as_unset=as_fn_unset
14226 # as_fn_append VAR VALUE
14227 # ----------------------
14228 # Append the text in VALUE to the end of the definition contained in VAR. Take
14229 # advantage of any shell optimizations that allow amortized linear growth over
14230 # repeated appends, instead of the typical quadratic growth present in naive
14231 # implementations.
14232 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14233   eval 'as_fn_append ()
14234   {
14235     eval $1+=\$2
14236   }'
14237 else
14238   as_fn_append ()
14239   {
14240     eval $1=\$$1\$2
14241   }
14242 fi # as_fn_append
14243
14244 # as_fn_arith ARG...
14245 # ------------------
14246 # Perform arithmetic evaluation on the ARGs, and store the result in the
14247 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14248 # must be portable across $(()) and expr.
14249 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14250   eval 'as_fn_arith ()
14251   {
14252     as_val=$(( $* ))
14253   }'
14254 else
14255   as_fn_arith ()
14256   {
14257     as_val=`expr "$@" || test $? -eq 1`
14258   }
14259 fi # as_fn_arith
14260
14261
14262 if expr a : '\(a\)' >/dev/null 2>&1 &&
14263    test "X`expr 00001 : '.*\(...\)'`" = X001; then
14264   as_expr=expr
14265 else
14266   as_expr=false
14267 fi
14268
14269 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14270   as_basename=basename
14271 else
14272   as_basename=false
14273 fi
14274
14275 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14276   as_dirname=dirname
14277 else
14278   as_dirname=false
14279 fi
14280
14281 as_me=`$as_basename -- "$0" ||
14282 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14283          X"$0" : 'X\(//\)$' \| \
14284          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14285 $as_echo X/"$0" |
14286     sed '/^.*\/\([^/][^/]*\)\/*$/{
14287             s//\1/
14288             q
14289           }
14290           /^X\/\(\/\/\)$/{
14291             s//\1/
14292             q
14293           }
14294           /^X\/\(\/\).*/{
14295             s//\1/
14296             q
14297           }
14298           s/.*/./; q'`
14299
14300 # Avoid depending upon Character Ranges.
14301 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14302 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14303 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14304 as_cr_digits='0123456789'
14305 as_cr_alnum=$as_cr_Letters$as_cr_digits
14306
14307 ECHO_C= ECHO_N= ECHO_T=
14308 case `echo -n x` in #(((((
14309 -n*)
14310   case `echo 'xy\c'` in
14311   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
14312   xy)  ECHO_C='\c';;
14313   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
14314        ECHO_T=' ';;
14315   esac;;
14316 *)
14317   ECHO_N='-n';;
14318 esac
14319
14320 rm -f conf$$ conf$$.exe conf$$.file
14321 if test -d conf$$.dir; then
14322   rm -f conf$$.dir/conf$$.file
14323 else
14324   rm -f conf$$.dir
14325   mkdir conf$$.dir 2>/dev/null
14326 fi
14327 if (echo >conf$$.file) 2>/dev/null; then
14328   if ln -s conf$$.file conf$$ 2>/dev/null; then
14329     as_ln_s='ln -s'
14330     # ... but there are two gotchas:
14331     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14332     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14333     # In both cases, we have to default to `cp -p'.
14334     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14335       as_ln_s='cp -p'
14336   elif ln conf$$.file conf$$ 2>/dev/null; then
14337     as_ln_s=ln
14338   else
14339     as_ln_s='cp -p'
14340   fi
14341 else
14342   as_ln_s='cp -p'
14343 fi
14344 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14345 rmdir conf$$.dir 2>/dev/null
14346
14347
14348 # as_fn_mkdir_p
14349 # -------------
14350 # Create "$as_dir" as a directory, including parents if necessary.
14351 as_fn_mkdir_p ()
14352 {
14353
14354   case $as_dir in #(
14355   -*) as_dir=./$as_dir;;
14356   esac
14357   test -d "$as_dir" || eval $as_mkdir_p || {
14358     as_dirs=
14359     while :; do
14360       case $as_dir in #(
14361       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14362       *) as_qdir=$as_dir;;
14363       esac
14364       as_dirs="'$as_qdir' $as_dirs"
14365       as_dir=`$as_dirname -- "$as_dir" ||
14366 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14367          X"$as_dir" : 'X\(//\)[^/]' \| \
14368          X"$as_dir" : 'X\(//\)$' \| \
14369          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14370 $as_echo X"$as_dir" |
14371     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14372             s//\1/
14373             q
14374           }
14375           /^X\(\/\/\)[^/].*/{
14376             s//\1/
14377             q
14378           }
14379           /^X\(\/\/\)$/{
14380             s//\1/
14381             q
14382           }
14383           /^X\(\/\).*/{
14384             s//\1/
14385             q
14386           }
14387           s/.*/./; q'`
14388       test -d "$as_dir" && break
14389     done
14390     test -z "$as_dirs" || eval "mkdir $as_dirs"
14391   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14392
14393
14394 } # as_fn_mkdir_p
14395 if mkdir -p . 2>/dev/null; then
14396   as_mkdir_p='mkdir -p "$as_dir"'
14397 else
14398   test -d ./-p && rmdir ./-p
14399   as_mkdir_p=false
14400 fi
14401
14402 if test -x / >/dev/null 2>&1; then
14403   as_test_x='test -x'
14404 else
14405   if ls -dL / >/dev/null 2>&1; then
14406     as_ls_L_option=L
14407   else
14408     as_ls_L_option=
14409   fi
14410   as_test_x='
14411     eval sh -c '\''
14412       if test -d "$1"; then
14413         test -d "$1/.";
14414       else
14415         case $1 in #(
14416         -*)set "./$1";;
14417         esac;
14418         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14419         ???[sx]*):;;*)false;;esac;fi
14420     '\'' sh
14421   '
14422 fi
14423 as_executable_p=$as_test_x
14424
14425 # Sed expression to map a string onto a valid CPP name.
14426 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14427
14428 # Sed expression to map a string onto a valid variable name.
14429 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14430
14431
14432 exec 6>&1
14433 ## ----------------------------------- ##
14434 ## Main body of $CONFIG_STATUS script. ##
14435 ## ----------------------------------- ##
14436 _ASEOF
14437 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14438
14439 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14440 # Save the log message, to keep $0 and so on meaningful, and to
14441 # report actual input values of CONFIG_FILES etc. instead of their
14442 # values after options handling.
14443 ac_log="
14444 This file was extended by $as_me, which was
14445 generated by GNU Autoconf 2.64.  Invocation command line was
14446
14447   CONFIG_FILES    = $CONFIG_FILES
14448   CONFIG_HEADERS  = $CONFIG_HEADERS
14449   CONFIG_LINKS    = $CONFIG_LINKS
14450   CONFIG_COMMANDS = $CONFIG_COMMANDS
14451   $ $0 $@
14452
14453 on `(hostname || uname -n) 2>/dev/null | sed 1q`
14454 "
14455
14456 _ACEOF
14457
14458 case $ac_config_files in *"
14459 "*) set x $ac_config_files; shift; ac_config_files=$*;;
14460 esac
14461
14462 case $ac_config_headers in *"
14463 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14464 esac
14465
14466
14467 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14468 # Files that config.status was made for.
14469 config_files="$ac_config_files"
14470 config_headers="$ac_config_headers"
14471 config_links="$ac_config_links"
14472 config_commands="$ac_config_commands"
14473
14474 _ACEOF
14475
14476 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14477 ac_cs_usage="\
14478 \`$as_me' instantiates files and other configuration actions
14479 from templates according to the current configuration.  Unless the files
14480 and actions are specified as TAGs, all are instantiated by default.
14481
14482 Usage: $0 [OPTION]... [TAG]...
14483
14484   -h, --help       print this help, then exit
14485   -V, --version    print version number and configuration settings, then exit
14486   -q, --quiet, --silent
14487                    do not print progress messages
14488   -d, --debug      don't remove temporary files
14489       --recheck    update $as_me by reconfiguring in the same conditions
14490       --file=FILE[:TEMPLATE]
14491                    instantiate the configuration file FILE
14492       --header=FILE[:TEMPLATE]
14493                    instantiate the configuration header FILE
14494
14495 Configuration files:
14496 $config_files
14497
14498 Configuration headers:
14499 $config_headers
14500
14501 Configuration links:
14502 $config_links
14503
14504 Configuration commands:
14505 $config_commands
14506
14507 Report bugs to the package provider."
14508
14509 _ACEOF
14510 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14511 ac_cs_version="\\
14512 config.status
14513 configured by $0, generated by GNU Autoconf 2.64,
14514   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
14515
14516 Copyright (C) 2009 Free Software Foundation, Inc.
14517 This config.status script is free software; the Free Software Foundation
14518 gives unlimited permission to copy, distribute and modify it."
14519
14520 ac_pwd='$ac_pwd'
14521 srcdir='$srcdir'
14522 INSTALL='$INSTALL'
14523 AWK='$AWK'
14524 test -n "\$AWK" || AWK=awk
14525 _ACEOF
14526
14527 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14528 # The default lists apply if the user does not specify any file.
14529 ac_need_defaults=:
14530 while test $# != 0
14531 do
14532   case $1 in
14533   --*=*)
14534     ac_option=`expr "X$1" : 'X\([^=]*\)='`
14535     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14536     ac_shift=:
14537     ;;
14538   *)
14539     ac_option=$1
14540     ac_optarg=$2
14541     ac_shift=shift
14542     ;;
14543   esac
14544
14545   case $ac_option in
14546   # Handling of the options.
14547   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14548     ac_cs_recheck=: ;;
14549   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14550     $as_echo "$ac_cs_version"; exit ;;
14551   --debug | --debu | --deb | --de | --d | -d )
14552     debug=: ;;
14553   --file | --fil | --fi | --f )
14554     $ac_shift
14555     case $ac_optarg in
14556     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14557     esac
14558     as_fn_append CONFIG_FILES " '$ac_optarg'"
14559     ac_need_defaults=false;;
14560   --header | --heade | --head | --hea )
14561     $ac_shift
14562     case $ac_optarg in
14563     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14564     esac
14565     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
14566     ac_need_defaults=false;;
14567   --he | --h)
14568     # Conflict between --help and --header
14569     as_fn_error "ambiguous option: \`$1'
14570 Try \`$0 --help' for more information.";;
14571   --help | --hel | -h )
14572     $as_echo "$ac_cs_usage"; exit ;;
14573   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14574   | -silent | --silent | --silen | --sile | --sil | --si | --s)
14575     ac_cs_silent=: ;;
14576
14577   # This is an error.
14578   -*) as_fn_error "unrecognized option: \`$1'
14579 Try \`$0 --help' for more information." ;;
14580
14581   *) as_fn_append ac_config_targets " $1"
14582      ac_need_defaults=false ;;
14583
14584   esac
14585   shift
14586 done
14587
14588 ac_configure_extra_args=
14589
14590 if $ac_cs_silent; then
14591   exec 6>/dev/null
14592   ac_configure_extra_args="$ac_configure_extra_args --silent"
14593 fi
14594
14595 _ACEOF
14596 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14597 if \$ac_cs_recheck; then
14598   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14599   shift
14600   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14601   CONFIG_SHELL='$SHELL'
14602   export CONFIG_SHELL
14603   exec "\$@"
14604 fi
14605
14606 _ACEOF
14607 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14608 exec 5>>config.log
14609 {
14610   echo
14611   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14612 ## Running $as_me. ##
14613 _ASBOX
14614   $as_echo "$ac_log"
14615 } >&5
14616
14617 _ACEOF
14618 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14619 #
14620 # INIT-COMMANDS
14621 #
14622 ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
14623
14624
14625 # The HP-UX ksh and POSIX shell print the target directory to stdout
14626 # if CDPATH is set.
14627 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14628
14629 sed_quote_subst='$sed_quote_subst'
14630 double_quote_subst='$double_quote_subst'
14631 delay_variable_subst='$delay_variable_subst'
14632 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14633 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14634 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14635 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14636 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14637 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14638 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14639 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14640 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14641 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14642 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14643 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14644 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14645 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14646 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14647 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14648 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14649 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14650 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14651 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14652 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14653 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14654 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14655 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14656 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14657 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14658 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14659 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14660 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14661 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14662 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14663 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14664 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14665 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14666 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14667 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14668 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14669 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14670 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14671 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14672 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14673 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14674 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14675 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14676 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14677 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14678 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14679 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14680 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"`'
14681 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14682 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14683 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14684 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14685 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14686 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14687 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14688 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14689 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14690 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14691 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14692 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14693 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14694 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14695 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14696 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14697 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14698 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14699 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14700 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14701 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14702 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14703 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14704 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14705 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14706 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14707 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14708 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14709 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14710 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14711 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14712 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14713 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14714 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14715 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14716 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14717 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14718 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14719 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14720 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14721 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14722 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14723 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14724 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14725 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14726 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14727 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14728 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14729 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14730 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14731 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14732 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14733 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14734 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14735 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14736 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14737 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14738 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14739 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14740 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14741 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14742 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14743 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14744 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14745 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14746 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14747 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14748 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14749 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14750 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14751 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14752
14753 LTCC='$LTCC'
14754 LTCFLAGS='$LTCFLAGS'
14755 compiler='$compiler_DEFAULT'
14756
14757 # A function that is used when there is no print builtin or printf.
14758 func_fallback_echo ()
14759 {
14760   eval 'cat <<_LTECHO_EOF
14761 \$1
14762 _LTECHO_EOF'
14763 }
14764
14765 # Quote evaled strings.
14766 for var in SHELL \
14767 ECHO \
14768 SED \
14769 GREP \
14770 EGREP \
14771 FGREP \
14772 LD \
14773 NM \
14774 LN_S \
14775 lt_SP2NL \
14776 lt_NL2SP \
14777 reload_flag \
14778 OBJDUMP \
14779 deplibs_check_method \
14780 file_magic_cmd \
14781 AR \
14782 AR_FLAGS \
14783 STRIP \
14784 RANLIB \
14785 CC \
14786 CFLAGS \
14787 compiler \
14788 lt_cv_sys_global_symbol_pipe \
14789 lt_cv_sys_global_symbol_to_cdecl \
14790 lt_cv_sys_global_symbol_to_c_name_address \
14791 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14792 lt_prog_compiler_no_builtin_flag \
14793 lt_prog_compiler_wl \
14794 lt_prog_compiler_pic \
14795 lt_prog_compiler_static \
14796 lt_cv_prog_compiler_c_o \
14797 need_locks \
14798 DSYMUTIL \
14799 NMEDIT \
14800 LIPO \
14801 OTOOL \
14802 OTOOL64 \
14803 shrext_cmds \
14804 export_dynamic_flag_spec \
14805 whole_archive_flag_spec \
14806 compiler_needs_object \
14807 with_gnu_ld \
14808 allow_undefined_flag \
14809 no_undefined_flag \
14810 hardcode_libdir_flag_spec \
14811 hardcode_libdir_flag_spec_ld \
14812 hardcode_libdir_separator \
14813 fix_srcfile_path \
14814 exclude_expsyms \
14815 include_expsyms \
14816 file_list_spec \
14817 variables_saved_for_relink \
14818 libname_spec \
14819 library_names_spec \
14820 soname_spec \
14821 install_override_mode \
14822 finish_eval \
14823 old_striplib \
14824 striplib; do
14825     case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14826     *[\\\\\\\`\\"\\\$]*)
14827       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14828       ;;
14829     *)
14830       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14831       ;;
14832     esac
14833 done
14834
14835 # Double-quote double-evaled strings.
14836 for var in reload_cmds \
14837 old_postinstall_cmds \
14838 old_postuninstall_cmds \
14839 old_archive_cmds \
14840 extract_expsyms_cmds \
14841 old_archive_from_new_cmds \
14842 old_archive_from_expsyms_cmds \
14843 archive_cmds \
14844 archive_expsym_cmds \
14845 module_cmds \
14846 module_expsym_cmds \
14847 export_symbols_cmds \
14848 prelink_cmds \
14849 postinstall_cmds \
14850 postuninstall_cmds \
14851 finish_cmds \
14852 sys_lib_search_path_spec \
14853 sys_lib_dlsearch_path_spec; do
14854     case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14855     *[\\\\\\\`\\"\\\$]*)
14856       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14857       ;;
14858     *)
14859       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14860       ;;
14861     esac
14862 done
14863
14864 ac_aux_dir='$ac_aux_dir'
14865 xsi_shell='$xsi_shell'
14866 lt_shell_append='$lt_shell_append'
14867
14868 # See if we are running on zsh, and set the options which allow our
14869 # commands through without removal of \ escapes INIT.
14870 if test -n "\${ZSH_VERSION+set}" ; then
14871    setopt NO_GLOB_SUBST
14872 fi
14873
14874
14875     PACKAGE='$PACKAGE'
14876     VERSION='$VERSION'
14877     TIMESTAMP='$TIMESTAMP'
14878     RM='$RM'
14879     ofile='$ofile'
14880
14881
14882
14883
14884 _ACEOF
14885
14886 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14887
14888 # Handling of arguments.
14889 for ac_config_target in $ac_config_targets
14890 do
14891   case $ac_config_target in
14892     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
14893     "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
14894     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
14895     "$ac_config_links_1") CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;;
14896     "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
14897     "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
14898     ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
14899     "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
14900     "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
14901
14902   *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
14903   esac
14904 done
14905
14906
14907 # If the user did not use the arguments to specify the items to instantiate,
14908 # then the envvar interface is used.  Set only those that are not.
14909 # We use the long form for the default assignment because of an extremely
14910 # bizarre bug on SunOS 4.1.3.
14911 if $ac_need_defaults; then
14912   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14913   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
14914   test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
14915   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14916 fi
14917
14918 # Have a temporary directory for convenience.  Make it in the build tree
14919 # simply because there is no reason against having it here, and in addition,
14920 # creating and moving files from /tmp can sometimes cause problems.
14921 # Hook for its removal unless debugging.
14922 # Note that there is a small window in which the directory will not be cleaned:
14923 # after its creation but before its name has been assigned to `$tmp'.
14924 $debug ||
14925 {
14926   tmp=
14927   trap 'exit_status=$?
14928   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14929 ' 0
14930   trap 'as_fn_exit 1' 1 2 13 15
14931 }
14932 # Create a (secure) tmp directory for tmp files.
14933
14934 {
14935   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
14936   test -n "$tmp" && test -d "$tmp"
14937 }  ||
14938 {
14939   tmp=./conf$$-$RANDOM
14940   (umask 077 && mkdir "$tmp")
14941 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
14942
14943 # Set up the scripts for CONFIG_FILES section.
14944 # No need to generate them if there are no CONFIG_FILES.
14945 # This happens for instance with `./config.status config.h'.
14946 if test -n "$CONFIG_FILES"; then
14947
14948
14949 ac_cr=`echo X | tr X '\015'`
14950 # On cygwin, bash can eat \r inside `` if the user requested igncr.
14951 # But we know of no other shell where ac_cr would be empty at this
14952 # point, so we can use a bashism as a fallback.
14953 if test "x$ac_cr" = x; then
14954   eval ac_cr=\$\'\\r\'
14955 fi
14956 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14957 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14958   ac_cs_awk_cr='\r'
14959 else
14960   ac_cs_awk_cr=$ac_cr
14961 fi
14962
14963 echo 'BEGIN {' >"$tmp/subs1.awk" &&
14964 _ACEOF
14965
14966
14967 {
14968   echo "cat >conf$$subs.awk <<_ACEOF" &&
14969   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14970   echo "_ACEOF"
14971 } >conf$$subs.sh ||
14972   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14973 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14974 ac_delim='%!_!# '
14975 for ac_last_try in false false false false false :; do
14976   . ./conf$$subs.sh ||
14977     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14978
14979   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14980   if test $ac_delim_n = $ac_delim_num; then
14981     break
14982   elif $ac_last_try; then
14983     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14984   else
14985     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14986   fi
14987 done
14988 rm -f conf$$subs.sh
14989
14990 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14991 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
14992 _ACEOF
14993 sed -n '
14994 h
14995 s/^/S["/; s/!.*/"]=/
14996 p
14997 g
14998 s/^[^!]*!//
14999 :repl
15000 t repl
15001 s/'"$ac_delim"'$//
15002 t delim
15003 :nl
15004 h
15005 s/\(.\{148\}\).*/\1/
15006 t more1
15007 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15008 p
15009 n
15010 b repl
15011 :more1
15012 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15013 p
15014 g
15015 s/.\{148\}//
15016 t nl
15017 :delim
15018 h
15019 s/\(.\{148\}\).*/\1/
15020 t more2
15021 s/["\\]/\\&/g; s/^/"/; s/$/"/
15022 p
15023 b
15024 :more2
15025 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15026 p
15027 g
15028 s/.\{148\}//
15029 t delim
15030 ' <conf$$subs.awk | sed '
15031 /^[^""]/{
15032   N
15033   s/\n//
15034 }
15035 ' >>$CONFIG_STATUS || ac_write_fail=1
15036 rm -f conf$$subs.awk
15037 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15038 _ACAWK
15039 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15040   for (key in S) S_is_set[key] = 1
15041   FS = "\a"
15042
15043 }
15044 {
15045   line = $ 0
15046   nfields = split(line, field, "@")
15047   substed = 0
15048   len = length(field[1])
15049   for (i = 2; i < nfields; i++) {
15050     key = field[i]
15051     keylen = length(key)
15052     if (S_is_set[key]) {
15053       value = S[key]
15054       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15055       len += length(value) + length(field[++i])
15056       substed = 1
15057     } else
15058       len += 1 + keylen
15059   }
15060
15061   print line
15062 }
15063
15064 _ACAWK
15065 _ACEOF
15066 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15067 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15068   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15069 else
15070   cat
15071 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15072   || as_fn_error "could not setup config files machinery" "$LINENO" 5
15073 _ACEOF
15074
15075 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15076 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15077 # trailing colons and then remove the whole line if VPATH becomes empty
15078 # (actually we leave an empty line to preserve line numbers).
15079 if test "x$srcdir" = x.; then
15080   ac_vpsub='/^[  ]*VPATH[        ]*=/{
15081 s/:*\$(srcdir):*/:/
15082 s/:*\${srcdir}:*/:/
15083 s/:*@srcdir@:*/:/
15084 s/^\([^=]*=[     ]*\):*/\1/
15085 s/:*$//
15086 s/^[^=]*=[       ]*$//
15087 }'
15088 fi
15089
15090 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15091 fi # test -n "$CONFIG_FILES"
15092
15093 # Set up the scripts for CONFIG_HEADERS section.
15094 # No need to generate them if there are no CONFIG_HEADERS.
15095 # This happens for instance with `./config.status Makefile'.
15096 if test -n "$CONFIG_HEADERS"; then
15097 cat >"$tmp/defines.awk" <<\_ACAWK ||
15098 BEGIN {
15099 _ACEOF
15100
15101 # Transform confdefs.h into an awk script `defines.awk', embedded as
15102 # here-document in config.status, that substitutes the proper values into
15103 # config.h.in to produce config.h.
15104
15105 # Create a delimiter string that does not exist in confdefs.h, to ease
15106 # handling of long lines.
15107 ac_delim='%!_!# '
15108 for ac_last_try in false false :; do
15109   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
15110   if test -z "$ac_t"; then
15111     break
15112   elif $ac_last_try; then
15113     as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
15114   else
15115     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15116   fi
15117 done
15118
15119 # For the awk script, D is an array of macro values keyed by name,
15120 # likewise P contains macro parameters if any.  Preserve backslash
15121 # newline sequences.
15122
15123 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15124 sed -n '
15125 s/.\{148\}/&'"$ac_delim"'/g
15126 t rset
15127 :rset
15128 s/^[     ]*#[    ]*define[       ][      ]*/ /
15129 t def
15130 d
15131 :def
15132 s/\\$//
15133 t bsnl
15134 s/["\\]/\\&/g
15135 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
15136 D["\1"]=" \3"/p
15137 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
15138 d
15139 :bsnl
15140 s/["\\]/\\&/g
15141 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
15142 D["\1"]=" \3\\\\\\n"\\/p
15143 t cont
15144 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15145 t cont
15146 d
15147 :cont
15148 n
15149 s/.\{148\}/&'"$ac_delim"'/g
15150 t clear
15151 :clear
15152 s/\\$//
15153 t bsnlc
15154 s/["\\]/\\&/g; s/^/"/; s/$/"/p
15155 d
15156 :bsnlc
15157 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15158 b cont
15159 ' <confdefs.h | sed '
15160 s/'"$ac_delim"'/"\\\
15161 "/g' >>$CONFIG_STATUS || ac_write_fail=1
15162
15163 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15164   for (key in D) D_is_set[key] = 1
15165   FS = "\a"
15166 }
15167 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15168   line = \$ 0
15169   split(line, arg, " ")
15170   if (arg[1] == "#") {
15171     defundef = arg[2]
15172     mac1 = arg[3]
15173   } else {
15174     defundef = substr(arg[1], 2)
15175     mac1 = arg[2]
15176   }
15177   split(mac1, mac2, "(") #)
15178   macro = mac2[1]
15179   prefix = substr(line, 1, index(line, defundef) - 1)
15180   if (D_is_set[macro]) {
15181     # Preserve the white space surrounding the "#".
15182     print prefix "define", macro P[macro] D[macro]
15183     next
15184   } else {
15185     # Replace #undef with comments.  This is necessary, for example,
15186     # in the case of _POSIX_SOURCE, which is predefined and required
15187     # on some systems where configure will not decide to define it.
15188     if (defundef == "undef") {
15189       print "/*", prefix defundef, macro, "*/"
15190       next
15191     }
15192   }
15193 }
15194 { print }
15195 _ACAWK
15196 _ACEOF
15197 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15198   as_fn_error "could not setup config headers machinery" "$LINENO" 5
15199 fi # test -n "$CONFIG_HEADERS"
15200
15201
15202 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS  :L $CONFIG_LINKS  :C $CONFIG_COMMANDS"
15203 shift
15204 for ac_tag
15205 do
15206   case $ac_tag in
15207   :[FHLC]) ac_mode=$ac_tag; continue;;
15208   esac
15209   case $ac_mode$ac_tag in
15210   :[FHL]*:*);;
15211   :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15212   :[FH]-) ac_tag=-:-;;
15213   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15214   esac
15215   ac_save_IFS=$IFS
15216   IFS=:
15217   set x $ac_tag
15218   IFS=$ac_save_IFS
15219   shift
15220   ac_file=$1
15221   shift
15222
15223   case $ac_mode in
15224   :L) ac_source=$1;;
15225   :[FH])
15226     ac_file_inputs=
15227     for ac_f
15228     do
15229       case $ac_f in
15230       -) ac_f="$tmp/stdin";;
15231       *) # Look for the file first in the build tree, then in the source tree
15232          # (if the path is not absolute).  The absolute path cannot be DOS-style,
15233          # because $ac_f cannot contain `:'.
15234          test -f "$ac_f" ||
15235            case $ac_f in
15236            [\\/$]*) false;;
15237            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15238            esac ||
15239            as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15240       esac
15241       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15242       as_fn_append ac_file_inputs " '$ac_f'"
15243     done
15244
15245     # Let's still pretend it is `configure' which instantiates (i.e., don't
15246     # use $as_me), people would be surprised to read:
15247     #    /* config.h.  Generated by config.status.  */
15248     configure_input='Generated from '`
15249           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15250         `' by configure.'
15251     if test x"$ac_file" != x-; then
15252       configure_input="$ac_file.  $configure_input"
15253       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15254 $as_echo "$as_me: creating $ac_file" >&6;}
15255     fi
15256     # Neutralize special characters interpreted by sed in replacement strings.
15257     case $configure_input in #(
15258     *\&* | *\|* | *\\* )
15259        ac_sed_conf_input=`$as_echo "$configure_input" |
15260        sed 's/[\\\\&|]/\\\\&/g'`;; #(
15261     *) ac_sed_conf_input=$configure_input;;
15262     esac
15263
15264     case $ac_tag in
15265     *:-:* | *:-) cat >"$tmp/stdin" \
15266       || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15267     esac
15268     ;;
15269   esac
15270
15271   ac_dir=`$as_dirname -- "$ac_file" ||
15272 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15273          X"$ac_file" : 'X\(//\)[^/]' \| \
15274          X"$ac_file" : 'X\(//\)$' \| \
15275          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15276 $as_echo X"$ac_file" |
15277     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15278             s//\1/
15279             q
15280           }
15281           /^X\(\/\/\)[^/].*/{
15282             s//\1/
15283             q
15284           }
15285           /^X\(\/\/\)$/{
15286             s//\1/
15287             q
15288           }
15289           /^X\(\/\).*/{
15290             s//\1/
15291             q
15292           }
15293           s/.*/./; q'`
15294   as_dir="$ac_dir"; as_fn_mkdir_p
15295   ac_builddir=.
15296
15297 case "$ac_dir" in
15298 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15299 *)
15300   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15301   # A ".." for each directory in $ac_dir_suffix.
15302   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15303   case $ac_top_builddir_sub in
15304   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15305   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15306   esac ;;
15307 esac
15308 ac_abs_top_builddir=$ac_pwd
15309 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15310 # for backward compatibility:
15311 ac_top_builddir=$ac_top_build_prefix
15312
15313 case $srcdir in
15314   .)  # We are building in place.
15315     ac_srcdir=.
15316     ac_top_srcdir=$ac_top_builddir_sub
15317     ac_abs_top_srcdir=$ac_pwd ;;
15318   [\\/]* | ?:[\\/]* )  # Absolute name.
15319     ac_srcdir=$srcdir$ac_dir_suffix;
15320     ac_top_srcdir=$srcdir
15321     ac_abs_top_srcdir=$srcdir ;;
15322   *) # Relative name.
15323     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15324     ac_top_srcdir=$ac_top_build_prefix$srcdir
15325     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15326 esac
15327 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15328
15329
15330   case $ac_mode in
15331   :F)
15332   #
15333   # CONFIG_FILE
15334   #
15335
15336   case $INSTALL in
15337   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15338   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15339   esac
15340 _ACEOF
15341
15342 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15343 # If the template does not know about datarootdir, expand it.
15344 # FIXME: This hack should be removed a few years after 2.60.
15345 ac_datarootdir_hack=; ac_datarootdir_seen=
15346 ac_sed_dataroot='
15347 /datarootdir/ {
15348   p
15349   q
15350 }
15351 /@datadir@/p
15352 /@docdir@/p
15353 /@infodir@/p
15354 /@localedir@/p
15355 /@mandir@/p'
15356 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15357 *datarootdir*) ac_datarootdir_seen=yes;;
15358 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15359   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15360 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15361 _ACEOF
15362 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15363   ac_datarootdir_hack='
15364   s&@datadir@&$datadir&g
15365   s&@docdir@&$docdir&g
15366   s&@infodir@&$infodir&g
15367   s&@localedir@&$localedir&g
15368   s&@mandir@&$mandir&g
15369   s&\\\${datarootdir}&$datarootdir&g' ;;
15370 esac
15371 _ACEOF
15372
15373 # Neutralize VPATH when `$srcdir' = `.'.
15374 # Shell code in configure.ac might set extrasub.
15375 # FIXME: do we really want to maintain this feature?
15376 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15377 ac_sed_extra="$ac_vpsub
15378 $extrasub
15379 _ACEOF
15380 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15381 :t
15382 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15383 s|@configure_input@|$ac_sed_conf_input|;t t
15384 s&@top_builddir@&$ac_top_builddir_sub&;t t
15385 s&@top_build_prefix@&$ac_top_build_prefix&;t t
15386 s&@srcdir@&$ac_srcdir&;t t
15387 s&@abs_srcdir@&$ac_abs_srcdir&;t t
15388 s&@top_srcdir@&$ac_top_srcdir&;t t
15389 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15390 s&@builddir@&$ac_builddir&;t t
15391 s&@abs_builddir@&$ac_abs_builddir&;t t
15392 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15393 s&@INSTALL@&$ac_INSTALL&;t t
15394 $ac_datarootdir_hack
15395 "
15396 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
15397   || as_fn_error "could not create $ac_file" "$LINENO" 5
15398
15399 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15400   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15401   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15402   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15403 which seems to be undefined.  Please make sure it is defined." >&5
15404 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15405 which seems to be undefined.  Please make sure it is defined." >&2;}
15406
15407   rm -f "$tmp/stdin"
15408   case $ac_file in
15409   -) cat "$tmp/out" && rm -f "$tmp/out";;
15410   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15411   esac \
15412   || as_fn_error "could not create $ac_file" "$LINENO" 5
15413  ;;
15414   :H)
15415   #
15416   # CONFIG_HEADER
15417   #
15418   if test x"$ac_file" != x-; then
15419     {
15420       $as_echo "/* $configure_input  */" \
15421       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
15422     } >"$tmp/config.h" \
15423       || as_fn_error "could not create $ac_file" "$LINENO" 5
15424     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
15425       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15426 $as_echo "$as_me: $ac_file is unchanged" >&6;}
15427     else
15428       rm -f "$ac_file"
15429       mv "$tmp/config.h" "$ac_file" \
15430         || as_fn_error "could not create $ac_file" "$LINENO" 5
15431     fi
15432   else
15433     $as_echo "/* $configure_input  */" \
15434       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
15435       || as_fn_error "could not create -" "$LINENO" 5
15436   fi
15437  ;;
15438   :L)
15439   #
15440   # CONFIG_LINK
15441   #
15442
15443   if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
15444     :
15445   else
15446     # Prefer the file from the source tree if names are identical.
15447     if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
15448       ac_source=$srcdir/$ac_source
15449     fi
15450
15451     { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
15452 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
15453
15454     if test ! -r "$ac_source"; then
15455       as_fn_error "$ac_source: file not found" "$LINENO" 5
15456     fi
15457     rm -f "$ac_file"
15458
15459     # Try a relative symlink, then a hard link, then a copy.
15460     case $srcdir in
15461     [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
15462         *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
15463     esac
15464     ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
15465       ln "$ac_source" "$ac_file" 2>/dev/null ||
15466       cp -p "$ac_source" "$ac_file" ||
15467       as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
15468   fi
15469  ;;
15470   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15471 $as_echo "$as_me: executing $ac_file commands" >&6;}
15472  ;;
15473   esac
15474
15475
15476   case $ac_file$ac_mode in
15477     "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
15478     "libtool":C)
15479
15480     # See if we are running on zsh, and set the options which allow our
15481     # commands through without removal of \ escapes.
15482     if test -n "${ZSH_VERSION+set}" ; then
15483       setopt NO_GLOB_SUBST
15484     fi
15485
15486     cfgfile="${ofile}T"
15487     trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15488     $RM "$cfgfile"
15489
15490     cat <<_LT_EOF >> "$cfgfile"
15491 #! $SHELL
15492
15493 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15494 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15495 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15496 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
15497 #
15498 #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15499 #                 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15500 #   Written by Gordon Matzigkeit, 1996
15501 #
15502 #   This file is part of GNU Libtool.
15503 #
15504 # GNU Libtool is free software; you can redistribute it and/or
15505 # modify it under the terms of the GNU General Public License as
15506 # published by the Free Software Foundation; either version 2 of
15507 # the License, or (at your option) any later version.
15508 #
15509 # As a special exception to the GNU General Public License,
15510 # if you distribute this file as part of a program or library that
15511 # is built using GNU Libtool, you may include this file under the
15512 # same distribution terms that you use for the rest of that program.
15513 #
15514 # GNU Libtool is distributed in the hope that it will be useful,
15515 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15516 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15517 # GNU General Public License for more details.
15518 #
15519 # You should have received a copy of the GNU General Public License
15520 # along with GNU Libtool; see the file COPYING.  If not, a copy
15521 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15522 # obtained by writing to the Free Software Foundation, Inc.,
15523 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15524
15525
15526 # The names of the tagged configurations supported by this script.
15527 available_tags=""
15528
15529 # ### BEGIN LIBTOOL CONFIG
15530
15531 # Which release of libtool.m4 was used?
15532 macro_version=$macro_version
15533 macro_revision=$macro_revision
15534
15535 # Whether or not to build shared libraries.
15536 build_libtool_libs=$enable_shared
15537
15538 # Whether or not to build static libraries.
15539 build_old_libs=$enable_static
15540
15541 # What type of objects to build.
15542 pic_mode=$pic_mode
15543
15544 # Whether or not to optimize for fast installation.
15545 fast_install=$enable_fast_install
15546
15547 # Shell to use when invoking shell scripts.
15548 SHELL=$lt_SHELL
15549
15550 # An echo program that protects backslashes.
15551 ECHO=$lt_ECHO
15552
15553 # The host system.
15554 host_alias=$host_alias
15555 host=$host
15556 host_os=$host_os
15557
15558 # The build system.
15559 build_alias=$build_alias
15560 build=$build
15561 build_os=$build_os
15562
15563 # A sed program that does not truncate output.
15564 SED=$lt_SED
15565
15566 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
15567 Xsed="\$SED -e 1s/^X//"
15568
15569 # A grep program that handles long lines.
15570 GREP=$lt_GREP
15571
15572 # An ERE matcher.
15573 EGREP=$lt_EGREP
15574
15575 # A literal string matcher.
15576 FGREP=$lt_FGREP
15577
15578 # A BSD- or MS-compatible name lister.
15579 NM=$lt_NM
15580
15581 # Whether we need soft or hard links.
15582 LN_S=$lt_LN_S
15583
15584 # What is the maximum length of a command?
15585 max_cmd_len=$max_cmd_len
15586
15587 # Object file suffix (normally "o").
15588 objext=$ac_objext
15589
15590 # Executable file suffix (normally "").
15591 exeext=$exeext
15592
15593 # whether the shell understands "unset".
15594 lt_unset=$lt_unset
15595
15596 # turn spaces into newlines.
15597 SP2NL=$lt_lt_SP2NL
15598
15599 # turn newlines into spaces.
15600 NL2SP=$lt_lt_NL2SP
15601
15602 # An object symbol dumper.
15603 OBJDUMP=$lt_OBJDUMP
15604
15605 # Method to check whether dependent libraries are shared objects.
15606 deplibs_check_method=$lt_deplibs_check_method
15607
15608 # Command to use when deplibs_check_method == "file_magic".
15609 file_magic_cmd=$lt_file_magic_cmd
15610
15611 # The archiver.
15612 AR=$lt_AR
15613 AR_FLAGS=$lt_AR_FLAGS
15614
15615 # A symbol stripping program.
15616 STRIP=$lt_STRIP
15617
15618 # Commands used to install an old-style archive.
15619 RANLIB=$lt_RANLIB
15620 old_postinstall_cmds=$lt_old_postinstall_cmds
15621 old_postuninstall_cmds=$lt_old_postuninstall_cmds
15622
15623 # Whether to use a lock for old archive extraction.
15624 lock_old_archive_extraction=$lock_old_archive_extraction
15625
15626 # A C compiler.
15627 LTCC=$lt_CC
15628
15629 # LTCC compiler flags.
15630 LTCFLAGS=$lt_CFLAGS
15631
15632 # Take the output of nm and produce a listing of raw symbols and C names.
15633 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15634
15635 # Transform the output of nm in a proper C declaration.
15636 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15637
15638 # Transform the output of nm in a C name address pair.
15639 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15640
15641 # Transform the output of nm in a C name address pair when lib prefix is needed.
15642 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15643
15644 # The name of the directory that contains temporary libtool files.
15645 objdir=$objdir
15646
15647 # Used to examine libraries when file_magic_cmd begins with "file".
15648 MAGIC_CMD=$MAGIC_CMD
15649
15650 # Must we lock files when doing compilation?
15651 need_locks=$lt_need_locks
15652
15653 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15654 DSYMUTIL=$lt_DSYMUTIL
15655
15656 # Tool to change global to local symbols on Mac OS X.
15657 NMEDIT=$lt_NMEDIT
15658
15659 # Tool to manipulate fat objects and archives on Mac OS X.
15660 LIPO=$lt_LIPO
15661
15662 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
15663 OTOOL=$lt_OTOOL
15664
15665 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15666 OTOOL64=$lt_OTOOL64
15667
15668 # Old archive suffix (normally "a").
15669 libext=$libext
15670
15671 # Shared library suffix (normally ".so").
15672 shrext_cmds=$lt_shrext_cmds
15673
15674 # The commands to extract the exported symbol list from a shared archive.
15675 extract_expsyms_cmds=$lt_extract_expsyms_cmds
15676
15677 # Variables whose values should be saved in libtool wrapper scripts and
15678 # restored at link time.
15679 variables_saved_for_relink=$lt_variables_saved_for_relink
15680
15681 # Do we need the "lib" prefix for modules?
15682 need_lib_prefix=$need_lib_prefix
15683
15684 # Do we need a version for libraries?
15685 need_version=$need_version
15686
15687 # Library versioning type.
15688 version_type=$version_type
15689
15690 # Shared library runtime path variable.
15691 runpath_var=$runpath_var
15692
15693 # Shared library path variable.
15694 shlibpath_var=$shlibpath_var
15695
15696 # Is shlibpath searched before the hard-coded library search path?
15697 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15698
15699 # Format of library name prefix.
15700 libname_spec=$lt_libname_spec
15701
15702 # List of archive names.  First name is the real one, the rest are links.
15703 # The last name is the one that the linker finds with -lNAME
15704 library_names_spec=$lt_library_names_spec
15705
15706 # The coded name of the library, if different from the real name.
15707 soname_spec=$lt_soname_spec
15708
15709 # Permission mode override for installation of shared libraries.
15710 install_override_mode=$lt_install_override_mode
15711
15712 # Command to use after installation of a shared archive.
15713 postinstall_cmds=$lt_postinstall_cmds
15714
15715 # Command to use after uninstallation of a shared archive.
15716 postuninstall_cmds=$lt_postuninstall_cmds
15717
15718 # Commands used to finish a libtool library installation in a directory.
15719 finish_cmds=$lt_finish_cmds
15720
15721 # As "finish_cmds", except a single script fragment to be evaled but
15722 # not shown.
15723 finish_eval=$lt_finish_eval
15724
15725 # Whether we should hardcode library paths into libraries.
15726 hardcode_into_libs=$hardcode_into_libs
15727
15728 # Compile-time system search path for libraries.
15729 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15730
15731 # Run-time system search path for libraries.
15732 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15733
15734 # Whether dlopen is supported.
15735 dlopen_support=$enable_dlopen
15736
15737 # Whether dlopen of programs is supported.
15738 dlopen_self=$enable_dlopen_self
15739
15740 # Whether dlopen of statically linked programs is supported.
15741 dlopen_self_static=$enable_dlopen_self_static
15742
15743 # Commands to strip libraries.
15744 old_striplib=$lt_old_striplib
15745 striplib=$lt_striplib
15746
15747
15748 # The linker used to build libraries.
15749 LD=$lt_LD
15750
15751 # How to create reloadable object files.
15752 reload_flag=$lt_reload_flag
15753 reload_cmds=$lt_reload_cmds
15754
15755 # Commands used to build an old-style archive.
15756 old_archive_cmds=$lt_old_archive_cmds
15757
15758 # A language specific compiler.
15759 CC=$lt_compiler
15760
15761 # Is the compiler the GNU compiler?
15762 with_gcc=$GCC
15763
15764 # Compiler flag to turn off builtin functions.
15765 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15766
15767 # How to pass a linker flag through the compiler.
15768 wl=$lt_lt_prog_compiler_wl
15769
15770 # Additional compiler flags for building library objects.
15771 pic_flag=$lt_lt_prog_compiler_pic
15772
15773 # Compiler flag to prevent dynamic linking.
15774 link_static_flag=$lt_lt_prog_compiler_static
15775
15776 # Does compiler simultaneously support -c and -o options?
15777 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15778
15779 # Whether or not to add -lc for building shared libraries.
15780 build_libtool_need_lc=$archive_cmds_need_lc
15781
15782 # Whether or not to disallow shared libs when runtime libs are static.
15783 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15784
15785 # Compiler flag to allow reflexive dlopens.
15786 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15787
15788 # Compiler flag to generate shared objects directly from archives.
15789 whole_archive_flag_spec=$lt_whole_archive_flag_spec
15790
15791 # Whether the compiler copes with passing no objects directly.
15792 compiler_needs_object=$lt_compiler_needs_object
15793
15794 # Create an old-style archive from a shared archive.
15795 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15796
15797 # Create a temporary old-style archive to link instead of a shared archive.
15798 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15799
15800 # Commands used to build a shared archive.
15801 archive_cmds=$lt_archive_cmds
15802 archive_expsym_cmds=$lt_archive_expsym_cmds
15803
15804 # Commands used to build a loadable module if different from building
15805 # a shared archive.
15806 module_cmds=$lt_module_cmds
15807 module_expsym_cmds=$lt_module_expsym_cmds
15808
15809 # Whether we are building with GNU ld or not.
15810 with_gnu_ld=$lt_with_gnu_ld
15811
15812 # Flag that allows shared libraries with undefined symbols to be built.
15813 allow_undefined_flag=$lt_allow_undefined_flag
15814
15815 # Flag that enforces no undefined symbols.
15816 no_undefined_flag=$lt_no_undefined_flag
15817
15818 # Flag to hardcode \$libdir into a binary during linking.
15819 # This must work even if \$libdir does not exist
15820 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15821
15822 # If ld is used when linking, flag to hardcode \$libdir into a binary
15823 # during linking.  This must work even if \$libdir does not exist.
15824 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15825
15826 # Whether we need a single "-rpath" flag with a separated argument.
15827 hardcode_libdir_separator=$lt_hardcode_libdir_separator
15828
15829 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15830 # DIR into the resulting binary.
15831 hardcode_direct=$hardcode_direct
15832
15833 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15834 # DIR into the resulting binary and the resulting library dependency is
15835 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15836 # library is relocated.
15837 hardcode_direct_absolute=$hardcode_direct_absolute
15838
15839 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15840 # into the resulting binary.
15841 hardcode_minus_L=$hardcode_minus_L
15842
15843 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15844 # into the resulting binary.
15845 hardcode_shlibpath_var=$hardcode_shlibpath_var
15846
15847 # Set to "yes" if building a shared library automatically hardcodes DIR
15848 # into the library and all subsequent libraries and executables linked
15849 # against it.
15850 hardcode_automatic=$hardcode_automatic
15851
15852 # Set to yes if linker adds runtime paths of dependent libraries
15853 # to runtime path list.
15854 inherit_rpath=$inherit_rpath
15855
15856 # Whether libtool must link a program against all its dependency libraries.
15857 link_all_deplibs=$link_all_deplibs
15858
15859 # Fix the shell variable \$srcfile for the compiler.
15860 fix_srcfile_path=$lt_fix_srcfile_path
15861
15862 # Set to "yes" if exported symbols are required.
15863 always_export_symbols=$always_export_symbols
15864
15865 # The commands to list exported symbols.
15866 export_symbols_cmds=$lt_export_symbols_cmds
15867
15868 # Symbols that should not be listed in the preloaded symbols.
15869 exclude_expsyms=$lt_exclude_expsyms
15870
15871 # Symbols that must always be exported.
15872 include_expsyms=$lt_include_expsyms
15873
15874 # Commands necessary for linking programs (against libraries) with templates.
15875 prelink_cmds=$lt_prelink_cmds
15876
15877 # Specify filename containing input files.
15878 file_list_spec=$lt_file_list_spec
15879
15880 # How to hardcode a shared library path into an executable.
15881 hardcode_action=$hardcode_action
15882
15883 # ### END LIBTOOL CONFIG
15884
15885 _LT_EOF
15886
15887   case $host_os in
15888   aix3*)
15889     cat <<\_LT_EOF >> "$cfgfile"
15890 # AIX sometimes has problems with the GCC collect2 program.  For some
15891 # reason, if we set the COLLECT_NAMES environment variable, the problems
15892 # vanish in a puff of smoke.
15893 if test "X${COLLECT_NAMES+set}" != Xset; then
15894   COLLECT_NAMES=
15895   export COLLECT_NAMES
15896 fi
15897 _LT_EOF
15898     ;;
15899   esac
15900
15901
15902 ltmain="$ac_aux_dir/ltmain.sh"
15903
15904
15905   # We use sed instead of cat because bash on DJGPP gets confused if
15906   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
15907   # text mode, it properly converts lines to CR/LF.  This bash problem
15908   # is reportedly fixed, but why not run on old versions too?
15909   sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15910     || (rm -f "$cfgfile"; exit 1)
15911
15912   case $xsi_shell in
15913   yes)
15914     cat << \_LT_EOF >> "$cfgfile"
15915
15916 # func_dirname file append nondir_replacement
15917 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
15918 # otherwise set result to NONDIR_REPLACEMENT.
15919 func_dirname ()
15920 {
15921   case ${1} in
15922     */*) func_dirname_result="${1%/*}${2}" ;;
15923     *  ) func_dirname_result="${3}" ;;
15924   esac
15925 }
15926
15927 # func_basename file
15928 func_basename ()
15929 {
15930   func_basename_result="${1##*/}"
15931 }
15932
15933 # func_dirname_and_basename file append nondir_replacement
15934 # perform func_basename and func_dirname in a single function
15935 # call:
15936 #   dirname:  Compute the dirname of FILE.  If nonempty,
15937 #             add APPEND to the result, otherwise set result
15938 #             to NONDIR_REPLACEMENT.
15939 #             value returned in "$func_dirname_result"
15940 #   basename: Compute filename of FILE.
15941 #             value retuned in "$func_basename_result"
15942 # Implementation must be kept synchronized with func_dirname
15943 # and func_basename. For efficiency, we do not delegate to
15944 # those functions but instead duplicate the functionality here.
15945 func_dirname_and_basename ()
15946 {
15947   case ${1} in
15948     */*) func_dirname_result="${1%/*}${2}" ;;
15949     *  ) func_dirname_result="${3}" ;;
15950   esac
15951   func_basename_result="${1##*/}"
15952 }
15953
15954 # func_stripname prefix suffix name
15955 # strip PREFIX and SUFFIX off of NAME.
15956 # PREFIX and SUFFIX must not contain globbing or regex special
15957 # characters, hashes, percent signs, but SUFFIX may contain a leading
15958 # dot (in which case that matches only a dot).
15959 func_stripname ()
15960 {
15961   # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15962   # positional parameters, so assign one to ordinary parameter first.
15963   func_stripname_result=${3}
15964   func_stripname_result=${func_stripname_result#"${1}"}
15965   func_stripname_result=${func_stripname_result%"${2}"}
15966 }
15967
15968 # func_opt_split
15969 func_opt_split ()
15970 {
15971   func_opt_split_opt=${1%%=*}
15972   func_opt_split_arg=${1#*=}
15973 }
15974
15975 # func_lo2o object
15976 func_lo2o ()
15977 {
15978   case ${1} in
15979     *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15980     *)    func_lo2o_result=${1} ;;
15981   esac
15982 }
15983
15984 # func_xform libobj-or-source
15985 func_xform ()
15986 {
15987   func_xform_result=${1%.*}.lo
15988 }
15989
15990 # func_arith arithmetic-term...
15991 func_arith ()
15992 {
15993   func_arith_result=$(( $* ))
15994 }
15995
15996 # func_len string
15997 # STRING may not start with a hyphen.
15998 func_len ()
15999 {
16000   func_len_result=${#1}
16001 }
16002
16003 _LT_EOF
16004     ;;
16005   *) # Bourne compatible functions.
16006     cat << \_LT_EOF >> "$cfgfile"
16007
16008 # func_dirname file append nondir_replacement
16009 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
16010 # otherwise set result to NONDIR_REPLACEMENT.
16011 func_dirname ()
16012 {
16013   # Extract subdirectory from the argument.
16014   func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16015   if test "X$func_dirname_result" = "X${1}"; then
16016     func_dirname_result="${3}"
16017   else
16018     func_dirname_result="$func_dirname_result${2}"
16019   fi
16020 }
16021
16022 # func_basename file
16023 func_basename ()
16024 {
16025   func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16026 }
16027
16028
16029 # func_stripname prefix suffix name
16030 # strip PREFIX and SUFFIX off of NAME.
16031 # PREFIX and SUFFIX must not contain globbing or regex special
16032 # characters, hashes, percent signs, but SUFFIX may contain a leading
16033 # dot (in which case that matches only a dot).
16034 # func_strip_suffix prefix name
16035 func_stripname ()
16036 {
16037   case ${2} in
16038     .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16039     *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16040   esac
16041 }
16042
16043 # sed scripts:
16044 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16045 my_sed_long_arg='1s/^-[^=]*=//'
16046
16047 # func_opt_split
16048 func_opt_split ()
16049 {
16050   func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16051   func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16052 }
16053
16054 # func_lo2o object
16055 func_lo2o ()
16056 {
16057   func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16058 }
16059
16060 # func_xform libobj-or-source
16061 func_xform ()
16062 {
16063   func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16064 }
16065
16066 # func_arith arithmetic-term...
16067 func_arith ()
16068 {
16069   func_arith_result=`expr "$@"`
16070 }
16071
16072 # func_len string
16073 # STRING may not start with a hyphen.
16074 func_len ()
16075 {
16076   func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16077 }
16078
16079 _LT_EOF
16080 esac
16081
16082 case $lt_shell_append in
16083   yes)
16084     cat << \_LT_EOF >> "$cfgfile"
16085
16086 # func_append var value
16087 # Append VALUE to the end of shell variable VAR.
16088 func_append ()
16089 {
16090   eval "$1+=\$2"
16091 }
16092 _LT_EOF
16093     ;;
16094   *)
16095     cat << \_LT_EOF >> "$cfgfile"
16096
16097 # func_append var value
16098 # Append VALUE to the end of shell variable VAR.
16099 func_append ()
16100 {
16101   eval "$1=\$$1\$2"
16102 }
16103
16104 _LT_EOF
16105     ;;
16106   esac
16107
16108
16109   sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16110     || (rm -f "$cfgfile"; exit 1)
16111
16112   mv -f "$cfgfile" "$ofile" ||
16113     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16114   chmod +x "$ofile"
16115
16116  ;;
16117     "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
16118  rm -f Makesim1.tmp Makesim2.tmp Makefile
16119  sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
16120  sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
16121  sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
16122         -e '/^## COMMON_POST_/ r Makesim2.tmp' \
16123         <Makefile.sim >Makefile
16124  rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
16125  ;;
16126     "stamp-h":C) echo > stamp-h ;;
16127
16128   esac
16129 done # for ac_tag
16130
16131
16132 as_fn_exit 0
16133 _ACEOF
16134 ac_clean_files=$ac_clean_files_save
16135
16136 test $ac_write_fail = 0 ||
16137   as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
16138
16139
16140 # configure is writing to config.log, and then calls config.status.
16141 # config.status does its own redirection, appending to config.log.
16142 # Unfortunately, on DOS this fails, as config.log is still kept open
16143 # by configure, so config.status won't be able to write to it; its
16144 # output is simply discarded.  So we exec the FD to /dev/null,
16145 # effectively closing config.log, so it can be properly (re)opened and
16146 # appended to by config.status.  When coming back to configure, we
16147 # need to make the FD available again.
16148 if test "$no_create" != yes; then
16149   ac_cs_success=:
16150   ac_config_status_args=
16151   test "$silent" = yes &&
16152     ac_config_status_args="$ac_config_status_args --quiet"
16153   exec 5>/dev/null
16154   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16155   exec 5>>config.log
16156   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16157   # would make configure fail if this is the last instruction.
16158   $ac_cs_success || as_fn_exit $?
16159 fi
16160 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16161   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16162 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16163 fi
16164
16165