Bump version number to 2.30.52
[external/binutils.git] / gas / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64 for gas 2.30.52.
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='gas'
558 PACKAGE_TARNAME='gas'
559 PACKAGE_VERSION='2.30.52'
560 PACKAGE_STRING='gas 2.30.52'
561 PACKAGE_BUGREPORT=''
562 PACKAGE_URL=''
563
564 ac_unique_file="as.h"
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='am__EXEEXT_FALSE
602 am__EXEEXT_TRUE
603 LTLIBOBJS
604 LIBOBJS
605 zlibinc
606 zlibdir
607 LIBM
608 ALLOCA
609 GENINSRC_NEVER_FALSE
610 GENINSRC_NEVER_TRUE
611 MAINT
612 MAINTAINER_MODE_FALSE
613 MAINTAINER_MODE_TRUE
614 MSGMERGE
615 MSGFMT
616 MKINSTALLDIRS
617 CATOBJEXT
618 GENCAT
619 INSTOBJEXT
620 DATADIRNAME
621 CATALOGS
622 POSUB
623 GMSGFMT
624 XGETTEXT
625 INCINTL
626 LIBINTL_DEP
627 LIBINTL
628 USE_NLS
629 LEXLIB
630 LEX_OUTPUT_ROOT
631 LEX
632 YFLAGS
633 YACC
634 OPCODES_LIB
635 atof
636 install_tooldir
637 te_file
638 obj_format
639 target_cpu_type
640 extra_objects
641 cgen_cpu_prefix
642 GDBINIT
643 WARN_WRITE_STRINGS
644 NO_WERROR
645 WARN_CFLAGS_FOR_BUILD
646 WARN_CFLAGS
647 do_compare
648 OTOOL64
649 OTOOL
650 LIPO
651 NMEDIT
652 DSYMUTIL
653 RANLIB
654 AR
655 OBJDUMP
656 LN_S
657 NM
658 ac_ct_DUMPBIN
659 DUMPBIN
660 LD
661 FGREP
662 SED
663 LIBTOOL
664 EGREP
665 GREP
666 CPP
667 am__fastdepCC_FALSE
668 am__fastdepCC_TRUE
669 CCDEPMODE
670 am__nodep
671 AMDEPBACKSLASH
672 AMDEP_FALSE
673 AMDEP_TRUE
674 am__quote
675 am__include
676 DEPDIR
677 am__untar
678 am__tar
679 AMTAR
680 am__leading_dot
681 SET_MAKE
682 AWK
683 mkdir_p
684 MKDIR_P
685 INSTALL_STRIP_PROGRAM
686 STRIP
687 install_sh
688 MAKEINFO
689 AUTOHEADER
690 AUTOMAKE
691 AUTOCONF
692 ACLOCAL
693 VERSION
694 PACKAGE
695 CYGPATH_W
696 am__isrc
697 INSTALL_DATA
698 INSTALL_SCRIPT
699 INSTALL_PROGRAM
700 OBJEXT
701 EXEEXT
702 ac_ct_CC
703 CPPFLAGS
704 LDFLAGS
705 CFLAGS
706 CC
707 target_os
708 target_vendor
709 target_cpu
710 target
711 host_os
712 host_vendor
713 host_cpu
714 host
715 build_os
716 build_vendor
717 build_cpu
718 build
719 target_alias
720 host_alias
721 build_alias
722 LIBS
723 ECHO_T
724 ECHO_N
725 ECHO_C
726 DEFS
727 mandir
728 localedir
729 libdir
730 psdir
731 pdfdir
732 dvidir
733 htmldir
734 infodir
735 docdir
736 oldincludedir
737 includedir
738 localstatedir
739 sharedstatedir
740 sysconfdir
741 datadir
742 datarootdir
743 libexecdir
744 sbindir
745 bindir
746 program_transform_name
747 prefix
748 exec_prefix
749 PACKAGE_URL
750 PACKAGE_BUGREPORT
751 PACKAGE_STRING
752 PACKAGE_VERSION
753 PACKAGE_TARNAME
754 PACKAGE_NAME
755 PATH_SEPARATOR
756 SHELL'
757 ac_subst_files=''
758 ac_user_opts='
759 enable_option_checking
760 enable_dependency_tracking
761 enable_shared
762 enable_static
763 with_pic
764 enable_fast_install
765 with_gnu_ld
766 enable_libtool_lock
767 enable_plugins
768 enable_largefile
769 enable_targets
770 enable_checking
771 enable_compressed_debug_sections
772 enable_x86_relax_relocations
773 enable_elf_stt_common
774 enable_generate_build_notes
775 enable_werror
776 enable_build_warnings
777 with_cpu
778 enable_nls
779 enable_maintainer_mode
780 with_system_zlib
781 '
782       ac_precious_vars='build_alias
783 host_alias
784 target_alias
785 CC
786 CFLAGS
787 LDFLAGS
788 LIBS
789 CPPFLAGS
790 CPP
791 YACC
792 YFLAGS'
793
794
795 # Initialize some variables set by options.
796 ac_init_help=
797 ac_init_version=false
798 ac_unrecognized_opts=
799 ac_unrecognized_sep=
800 # The variables have the same names as the options, with
801 # dashes changed to underlines.
802 cache_file=/dev/null
803 exec_prefix=NONE
804 no_create=
805 no_recursion=
806 prefix=NONE
807 program_prefix=NONE
808 program_suffix=NONE
809 program_transform_name=s,x,x,
810 silent=
811 site=
812 srcdir=
813 verbose=
814 x_includes=NONE
815 x_libraries=NONE
816
817 # Installation directory options.
818 # These are left unexpanded so users can "make install exec_prefix=/foo"
819 # and all the variables that are supposed to be based on exec_prefix
820 # by default will actually change.
821 # Use braces instead of parens because sh, perl, etc. also accept them.
822 # (The list follows the same order as the GNU Coding Standards.)
823 bindir='${exec_prefix}/bin'
824 sbindir='${exec_prefix}/sbin'
825 libexecdir='${exec_prefix}/libexec'
826 datarootdir='${prefix}/share'
827 datadir='${datarootdir}'
828 sysconfdir='${prefix}/etc'
829 sharedstatedir='${prefix}/com'
830 localstatedir='${prefix}/var'
831 includedir='${prefix}/include'
832 oldincludedir='/usr/include'
833 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
834 infodir='${datarootdir}/info'
835 htmldir='${docdir}'
836 dvidir='${docdir}'
837 pdfdir='${docdir}'
838 psdir='${docdir}'
839 libdir='${exec_prefix}/lib'
840 localedir='${datarootdir}/locale'
841 mandir='${datarootdir}/man'
842
843 ac_prev=
844 ac_dashdash=
845 for ac_option
846 do
847   # If the previous option needs an argument, assign it.
848   if test -n "$ac_prev"; then
849     eval $ac_prev=\$ac_option
850     ac_prev=
851     continue
852   fi
853
854   case $ac_option in
855   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
856   *)    ac_optarg=yes ;;
857   esac
858
859   # Accept the important Cygnus configure options, so we can diagnose typos.
860
861   case $ac_dashdash$ac_option in
862   --)
863     ac_dashdash=yes ;;
864
865   -bindir | --bindir | --bindi | --bind | --bin | --bi)
866     ac_prev=bindir ;;
867   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
868     bindir=$ac_optarg ;;
869
870   -build | --build | --buil | --bui | --bu)
871     ac_prev=build_alias ;;
872   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
873     build_alias=$ac_optarg ;;
874
875   -cache-file | --cache-file | --cache-fil | --cache-fi \
876   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
877     ac_prev=cache_file ;;
878   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
879   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
880     cache_file=$ac_optarg ;;
881
882   --config-cache | -C)
883     cache_file=config.cache ;;
884
885   -datadir | --datadir | --datadi | --datad)
886     ac_prev=datadir ;;
887   -datadir=* | --datadir=* | --datadi=* | --datad=*)
888     datadir=$ac_optarg ;;
889
890   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
891   | --dataroo | --dataro | --datar)
892     ac_prev=datarootdir ;;
893   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
894   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
895     datarootdir=$ac_optarg ;;
896
897   -disable-* | --disable-*)
898     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
899     # Reject names that are not valid shell variable names.
900     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
901       as_fn_error "invalid feature name: $ac_useropt"
902     ac_useropt_orig=$ac_useropt
903     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
904     case $ac_user_opts in
905       *"
906 "enable_$ac_useropt"
907 "*) ;;
908       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
909          ac_unrecognized_sep=', ';;
910     esac
911     eval enable_$ac_useropt=no ;;
912
913   -docdir | --docdir | --docdi | --doc | --do)
914     ac_prev=docdir ;;
915   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
916     docdir=$ac_optarg ;;
917
918   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
919     ac_prev=dvidir ;;
920   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
921     dvidir=$ac_optarg ;;
922
923   -enable-* | --enable-*)
924     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
925     # Reject names that are not valid shell variable names.
926     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
927       as_fn_error "invalid feature name: $ac_useropt"
928     ac_useropt_orig=$ac_useropt
929     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
930     case $ac_user_opts in
931       *"
932 "enable_$ac_useropt"
933 "*) ;;
934       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
935          ac_unrecognized_sep=', ';;
936     esac
937     eval enable_$ac_useropt=\$ac_optarg ;;
938
939   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
940   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
941   | --exec | --exe | --ex)
942     ac_prev=exec_prefix ;;
943   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
944   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
945   | --exec=* | --exe=* | --ex=*)
946     exec_prefix=$ac_optarg ;;
947
948   -gas | --gas | --ga | --g)
949     # Obsolete; use --with-gas.
950     with_gas=yes ;;
951
952   -help | --help | --hel | --he | -h)
953     ac_init_help=long ;;
954   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
955     ac_init_help=recursive ;;
956   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
957     ac_init_help=short ;;
958
959   -host | --host | --hos | --ho)
960     ac_prev=host_alias ;;
961   -host=* | --host=* | --hos=* | --ho=*)
962     host_alias=$ac_optarg ;;
963
964   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
965     ac_prev=htmldir ;;
966   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
967   | --ht=*)
968     htmldir=$ac_optarg ;;
969
970   -includedir | --includedir | --includedi | --included | --include \
971   | --includ | --inclu | --incl | --inc)
972     ac_prev=includedir ;;
973   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
974   | --includ=* | --inclu=* | --incl=* | --inc=*)
975     includedir=$ac_optarg ;;
976
977   -infodir | --infodir | --infodi | --infod | --info | --inf)
978     ac_prev=infodir ;;
979   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
980     infodir=$ac_optarg ;;
981
982   -libdir | --libdir | --libdi | --libd)
983     ac_prev=libdir ;;
984   -libdir=* | --libdir=* | --libdi=* | --libd=*)
985     libdir=$ac_optarg ;;
986
987   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
988   | --libexe | --libex | --libe)
989     ac_prev=libexecdir ;;
990   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
991   | --libexe=* | --libex=* | --libe=*)
992     libexecdir=$ac_optarg ;;
993
994   -localedir | --localedir | --localedi | --localed | --locale)
995     ac_prev=localedir ;;
996   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
997     localedir=$ac_optarg ;;
998
999   -localstatedir | --localstatedir | --localstatedi | --localstated \
1000   | --localstate | --localstat | --localsta | --localst | --locals)
1001     ac_prev=localstatedir ;;
1002   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1003   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1004     localstatedir=$ac_optarg ;;
1005
1006   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1007     ac_prev=mandir ;;
1008   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1009     mandir=$ac_optarg ;;
1010
1011   -nfp | --nfp | --nf)
1012     # Obsolete; use --without-fp.
1013     with_fp=no ;;
1014
1015   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1016   | --no-cr | --no-c | -n)
1017     no_create=yes ;;
1018
1019   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1020   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1021     no_recursion=yes ;;
1022
1023   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1024   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1025   | --oldin | --oldi | --old | --ol | --o)
1026     ac_prev=oldincludedir ;;
1027   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1028   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1029   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1030     oldincludedir=$ac_optarg ;;
1031
1032   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1033     ac_prev=prefix ;;
1034   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1035     prefix=$ac_optarg ;;
1036
1037   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1038   | --program-pre | --program-pr | --program-p)
1039     ac_prev=program_prefix ;;
1040   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1041   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1042     program_prefix=$ac_optarg ;;
1043
1044   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1045   | --program-suf | --program-su | --program-s)
1046     ac_prev=program_suffix ;;
1047   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1048   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1049     program_suffix=$ac_optarg ;;
1050
1051   -program-transform-name | --program-transform-name \
1052   | --program-transform-nam | --program-transform-na \
1053   | --program-transform-n | --program-transform- \
1054   | --program-transform | --program-transfor \
1055   | --program-transfo | --program-transf \
1056   | --program-trans | --program-tran \
1057   | --progr-tra | --program-tr | --program-t)
1058     ac_prev=program_transform_name ;;
1059   -program-transform-name=* | --program-transform-name=* \
1060   | --program-transform-nam=* | --program-transform-na=* \
1061   | --program-transform-n=* | --program-transform-=* \
1062   | --program-transform=* | --program-transfor=* \
1063   | --program-transfo=* | --program-transf=* \
1064   | --program-trans=* | --program-tran=* \
1065   | --progr-tra=* | --program-tr=* | --program-t=*)
1066     program_transform_name=$ac_optarg ;;
1067
1068   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1069     ac_prev=pdfdir ;;
1070   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1071     pdfdir=$ac_optarg ;;
1072
1073   -psdir | --psdir | --psdi | --psd | --ps)
1074     ac_prev=psdir ;;
1075   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1076     psdir=$ac_optarg ;;
1077
1078   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1079   | -silent | --silent | --silen | --sile | --sil)
1080     silent=yes ;;
1081
1082   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1083     ac_prev=sbindir ;;
1084   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1085   | --sbi=* | --sb=*)
1086     sbindir=$ac_optarg ;;
1087
1088   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1089   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1090   | --sharedst | --shareds | --shared | --share | --shar \
1091   | --sha | --sh)
1092     ac_prev=sharedstatedir ;;
1093   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1094   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1095   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1096   | --sha=* | --sh=*)
1097     sharedstatedir=$ac_optarg ;;
1098
1099   -site | --site | --sit)
1100     ac_prev=site ;;
1101   -site=* | --site=* | --sit=*)
1102     site=$ac_optarg ;;
1103
1104   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1105     ac_prev=srcdir ;;
1106   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1107     srcdir=$ac_optarg ;;
1108
1109   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1110   | --syscon | --sysco | --sysc | --sys | --sy)
1111     ac_prev=sysconfdir ;;
1112   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1113   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1114     sysconfdir=$ac_optarg ;;
1115
1116   -target | --target | --targe | --targ | --tar | --ta | --t)
1117     ac_prev=target_alias ;;
1118   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1119     target_alias=$ac_optarg ;;
1120
1121   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1122     verbose=yes ;;
1123
1124   -version | --version | --versio | --versi | --vers | -V)
1125     ac_init_version=: ;;
1126
1127   -with-* | --with-*)
1128     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1129     # Reject names that are not valid shell variable names.
1130     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1131       as_fn_error "invalid package name: $ac_useropt"
1132     ac_useropt_orig=$ac_useropt
1133     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1134     case $ac_user_opts in
1135       *"
1136 "with_$ac_useropt"
1137 "*) ;;
1138       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1139          ac_unrecognized_sep=', ';;
1140     esac
1141     eval with_$ac_useropt=\$ac_optarg ;;
1142
1143   -without-* | --without-*)
1144     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1145     # Reject names that are not valid shell variable names.
1146     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1147       as_fn_error "invalid package name: $ac_useropt"
1148     ac_useropt_orig=$ac_useropt
1149     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1150     case $ac_user_opts in
1151       *"
1152 "with_$ac_useropt"
1153 "*) ;;
1154       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1155          ac_unrecognized_sep=', ';;
1156     esac
1157     eval with_$ac_useropt=no ;;
1158
1159   --x)
1160     # Obsolete; use --with-x.
1161     with_x=yes ;;
1162
1163   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1164   | --x-incl | --x-inc | --x-in | --x-i)
1165     ac_prev=x_includes ;;
1166   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1167   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1168     x_includes=$ac_optarg ;;
1169
1170   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1171   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1172     ac_prev=x_libraries ;;
1173   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1174   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1175     x_libraries=$ac_optarg ;;
1176
1177   -*) as_fn_error "unrecognized option: \`$ac_option'
1178 Try \`$0 --help' for more information."
1179     ;;
1180
1181   *=*)
1182     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1183     # Reject names that are not valid shell variable names.
1184     case $ac_envvar in #(
1185       '' | [0-9]* | *[!_$as_cr_alnum]* )
1186       as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1187     esac
1188     eval $ac_envvar=\$ac_optarg
1189     export $ac_envvar ;;
1190
1191   *)
1192     # FIXME: should be removed in autoconf 3.0.
1193     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1194     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1195       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1196     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1197     ;;
1198
1199   esac
1200 done
1201
1202 if test -n "$ac_prev"; then
1203   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1204   as_fn_error "missing argument to $ac_option"
1205 fi
1206
1207 if test -n "$ac_unrecognized_opts"; then
1208   case $enable_option_checking in
1209     no) ;;
1210     fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1211     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1212   esac
1213 fi
1214
1215 # Check all directory arguments for consistency.
1216 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1217                 datadir sysconfdir sharedstatedir localstatedir includedir \
1218                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1219                 libdir localedir mandir
1220 do
1221   eval ac_val=\$$ac_var
1222   # Remove trailing slashes.
1223   case $ac_val in
1224     */ )
1225       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1226       eval $ac_var=\$ac_val;;
1227   esac
1228   # Be sure to have absolute directory names.
1229   case $ac_val in
1230     [\\/$]* | ?:[\\/]* )  continue;;
1231     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1232   esac
1233   as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1234 done
1235
1236 # There might be people who depend on the old broken behavior: `$host'
1237 # used to hold the argument of --host etc.
1238 # FIXME: To remove some day.
1239 build=$build_alias
1240 host=$host_alias
1241 target=$target_alias
1242
1243 # FIXME: To remove some day.
1244 if test "x$host_alias" != x; then
1245   if test "x$build_alias" = x; then
1246     cross_compiling=maybe
1247     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1248     If a cross compiler is detected then cross compile mode will be used." >&2
1249   elif test "x$build_alias" != "x$host_alias"; then
1250     cross_compiling=yes
1251   fi
1252 fi
1253
1254 ac_tool_prefix=
1255 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1256
1257 test "$silent" = yes && exec 6>/dev/null
1258
1259
1260 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1261 ac_ls_di=`ls -di .` &&
1262 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1263   as_fn_error "working directory cannot be determined"
1264 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1265   as_fn_error "pwd does not report name of working directory"
1266
1267
1268 # Find the source files, if location was not specified.
1269 if test -z "$srcdir"; then
1270   ac_srcdir_defaulted=yes
1271   # Try the directory containing this script, then the parent directory.
1272   ac_confdir=`$as_dirname -- "$as_myself" ||
1273 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1274          X"$as_myself" : 'X\(//\)[^/]' \| \
1275          X"$as_myself" : 'X\(//\)$' \| \
1276          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1277 $as_echo X"$as_myself" |
1278     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1279             s//\1/
1280             q
1281           }
1282           /^X\(\/\/\)[^/].*/{
1283             s//\1/
1284             q
1285           }
1286           /^X\(\/\/\)$/{
1287             s//\1/
1288             q
1289           }
1290           /^X\(\/\).*/{
1291             s//\1/
1292             q
1293           }
1294           s/.*/./; q'`
1295   srcdir=$ac_confdir
1296   if test ! -r "$srcdir/$ac_unique_file"; then
1297     srcdir=..
1298   fi
1299 else
1300   ac_srcdir_defaulted=no
1301 fi
1302 if test ! -r "$srcdir/$ac_unique_file"; then
1303   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1304   as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1305 fi
1306 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1307 ac_abs_confdir=`(
1308         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1309         pwd)`
1310 # When building in place, set srcdir=.
1311 if test "$ac_abs_confdir" = "$ac_pwd"; then
1312   srcdir=.
1313 fi
1314 # Remove unnecessary trailing slashes from srcdir.
1315 # Double slashes in file names in object file debugging info
1316 # mess up M-x gdb in Emacs.
1317 case $srcdir in
1318 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1319 esac
1320 for ac_var in $ac_precious_vars; do
1321   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1322   eval ac_env_${ac_var}_value=\$${ac_var}
1323   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1324   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1325 done
1326
1327 #
1328 # Report the --help message.
1329 #
1330 if test "$ac_init_help" = "long"; then
1331   # Omit some internal or obsolete options to make the list less imposing.
1332   # This message is too long to be a string in the A/UX 3.1 sh.
1333   cat <<_ACEOF
1334 \`configure' configures gas 2.30.52 to adapt to many kinds of systems.
1335
1336 Usage: $0 [OPTION]... [VAR=VALUE]...
1337
1338 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1339 VAR=VALUE.  See below for descriptions of some of the useful variables.
1340
1341 Defaults for the options are specified in brackets.
1342
1343 Configuration:
1344   -h, --help              display this help and exit
1345       --help=short        display options specific to this package
1346       --help=recursive    display the short help of all the included packages
1347   -V, --version           display version information and exit
1348   -q, --quiet, --silent   do not print \`checking...' messages
1349       --cache-file=FILE   cache test results in FILE [disabled]
1350   -C, --config-cache      alias for \`--cache-file=config.cache'
1351   -n, --no-create         do not create output files
1352       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1353
1354 Installation directories:
1355   --prefix=PREFIX         install architecture-independent files in PREFIX
1356                           [$ac_default_prefix]
1357   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1358                           [PREFIX]
1359
1360 By default, \`make install' will install all the files in
1361 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1362 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1363 for instance \`--prefix=\$HOME'.
1364
1365 For better control, use the options below.
1366
1367 Fine tuning of the installation directories:
1368   --bindir=DIR            user executables [EPREFIX/bin]
1369   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1370   --libexecdir=DIR        program executables [EPREFIX/libexec]
1371   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1372   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1373   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1374   --libdir=DIR            object code libraries [EPREFIX/lib]
1375   --includedir=DIR        C header files [PREFIX/include]
1376   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1377   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1378   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1379   --infodir=DIR           info documentation [DATAROOTDIR/info]
1380   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1381   --mandir=DIR            man documentation [DATAROOTDIR/man]
1382   --docdir=DIR            documentation root [DATAROOTDIR/doc/gas]
1383   --htmldir=DIR           html documentation [DOCDIR]
1384   --dvidir=DIR            dvi documentation [DOCDIR]
1385   --pdfdir=DIR            pdf documentation [DOCDIR]
1386   --psdir=DIR             ps documentation [DOCDIR]
1387 _ACEOF
1388
1389   cat <<\_ACEOF
1390
1391 Program names:
1392   --program-prefix=PREFIX            prepend PREFIX to installed program names
1393   --program-suffix=SUFFIX            append SUFFIX to installed program names
1394   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1395
1396 System types:
1397   --build=BUILD     configure for building on BUILD [guessed]
1398   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1399   --target=TARGET   configure for building compilers for TARGET [HOST]
1400 _ACEOF
1401 fi
1402
1403 if test -n "$ac_init_help"; then
1404   case $ac_init_help in
1405      short | recursive ) echo "Configuration of gas 2.30.52:";;
1406    esac
1407   cat <<\_ACEOF
1408
1409 Optional Features:
1410   --disable-option-checking  ignore unrecognized --enable/--with options
1411   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1412   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1413   --disable-dependency-tracking  speeds up one-time build
1414   --enable-dependency-tracking   do not reject slow dependency extractors
1415   --enable-shared[=PKGS]  build shared libraries [default=yes]
1416   --enable-static[=PKGS]  build static libraries [default=yes]
1417   --enable-fast-install[=PKGS]
1418                           optimize for fast installation [default=yes]
1419   --disable-libtool-lock  avoid locking (might break parallel builds)
1420   --enable-plugins        Enable support for plugins
1421   --disable-largefile     omit support for large files
1422   --enable-targets        alternative target configurations besides the primary
1423   --enable-checking       enable run-time checks
1424   --enable-compressed-debug-sections={all,gas,none}
1425                           compress debug sections by default
1426   --enable-x86-relax-relocations
1427                           generate x86 relax relocations by default
1428   --enable-elf-stt-common generate ELF common symbols with STT_COMMON type by
1429                           default
1430   --enable-generate-build-notes
1431                           generate GNU Build notes if none are provided by the
1432                           input
1433   --enable-werror         treat compile warnings as errors
1434   --enable-build-warnings enable build-time compiler warnings
1435   --disable-nls           do not use Native Language Support
1436   --enable-maintainer-mode  enable make rules and dependencies not useful
1437                           (and sometimes confusing) to the casual installer
1438
1439 Optional Packages:
1440   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1441   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1442   --with-pic              try to use only PIC/non-PIC objects [default=use
1443                           both]
1444   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1445   --with-cpu=CPU          default cpu variant is CPU (currently only supported
1446                           on ARC)
1447   --with-system-zlib      use installed libz
1448
1449 Some influential environment variables:
1450   CC          C compiler command
1451   CFLAGS      C compiler flags
1452   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1453               nonstandard directory <lib dir>
1454   LIBS        libraries to pass to the linker, e.g. -l<library>
1455   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1456               you have headers in a nonstandard directory <include dir>
1457   CPP         C preprocessor
1458   YACC        The `Yet Another C Compiler' implementation to use. Defaults to
1459               the first program found out of: `bison -y', `byacc', `yacc'.
1460   YFLAGS      The list of arguments that will be passed by default to $YACC.
1461               This script will default YFLAGS to the empty string to avoid a
1462               default value of `-d' given by some make applications.
1463
1464 Use these variables to override the choices made by `configure' or to help
1465 it to find libraries and programs with nonstandard names/locations.
1466
1467 Report bugs to the package provider.
1468 _ACEOF
1469 ac_status=$?
1470 fi
1471
1472 if test "$ac_init_help" = "recursive"; then
1473   # If there are subdirs, report their specific --help.
1474   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1475     test -d "$ac_dir" ||
1476       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1477       continue
1478     ac_builddir=.
1479
1480 case "$ac_dir" in
1481 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1482 *)
1483   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1484   # A ".." for each directory in $ac_dir_suffix.
1485   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1486   case $ac_top_builddir_sub in
1487   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1488   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1489   esac ;;
1490 esac
1491 ac_abs_top_builddir=$ac_pwd
1492 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1493 # for backward compatibility:
1494 ac_top_builddir=$ac_top_build_prefix
1495
1496 case $srcdir in
1497   .)  # We are building in place.
1498     ac_srcdir=.
1499     ac_top_srcdir=$ac_top_builddir_sub
1500     ac_abs_top_srcdir=$ac_pwd ;;
1501   [\\/]* | ?:[\\/]* )  # Absolute name.
1502     ac_srcdir=$srcdir$ac_dir_suffix;
1503     ac_top_srcdir=$srcdir
1504     ac_abs_top_srcdir=$srcdir ;;
1505   *) # Relative name.
1506     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1507     ac_top_srcdir=$ac_top_build_prefix$srcdir
1508     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1509 esac
1510 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1511
1512     cd "$ac_dir" || { ac_status=$?; continue; }
1513     # Check for guested configure.
1514     if test -f "$ac_srcdir/configure.gnu"; then
1515       echo &&
1516       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1517     elif test -f "$ac_srcdir/configure"; then
1518       echo &&
1519       $SHELL "$ac_srcdir/configure" --help=recursive
1520     else
1521       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1522     fi || ac_status=$?
1523     cd "$ac_pwd" || { ac_status=$?; break; }
1524   done
1525 fi
1526
1527 test -n "$ac_init_help" && exit $ac_status
1528 if $ac_init_version; then
1529   cat <<\_ACEOF
1530 gas configure 2.30.52
1531 generated by GNU Autoconf 2.64
1532
1533 Copyright (C) 2009 Free Software Foundation, Inc.
1534 This configure script is free software; the Free Software Foundation
1535 gives unlimited permission to copy, distribute and modify it.
1536 _ACEOF
1537   exit
1538 fi
1539
1540 ## ------------------------ ##
1541 ## Autoconf initialization. ##
1542 ## ------------------------ ##
1543
1544 # ac_fn_c_try_compile LINENO
1545 # --------------------------
1546 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1547 ac_fn_c_try_compile ()
1548 {
1549   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1550   rm -f conftest.$ac_objext
1551   if { { ac_try="$ac_compile"
1552 case "(($ac_try" in
1553   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1554   *) ac_try_echo=$ac_try;;
1555 esac
1556 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1557 $as_echo "$ac_try_echo"; } >&5
1558   (eval "$ac_compile") 2>conftest.err
1559   ac_status=$?
1560   if test -s conftest.err; then
1561     grep -v '^ *+' conftest.err >conftest.er1
1562     cat conftest.er1 >&5
1563     mv -f conftest.er1 conftest.err
1564   fi
1565   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1566   test $ac_status = 0; } && {
1567          test -z "$ac_c_werror_flag" ||
1568          test ! -s conftest.err
1569        } && test -s conftest.$ac_objext; then :
1570   ac_retval=0
1571 else
1572   $as_echo "$as_me: failed program was:" >&5
1573 sed 's/^/| /' conftest.$ac_ext >&5
1574
1575         ac_retval=1
1576 fi
1577   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1578   return $ac_retval
1579
1580 } # ac_fn_c_try_compile
1581
1582 # ac_fn_c_try_link LINENO
1583 # -----------------------
1584 # Try to link conftest.$ac_ext, and return whether this succeeded.
1585 ac_fn_c_try_link ()
1586 {
1587   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1588   rm -f conftest.$ac_objext conftest$ac_exeext
1589   if { { ac_try="$ac_link"
1590 case "(($ac_try" in
1591   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1592   *) ac_try_echo=$ac_try;;
1593 esac
1594 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1595 $as_echo "$ac_try_echo"; } >&5
1596   (eval "$ac_link") 2>conftest.err
1597   ac_status=$?
1598   if test -s conftest.err; then
1599     grep -v '^ *+' conftest.err >conftest.er1
1600     cat conftest.er1 >&5
1601     mv -f conftest.er1 conftest.err
1602   fi
1603   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1604   test $ac_status = 0; } && {
1605          test -z "$ac_c_werror_flag" ||
1606          test ! -s conftest.err
1607        } && test -s conftest$ac_exeext && {
1608          test "$cross_compiling" = yes ||
1609          $as_test_x conftest$ac_exeext
1610        }; then :
1611   ac_retval=0
1612 else
1613   $as_echo "$as_me: failed program was:" >&5
1614 sed 's/^/| /' conftest.$ac_ext >&5
1615
1616         ac_retval=1
1617 fi
1618   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1619   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1620   # interfere with the next link command; also delete a directory that is
1621   # left behind by Apple's compiler.  We do this before executing the actions.
1622   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1623   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1624   return $ac_retval
1625
1626 } # ac_fn_c_try_link
1627
1628 # ac_fn_c_try_cpp LINENO
1629 # ----------------------
1630 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1631 ac_fn_c_try_cpp ()
1632 {
1633   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1634   if { { ac_try="$ac_cpp conftest.$ac_ext"
1635 case "(($ac_try" in
1636   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1637   *) ac_try_echo=$ac_try;;
1638 esac
1639 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1640 $as_echo "$ac_try_echo"; } >&5
1641   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1642   ac_status=$?
1643   if test -s conftest.err; then
1644     grep -v '^ *+' conftest.err >conftest.er1
1645     cat conftest.er1 >&5
1646     mv -f conftest.er1 conftest.err
1647   fi
1648   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1649   test $ac_status = 0; } >/dev/null && {
1650          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1651          test ! -s conftest.err
1652        }; then :
1653   ac_retval=0
1654 else
1655   $as_echo "$as_me: failed program was:" >&5
1656 sed 's/^/| /' conftest.$ac_ext >&5
1657
1658     ac_retval=1
1659 fi
1660   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1661   return $ac_retval
1662
1663 } # ac_fn_c_try_cpp
1664
1665 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1666 # -------------------------------------------------------
1667 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1668 # the include files in INCLUDES and setting the cache variable VAR
1669 # accordingly.
1670 ac_fn_c_check_header_mongrel ()
1671 {
1672   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1673   if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1674   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1675 $as_echo_n "checking for $2... " >&6; }
1676 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1677   $as_echo_n "(cached) " >&6
1678 fi
1679 eval ac_res=\$$3
1680                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1681 $as_echo "$ac_res" >&6; }
1682 else
1683   # Is the header compilable?
1684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1685 $as_echo_n "checking $2 usability... " >&6; }
1686 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1687 /* end confdefs.h.  */
1688 $4
1689 #include <$2>
1690 _ACEOF
1691 if ac_fn_c_try_compile "$LINENO"; then :
1692   ac_header_compiler=yes
1693 else
1694   ac_header_compiler=no
1695 fi
1696 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1698 $as_echo "$ac_header_compiler" >&6; }
1699
1700 # Is the header present?
1701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1702 $as_echo_n "checking $2 presence... " >&6; }
1703 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1704 /* end confdefs.h.  */
1705 #include <$2>
1706 _ACEOF
1707 if ac_fn_c_try_cpp "$LINENO"; then :
1708   ac_header_preproc=yes
1709 else
1710   ac_header_preproc=no
1711 fi
1712 rm -f conftest.err conftest.$ac_ext
1713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1714 $as_echo "$ac_header_preproc" >&6; }
1715
1716 # So?  What about this header?
1717 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1718   yes:no: )
1719     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1720 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1721     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1722 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1723     ;;
1724   no:yes:* )
1725     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1726 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1727     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
1728 $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
1729     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1730 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1731     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
1732 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
1733     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1734 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1735     ;;
1736 esac
1737   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1738 $as_echo_n "checking for $2... " >&6; }
1739 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1740   $as_echo_n "(cached) " >&6
1741 else
1742   eval "$3=\$ac_header_compiler"
1743 fi
1744 eval ac_res=\$$3
1745                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1746 $as_echo "$ac_res" >&6; }
1747 fi
1748   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1749
1750 } # ac_fn_c_check_header_mongrel
1751
1752 # ac_fn_c_try_run LINENO
1753 # ----------------------
1754 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1755 # that executables *can* be run.
1756 ac_fn_c_try_run ()
1757 {
1758   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1759   if { { ac_try="$ac_link"
1760 case "(($ac_try" in
1761   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1762   *) ac_try_echo=$ac_try;;
1763 esac
1764 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1765 $as_echo "$ac_try_echo"; } >&5
1766   (eval "$ac_link") 2>&5
1767   ac_status=$?
1768   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1769   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1770   { { case "(($ac_try" in
1771   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1772   *) ac_try_echo=$ac_try;;
1773 esac
1774 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1775 $as_echo "$ac_try_echo"; } >&5
1776   (eval "$ac_try") 2>&5
1777   ac_status=$?
1778   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1779   test $ac_status = 0; }; }; then :
1780   ac_retval=0
1781 else
1782   $as_echo "$as_me: program exited with status $ac_status" >&5
1783        $as_echo "$as_me: failed program was:" >&5
1784 sed 's/^/| /' conftest.$ac_ext >&5
1785
1786        ac_retval=$ac_status
1787 fi
1788   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1789   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1790   return $ac_retval
1791
1792 } # ac_fn_c_try_run
1793
1794 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1795 # -------------------------------------------------------
1796 # Tests whether HEADER exists and can be compiled using the include files in
1797 # INCLUDES, setting the cache variable VAR accordingly.
1798 ac_fn_c_check_header_compile ()
1799 {
1800   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1801   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1802 $as_echo_n "checking for $2... " >&6; }
1803 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1804   $as_echo_n "(cached) " >&6
1805 else
1806   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1807 /* end confdefs.h.  */
1808 $4
1809 #include <$2>
1810 _ACEOF
1811 if ac_fn_c_try_compile "$LINENO"; then :
1812   eval "$3=yes"
1813 else
1814   eval "$3=no"
1815 fi
1816 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1817 fi
1818 eval ac_res=\$$3
1819                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1820 $as_echo "$ac_res" >&6; }
1821   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1822
1823 } # ac_fn_c_check_header_compile
1824
1825 # ac_fn_c_check_func LINENO FUNC VAR
1826 # ----------------------------------
1827 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1828 ac_fn_c_check_func ()
1829 {
1830   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1831   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1832 $as_echo_n "checking for $2... " >&6; }
1833 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1834   $as_echo_n "(cached) " >&6
1835 else
1836   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1837 /* end confdefs.h.  */
1838 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1839    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1840 #define $2 innocuous_$2
1841
1842 /* System header to define __stub macros and hopefully few prototypes,
1843     which can conflict with char $2 (); below.
1844     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1845     <limits.h> exists even on freestanding compilers.  */
1846
1847 #ifdef __STDC__
1848 # include <limits.h>
1849 #else
1850 # include <assert.h>
1851 #endif
1852
1853 #undef $2
1854
1855 /* Override any GCC internal prototype to avoid an error.
1856    Use char because int might match the return type of a GCC
1857    builtin and then its argument prototype would still apply.  */
1858 #ifdef __cplusplus
1859 extern "C"
1860 #endif
1861 char $2 ();
1862 /* The GNU C library defines this for functions which it implements
1863     to always fail with ENOSYS.  Some functions are actually named
1864     something starting with __ and the normal name is an alias.  */
1865 #if defined __stub_$2 || defined __stub___$2
1866 choke me
1867 #endif
1868
1869 int
1870 main ()
1871 {
1872 return $2 ();
1873   ;
1874   return 0;
1875 }
1876 _ACEOF
1877 if ac_fn_c_try_link "$LINENO"; then :
1878   eval "$3=yes"
1879 else
1880   eval "$3=no"
1881 fi
1882 rm -f core conftest.err conftest.$ac_objext \
1883     conftest$ac_exeext conftest.$ac_ext
1884 fi
1885 eval ac_res=\$$3
1886                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1887 $as_echo "$ac_res" >&6; }
1888   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1889
1890 } # ac_fn_c_check_func
1891
1892 # ac_fn_c_check_decl LINENO SYMBOL VAR
1893 # ------------------------------------
1894 # Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
1895 ac_fn_c_check_decl ()
1896 {
1897   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1898   as_decl_name=`echo $2|sed 's/ *(.*//'`
1899   as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1900   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1901 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
1902 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1903   $as_echo_n "(cached) " >&6
1904 else
1905   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1906 /* end confdefs.h.  */
1907 $4
1908 int
1909 main ()
1910 {
1911 #ifndef $as_decl_name
1912 #ifdef __cplusplus
1913   (void) $as_decl_use;
1914 #else
1915   (void) $as_decl_name;
1916 #endif
1917 #endif
1918
1919   ;
1920   return 0;
1921 }
1922 _ACEOF
1923 if ac_fn_c_try_compile "$LINENO"; then :
1924   eval "$3=yes"
1925 else
1926   eval "$3=no"
1927 fi
1928 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1929 fi
1930 eval ac_res=\$$3
1931                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1932 $as_echo "$ac_res" >&6; }
1933   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1934
1935 } # ac_fn_c_check_decl
1936 cat >config.log <<_ACEOF
1937 This file contains any messages produced by compilers while
1938 running configure, to aid debugging if configure makes a mistake.
1939
1940 It was created by gas $as_me 2.30.52, which was
1941 generated by GNU Autoconf 2.64.  Invocation command line was
1942
1943   $ $0 $@
1944
1945 _ACEOF
1946 exec 5>>config.log
1947 {
1948 cat <<_ASUNAME
1949 ## --------- ##
1950 ## Platform. ##
1951 ## --------- ##
1952
1953 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1954 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1955 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1956 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1957 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1958
1959 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1960 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1961
1962 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1963 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1964 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1965 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1966 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1967 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1968 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1969
1970 _ASUNAME
1971
1972 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1973 for as_dir in $PATH
1974 do
1975   IFS=$as_save_IFS
1976   test -z "$as_dir" && as_dir=.
1977     $as_echo "PATH: $as_dir"
1978   done
1979 IFS=$as_save_IFS
1980
1981 } >&5
1982
1983 cat >&5 <<_ACEOF
1984
1985
1986 ## ----------- ##
1987 ## Core tests. ##
1988 ## ----------- ##
1989
1990 _ACEOF
1991
1992
1993 # Keep a trace of the command line.
1994 # Strip out --no-create and --no-recursion so they do not pile up.
1995 # Strip out --silent because we don't want to record it for future runs.
1996 # Also quote any args containing shell meta-characters.
1997 # Make two passes to allow for proper duplicate-argument suppression.
1998 ac_configure_args=
1999 ac_configure_args0=
2000 ac_configure_args1=
2001 ac_must_keep_next=false
2002 for ac_pass in 1 2
2003 do
2004   for ac_arg
2005   do
2006     case $ac_arg in
2007     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2008     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2009     | -silent | --silent | --silen | --sile | --sil)
2010       continue ;;
2011     *\'*)
2012       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2013     esac
2014     case $ac_pass in
2015     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2016     2)
2017       as_fn_append ac_configure_args1 " '$ac_arg'"
2018       if test $ac_must_keep_next = true; then
2019         ac_must_keep_next=false # Got value, back to normal.
2020       else
2021         case $ac_arg in
2022           *=* | --config-cache | -C | -disable-* | --disable-* \
2023           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2024           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2025           | -with-* | --with-* | -without-* | --without-* | --x)
2026             case "$ac_configure_args0 " in
2027               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2028             esac
2029             ;;
2030           -* ) ac_must_keep_next=true ;;
2031         esac
2032       fi
2033       as_fn_append ac_configure_args " '$ac_arg'"
2034       ;;
2035     esac
2036   done
2037 done
2038 { ac_configure_args0=; unset ac_configure_args0;}
2039 { ac_configure_args1=; unset ac_configure_args1;}
2040
2041 # When interrupted or exit'd, cleanup temporary files, and complete
2042 # config.log.  We remove comments because anyway the quotes in there
2043 # would cause problems or look ugly.
2044 # WARNING: Use '\'' to represent an apostrophe within the trap.
2045 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2046 trap 'exit_status=$?
2047   # Save into config.log some information that might help in debugging.
2048   {
2049     echo
2050
2051     cat <<\_ASBOX
2052 ## ---------------- ##
2053 ## Cache variables. ##
2054 ## ---------------- ##
2055 _ASBOX
2056     echo
2057     # The following way of writing the cache mishandles newlines in values,
2058 (
2059   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2060     eval ac_val=\$$ac_var
2061     case $ac_val in #(
2062     *${as_nl}*)
2063       case $ac_var in #(
2064       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2065 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2066       esac
2067       case $ac_var in #(
2068       _ | IFS | as_nl) ;; #(
2069       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2070       *) { eval $ac_var=; unset $ac_var;} ;;
2071       esac ;;
2072     esac
2073   done
2074   (set) 2>&1 |
2075     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2076     *${as_nl}ac_space=\ *)
2077       sed -n \
2078         "s/'\''/'\''\\\\'\'''\''/g;
2079           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2080       ;; #(
2081     *)
2082       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2083       ;;
2084     esac |
2085     sort
2086 )
2087     echo
2088
2089     cat <<\_ASBOX
2090 ## ----------------- ##
2091 ## Output variables. ##
2092 ## ----------------- ##
2093 _ASBOX
2094     echo
2095     for ac_var in $ac_subst_vars
2096     do
2097       eval ac_val=\$$ac_var
2098       case $ac_val in
2099       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2100       esac
2101       $as_echo "$ac_var='\''$ac_val'\''"
2102     done | sort
2103     echo
2104
2105     if test -n "$ac_subst_files"; then
2106       cat <<\_ASBOX
2107 ## ------------------- ##
2108 ## File substitutions. ##
2109 ## ------------------- ##
2110 _ASBOX
2111       echo
2112       for ac_var in $ac_subst_files
2113       do
2114         eval ac_val=\$$ac_var
2115         case $ac_val in
2116         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2117         esac
2118         $as_echo "$ac_var='\''$ac_val'\''"
2119       done | sort
2120       echo
2121     fi
2122
2123     if test -s confdefs.h; then
2124       cat <<\_ASBOX
2125 ## ----------- ##
2126 ## confdefs.h. ##
2127 ## ----------- ##
2128 _ASBOX
2129       echo
2130       cat confdefs.h
2131       echo
2132     fi
2133     test "$ac_signal" != 0 &&
2134       $as_echo "$as_me: caught signal $ac_signal"
2135     $as_echo "$as_me: exit $exit_status"
2136   } >&5
2137   rm -f core *.core core.conftest.* &&
2138     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2139     exit $exit_status
2140 ' 0
2141 for ac_signal in 1 2 13 15; do
2142   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2143 done
2144 ac_signal=0
2145
2146 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2147 rm -f -r conftest* confdefs.h
2148
2149 $as_echo "/* confdefs.h */" > confdefs.h
2150
2151 # Predefined preprocessor variables.
2152
2153 cat >>confdefs.h <<_ACEOF
2154 #define PACKAGE_NAME "$PACKAGE_NAME"
2155 _ACEOF
2156
2157 cat >>confdefs.h <<_ACEOF
2158 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2159 _ACEOF
2160
2161 cat >>confdefs.h <<_ACEOF
2162 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2163 _ACEOF
2164
2165 cat >>confdefs.h <<_ACEOF
2166 #define PACKAGE_STRING "$PACKAGE_STRING"
2167 _ACEOF
2168
2169 cat >>confdefs.h <<_ACEOF
2170 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2171 _ACEOF
2172
2173 cat >>confdefs.h <<_ACEOF
2174 #define PACKAGE_URL "$PACKAGE_URL"
2175 _ACEOF
2176
2177
2178 # Let the site file select an alternate cache file if it wants to.
2179 # Prefer an explicitly selected file to automatically selected ones.
2180 ac_site_file1=NONE
2181 ac_site_file2=NONE
2182 if test -n "$CONFIG_SITE"; then
2183   ac_site_file1=$CONFIG_SITE
2184 elif test "x$prefix" != xNONE; then
2185   ac_site_file1=$prefix/share/config.site
2186   ac_site_file2=$prefix/etc/config.site
2187 else
2188   ac_site_file1=$ac_default_prefix/share/config.site
2189   ac_site_file2=$ac_default_prefix/etc/config.site
2190 fi
2191 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2192 do
2193   test "x$ac_site_file" = xNONE && continue
2194   if test -r "$ac_site_file"; then
2195     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2196 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2197     sed 's/^/| /' "$ac_site_file" >&5
2198     . "$ac_site_file"
2199   fi
2200 done
2201
2202 if test -r "$cache_file"; then
2203   # Some versions of bash will fail to source /dev/null (special
2204   # files actually), so we avoid doing that.
2205   if test -f "$cache_file"; then
2206     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2207 $as_echo "$as_me: loading cache $cache_file" >&6;}
2208     case $cache_file in
2209       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2210       *)                      . "./$cache_file";;
2211     esac
2212   fi
2213 else
2214   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2215 $as_echo "$as_me: creating cache $cache_file" >&6;}
2216   >$cache_file
2217 fi
2218
2219 # Check that the precious variables saved in the cache have kept the same
2220 # value.
2221 ac_cache_corrupted=false
2222 for ac_var in $ac_precious_vars; do
2223   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2224   eval ac_new_set=\$ac_env_${ac_var}_set
2225   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2226   eval ac_new_val=\$ac_env_${ac_var}_value
2227   case $ac_old_set,$ac_new_set in
2228     set,)
2229       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2230 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2231       ac_cache_corrupted=: ;;
2232     ,set)
2233       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2234 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2235       ac_cache_corrupted=: ;;
2236     ,);;
2237     *)
2238       if test "x$ac_old_val" != "x$ac_new_val"; then
2239         # differences in whitespace do not lead to failure.
2240         ac_old_val_w=`echo x $ac_old_val`
2241         ac_new_val_w=`echo x $ac_new_val`
2242         if test "$ac_old_val_w" != "$ac_new_val_w"; then
2243           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2244 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2245           ac_cache_corrupted=:
2246         else
2247           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2248 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2249           eval $ac_var=\$ac_old_val
2250         fi
2251         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2252 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2253         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2254 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2255       fi;;
2256   esac
2257   # Pass precious variables to config.status.
2258   if test "$ac_new_set" = set; then
2259     case $ac_new_val in
2260     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2261     *) ac_arg=$ac_var=$ac_new_val ;;
2262     esac
2263     case " $ac_configure_args " in
2264       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2265       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2266     esac
2267   fi
2268 done
2269 if $ac_cache_corrupted; then
2270   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2271 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2272   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2273 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2274   as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2275 fi
2276 ## -------------------- ##
2277 ## Main body of script. ##
2278 ## -------------------- ##
2279
2280 ac_ext=c
2281 ac_cpp='$CPP $CPPFLAGS'
2282 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2283 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2284 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2285
2286
2287
2288
2289
2290
2291
2292 ac_aux_dir=
2293 for ac_dir in .. "$srcdir"/..; do
2294   for ac_t in install-sh install.sh shtool; do
2295     if test -f "$ac_dir/$ac_t"; then
2296       ac_aux_dir=$ac_dir
2297       ac_install_sh="$ac_aux_dir/$ac_t -c"
2298       break 2
2299     fi
2300   done
2301 done
2302 if test -z "$ac_aux_dir"; then
2303   as_fn_error "cannot find install-sh, install.sh, or shtool in .. \"$srcdir\"/.." "$LINENO" 5
2304 fi
2305
2306 # These three variables are undocumented and unsupported,
2307 # and are intended to be withdrawn in a future Autoconf release.
2308 # They can cause serious problems if a builder's source tree is in a directory
2309 # whose full name contains unusual characters.
2310 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2311 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2312 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2313
2314
2315 # Make sure we can run config.sub.
2316 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2317   as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2318
2319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2320 $as_echo_n "checking build system type... " >&6; }
2321 if test "${ac_cv_build+set}" = set; then :
2322   $as_echo_n "(cached) " >&6
2323 else
2324   ac_build_alias=$build_alias
2325 test "x$ac_build_alias" = x &&
2326   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2327 test "x$ac_build_alias" = x &&
2328   as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2329 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2330   as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2331
2332 fi
2333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2334 $as_echo "$ac_cv_build" >&6; }
2335 case $ac_cv_build in
2336 *-*-*) ;;
2337 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2338 esac
2339 build=$ac_cv_build
2340 ac_save_IFS=$IFS; IFS='-'
2341 set x $ac_cv_build
2342 shift
2343 build_cpu=$1
2344 build_vendor=$2
2345 shift; shift
2346 # Remember, the first character of IFS is used to create $*,
2347 # except with old shells:
2348 build_os=$*
2349 IFS=$ac_save_IFS
2350 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2351
2352
2353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2354 $as_echo_n "checking host system type... " >&6; }
2355 if test "${ac_cv_host+set}" = set; then :
2356   $as_echo_n "(cached) " >&6
2357 else
2358   if test "x$host_alias" = x; then
2359   ac_cv_host=$ac_cv_build
2360 else
2361   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2362     as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2363 fi
2364
2365 fi
2366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2367 $as_echo "$ac_cv_host" >&6; }
2368 case $ac_cv_host in
2369 *-*-*) ;;
2370 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2371 esac
2372 host=$ac_cv_host
2373 ac_save_IFS=$IFS; IFS='-'
2374 set x $ac_cv_host
2375 shift
2376 host_cpu=$1
2377 host_vendor=$2
2378 shift; shift
2379 # Remember, the first character of IFS is used to create $*,
2380 # except with old shells:
2381 host_os=$*
2382 IFS=$ac_save_IFS
2383 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2384
2385
2386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2387 $as_echo_n "checking target system type... " >&6; }
2388 if test "${ac_cv_target+set}" = set; then :
2389   $as_echo_n "(cached) " >&6
2390 else
2391   if test "x$target_alias" = x; then
2392   ac_cv_target=$ac_cv_host
2393 else
2394   ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2395     as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2396 fi
2397
2398 fi
2399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2400 $as_echo "$ac_cv_target" >&6; }
2401 case $ac_cv_target in
2402 *-*-*) ;;
2403 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2404 esac
2405 target=$ac_cv_target
2406 ac_save_IFS=$IFS; IFS='-'
2407 set x $ac_cv_target
2408 shift
2409 target_cpu=$1
2410 target_vendor=$2
2411 shift; shift
2412 # Remember, the first character of IFS is used to create $*,
2413 # except with old shells:
2414 target_os=$*
2415 IFS=$ac_save_IFS
2416 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2417
2418
2419 # The aliases save the names the user supplied, while $host etc.
2420 # will get canonicalized.
2421 test -n "$target_alias" &&
2422   test "$program_prefix$program_suffix$program_transform_name" = \
2423     NONENONEs,x,x, &&
2424   program_prefix=${target_alias}-
2425 ac_ext=c
2426 ac_cpp='$CPP $CPPFLAGS'
2427 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2428 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2429 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2430 if test -n "$ac_tool_prefix"; then
2431   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2432 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2434 $as_echo_n "checking for $ac_word... " >&6; }
2435 if test "${ac_cv_prog_CC+set}" = set; then :
2436   $as_echo_n "(cached) " >&6
2437 else
2438   if test -n "$CC"; then
2439   ac_cv_prog_CC="$CC" # Let the user override the test.
2440 else
2441 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2442 for as_dir in $PATH
2443 do
2444   IFS=$as_save_IFS
2445   test -z "$as_dir" && as_dir=.
2446     for ac_exec_ext in '' $ac_executable_extensions; do
2447   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2448     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2449     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2450     break 2
2451   fi
2452 done
2453   done
2454 IFS=$as_save_IFS
2455
2456 fi
2457 fi
2458 CC=$ac_cv_prog_CC
2459 if test -n "$CC"; then
2460   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2461 $as_echo "$CC" >&6; }
2462 else
2463   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2464 $as_echo "no" >&6; }
2465 fi
2466
2467
2468 fi
2469 if test -z "$ac_cv_prog_CC"; then
2470   ac_ct_CC=$CC
2471   # Extract the first word of "gcc", so it can be a program name with args.
2472 set dummy gcc; ac_word=$2
2473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2474 $as_echo_n "checking for $ac_word... " >&6; }
2475 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2476   $as_echo_n "(cached) " >&6
2477 else
2478   if test -n "$ac_ct_CC"; then
2479   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2480 else
2481 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2482 for as_dir in $PATH
2483 do
2484   IFS=$as_save_IFS
2485   test -z "$as_dir" && as_dir=.
2486     for ac_exec_ext in '' $ac_executable_extensions; do
2487   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2488     ac_cv_prog_ac_ct_CC="gcc"
2489     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2490     break 2
2491   fi
2492 done
2493   done
2494 IFS=$as_save_IFS
2495
2496 fi
2497 fi
2498 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2499 if test -n "$ac_ct_CC"; then
2500   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2501 $as_echo "$ac_ct_CC" >&6; }
2502 else
2503   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2504 $as_echo "no" >&6; }
2505 fi
2506
2507   if test "x$ac_ct_CC" = x; then
2508     CC=""
2509   else
2510     case $cross_compiling:$ac_tool_warned in
2511 yes:)
2512 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2513 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2514 ac_tool_warned=yes ;;
2515 esac
2516     CC=$ac_ct_CC
2517   fi
2518 else
2519   CC="$ac_cv_prog_CC"
2520 fi
2521
2522 if test -z "$CC"; then
2523           if test -n "$ac_tool_prefix"; then
2524     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2525 set dummy ${ac_tool_prefix}cc; ac_word=$2
2526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2527 $as_echo_n "checking for $ac_word... " >&6; }
2528 if test "${ac_cv_prog_CC+set}" = set; then :
2529   $as_echo_n "(cached) " >&6
2530 else
2531   if test -n "$CC"; then
2532   ac_cv_prog_CC="$CC" # Let the user override the test.
2533 else
2534 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2535 for as_dir in $PATH
2536 do
2537   IFS=$as_save_IFS
2538   test -z "$as_dir" && as_dir=.
2539     for ac_exec_ext in '' $ac_executable_extensions; do
2540   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2541     ac_cv_prog_CC="${ac_tool_prefix}cc"
2542     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2543     break 2
2544   fi
2545 done
2546   done
2547 IFS=$as_save_IFS
2548
2549 fi
2550 fi
2551 CC=$ac_cv_prog_CC
2552 if test -n "$CC"; then
2553   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2554 $as_echo "$CC" >&6; }
2555 else
2556   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2557 $as_echo "no" >&6; }
2558 fi
2559
2560
2561   fi
2562 fi
2563 if test -z "$CC"; then
2564   # Extract the first word of "cc", so it can be a program name with args.
2565 set dummy cc; ac_word=$2
2566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2567 $as_echo_n "checking for $ac_word... " >&6; }
2568 if test "${ac_cv_prog_CC+set}" = set; then :
2569   $as_echo_n "(cached) " >&6
2570 else
2571   if test -n "$CC"; then
2572   ac_cv_prog_CC="$CC" # Let the user override the test.
2573 else
2574   ac_prog_rejected=no
2575 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2576 for as_dir in $PATH
2577 do
2578   IFS=$as_save_IFS
2579   test -z "$as_dir" && as_dir=.
2580     for ac_exec_ext in '' $ac_executable_extensions; do
2581   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2582     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2583        ac_prog_rejected=yes
2584        continue
2585      fi
2586     ac_cv_prog_CC="cc"
2587     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2588     break 2
2589   fi
2590 done
2591   done
2592 IFS=$as_save_IFS
2593
2594 if test $ac_prog_rejected = yes; then
2595   # We found a bogon in the path, so make sure we never use it.
2596   set dummy $ac_cv_prog_CC
2597   shift
2598   if test $# != 0; then
2599     # We chose a different compiler from the bogus one.
2600     # However, it has the same basename, so the bogon will be chosen
2601     # first if we set CC to just the basename; use the full file name.
2602     shift
2603     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2604   fi
2605 fi
2606 fi
2607 fi
2608 CC=$ac_cv_prog_CC
2609 if test -n "$CC"; then
2610   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2611 $as_echo "$CC" >&6; }
2612 else
2613   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2614 $as_echo "no" >&6; }
2615 fi
2616
2617
2618 fi
2619 if test -z "$CC"; then
2620   if test -n "$ac_tool_prefix"; then
2621   for ac_prog in cl.exe
2622   do
2623     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2624 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2626 $as_echo_n "checking for $ac_word... " >&6; }
2627 if test "${ac_cv_prog_CC+set}" = set; then :
2628   $as_echo_n "(cached) " >&6
2629 else
2630   if test -n "$CC"; then
2631   ac_cv_prog_CC="$CC" # Let the user override the test.
2632 else
2633 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2634 for as_dir in $PATH
2635 do
2636   IFS=$as_save_IFS
2637   test -z "$as_dir" && as_dir=.
2638     for ac_exec_ext in '' $ac_executable_extensions; do
2639   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2640     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2641     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2642     break 2
2643   fi
2644 done
2645   done
2646 IFS=$as_save_IFS
2647
2648 fi
2649 fi
2650 CC=$ac_cv_prog_CC
2651 if test -n "$CC"; then
2652   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2653 $as_echo "$CC" >&6; }
2654 else
2655   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2656 $as_echo "no" >&6; }
2657 fi
2658
2659
2660     test -n "$CC" && break
2661   done
2662 fi
2663 if test -z "$CC"; then
2664   ac_ct_CC=$CC
2665   for ac_prog in cl.exe
2666 do
2667   # Extract the first word of "$ac_prog", so it can be a program name with args.
2668 set dummy $ac_prog; ac_word=$2
2669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2670 $as_echo_n "checking for $ac_word... " >&6; }
2671 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2672   $as_echo_n "(cached) " >&6
2673 else
2674   if test -n "$ac_ct_CC"; then
2675   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2676 else
2677 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2678 for as_dir in $PATH
2679 do
2680   IFS=$as_save_IFS
2681   test -z "$as_dir" && as_dir=.
2682     for ac_exec_ext in '' $ac_executable_extensions; do
2683   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2684     ac_cv_prog_ac_ct_CC="$ac_prog"
2685     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2686     break 2
2687   fi
2688 done
2689   done
2690 IFS=$as_save_IFS
2691
2692 fi
2693 fi
2694 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2695 if test -n "$ac_ct_CC"; then
2696   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2697 $as_echo "$ac_ct_CC" >&6; }
2698 else
2699   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2700 $as_echo "no" >&6; }
2701 fi
2702
2703
2704   test -n "$ac_ct_CC" && break
2705 done
2706
2707   if test "x$ac_ct_CC" = x; then
2708     CC=""
2709   else
2710     case $cross_compiling:$ac_tool_warned in
2711 yes:)
2712 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2713 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2714 ac_tool_warned=yes ;;
2715 esac
2716     CC=$ac_ct_CC
2717   fi
2718 fi
2719
2720 fi
2721
2722
2723 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2724 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2725 as_fn_error "no acceptable C compiler found in \$PATH
2726 See \`config.log' for more details." "$LINENO" 5; }
2727
2728 # Provide some information about the compiler.
2729 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2730 set X $ac_compile
2731 ac_compiler=$2
2732 for ac_option in --version -v -V -qversion; do
2733   { { ac_try="$ac_compiler $ac_option >&5"
2734 case "(($ac_try" in
2735   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2736   *) ac_try_echo=$ac_try;;
2737 esac
2738 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2739 $as_echo "$ac_try_echo"; } >&5
2740   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2741   ac_status=$?
2742   if test -s conftest.err; then
2743     sed '10a\
2744 ... rest of stderr output deleted ...
2745          10q' conftest.err >conftest.er1
2746     cat conftest.er1 >&5
2747     rm -f conftest.er1 conftest.err
2748   fi
2749   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2750   test $ac_status = 0; }
2751 done
2752
2753 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2754 /* end confdefs.h.  */
2755
2756 int
2757 main ()
2758 {
2759
2760   ;
2761   return 0;
2762 }
2763 _ACEOF
2764 ac_clean_files_save=$ac_clean_files
2765 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
2766 # Try to create an executable without -o first, disregard a.out.
2767 # It will help us diagnose broken compilers, and finding out an intuition
2768 # of exeext.
2769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2770 $as_echo_n "checking for C compiler default output file name... " >&6; }
2771 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2772
2773 # The possible output files:
2774 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2775
2776 ac_rmfiles=
2777 for ac_file in $ac_files
2778 do
2779   case $ac_file in
2780     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2781     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2782   esac
2783 done
2784 rm -f $ac_rmfiles
2785
2786 if { { ac_try="$ac_link_default"
2787 case "(($ac_try" in
2788   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2789   *) ac_try_echo=$ac_try;;
2790 esac
2791 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2792 $as_echo "$ac_try_echo"; } >&5
2793   (eval "$ac_link_default") 2>&5
2794   ac_status=$?
2795   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2796   test $ac_status = 0; }; then :
2797   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2798 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2799 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
2800 # so that the user can short-circuit this test for compilers unknown to
2801 # Autoconf.
2802 for ac_file in $ac_files ''
2803 do
2804   test -f "$ac_file" || continue
2805   case $ac_file in
2806     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2807         ;;
2808     [ab].out )
2809         # We found the default executable, but exeext='' is most
2810         # certainly right.
2811         break;;
2812     *.* )
2813         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2814         then :; else
2815            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2816         fi
2817         # We set ac_cv_exeext here because the later test for it is not
2818         # safe: cross compilers may not add the suffix if given an `-o'
2819         # argument, so we may need to know it at that point already.
2820         # Even if this section looks crufty: it has the advantage of
2821         # actually working.
2822         break;;
2823     * )
2824         break;;
2825   esac
2826 done
2827 test "$ac_cv_exeext" = no && ac_cv_exeext=
2828
2829 else
2830   ac_file=''
2831 fi
2832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2833 $as_echo "$ac_file" >&6; }
2834 if test -z "$ac_file"; then :
2835   $as_echo "$as_me: failed program was:" >&5
2836 sed 's/^/| /' conftest.$ac_ext >&5
2837
2838 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2839 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2840 { as_fn_set_status 77
2841 as_fn_error "C compiler cannot create executables
2842 See \`config.log' for more details." "$LINENO" 5; }; }
2843 fi
2844 ac_exeext=$ac_cv_exeext
2845
2846 # Check that the compiler produces executables we can run.  If not, either
2847 # the compiler is broken, or we cross compile.
2848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2849 $as_echo_n "checking whether the C compiler works... " >&6; }
2850 # If not cross compiling, check that we can run a simple program.
2851 if test "$cross_compiling" != yes; then
2852   if { ac_try='./$ac_file'
2853   { { case "(($ac_try" in
2854   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2855   *) ac_try_echo=$ac_try;;
2856 esac
2857 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2858 $as_echo "$ac_try_echo"; } >&5
2859   (eval "$ac_try") 2>&5
2860   ac_status=$?
2861   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2862   test $ac_status = 0; }; }; then
2863     cross_compiling=no
2864   else
2865     if test "$cross_compiling" = maybe; then
2866         cross_compiling=yes
2867     else
2868         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2869 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2870 as_fn_error "cannot run C compiled programs.
2871 If you meant to cross compile, use \`--host'.
2872 See \`config.log' for more details." "$LINENO" 5; }
2873     fi
2874   fi
2875 fi
2876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2877 $as_echo "yes" >&6; }
2878
2879 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
2880 ac_clean_files=$ac_clean_files_save
2881 # Check that the compiler produces executables we can run.  If not, either
2882 # the compiler is broken, or we cross compile.
2883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2884 $as_echo_n "checking whether we are cross compiling... " >&6; }
2885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2886 $as_echo "$cross_compiling" >&6; }
2887
2888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2889 $as_echo_n "checking for suffix of executables... " >&6; }
2890 if { { ac_try="$ac_link"
2891 case "(($ac_try" in
2892   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2893   *) ac_try_echo=$ac_try;;
2894 esac
2895 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2896 $as_echo "$ac_try_echo"; } >&5
2897   (eval "$ac_link") 2>&5
2898   ac_status=$?
2899   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2900   test $ac_status = 0; }; then :
2901   # If both `conftest.exe' and `conftest' are `present' (well, observable)
2902 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2903 # work properly (i.e., refer to `conftest.exe'), while it won't with
2904 # `rm'.
2905 for ac_file in conftest.exe conftest conftest.*; do
2906   test -f "$ac_file" || continue
2907   case $ac_file in
2908     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2909     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2910           break;;
2911     * ) break;;
2912   esac
2913 done
2914 else
2915   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2916 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2917 as_fn_error "cannot compute suffix of executables: cannot compile and link
2918 See \`config.log' for more details." "$LINENO" 5; }
2919 fi
2920 rm -f conftest$ac_cv_exeext
2921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2922 $as_echo "$ac_cv_exeext" >&6; }
2923
2924 rm -f conftest.$ac_ext
2925 EXEEXT=$ac_cv_exeext
2926 ac_exeext=$EXEEXT
2927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2928 $as_echo_n "checking for suffix of object files... " >&6; }
2929 if test "${ac_cv_objext+set}" = set; then :
2930   $as_echo_n "(cached) " >&6
2931 else
2932   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2933 /* end confdefs.h.  */
2934
2935 int
2936 main ()
2937 {
2938
2939   ;
2940   return 0;
2941 }
2942 _ACEOF
2943 rm -f conftest.o conftest.obj
2944 if { { ac_try="$ac_compile"
2945 case "(($ac_try" in
2946   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2947   *) ac_try_echo=$ac_try;;
2948 esac
2949 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2950 $as_echo "$ac_try_echo"; } >&5
2951   (eval "$ac_compile") 2>&5
2952   ac_status=$?
2953   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2954   test $ac_status = 0; }; then :
2955   for ac_file in conftest.o conftest.obj conftest.*; do
2956   test -f "$ac_file" || continue;
2957   case $ac_file in
2958     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2959     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2960        break;;
2961   esac
2962 done
2963 else
2964   $as_echo "$as_me: failed program was:" >&5
2965 sed 's/^/| /' conftest.$ac_ext >&5
2966
2967 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2968 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2969 as_fn_error "cannot compute suffix of object files: cannot compile
2970 See \`config.log' for more details." "$LINENO" 5; }
2971 fi
2972 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2973 fi
2974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2975 $as_echo "$ac_cv_objext" >&6; }
2976 OBJEXT=$ac_cv_objext
2977 ac_objext=$OBJEXT
2978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2979 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2980 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
2981   $as_echo_n "(cached) " >&6
2982 else
2983   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2984 /* end confdefs.h.  */
2985
2986 int
2987 main ()
2988 {
2989 #ifndef __GNUC__
2990        choke me
2991 #endif
2992
2993   ;
2994   return 0;
2995 }
2996 _ACEOF
2997 if ac_fn_c_try_compile "$LINENO"; then :
2998   ac_compiler_gnu=yes
2999 else
3000   ac_compiler_gnu=no
3001 fi
3002 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3003 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3004
3005 fi
3006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3007 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3008 if test $ac_compiler_gnu = yes; then
3009   GCC=yes
3010 else
3011   GCC=
3012 fi
3013 ac_test_CFLAGS=${CFLAGS+set}
3014 ac_save_CFLAGS=$CFLAGS
3015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3016 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3017 if test "${ac_cv_prog_cc_g+set}" = set; then :
3018   $as_echo_n "(cached) " >&6
3019 else
3020   ac_save_c_werror_flag=$ac_c_werror_flag
3021    ac_c_werror_flag=yes
3022    ac_cv_prog_cc_g=no
3023    CFLAGS="-g"
3024    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3025 /* end confdefs.h.  */
3026
3027 int
3028 main ()
3029 {
3030
3031   ;
3032   return 0;
3033 }
3034 _ACEOF
3035 if ac_fn_c_try_compile "$LINENO"; then :
3036   ac_cv_prog_cc_g=yes
3037 else
3038   CFLAGS=""
3039       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3040 /* end confdefs.h.  */
3041
3042 int
3043 main ()
3044 {
3045
3046   ;
3047   return 0;
3048 }
3049 _ACEOF
3050 if ac_fn_c_try_compile "$LINENO"; then :
3051
3052 else
3053   ac_c_werror_flag=$ac_save_c_werror_flag
3054          CFLAGS="-g"
3055          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3056 /* end confdefs.h.  */
3057
3058 int
3059 main ()
3060 {
3061
3062   ;
3063   return 0;
3064 }
3065 _ACEOF
3066 if ac_fn_c_try_compile "$LINENO"; then :
3067   ac_cv_prog_cc_g=yes
3068 fi
3069 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3070 fi
3071 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3072 fi
3073 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3074    ac_c_werror_flag=$ac_save_c_werror_flag
3075 fi
3076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3077 $as_echo "$ac_cv_prog_cc_g" >&6; }
3078 if test "$ac_test_CFLAGS" = set; then
3079   CFLAGS=$ac_save_CFLAGS
3080 elif test $ac_cv_prog_cc_g = yes; then
3081   if test "$GCC" = yes; then
3082     CFLAGS="-g -O2"
3083   else
3084     CFLAGS="-g"
3085   fi
3086 else
3087   if test "$GCC" = yes; then
3088     CFLAGS="-O2"
3089   else
3090     CFLAGS=
3091   fi
3092 fi
3093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3094 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3095 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3096   $as_echo_n "(cached) " >&6
3097 else
3098   ac_cv_prog_cc_c89=no
3099 ac_save_CC=$CC
3100 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3101 /* end confdefs.h.  */
3102 #include <stdarg.h>
3103 #include <stdio.h>
3104 #include <sys/types.h>
3105 #include <sys/stat.h>
3106 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3107 struct buf { int x; };
3108 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3109 static char *e (p, i)
3110      char **p;
3111      int i;
3112 {
3113   return p[i];
3114 }
3115 static char *f (char * (*g) (char **, int), char **p, ...)
3116 {
3117   char *s;
3118   va_list v;
3119   va_start (v,p);
3120   s = g (p, va_arg (v,int));
3121   va_end (v);
3122   return s;
3123 }
3124
3125 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3126    function prototypes and stuff, but not '\xHH' hex character constants.
3127    These don't provoke an error unfortunately, instead are silently treated
3128    as 'x'.  The following induces an error, until -std is added to get
3129    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3130    array size at least.  It's necessary to write '\x00'==0 to get something
3131    that's true only with -std.  */
3132 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3133
3134 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3135    inside strings and character constants.  */
3136 #define FOO(x) 'x'
3137 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3138
3139 int test (int i, double x);
3140 struct s1 {int (*f) (int a);};
3141 struct s2 {int (*f) (double a);};
3142 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3143 int argc;
3144 char **argv;
3145 int
3146 main ()
3147 {
3148 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3149   ;
3150   return 0;
3151 }
3152 _ACEOF
3153 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3154         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3155 do
3156   CC="$ac_save_CC $ac_arg"
3157   if ac_fn_c_try_compile "$LINENO"; then :
3158   ac_cv_prog_cc_c89=$ac_arg
3159 fi
3160 rm -f core conftest.err conftest.$ac_objext
3161   test "x$ac_cv_prog_cc_c89" != "xno" && break
3162 done
3163 rm -f conftest.$ac_ext
3164 CC=$ac_save_CC
3165
3166 fi
3167 # AC_CACHE_VAL
3168 case "x$ac_cv_prog_cc_c89" in
3169   x)
3170     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3171 $as_echo "none needed" >&6; } ;;
3172   xno)
3173     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3174 $as_echo "unsupported" >&6; } ;;
3175   *)
3176     CC="$CC $ac_cv_prog_cc_c89"
3177     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3178 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3179 esac
3180 if test "x$ac_cv_prog_cc_c89" != xno; then :
3181
3182 fi
3183
3184 ac_ext=c
3185 ac_cpp='$CPP $CPPFLAGS'
3186 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3187 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3188 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3189
3190
3191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3192 $as_echo_n "checking for library containing strerror... " >&6; }
3193 if test "${ac_cv_search_strerror+set}" = set; then :
3194   $as_echo_n "(cached) " >&6
3195 else
3196   ac_func_search_save_LIBS=$LIBS
3197 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3198 /* end confdefs.h.  */
3199
3200 /* Override any GCC internal prototype to avoid an error.
3201    Use char because int might match the return type of a GCC
3202    builtin and then its argument prototype would still apply.  */
3203 #ifdef __cplusplus
3204 extern "C"
3205 #endif
3206 char strerror ();
3207 int
3208 main ()
3209 {
3210 return strerror ();
3211   ;
3212   return 0;
3213 }
3214 _ACEOF
3215 for ac_lib in '' cposix; do
3216   if test -z "$ac_lib"; then
3217     ac_res="none required"
3218   else
3219     ac_res=-l$ac_lib
3220     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
3221   fi
3222   if ac_fn_c_try_link "$LINENO"; then :
3223   ac_cv_search_strerror=$ac_res
3224 fi
3225 rm -f core conftest.err conftest.$ac_objext \
3226     conftest$ac_exeext
3227   if test "${ac_cv_search_strerror+set}" = set; then :
3228   break
3229 fi
3230 done
3231 if test "${ac_cv_search_strerror+set}" = set; then :
3232
3233 else
3234   ac_cv_search_strerror=no
3235 fi
3236 rm conftest.$ac_ext
3237 LIBS=$ac_func_search_save_LIBS
3238 fi
3239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3240 $as_echo "$ac_cv_search_strerror" >&6; }
3241 ac_res=$ac_cv_search_strerror
3242 if test "$ac_res" != no; then :
3243   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3244
3245 fi
3246
3247
3248 am__api_version='1.11'
3249
3250 # Find a good install program.  We prefer a C program (faster),
3251 # so one script is as good as another.  But avoid the broken or
3252 # incompatible versions:
3253 # SysV /etc/install, /usr/sbin/install
3254 # SunOS /usr/etc/install
3255 # IRIX /sbin/install
3256 # AIX /bin/install
3257 # AmigaOS /C/install, which installs bootblocks on floppy discs
3258 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3259 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3260 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3261 # OS/2's system install, which has a completely different semantic
3262 # ./install, which can be erroneously created by make from ./install.sh.
3263 # Reject install programs that cannot install multiple files.
3264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3265 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3266 if test -z "$INSTALL"; then
3267 if test "${ac_cv_path_install+set}" = set; then :
3268   $as_echo_n "(cached) " >&6
3269 else
3270   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3271 for as_dir in $PATH
3272 do
3273   IFS=$as_save_IFS
3274   test -z "$as_dir" && as_dir=.
3275     # Account for people who put trailing slashes in PATH elements.
3276 case $as_dir/ in #((
3277   ./ | .// | /[cC]/* | \
3278   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3279   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3280   /usr/ucb/* ) ;;
3281   *)
3282     # OSF1 and SCO ODT 3.0 have their own names for install.
3283     # Don't use installbsd from OSF since it installs stuff as root
3284     # by default.
3285     for ac_prog in ginstall scoinst install; do
3286       for ac_exec_ext in '' $ac_executable_extensions; do
3287         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3288           if test $ac_prog = install &&
3289             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3290             # AIX install.  It has an incompatible calling convention.
3291             :
3292           elif test $ac_prog = install &&
3293             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3294             # program-specific install script used by HP pwplus--don't use.
3295             :
3296           else
3297             rm -rf conftest.one conftest.two conftest.dir
3298             echo one > conftest.one
3299             echo two > conftest.two
3300             mkdir conftest.dir
3301             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3302               test -s conftest.one && test -s conftest.two &&
3303               test -s conftest.dir/conftest.one &&
3304               test -s conftest.dir/conftest.two
3305             then
3306               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3307               break 3
3308             fi
3309           fi
3310         fi
3311       done
3312     done
3313     ;;
3314 esac
3315
3316   done
3317 IFS=$as_save_IFS
3318
3319 rm -rf conftest.one conftest.two conftest.dir
3320
3321 fi
3322   if test "${ac_cv_path_install+set}" = set; then
3323     INSTALL=$ac_cv_path_install
3324   else
3325     # As a last resort, use the slow shell script.  Don't cache a
3326     # value for INSTALL within a source directory, because that will
3327     # break other packages using the cache if that directory is
3328     # removed, or if the value is a relative name.
3329     INSTALL=$ac_install_sh
3330   fi
3331 fi
3332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3333 $as_echo "$INSTALL" >&6; }
3334
3335 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3336 # It thinks the first close brace ends the variable substitution.
3337 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3338
3339 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3340
3341 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3342
3343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3344 $as_echo_n "checking whether build environment is sane... " >&6; }
3345 # Just in case
3346 sleep 1
3347 echo timestamp > conftest.file
3348 # Reject unsafe characters in $srcdir or the absolute working directory
3349 # name.  Accept space and tab only in the latter.
3350 am_lf='
3351 '
3352 case `pwd` in
3353   *[\\\"\#\$\&\'\`$am_lf]*)
3354     as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
3355 esac
3356 case $srcdir in
3357   *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
3358     as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3359 esac
3360
3361 # Do `set' in a subshell so we don't clobber the current shell's
3362 # arguments.  Must try -L first in case configure is actually a
3363 # symlink; some systems play weird games with the mod time of symlinks
3364 # (eg FreeBSD returns the mod time of the symlink's containing
3365 # directory).
3366 if (
3367    set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3368    if test "$*" = "X"; then
3369       # -L didn't work.
3370       set X `ls -t "$srcdir/configure" conftest.file`
3371    fi
3372    rm -f conftest.file
3373    if test "$*" != "X $srcdir/configure conftest.file" \
3374       && test "$*" != "X conftest.file $srcdir/configure"; then
3375
3376       # If neither matched, then we have a broken ls.  This can happen
3377       # if, for instance, CONFIG_SHELL is bash and it inherits a
3378       # broken ls alias from the environment.  This has actually
3379       # happened.  Such a system could not be considered "sane".
3380       as_fn_error "ls -t appears to fail.  Make sure there is not a broken
3381 alias in your environment" "$LINENO" 5
3382    fi
3383
3384    test "$2" = conftest.file
3385    )
3386 then
3387    # Ok.
3388    :
3389 else
3390    as_fn_error "newly created file is older than distributed files!
3391 Check your system clock" "$LINENO" 5
3392 fi
3393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3394 $as_echo "yes" >&6; }
3395 test "$program_prefix" != NONE &&
3396   program_transform_name="s&^&$program_prefix&;$program_transform_name"
3397 # Use a double $ so make ignores it.
3398 test "$program_suffix" != NONE &&
3399   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3400 # Double any \ or $.
3401 # By default was `s,x,x', remove it if useless.
3402 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3403 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3404
3405 # expand $ac_aux_dir to an absolute path
3406 am_aux_dir=`cd $ac_aux_dir && pwd`
3407
3408 if test x"${MISSING+set}" != xset; then
3409   case $am_aux_dir in
3410   *\ * | *\     *)
3411     MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3412   *)
3413     MISSING="\${SHELL} $am_aux_dir/missing" ;;
3414   esac
3415 fi
3416 # Use eval to expand $SHELL
3417 if eval "$MISSING --run true"; then
3418   am_missing_run="$MISSING --run "
3419 else
3420   am_missing_run=
3421   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3422 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3423 fi
3424
3425 if test x"${install_sh}" != xset; then
3426   case $am_aux_dir in
3427   *\ * | *\     *)
3428     install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3429   *)
3430     install_sh="\${SHELL} $am_aux_dir/install-sh"
3431   esac
3432 fi
3433
3434 # Installed binaries are usually stripped using `strip' when the user
3435 # run `make install-strip'.  However `strip' might not be the right
3436 # tool to use in cross-compilation environments, therefore Automake
3437 # will honor the `STRIP' environment variable to overrule this program.
3438 if test "$cross_compiling" != no; then
3439   if test -n "$ac_tool_prefix"; then
3440   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3441 set dummy ${ac_tool_prefix}strip; ac_word=$2
3442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3443 $as_echo_n "checking for $ac_word... " >&6; }
3444 if test "${ac_cv_prog_STRIP+set}" = set; then :
3445   $as_echo_n "(cached) " >&6
3446 else
3447   if test -n "$STRIP"; then
3448   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3449 else
3450 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3451 for as_dir in $PATH
3452 do
3453   IFS=$as_save_IFS
3454   test -z "$as_dir" && as_dir=.
3455     for ac_exec_ext in '' $ac_executable_extensions; do
3456   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3457     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3458     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3459     break 2
3460   fi
3461 done
3462   done
3463 IFS=$as_save_IFS
3464
3465 fi
3466 fi
3467 STRIP=$ac_cv_prog_STRIP
3468 if test -n "$STRIP"; then
3469   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3470 $as_echo "$STRIP" >&6; }
3471 else
3472   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3473 $as_echo "no" >&6; }
3474 fi
3475
3476
3477 fi
3478 if test -z "$ac_cv_prog_STRIP"; then
3479   ac_ct_STRIP=$STRIP
3480   # Extract the first word of "strip", so it can be a program name with args.
3481 set dummy strip; ac_word=$2
3482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3483 $as_echo_n "checking for $ac_word... " >&6; }
3484 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3485   $as_echo_n "(cached) " >&6
3486 else
3487   if test -n "$ac_ct_STRIP"; then
3488   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3489 else
3490 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3491 for as_dir in $PATH
3492 do
3493   IFS=$as_save_IFS
3494   test -z "$as_dir" && as_dir=.
3495     for ac_exec_ext in '' $ac_executable_extensions; do
3496   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3497     ac_cv_prog_ac_ct_STRIP="strip"
3498     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3499     break 2
3500   fi
3501 done
3502   done
3503 IFS=$as_save_IFS
3504
3505 fi
3506 fi
3507 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3508 if test -n "$ac_ct_STRIP"; then
3509   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3510 $as_echo "$ac_ct_STRIP" >&6; }
3511 else
3512   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3513 $as_echo "no" >&6; }
3514 fi
3515
3516   if test "x$ac_ct_STRIP" = x; then
3517     STRIP=":"
3518   else
3519     case $cross_compiling:$ac_tool_warned in
3520 yes:)
3521 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3522 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3523 ac_tool_warned=yes ;;
3524 esac
3525     STRIP=$ac_ct_STRIP
3526   fi
3527 else
3528   STRIP="$ac_cv_prog_STRIP"
3529 fi
3530
3531 fi
3532 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3533
3534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3535 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3536 if test -z "$MKDIR_P"; then
3537   if test "${ac_cv_path_mkdir+set}" = set; then :
3538   $as_echo_n "(cached) " >&6
3539 else
3540   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3541 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3542 do
3543   IFS=$as_save_IFS
3544   test -z "$as_dir" && as_dir=.
3545     for ac_prog in mkdir gmkdir; do
3546          for ac_exec_ext in '' $ac_executable_extensions; do
3547            { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3548            case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3549              'mkdir (GNU coreutils) '* | \
3550              'mkdir (coreutils) '* | \
3551              'mkdir (fileutils) '4.1*)
3552                ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3553                break 3;;
3554            esac
3555          done
3556        done
3557   done
3558 IFS=$as_save_IFS
3559
3560 fi
3561
3562   if test "${ac_cv_path_mkdir+set}" = set; then
3563     MKDIR_P="$ac_cv_path_mkdir -p"
3564   else
3565     # As a last resort, use the slow shell script.  Don't cache a
3566     # value for MKDIR_P within a source directory, because that will
3567     # break other packages using the cache if that directory is
3568     # removed, or if the value is a relative name.
3569     test -d ./--version && rmdir ./--version
3570     MKDIR_P="$ac_install_sh -d"
3571   fi
3572 fi
3573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3574 $as_echo "$MKDIR_P" >&6; }
3575
3576 mkdir_p="$MKDIR_P"
3577 case $mkdir_p in
3578   [\\/$]* | ?:[\\/]*) ;;
3579   */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3580 esac
3581
3582 for ac_prog in gawk mawk nawk awk
3583 do
3584   # Extract the first word of "$ac_prog", so it can be a program name with args.
3585 set dummy $ac_prog; ac_word=$2
3586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3587 $as_echo_n "checking for $ac_word... " >&6; }
3588 if test "${ac_cv_prog_AWK+set}" = set; then :
3589   $as_echo_n "(cached) " >&6
3590 else
3591   if test -n "$AWK"; then
3592   ac_cv_prog_AWK="$AWK" # Let the user override the test.
3593 else
3594 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3595 for as_dir in $PATH
3596 do
3597   IFS=$as_save_IFS
3598   test -z "$as_dir" && as_dir=.
3599     for ac_exec_ext in '' $ac_executable_extensions; do
3600   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3601     ac_cv_prog_AWK="$ac_prog"
3602     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3603     break 2
3604   fi
3605 done
3606   done
3607 IFS=$as_save_IFS
3608
3609 fi
3610 fi
3611 AWK=$ac_cv_prog_AWK
3612 if test -n "$AWK"; then
3613   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3614 $as_echo "$AWK" >&6; }
3615 else
3616   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3617 $as_echo "no" >&6; }
3618 fi
3619
3620
3621   test -n "$AWK" && break
3622 done
3623
3624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3625 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3626 set x ${MAKE-make}
3627 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3628 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3629   $as_echo_n "(cached) " >&6
3630 else
3631   cat >conftest.make <<\_ACEOF
3632 SHELL = /bin/sh
3633 all:
3634         @echo '@@@%%%=$(MAKE)=@@@%%%'
3635 _ACEOF
3636 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3637 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3638   *@@@%%%=?*=@@@%%%*)
3639     eval ac_cv_prog_make_${ac_make}_set=yes;;
3640   *)
3641     eval ac_cv_prog_make_${ac_make}_set=no;;
3642 esac
3643 rm -f conftest.make
3644 fi
3645 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3646   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3647 $as_echo "yes" >&6; }
3648   SET_MAKE=
3649 else
3650   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3651 $as_echo "no" >&6; }
3652   SET_MAKE="MAKE=${MAKE-make}"
3653 fi
3654
3655 rm -rf .tst 2>/dev/null
3656 mkdir .tst 2>/dev/null
3657 if test -d .tst; then
3658   am__leading_dot=.
3659 else
3660   am__leading_dot=_
3661 fi
3662 rmdir .tst 2>/dev/null
3663
3664 DEPDIR="${am__leading_dot}deps"
3665
3666 ac_config_commands="$ac_config_commands depfiles"
3667
3668
3669 am_make=${MAKE-make}
3670 cat > confinc << 'END'
3671 am__doit:
3672         @echo this is the am__doit target
3673 .PHONY: am__doit
3674 END
3675 # If we don't find an include directive, just comment out the code.
3676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3677 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3678 am__include="#"
3679 am__quote=
3680 _am_result=none
3681 # First try GNU make style include.
3682 echo "include confinc" > confmf
3683 # Ignore all kinds of additional output from `make'.
3684 case `$am_make -s -f confmf 2> /dev/null` in #(
3685 *the\ am__doit\ target*)
3686   am__include=include
3687   am__quote=
3688   _am_result=GNU
3689   ;;
3690 esac
3691 # Now try BSD make style include.
3692 if test "$am__include" = "#"; then
3693    echo '.include "confinc"' > confmf
3694    case `$am_make -s -f confmf 2> /dev/null` in #(
3695    *the\ am__doit\ target*)
3696      am__include=.include
3697      am__quote="\""
3698      _am_result=BSD
3699      ;;
3700    esac
3701 fi
3702
3703
3704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3705 $as_echo "$_am_result" >&6; }
3706 rm -f confinc confmf
3707
3708 # Check whether --enable-dependency-tracking was given.
3709 if test "${enable_dependency_tracking+set}" = set; then :
3710   enableval=$enable_dependency_tracking;
3711 fi
3712
3713 if test "x$enable_dependency_tracking" != xno; then
3714   am_depcomp="$ac_aux_dir/depcomp"
3715   AMDEPBACKSLASH='\'
3716   am__nodep='_no'
3717 fi
3718  if test "x$enable_dependency_tracking" != xno; then
3719   AMDEP_TRUE=
3720   AMDEP_FALSE='#'
3721 else
3722   AMDEP_TRUE='#'
3723   AMDEP_FALSE=
3724 fi
3725
3726
3727 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3728   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3729   # is not polluted with repeated "-I."
3730   am__isrc=' -I$(srcdir)'
3731   # test to see if srcdir already configured
3732   if test -f $srcdir/config.status; then
3733     as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3734   fi
3735 fi
3736
3737 # test whether we have cygpath
3738 if test -z "$CYGPATH_W"; then
3739   if (cygpath --version) >/dev/null 2>/dev/null; then
3740     CYGPATH_W='cygpath -w'
3741   else
3742     CYGPATH_W=echo
3743   fi
3744 fi
3745
3746
3747 # Define the identity of the package.
3748  PACKAGE='gas'
3749  VERSION='2.30.52'
3750
3751
3752 cat >>confdefs.h <<_ACEOF
3753 #define PACKAGE "$PACKAGE"
3754 _ACEOF
3755
3756
3757 cat >>confdefs.h <<_ACEOF
3758 #define VERSION "$VERSION"
3759 _ACEOF
3760
3761 # Some tools Automake needs.
3762
3763 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3764
3765
3766 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3767
3768
3769 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3770
3771
3772 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3773
3774
3775 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3776
3777 # We need awk for the "check" target.  The system "awk" is bad on
3778 # some platforms.
3779 # Always define AMTAR for backward compatibility.  Yes, it's still used
3780 # in the wild :-(  We should find a proper way to deprecate it ...
3781 AMTAR='$${TAR-tar}'
3782
3783 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3784
3785
3786
3787
3788 depcc="$CC"   am_compiler_list=
3789
3790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3791 $as_echo_n "checking dependency style of $depcc... " >&6; }
3792 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
3793   $as_echo_n "(cached) " >&6
3794 else
3795   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3796   # We make a subdir and do the tests there.  Otherwise we can end up
3797   # making bogus files that we don't know about and never remove.  For
3798   # instance it was reported that on HP-UX the gcc test will end up
3799   # making a dummy file named `D' -- because `-MD' means `put the output
3800   # in D'.
3801   rm -rf conftest.dir
3802   mkdir conftest.dir
3803   # Copy depcomp to subdir because otherwise we won't find it if we're
3804   # using a relative directory.
3805   cp "$am_depcomp" conftest.dir
3806   cd conftest.dir
3807   # We will build objects and dependencies in a subdirectory because
3808   # it helps to detect inapplicable dependency modes.  For instance
3809   # both Tru64's cc and ICC support -MD to output dependencies as a
3810   # side effect of compilation, but ICC will put the dependencies in
3811   # the current directory while Tru64 will put them in the object
3812   # directory.
3813   mkdir sub
3814
3815   am_cv_CC_dependencies_compiler_type=none
3816   if test "$am_compiler_list" = ""; then
3817      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3818   fi
3819   am__universal=false
3820   case " $depcc " in #(
3821      *\ -arch\ *\ -arch\ *) am__universal=true ;;
3822      esac
3823
3824   for depmode in $am_compiler_list; do
3825     # Setup a source with many dependencies, because some compilers
3826     # like to wrap large dependency lists on column 80 (with \), and
3827     # we should not choose a depcomp mode which is confused by this.
3828     #
3829     # We need to recreate these files for each test, as the compiler may
3830     # overwrite some of them when testing with obscure command lines.
3831     # This happens at least with the AIX C compiler.
3832     : > sub/conftest.c
3833     for i in 1 2 3 4 5 6; do
3834       echo '#include "conftst'$i'.h"' >> sub/conftest.c
3835       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3836       # Solaris 8's {/usr,}/bin/sh.
3837       touch sub/conftst$i.h
3838     done
3839     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3840
3841     # We check with `-c' and `-o' for the sake of the "dashmstdout"
3842     # mode.  It turns out that the SunPro C++ compiler does not properly
3843     # handle `-M -o', and we need to detect this.  Also, some Intel
3844     # versions had trouble with output in subdirs
3845     am__obj=sub/conftest.${OBJEXT-o}
3846     am__minus_obj="-o $am__obj"
3847     case $depmode in
3848     gcc)
3849       # This depmode causes a compiler race in universal mode.
3850       test "$am__universal" = false || continue
3851       ;;
3852     nosideeffect)
3853       # after this tag, mechanisms are not by side-effect, so they'll
3854       # only be used when explicitly requested
3855       if test "x$enable_dependency_tracking" = xyes; then
3856         continue
3857       else
3858         break
3859       fi
3860       ;;
3861     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3862       # This compiler won't grok `-c -o', but also, the minuso test has
3863       # not run yet.  These depmodes are late enough in the game, and
3864       # so weak that their functioning should not be impacted.
3865       am__obj=conftest.${OBJEXT-o}
3866       am__minus_obj=
3867       ;;
3868     none) break ;;
3869     esac
3870     if depmode=$depmode \
3871        source=sub/conftest.c object=$am__obj \
3872        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3873        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3874          >/dev/null 2>conftest.err &&
3875        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3876        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3877        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3878        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3879       # icc doesn't choke on unknown options, it will just issue warnings
3880       # or remarks (even with -Werror).  So we grep stderr for any message
3881       # that says an option was ignored or not supported.
3882       # When given -MP, icc 7.0 and 7.1 complain thusly:
3883       #   icc: Command line warning: ignoring option '-M'; no argument required
3884       # The diagnosis changed in icc 8.0:
3885       #   icc: Command line remark: option '-MP' not supported
3886       if (grep 'ignoring option' conftest.err ||
3887           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3888         am_cv_CC_dependencies_compiler_type=$depmode
3889         break
3890       fi
3891     fi
3892   done
3893
3894   cd ..
3895   rm -rf conftest.dir
3896 else
3897   am_cv_CC_dependencies_compiler_type=none
3898 fi
3899
3900 fi
3901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3902 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3903 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3904
3905  if
3906   test "x$enable_dependency_tracking" != xno \
3907   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3908   am__fastdepCC_TRUE=
3909   am__fastdepCC_FALSE='#'
3910 else
3911   am__fastdepCC_TRUE='#'
3912   am__fastdepCC_FALSE=
3913 fi
3914
3915
3916
3917
3918 ac_ext=c
3919 ac_cpp='$CPP $CPPFLAGS'
3920 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3921 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3922 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3923 if test -n "$ac_tool_prefix"; then
3924   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3925 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3927 $as_echo_n "checking for $ac_word... " >&6; }
3928 if test "${ac_cv_prog_CC+set}" = set; then :
3929   $as_echo_n "(cached) " >&6
3930 else
3931   if test -n "$CC"; then
3932   ac_cv_prog_CC="$CC" # Let the user override the test.
3933 else
3934 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3935 for as_dir in $PATH
3936 do
3937   IFS=$as_save_IFS
3938   test -z "$as_dir" && as_dir=.
3939     for ac_exec_ext in '' $ac_executable_extensions; do
3940   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3941     ac_cv_prog_CC="${ac_tool_prefix}gcc"
3942     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3943     break 2
3944   fi
3945 done
3946   done
3947 IFS=$as_save_IFS
3948
3949 fi
3950 fi
3951 CC=$ac_cv_prog_CC
3952 if test -n "$CC"; then
3953   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3954 $as_echo "$CC" >&6; }
3955 else
3956   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3957 $as_echo "no" >&6; }
3958 fi
3959
3960
3961 fi
3962 if test -z "$ac_cv_prog_CC"; then
3963   ac_ct_CC=$CC
3964   # Extract the first word of "gcc", so it can be a program name with args.
3965 set dummy gcc; ac_word=$2
3966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3967 $as_echo_n "checking for $ac_word... " >&6; }
3968 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3969   $as_echo_n "(cached) " >&6
3970 else
3971   if test -n "$ac_ct_CC"; then
3972   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3973 else
3974 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3975 for as_dir in $PATH
3976 do
3977   IFS=$as_save_IFS
3978   test -z "$as_dir" && as_dir=.
3979     for ac_exec_ext in '' $ac_executable_extensions; do
3980   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3981     ac_cv_prog_ac_ct_CC="gcc"
3982     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3983     break 2
3984   fi
3985 done
3986   done
3987 IFS=$as_save_IFS
3988
3989 fi
3990 fi
3991 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3992 if test -n "$ac_ct_CC"; then
3993   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3994 $as_echo "$ac_ct_CC" >&6; }
3995 else
3996   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3997 $as_echo "no" >&6; }
3998 fi
3999
4000   if test "x$ac_ct_CC" = x; then
4001     CC=""
4002   else
4003     case $cross_compiling:$ac_tool_warned in
4004 yes:)
4005 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4006 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4007 ac_tool_warned=yes ;;
4008 esac
4009     CC=$ac_ct_CC
4010   fi
4011 else
4012   CC="$ac_cv_prog_CC"
4013 fi
4014
4015 if test -z "$CC"; then
4016           if test -n "$ac_tool_prefix"; then
4017     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4018 set dummy ${ac_tool_prefix}cc; ac_word=$2
4019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4020 $as_echo_n "checking for $ac_word... " >&6; }
4021 if test "${ac_cv_prog_CC+set}" = set; then :
4022   $as_echo_n "(cached) " >&6
4023 else
4024   if test -n "$CC"; then
4025   ac_cv_prog_CC="$CC" # Let the user override the test.
4026 else
4027 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4028 for as_dir in $PATH
4029 do
4030   IFS=$as_save_IFS
4031   test -z "$as_dir" && as_dir=.
4032     for ac_exec_ext in '' $ac_executable_extensions; do
4033   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4034     ac_cv_prog_CC="${ac_tool_prefix}cc"
4035     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4036     break 2
4037   fi
4038 done
4039   done
4040 IFS=$as_save_IFS
4041
4042 fi
4043 fi
4044 CC=$ac_cv_prog_CC
4045 if test -n "$CC"; then
4046   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4047 $as_echo "$CC" >&6; }
4048 else
4049   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4050 $as_echo "no" >&6; }
4051 fi
4052
4053
4054   fi
4055 fi
4056 if test -z "$CC"; then
4057   # Extract the first word of "cc", so it can be a program name with args.
4058 set dummy cc; ac_word=$2
4059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4060 $as_echo_n "checking for $ac_word... " >&6; }
4061 if test "${ac_cv_prog_CC+set}" = set; then :
4062   $as_echo_n "(cached) " >&6
4063 else
4064   if test -n "$CC"; then
4065   ac_cv_prog_CC="$CC" # Let the user override the test.
4066 else
4067   ac_prog_rejected=no
4068 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4069 for as_dir in $PATH
4070 do
4071   IFS=$as_save_IFS
4072   test -z "$as_dir" && as_dir=.
4073     for ac_exec_ext in '' $ac_executable_extensions; do
4074   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4075     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4076        ac_prog_rejected=yes
4077        continue
4078      fi
4079     ac_cv_prog_CC="cc"
4080     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4081     break 2
4082   fi
4083 done
4084   done
4085 IFS=$as_save_IFS
4086
4087 if test $ac_prog_rejected = yes; then
4088   # We found a bogon in the path, so make sure we never use it.
4089   set dummy $ac_cv_prog_CC
4090   shift
4091   if test $# != 0; then
4092     # We chose a different compiler from the bogus one.
4093     # However, it has the same basename, so the bogon will be chosen
4094     # first if we set CC to just the basename; use the full file name.
4095     shift
4096     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4097   fi
4098 fi
4099 fi
4100 fi
4101 CC=$ac_cv_prog_CC
4102 if test -n "$CC"; then
4103   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4104 $as_echo "$CC" >&6; }
4105 else
4106   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4107 $as_echo "no" >&6; }
4108 fi
4109
4110
4111 fi
4112 if test -z "$CC"; then
4113   if test -n "$ac_tool_prefix"; then
4114   for ac_prog in cl.exe
4115   do
4116     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4117 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4119 $as_echo_n "checking for $ac_word... " >&6; }
4120 if test "${ac_cv_prog_CC+set}" = set; then :
4121   $as_echo_n "(cached) " >&6
4122 else
4123   if test -n "$CC"; then
4124   ac_cv_prog_CC="$CC" # Let the user override the test.
4125 else
4126 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4127 for as_dir in $PATH
4128 do
4129   IFS=$as_save_IFS
4130   test -z "$as_dir" && as_dir=.
4131     for ac_exec_ext in '' $ac_executable_extensions; do
4132   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4133     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4134     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4135     break 2
4136   fi
4137 done
4138   done
4139 IFS=$as_save_IFS
4140
4141 fi
4142 fi
4143 CC=$ac_cv_prog_CC
4144 if test -n "$CC"; then
4145   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4146 $as_echo "$CC" >&6; }
4147 else
4148   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4149 $as_echo "no" >&6; }
4150 fi
4151
4152
4153     test -n "$CC" && break
4154   done
4155 fi
4156 if test -z "$CC"; then
4157   ac_ct_CC=$CC
4158   for ac_prog in cl.exe
4159 do
4160   # Extract the first word of "$ac_prog", so it can be a program name with args.
4161 set dummy $ac_prog; ac_word=$2
4162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4163 $as_echo_n "checking for $ac_word... " >&6; }
4164 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4165   $as_echo_n "(cached) " >&6
4166 else
4167   if test -n "$ac_ct_CC"; then
4168   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4169 else
4170 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4171 for as_dir in $PATH
4172 do
4173   IFS=$as_save_IFS
4174   test -z "$as_dir" && as_dir=.
4175     for ac_exec_ext in '' $ac_executable_extensions; do
4176   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4177     ac_cv_prog_ac_ct_CC="$ac_prog"
4178     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4179     break 2
4180   fi
4181 done
4182   done
4183 IFS=$as_save_IFS
4184
4185 fi
4186 fi
4187 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4188 if test -n "$ac_ct_CC"; then
4189   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4190 $as_echo "$ac_ct_CC" >&6; }
4191 else
4192   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4193 $as_echo "no" >&6; }
4194 fi
4195
4196
4197   test -n "$ac_ct_CC" && break
4198 done
4199
4200   if test "x$ac_ct_CC" = x; then
4201     CC=""
4202   else
4203     case $cross_compiling:$ac_tool_warned in
4204 yes:)
4205 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4206 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4207 ac_tool_warned=yes ;;
4208 esac
4209     CC=$ac_ct_CC
4210   fi
4211 fi
4212
4213 fi
4214
4215
4216 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4217 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4218 as_fn_error "no acceptable C compiler found in \$PATH
4219 See \`config.log' for more details." "$LINENO" 5; }
4220
4221 # Provide some information about the compiler.
4222 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4223 set X $ac_compile
4224 ac_compiler=$2
4225 for ac_option in --version -v -V -qversion; do
4226   { { ac_try="$ac_compiler $ac_option >&5"
4227 case "(($ac_try" in
4228   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4229   *) ac_try_echo=$ac_try;;
4230 esac
4231 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4232 $as_echo "$ac_try_echo"; } >&5
4233   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4234   ac_status=$?
4235   if test -s conftest.err; then
4236     sed '10a\
4237 ... rest of stderr output deleted ...
4238          10q' conftest.err >conftest.er1
4239     cat conftest.er1 >&5
4240     rm -f conftest.er1 conftest.err
4241   fi
4242   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4243   test $ac_status = 0; }
4244 done
4245
4246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4247 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4248 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4249   $as_echo_n "(cached) " >&6
4250 else
4251   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4252 /* end confdefs.h.  */
4253
4254 int
4255 main ()
4256 {
4257 #ifndef __GNUC__
4258        choke me
4259 #endif
4260
4261   ;
4262   return 0;
4263 }
4264 _ACEOF
4265 if ac_fn_c_try_compile "$LINENO"; then :
4266   ac_compiler_gnu=yes
4267 else
4268   ac_compiler_gnu=no
4269 fi
4270 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4271 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4272
4273 fi
4274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4275 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4276 if test $ac_compiler_gnu = yes; then
4277   GCC=yes
4278 else
4279   GCC=
4280 fi
4281 ac_test_CFLAGS=${CFLAGS+set}
4282 ac_save_CFLAGS=$CFLAGS
4283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4284 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4285 if test "${ac_cv_prog_cc_g+set}" = set; then :
4286   $as_echo_n "(cached) " >&6
4287 else
4288   ac_save_c_werror_flag=$ac_c_werror_flag
4289    ac_c_werror_flag=yes
4290    ac_cv_prog_cc_g=no
4291    CFLAGS="-g"
4292    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4293 /* end confdefs.h.  */
4294
4295 int
4296 main ()
4297 {
4298
4299   ;
4300   return 0;
4301 }
4302 _ACEOF
4303 if ac_fn_c_try_compile "$LINENO"; then :
4304   ac_cv_prog_cc_g=yes
4305 else
4306   CFLAGS=""
4307       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4308 /* end confdefs.h.  */
4309
4310 int
4311 main ()
4312 {
4313
4314   ;
4315   return 0;
4316 }
4317 _ACEOF
4318 if ac_fn_c_try_compile "$LINENO"; then :
4319
4320 else
4321   ac_c_werror_flag=$ac_save_c_werror_flag
4322          CFLAGS="-g"
4323          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4324 /* end confdefs.h.  */
4325
4326 int
4327 main ()
4328 {
4329
4330   ;
4331   return 0;
4332 }
4333 _ACEOF
4334 if ac_fn_c_try_compile "$LINENO"; then :
4335   ac_cv_prog_cc_g=yes
4336 fi
4337 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4338 fi
4339 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4340 fi
4341 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4342    ac_c_werror_flag=$ac_save_c_werror_flag
4343 fi
4344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4345 $as_echo "$ac_cv_prog_cc_g" >&6; }
4346 if test "$ac_test_CFLAGS" = set; then
4347   CFLAGS=$ac_save_CFLAGS
4348 elif test $ac_cv_prog_cc_g = yes; then
4349   if test "$GCC" = yes; then
4350     CFLAGS="-g -O2"
4351   else
4352     CFLAGS="-g"
4353   fi
4354 else
4355   if test "$GCC" = yes; then
4356     CFLAGS="-O2"
4357   else
4358     CFLAGS=
4359   fi
4360 fi
4361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4362 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4363 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4364   $as_echo_n "(cached) " >&6
4365 else
4366   ac_cv_prog_cc_c89=no
4367 ac_save_CC=$CC
4368 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4369 /* end confdefs.h.  */
4370 #include <stdarg.h>
4371 #include <stdio.h>
4372 #include <sys/types.h>
4373 #include <sys/stat.h>
4374 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
4375 struct buf { int x; };
4376 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4377 static char *e (p, i)
4378      char **p;
4379      int i;
4380 {
4381   return p[i];
4382 }
4383 static char *f (char * (*g) (char **, int), char **p, ...)
4384 {
4385   char *s;
4386   va_list v;
4387   va_start (v,p);
4388   s = g (p, va_arg (v,int));
4389   va_end (v);
4390   return s;
4391 }
4392
4393 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
4394    function prototypes and stuff, but not '\xHH' hex character constants.
4395    These don't provoke an error unfortunately, instead are silently treated
4396    as 'x'.  The following induces an error, until -std is added to get
4397    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
4398    array size at least.  It's necessary to write '\x00'==0 to get something
4399    that's true only with -std.  */
4400 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4401
4402 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4403    inside strings and character constants.  */
4404 #define FOO(x) 'x'
4405 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4406
4407 int test (int i, double x);
4408 struct s1 {int (*f) (int a);};
4409 struct s2 {int (*f) (double a);};
4410 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4411 int argc;
4412 char **argv;
4413 int
4414 main ()
4415 {
4416 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
4417   ;
4418   return 0;
4419 }
4420 _ACEOF
4421 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4422         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4423 do
4424   CC="$ac_save_CC $ac_arg"
4425   if ac_fn_c_try_compile "$LINENO"; then :
4426   ac_cv_prog_cc_c89=$ac_arg
4427 fi
4428 rm -f core conftest.err conftest.$ac_objext
4429   test "x$ac_cv_prog_cc_c89" != "xno" && break
4430 done
4431 rm -f conftest.$ac_ext
4432 CC=$ac_save_CC
4433
4434 fi
4435 # AC_CACHE_VAL
4436 case "x$ac_cv_prog_cc_c89" in
4437   x)
4438     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4439 $as_echo "none needed" >&6; } ;;
4440   xno)
4441     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4442 $as_echo "unsupported" >&6; } ;;
4443   *)
4444     CC="$CC $ac_cv_prog_cc_c89"
4445     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4446 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4447 esac
4448 if test "x$ac_cv_prog_cc_c89" != xno; then :
4449
4450 fi
4451
4452 ac_ext=c
4453 ac_cpp='$CPP $CPPFLAGS'
4454 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4455 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4456 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4457
4458 ac_ext=c
4459 ac_cpp='$CPP $CPPFLAGS'
4460 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4461 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4462 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4464 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4465 # On Suns, sometimes $CPP names a directory.
4466 if test -n "$CPP" && test -d "$CPP"; then
4467   CPP=
4468 fi
4469 if test -z "$CPP"; then
4470   if test "${ac_cv_prog_CPP+set}" = set; then :
4471   $as_echo_n "(cached) " >&6
4472 else
4473       # Double quotes because CPP needs to be expanded
4474     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4475     do
4476       ac_preproc_ok=false
4477 for ac_c_preproc_warn_flag in '' yes
4478 do
4479   # Use a header file that comes with gcc, so configuring glibc
4480   # with a fresh cross-compiler works.
4481   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4482   # <limits.h> exists even on freestanding compilers.
4483   # On the NeXT, cc -E runs the code through the compiler's parser,
4484   # not just through cpp. "Syntax error" is here to catch this case.
4485   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4486 /* end confdefs.h.  */
4487 #ifdef __STDC__
4488 # include <limits.h>
4489 #else
4490 # include <assert.h>
4491 #endif
4492                      Syntax error
4493 _ACEOF
4494 if ac_fn_c_try_cpp "$LINENO"; then :
4495
4496 else
4497   # Broken: fails on valid input.
4498 continue
4499 fi
4500 rm -f conftest.err conftest.$ac_ext
4501
4502   # OK, works on sane cases.  Now check whether nonexistent headers
4503   # can be detected and how.
4504   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4505 /* end confdefs.h.  */
4506 #include <ac_nonexistent.h>
4507 _ACEOF
4508 if ac_fn_c_try_cpp "$LINENO"; then :
4509   # Broken: success on invalid input.
4510 continue
4511 else
4512   # Passes both tests.
4513 ac_preproc_ok=:
4514 break
4515 fi
4516 rm -f conftest.err conftest.$ac_ext
4517
4518 done
4519 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4520 rm -f conftest.err conftest.$ac_ext
4521 if $ac_preproc_ok; then :
4522   break
4523 fi
4524
4525     done
4526     ac_cv_prog_CPP=$CPP
4527
4528 fi
4529   CPP=$ac_cv_prog_CPP
4530 else
4531   ac_cv_prog_CPP=$CPP
4532 fi
4533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4534 $as_echo "$CPP" >&6; }
4535 ac_preproc_ok=false
4536 for ac_c_preproc_warn_flag in '' yes
4537 do
4538   # Use a header file that comes with gcc, so configuring glibc
4539   # with a fresh cross-compiler works.
4540   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4541   # <limits.h> exists even on freestanding compilers.
4542   # On the NeXT, cc -E runs the code through the compiler's parser,
4543   # not just through cpp. "Syntax error" is here to catch this case.
4544   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4545 /* end confdefs.h.  */
4546 #ifdef __STDC__
4547 # include <limits.h>
4548 #else
4549 # include <assert.h>
4550 #endif
4551                      Syntax error
4552 _ACEOF
4553 if ac_fn_c_try_cpp "$LINENO"; then :
4554
4555 else
4556   # Broken: fails on valid input.
4557 continue
4558 fi
4559 rm -f conftest.err conftest.$ac_ext
4560
4561   # OK, works on sane cases.  Now check whether nonexistent headers
4562   # can be detected and how.
4563   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4564 /* end confdefs.h.  */
4565 #include <ac_nonexistent.h>
4566 _ACEOF
4567 if ac_fn_c_try_cpp "$LINENO"; then :
4568   # Broken: success on invalid input.
4569 continue
4570 else
4571   # Passes both tests.
4572 ac_preproc_ok=:
4573 break
4574 fi
4575 rm -f conftest.err conftest.$ac_ext
4576
4577 done
4578 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4579 rm -f conftest.err conftest.$ac_ext
4580 if $ac_preproc_ok; then :
4581
4582 else
4583   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4584 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4585 as_fn_error "C preprocessor \"$CPP\" fails sanity check
4586 See \`config.log' for more details." "$LINENO" 5; }
4587 fi
4588
4589 ac_ext=c
4590 ac_cpp='$CPP $CPPFLAGS'
4591 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4592 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4593 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4594
4595
4596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4597 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4598 if test "${ac_cv_path_GREP+set}" = set; then :
4599   $as_echo_n "(cached) " >&6
4600 else
4601   if test -z "$GREP"; then
4602   ac_path_GREP_found=false
4603   # Loop through the user's path and test for each of PROGNAME-LIST
4604   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4605 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4606 do
4607   IFS=$as_save_IFS
4608   test -z "$as_dir" && as_dir=.
4609     for ac_prog in grep ggrep; do
4610     for ac_exec_ext in '' $ac_executable_extensions; do
4611       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4612       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4613 # Check for GNU ac_path_GREP and select it if it is found.
4614   # Check for GNU $ac_path_GREP
4615 case `"$ac_path_GREP" --version 2>&1` in
4616 *GNU*)
4617   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4618 *)
4619   ac_count=0
4620   $as_echo_n 0123456789 >"conftest.in"
4621   while :
4622   do
4623     cat "conftest.in" "conftest.in" >"conftest.tmp"
4624     mv "conftest.tmp" "conftest.in"
4625     cp "conftest.in" "conftest.nl"
4626     $as_echo 'GREP' >> "conftest.nl"
4627     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4628     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4629     as_fn_arith $ac_count + 1 && ac_count=$as_val
4630     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4631       # Best one so far, save it but keep looking for a better one
4632       ac_cv_path_GREP="$ac_path_GREP"
4633       ac_path_GREP_max=$ac_count
4634     fi
4635     # 10*(2^10) chars as input seems more than enough
4636     test $ac_count -gt 10 && break
4637   done
4638   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4639 esac
4640
4641       $ac_path_GREP_found && break 3
4642     done
4643   done
4644   done
4645 IFS=$as_save_IFS
4646   if test -z "$ac_cv_path_GREP"; then
4647     as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4648   fi
4649 else
4650   ac_cv_path_GREP=$GREP
4651 fi
4652
4653 fi
4654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4655 $as_echo "$ac_cv_path_GREP" >&6; }
4656  GREP="$ac_cv_path_GREP"
4657
4658
4659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4660 $as_echo_n "checking for egrep... " >&6; }
4661 if test "${ac_cv_path_EGREP+set}" = set; then :
4662   $as_echo_n "(cached) " >&6
4663 else
4664   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4665    then ac_cv_path_EGREP="$GREP -E"
4666    else
4667      if test -z "$EGREP"; then
4668   ac_path_EGREP_found=false
4669   # Loop through the user's path and test for each of PROGNAME-LIST
4670   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4671 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4672 do
4673   IFS=$as_save_IFS
4674   test -z "$as_dir" && as_dir=.
4675     for ac_prog in egrep; do
4676     for ac_exec_ext in '' $ac_executable_extensions; do
4677       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4678       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4679 # Check for GNU ac_path_EGREP and select it if it is found.
4680   # Check for GNU $ac_path_EGREP
4681 case `"$ac_path_EGREP" --version 2>&1` in
4682 *GNU*)
4683   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4684 *)
4685   ac_count=0
4686   $as_echo_n 0123456789 >"conftest.in"
4687   while :
4688   do
4689     cat "conftest.in" "conftest.in" >"conftest.tmp"
4690     mv "conftest.tmp" "conftest.in"
4691     cp "conftest.in" "conftest.nl"
4692     $as_echo 'EGREP' >> "conftest.nl"
4693     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4694     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4695     as_fn_arith $ac_count + 1 && ac_count=$as_val
4696     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4697       # Best one so far, save it but keep looking for a better one
4698       ac_cv_path_EGREP="$ac_path_EGREP"
4699       ac_path_EGREP_max=$ac_count
4700     fi
4701     # 10*(2^10) chars as input seems more than enough
4702     test $ac_count -gt 10 && break
4703   done
4704   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4705 esac
4706
4707       $ac_path_EGREP_found && break 3
4708     done
4709   done
4710   done
4711 IFS=$as_save_IFS
4712   if test -z "$ac_cv_path_EGREP"; then
4713     as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4714   fi
4715 else
4716   ac_cv_path_EGREP=$EGREP
4717 fi
4718
4719    fi
4720 fi
4721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4722 $as_echo "$ac_cv_path_EGREP" >&6; }
4723  EGREP="$ac_cv_path_EGREP"
4724
4725
4726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4727 $as_echo_n "checking for ANSI C header files... " >&6; }
4728 if test "${ac_cv_header_stdc+set}" = set; then :
4729   $as_echo_n "(cached) " >&6
4730 else
4731   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4732 /* end confdefs.h.  */
4733 #include <stdlib.h>
4734 #include <stdarg.h>
4735 #include <string.h>
4736 #include <float.h>
4737
4738 int
4739 main ()
4740 {
4741
4742   ;
4743   return 0;
4744 }
4745 _ACEOF
4746 if ac_fn_c_try_compile "$LINENO"; then :
4747   ac_cv_header_stdc=yes
4748 else
4749   ac_cv_header_stdc=no
4750 fi
4751 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4752
4753 if test $ac_cv_header_stdc = yes; then
4754   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4755   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4756 /* end confdefs.h.  */
4757 #include <string.h>
4758
4759 _ACEOF
4760 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4761   $EGREP "memchr" >/dev/null 2>&1; then :
4762
4763 else
4764   ac_cv_header_stdc=no
4765 fi
4766 rm -f conftest*
4767
4768 fi
4769
4770 if test $ac_cv_header_stdc = yes; then
4771   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4772   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4773 /* end confdefs.h.  */
4774 #include <stdlib.h>
4775
4776 _ACEOF
4777 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4778   $EGREP "free" >/dev/null 2>&1; then :
4779
4780 else
4781   ac_cv_header_stdc=no
4782 fi
4783 rm -f conftest*
4784
4785 fi
4786
4787 if test $ac_cv_header_stdc = yes; then
4788   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4789   if test "$cross_compiling" = yes; then :
4790   :
4791 else
4792   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4793 /* end confdefs.h.  */
4794 #include <ctype.h>
4795 #include <stdlib.h>
4796 #if ((' ' & 0x0FF) == 0x020)
4797 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4798 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4799 #else
4800 # define ISLOWER(c) \
4801                    (('a' <= (c) && (c) <= 'i') \
4802                      || ('j' <= (c) && (c) <= 'r') \
4803                      || ('s' <= (c) && (c) <= 'z'))
4804 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4805 #endif
4806
4807 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4808 int
4809 main ()
4810 {
4811   int i;
4812   for (i = 0; i < 256; i++)
4813     if (XOR (islower (i), ISLOWER (i))
4814         || toupper (i) != TOUPPER (i))
4815       return 2;
4816   return 0;
4817 }
4818 _ACEOF
4819 if ac_fn_c_try_run "$LINENO"; then :
4820
4821 else
4822   ac_cv_header_stdc=no
4823 fi
4824 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4825   conftest.$ac_objext conftest.beam conftest.$ac_ext
4826 fi
4827
4828 fi
4829 fi
4830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4831 $as_echo "$ac_cv_header_stdc" >&6; }
4832 if test $ac_cv_header_stdc = yes; then
4833
4834 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4835
4836 fi
4837
4838 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4839 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4840                   inttypes.h stdint.h unistd.h
4841 do :
4842   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4843 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4844 "
4845 eval as_val=\$$as_ac_Header
4846    if test "x$as_val" = x""yes; then :
4847   cat >>confdefs.h <<_ACEOF
4848 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4849 _ACEOF
4850
4851 fi
4852
4853 done
4854
4855
4856
4857   ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4858 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
4859   MINIX=yes
4860 else
4861   MINIX=
4862 fi
4863
4864
4865   if test "$MINIX" = yes; then
4866
4867 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4868
4869
4870 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4871
4872
4873 $as_echo "#define _MINIX 1" >>confdefs.h
4874
4875   fi
4876
4877
4878   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4879 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4880 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
4881   $as_echo_n "(cached) " >&6
4882 else
4883   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4884 /* end confdefs.h.  */
4885
4886 #         define __EXTENSIONS__ 1
4887           $ac_includes_default
4888 int
4889 main ()
4890 {
4891
4892   ;
4893   return 0;
4894 }
4895 _ACEOF
4896 if ac_fn_c_try_compile "$LINENO"; then :
4897   ac_cv_safe_to_define___extensions__=yes
4898 else
4899   ac_cv_safe_to_define___extensions__=no
4900 fi
4901 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4902 fi
4903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4904 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
4905   test $ac_cv_safe_to_define___extensions__ = yes &&
4906     $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
4907
4908   $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
4909
4910   $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
4911
4912   $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4913
4914   $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
4915
4916
4917
4918
4919
4920 case `pwd` in
4921   *\ * | *\     *)
4922     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4923 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4924 esac
4925
4926
4927
4928 macro_version='2.2.7a'
4929 macro_revision='1.3134'
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
4941
4942
4943 ltmain="$ac_aux_dir/ltmain.sh"
4944
4945 # Backslashify metacharacters that are still active within
4946 # double-quoted strings.
4947 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
4948
4949 # Same as above, but do not quote variable references.
4950 double_quote_subst='s/\(["`\\]\)/\\\1/g'
4951
4952 # Sed substitution to delay expansion of an escaped shell variable in a
4953 # double_quote_subst'ed string.
4954 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4955
4956 # Sed substitution to delay expansion of an escaped single quote.
4957 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4958
4959 # Sed substitution to avoid accidental globbing in evaled expressions
4960 no_glob_subst='s/\*/\\\*/g'
4961
4962 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4963 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4964 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4965
4966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4967 $as_echo_n "checking how to print strings... " >&6; }
4968 # Test print first, because it will be a builtin if present.
4969 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
4970    test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4971   ECHO='print -r --'
4972 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4973   ECHO='printf %s\n'
4974 else
4975   # Use this function as a fallback that always works.
4976   func_fallback_echo ()
4977   {
4978     eval 'cat <<_LTECHO_EOF
4979 $1
4980 _LTECHO_EOF'
4981   }
4982   ECHO='func_fallback_echo'
4983 fi
4984
4985 # func_echo_all arg...
4986 # Invoke $ECHO with all args, space-separated.
4987 func_echo_all ()
4988 {
4989     $ECHO ""
4990 }
4991
4992 case "$ECHO" in
4993   printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4994 $as_echo "printf" >&6; } ;;
4995   print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4996 $as_echo "print -r" >&6; } ;;
4997   *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4998 $as_echo "cat" >&6; } ;;
4999 esac
5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5015 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5016 if test "${ac_cv_path_SED+set}" = set; then :
5017   $as_echo_n "(cached) " >&6
5018 else
5019             ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5020      for ac_i in 1 2 3 4 5 6 7; do
5021        ac_script="$ac_script$as_nl$ac_script"
5022      done
5023      echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5024      { ac_script=; unset ac_script;}
5025      if test -z "$SED"; then
5026   ac_path_SED_found=false
5027   # Loop through the user's path and test for each of PROGNAME-LIST
5028   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5029 for as_dir in $PATH
5030 do
5031   IFS=$as_save_IFS
5032   test -z "$as_dir" && as_dir=.
5033     for ac_prog in sed gsed; do
5034     for ac_exec_ext in '' $ac_executable_extensions; do
5035       ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5036       { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5037 # Check for GNU ac_path_SED and select it if it is found.
5038   # Check for GNU $ac_path_SED
5039 case `"$ac_path_SED" --version 2>&1` in
5040 *GNU*)
5041   ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5042 *)
5043   ac_count=0
5044   $as_echo_n 0123456789 >"conftest.in"
5045   while :
5046   do
5047     cat "conftest.in" "conftest.in" >"conftest.tmp"
5048     mv "conftest.tmp" "conftest.in"
5049     cp "conftest.in" "conftest.nl"
5050     $as_echo '' >> "conftest.nl"
5051     "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5052     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5053     as_fn_arith $ac_count + 1 && ac_count=$as_val
5054     if test $ac_count -gt ${ac_path_SED_max-0}; then
5055       # Best one so far, save it but keep looking for a better one
5056       ac_cv_path_SED="$ac_path_SED"
5057       ac_path_SED_max=$ac_count
5058     fi
5059     # 10*(2^10) chars as input seems more than enough
5060     test $ac_count -gt 10 && break
5061   done
5062   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5063 esac
5064
5065       $ac_path_SED_found && break 3
5066     done
5067   done
5068   done
5069 IFS=$as_save_IFS
5070   if test -z "$ac_cv_path_SED"; then
5071     as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5072   fi
5073 else
5074   ac_cv_path_SED=$SED
5075 fi
5076
5077 fi
5078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5079 $as_echo "$ac_cv_path_SED" >&6; }
5080  SED="$ac_cv_path_SED"
5081   rm -f conftest.sed
5082
5083 test -z "$SED" && SED=sed
5084 Xsed="$SED -e 1s/^X//"
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
5095
5096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5097 $as_echo_n "checking for fgrep... " >&6; }
5098 if test "${ac_cv_path_FGREP+set}" = set; then :
5099   $as_echo_n "(cached) " >&6
5100 else
5101   if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5102    then ac_cv_path_FGREP="$GREP -F"
5103    else
5104      if test -z "$FGREP"; then
5105   ac_path_FGREP_found=false
5106   # Loop through the user's path and test for each of PROGNAME-LIST
5107   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5108 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5109 do
5110   IFS=$as_save_IFS
5111   test -z "$as_dir" && as_dir=.
5112     for ac_prog in fgrep; do
5113     for ac_exec_ext in '' $ac_executable_extensions; do
5114       ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5115       { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5116 # Check for GNU ac_path_FGREP and select it if it is found.
5117   # Check for GNU $ac_path_FGREP
5118 case `"$ac_path_FGREP" --version 2>&1` in
5119 *GNU*)
5120   ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5121 *)
5122   ac_count=0
5123   $as_echo_n 0123456789 >"conftest.in"
5124   while :
5125   do
5126     cat "conftest.in" "conftest.in" >"conftest.tmp"
5127     mv "conftest.tmp" "conftest.in"
5128     cp "conftest.in" "conftest.nl"
5129     $as_echo 'FGREP' >> "conftest.nl"
5130     "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5131     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5132     as_fn_arith $ac_count + 1 && ac_count=$as_val
5133     if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5134       # Best one so far, save it but keep looking for a better one
5135       ac_cv_path_FGREP="$ac_path_FGREP"
5136       ac_path_FGREP_max=$ac_count
5137     fi
5138     # 10*(2^10) chars as input seems more than enough
5139     test $ac_count -gt 10 && break
5140   done
5141   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5142 esac
5143
5144       $ac_path_FGREP_found && break 3
5145     done
5146   done
5147   done
5148 IFS=$as_save_IFS
5149   if test -z "$ac_cv_path_FGREP"; then
5150     as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5151   fi
5152 else
5153   ac_cv_path_FGREP=$FGREP
5154 fi
5155
5156    fi
5157 fi
5158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5159 $as_echo "$ac_cv_path_FGREP" >&6; }
5160  FGREP="$ac_cv_path_FGREP"
5161
5162
5163 test -z "$GREP" && GREP=grep
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183 # Check whether --with-gnu-ld was given.
5184 if test "${with_gnu_ld+set}" = set; then :
5185   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5186 else
5187   with_gnu_ld=no
5188 fi
5189
5190 ac_prog=ld
5191 if test "$GCC" = yes; then
5192   # Check if gcc -print-prog-name=ld gives a path.
5193   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5194 $as_echo_n "checking for ld used by $CC... " >&6; }
5195   case $host in
5196   *-*-mingw*)
5197     # gcc leaves a trailing carriage return which upsets mingw
5198     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5199   *)
5200     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5201   esac
5202   case $ac_prog in
5203     # Accept absolute paths.
5204     [\\/]* | ?:[\\/]*)
5205       re_direlt='/[^/][^/]*/\.\./'
5206       # Canonicalize the pathname of ld
5207       ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5208       while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5209         ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5210       done
5211       test -z "$LD" && LD="$ac_prog"
5212       ;;
5213   "")
5214     # If it fails, then pretend we aren't using GCC.
5215     ac_prog=ld
5216     ;;
5217   *)
5218     # If it is relative, then search for the first ld in PATH.
5219     with_gnu_ld=unknown
5220     ;;
5221   esac
5222 elif test "$with_gnu_ld" = yes; then
5223   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5224 $as_echo_n "checking for GNU ld... " >&6; }
5225 else
5226   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5227 $as_echo_n "checking for non-GNU ld... " >&6; }
5228 fi
5229 if test "${lt_cv_path_LD+set}" = set; then :
5230   $as_echo_n "(cached) " >&6
5231 else
5232   if test -z "$LD"; then
5233   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5234   for ac_dir in $PATH; do
5235     IFS="$lt_save_ifs"
5236     test -z "$ac_dir" && ac_dir=.
5237     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5238       lt_cv_path_LD="$ac_dir/$ac_prog"
5239       # Check to see if the program is GNU ld.  I'd rather use --version,
5240       # but apparently some variants of GNU ld only accept -v.
5241       # Break only if it was the GNU/non-GNU ld that we prefer.
5242       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5243       *GNU* | *'with BFD'*)
5244         test "$with_gnu_ld" != no && break
5245         ;;
5246       *)
5247         test "$with_gnu_ld" != yes && break
5248         ;;
5249       esac
5250     fi
5251   done
5252   IFS="$lt_save_ifs"
5253 else
5254   lt_cv_path_LD="$LD" # Let the user override the test with a path.
5255 fi
5256 fi
5257
5258 LD="$lt_cv_path_LD"
5259 if test -n "$LD"; then
5260   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5261 $as_echo "$LD" >&6; }
5262 else
5263   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5264 $as_echo "no" >&6; }
5265 fi
5266 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5268 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5269 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5270   $as_echo_n "(cached) " >&6
5271 else
5272   # I'd rather use --version here, but apparently some GNU lds only accept -v.
5273 case `$LD -v 2>&1 </dev/null` in
5274 *GNU* | *'with BFD'*)
5275   lt_cv_prog_gnu_ld=yes
5276   ;;
5277 *)
5278   lt_cv_prog_gnu_ld=no
5279   ;;
5280 esac
5281 fi
5282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5283 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5284 with_gnu_ld=$lt_cv_prog_gnu_ld
5285
5286
5287
5288
5289
5290
5291
5292
5293
5294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5295 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5296 if test "${lt_cv_path_NM+set}" = set; then :
5297   $as_echo_n "(cached) " >&6
5298 else
5299   if test -n "$NM"; then
5300   # Let the user override the test.
5301   lt_cv_path_NM="$NM"
5302 else
5303   lt_nm_to_check="${ac_tool_prefix}nm"
5304   if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5305     lt_nm_to_check="$lt_nm_to_check nm"
5306   fi
5307   for lt_tmp_nm in $lt_nm_to_check; do
5308     lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5309     for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5310       IFS="$lt_save_ifs"
5311       test -z "$ac_dir" && ac_dir=.
5312       tmp_nm="$ac_dir/$lt_tmp_nm"
5313       if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5314         # Check to see if the nm accepts a BSD-compat flag.
5315         # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5316         #   nm: unknown option "B" ignored
5317         # Tru64's nm complains that /dev/null is an invalid object file
5318         case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5319         */dev/null* | *'Invalid file or object type'*)
5320           lt_cv_path_NM="$tmp_nm -B"
5321           break
5322           ;;
5323         *)
5324           case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5325           */dev/null*)
5326             lt_cv_path_NM="$tmp_nm -p"
5327             break
5328             ;;
5329           *)
5330             lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5331             continue # so that we can try to find one that supports BSD flags
5332             ;;
5333           esac
5334           ;;
5335         esac
5336       fi
5337     done
5338     IFS="$lt_save_ifs"
5339   done
5340   : ${lt_cv_path_NM=no}
5341 fi
5342 fi
5343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5344 $as_echo "$lt_cv_path_NM" >&6; }
5345 if test "$lt_cv_path_NM" != "no"; then
5346   NM="$lt_cv_path_NM"
5347 else
5348   # Didn't find any BSD compatible name lister, look for dumpbin.
5349   if test -n "$DUMPBIN"; then :
5350     # Let the user override the test.
5351   else
5352     if test -n "$ac_tool_prefix"; then
5353   for ac_prog in dumpbin "link -dump"
5354   do
5355     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5356 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5358 $as_echo_n "checking for $ac_word... " >&6; }
5359 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5360   $as_echo_n "(cached) " >&6
5361 else
5362   if test -n "$DUMPBIN"; then
5363   ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5364 else
5365 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5366 for as_dir in $PATH
5367 do
5368   IFS=$as_save_IFS
5369   test -z "$as_dir" && as_dir=.
5370     for ac_exec_ext in '' $ac_executable_extensions; do
5371   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5372     ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5373     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5374     break 2
5375   fi
5376 done
5377   done
5378 IFS=$as_save_IFS
5379
5380 fi
5381 fi
5382 DUMPBIN=$ac_cv_prog_DUMPBIN
5383 if test -n "$DUMPBIN"; then
5384   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5385 $as_echo "$DUMPBIN" >&6; }
5386 else
5387   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5388 $as_echo "no" >&6; }
5389 fi
5390
5391
5392     test -n "$DUMPBIN" && break
5393   done
5394 fi
5395 if test -z "$DUMPBIN"; then
5396   ac_ct_DUMPBIN=$DUMPBIN
5397   for ac_prog in dumpbin "link -dump"
5398 do
5399   # Extract the first word of "$ac_prog", so it can be a program name with args.
5400 set dummy $ac_prog; ac_word=$2
5401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5402 $as_echo_n "checking for $ac_word... " >&6; }
5403 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5404   $as_echo_n "(cached) " >&6
5405 else
5406   if test -n "$ac_ct_DUMPBIN"; then
5407   ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5408 else
5409 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5410 for as_dir in $PATH
5411 do
5412   IFS=$as_save_IFS
5413   test -z "$as_dir" && as_dir=.
5414     for ac_exec_ext in '' $ac_executable_extensions; do
5415   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5416     ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5417     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5418     break 2
5419   fi
5420 done
5421   done
5422 IFS=$as_save_IFS
5423
5424 fi
5425 fi
5426 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5427 if test -n "$ac_ct_DUMPBIN"; then
5428   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5429 $as_echo "$ac_ct_DUMPBIN" >&6; }
5430 else
5431   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5432 $as_echo "no" >&6; }
5433 fi
5434
5435
5436   test -n "$ac_ct_DUMPBIN" && break
5437 done
5438
5439   if test "x$ac_ct_DUMPBIN" = x; then
5440     DUMPBIN=":"
5441   else
5442     case $cross_compiling:$ac_tool_warned in
5443 yes:)
5444 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5445 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5446 ac_tool_warned=yes ;;
5447 esac
5448     DUMPBIN=$ac_ct_DUMPBIN
5449   fi
5450 fi
5451
5452     case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5453     *COFF*)
5454       DUMPBIN="$DUMPBIN -symbols"
5455       ;;
5456     *)
5457       DUMPBIN=:
5458       ;;
5459     esac
5460   fi
5461
5462   if test "$DUMPBIN" != ":"; then
5463     NM="$DUMPBIN"
5464   fi
5465 fi
5466 test -z "$NM" && NM=nm
5467
5468
5469
5470
5471
5472
5473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5474 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5475 if test "${lt_cv_nm_interface+set}" = set; then :
5476   $as_echo_n "(cached) " >&6
5477 else
5478   lt_cv_nm_interface="BSD nm"
5479   echo "int some_variable = 0;" > conftest.$ac_ext
5480   (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5481   (eval "$ac_compile" 2>conftest.err)
5482   cat conftest.err >&5
5483   (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5484   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5485   cat conftest.err >&5
5486   (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5487   cat conftest.out >&5
5488   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5489     lt_cv_nm_interface="MS dumpbin"
5490   fi
5491   rm -f conftest*
5492 fi
5493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5494 $as_echo "$lt_cv_nm_interface" >&6; }
5495
5496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5497 $as_echo_n "checking whether ln -s works... " >&6; }
5498 LN_S=$as_ln_s
5499 if test "$LN_S" = "ln -s"; then
5500   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5501 $as_echo "yes" >&6; }
5502 else
5503   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5504 $as_echo "no, using $LN_S" >&6; }
5505 fi
5506
5507 # find the maximum length of command line arguments
5508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5509 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5510 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5511   $as_echo_n "(cached) " >&6
5512 else
5513     i=0
5514   teststring="ABCD"
5515
5516   case $build_os in
5517   msdosdjgpp*)
5518     # On DJGPP, this test can blow up pretty badly due to problems in libc
5519     # (any single argument exceeding 2000 bytes causes a buffer overrun
5520     # during glob expansion).  Even if it were fixed, the result of this
5521     # check would be larger than it should be.
5522     lt_cv_sys_max_cmd_len=12288;    # 12K is about right
5523     ;;
5524
5525   gnu*)
5526     # Under GNU Hurd, this test is not required because there is
5527     # no limit to the length of command line arguments.
5528     # Libtool will interpret -1 as no limit whatsoever
5529     lt_cv_sys_max_cmd_len=-1;
5530     ;;
5531
5532   cygwin* | mingw* | cegcc*)
5533     # On Win9x/ME, this test blows up -- it succeeds, but takes
5534     # about 5 minutes as the teststring grows exponentially.
5535     # Worse, since 9x/ME are not pre-emptively multitasking,
5536     # you end up with a "frozen" computer, even though with patience
5537     # the test eventually succeeds (with a max line length of 256k).
5538     # Instead, let's just punt: use the minimum linelength reported by
5539     # all of the supported platforms: 8192 (on NT/2K/XP).
5540     lt_cv_sys_max_cmd_len=8192;
5541     ;;
5542
5543   mint*)
5544     # On MiNT this can take a long time and run out of memory.
5545     lt_cv_sys_max_cmd_len=8192;
5546     ;;
5547
5548   amigaos*)
5549     # On AmigaOS with pdksh, this test takes hours, literally.
5550     # So we just punt and use a minimum line length of 8192.
5551     lt_cv_sys_max_cmd_len=8192;
5552     ;;
5553
5554   netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5555     # This has been around since 386BSD, at least.  Likely further.
5556     if test -x /sbin/sysctl; then
5557       lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5558     elif test -x /usr/sbin/sysctl; then
5559       lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5560     else
5561       lt_cv_sys_max_cmd_len=65536       # usable default for all BSDs
5562     fi
5563     # And add a safety zone
5564     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5565     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5566     ;;
5567
5568   interix*)
5569     # We know the value 262144 and hardcode it with a safety zone (like BSD)
5570     lt_cv_sys_max_cmd_len=196608
5571     ;;
5572
5573   osf*)
5574     # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5575     # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5576     # nice to cause kernel panics so lets avoid the loop below.
5577     # First set a reasonable default.
5578     lt_cv_sys_max_cmd_len=16384
5579     #
5580     if test -x /sbin/sysconfig; then
5581       case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5582         *1*) lt_cv_sys_max_cmd_len=-1 ;;
5583       esac
5584     fi
5585     ;;
5586   sco3.2v5*)
5587     lt_cv_sys_max_cmd_len=102400
5588     ;;
5589   sysv5* | sco5v6* | sysv4.2uw2*)
5590     kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5591     if test -n "$kargmax"; then
5592       lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[  ]//'`
5593     else
5594       lt_cv_sys_max_cmd_len=32768
5595     fi
5596     ;;
5597   *)
5598     lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5599     if test -n "$lt_cv_sys_max_cmd_len"; then
5600       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5601       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5602     else
5603       # Make teststring a little bigger before we do anything with it.
5604       # a 1K string should be a reasonable start.
5605       for i in 1 2 3 4 5 6 7 8 ; do
5606         teststring=$teststring$teststring
5607       done
5608       SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5609       # If test is not a shell built-in, we'll probably end up computing a
5610       # maximum length that is only half of the actual maximum length, but
5611       # we can't tell.
5612       while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5613                  = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5614               test $i != 17 # 1/2 MB should be enough
5615       do
5616         i=`expr $i + 1`
5617         teststring=$teststring$teststring
5618       done
5619       # Only check the string length outside the loop.
5620       lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5621       teststring=
5622       # Add a significant safety factor because C++ compilers can tack on
5623       # massive amounts of additional arguments before passing them to the
5624       # linker.  It appears as though 1/2 is a usable value.
5625       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5626     fi
5627     ;;
5628   esac
5629
5630 fi
5631
5632 if test -n $lt_cv_sys_max_cmd_len ; then
5633   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5634 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5635 else
5636   { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5637 $as_echo "none" >&6; }
5638 fi
5639 max_cmd_len=$lt_cv_sys_max_cmd_len
5640
5641
5642
5643
5644
5645
5646 : ${CP="cp -f"}
5647 : ${MV="mv -f"}
5648 : ${RM="rm -f"}
5649
5650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5651 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5652 # Try some XSI features
5653 xsi_shell=no
5654 ( _lt_dummy="a/b/c"
5655   test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5656       = c,a/b,, \
5657     && eval 'test $(( 1 + 1 )) -eq 2 \
5658     && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5659   && xsi_shell=yes
5660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5661 $as_echo "$xsi_shell" >&6; }
5662
5663
5664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5665 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5666 lt_shell_append=no
5667 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5668     >/dev/null 2>&1 \
5669   && lt_shell_append=yes
5670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5671 $as_echo "$lt_shell_append" >&6; }
5672
5673
5674 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5675   lt_unset=unset
5676 else
5677   lt_unset=false
5678 fi
5679
5680
5681
5682
5683
5684 # test EBCDIC or ASCII
5685 case `echo X|tr X '\101'` in
5686  A) # ASCII based system
5687     # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5688   lt_SP2NL='tr \040 \012'
5689   lt_NL2SP='tr \015\012 \040\040'
5690   ;;
5691  *) # EBCDIC based system
5692   lt_SP2NL='tr \100 \n'
5693   lt_NL2SP='tr \r\n \100\100'
5694   ;;
5695 esac
5696
5697
5698
5699
5700
5701
5702
5703
5704
5705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5706 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5707 if test "${lt_cv_ld_reload_flag+set}" = set; then :
5708   $as_echo_n "(cached) " >&6
5709 else
5710   lt_cv_ld_reload_flag='-r'
5711 fi
5712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5713 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5714 reload_flag=$lt_cv_ld_reload_flag
5715 case $reload_flag in
5716 "" | " "*) ;;
5717 *) reload_flag=" $reload_flag" ;;
5718 esac
5719 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5720 case $host_os in
5721   darwin*)
5722     if test "$GCC" = yes; then
5723       reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5724     else
5725       reload_cmds='$LD$reload_flag -o $output$reload_objs'
5726     fi
5727     ;;
5728 esac
5729
5730
5731
5732
5733
5734
5735
5736
5737
5738 if test -n "$ac_tool_prefix"; then
5739   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5740 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5742 $as_echo_n "checking for $ac_word... " >&6; }
5743 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5744   $as_echo_n "(cached) " >&6
5745 else
5746   if test -n "$OBJDUMP"; then
5747   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5748 else
5749 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5750 for as_dir in $PATH
5751 do
5752   IFS=$as_save_IFS
5753   test -z "$as_dir" && as_dir=.
5754     for ac_exec_ext in '' $ac_executable_extensions; do
5755   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5756     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5757     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5758     break 2
5759   fi
5760 done
5761   done
5762 IFS=$as_save_IFS
5763
5764 fi
5765 fi
5766 OBJDUMP=$ac_cv_prog_OBJDUMP
5767 if test -n "$OBJDUMP"; then
5768   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5769 $as_echo "$OBJDUMP" >&6; }
5770 else
5771   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5772 $as_echo "no" >&6; }
5773 fi
5774
5775
5776 fi
5777 if test -z "$ac_cv_prog_OBJDUMP"; then
5778   ac_ct_OBJDUMP=$OBJDUMP
5779   # Extract the first word of "objdump", so it can be a program name with args.
5780 set dummy objdump; ac_word=$2
5781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5782 $as_echo_n "checking for $ac_word... " >&6; }
5783 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
5784   $as_echo_n "(cached) " >&6
5785 else
5786   if test -n "$ac_ct_OBJDUMP"; then
5787   ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5788 else
5789 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5790 for as_dir in $PATH
5791 do
5792   IFS=$as_save_IFS
5793   test -z "$as_dir" && as_dir=.
5794     for ac_exec_ext in '' $ac_executable_extensions; do
5795   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5796     ac_cv_prog_ac_ct_OBJDUMP="objdump"
5797     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5798     break 2
5799   fi
5800 done
5801   done
5802 IFS=$as_save_IFS
5803
5804 fi
5805 fi
5806 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5807 if test -n "$ac_ct_OBJDUMP"; then
5808   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5809 $as_echo "$ac_ct_OBJDUMP" >&6; }
5810 else
5811   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5812 $as_echo "no" >&6; }
5813 fi
5814
5815   if test "x$ac_ct_OBJDUMP" = x; then
5816     OBJDUMP="false"
5817   else
5818     case $cross_compiling:$ac_tool_warned in
5819 yes:)
5820 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5821 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5822 ac_tool_warned=yes ;;
5823 esac
5824     OBJDUMP=$ac_ct_OBJDUMP
5825   fi
5826 else
5827   OBJDUMP="$ac_cv_prog_OBJDUMP"
5828 fi
5829
5830 test -z "$OBJDUMP" && OBJDUMP=objdump
5831
5832
5833
5834
5835
5836
5837
5838
5839
5840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5841 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5842 if test "${lt_cv_deplibs_check_method+set}" = set; then :
5843   $as_echo_n "(cached) " >&6
5844 else
5845   lt_cv_file_magic_cmd='$MAGIC_CMD'
5846 lt_cv_file_magic_test_file=
5847 lt_cv_deplibs_check_method='unknown'
5848 # Need to set the preceding variable on all platforms that support
5849 # interlibrary dependencies.
5850 # 'none' -- dependencies not supported.
5851 # `unknown' -- same as none, but documents that we really don't know.
5852 # 'pass_all' -- all dependencies passed with no checks.
5853 # 'test_compile' -- check by making test program.
5854 # 'file_magic [[regex]]' -- check by looking for files in library path
5855 # which responds to the $file_magic_cmd with a given extended regex.
5856 # If you have `file' or equivalent on your system and you're not sure
5857 # whether `pass_all' will *always* work, you probably want this one.
5858
5859 case $host_os in
5860 aix[4-9]*)
5861   lt_cv_deplibs_check_method=pass_all
5862   ;;
5863
5864 beos*)
5865   lt_cv_deplibs_check_method=pass_all
5866   ;;
5867
5868 bsdi[45]*)
5869   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5870   lt_cv_file_magic_cmd='/usr/bin/file -L'
5871   lt_cv_file_magic_test_file=/shlib/libc.so
5872   ;;
5873
5874 cygwin*)
5875   # func_win32_libid is a shell function defined in ltmain.sh
5876   lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5877   lt_cv_file_magic_cmd='func_win32_libid'
5878   ;;
5879
5880 mingw* | pw32*)
5881   # Base MSYS/MinGW do not provide the 'file' command needed by
5882   # func_win32_libid shell function, so use a weaker test based on 'objdump',
5883   # unless we find 'file', for example because we are cross-compiling.
5884   # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5885   if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
5886     lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5887     lt_cv_file_magic_cmd='func_win32_libid'
5888   else
5889     lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5890     lt_cv_file_magic_cmd='$OBJDUMP -f'
5891   fi
5892   ;;
5893
5894 cegcc*)
5895   # use the weaker test based on 'objdump'. See mingw*.
5896   lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5897   lt_cv_file_magic_cmd='$OBJDUMP -f'
5898   ;;
5899
5900 darwin* | rhapsody*)
5901   lt_cv_deplibs_check_method=pass_all
5902   ;;
5903
5904 freebsd* | dragonfly*)
5905   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5906     case $host_cpu in
5907     i*86 )
5908       # Not sure whether the presence of OpenBSD here was a mistake.
5909       # Let's accept both of them until this is cleared up.
5910       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5911       lt_cv_file_magic_cmd=/usr/bin/file
5912       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5913       ;;
5914     esac
5915   else
5916     lt_cv_deplibs_check_method=pass_all
5917   fi
5918   ;;
5919
5920 gnu*)
5921   lt_cv_deplibs_check_method=pass_all
5922   ;;
5923
5924 haiku*)
5925   lt_cv_deplibs_check_method=pass_all
5926   ;;
5927
5928 hpux10.20* | hpux11*)
5929   lt_cv_file_magic_cmd=/usr/bin/file
5930   case $host_cpu in
5931   ia64*)
5932     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5933     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5934     ;;
5935   hppa*64*)
5936     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]'
5937     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5938     ;;
5939   *)
5940     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
5941     lt_cv_file_magic_test_file=/usr/lib/libc.sl
5942     ;;
5943   esac
5944   ;;
5945
5946 interix[3-9]*)
5947   # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5948   lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5949   ;;
5950
5951 irix5* | irix6* | nonstopux*)
5952   case $LD in
5953   *-32|*"-32 ") libmagic=32-bit;;
5954   *-n32|*"-n32 ") libmagic=N32;;
5955   *-64|*"-64 ") libmagic=64-bit;;
5956   *) libmagic=never-match;;
5957   esac
5958   lt_cv_deplibs_check_method=pass_all
5959   ;;
5960
5961 # This must be Linux ELF.
5962 linux* | k*bsd*-gnu | kopensolaris*-gnu)
5963   lt_cv_deplibs_check_method=pass_all
5964   ;;
5965
5966 netbsd*)
5967   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5968     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5969   else
5970     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5971   fi
5972   ;;
5973
5974 newos6*)
5975   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5976   lt_cv_file_magic_cmd=/usr/bin/file
5977   lt_cv_file_magic_test_file=/usr/lib/libnls.so
5978   ;;
5979
5980 *nto* | *qnx*)
5981   lt_cv_deplibs_check_method=pass_all
5982   ;;
5983
5984 openbsd*)
5985   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5986     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5987   else
5988     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5989   fi
5990   ;;
5991
5992 osf3* | osf4* | osf5*)
5993   lt_cv_deplibs_check_method=pass_all
5994   ;;
5995
5996 rdos*)
5997   lt_cv_deplibs_check_method=pass_all
5998   ;;
5999
6000 solaris*)
6001   lt_cv_deplibs_check_method=pass_all
6002   ;;
6003
6004 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6005   lt_cv_deplibs_check_method=pass_all
6006   ;;
6007
6008 sysv4 | sysv4.3*)
6009   case $host_vendor in
6010   motorola)
6011     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]'
6012     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6013     ;;
6014   ncr)
6015     lt_cv_deplibs_check_method=pass_all
6016     ;;
6017   sequent)
6018     lt_cv_file_magic_cmd='/bin/file'
6019     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6020     ;;
6021   sni)
6022     lt_cv_file_magic_cmd='/bin/file'
6023     lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6024     lt_cv_file_magic_test_file=/lib/libc.so
6025     ;;
6026   siemens)
6027     lt_cv_deplibs_check_method=pass_all
6028     ;;
6029   pc)
6030     lt_cv_deplibs_check_method=pass_all
6031     ;;
6032   esac
6033   ;;
6034
6035 tpf*)
6036   lt_cv_deplibs_check_method=pass_all
6037   ;;
6038 esac
6039
6040 fi
6041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6042 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6043 file_magic_cmd=$lt_cv_file_magic_cmd
6044 deplibs_check_method=$lt_cv_deplibs_check_method
6045 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6046
6047
6048
6049
6050
6051
6052
6053
6054
6055
6056
6057
6058 if test -n "$ac_tool_prefix"; then
6059   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6060 set dummy ${ac_tool_prefix}ar; ac_word=$2
6061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6062 $as_echo_n "checking for $ac_word... " >&6; }
6063 if test "${ac_cv_prog_AR+set}" = set; then :
6064   $as_echo_n "(cached) " >&6
6065 else
6066   if test -n "$AR"; then
6067   ac_cv_prog_AR="$AR" # Let the user override the test.
6068 else
6069 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6070 for as_dir in $PATH
6071 do
6072   IFS=$as_save_IFS
6073   test -z "$as_dir" && as_dir=.
6074     for ac_exec_ext in '' $ac_executable_extensions; do
6075   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6076     ac_cv_prog_AR="${ac_tool_prefix}ar"
6077     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6078     break 2
6079   fi
6080 done
6081   done
6082 IFS=$as_save_IFS
6083
6084 fi
6085 fi
6086 AR=$ac_cv_prog_AR
6087 if test -n "$AR"; then
6088   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6089 $as_echo "$AR" >&6; }
6090 else
6091   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6092 $as_echo "no" >&6; }
6093 fi
6094
6095
6096 fi
6097 if test -z "$ac_cv_prog_AR"; then
6098   ac_ct_AR=$AR
6099   # Extract the first word of "ar", so it can be a program name with args.
6100 set dummy ar; 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_ac_ct_AR+set}" = set; then :
6104   $as_echo_n "(cached) " >&6
6105 else
6106   if test -n "$ac_ct_AR"; then
6107   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # 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_ac_ct_AR="ar"
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 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6127 if test -n "$ac_ct_AR"; then
6128   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6129 $as_echo "$ac_ct_AR" >&6; }
6130 else
6131   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6132 $as_echo "no" >&6; }
6133 fi
6134
6135   if test "x$ac_ct_AR" = x; then
6136     AR="false"
6137   else
6138     case $cross_compiling:$ac_tool_warned in
6139 yes:)
6140 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6141 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6142 ac_tool_warned=yes ;;
6143 esac
6144     AR=$ac_ct_AR
6145   fi
6146 else
6147   AR="$ac_cv_prog_AR"
6148 fi
6149
6150 test -z "$AR" && AR=ar
6151 test -z "$AR_FLAGS" && AR_FLAGS=cru
6152
6153
6154
6155
6156
6157
6158
6159
6160
6161
6162
6163 if test -n "$ac_tool_prefix"; then
6164   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6165 set dummy ${ac_tool_prefix}strip; ac_word=$2
6166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6167 $as_echo_n "checking for $ac_word... " >&6; }
6168 if test "${ac_cv_prog_STRIP+set}" = set; then :
6169   $as_echo_n "(cached) " >&6
6170 else
6171   if test -n "$STRIP"; then
6172   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6173 else
6174 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6175 for as_dir in $PATH
6176 do
6177   IFS=$as_save_IFS
6178   test -z "$as_dir" && as_dir=.
6179     for ac_exec_ext in '' $ac_executable_extensions; do
6180   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6181     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6182     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6183     break 2
6184   fi
6185 done
6186   done
6187 IFS=$as_save_IFS
6188
6189 fi
6190 fi
6191 STRIP=$ac_cv_prog_STRIP
6192 if test -n "$STRIP"; then
6193   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6194 $as_echo "$STRIP" >&6; }
6195 else
6196   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6197 $as_echo "no" >&6; }
6198 fi
6199
6200
6201 fi
6202 if test -z "$ac_cv_prog_STRIP"; then
6203   ac_ct_STRIP=$STRIP
6204   # Extract the first word of "strip", so it can be a program name with args.
6205 set dummy strip; ac_word=$2
6206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6207 $as_echo_n "checking for $ac_word... " >&6; }
6208 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6209   $as_echo_n "(cached) " >&6
6210 else
6211   if test -n "$ac_ct_STRIP"; then
6212   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6213 else
6214 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6215 for as_dir in $PATH
6216 do
6217   IFS=$as_save_IFS
6218   test -z "$as_dir" && as_dir=.
6219     for ac_exec_ext in '' $ac_executable_extensions; do
6220   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6221     ac_cv_prog_ac_ct_STRIP="strip"
6222     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6223     break 2
6224   fi
6225 done
6226   done
6227 IFS=$as_save_IFS
6228
6229 fi
6230 fi
6231 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6232 if test -n "$ac_ct_STRIP"; then
6233   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6234 $as_echo "$ac_ct_STRIP" >&6; }
6235 else
6236   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6237 $as_echo "no" >&6; }
6238 fi
6239
6240   if test "x$ac_ct_STRIP" = x; then
6241     STRIP=":"
6242   else
6243     case $cross_compiling:$ac_tool_warned in
6244 yes:)
6245 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6246 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6247 ac_tool_warned=yes ;;
6248 esac
6249     STRIP=$ac_ct_STRIP
6250   fi
6251 else
6252   STRIP="$ac_cv_prog_STRIP"
6253 fi
6254
6255 test -z "$STRIP" && STRIP=:
6256
6257
6258
6259
6260
6261
6262 if test -n "$ac_tool_prefix"; then
6263   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6264 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6266 $as_echo_n "checking for $ac_word... " >&6; }
6267 if test "${ac_cv_prog_RANLIB+set}" = set; then :
6268   $as_echo_n "(cached) " >&6
6269 else
6270   if test -n "$RANLIB"; then
6271   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6272 else
6273 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6274 for as_dir in $PATH
6275 do
6276   IFS=$as_save_IFS
6277   test -z "$as_dir" && as_dir=.
6278     for ac_exec_ext in '' $ac_executable_extensions; do
6279   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6280     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6281     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6282     break 2
6283   fi
6284 done
6285   done
6286 IFS=$as_save_IFS
6287
6288 fi
6289 fi
6290 RANLIB=$ac_cv_prog_RANLIB
6291 if test -n "$RANLIB"; then
6292   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6293 $as_echo "$RANLIB" >&6; }
6294 else
6295   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6296 $as_echo "no" >&6; }
6297 fi
6298
6299
6300 fi
6301 if test -z "$ac_cv_prog_RANLIB"; then
6302   ac_ct_RANLIB=$RANLIB
6303   # Extract the first word of "ranlib", so it can be a program name with args.
6304 set dummy ranlib; ac_word=$2
6305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6306 $as_echo_n "checking for $ac_word... " >&6; }
6307 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6308   $as_echo_n "(cached) " >&6
6309 else
6310   if test -n "$ac_ct_RANLIB"; then
6311   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6312 else
6313 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6314 for as_dir in $PATH
6315 do
6316   IFS=$as_save_IFS
6317   test -z "$as_dir" && as_dir=.
6318     for ac_exec_ext in '' $ac_executable_extensions; do
6319   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6320     ac_cv_prog_ac_ct_RANLIB="ranlib"
6321     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6322     break 2
6323   fi
6324 done
6325   done
6326 IFS=$as_save_IFS
6327
6328 fi
6329 fi
6330 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6331 if test -n "$ac_ct_RANLIB"; then
6332   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6333 $as_echo "$ac_ct_RANLIB" >&6; }
6334 else
6335   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6336 $as_echo "no" >&6; }
6337 fi
6338
6339   if test "x$ac_ct_RANLIB" = x; then
6340     RANLIB=":"
6341   else
6342     case $cross_compiling:$ac_tool_warned in
6343 yes:)
6344 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6345 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6346 ac_tool_warned=yes ;;
6347 esac
6348     RANLIB=$ac_ct_RANLIB
6349   fi
6350 else
6351   RANLIB="$ac_cv_prog_RANLIB"
6352 fi
6353
6354 test -z "$RANLIB" && RANLIB=:
6355
6356
6357
6358
6359
6360
6361 # Determine commands to create old-style static archives.
6362 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6363 old_postinstall_cmds='chmod 644 $oldlib'
6364 old_postuninstall_cmds=
6365
6366 if test -n "$RANLIB"; then
6367   case $host_os in
6368   openbsd*)
6369     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6370     ;;
6371   *)
6372     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6373     ;;
6374   esac
6375   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6376 fi
6377
6378 case $host_os in
6379   darwin*)
6380     lock_old_archive_extraction=yes ;;
6381   *)
6382     lock_old_archive_extraction=no ;;
6383 esac
6384
6385
6386
6387
6388
6389
6390
6391
6392
6393
6394
6395
6396
6397
6398
6399
6400
6401
6402
6403
6404
6405
6406
6407
6408
6409
6410
6411
6412
6413
6414
6415
6416
6417
6418
6419
6420
6421
6422
6423 # If no C compiler was specified, use CC.
6424 LTCC=${LTCC-"$CC"}
6425
6426 # If no C compiler flags were specified, use CFLAGS.
6427 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6428
6429 # Allow CC to be a program name with arguments.
6430 compiler=$CC
6431
6432
6433 # Check for command to grab the raw symbol name followed by C symbol from nm.
6434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6435 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6436 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6437   $as_echo_n "(cached) " >&6
6438 else
6439
6440 # These are sane defaults that work on at least a few old systems.
6441 # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
6442
6443 # Character class describing NM global symbol codes.
6444 symcode='[BCDEGRST]'
6445
6446 # Regexp to match symbols that can be accessed directly from C.
6447 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6448
6449 # Define system-specific variables.
6450 case $host_os in
6451 aix*)
6452   symcode='[BCDT]'
6453   ;;
6454 cygwin* | mingw* | pw32* | cegcc*)
6455   symcode='[ABCDGISTW]'
6456   ;;
6457 hpux*)
6458   if test "$host_cpu" = ia64; then
6459     symcode='[ABCDEGRST]'
6460   fi
6461   ;;
6462 irix* | nonstopux*)
6463   symcode='[BCDEGRST]'
6464   ;;
6465 osf*)
6466   symcode='[BCDEGQRST]'
6467   ;;
6468 solaris*)
6469   symcode='[BDRT]'
6470   ;;
6471 sco3.2v5*)
6472   symcode='[DT]'
6473   ;;
6474 sysv4.2uw2*)
6475   symcode='[DT]'
6476   ;;
6477 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6478   symcode='[ABDT]'
6479   ;;
6480 sysv4)
6481   symcode='[DFNSTU]'
6482   ;;
6483 esac
6484
6485 # If we're using GNU nm, then use its standard symbol codes.
6486 case `$NM -V 2>&1` in
6487 *GNU* | *'with BFD'*)
6488   symcode='[ABCDGIRSTW]' ;;
6489 esac
6490
6491 # Transform an extracted symbol line into a proper C declaration.
6492 # Some systems (esp. on ia64) link data and code symbols differently,
6493 # so use this general approach.
6494 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6495
6496 # Transform an extracted symbol line into symbol name and symbol address
6497 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (void *) \&\2},/p'"
6498 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/  {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"lib\2\", (void *) \&\2},/p'"
6499
6500 # Handle CRLF in mingw tool chain
6501 opt_cr=
6502 case $build_os in
6503 mingw*)
6504   opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6505   ;;
6506 esac
6507
6508 # Try without a prefix underscore, then with it.
6509 for ac_symprfx in "" "_"; do
6510
6511   # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6512   symxfrm="\\1 $ac_symprfx\\2 \\2"
6513
6514   # Write the raw and C identifiers.
6515   if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6516     # Fake it for dumpbin and say T for any non-static function
6517     # and D for any global variable.
6518     # Also find C++ and __fastcall symbols from MSVC++,
6519     # which start with @ or ?.
6520     lt_cv_sys_global_symbol_pipe="$AWK '"\
6521 "     {last_section=section; section=\$ 3};"\
6522 "     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6523 "     \$ 0!~/External *\|/{next};"\
6524 "     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6525 "     {if(hide[section]) next};"\
6526 "     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6527 "     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6528 "     s[1]~/^[@?]/{print s[1], s[1]; next};"\
6529 "     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6530 "     ' prfx=^$ac_symprfx"
6531   else
6532     lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[      ]\($symcode$symcode*\)[         ][      ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6533   fi
6534
6535   # Check to see that the pipe works correctly.
6536   pipe_works=no
6537
6538   rm -f conftest*
6539   cat > conftest.$ac_ext <<_LT_EOF
6540 #ifdef __cplusplus
6541 extern "C" {
6542 #endif
6543 char nm_test_var;
6544 void nm_test_func(void);
6545 void nm_test_func(void){}
6546 #ifdef __cplusplus
6547 }
6548 #endif
6549 int main(){nm_test_var='a';nm_test_func();return(0);}
6550 _LT_EOF
6551
6552   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6553   (eval $ac_compile) 2>&5
6554   ac_status=$?
6555   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6556   test $ac_status = 0; }; then
6557     # Now try to grab the symbols.
6558     nlist=conftest.nm
6559     if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6560   (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6561   ac_status=$?
6562   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6563   test $ac_status = 0; } && test -s "$nlist"; then
6564       # Try sorting and uniquifying the output.
6565       if sort "$nlist" | uniq > "$nlist"T; then
6566         mv -f "$nlist"T "$nlist"
6567       else
6568         rm -f "$nlist"T
6569       fi
6570
6571       # Make sure that we snagged all the symbols we need.
6572       if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6573         if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6574           cat <<_LT_EOF > conftest.$ac_ext
6575 #ifdef __cplusplus
6576 extern "C" {
6577 #endif
6578
6579 _LT_EOF
6580           # Now generate the symbol file.
6581           eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6582
6583           cat <<_LT_EOF >> conftest.$ac_ext
6584
6585 /* The mapping between symbol names and symbols.  */
6586 const struct {
6587   const char *name;
6588   void       *address;
6589 }
6590 lt__PROGRAM__LTX_preloaded_symbols[] =
6591 {
6592   { "@PROGRAM@", (void *) 0 },
6593 _LT_EOF
6594           $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6595           cat <<\_LT_EOF >> conftest.$ac_ext
6596   {0, (void *) 0}
6597 };
6598
6599 /* This works around a problem in FreeBSD linker */
6600 #ifdef FREEBSD_WORKAROUND
6601 static const void *lt_preloaded_setup() {
6602   return lt__PROGRAM__LTX_preloaded_symbols;
6603 }
6604 #endif
6605
6606 #ifdef __cplusplus
6607 }
6608 #endif
6609 _LT_EOF
6610           # Now try linking the two files.
6611           mv conftest.$ac_objext conftstm.$ac_objext
6612           lt_save_LIBS="$LIBS"
6613           lt_save_CFLAGS="$CFLAGS"
6614           LIBS="conftstm.$ac_objext"
6615           CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6616           if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6617   (eval $ac_link) 2>&5
6618   ac_status=$?
6619   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6620   test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6621             pipe_works=yes
6622           fi
6623           LIBS="$lt_save_LIBS"
6624           CFLAGS="$lt_save_CFLAGS"
6625         else
6626           echo "cannot find nm_test_func in $nlist" >&5
6627         fi
6628       else
6629         echo "cannot find nm_test_var in $nlist" >&5
6630       fi
6631     else
6632       echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6633     fi
6634   else
6635     echo "$progname: failed program was:" >&5
6636     cat conftest.$ac_ext >&5
6637   fi
6638   rm -rf conftest* conftst*
6639
6640   # Do not use the global_symbol_pipe unless it works.
6641   if test "$pipe_works" = yes; then
6642     break
6643   else
6644     lt_cv_sys_global_symbol_pipe=
6645   fi
6646 done
6647
6648 fi
6649
6650 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6651   lt_cv_sys_global_symbol_to_cdecl=
6652 fi
6653 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6654   { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6655 $as_echo "failed" >&6; }
6656 else
6657   { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6658 $as_echo "ok" >&6; }
6659 fi
6660
6661
6662
6663
6664
6665
6666
6667
6668
6669
6670
6671
6672
6673
6674
6675
6676
6677
6678
6679
6680
6681
6682 # Check whether --enable-libtool-lock was given.
6683 if test "${enable_libtool_lock+set}" = set; then :
6684   enableval=$enable_libtool_lock;
6685 fi
6686
6687 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6688
6689 # Some flags need to be propagated to the compiler or linker for good
6690 # libtool support.
6691 case $host in
6692 ia64-*-hpux*)
6693   # Find out which ABI we are using.
6694   echo 'int i;' > conftest.$ac_ext
6695   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6696   (eval $ac_compile) 2>&5
6697   ac_status=$?
6698   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6699   test $ac_status = 0; }; then
6700     case `/usr/bin/file conftest.$ac_objext` in
6701       *ELF-32*)
6702         HPUX_IA64_MODE="32"
6703         ;;
6704       *ELF-64*)
6705         HPUX_IA64_MODE="64"
6706         ;;
6707     esac
6708   fi
6709   rm -rf conftest*
6710   ;;
6711 *-*-irix6*)
6712   # Find out which ABI we are using.
6713   echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6714   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6715   (eval $ac_compile) 2>&5
6716   ac_status=$?
6717   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6718   test $ac_status = 0; }; then
6719     if test "$lt_cv_prog_gnu_ld" = yes; then
6720       case `/usr/bin/file conftest.$ac_objext` in
6721         *32-bit*)
6722           LD="${LD-ld} -melf32bsmip"
6723           ;;
6724         *N32*)
6725           LD="${LD-ld} -melf32bmipn32"
6726           ;;
6727         *64-bit*)
6728           LD="${LD-ld} -melf64bmip"
6729         ;;
6730       esac
6731     else
6732       case `/usr/bin/file conftest.$ac_objext` in
6733         *32-bit*)
6734           LD="${LD-ld} -32"
6735           ;;
6736         *N32*)
6737           LD="${LD-ld} -n32"
6738           ;;
6739         *64-bit*)
6740           LD="${LD-ld} -64"
6741           ;;
6742       esac
6743     fi
6744   fi
6745   rm -rf conftest*
6746   ;;
6747
6748 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6749 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6750   # Find out which ABI we are using.
6751   echo 'int i;' > conftest.$ac_ext
6752   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6753   (eval $ac_compile) 2>&5
6754   ac_status=$?
6755   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6756   test $ac_status = 0; }; then
6757     case `/usr/bin/file conftest.o` in
6758       *32-bit*)
6759         case $host in
6760           x86_64-*kfreebsd*-gnu)
6761             LD="${LD-ld} -m elf_i386_fbsd"
6762             ;;
6763           x86_64-*linux*)
6764             case `/usr/bin/file conftest.o` in
6765               *x86-64*)
6766                 LD="${LD-ld} -m elf32_x86_64"
6767                 ;;
6768               *)
6769                 LD="${LD-ld} -m elf_i386"
6770                 ;;
6771             esac
6772             ;;
6773           powerpc64le-*linux*)
6774             LD="${LD-ld} -m elf32lppclinux"
6775             ;;
6776           powerpc64-*linux*)
6777             LD="${LD-ld} -m elf32ppclinux"
6778             ;;
6779           s390x-*linux*)
6780             LD="${LD-ld} -m elf_s390"
6781             ;;
6782           sparc64-*linux*)
6783             LD="${LD-ld} -m elf32_sparc"
6784             ;;
6785         esac
6786         ;;
6787       *64-bit*)
6788         case $host in
6789           x86_64-*kfreebsd*-gnu)
6790             LD="${LD-ld} -m elf_x86_64_fbsd"
6791             ;;
6792           x86_64-*linux*)
6793             LD="${LD-ld} -m elf_x86_64"
6794             ;;
6795           powerpcle-*linux*)
6796             LD="${LD-ld} -m elf64lppc"
6797             ;;
6798           powerpc-*linux*)
6799             LD="${LD-ld} -m elf64ppc"
6800             ;;
6801           s390*-*linux*|s390*-*tpf*)
6802             LD="${LD-ld} -m elf64_s390"
6803             ;;
6804           sparc*-*linux*)
6805             LD="${LD-ld} -m elf64_sparc"
6806             ;;
6807         esac
6808         ;;
6809     esac
6810   fi
6811   rm -rf conftest*
6812   ;;
6813
6814 *-*-sco3.2v5*)
6815   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6816   SAVE_CFLAGS="$CFLAGS"
6817   CFLAGS="$CFLAGS -belf"
6818   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6819 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6820 if test "${lt_cv_cc_needs_belf+set}" = set; then :
6821   $as_echo_n "(cached) " >&6
6822 else
6823   ac_ext=c
6824 ac_cpp='$CPP $CPPFLAGS'
6825 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6826 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6827 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6828
6829      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6830 /* end confdefs.h.  */
6831
6832 int
6833 main ()
6834 {
6835
6836   ;
6837   return 0;
6838 }
6839 _ACEOF
6840 if ac_fn_c_try_link "$LINENO"; then :
6841   lt_cv_cc_needs_belf=yes
6842 else
6843   lt_cv_cc_needs_belf=no
6844 fi
6845 rm -f core conftest.err conftest.$ac_objext \
6846     conftest$ac_exeext conftest.$ac_ext
6847      ac_ext=c
6848 ac_cpp='$CPP $CPPFLAGS'
6849 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6850 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6851 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6852
6853 fi
6854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6855 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6856   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6857     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6858     CFLAGS="$SAVE_CFLAGS"
6859   fi
6860   ;;
6861 sparc*-*solaris*)
6862   # Find out which ABI we are using.
6863   echo 'int i;' > conftest.$ac_ext
6864   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6865   (eval $ac_compile) 2>&5
6866   ac_status=$?
6867   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6868   test $ac_status = 0; }; then
6869     case `/usr/bin/file conftest.o` in
6870     *64-bit*)
6871       case $lt_cv_prog_gnu_ld in
6872       yes*) LD="${LD-ld} -m elf64_sparc" ;;
6873       *)
6874         if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6875           LD="${LD-ld} -64"
6876         fi
6877         ;;
6878       esac
6879       ;;
6880     esac
6881   fi
6882   rm -rf conftest*
6883   ;;
6884 esac
6885
6886 need_locks="$enable_libtool_lock"
6887
6888
6889   case $host_os in
6890     rhapsody* | darwin*)
6891     if test -n "$ac_tool_prefix"; then
6892   # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6893 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6895 $as_echo_n "checking for $ac_word... " >&6; }
6896 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
6897   $as_echo_n "(cached) " >&6
6898 else
6899   if test -n "$DSYMUTIL"; then
6900   ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6901 else
6902 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6903 for as_dir in $PATH
6904 do
6905   IFS=$as_save_IFS
6906   test -z "$as_dir" && as_dir=.
6907     for ac_exec_ext in '' $ac_executable_extensions; do
6908   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6909     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6910     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6911     break 2
6912   fi
6913 done
6914   done
6915 IFS=$as_save_IFS
6916
6917 fi
6918 fi
6919 DSYMUTIL=$ac_cv_prog_DSYMUTIL
6920 if test -n "$DSYMUTIL"; then
6921   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6922 $as_echo "$DSYMUTIL" >&6; }
6923 else
6924   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6925 $as_echo "no" >&6; }
6926 fi
6927
6928
6929 fi
6930 if test -z "$ac_cv_prog_DSYMUTIL"; then
6931   ac_ct_DSYMUTIL=$DSYMUTIL
6932   # Extract the first word of "dsymutil", so it can be a program name with args.
6933 set dummy dsymutil; ac_word=$2
6934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6935 $as_echo_n "checking for $ac_word... " >&6; }
6936 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
6937   $as_echo_n "(cached) " >&6
6938 else
6939   if test -n "$ac_ct_DSYMUTIL"; then
6940   ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6941 else
6942 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6943 for as_dir in $PATH
6944 do
6945   IFS=$as_save_IFS
6946   test -z "$as_dir" && as_dir=.
6947     for ac_exec_ext in '' $ac_executable_extensions; do
6948   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6949     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6950     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6951     break 2
6952   fi
6953 done
6954   done
6955 IFS=$as_save_IFS
6956
6957 fi
6958 fi
6959 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6960 if test -n "$ac_ct_DSYMUTIL"; then
6961   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6962 $as_echo "$ac_ct_DSYMUTIL" >&6; }
6963 else
6964   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6965 $as_echo "no" >&6; }
6966 fi
6967
6968   if test "x$ac_ct_DSYMUTIL" = x; then
6969     DSYMUTIL=":"
6970   else
6971     case $cross_compiling:$ac_tool_warned in
6972 yes:)
6973 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6974 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6975 ac_tool_warned=yes ;;
6976 esac
6977     DSYMUTIL=$ac_ct_DSYMUTIL
6978   fi
6979 else
6980   DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6981 fi
6982
6983     if test -n "$ac_tool_prefix"; then
6984   # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6985 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6987 $as_echo_n "checking for $ac_word... " >&6; }
6988 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
6989   $as_echo_n "(cached) " >&6
6990 else
6991   if test -n "$NMEDIT"; then
6992   ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6993 else
6994 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6995 for as_dir in $PATH
6996 do
6997   IFS=$as_save_IFS
6998   test -z "$as_dir" && as_dir=.
6999     for ac_exec_ext in '' $ac_executable_extensions; do
7000   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7001     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7002     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7003     break 2
7004   fi
7005 done
7006   done
7007 IFS=$as_save_IFS
7008
7009 fi
7010 fi
7011 NMEDIT=$ac_cv_prog_NMEDIT
7012 if test -n "$NMEDIT"; then
7013   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7014 $as_echo "$NMEDIT" >&6; }
7015 else
7016   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7017 $as_echo "no" >&6; }
7018 fi
7019
7020
7021 fi
7022 if test -z "$ac_cv_prog_NMEDIT"; then
7023   ac_ct_NMEDIT=$NMEDIT
7024   # Extract the first word of "nmedit", so it can be a program name with args.
7025 set dummy nmedit; ac_word=$2
7026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7027 $as_echo_n "checking for $ac_word... " >&6; }
7028 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7029   $as_echo_n "(cached) " >&6
7030 else
7031   if test -n "$ac_ct_NMEDIT"; then
7032   ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7033 else
7034 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7035 for as_dir in $PATH
7036 do
7037   IFS=$as_save_IFS
7038   test -z "$as_dir" && as_dir=.
7039     for ac_exec_ext in '' $ac_executable_extensions; do
7040   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7041     ac_cv_prog_ac_ct_NMEDIT="nmedit"
7042     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7043     break 2
7044   fi
7045 done
7046   done
7047 IFS=$as_save_IFS
7048
7049 fi
7050 fi
7051 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7052 if test -n "$ac_ct_NMEDIT"; then
7053   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7054 $as_echo "$ac_ct_NMEDIT" >&6; }
7055 else
7056   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7057 $as_echo "no" >&6; }
7058 fi
7059
7060   if test "x$ac_ct_NMEDIT" = x; then
7061     NMEDIT=":"
7062   else
7063     case $cross_compiling:$ac_tool_warned in
7064 yes:)
7065 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7066 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7067 ac_tool_warned=yes ;;
7068 esac
7069     NMEDIT=$ac_ct_NMEDIT
7070   fi
7071 else
7072   NMEDIT="$ac_cv_prog_NMEDIT"
7073 fi
7074
7075     if test -n "$ac_tool_prefix"; then
7076   # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7077 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7079 $as_echo_n "checking for $ac_word... " >&6; }
7080 if test "${ac_cv_prog_LIPO+set}" = set; then :
7081   $as_echo_n "(cached) " >&6
7082 else
7083   if test -n "$LIPO"; then
7084   ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7085 else
7086 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7087 for as_dir in $PATH
7088 do
7089   IFS=$as_save_IFS
7090   test -z "$as_dir" && as_dir=.
7091     for ac_exec_ext in '' $ac_executable_extensions; do
7092   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7093     ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7094     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7095     break 2
7096   fi
7097 done
7098   done
7099 IFS=$as_save_IFS
7100
7101 fi
7102 fi
7103 LIPO=$ac_cv_prog_LIPO
7104 if test -n "$LIPO"; then
7105   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7106 $as_echo "$LIPO" >&6; }
7107 else
7108   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7109 $as_echo "no" >&6; }
7110 fi
7111
7112
7113 fi
7114 if test -z "$ac_cv_prog_LIPO"; then
7115   ac_ct_LIPO=$LIPO
7116   # Extract the first word of "lipo", so it can be a program name with args.
7117 set dummy lipo; ac_word=$2
7118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7119 $as_echo_n "checking for $ac_word... " >&6; }
7120 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7121   $as_echo_n "(cached) " >&6
7122 else
7123   if test -n "$ac_ct_LIPO"; then
7124   ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7125 else
7126 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7127 for as_dir in $PATH
7128 do
7129   IFS=$as_save_IFS
7130   test -z "$as_dir" && as_dir=.
7131     for ac_exec_ext in '' $ac_executable_extensions; do
7132   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7133     ac_cv_prog_ac_ct_LIPO="lipo"
7134     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7135     break 2
7136   fi
7137 done
7138   done
7139 IFS=$as_save_IFS
7140
7141 fi
7142 fi
7143 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7144 if test -n "$ac_ct_LIPO"; then
7145   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7146 $as_echo "$ac_ct_LIPO" >&6; }
7147 else
7148   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7149 $as_echo "no" >&6; }
7150 fi
7151
7152   if test "x$ac_ct_LIPO" = x; then
7153     LIPO=":"
7154   else
7155     case $cross_compiling:$ac_tool_warned in
7156 yes:)
7157 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7158 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7159 ac_tool_warned=yes ;;
7160 esac
7161     LIPO=$ac_ct_LIPO
7162   fi
7163 else
7164   LIPO="$ac_cv_prog_LIPO"
7165 fi
7166
7167     if test -n "$ac_tool_prefix"; then
7168   # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7169 set dummy ${ac_tool_prefix}otool; ac_word=$2
7170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7171 $as_echo_n "checking for $ac_word... " >&6; }
7172 if test "${ac_cv_prog_OTOOL+set}" = set; then :
7173   $as_echo_n "(cached) " >&6
7174 else
7175   if test -n "$OTOOL"; then
7176   ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7177 else
7178 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7179 for as_dir in $PATH
7180 do
7181   IFS=$as_save_IFS
7182   test -z "$as_dir" && as_dir=.
7183     for ac_exec_ext in '' $ac_executable_extensions; do
7184   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7185     ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7186     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7187     break 2
7188   fi
7189 done
7190   done
7191 IFS=$as_save_IFS
7192
7193 fi
7194 fi
7195 OTOOL=$ac_cv_prog_OTOOL
7196 if test -n "$OTOOL"; then
7197   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7198 $as_echo "$OTOOL" >&6; }
7199 else
7200   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7201 $as_echo "no" >&6; }
7202 fi
7203
7204
7205 fi
7206 if test -z "$ac_cv_prog_OTOOL"; then
7207   ac_ct_OTOOL=$OTOOL
7208   # Extract the first word of "otool", so it can be a program name with args.
7209 set dummy otool; ac_word=$2
7210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7211 $as_echo_n "checking for $ac_word... " >&6; }
7212 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7213   $as_echo_n "(cached) " >&6
7214 else
7215   if test -n "$ac_ct_OTOOL"; then
7216   ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7217 else
7218 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7219 for as_dir in $PATH
7220 do
7221   IFS=$as_save_IFS
7222   test -z "$as_dir" && as_dir=.
7223     for ac_exec_ext in '' $ac_executable_extensions; do
7224   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7225     ac_cv_prog_ac_ct_OTOOL="otool"
7226     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7227     break 2
7228   fi
7229 done
7230   done
7231 IFS=$as_save_IFS
7232
7233 fi
7234 fi
7235 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7236 if test -n "$ac_ct_OTOOL"; then
7237   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7238 $as_echo "$ac_ct_OTOOL" >&6; }
7239 else
7240   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7241 $as_echo "no" >&6; }
7242 fi
7243
7244   if test "x$ac_ct_OTOOL" = x; then
7245     OTOOL=":"
7246   else
7247     case $cross_compiling:$ac_tool_warned in
7248 yes:)
7249 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7250 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7251 ac_tool_warned=yes ;;
7252 esac
7253     OTOOL=$ac_ct_OTOOL
7254   fi
7255 else
7256   OTOOL="$ac_cv_prog_OTOOL"
7257 fi
7258
7259     if test -n "$ac_tool_prefix"; then
7260   # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7261 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7263 $as_echo_n "checking for $ac_word... " >&6; }
7264 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7265   $as_echo_n "(cached) " >&6
7266 else
7267   if test -n "$OTOOL64"; then
7268   ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7269 else
7270 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7271 for as_dir in $PATH
7272 do
7273   IFS=$as_save_IFS
7274   test -z "$as_dir" && as_dir=.
7275     for ac_exec_ext in '' $ac_executable_extensions; do
7276   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7277     ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7278     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7279     break 2
7280   fi
7281 done
7282   done
7283 IFS=$as_save_IFS
7284
7285 fi
7286 fi
7287 OTOOL64=$ac_cv_prog_OTOOL64
7288 if test -n "$OTOOL64"; then
7289   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7290 $as_echo "$OTOOL64" >&6; }
7291 else
7292   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7293 $as_echo "no" >&6; }
7294 fi
7295
7296
7297 fi
7298 if test -z "$ac_cv_prog_OTOOL64"; then
7299   ac_ct_OTOOL64=$OTOOL64
7300   # Extract the first word of "otool64", so it can be a program name with args.
7301 set dummy otool64; ac_word=$2
7302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7303 $as_echo_n "checking for $ac_word... " >&6; }
7304 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7305   $as_echo_n "(cached) " >&6
7306 else
7307   if test -n "$ac_ct_OTOOL64"; then
7308   ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7309 else
7310 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7311 for as_dir in $PATH
7312 do
7313   IFS=$as_save_IFS
7314   test -z "$as_dir" && as_dir=.
7315     for ac_exec_ext in '' $ac_executable_extensions; do
7316   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7317     ac_cv_prog_ac_ct_OTOOL64="otool64"
7318     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7319     break 2
7320   fi
7321 done
7322   done
7323 IFS=$as_save_IFS
7324
7325 fi
7326 fi
7327 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7328 if test -n "$ac_ct_OTOOL64"; then
7329   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7330 $as_echo "$ac_ct_OTOOL64" >&6; }
7331 else
7332   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7333 $as_echo "no" >&6; }
7334 fi
7335
7336   if test "x$ac_ct_OTOOL64" = x; then
7337     OTOOL64=":"
7338   else
7339     case $cross_compiling:$ac_tool_warned in
7340 yes:)
7341 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7342 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7343 ac_tool_warned=yes ;;
7344 esac
7345     OTOOL64=$ac_ct_OTOOL64
7346   fi
7347 else
7348   OTOOL64="$ac_cv_prog_OTOOL64"
7349 fi
7350
7351
7352
7353
7354
7355
7356
7357
7358
7359
7360
7361
7362
7363
7364
7365
7366
7367
7368
7369
7370
7371
7372
7373
7374
7375
7376
7377     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7378 $as_echo_n "checking for -single_module linker flag... " >&6; }
7379 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7380   $as_echo_n "(cached) " >&6
7381 else
7382   lt_cv_apple_cc_single_mod=no
7383       if test -z "${LT_MULTI_MODULE}"; then
7384         # By default we will add the -single_module flag. You can override
7385         # by either setting the environment variable LT_MULTI_MODULE
7386         # non-empty at configure time, or by adding -multi_module to the
7387         # link flags.
7388         rm -rf libconftest.dylib*
7389         echo "int foo(void){return 1;}" > conftest.c
7390         echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7391 -dynamiclib -Wl,-single_module conftest.c" >&5
7392         $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7393           -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7394         _lt_result=$?
7395         if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7396           lt_cv_apple_cc_single_mod=yes
7397         else
7398           cat conftest.err >&5
7399         fi
7400         rm -rf libconftest.dylib*
7401         rm -f conftest.*
7402       fi
7403 fi
7404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7405 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7406     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7407 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7408 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7409   $as_echo_n "(cached) " >&6
7410 else
7411   lt_cv_ld_exported_symbols_list=no
7412       save_LDFLAGS=$LDFLAGS
7413       echo "_main" > conftest.sym
7414       LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7415       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7416 /* end confdefs.h.  */
7417
7418 int
7419 main ()
7420 {
7421
7422   ;
7423   return 0;
7424 }
7425 _ACEOF
7426 if ac_fn_c_try_link "$LINENO"; then :
7427   lt_cv_ld_exported_symbols_list=yes
7428 else
7429   lt_cv_ld_exported_symbols_list=no
7430 fi
7431 rm -f core conftest.err conftest.$ac_objext \
7432     conftest$ac_exeext conftest.$ac_ext
7433         LDFLAGS="$save_LDFLAGS"
7434
7435 fi
7436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7437 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7438     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7439 $as_echo_n "checking for -force_load linker flag... " >&6; }
7440 if test "${lt_cv_ld_force_load+set}" = set; then :
7441   $as_echo_n "(cached) " >&6
7442 else
7443   lt_cv_ld_force_load=no
7444       cat > conftest.c << _LT_EOF
7445 int forced_loaded() { return 2;}
7446 _LT_EOF
7447       echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7448       $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7449       echo "$AR cru libconftest.a conftest.o" >&5
7450       $AR cru libconftest.a conftest.o 2>&5
7451       cat > conftest.c << _LT_EOF
7452 int main() { return 0;}
7453 _LT_EOF
7454       echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7455       $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7456       _lt_result=$?
7457       if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7458         lt_cv_ld_force_load=yes
7459       else
7460         cat conftest.err >&5
7461       fi
7462         rm -f conftest.err libconftest.a conftest conftest.c
7463         rm -rf conftest.dSYM
7464
7465 fi
7466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7467 $as_echo "$lt_cv_ld_force_load" >&6; }
7468     case $host_os in
7469     rhapsody* | darwin1.[012])
7470       _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7471     darwin1.*)
7472       _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7473     darwin*) # darwin 5.x on
7474       # if running on 10.5 or later, the deployment target defaults
7475       # to the OS version, if on x86, and 10.4, the deployment
7476       # target defaults to 10.4. Don't you love it?
7477       case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7478         10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7479           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7480         10.[012][,.]*)
7481           _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7482         10.*)
7483           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7484       esac
7485     ;;
7486   esac
7487     if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7488       _lt_dar_single_mod='$single_module'
7489     fi
7490     if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7491       _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7492     else
7493       _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7494     fi
7495     if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7496       _lt_dsymutil='~$DSYMUTIL $lib || :'
7497     else
7498       _lt_dsymutil=
7499     fi
7500     ;;
7501   esac
7502
7503 for ac_header in dlfcn.h
7504 do :
7505   ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7506 "
7507 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
7508   cat >>confdefs.h <<_ACEOF
7509 #define HAVE_DLFCN_H 1
7510 _ACEOF
7511
7512 fi
7513
7514 done
7515
7516
7517
7518
7519
7520 # Set options
7521
7522
7523
7524         enable_dlopen=no
7525
7526
7527   enable_win32_dll=no
7528
7529
7530             # Check whether --enable-shared was given.
7531 if test "${enable_shared+set}" = set; then :
7532   enableval=$enable_shared; p=${PACKAGE-default}
7533     case $enableval in
7534     yes) enable_shared=yes ;;
7535     no) enable_shared=no ;;
7536     *)
7537       enable_shared=no
7538       # Look at the argument we got.  We use all the common list separators.
7539       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7540       for pkg in $enableval; do
7541         IFS="$lt_save_ifs"
7542         if test "X$pkg" = "X$p"; then
7543           enable_shared=yes
7544         fi
7545       done
7546       IFS="$lt_save_ifs"
7547       ;;
7548     esac
7549 else
7550   enable_shared=yes
7551 fi
7552
7553
7554
7555
7556
7557
7558
7559
7560
7561   # Check whether --enable-static was given.
7562 if test "${enable_static+set}" = set; then :
7563   enableval=$enable_static; p=${PACKAGE-default}
7564     case $enableval in
7565     yes) enable_static=yes ;;
7566     no) enable_static=no ;;
7567     *)
7568      enable_static=no
7569       # Look at the argument we got.  We use all the common list separators.
7570       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7571       for pkg in $enableval; do
7572         IFS="$lt_save_ifs"
7573         if test "X$pkg" = "X$p"; then
7574           enable_static=yes
7575         fi
7576       done
7577       IFS="$lt_save_ifs"
7578       ;;
7579     esac
7580 else
7581   enable_static=yes
7582 fi
7583
7584
7585
7586
7587
7588
7589
7590
7591
7592
7593 # Check whether --with-pic was given.
7594 if test "${with_pic+set}" = set; then :
7595   withval=$with_pic; pic_mode="$withval"
7596 else
7597   pic_mode=default
7598 fi
7599
7600
7601 test -z "$pic_mode" && pic_mode=default
7602
7603
7604
7605
7606
7607
7608
7609   # Check whether --enable-fast-install was given.
7610 if test "${enable_fast_install+set}" = set; then :
7611   enableval=$enable_fast_install; p=${PACKAGE-default}
7612     case $enableval in
7613     yes) enable_fast_install=yes ;;
7614     no) enable_fast_install=no ;;
7615     *)
7616       enable_fast_install=no
7617       # Look at the argument we got.  We use all the common list separators.
7618       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7619       for pkg in $enableval; do
7620         IFS="$lt_save_ifs"
7621         if test "X$pkg" = "X$p"; then
7622           enable_fast_install=yes
7623         fi
7624       done
7625       IFS="$lt_save_ifs"
7626       ;;
7627     esac
7628 else
7629   enable_fast_install=yes
7630 fi
7631
7632
7633
7634
7635
7636
7637
7638
7639
7640
7641
7642 # This can be used to rebuild libtool when needed
7643 LIBTOOL_DEPS="$ltmain"
7644
7645 # Always use our own libtool.
7646 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7647
7648
7649
7650
7651
7652
7653
7654
7655
7656
7657
7658
7659
7660
7661
7662
7663
7664
7665
7666
7667
7668
7669
7670
7671
7672
7673 test -z "$LN_S" && LN_S="ln -s"
7674
7675
7676
7677
7678
7679
7680
7681
7682
7683
7684
7685
7686
7687
7688 if test -n "${ZSH_VERSION+set}" ; then
7689    setopt NO_GLOB_SUBST
7690 fi
7691
7692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7693 $as_echo_n "checking for objdir... " >&6; }
7694 if test "${lt_cv_objdir+set}" = set; then :
7695   $as_echo_n "(cached) " >&6
7696 else
7697   rm -f .libs 2>/dev/null
7698 mkdir .libs 2>/dev/null
7699 if test -d .libs; then
7700   lt_cv_objdir=.libs
7701 else
7702   # MS-DOS does not allow filenames that begin with a dot.
7703   lt_cv_objdir=_libs
7704 fi
7705 rmdir .libs 2>/dev/null
7706 fi
7707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7708 $as_echo "$lt_cv_objdir" >&6; }
7709 objdir=$lt_cv_objdir
7710
7711
7712
7713
7714
7715 cat >>confdefs.h <<_ACEOF
7716 #define LT_OBJDIR "$lt_cv_objdir/"
7717 _ACEOF
7718
7719
7720
7721
7722 case $host_os in
7723 aix3*)
7724   # AIX sometimes has problems with the GCC collect2 program.  For some
7725   # reason, if we set the COLLECT_NAMES environment variable, the problems
7726   # vanish in a puff of smoke.
7727   if test "X${COLLECT_NAMES+set}" != Xset; then
7728     COLLECT_NAMES=
7729     export COLLECT_NAMES
7730   fi
7731   ;;
7732 esac
7733
7734 # Global variables:
7735 ofile=libtool
7736 can_build_shared=yes
7737
7738 # All known linkers require a `.a' archive for static linking (except MSVC,
7739 # which needs '.lib').
7740 libext=a
7741
7742 with_gnu_ld="$lt_cv_prog_gnu_ld"
7743
7744 old_CC="$CC"
7745 old_CFLAGS="$CFLAGS"
7746
7747 # Set sane defaults for various variables
7748 test -z "$CC" && CC=cc
7749 test -z "$LTCC" && LTCC=$CC
7750 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7751 test -z "$LD" && LD=ld
7752 test -z "$ac_objext" && ac_objext=o
7753
7754 for cc_temp in $compiler""; do
7755   case $cc_temp in
7756     compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7757     distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7758     \-*) ;;
7759     *) break;;
7760   esac
7761 done
7762 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7763
7764
7765 # Only perform the check for file, if the check method requires it
7766 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7767 case $deplibs_check_method in
7768 file_magic*)
7769   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7770     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7771 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7772 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7773   $as_echo_n "(cached) " >&6
7774 else
7775   case $MAGIC_CMD in
7776 [\\/*] |  ?:[\\/]*)
7777   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7778   ;;
7779 *)
7780   lt_save_MAGIC_CMD="$MAGIC_CMD"
7781   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7782   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7783   for ac_dir in $ac_dummy; do
7784     IFS="$lt_save_ifs"
7785     test -z "$ac_dir" && ac_dir=.
7786     if test -f $ac_dir/${ac_tool_prefix}file; then
7787       lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7788       if test -n "$file_magic_test_file"; then
7789         case $deplibs_check_method in
7790         "file_magic "*)
7791           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7792           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7793           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7794             $EGREP "$file_magic_regex" > /dev/null; then
7795             :
7796           else
7797             cat <<_LT_EOF 1>&2
7798
7799 *** Warning: the command libtool uses to detect shared libraries,
7800 *** $file_magic_cmd, produces output that libtool cannot recognize.
7801 *** The result is that libtool may fail to recognize shared libraries
7802 *** as such.  This will affect the creation of libtool libraries that
7803 *** depend on shared libraries, but programs linked with such libtool
7804 *** libraries will work regardless of this problem.  Nevertheless, you
7805 *** may want to report the problem to your system manager and/or to
7806 *** bug-libtool@gnu.org
7807
7808 _LT_EOF
7809           fi ;;
7810         esac
7811       fi
7812       break
7813     fi
7814   done
7815   IFS="$lt_save_ifs"
7816   MAGIC_CMD="$lt_save_MAGIC_CMD"
7817   ;;
7818 esac
7819 fi
7820
7821 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7822 if test -n "$MAGIC_CMD"; then
7823   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7824 $as_echo "$MAGIC_CMD" >&6; }
7825 else
7826   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7827 $as_echo "no" >&6; }
7828 fi
7829
7830
7831
7832
7833
7834 if test -z "$lt_cv_path_MAGIC_CMD"; then
7835   if test -n "$ac_tool_prefix"; then
7836     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7837 $as_echo_n "checking for file... " >&6; }
7838 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7839   $as_echo_n "(cached) " >&6
7840 else
7841   case $MAGIC_CMD in
7842 [\\/*] |  ?:[\\/]*)
7843   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7844   ;;
7845 *)
7846   lt_save_MAGIC_CMD="$MAGIC_CMD"
7847   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7848   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7849   for ac_dir in $ac_dummy; do
7850     IFS="$lt_save_ifs"
7851     test -z "$ac_dir" && ac_dir=.
7852     if test -f $ac_dir/file; then
7853       lt_cv_path_MAGIC_CMD="$ac_dir/file"
7854       if test -n "$file_magic_test_file"; then
7855         case $deplibs_check_method in
7856         "file_magic "*)
7857           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7858           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7859           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7860             $EGREP "$file_magic_regex" > /dev/null; then
7861             :
7862           else
7863             cat <<_LT_EOF 1>&2
7864
7865 *** Warning: the command libtool uses to detect shared libraries,
7866 *** $file_magic_cmd, produces output that libtool cannot recognize.
7867 *** The result is that libtool may fail to recognize shared libraries
7868 *** as such.  This will affect the creation of libtool libraries that
7869 *** depend on shared libraries, but programs linked with such libtool
7870 *** libraries will work regardless of this problem.  Nevertheless, you
7871 *** may want to report the problem to your system manager and/or to
7872 *** bug-libtool@gnu.org
7873
7874 _LT_EOF
7875           fi ;;
7876         esac
7877       fi
7878       break
7879     fi
7880   done
7881   IFS="$lt_save_ifs"
7882   MAGIC_CMD="$lt_save_MAGIC_CMD"
7883   ;;
7884 esac
7885 fi
7886
7887 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7888 if test -n "$MAGIC_CMD"; then
7889   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7890 $as_echo "$MAGIC_CMD" >&6; }
7891 else
7892   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7893 $as_echo "no" >&6; }
7894 fi
7895
7896
7897   else
7898     MAGIC_CMD=:
7899   fi
7900 fi
7901
7902   fi
7903   ;;
7904 esac
7905
7906 # Use C for the default configuration in the libtool script
7907
7908 lt_save_CC="$CC"
7909 ac_ext=c
7910 ac_cpp='$CPP $CPPFLAGS'
7911 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7912 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7913 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7914
7915
7916 # Source file extension for C test sources.
7917 ac_ext=c
7918
7919 # Object file extension for compiled C test sources.
7920 objext=o
7921 objext=$objext
7922
7923 # Code to be used in simple compile tests
7924 lt_simple_compile_test_code="int some_variable = 0;"
7925
7926 # Code to be used in simple link tests
7927 lt_simple_link_test_code='int main(){return(0);}'
7928
7929
7930
7931
7932
7933
7934
7935 # If no C compiler was specified, use CC.
7936 LTCC=${LTCC-"$CC"}
7937
7938 # If no C compiler flags were specified, use CFLAGS.
7939 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7940
7941 # Allow CC to be a program name with arguments.
7942 compiler=$CC
7943
7944 # Save the default compiler, since it gets overwritten when the other
7945 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7946 compiler_DEFAULT=$CC
7947
7948 # save warnings/boilerplate of simple test code
7949 ac_outfile=conftest.$ac_objext
7950 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7951 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7952 _lt_compiler_boilerplate=`cat conftest.err`
7953 $RM conftest*
7954
7955 ac_outfile=conftest.$ac_objext
7956 echo "$lt_simple_link_test_code" >conftest.$ac_ext
7957 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7958 _lt_linker_boilerplate=`cat conftest.err`
7959 $RM -r conftest*
7960
7961
7962 ## CAVEAT EMPTOR:
7963 ## There is no encapsulation within the following macros, do not change
7964 ## the running order or otherwise move them around unless you know exactly
7965 ## what you are doing...
7966 if test -n "$compiler"; then
7967
7968 lt_prog_compiler_no_builtin_flag=
7969
7970 if test "$GCC" = yes; then
7971   case $cc_basename in
7972   nvcc*)
7973     lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7974   *)
7975     lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7976   esac
7977
7978   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7979 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7980 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
7981   $as_echo_n "(cached) " >&6
7982 else
7983   lt_cv_prog_compiler_rtti_exceptions=no
7984    ac_outfile=conftest.$ac_objext
7985    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7986    lt_compiler_flag="-fno-rtti -fno-exceptions"
7987    # Insert the option either (1) after the last *FLAGS variable, or
7988    # (2) before a word containing "conftest.", or (3) at the end.
7989    # Note that $ac_compile itself does not contain backslashes and begins
7990    # with a dollar sign (not a hyphen), so the echo should work correctly.
7991    # The option is referenced via a variable to avoid confusing sed.
7992    lt_compile=`echo "$ac_compile" | $SED \
7993    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7994    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7995    -e 's:$: $lt_compiler_flag:'`
7996    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7997    (eval "$lt_compile" 2>conftest.err)
7998    ac_status=$?
7999    cat conftest.err >&5
8000    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8001    if (exit $ac_status) && test -s "$ac_outfile"; then
8002      # The compiler can only warn and ignore the option if not recognized
8003      # So say no if there are warnings other than the usual output.
8004      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8005      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8006      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8007        lt_cv_prog_compiler_rtti_exceptions=yes
8008      fi
8009    fi
8010    $RM conftest*
8011
8012 fi
8013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8014 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8015
8016 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8017     lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8018 else
8019     :
8020 fi
8021
8022 fi
8023
8024
8025
8026
8027
8028
8029   lt_prog_compiler_wl=
8030 lt_prog_compiler_pic=
8031 lt_prog_compiler_static=
8032
8033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8034 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8035
8036   if test "$GCC" = yes; then
8037     lt_prog_compiler_wl='-Wl,'
8038     lt_prog_compiler_static='-static'
8039
8040     case $host_os in
8041       aix*)
8042       # All AIX code is PIC.
8043       if test "$host_cpu" = ia64; then
8044         # AIX 5 now supports IA64 processor
8045         lt_prog_compiler_static='-Bstatic'
8046       fi
8047       lt_prog_compiler_pic='-fPIC'
8048       ;;
8049
8050     amigaos*)
8051       case $host_cpu in
8052       powerpc)
8053             # see comment about AmigaOS4 .so support
8054             lt_prog_compiler_pic='-fPIC'
8055         ;;
8056       m68k)
8057             # FIXME: we need at least 68020 code to build shared libraries, but
8058             # adding the `-m68020' flag to GCC prevents building anything better,
8059             # like `-m68040'.
8060             lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8061         ;;
8062       esac
8063       ;;
8064
8065     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8066       # PIC is the default for these OSes.
8067       ;;
8068
8069     mingw* | cygwin* | pw32* | os2* | cegcc*)
8070       # This hack is so that the source file can tell whether it is being
8071       # built for inclusion in a dll (and should export symbols for example).
8072       # Although the cygwin gcc ignores -fPIC, still need this for old-style
8073       # (--disable-auto-import) libraries
8074       lt_prog_compiler_pic='-DDLL_EXPORT'
8075       ;;
8076
8077     darwin* | rhapsody*)
8078       # PIC is the default on this platform
8079       # Common symbols not allowed in MH_DYLIB files
8080       lt_prog_compiler_pic='-fno-common'
8081       ;;
8082
8083     haiku*)
8084       # PIC is the default for Haiku.
8085       # The "-static" flag exists, but is broken.
8086       lt_prog_compiler_static=
8087       ;;
8088
8089     hpux*)
8090       # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8091       # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
8092       # sets the default TLS model and affects inlining.
8093       case $host_cpu in
8094       hppa*64*)
8095         # +Z the default
8096         ;;
8097       *)
8098         lt_prog_compiler_pic='-fPIC'
8099         ;;
8100       esac
8101       ;;
8102
8103     interix[3-9]*)
8104       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8105       # Instead, we relocate shared libraries at runtime.
8106       ;;
8107
8108     msdosdjgpp*)
8109       # Just because we use GCC doesn't mean we suddenly get shared libraries
8110       # on systems that don't support them.
8111       lt_prog_compiler_can_build_shared=no
8112       enable_shared=no
8113       ;;
8114
8115     *nto* | *qnx*)
8116       # QNX uses GNU C++, but need to define -shared option too, otherwise
8117       # it will coredump.
8118       lt_prog_compiler_pic='-fPIC -shared'
8119       ;;
8120
8121     sysv4*MP*)
8122       if test -d /usr/nec; then
8123         lt_prog_compiler_pic=-Kconform_pic
8124       fi
8125       ;;
8126
8127     *)
8128       lt_prog_compiler_pic='-fPIC'
8129       ;;
8130     esac
8131
8132     case $cc_basename in
8133     nvcc*) # Cuda Compiler Driver 2.2
8134       lt_prog_compiler_wl='-Xlinker '
8135       lt_prog_compiler_pic='-Xcompiler -fPIC'
8136       ;;
8137     esac
8138   else
8139     # PORTME Check for flag to pass linker flags through the system compiler.
8140     case $host_os in
8141     aix*)
8142       lt_prog_compiler_wl='-Wl,'
8143       if test "$host_cpu" = ia64; then
8144         # AIX 5 now supports IA64 processor
8145         lt_prog_compiler_static='-Bstatic'
8146       else
8147         lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8148       fi
8149       ;;
8150
8151     mingw* | cygwin* | pw32* | os2* | cegcc*)
8152       # This hack is so that the source file can tell whether it is being
8153       # built for inclusion in a dll (and should export symbols for example).
8154       lt_prog_compiler_pic='-DDLL_EXPORT'
8155       ;;
8156
8157     hpux9* | hpux10* | hpux11*)
8158       lt_prog_compiler_wl='-Wl,'
8159       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8160       # not for PA HP-UX.
8161       case $host_cpu in
8162       hppa*64*|ia64*)
8163         # +Z the default
8164         ;;
8165       *)
8166         lt_prog_compiler_pic='+Z'
8167         ;;
8168       esac
8169       # Is there a better lt_prog_compiler_static that works with the bundled CC?
8170       lt_prog_compiler_static='${wl}-a ${wl}archive'
8171       ;;
8172
8173     irix5* | irix6* | nonstopux*)
8174       lt_prog_compiler_wl='-Wl,'
8175       # PIC (with -KPIC) is the default.
8176       lt_prog_compiler_static='-non_shared'
8177       ;;
8178
8179     linux* | k*bsd*-gnu | kopensolaris*-gnu)
8180       case $cc_basename in
8181       # old Intel for x86_64 which still supported -KPIC.
8182       ecc*)
8183         lt_prog_compiler_wl='-Wl,'
8184         lt_prog_compiler_pic='-KPIC'
8185         lt_prog_compiler_static='-static'
8186         ;;
8187       # icc used to be incompatible with GCC.
8188       # ICC 10 doesn't accept -KPIC any more.
8189       icc* | ifort*)
8190         lt_prog_compiler_wl='-Wl,'
8191         lt_prog_compiler_pic='-fPIC'
8192         lt_prog_compiler_static='-static'
8193         ;;
8194       # Lahey Fortran 8.1.
8195       lf95*)
8196         lt_prog_compiler_wl='-Wl,'
8197         lt_prog_compiler_pic='--shared'
8198         lt_prog_compiler_static='--static'
8199         ;;
8200       pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8201         # Portland Group compilers (*not* the Pentium gcc compiler,
8202         # which looks to be a dead project)
8203         lt_prog_compiler_wl='-Wl,'
8204         lt_prog_compiler_pic='-fpic'
8205         lt_prog_compiler_static='-Bstatic'
8206         ;;
8207       ccc*)
8208         lt_prog_compiler_wl='-Wl,'
8209         # All Alpha code is PIC.
8210         lt_prog_compiler_static='-non_shared'
8211         ;;
8212       xl* | bgxl* | bgf* | mpixl*)
8213         # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8214         lt_prog_compiler_wl='-Wl,'
8215         lt_prog_compiler_pic='-qpic'
8216         lt_prog_compiler_static='-qstaticlink'
8217         ;;
8218       *)
8219         case `$CC -V 2>&1 | sed 5q` in
8220         *Sun\ F* | *Sun*Fortran*)
8221           # Sun Fortran 8.3 passes all unrecognized flags to the linker
8222           lt_prog_compiler_pic='-KPIC'
8223           lt_prog_compiler_static='-Bstatic'
8224           lt_prog_compiler_wl=''
8225           ;;
8226         *Sun\ C*)
8227           # Sun C 5.9
8228           lt_prog_compiler_pic='-KPIC'
8229           lt_prog_compiler_static='-Bstatic'
8230           lt_prog_compiler_wl='-Wl,'
8231           ;;
8232         esac
8233         ;;
8234       esac
8235       ;;
8236
8237     newsos6)
8238       lt_prog_compiler_pic='-KPIC'
8239       lt_prog_compiler_static='-Bstatic'
8240       ;;
8241
8242     *nto* | *qnx*)
8243       # QNX uses GNU C++, but need to define -shared option too, otherwise
8244       # it will coredump.
8245       lt_prog_compiler_pic='-fPIC -shared'
8246       ;;
8247
8248     osf3* | osf4* | osf5*)
8249       lt_prog_compiler_wl='-Wl,'
8250       # All OSF/1 code is PIC.
8251       lt_prog_compiler_static='-non_shared'
8252       ;;
8253
8254     rdos*)
8255       lt_prog_compiler_static='-non_shared'
8256       ;;
8257
8258     solaris*)
8259       lt_prog_compiler_pic='-KPIC'
8260       lt_prog_compiler_static='-Bstatic'
8261       case $cc_basename in
8262       f77* | f90* | f95*)
8263         lt_prog_compiler_wl='-Qoption ld ';;
8264       *)
8265         lt_prog_compiler_wl='-Wl,';;
8266       esac
8267       ;;
8268
8269     sunos4*)
8270       lt_prog_compiler_wl='-Qoption ld '
8271       lt_prog_compiler_pic='-PIC'
8272       lt_prog_compiler_static='-Bstatic'
8273       ;;
8274
8275     sysv4 | sysv4.2uw2* | sysv4.3*)
8276       lt_prog_compiler_wl='-Wl,'
8277       lt_prog_compiler_pic='-KPIC'
8278       lt_prog_compiler_static='-Bstatic'
8279       ;;
8280
8281     sysv4*MP*)
8282       if test -d /usr/nec ;then
8283         lt_prog_compiler_pic='-Kconform_pic'
8284         lt_prog_compiler_static='-Bstatic'
8285       fi
8286       ;;
8287
8288     sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8289       lt_prog_compiler_wl='-Wl,'
8290       lt_prog_compiler_pic='-KPIC'
8291       lt_prog_compiler_static='-Bstatic'
8292       ;;
8293
8294     unicos*)
8295       lt_prog_compiler_wl='-Wl,'
8296       lt_prog_compiler_can_build_shared=no
8297       ;;
8298
8299     uts4*)
8300       lt_prog_compiler_pic='-pic'
8301       lt_prog_compiler_static='-Bstatic'
8302       ;;
8303
8304     *)
8305       lt_prog_compiler_can_build_shared=no
8306       ;;
8307     esac
8308   fi
8309
8310 case $host_os in
8311   # For platforms which do not support PIC, -DPIC is meaningless:
8312   *djgpp*)
8313     lt_prog_compiler_pic=
8314     ;;
8315   *)
8316     lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8317     ;;
8318 esac
8319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8320 $as_echo "$lt_prog_compiler_pic" >&6; }
8321
8322
8323
8324
8325
8326
8327 #
8328 # Check to make sure the PIC flag actually works.
8329 #
8330 if test -n "$lt_prog_compiler_pic"; then
8331   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8332 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8333 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8334   $as_echo_n "(cached) " >&6
8335 else
8336   lt_cv_prog_compiler_pic_works=no
8337    ac_outfile=conftest.$ac_objext
8338    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8339    lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8340    # Insert the option either (1) after the last *FLAGS variable, or
8341    # (2) before a word containing "conftest.", or (3) at the end.
8342    # Note that $ac_compile itself does not contain backslashes and begins
8343    # with a dollar sign (not a hyphen), so the echo should work correctly.
8344    # The option is referenced via a variable to avoid confusing sed.
8345    lt_compile=`echo "$ac_compile" | $SED \
8346    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8347    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8348    -e 's:$: $lt_compiler_flag:'`
8349    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8350    (eval "$lt_compile" 2>conftest.err)
8351    ac_status=$?
8352    cat conftest.err >&5
8353    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8354    if (exit $ac_status) && test -s "$ac_outfile"; then
8355      # The compiler can only warn and ignore the option if not recognized
8356      # So say no if there are warnings other than the usual output.
8357      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8358      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8359      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8360        lt_cv_prog_compiler_pic_works=yes
8361      fi
8362    fi
8363    $RM conftest*
8364
8365 fi
8366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8367 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8368
8369 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8370     case $lt_prog_compiler_pic in
8371      "" | " "*) ;;
8372      *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8373      esac
8374 else
8375     lt_prog_compiler_pic=
8376      lt_prog_compiler_can_build_shared=no
8377 fi
8378
8379 fi
8380
8381
8382
8383
8384
8385
8386 #
8387 # Check to make sure the static flag actually works.
8388 #
8389 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8391 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8392 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8393   $as_echo_n "(cached) " >&6
8394 else
8395   lt_cv_prog_compiler_static_works=no
8396    save_LDFLAGS="$LDFLAGS"
8397    LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8398    echo "$lt_simple_link_test_code" > conftest.$ac_ext
8399    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8400      # The linker can only warn and ignore the option if not recognized
8401      # So say no if there are warnings
8402      if test -s conftest.err; then
8403        # Append any errors to the config.log.
8404        cat conftest.err 1>&5
8405        $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8406        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8407        if diff conftest.exp conftest.er2 >/dev/null; then
8408          lt_cv_prog_compiler_static_works=yes
8409        fi
8410      else
8411        lt_cv_prog_compiler_static_works=yes
8412      fi
8413    fi
8414    $RM -r conftest*
8415    LDFLAGS="$save_LDFLAGS"
8416
8417 fi
8418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8419 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8420
8421 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8422     :
8423 else
8424     lt_prog_compiler_static=
8425 fi
8426
8427
8428
8429
8430
8431
8432
8433   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8434 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8435 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8436   $as_echo_n "(cached) " >&6
8437 else
8438   lt_cv_prog_compiler_c_o=no
8439    $RM -r conftest 2>/dev/null
8440    mkdir conftest
8441    cd conftest
8442    mkdir out
8443    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8444
8445    lt_compiler_flag="-o out/conftest2.$ac_objext"
8446    # Insert the option either (1) after the last *FLAGS variable, or
8447    # (2) before a word containing "conftest.", or (3) at the end.
8448    # Note that $ac_compile itself does not contain backslashes and begins
8449    # with a dollar sign (not a hyphen), so the echo should work correctly.
8450    lt_compile=`echo "$ac_compile" | $SED \
8451    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8452    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8453    -e 's:$: $lt_compiler_flag:'`
8454    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8455    (eval "$lt_compile" 2>out/conftest.err)
8456    ac_status=$?
8457    cat out/conftest.err >&5
8458    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8459    if (exit $ac_status) && test -s out/conftest2.$ac_objext
8460    then
8461      # The compiler can only warn and ignore the option if not recognized
8462      # So say no if there are warnings
8463      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8464      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8465      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8466        lt_cv_prog_compiler_c_o=yes
8467      fi
8468    fi
8469    chmod u+w . 2>&5
8470    $RM conftest*
8471    # SGI C++ compiler will create directory out/ii_files/ for
8472    # template instantiation
8473    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8474    $RM out/* && rmdir out
8475    cd ..
8476    $RM -r conftest
8477    $RM conftest*
8478
8479 fi
8480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8481 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8482
8483
8484
8485
8486
8487
8488   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8489 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8490 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8491   $as_echo_n "(cached) " >&6
8492 else
8493   lt_cv_prog_compiler_c_o=no
8494    $RM -r conftest 2>/dev/null
8495    mkdir conftest
8496    cd conftest
8497    mkdir out
8498    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8499
8500    lt_compiler_flag="-o out/conftest2.$ac_objext"
8501    # Insert the option either (1) after the last *FLAGS variable, or
8502    # (2) before a word containing "conftest.", or (3) at the end.
8503    # Note that $ac_compile itself does not contain backslashes and begins
8504    # with a dollar sign (not a hyphen), so the echo should work correctly.
8505    lt_compile=`echo "$ac_compile" | $SED \
8506    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8507    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8508    -e 's:$: $lt_compiler_flag:'`
8509    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8510    (eval "$lt_compile" 2>out/conftest.err)
8511    ac_status=$?
8512    cat out/conftest.err >&5
8513    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8514    if (exit $ac_status) && test -s out/conftest2.$ac_objext
8515    then
8516      # The compiler can only warn and ignore the option if not recognized
8517      # So say no if there are warnings
8518      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8519      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8520      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8521        lt_cv_prog_compiler_c_o=yes
8522      fi
8523    fi
8524    chmod u+w . 2>&5
8525    $RM conftest*
8526    # SGI C++ compiler will create directory out/ii_files/ for
8527    # template instantiation
8528    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8529    $RM out/* && rmdir out
8530    cd ..
8531    $RM -r conftest
8532    $RM conftest*
8533
8534 fi
8535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8536 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8537
8538
8539
8540
8541 hard_links="nottested"
8542 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8543   # do not overwrite the value of need_locks provided by the user
8544   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8545 $as_echo_n "checking if we can lock with hard links... " >&6; }
8546   hard_links=yes
8547   $RM conftest*
8548   ln conftest.a conftest.b 2>/dev/null && hard_links=no
8549   touch conftest.a
8550   ln conftest.a conftest.b 2>&5 || hard_links=no
8551   ln conftest.a conftest.b 2>/dev/null && hard_links=no
8552   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8553 $as_echo "$hard_links" >&6; }
8554   if test "$hard_links" = no; then
8555     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8556 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8557     need_locks=warn
8558   fi
8559 else
8560   need_locks=no
8561 fi
8562
8563
8564
8565
8566
8567
8568   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8569 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8570
8571   runpath_var=
8572   allow_undefined_flag=
8573   always_export_symbols=no
8574   archive_cmds=
8575   archive_expsym_cmds=
8576   compiler_needs_object=no
8577   enable_shared_with_static_runtimes=no
8578   export_dynamic_flag_spec=
8579   export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8580   hardcode_automatic=no
8581   hardcode_direct=no
8582   hardcode_direct_absolute=no
8583   hardcode_libdir_flag_spec=
8584   hardcode_libdir_flag_spec_ld=
8585   hardcode_libdir_separator=
8586   hardcode_minus_L=no
8587   hardcode_shlibpath_var=unsupported
8588   inherit_rpath=no
8589   link_all_deplibs=unknown
8590   module_cmds=
8591   module_expsym_cmds=
8592   old_archive_from_new_cmds=
8593   old_archive_from_expsyms_cmds=
8594   thread_safe_flag_spec=
8595   whole_archive_flag_spec=
8596   # include_expsyms should be a list of space-separated symbols to be *always*
8597   # included in the symbol list
8598   include_expsyms=
8599   # exclude_expsyms can be an extended regexp of symbols to exclude
8600   # it will be wrapped by ` (' and `)$', so one must not match beginning or
8601   # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8602   # as well as any symbol that contains `d'.
8603   exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8604   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8605   # platforms (ab)use it in PIC code, but their linkers get confused if
8606   # the symbol is explicitly referenced.  Since portable code cannot
8607   # rely on this symbol name, it's probably fine to never include it in
8608   # preloaded symbol tables.
8609   # Exclude shared library initialization/finalization symbols.
8610   extract_expsyms_cmds=
8611
8612   case $host_os in
8613   cygwin* | mingw* | pw32* | cegcc*)
8614     # FIXME: the MSVC++ port hasn't been tested in a loooong time
8615     # When not using gcc, we currently assume that we are using
8616     # Microsoft Visual C++.
8617     if test "$GCC" != yes; then
8618       with_gnu_ld=no
8619     fi
8620     ;;
8621   interix*)
8622     # we just hope/assume this is gcc and not c89 (= MSVC++)
8623     with_gnu_ld=yes
8624     ;;
8625   openbsd*)
8626     with_gnu_ld=no
8627     ;;
8628   esac
8629
8630   ld_shlibs=yes
8631
8632   # On some targets, GNU ld is compatible enough with the native linker
8633   # that we're better off using the native interface for both.
8634   lt_use_gnu_ld_interface=no
8635   if test "$with_gnu_ld" = yes; then
8636     case $host_os in
8637       aix*)
8638         # The AIX port of GNU ld has always aspired to compatibility
8639         # with the native linker.  However, as the warning in the GNU ld
8640         # block says, versions before 2.19.5* couldn't really create working
8641         # shared libraries, regardless of the interface used.
8642         case `$LD -v 2>&1` in
8643           *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8644           *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8645           *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8646           *)
8647             lt_use_gnu_ld_interface=yes
8648             ;;
8649         esac
8650         ;;
8651       *)
8652         lt_use_gnu_ld_interface=yes
8653         ;;
8654     esac
8655   fi
8656
8657   if test "$lt_use_gnu_ld_interface" = yes; then
8658     # If archive_cmds runs LD, not CC, wlarc should be empty
8659     wlarc='${wl}'
8660
8661     # Set some defaults for GNU ld with shared library support. These
8662     # are reset later if shared libraries are not supported. Putting them
8663     # here allows them to be overridden if necessary.
8664     runpath_var=LD_RUN_PATH
8665     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8666     export_dynamic_flag_spec='${wl}--export-dynamic'
8667     # ancient GNU ld didn't support --whole-archive et. al.
8668     if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8669       whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8670     else
8671       whole_archive_flag_spec=
8672     fi
8673     supports_anon_versioning=no
8674     case `$LD -v 2>&1` in
8675       *GNU\ gold*) supports_anon_versioning=yes ;;
8676       *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8677       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8678       *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8679       *\ 2.11.*) ;; # other 2.11 versions
8680       *) supports_anon_versioning=yes ;;
8681     esac
8682
8683     # See if GNU ld supports shared libraries.
8684     case $host_os in
8685     aix[3-9]*)
8686       # On AIX/PPC, the GNU linker is very broken
8687       if test "$host_cpu" != ia64; then
8688         ld_shlibs=no
8689         cat <<_LT_EOF 1>&2
8690
8691 *** Warning: the GNU linker, at least up to release 2.19, is reported
8692 *** to be unable to reliably create shared libraries on AIX.
8693 *** Therefore, libtool is disabling shared libraries support.  If you
8694 *** really care for shared libraries, you may want to install binutils
8695 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8696 *** You will then need to restart the configuration process.
8697
8698 _LT_EOF
8699       fi
8700       ;;
8701
8702     amigaos*)
8703       case $host_cpu in
8704       powerpc)
8705             # see comment about AmigaOS4 .so support
8706             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8707             archive_expsym_cmds=''
8708         ;;
8709       m68k)
8710             archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
8711             hardcode_libdir_flag_spec='-L$libdir'
8712             hardcode_minus_L=yes
8713         ;;
8714       esac
8715       ;;
8716
8717     beos*)
8718       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8719         allow_undefined_flag=unsupported
8720         # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8721         # support --undefined.  This deserves some investigation.  FIXME
8722         archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8723       else
8724         ld_shlibs=no
8725       fi
8726       ;;
8727
8728     cygwin* | mingw* | pw32* | cegcc*)
8729       # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8730       # as there is no search path for DLLs.
8731       hardcode_libdir_flag_spec='-L$libdir'
8732       export_dynamic_flag_spec='${wl}--export-all-symbols'
8733       allow_undefined_flag=unsupported
8734       always_export_symbols=no
8735       enable_shared_with_static_runtimes=yes
8736       export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8737
8738       if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8739         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8740         # If the export-symbols file already is a .def file (1st line
8741         # is EXPORTS), use it as is; otherwise, prepend...
8742         archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8743           cp $export_symbols $output_objdir/$soname.def;
8744         else
8745           echo EXPORTS > $output_objdir/$soname.def;
8746           cat $export_symbols >> $output_objdir/$soname.def;
8747         fi~
8748         $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8749       else
8750         ld_shlibs=no
8751       fi
8752       ;;
8753
8754     haiku*)
8755       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8756       link_all_deplibs=yes
8757       ;;
8758
8759     interix[3-9]*)
8760       hardcode_direct=no
8761       hardcode_shlibpath_var=no
8762       hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8763       export_dynamic_flag_spec='${wl}-E'
8764       # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8765       # Instead, shared libraries are loaded at an image base (0x10000000 by
8766       # default) and relocated if they conflict, which is a slow very memory
8767       # consuming and fragmenting process.  To avoid this, we pick a random,
8768       # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8769       # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
8770       archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8771       archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8772       ;;
8773
8774     gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8775       tmp_diet=no
8776       if test "$host_os" = linux-dietlibc; then
8777         case $cc_basename in
8778           diet\ *) tmp_diet=yes;;       # linux-dietlibc with static linking (!diet-dyn)
8779         esac
8780       fi
8781       if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8782          && test "$tmp_diet" = no
8783       then
8784         tmp_addflag=' $pic_flag'
8785         tmp_sharedflag='-shared'
8786         case $cc_basename,$host_cpu in
8787         pgcc*)                          # Portland Group C compiler
8788           whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
8789           tmp_addflag=' $pic_flag'
8790           ;;
8791         pgf77* | pgf90* | pgf95* | pgfortran*)
8792                                         # Portland Group f77 and f90 compilers
8793           whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
8794           tmp_addflag=' $pic_flag -Mnomain' ;;
8795         ecc*,ia64* | icc*,ia64*)        # Intel C compiler on ia64
8796           tmp_addflag=' -i_dynamic' ;;
8797         efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
8798           tmp_addflag=' -i_dynamic -nofor_main' ;;
8799         ifc* | ifort*)                  # Intel Fortran compiler
8800           tmp_addflag=' -nofor_main' ;;
8801         lf95*)                          # Lahey Fortran 8.1
8802           whole_archive_flag_spec=
8803           tmp_sharedflag='--shared' ;;
8804         xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8805           tmp_sharedflag='-qmkshrobj'
8806           tmp_addflag= ;;
8807         nvcc*)  # Cuda Compiler Driver 2.2
8808           whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
8809           compiler_needs_object=yes
8810           ;;
8811         esac
8812         case `$CC -V 2>&1 | sed 5q` in
8813         *Sun\ C*)                       # Sun C 5.9
8814           whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
8815           compiler_needs_object=yes
8816           tmp_sharedflag='-G' ;;
8817         *Sun\ F*)                       # Sun Fortran 8.3
8818           tmp_sharedflag='-G' ;;
8819         esac
8820         archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8821
8822         if test "x$supports_anon_versioning" = xyes; then
8823           archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8824             cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8825             echo "local: *; };" >> $output_objdir/$libname.ver~
8826             $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8827         fi
8828
8829         case $cc_basename in
8830         xlf* | bgf* | bgxlf* | mpixlf*)
8831           # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8832           whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8833           hardcode_libdir_flag_spec=
8834           hardcode_libdir_flag_spec_ld='-rpath $libdir'
8835           archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8836           if test "x$supports_anon_versioning" = xyes; then
8837             archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8838               cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8839               echo "local: *; };" >> $output_objdir/$libname.ver~
8840               $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8841           fi
8842           ;;
8843         esac
8844       else
8845         ld_shlibs=no
8846       fi
8847       ;;
8848
8849     netbsd*)
8850       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8851         archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8852         wlarc=
8853       else
8854         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8855         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8856       fi
8857       ;;
8858
8859     solaris*)
8860       if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8861         ld_shlibs=no
8862         cat <<_LT_EOF 1>&2
8863
8864 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8865 *** create shared libraries on Solaris systems.  Therefore, libtool
8866 *** is disabling shared libraries support.  We urge you to upgrade GNU
8867 *** binutils to release 2.9.1 or newer.  Another option is to modify
8868 *** your PATH or compiler configuration so that the native linker is
8869 *** used, and then restart.
8870
8871 _LT_EOF
8872       elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8873         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8874         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8875       else
8876         ld_shlibs=no
8877       fi
8878       ;;
8879
8880     sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8881       case `$LD -v 2>&1` in
8882         *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8883         ld_shlibs=no
8884         cat <<_LT_EOF 1>&2
8885
8886 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8887 *** reliably create shared libraries on SCO systems.  Therefore, libtool
8888 *** is disabling shared libraries support.  We urge you to upgrade GNU
8889 *** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
8890 *** your PATH or compiler configuration so that the native linker is
8891 *** used, and then restart.
8892
8893 _LT_EOF
8894         ;;
8895         *)
8896           # For security reasons, it is highly recommended that you always
8897           # use absolute paths for naming shared libraries, and exclude the
8898           # DT_RUNPATH tag from executables and libraries.  But doing so
8899           # requires that you compile everything twice, which is a pain.
8900           if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8901             hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8902             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8903             archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8904           else
8905             ld_shlibs=no
8906           fi
8907         ;;
8908       esac
8909       ;;
8910
8911     sunos4*)
8912       archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8913       wlarc=
8914       hardcode_direct=yes
8915       hardcode_shlibpath_var=no
8916       ;;
8917
8918     *)
8919       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8920         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8921         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8922       else
8923         ld_shlibs=no
8924       fi
8925       ;;
8926     esac
8927
8928     if test "$ld_shlibs" = no; then
8929       runpath_var=
8930       hardcode_libdir_flag_spec=
8931       export_dynamic_flag_spec=
8932       whole_archive_flag_spec=
8933     fi
8934   else
8935     # PORTME fill in a description of your system's linker (not GNU ld)
8936     case $host_os in
8937     aix3*)
8938       allow_undefined_flag=unsupported
8939       always_export_symbols=yes
8940       archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
8941       # Note: this linker hardcodes the directories in LIBPATH if there
8942       # are no directories specified by -L.
8943       hardcode_minus_L=yes
8944       if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8945         # Neither direct hardcoding nor static linking is supported with a
8946         # broken collect2.
8947         hardcode_direct=unsupported
8948       fi
8949       ;;
8950
8951     aix[4-9]*)
8952       if test "$host_cpu" = ia64; then
8953         # On IA64, the linker does run time linking by default, so we don't
8954         # have to do anything special.
8955         aix_use_runtimelinking=no
8956         exp_sym_flag='-Bexport'
8957         no_entry_flag=""
8958       else
8959         # If we're using GNU nm, then we don't want the "-C" option.
8960         # -C means demangle to AIX nm, but means don't demangle with GNU nm
8961         # Also, AIX nm treats weak defined symbols like other global
8962         # defined symbols, whereas GNU nm marks them as "W".
8963         if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8964           export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
8965         else
8966           export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
8967         fi
8968         aix_use_runtimelinking=no
8969
8970         # Test if we are trying to use run time linking or normal
8971         # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8972         # need to do runtime linking.
8973         case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8974           for ld_flag in $LDFLAGS; do
8975           if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8976             aix_use_runtimelinking=yes
8977             break
8978           fi
8979           done
8980           ;;
8981         esac
8982
8983         exp_sym_flag='-bexport'
8984         no_entry_flag='-bnoentry'
8985       fi
8986
8987       # When large executables or shared objects are built, AIX ld can
8988       # have problems creating the table of contents.  If linking a library
8989       # or program results in "error TOC overflow" add -mminimal-toc to
8990       # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
8991       # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8992
8993       archive_cmds=''
8994       hardcode_direct=yes
8995       hardcode_direct_absolute=yes
8996       hardcode_libdir_separator=':'
8997       link_all_deplibs=yes
8998       file_list_spec='${wl}-f,'
8999
9000       if test "$GCC" = yes; then
9001         case $host_os in aix4.[012]|aix4.[012].*)
9002         # We only want to do this on AIX 4.2 and lower, the check
9003         # below for broken collect2 doesn't work under 4.3+
9004           collect2name=`${CC} -print-prog-name=collect2`
9005           if test -f "$collect2name" &&
9006            strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9007           then
9008           # We have reworked collect2
9009           :
9010           else
9011           # We have old collect2
9012           hardcode_direct=unsupported
9013           # It fails to find uninstalled libraries when the uninstalled
9014           # path is not listed in the libpath.  Setting hardcode_minus_L
9015           # to unsupported forces relinking
9016           hardcode_minus_L=yes
9017           hardcode_libdir_flag_spec='-L$libdir'
9018           hardcode_libdir_separator=
9019           fi
9020           ;;
9021         esac
9022         shared_flag='-shared'
9023         if test "$aix_use_runtimelinking" = yes; then
9024           shared_flag="$shared_flag "'${wl}-G'
9025         fi
9026       else
9027         # not using gcc
9028         if test "$host_cpu" = ia64; then
9029         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9030         # chokes on -Wl,-G. The following line is correct:
9031           shared_flag='-G'
9032         else
9033           if test "$aix_use_runtimelinking" = yes; then
9034             shared_flag='${wl}-G'
9035           else
9036             shared_flag='${wl}-bM:SRE'
9037           fi
9038         fi
9039       fi
9040
9041       export_dynamic_flag_spec='${wl}-bexpall'
9042       # It seems that -bexpall does not export symbols beginning with
9043       # underscore (_), so it is better to generate a list of symbols to export.
9044       always_export_symbols=yes
9045       if test "$aix_use_runtimelinking" = yes; then
9046         # Warning - without using the other runtime loading flags (-brtl),
9047         # -berok will link without error, but may produce a broken library.
9048         allow_undefined_flag='-berok'
9049         # Determine the default libpath from the value encoded in an
9050         # empty executable.
9051         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9052 /* end confdefs.h.  */
9053
9054 int
9055 main ()
9056 {
9057
9058   ;
9059   return 0;
9060 }
9061 _ACEOF
9062 if ac_fn_c_try_link "$LINENO"; then :
9063
9064 lt_aix_libpath_sed='
9065     /Import File Strings/,/^$/ {
9066         /^0/ {
9067             s/^0  *\(.*\)$/\1/
9068             p
9069         }
9070     }'
9071 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9072 # Check for a 64-bit object if we didn't find anything.
9073 if test -z "$aix_libpath"; then
9074   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9075 fi
9076 fi
9077 rm -f core conftest.err conftest.$ac_objext \
9078     conftest$ac_exeext conftest.$ac_ext
9079 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9080
9081         hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9082         archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
9083       else
9084         if test "$host_cpu" = ia64; then
9085           hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9086           allow_undefined_flag="-z nodefs"
9087           archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
9088         else
9089          # Determine the default libpath from the value encoded in an
9090          # empty executable.
9091          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9092 /* end confdefs.h.  */
9093
9094 int
9095 main ()
9096 {
9097
9098   ;
9099   return 0;
9100 }
9101 _ACEOF
9102 if ac_fn_c_try_link "$LINENO"; then :
9103
9104 lt_aix_libpath_sed='
9105     /Import File Strings/,/^$/ {
9106         /^0/ {
9107             s/^0  *\(.*\)$/\1/
9108             p
9109         }
9110     }'
9111 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9112 # Check for a 64-bit object if we didn't find anything.
9113 if test -z "$aix_libpath"; then
9114   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9115 fi
9116 fi
9117 rm -f core conftest.err conftest.$ac_objext \
9118     conftest$ac_exeext conftest.$ac_ext
9119 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9120
9121          hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9122           # Warning - without using the other run time loading flags,
9123           # -berok will link without error, but may produce a broken library.
9124           no_undefined_flag=' ${wl}-bernotok'
9125           allow_undefined_flag=' ${wl}-berok'
9126           if test "$with_gnu_ld" = yes; then
9127             # We only use this code for GNU lds that support --whole-archive.
9128             whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9129           else
9130             # Exported symbols can be pulled into shared objects from archives
9131             whole_archive_flag_spec='$convenience'
9132           fi
9133           archive_cmds_need_lc=yes
9134           # This is similar to how AIX traditionally builds its shared libraries.
9135           archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
9136         fi
9137       fi
9138       ;;
9139
9140     amigaos*)
9141       case $host_cpu in
9142       powerpc)
9143             # see comment about AmigaOS4 .so support
9144             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9145             archive_expsym_cmds=''
9146         ;;
9147       m68k)
9148             archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
9149             hardcode_libdir_flag_spec='-L$libdir'
9150             hardcode_minus_L=yes
9151         ;;
9152       esac
9153       ;;
9154
9155     bsdi[45]*)
9156       export_dynamic_flag_spec=-rdynamic
9157       ;;
9158
9159     cygwin* | mingw* | pw32* | cegcc*)
9160       # When not using gcc, we currently assume that we are using
9161       # Microsoft Visual C++.
9162       # hardcode_libdir_flag_spec is actually meaningless, as there is
9163       # no search path for DLLs.
9164       hardcode_libdir_flag_spec=' '
9165       allow_undefined_flag=unsupported
9166       # Tell ltmain to make .lib files, not .a files.
9167       libext=lib
9168       # Tell ltmain to make .dll files, not .so files.
9169       shrext_cmds=".dll"
9170       # FIXME: Setting linknames here is a bad hack.
9171       archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9172       # The linker will automatically build a .lib file if we build a DLL.
9173       old_archive_from_new_cmds='true'
9174       # FIXME: Should let the user specify the lib program.
9175       old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9176       fix_srcfile_path='`cygpath -w "$srcfile"`'
9177       enable_shared_with_static_runtimes=yes
9178       ;;
9179
9180     darwin* | rhapsody*)
9181
9182
9183   archive_cmds_need_lc=no
9184   hardcode_direct=no
9185   hardcode_automatic=yes
9186   hardcode_shlibpath_var=unsupported
9187   if test "$lt_cv_ld_force_load" = "yes"; then
9188     whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
9189   else
9190     whole_archive_flag_spec=''
9191   fi
9192   link_all_deplibs=yes
9193   allow_undefined_flag="$_lt_dar_allow_undefined"
9194   case $cc_basename in
9195      ifort*) _lt_dar_can_shared=yes ;;
9196      *) _lt_dar_can_shared=$GCC ;;
9197   esac
9198   if test "$_lt_dar_can_shared" = "yes"; then
9199     output_verbose_link_cmd=func_echo_all
9200     archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9201     module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9202     archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
9203     module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
9204
9205   else
9206   ld_shlibs=no
9207   fi
9208
9209       ;;
9210
9211     dgux*)
9212       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9213       hardcode_libdir_flag_spec='-L$libdir'
9214       hardcode_shlibpath_var=no
9215       ;;
9216
9217     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9218     # support.  Future versions do this automatically, but an explicit c++rt0.o
9219     # does not break anything, and helps significantly (at the cost of a little
9220     # extra space).
9221     freebsd2.2*)
9222       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9223       hardcode_libdir_flag_spec='-R$libdir'
9224       hardcode_direct=yes
9225       hardcode_shlibpath_var=no
9226       ;;
9227
9228     # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9229     freebsd2.*)
9230       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9231       hardcode_direct=yes
9232       hardcode_minus_L=yes
9233       hardcode_shlibpath_var=no
9234       ;;
9235
9236     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9237     freebsd* | dragonfly*)
9238       archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9239       hardcode_libdir_flag_spec='-R$libdir'
9240       hardcode_direct=yes
9241       hardcode_shlibpath_var=no
9242       ;;
9243
9244     hpux9*)
9245       if test "$GCC" = yes; then
9246         archive_cmds='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
9247       else
9248         archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
9249       fi
9250       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9251       hardcode_libdir_separator=:
9252       hardcode_direct=yes
9253
9254       # hardcode_minus_L: Not really in the search PATH,
9255       # but as the default location of the library.
9256       hardcode_minus_L=yes
9257       export_dynamic_flag_spec='${wl}-E'
9258       ;;
9259
9260     hpux10*)
9261       if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9262         archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9263       else
9264         archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9265       fi
9266       if test "$with_gnu_ld" = no; then
9267         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9268         hardcode_libdir_flag_spec_ld='+b $libdir'
9269         hardcode_libdir_separator=:
9270         hardcode_direct=yes
9271         hardcode_direct_absolute=yes
9272         export_dynamic_flag_spec='${wl}-E'
9273         # hardcode_minus_L: Not really in the search PATH,
9274         # but as the default location of the library.
9275         hardcode_minus_L=yes
9276       fi
9277       ;;
9278
9279     hpux11*)
9280       if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9281         case $host_cpu in
9282         hppa*64*)
9283           archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9284           ;;
9285         ia64*)
9286           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9287           ;;
9288         *)
9289           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9290           ;;
9291         esac
9292       else
9293         case $host_cpu in
9294         hppa*64*)
9295           archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9296           ;;
9297         ia64*)
9298           archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9299           ;;
9300         *)
9301
9302           # Older versions of the 11.00 compiler do not understand -b yet
9303           # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9304           { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9305 $as_echo_n "checking if $CC understands -b... " >&6; }
9306 if test "${lt_cv_prog_compiler__b+set}" = set; then :
9307   $as_echo_n "(cached) " >&6
9308 else
9309   lt_cv_prog_compiler__b=no
9310    save_LDFLAGS="$LDFLAGS"
9311    LDFLAGS="$LDFLAGS -b"
9312    echo "$lt_simple_link_test_code" > conftest.$ac_ext
9313    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9314      # The linker can only warn and ignore the option if not recognized
9315      # So say no if there are warnings
9316      if test -s conftest.err; then
9317        # Append any errors to the config.log.
9318        cat conftest.err 1>&5
9319        $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9320        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9321        if diff conftest.exp conftest.er2 >/dev/null; then
9322          lt_cv_prog_compiler__b=yes
9323        fi
9324      else
9325        lt_cv_prog_compiler__b=yes
9326      fi
9327    fi
9328    $RM -r conftest*
9329    LDFLAGS="$save_LDFLAGS"
9330
9331 fi
9332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9333 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9334
9335 if test x"$lt_cv_prog_compiler__b" = xyes; then
9336     archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9337 else
9338     archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9339 fi
9340
9341           ;;
9342         esac
9343       fi
9344       if test "$with_gnu_ld" = no; then
9345         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9346         hardcode_libdir_separator=:
9347
9348         case $host_cpu in
9349         hppa*64*|ia64*)
9350           hardcode_direct=no
9351           hardcode_shlibpath_var=no
9352           ;;
9353         *)
9354           hardcode_direct=yes
9355           hardcode_direct_absolute=yes
9356           export_dynamic_flag_spec='${wl}-E'
9357
9358           # hardcode_minus_L: Not really in the search PATH,
9359           # but as the default location of the library.
9360           hardcode_minus_L=yes
9361           ;;
9362         esac
9363       fi
9364       ;;
9365
9366     irix5* | irix6* | nonstopux*)
9367       if test "$GCC" = yes; then
9368         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9369         # Try to use the -exported_symbol ld option, if it does not
9370         # work, assume that -exports_file does not work either and
9371         # implicitly export all symbols.
9372         save_LDFLAGS="$LDFLAGS"
9373         LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9374         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9375 /* end confdefs.h.  */
9376 int foo(void) {}
9377 _ACEOF
9378 if ac_fn_c_try_link "$LINENO"; then :
9379   archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
9380
9381 fi
9382 rm -f core conftest.err conftest.$ac_objext \
9383     conftest$ac_exeext conftest.$ac_ext
9384         LDFLAGS="$save_LDFLAGS"
9385       else
9386         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
9387         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
9388       fi
9389       archive_cmds_need_lc='no'
9390       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9391       hardcode_libdir_separator=:
9392       inherit_rpath=yes
9393       link_all_deplibs=yes
9394       ;;
9395
9396     netbsd*)
9397       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9398         archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
9399       else
9400         archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
9401       fi
9402       hardcode_libdir_flag_spec='-R$libdir'
9403       hardcode_direct=yes
9404       hardcode_shlibpath_var=no
9405       ;;
9406
9407     newsos6)
9408       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9409       hardcode_direct=yes
9410       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9411       hardcode_libdir_separator=:
9412       hardcode_shlibpath_var=no
9413       ;;
9414
9415     *nto* | *qnx*)
9416       ;;
9417
9418     openbsd*)
9419       if test -f /usr/libexec/ld.so; then
9420         hardcode_direct=yes
9421         hardcode_shlibpath_var=no
9422         hardcode_direct_absolute=yes
9423         if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9424           archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9425           archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9426           hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9427           export_dynamic_flag_spec='${wl}-E'
9428         else
9429           case $host_os in
9430            openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9431              archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9432              hardcode_libdir_flag_spec='-R$libdir'
9433              ;;
9434            *)
9435              archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9436              hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9437              ;;
9438           esac
9439         fi
9440       else
9441         ld_shlibs=no
9442       fi
9443       ;;
9444
9445     os2*)
9446       hardcode_libdir_flag_spec='-L$libdir'
9447       hardcode_minus_L=yes
9448       allow_undefined_flag=unsupported
9449       archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
9450       old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9451       ;;
9452
9453     osf3*)
9454       if test "$GCC" = yes; then
9455         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9456         archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9457       else
9458         allow_undefined_flag=' -expect_unresolved \*'
9459         archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
9460       fi
9461       archive_cmds_need_lc='no'
9462       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9463       hardcode_libdir_separator=:
9464       ;;
9465
9466     osf4* | osf5*)      # as osf3* with the addition of -msym flag
9467       if test "$GCC" = yes; then
9468         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9469         archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9470         hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9471       else
9472         allow_undefined_flag=' -expect_unresolved \*'
9473         archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
9474         archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
9475         $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
9476
9477         # Both c and cxx compiler support -rpath directly
9478         hardcode_libdir_flag_spec='-rpath $libdir'
9479       fi
9480       archive_cmds_need_lc='no'
9481       hardcode_libdir_separator=:
9482       ;;
9483
9484     solaris*)
9485       no_undefined_flag=' -z defs'
9486       if test "$GCC" = yes; then
9487         wlarc='${wl}'
9488         archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9489         archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9490           $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9491       else
9492         case `$CC -V 2>&1` in
9493         *"Compilers 5.0"*)
9494           wlarc=''
9495           archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9496           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9497           $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9498           ;;
9499         *)
9500           wlarc='${wl}'
9501           archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9502           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9503           $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9504           ;;
9505         esac
9506       fi
9507       hardcode_libdir_flag_spec='-R$libdir'
9508       hardcode_shlibpath_var=no
9509       case $host_os in
9510       solaris2.[0-5] | solaris2.[0-5].*) ;;
9511       *)
9512         # The compiler driver will combine and reorder linker options,
9513         # but understands `-z linker_flag'.  GCC discards it without `$wl',
9514         # but is careful enough not to reorder.
9515         # Supported since Solaris 2.6 (maybe 2.5.1?)
9516         if test "$GCC" = yes; then
9517           whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9518         else
9519           whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9520         fi
9521         ;;
9522       esac
9523       link_all_deplibs=yes
9524       ;;
9525
9526     sunos4*)
9527       if test "x$host_vendor" = xsequent; then
9528         # Use $CC to link under sequent, because it throws in some extra .o
9529         # files that make .init and .fini sections work.
9530         archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9531       else
9532         archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9533       fi
9534       hardcode_libdir_flag_spec='-L$libdir'
9535       hardcode_direct=yes
9536       hardcode_minus_L=yes
9537       hardcode_shlibpath_var=no
9538       ;;
9539
9540     sysv4)
9541       case $host_vendor in
9542         sni)
9543           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9544           hardcode_direct=yes # is this really true???
9545         ;;
9546         siemens)
9547           ## LD is ld it makes a PLAMLIB
9548           ## CC just makes a GrossModule.
9549           archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9550           reload_cmds='$CC -r -o $output$reload_objs'
9551           hardcode_direct=no
9552         ;;
9553         motorola)
9554           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9555           hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9556         ;;
9557       esac
9558       runpath_var='LD_RUN_PATH'
9559       hardcode_shlibpath_var=no
9560       ;;
9561
9562     sysv4.3*)
9563       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9564       hardcode_shlibpath_var=no
9565       export_dynamic_flag_spec='-Bexport'
9566       ;;
9567
9568     sysv4*MP*)
9569       if test -d /usr/nec; then
9570         archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9571         hardcode_shlibpath_var=no
9572         runpath_var=LD_RUN_PATH
9573         hardcode_runpath_var=yes
9574         ld_shlibs=yes
9575       fi
9576       ;;
9577
9578     sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9579       no_undefined_flag='${wl}-z,text'
9580       archive_cmds_need_lc=no
9581       hardcode_shlibpath_var=no
9582       runpath_var='LD_RUN_PATH'
9583
9584       if test "$GCC" = yes; then
9585         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9586         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9587       else
9588         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9589         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9590       fi
9591       ;;
9592
9593     sysv5* | sco3.2v5* | sco5v6*)
9594       # Note: We can NOT use -z defs as we might desire, because we do not
9595       # link with -lc, and that would cause any symbols used from libc to
9596       # always be unresolved, which means just about no library would
9597       # ever link correctly.  If we're not using GNU ld we use -z text
9598       # though, which does catch some bad symbols but isn't as heavy-handed
9599       # as -z defs.
9600       no_undefined_flag='${wl}-z,text'
9601       allow_undefined_flag='${wl}-z,nodefs'
9602       archive_cmds_need_lc=no
9603       hardcode_shlibpath_var=no
9604       hardcode_libdir_flag_spec='${wl}-R,$libdir'
9605       hardcode_libdir_separator=':'
9606       link_all_deplibs=yes
9607       export_dynamic_flag_spec='${wl}-Bexport'
9608       runpath_var='LD_RUN_PATH'
9609
9610       if test "$GCC" = yes; then
9611         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9612         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9613       else
9614         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9615         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9616       fi
9617       ;;
9618
9619     uts4*)
9620       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9621       hardcode_libdir_flag_spec='-L$libdir'
9622       hardcode_shlibpath_var=no
9623       ;;
9624
9625     *)
9626       ld_shlibs=no
9627       ;;
9628     esac
9629
9630     if test x$host_vendor = xsni; then
9631       case $host in
9632       sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9633         export_dynamic_flag_spec='${wl}-Blargedynsym'
9634         ;;
9635       esac
9636     fi
9637   fi
9638
9639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9640 $as_echo "$ld_shlibs" >&6; }
9641 test "$ld_shlibs" = no && can_build_shared=no
9642
9643 with_gnu_ld=$with_gnu_ld
9644
9645
9646
9647
9648
9649
9650
9651
9652
9653
9654
9655
9656
9657
9658
9659 #
9660 # Do we need to explicitly link libc?
9661 #
9662 case "x$archive_cmds_need_lc" in
9663 x|xyes)
9664   # Assume -lc should be added
9665   archive_cmds_need_lc=yes
9666
9667   if test "$enable_shared" = yes && test "$GCC" = yes; then
9668     case $archive_cmds in
9669     *'~'*)
9670       # FIXME: we may have to deal with multi-command sequences.
9671       ;;
9672     '$CC '*)
9673       # Test whether the compiler implicitly links with -lc since on some
9674       # systems, -lgcc has to come before -lc. If gcc already passes -lc
9675       # to ld, don't add -lc before -lgcc.
9676       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9677 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9678 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9679   $as_echo_n "(cached) " >&6
9680 else
9681   $RM conftest*
9682         echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9683
9684         if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9685   (eval $ac_compile) 2>&5
9686   ac_status=$?
9687   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9688   test $ac_status = 0; } 2>conftest.err; then
9689           soname=conftest
9690           lib=conftest
9691           libobjs=conftest.$ac_objext
9692           deplibs=
9693           wl=$lt_prog_compiler_wl
9694           pic_flag=$lt_prog_compiler_pic
9695           compiler_flags=-v
9696           linker_flags=-v
9697           verstring=
9698           output_objdir=.
9699           libname=conftest
9700           lt_save_allow_undefined_flag=$allow_undefined_flag
9701           allow_undefined_flag=
9702           if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9703   (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9704   ac_status=$?
9705   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9706   test $ac_status = 0; }
9707           then
9708             lt_cv_archive_cmds_need_lc=no
9709           else
9710             lt_cv_archive_cmds_need_lc=yes
9711           fi
9712           allow_undefined_flag=$lt_save_allow_undefined_flag
9713         else
9714           cat conftest.err 1>&5
9715         fi
9716         $RM conftest*
9717
9718 fi
9719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9720 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9721       archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9722       ;;
9723     esac
9724   fi
9725   ;;
9726 esac
9727
9728
9729
9730
9731
9732
9733
9734
9735
9736
9737
9738
9739
9740
9741
9742
9743
9744
9745
9746
9747
9748
9749
9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762
9763
9764
9765
9766
9767
9768
9769
9770
9771
9772
9773
9774
9775
9776
9777
9778
9779
9780
9781
9782
9783
9784
9785
9786
9787
9788
9789
9790
9791
9792
9793
9794
9795
9796
9797
9798
9799
9800
9801
9802
9803
9804
9805
9806
9807
9808
9809
9810
9811
9812
9813
9814
9815
9816
9817
9818
9819
9820
9821
9822
9823
9824
9825
9826
9827
9828
9829
9830
9831
9832
9833
9834
9835
9836
9837
9838
9839
9840
9841
9842
9843
9844
9845
9846
9847
9848
9849
9850
9851
9852
9853
9854
9855
9856
9857
9858
9859
9860
9861
9862
9863
9864
9865
9866
9867
9868
9869
9870
9871
9872
9873
9874
9875
9876
9877
9878
9879
9880
9881
9882
9883
9884   { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9885 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9886
9887 if test "$GCC" = yes; then
9888   case $host_os in
9889     darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9890     *) lt_awk_arg="/^libraries:/" ;;
9891   esac
9892   case $host_os in
9893     mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9894     *) lt_sed_strip_eq="s,=/,/,g" ;;
9895   esac
9896   lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9897   case $lt_search_path_spec in
9898   *\;*)
9899     # if the path contains ";" then we assume it to be the separator
9900     # otherwise default to the standard path separator (i.e. ":") - it is
9901     # assumed that no part of a normal pathname contains ";" but that should
9902     # okay in the real world where ";" in dirpaths is itself problematic.
9903     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9904     ;;
9905   *)
9906     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9907     ;;
9908   esac
9909   # Ok, now we have the path, separated by spaces, we can step through it
9910   # and add multilib dir if necessary.
9911   lt_tmp_lt_search_path_spec=
9912   lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9913   for lt_sys_path in $lt_search_path_spec; do
9914     if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9915       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9916     else
9917       test -d "$lt_sys_path" && \
9918         lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9919     fi
9920   done
9921   lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9922 BEGIN {RS=" "; FS="/|\n";} {
9923   lt_foo="";
9924   lt_count=0;
9925   for (lt_i = NF; lt_i > 0; lt_i--) {
9926     if ($lt_i != "" && $lt_i != ".") {
9927       if ($lt_i == "..") {
9928         lt_count++;
9929       } else {
9930         if (lt_count == 0) {
9931           lt_foo="/" $lt_i lt_foo;
9932         } else {
9933           lt_count--;
9934         }
9935       }
9936     }
9937   }
9938   if (lt_foo != "") { lt_freq[lt_foo]++; }
9939   if (lt_freq[lt_foo] == 1) { print lt_foo; }
9940 }'`
9941   # AWK program above erroneously prepends '/' to C:/dos/paths
9942   # for these hosts.
9943   case $host_os in
9944     mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9945       $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9946   esac
9947   sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9948 else
9949   sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9950 fi
9951 library_names_spec=
9952 libname_spec='lib$name'
9953 soname_spec=
9954 shrext_cmds=".so"
9955 postinstall_cmds=
9956 postuninstall_cmds=
9957 finish_cmds=
9958 finish_eval=
9959 shlibpath_var=
9960 shlibpath_overrides_runpath=unknown
9961 version_type=none
9962 dynamic_linker="$host_os ld.so"
9963 sys_lib_dlsearch_path_spec="/lib /usr/lib"
9964 need_lib_prefix=unknown
9965 hardcode_into_libs=no
9966
9967 # when you set need_version to no, make sure it does not cause -set_version
9968 # flags to be left without arguments
9969 need_version=unknown
9970
9971 case $host_os in
9972 aix3*)
9973   version_type=linux
9974   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9975   shlibpath_var=LIBPATH
9976
9977   # AIX 3 has no versioning support, so we append a major version to the name.
9978   soname_spec='${libname}${release}${shared_ext}$major'
9979   ;;
9980
9981 aix[4-9]*)
9982   version_type=linux
9983   need_lib_prefix=no
9984   need_version=no
9985   hardcode_into_libs=yes
9986   if test "$host_cpu" = ia64; then
9987     # AIX 5 supports IA64
9988     library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9989     shlibpath_var=LD_LIBRARY_PATH
9990   else
9991     # With GCC up to 2.95.x, collect2 would create an import file
9992     # for dependence libraries.  The import file would start with
9993     # the line `#! .'.  This would cause the generated library to
9994     # depend on `.', always an invalid library.  This was fixed in
9995     # development snapshots of GCC prior to 3.0.
9996     case $host_os in
9997       aix4 | aix4.[01] | aix4.[01].*)
9998       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9999            echo ' yes '
10000            echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10001         :
10002       else
10003         can_build_shared=no
10004       fi
10005       ;;
10006     esac
10007     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10008     # soname into executable. Probably we can add versioning support to
10009     # collect2, so additional links can be useful in future.
10010     if test "$aix_use_runtimelinking" = yes; then
10011       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10012       # instead of lib<name>.a to let people know that these are not
10013       # typical AIX shared libraries.
10014       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10015     else
10016       # We preserve .a as extension for shared libraries through AIX4.2
10017       # and later when we are not doing run time linking.
10018       library_names_spec='${libname}${release}.a $libname.a'
10019       soname_spec='${libname}${release}${shared_ext}$major'
10020     fi
10021     shlibpath_var=LIBPATH
10022   fi
10023   ;;
10024
10025 amigaos*)
10026   case $host_cpu in
10027   powerpc)
10028     # Since July 2007 AmigaOS4 officially supports .so libraries.
10029     # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10030     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10031     ;;
10032   m68k)
10033     library_names_spec='$libname.ixlibrary $libname.a'
10034     # Create ${libname}_ixlibrary.a entries in /sys/libs.
10035     finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
10036     ;;
10037   esac
10038   ;;
10039
10040 beos*)
10041   library_names_spec='${libname}${shared_ext}'
10042   dynamic_linker="$host_os ld.so"
10043   shlibpath_var=LIBRARY_PATH
10044   ;;
10045
10046 bsdi[45]*)
10047   version_type=linux
10048   need_version=no
10049   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10050   soname_spec='${libname}${release}${shared_ext}$major'
10051   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10052   shlibpath_var=LD_LIBRARY_PATH
10053   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10054   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10055   # the default ld.so.conf also contains /usr/contrib/lib and
10056   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10057   # libtool to hard-code these into programs
10058   ;;
10059
10060 cygwin* | mingw* | pw32* | cegcc*)
10061   version_type=windows
10062   shrext_cmds=".dll"
10063   need_version=no
10064   need_lib_prefix=no
10065
10066   case $GCC,$host_os in
10067   yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10068     library_names_spec='$libname.dll.a'
10069     # DLL is installed to $(libdir)/../bin by postinstall_cmds
10070     postinstall_cmds='base_file=`basename \${file}`~
10071       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10072       dldir=$destdir/`dirname \$dlpath`~
10073       test -d \$dldir || mkdir -p \$dldir~
10074       $install_prog $dir/$dlname \$dldir/$dlname~
10075       chmod a+x \$dldir/$dlname~
10076       if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10077         eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10078       fi'
10079     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10080       dlpath=$dir/\$dldll~
10081        $RM \$dlpath'
10082     shlibpath_overrides_runpath=yes
10083
10084     case $host_os in
10085     cygwin*)
10086       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10087       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10088
10089       sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10090       ;;
10091     mingw* | cegcc*)
10092       # MinGW DLLs use traditional 'lib' prefix
10093       soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10094       ;;
10095     pw32*)
10096       # pw32 DLLs use 'pw' prefix rather than 'lib'
10097       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10098       ;;
10099     esac
10100     ;;
10101
10102   *)
10103     library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10104     ;;
10105   esac
10106   dynamic_linker='Win32 ld.exe'
10107   # FIXME: first we should search . and the directory the executable is in
10108   shlibpath_var=PATH
10109   ;;
10110
10111 darwin* | rhapsody*)
10112   dynamic_linker="$host_os dyld"
10113   version_type=darwin
10114   need_lib_prefix=no
10115   need_version=no
10116   library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10117   soname_spec='${libname}${release}${major}$shared_ext'
10118   shlibpath_overrides_runpath=yes
10119   shlibpath_var=DYLD_LIBRARY_PATH
10120   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10121
10122   sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10123   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10124   ;;
10125
10126 dgux*)
10127   version_type=linux
10128   need_lib_prefix=no
10129   need_version=no
10130   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10131   soname_spec='${libname}${release}${shared_ext}$major'
10132   shlibpath_var=LD_LIBRARY_PATH
10133   ;;
10134
10135 freebsd* | dragonfly*)
10136   # DragonFly does not have aout.  When/if they implement a new
10137   # versioning mechanism, adjust this.
10138   if test -x /usr/bin/objformat; then
10139     objformat=`/usr/bin/objformat`
10140   else
10141     case $host_os in
10142     freebsd[23].*) objformat=aout ;;
10143     *) objformat=elf ;;
10144     esac
10145   fi
10146   version_type=freebsd-$objformat
10147   case $version_type in
10148     freebsd-elf*)
10149       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10150       need_version=no
10151       need_lib_prefix=no
10152       ;;
10153     freebsd-*)
10154       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10155       need_version=yes
10156       ;;
10157   esac
10158   shlibpath_var=LD_LIBRARY_PATH
10159   case $host_os in
10160   freebsd2.*)
10161     shlibpath_overrides_runpath=yes
10162     ;;
10163   freebsd3.[01]* | freebsdelf3.[01]*)
10164     shlibpath_overrides_runpath=yes
10165     hardcode_into_libs=yes
10166     ;;
10167   freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10168   freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10169     shlibpath_overrides_runpath=no
10170     hardcode_into_libs=yes
10171     ;;
10172   *) # from 4.6 on, and DragonFly
10173     shlibpath_overrides_runpath=yes
10174     hardcode_into_libs=yes
10175     ;;
10176   esac
10177   ;;
10178
10179 gnu*)
10180   version_type=linux
10181   need_lib_prefix=no
10182   need_version=no
10183   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10184   soname_spec='${libname}${release}${shared_ext}$major'
10185   shlibpath_var=LD_LIBRARY_PATH
10186   hardcode_into_libs=yes
10187   ;;
10188
10189 haiku*)
10190   version_type=linux
10191   need_lib_prefix=no
10192   need_version=no
10193   dynamic_linker="$host_os runtime_loader"
10194   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10195   soname_spec='${libname}${release}${shared_ext}$major'
10196   shlibpath_var=LIBRARY_PATH
10197   shlibpath_overrides_runpath=yes
10198   sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10199   hardcode_into_libs=yes
10200   ;;
10201
10202 hpux9* | hpux10* | hpux11*)
10203   # Give a soname corresponding to the major version so that dld.sl refuses to
10204   # link against other versions.
10205   version_type=sunos
10206   need_lib_prefix=no
10207   need_version=no
10208   case $host_cpu in
10209   ia64*)
10210     shrext_cmds='.so'
10211     hardcode_into_libs=yes
10212     dynamic_linker="$host_os dld.so"
10213     shlibpath_var=LD_LIBRARY_PATH
10214     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10215     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10216     soname_spec='${libname}${release}${shared_ext}$major'
10217     if test "X$HPUX_IA64_MODE" = X32; then
10218       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10219     else
10220       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10221     fi
10222     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10223     ;;
10224   hppa*64*)
10225     shrext_cmds='.sl'
10226     hardcode_into_libs=yes
10227     dynamic_linker="$host_os dld.sl"
10228     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10229     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10230     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10231     soname_spec='${libname}${release}${shared_ext}$major'
10232     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10233     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10234     ;;
10235   *)
10236     shrext_cmds='.sl'
10237     dynamic_linker="$host_os dld.sl"
10238     shlibpath_var=SHLIB_PATH
10239     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10240     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10241     soname_spec='${libname}${release}${shared_ext}$major'
10242     ;;
10243   esac
10244   # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10245   postinstall_cmds='chmod 555 $lib'
10246   # or fails outright, so override atomically:
10247   install_override_mode=555
10248   ;;
10249
10250 interix[3-9]*)
10251   version_type=linux
10252   need_lib_prefix=no
10253   need_version=no
10254   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10255   soname_spec='${libname}${release}${shared_ext}$major'
10256   dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10257   shlibpath_var=LD_LIBRARY_PATH
10258   shlibpath_overrides_runpath=no
10259   hardcode_into_libs=yes
10260   ;;
10261
10262 irix5* | irix6* | nonstopux*)
10263   case $host_os in
10264     nonstopux*) version_type=nonstopux ;;
10265     *)
10266         if test "$lt_cv_prog_gnu_ld" = yes; then
10267                 version_type=linux
10268         else
10269                 version_type=irix
10270         fi ;;
10271   esac
10272   need_lib_prefix=no
10273   need_version=no
10274   soname_spec='${libname}${release}${shared_ext}$major'
10275   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10276   case $host_os in
10277   irix5* | nonstopux*)
10278     libsuff= shlibsuff=
10279     ;;
10280   *)
10281     case $LD in # libtool.m4 will add one of these switches to LD
10282     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10283       libsuff= shlibsuff= libmagic=32-bit;;
10284     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10285       libsuff=32 shlibsuff=N32 libmagic=N32;;
10286     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10287       libsuff=64 shlibsuff=64 libmagic=64-bit;;
10288     *) libsuff= shlibsuff= libmagic=never-match;;
10289     esac
10290     ;;
10291   esac
10292   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10293   shlibpath_overrides_runpath=no
10294   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10295   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10296   hardcode_into_libs=yes
10297   ;;
10298
10299 # No shared lib support for Linux oldld, aout, or coff.
10300 linux*oldld* | linux*aout* | linux*coff*)
10301   dynamic_linker=no
10302   ;;
10303
10304 # This must be Linux ELF.
10305 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10306   version_type=linux
10307   need_lib_prefix=no
10308   need_version=no
10309   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10310   soname_spec='${libname}${release}${shared_ext}$major'
10311   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10312   shlibpath_var=LD_LIBRARY_PATH
10313   shlibpath_overrides_runpath=no
10314
10315   # Some binutils ld are patched to set DT_RUNPATH
10316   if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10317   $as_echo_n "(cached) " >&6
10318 else
10319   lt_cv_shlibpath_overrides_runpath=no
10320     save_LDFLAGS=$LDFLAGS
10321     save_libdir=$libdir
10322     eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10323          LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10324     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10325 /* end confdefs.h.  */
10326
10327 int
10328 main ()
10329 {
10330
10331   ;
10332   return 0;
10333 }
10334 _ACEOF
10335 if ac_fn_c_try_link "$LINENO"; then :
10336   if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10337   lt_cv_shlibpath_overrides_runpath=yes
10338 fi
10339 fi
10340 rm -f core conftest.err conftest.$ac_objext \
10341     conftest$ac_exeext conftest.$ac_ext
10342     LDFLAGS=$save_LDFLAGS
10343     libdir=$save_libdir
10344
10345 fi
10346
10347   shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10348
10349   # This implies no fast_install, which is unacceptable.
10350   # Some rework will be needed to allow for fast_install
10351   # before this can be enabled.
10352   hardcode_into_libs=yes
10353
10354   # Append ld.so.conf contents to the search path
10355   if test -f /etc/ld.so.conf; then
10356     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' ' '`
10357     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10358   fi
10359
10360   # We used to test for /lib/ld.so.1 and disable shared libraries on
10361   # powerpc, because MkLinux only supported shared libraries with the
10362   # GNU dynamic linker.  Since this was broken with cross compilers,
10363   # most powerpc-linux boxes support dynamic linking these days and
10364   # people can always --disable-shared, the test was removed, and we
10365   # assume the GNU/Linux dynamic linker is in use.
10366   dynamic_linker='GNU/Linux ld.so'
10367   ;;
10368
10369 netbsd*)
10370   version_type=sunos
10371   need_lib_prefix=no
10372   need_version=no
10373   if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10374     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10375     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10376     dynamic_linker='NetBSD (a.out) ld.so'
10377   else
10378     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10379     soname_spec='${libname}${release}${shared_ext}$major'
10380     dynamic_linker='NetBSD ld.elf_so'
10381   fi
10382   shlibpath_var=LD_LIBRARY_PATH
10383   shlibpath_overrides_runpath=yes
10384   hardcode_into_libs=yes
10385   ;;
10386
10387 newsos6)
10388   version_type=linux
10389   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10390   shlibpath_var=LD_LIBRARY_PATH
10391   shlibpath_overrides_runpath=yes
10392   ;;
10393
10394 *nto* | *qnx*)
10395   version_type=qnx
10396   need_lib_prefix=no
10397   need_version=no
10398   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10399   soname_spec='${libname}${release}${shared_ext}$major'
10400   shlibpath_var=LD_LIBRARY_PATH
10401   shlibpath_overrides_runpath=no
10402   hardcode_into_libs=yes
10403   dynamic_linker='ldqnx.so'
10404   ;;
10405
10406 openbsd*)
10407   version_type=sunos
10408   sys_lib_dlsearch_path_spec="/usr/lib"
10409   need_lib_prefix=no
10410   # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10411   case $host_os in
10412     openbsd3.3 | openbsd3.3.*)  need_version=yes ;;
10413     *)                          need_version=no  ;;
10414   esac
10415   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10416   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10417   shlibpath_var=LD_LIBRARY_PATH
10418   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10419     case $host_os in
10420       openbsd2.[89] | openbsd2.[89].*)
10421         shlibpath_overrides_runpath=no
10422         ;;
10423       *)
10424         shlibpath_overrides_runpath=yes
10425         ;;
10426       esac
10427   else
10428     shlibpath_overrides_runpath=yes
10429   fi
10430   ;;
10431
10432 os2*)
10433   libname_spec='$name'
10434   shrext_cmds=".dll"
10435   need_lib_prefix=no
10436   library_names_spec='$libname${shared_ext} $libname.a'
10437   dynamic_linker='OS/2 ld.exe'
10438   shlibpath_var=LIBPATH
10439   ;;
10440
10441 osf3* | osf4* | osf5*)
10442   version_type=osf
10443   need_lib_prefix=no
10444   need_version=no
10445   soname_spec='${libname}${release}${shared_ext}$major'
10446   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10447   shlibpath_var=LD_LIBRARY_PATH
10448   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10449   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10450   ;;
10451
10452 rdos*)
10453   dynamic_linker=no
10454   ;;
10455
10456 solaris*)
10457   version_type=linux
10458   need_lib_prefix=no
10459   need_version=no
10460   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10461   soname_spec='${libname}${release}${shared_ext}$major'
10462   shlibpath_var=LD_LIBRARY_PATH
10463   shlibpath_overrides_runpath=yes
10464   hardcode_into_libs=yes
10465   # ldd complains unless libraries are executable
10466   postinstall_cmds='chmod +x $lib'
10467   ;;
10468
10469 sunos4*)
10470   version_type=sunos
10471   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10472   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10473   shlibpath_var=LD_LIBRARY_PATH
10474   shlibpath_overrides_runpath=yes
10475   if test "$with_gnu_ld" = yes; then
10476     need_lib_prefix=no
10477   fi
10478   need_version=yes
10479   ;;
10480
10481 sysv4 | sysv4.3*)
10482   version_type=linux
10483   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10484   soname_spec='${libname}${release}${shared_ext}$major'
10485   shlibpath_var=LD_LIBRARY_PATH
10486   case $host_vendor in
10487     sni)
10488       shlibpath_overrides_runpath=no
10489       need_lib_prefix=no
10490       runpath_var=LD_RUN_PATH
10491       ;;
10492     siemens)
10493       need_lib_prefix=no
10494       ;;
10495     motorola)
10496       need_lib_prefix=no
10497       need_version=no
10498       shlibpath_overrides_runpath=no
10499       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10500       ;;
10501   esac
10502   ;;
10503
10504 sysv4*MP*)
10505   if test -d /usr/nec ;then
10506     version_type=linux
10507     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10508     soname_spec='$libname${shared_ext}.$major'
10509     shlibpath_var=LD_LIBRARY_PATH
10510   fi
10511   ;;
10512
10513 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10514   version_type=freebsd-elf
10515   need_lib_prefix=no
10516   need_version=no
10517   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10518   soname_spec='${libname}${release}${shared_ext}$major'
10519   shlibpath_var=LD_LIBRARY_PATH
10520   shlibpath_overrides_runpath=yes
10521   hardcode_into_libs=yes
10522   if test "$with_gnu_ld" = yes; then
10523     sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10524   else
10525     sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10526     case $host_os in
10527       sco3.2v5*)
10528         sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10529         ;;
10530     esac
10531   fi
10532   sys_lib_dlsearch_path_spec='/usr/lib'
10533   ;;
10534
10535 tpf*)
10536   # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
10537   version_type=linux
10538   need_lib_prefix=no
10539   need_version=no
10540   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10541   shlibpath_var=LD_LIBRARY_PATH
10542   shlibpath_overrides_runpath=no
10543   hardcode_into_libs=yes
10544   ;;
10545
10546 uts4*)
10547   version_type=linux
10548   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10549   soname_spec='${libname}${release}${shared_ext}$major'
10550   shlibpath_var=LD_LIBRARY_PATH
10551   ;;
10552
10553 *)
10554   dynamic_linker=no
10555   ;;
10556 esac
10557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10558 $as_echo "$dynamic_linker" >&6; }
10559 test "$dynamic_linker" = no && can_build_shared=no
10560
10561 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10562 if test "$GCC" = yes; then
10563   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10564 fi
10565
10566 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10567   sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10568 fi
10569 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10570   sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10571 fi
10572
10573
10574
10575
10576
10577
10578
10579
10580
10581
10582
10583
10584
10585
10586
10587
10588
10589
10590
10591
10592
10593
10594
10595
10596
10597
10598
10599
10600
10601
10602
10603
10604
10605
10606
10607
10608
10609
10610
10611
10612
10613
10614
10615
10616
10617
10618
10619
10620
10621
10622
10623
10624
10625
10626
10627
10628
10629
10630
10631
10632
10633
10634
10635
10636
10637
10638
10639
10640
10641
10642
10643
10644
10645
10646
10647
10648
10649
10650
10651
10652
10653
10654
10655
10656
10657
10658
10659
10660
10661
10662
10663
10664   { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10665 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10666 hardcode_action=
10667 if test -n "$hardcode_libdir_flag_spec" ||
10668    test -n "$runpath_var" ||
10669    test "X$hardcode_automatic" = "Xyes" ; then
10670
10671   # We can hardcode non-existent directories.
10672   if test "$hardcode_direct" != no &&
10673      # If the only mechanism to avoid hardcoding is shlibpath_var, we
10674      # have to relink, otherwise we might link with an installed library
10675      # when we should be linking with a yet-to-be-installed one
10676      ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10677      test "$hardcode_minus_L" != no; then
10678     # Linking always hardcodes the temporary library directory.
10679     hardcode_action=relink
10680   else
10681     # We can link without hardcoding, and we can hardcode nonexisting dirs.
10682     hardcode_action=immediate
10683   fi
10684 else
10685   # We cannot hardcode anything, or else we can only hardcode existing
10686   # directories.
10687   hardcode_action=unsupported
10688 fi
10689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10690 $as_echo "$hardcode_action" >&6; }
10691
10692 if test "$hardcode_action" = relink ||
10693    test "$inherit_rpath" = yes; then
10694   # Fast installation is not supported
10695   enable_fast_install=no
10696 elif test "$shlibpath_overrides_runpath" = yes ||
10697      test "$enable_shared" = no; then
10698   # Fast installation is not necessary
10699   enable_fast_install=needless
10700 fi
10701
10702
10703
10704
10705
10706
10707   if test "x$enable_dlopen" != xyes; then
10708   enable_dlopen=unknown
10709   enable_dlopen_self=unknown
10710   enable_dlopen_self_static=unknown
10711 else
10712   lt_cv_dlopen=no
10713   lt_cv_dlopen_libs=
10714
10715   case $host_os in
10716   beos*)
10717     lt_cv_dlopen="load_add_on"
10718     lt_cv_dlopen_libs=
10719     lt_cv_dlopen_self=yes
10720     ;;
10721
10722   mingw* | pw32* | cegcc*)
10723     lt_cv_dlopen="LoadLibrary"
10724     lt_cv_dlopen_libs=
10725     ;;
10726
10727   cygwin*)
10728     lt_cv_dlopen="dlopen"
10729     lt_cv_dlopen_libs=
10730     ;;
10731
10732   darwin*)
10733   # if libdl is installed we need to link against it
10734     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10735 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10736 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10737   $as_echo_n "(cached) " >&6
10738 else
10739   ac_check_lib_save_LIBS=$LIBS
10740 LIBS="-ldl  $LIBS"
10741 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10742 /* end confdefs.h.  */
10743
10744 /* Override any GCC internal prototype to avoid an error.
10745    Use char because int might match the return type of a GCC
10746    builtin and then its argument prototype would still apply.  */
10747 #ifdef __cplusplus
10748 extern "C"
10749 #endif
10750 char dlopen ();
10751 int
10752 main ()
10753 {
10754 return dlopen ();
10755   ;
10756   return 0;
10757 }
10758 _ACEOF
10759 if ac_fn_c_try_link "$LINENO"; then :
10760   ac_cv_lib_dl_dlopen=yes
10761 else
10762   ac_cv_lib_dl_dlopen=no
10763 fi
10764 rm -f core conftest.err conftest.$ac_objext \
10765     conftest$ac_exeext conftest.$ac_ext
10766 LIBS=$ac_check_lib_save_LIBS
10767 fi
10768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10769 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10770 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10771   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10772 else
10773
10774     lt_cv_dlopen="dyld"
10775     lt_cv_dlopen_libs=
10776     lt_cv_dlopen_self=yes
10777
10778 fi
10779
10780     ;;
10781
10782   *)
10783     ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10784 if test "x$ac_cv_func_shl_load" = x""yes; then :
10785   lt_cv_dlopen="shl_load"
10786 else
10787   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10788 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10789 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
10790   $as_echo_n "(cached) " >&6
10791 else
10792   ac_check_lib_save_LIBS=$LIBS
10793 LIBS="-ldld  $LIBS"
10794 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10795 /* end confdefs.h.  */
10796
10797 /* Override any GCC internal prototype to avoid an error.
10798    Use char because int might match the return type of a GCC
10799    builtin and then its argument prototype would still apply.  */
10800 #ifdef __cplusplus
10801 extern "C"
10802 #endif
10803 char shl_load ();
10804 int
10805 main ()
10806 {
10807 return shl_load ();
10808   ;
10809   return 0;
10810 }
10811 _ACEOF
10812 if ac_fn_c_try_link "$LINENO"; then :
10813   ac_cv_lib_dld_shl_load=yes
10814 else
10815   ac_cv_lib_dld_shl_load=no
10816 fi
10817 rm -f core conftest.err conftest.$ac_objext \
10818     conftest$ac_exeext conftest.$ac_ext
10819 LIBS=$ac_check_lib_save_LIBS
10820 fi
10821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10822 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10823 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
10824   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10825 else
10826   ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10827 if test "x$ac_cv_func_dlopen" = x""yes; then :
10828   lt_cv_dlopen="dlopen"
10829 else
10830   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10831 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10832 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10833   $as_echo_n "(cached) " >&6
10834 else
10835   ac_check_lib_save_LIBS=$LIBS
10836 LIBS="-ldl  $LIBS"
10837 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10838 /* end confdefs.h.  */
10839
10840 /* Override any GCC internal prototype to avoid an error.
10841    Use char because int might match the return type of a GCC
10842    builtin and then its argument prototype would still apply.  */
10843 #ifdef __cplusplus
10844 extern "C"
10845 #endif
10846 char dlopen ();
10847 int
10848 main ()
10849 {
10850 return dlopen ();
10851   ;
10852   return 0;
10853 }
10854 _ACEOF
10855 if ac_fn_c_try_link "$LINENO"; then :
10856   ac_cv_lib_dl_dlopen=yes
10857 else
10858   ac_cv_lib_dl_dlopen=no
10859 fi
10860 rm -f core conftest.err conftest.$ac_objext \
10861     conftest$ac_exeext conftest.$ac_ext
10862 LIBS=$ac_check_lib_save_LIBS
10863 fi
10864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10865 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10866 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10867   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10868 else
10869   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10870 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10871 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
10872   $as_echo_n "(cached) " >&6
10873 else
10874   ac_check_lib_save_LIBS=$LIBS
10875 LIBS="-lsvld  $LIBS"
10876 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10877 /* end confdefs.h.  */
10878
10879 /* Override any GCC internal prototype to avoid an error.
10880    Use char because int might match the return type of a GCC
10881    builtin and then its argument prototype would still apply.  */
10882 #ifdef __cplusplus
10883 extern "C"
10884 #endif
10885 char dlopen ();
10886 int
10887 main ()
10888 {
10889 return dlopen ();
10890   ;
10891   return 0;
10892 }
10893 _ACEOF
10894 if ac_fn_c_try_link "$LINENO"; then :
10895   ac_cv_lib_svld_dlopen=yes
10896 else
10897   ac_cv_lib_svld_dlopen=no
10898 fi
10899 rm -f core conftest.err conftest.$ac_objext \
10900     conftest$ac_exeext conftest.$ac_ext
10901 LIBS=$ac_check_lib_save_LIBS
10902 fi
10903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10904 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10905 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
10906   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10907 else
10908   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10909 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10910 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
10911   $as_echo_n "(cached) " >&6
10912 else
10913   ac_check_lib_save_LIBS=$LIBS
10914 LIBS="-ldld  $LIBS"
10915 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10916 /* end confdefs.h.  */
10917
10918 /* Override any GCC internal prototype to avoid an error.
10919    Use char because int might match the return type of a GCC
10920    builtin and then its argument prototype would still apply.  */
10921 #ifdef __cplusplus
10922 extern "C"
10923 #endif
10924 char dld_link ();
10925 int
10926 main ()
10927 {
10928 return dld_link ();
10929   ;
10930   return 0;
10931 }
10932 _ACEOF
10933 if ac_fn_c_try_link "$LINENO"; then :
10934   ac_cv_lib_dld_dld_link=yes
10935 else
10936   ac_cv_lib_dld_dld_link=no
10937 fi
10938 rm -f core conftest.err conftest.$ac_objext \
10939     conftest$ac_exeext conftest.$ac_ext
10940 LIBS=$ac_check_lib_save_LIBS
10941 fi
10942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10943 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10944 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
10945   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10946 fi
10947
10948
10949 fi
10950
10951
10952 fi
10953
10954
10955 fi
10956
10957
10958 fi
10959
10960
10961 fi
10962
10963     ;;
10964   esac
10965
10966   if test "x$lt_cv_dlopen" != xno; then
10967     enable_dlopen=yes
10968   else
10969     enable_dlopen=no
10970   fi
10971
10972   case $lt_cv_dlopen in
10973   dlopen)
10974     save_CPPFLAGS="$CPPFLAGS"
10975     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10976
10977     save_LDFLAGS="$LDFLAGS"
10978     wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10979
10980     save_LIBS="$LIBS"
10981     LIBS="$lt_cv_dlopen_libs $LIBS"
10982
10983     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10984 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
10985 if test "${lt_cv_dlopen_self+set}" = set; then :
10986   $as_echo_n "(cached) " >&6
10987 else
10988           if test "$cross_compiling" = yes; then :
10989   lt_cv_dlopen_self=cross
10990 else
10991   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10992   lt_status=$lt_dlunknown
10993   cat > conftest.$ac_ext <<_LT_EOF
10994 #line 10994 "configure"
10995 #include "confdefs.h"
10996
10997 #if HAVE_DLFCN_H
10998 #include <dlfcn.h>
10999 #endif
11000
11001 #include <stdio.h>
11002
11003 #ifdef RTLD_GLOBAL
11004 #  define LT_DLGLOBAL           RTLD_GLOBAL
11005 #else
11006 #  ifdef DL_GLOBAL
11007 #    define LT_DLGLOBAL         DL_GLOBAL
11008 #  else
11009 #    define LT_DLGLOBAL         0
11010 #  endif
11011 #endif
11012
11013 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11014    find out it does not work in some platform. */
11015 #ifndef LT_DLLAZY_OR_NOW
11016 #  ifdef RTLD_LAZY
11017 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
11018 #  else
11019 #    ifdef DL_LAZY
11020 #      define LT_DLLAZY_OR_NOW          DL_LAZY
11021 #    else
11022 #      ifdef RTLD_NOW
11023 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
11024 #      else
11025 #        ifdef DL_NOW
11026 #          define LT_DLLAZY_OR_NOW      DL_NOW
11027 #        else
11028 #          define LT_DLLAZY_OR_NOW      0
11029 #        endif
11030 #      endif
11031 #    endif
11032 #  endif
11033 #endif
11034
11035 /* When -fvisbility=hidden is used, assume the code has been annotated
11036    correspondingly for the symbols needed.  */
11037 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11038 void fnord () __attribute__((visibility("default")));
11039 #endif
11040
11041 void fnord () { int i=42; }
11042 int main ()
11043 {
11044   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11045   int status = $lt_dlunknown;
11046
11047   if (self)
11048     {
11049       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
11050       else
11051         {
11052           if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
11053           else puts (dlerror ());
11054         }
11055       /* dlclose (self); */
11056     }
11057   else
11058     puts (dlerror ());
11059
11060   return status;
11061 }
11062 _LT_EOF
11063   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11064   (eval $ac_link) 2>&5
11065   ac_status=$?
11066   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11067   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11068     (./conftest; exit; ) >&5 2>/dev/null
11069     lt_status=$?
11070     case x$lt_status in
11071       x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11072       x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11073       x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11074     esac
11075   else :
11076     # compilation failed
11077     lt_cv_dlopen_self=no
11078   fi
11079 fi
11080 rm -fr conftest*
11081
11082
11083 fi
11084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11085 $as_echo "$lt_cv_dlopen_self" >&6; }
11086
11087     if test "x$lt_cv_dlopen_self" = xyes; then
11088       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11089       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11090 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11091 if test "${lt_cv_dlopen_self_static+set}" = set; then :
11092   $as_echo_n "(cached) " >&6
11093 else
11094           if test "$cross_compiling" = yes; then :
11095   lt_cv_dlopen_self_static=cross
11096 else
11097   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11098   lt_status=$lt_dlunknown
11099   cat > conftest.$ac_ext <<_LT_EOF
11100 #line 11100 "configure"
11101 #include "confdefs.h"
11102
11103 #if HAVE_DLFCN_H
11104 #include <dlfcn.h>
11105 #endif
11106
11107 #include <stdio.h>
11108
11109 #ifdef RTLD_GLOBAL
11110 #  define LT_DLGLOBAL           RTLD_GLOBAL
11111 #else
11112 #  ifdef DL_GLOBAL
11113 #    define LT_DLGLOBAL         DL_GLOBAL
11114 #  else
11115 #    define LT_DLGLOBAL         0
11116 #  endif
11117 #endif
11118
11119 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11120    find out it does not work in some platform. */
11121 #ifndef LT_DLLAZY_OR_NOW
11122 #  ifdef RTLD_LAZY
11123 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
11124 #  else
11125 #    ifdef DL_LAZY
11126 #      define LT_DLLAZY_OR_NOW          DL_LAZY
11127 #    else
11128 #      ifdef RTLD_NOW
11129 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
11130 #      else
11131 #        ifdef DL_NOW
11132 #          define LT_DLLAZY_OR_NOW      DL_NOW
11133 #        else
11134 #          define LT_DLLAZY_OR_NOW      0
11135 #        endif
11136 #      endif
11137 #    endif
11138 #  endif
11139 #endif
11140
11141 /* When -fvisbility=hidden is used, assume the code has been annotated
11142    correspondingly for the symbols needed.  */
11143 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11144 void fnord () __attribute__((visibility("default")));
11145 #endif
11146
11147 void fnord () { int i=42; }
11148 int main ()
11149 {
11150   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11151   int status = $lt_dlunknown;
11152
11153   if (self)
11154     {
11155       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
11156       else
11157         {
11158           if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
11159           else puts (dlerror ());
11160         }
11161       /* dlclose (self); */
11162     }
11163   else
11164     puts (dlerror ());
11165
11166   return status;
11167 }
11168 _LT_EOF
11169   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11170   (eval $ac_link) 2>&5
11171   ac_status=$?
11172   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11173   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11174     (./conftest; exit; ) >&5 2>/dev/null
11175     lt_status=$?
11176     case x$lt_status in
11177       x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11178       x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11179       x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11180     esac
11181   else :
11182     # compilation failed
11183     lt_cv_dlopen_self_static=no
11184   fi
11185 fi
11186 rm -fr conftest*
11187
11188
11189 fi
11190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11191 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11192     fi
11193
11194     CPPFLAGS="$save_CPPFLAGS"
11195     LDFLAGS="$save_LDFLAGS"
11196     LIBS="$save_LIBS"
11197     ;;
11198   esac
11199
11200   case $lt_cv_dlopen_self in
11201   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11202   *) enable_dlopen_self=unknown ;;
11203   esac
11204
11205   case $lt_cv_dlopen_self_static in
11206   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11207   *) enable_dlopen_self_static=unknown ;;
11208   esac
11209 fi
11210
11211
11212
11213
11214
11215
11216
11217
11218
11219
11220
11221
11222
11223
11224
11225
11226
11227 striplib=
11228 old_striplib=
11229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11230 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11231 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11232   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11233   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11234   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11235 $as_echo "yes" >&6; }
11236 else
11237 # FIXME - insert some real tests, host_os isn't really good enough
11238   case $host_os in
11239   darwin*)
11240     if test -n "$STRIP" ; then
11241       striplib="$STRIP -x"
11242       old_striplib="$STRIP -S"
11243       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11244 $as_echo "yes" >&6; }
11245     else
11246       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11247 $as_echo "no" >&6; }
11248     fi
11249     ;;
11250   *)
11251     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11252 $as_echo "no" >&6; }
11253     ;;
11254   esac
11255 fi
11256
11257
11258
11259
11260
11261
11262
11263
11264
11265
11266
11267
11268   # Report which library types will actually be built
11269   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11270 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11271   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11272 $as_echo "$can_build_shared" >&6; }
11273
11274   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11275 $as_echo_n "checking whether to build shared libraries... " >&6; }
11276   test "$can_build_shared" = "no" && enable_shared=no
11277
11278   # On AIX, shared libraries and static libraries use the same namespace, and
11279   # are all built from PIC.
11280   case $host_os in
11281   aix3*)
11282     test "$enable_shared" = yes && enable_static=no
11283     if test -n "$RANLIB"; then
11284       archive_cmds="$archive_cmds~\$RANLIB \$lib"
11285       postinstall_cmds='$RANLIB $lib'
11286     fi
11287     ;;
11288
11289   aix[4-9]*)
11290     if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11291       test "$enable_shared" = yes && enable_static=no
11292     fi
11293     ;;
11294   esac
11295   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11296 $as_echo "$enable_shared" >&6; }
11297
11298   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11299 $as_echo_n "checking whether to build static libraries... " >&6; }
11300   # Make sure either enable_shared or enable_static is yes.
11301   test "$enable_shared" = yes || enable_static=yes
11302   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11303 $as_echo "$enable_static" >&6; }
11304
11305
11306
11307
11308 fi
11309 ac_ext=c
11310 ac_cpp='$CPP $CPPFLAGS'
11311 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11312 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11313 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11314
11315 CC="$lt_save_CC"
11316
11317
11318
11319
11320
11321
11322
11323
11324
11325
11326
11327
11328
11329         ac_config_commands="$ac_config_commands libtool"
11330
11331
11332
11333
11334 # Only expand once:
11335
11336
11337
11338 # The tests for host and target for $enable_largefile require
11339 # canonical names.
11340
11341
11342
11343 # As the $enable_largefile decision depends on --enable-plugins we must set it
11344 # even in directories otherwise not depending on the $plugins option.
11345
11346
11347   maybe_plugins=no
11348   for ac_header in dlfcn.h
11349 do :
11350   ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11351 "
11352 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
11353   cat >>confdefs.h <<_ACEOF
11354 #define HAVE_DLFCN_H 1
11355 _ACEOF
11356  maybe_plugins=yes
11357 fi
11358
11359 done
11360
11361   for ac_header in windows.h
11362 do :
11363   ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11364 "
11365 if test "x$ac_cv_header_windows_h" = x""yes; then :
11366   cat >>confdefs.h <<_ACEOF
11367 #define HAVE_WINDOWS_H 1
11368 _ACEOF
11369  maybe_plugins=yes
11370 fi
11371
11372 done
11373
11374
11375   # Check whether --enable-plugins was given.
11376 if test "${enable_plugins+set}" = set; then :
11377   enableval=$enable_plugins; case "${enableval}" in
11378       no) plugins=no ;;
11379       *) plugins=yes
11380          if test "$maybe_plugins" != "yes" ; then
11381            as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11382          fi ;;
11383      esac
11384 else
11385   plugins=$maybe_plugins
11386
11387 fi
11388
11389   if test "$plugins" = "yes"; then
11390     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11391 $as_echo_n "checking for library containing dlsym... " >&6; }
11392 if test "${ac_cv_search_dlsym+set}" = set; then :
11393   $as_echo_n "(cached) " >&6
11394 else
11395   ac_func_search_save_LIBS=$LIBS
11396 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11397 /* end confdefs.h.  */
11398
11399 /* Override any GCC internal prototype to avoid an error.
11400    Use char because int might match the return type of a GCC
11401    builtin and then its argument prototype would still apply.  */
11402 #ifdef __cplusplus
11403 extern "C"
11404 #endif
11405 char dlsym ();
11406 int
11407 main ()
11408 {
11409 return dlsym ();
11410   ;
11411   return 0;
11412 }
11413 _ACEOF
11414 for ac_lib in '' dl; do
11415   if test -z "$ac_lib"; then
11416     ac_res="none required"
11417   else
11418     ac_res=-l$ac_lib
11419     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
11420   fi
11421   if ac_fn_c_try_link "$LINENO"; then :
11422   ac_cv_search_dlsym=$ac_res
11423 fi
11424 rm -f core conftest.err conftest.$ac_objext \
11425     conftest$ac_exeext
11426   if test "${ac_cv_search_dlsym+set}" = set; then :
11427   break
11428 fi
11429 done
11430 if test "${ac_cv_search_dlsym+set}" = set; then :
11431
11432 else
11433   ac_cv_search_dlsym=no
11434 fi
11435 rm conftest.$ac_ext
11436 LIBS=$ac_func_search_save_LIBS
11437 fi
11438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
11439 $as_echo "$ac_cv_search_dlsym" >&6; }
11440 ac_res=$ac_cv_search_dlsym
11441 if test "$ac_res" != no; then :
11442   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11443
11444 fi
11445
11446   fi
11447
11448
11449 case "${host}" in
11450   sparc-*-solaris*|i[3-7]86-*-solaris*)
11451     # On native 32bit sparc and ia32 solaris, large-file and procfs support
11452     # are mutually exclusive; and without procfs support, the bfd/ elf module
11453     # cannot provide certain routines such as elfcore_write_prpsinfo
11454     # or elfcore_write_prstatus.  So unless the user explicitly requested
11455     # large-file support through the --enable-largefile switch, disable
11456     # large-file support in favor of procfs support.
11457     test "${target}" = "${host}" -a "x$plugins" = xno \
11458       && : ${enable_largefile="no"}
11459     ;;
11460 esac
11461
11462 # Check whether --enable-largefile was given.
11463 if test "${enable_largefile+set}" = set; then :
11464   enableval=$enable_largefile;
11465 fi
11466
11467 if test "$enable_largefile" != no; then
11468
11469   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11470 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11471 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
11472   $as_echo_n "(cached) " >&6
11473 else
11474   ac_cv_sys_largefile_CC=no
11475      if test "$GCC" != yes; then
11476        ac_save_CC=$CC
11477        while :; do
11478          # IRIX 6.2 and later do not support large files by default,
11479          # so use the C compiler's -n32 option if that helps.
11480          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11481 /* end confdefs.h.  */
11482 #include <sys/types.h>
11483  /* Check that off_t can represent 2**63 - 1 correctly.
11484     We can't simply define LARGE_OFF_T to be 9223372036854775807,
11485     since some C++ compilers masquerading as C compilers
11486     incorrectly reject 9223372036854775807.  */
11487 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11488   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11489                        && LARGE_OFF_T % 2147483647 == 1)
11490                       ? 1 : -1];
11491 int
11492 main ()
11493 {
11494
11495   ;
11496   return 0;
11497 }
11498 _ACEOF
11499          if ac_fn_c_try_compile "$LINENO"; then :
11500   break
11501 fi
11502 rm -f core conftest.err conftest.$ac_objext
11503          CC="$CC -n32"
11504          if ac_fn_c_try_compile "$LINENO"; then :
11505   ac_cv_sys_largefile_CC=' -n32'; break
11506 fi
11507 rm -f core conftest.err conftest.$ac_objext
11508          break
11509        done
11510        CC=$ac_save_CC
11511        rm -f conftest.$ac_ext
11512     fi
11513 fi
11514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11515 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
11516   if test "$ac_cv_sys_largefile_CC" != no; then
11517     CC=$CC$ac_cv_sys_largefile_CC
11518   fi
11519
11520   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11521 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11522 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
11523   $as_echo_n "(cached) " >&6
11524 else
11525   while :; do
11526   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11527 /* end confdefs.h.  */
11528 #include <sys/types.h>
11529  /* Check that off_t can represent 2**63 - 1 correctly.
11530     We can't simply define LARGE_OFF_T to be 9223372036854775807,
11531     since some C++ compilers masquerading as C compilers
11532     incorrectly reject 9223372036854775807.  */
11533 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11534   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11535                        && LARGE_OFF_T % 2147483647 == 1)
11536                       ? 1 : -1];
11537 int
11538 main ()
11539 {
11540
11541   ;
11542   return 0;
11543 }
11544 _ACEOF
11545 if ac_fn_c_try_compile "$LINENO"; then :
11546   ac_cv_sys_file_offset_bits=no; break
11547 fi
11548 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11549   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11550 /* end confdefs.h.  */
11551 #define _FILE_OFFSET_BITS 64
11552 #include <sys/types.h>
11553  /* Check that off_t can represent 2**63 - 1 correctly.
11554     We can't simply define LARGE_OFF_T to be 9223372036854775807,
11555     since some C++ compilers masquerading as C compilers
11556     incorrectly reject 9223372036854775807.  */
11557 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11558   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11559                        && LARGE_OFF_T % 2147483647 == 1)
11560                       ? 1 : -1];
11561 int
11562 main ()
11563 {
11564
11565   ;
11566   return 0;
11567 }
11568 _ACEOF
11569 if ac_fn_c_try_compile "$LINENO"; then :
11570   ac_cv_sys_file_offset_bits=64; break
11571 fi
11572 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11573   ac_cv_sys_file_offset_bits=unknown
11574   break
11575 done
11576 fi
11577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11578 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11579 case $ac_cv_sys_file_offset_bits in #(
11580   no | unknown) ;;
11581   *)
11582 cat >>confdefs.h <<_ACEOF
11583 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11584 _ACEOF
11585 ;;
11586 esac
11587 rm -rf conftest*
11588   if test $ac_cv_sys_file_offset_bits = unknown; then
11589     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11590 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11591 if test "${ac_cv_sys_large_files+set}" = set; then :
11592   $as_echo_n "(cached) " >&6
11593 else
11594   while :; do
11595   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11596 /* end confdefs.h.  */
11597 #include <sys/types.h>
11598  /* Check that off_t can represent 2**63 - 1 correctly.
11599     We can't simply define LARGE_OFF_T to be 9223372036854775807,
11600     since some C++ compilers masquerading as C compilers
11601     incorrectly reject 9223372036854775807.  */
11602 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11603   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11604                        && LARGE_OFF_T % 2147483647 == 1)
11605                       ? 1 : -1];
11606 int
11607 main ()
11608 {
11609
11610   ;
11611   return 0;
11612 }
11613 _ACEOF
11614 if ac_fn_c_try_compile "$LINENO"; then :
11615   ac_cv_sys_large_files=no; break
11616 fi
11617 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11618   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11619 /* end confdefs.h.  */
11620 #define _LARGE_FILES 1
11621 #include <sys/types.h>
11622  /* Check that off_t can represent 2**63 - 1 correctly.
11623     We can't simply define LARGE_OFF_T to be 9223372036854775807,
11624     since some C++ compilers masquerading as C compilers
11625     incorrectly reject 9223372036854775807.  */
11626 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11627   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11628                        && LARGE_OFF_T % 2147483647 == 1)
11629                       ? 1 : -1];
11630 int
11631 main ()
11632 {
11633
11634   ;
11635   return 0;
11636 }
11637 _ACEOF
11638 if ac_fn_c_try_compile "$LINENO"; then :
11639   ac_cv_sys_large_files=1; break
11640 fi
11641 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11642   ac_cv_sys_large_files=unknown
11643   break
11644 done
11645 fi
11646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11647 $as_echo "$ac_cv_sys_large_files" >&6; }
11648 case $ac_cv_sys_large_files in #(
11649   no | unknown) ;;
11650   *)
11651 cat >>confdefs.h <<_ACEOF
11652 #define _LARGE_FILES $ac_cv_sys_large_files
11653 _ACEOF
11654 ;;
11655 esac
11656 rm -rf conftest*
11657   fi
11658 fi
11659
11660
11661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
11662 $as_echo_n "checking how to compare bootstrapped objects... " >&6; }
11663 if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
11664   $as_echo_n "(cached) " >&6
11665 else
11666    echo abfoo >t1
11667   echo cdfoo >t2
11668   gcc_cv_prog_cmp_skip='tail -c +17 $$f1 > tmp-foo1; tail -c +17 $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
11669   if cmp t1 t2 2 2 > /dev/null 2>&1; then
11670     if cmp t1 t2 1 1 > /dev/null 2>&1; then
11671       :
11672     else
11673       gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
11674     fi
11675   fi
11676   if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
11677     if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
11678       :
11679     else
11680       gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
11681     fi
11682   fi
11683   rm t1 t2
11684
11685 fi
11686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
11687 $as_echo "$gcc_cv_prog_cmp_skip" >&6; }
11688 do_compare="$gcc_cv_prog_cmp_skip"
11689
11690
11691
11692 # Check whether --enable-targets was given.
11693 if test "${enable_targets+set}" = set; then :
11694   enableval=$enable_targets; case "${enableval}" in
11695   yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
11696             ;;
11697   no)       enable_targets= ;;
11698   *)        enable_targets=$enableval ;;
11699 esac
11700 fi
11701
11702 ac_checking=yes
11703 if grep '^RELEASE=y' ${srcdir}/../bfd/Makefile.am >/dev/null 2>/dev/null ; then
11704   ac_checking=
11705 fi
11706 # Check whether --enable-checking was given.
11707 if test "${enable_checking+set}" = set; then :
11708   enableval=$enable_checking; case "${enableval}" in
11709   no|none)  ac_checking= ;;
11710   *)        ac_checking=yes ;;
11711 esac
11712 fi
11713 if test x$ac_checking != x ; then
11714
11715 $as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
11716
11717 fi
11718
11719 # PR gas/19109
11720 # Decide the default method for compressing debug sections.
11721 ac_default_compressed_debug_sections=unset
11722 # Provide a configure time option to override our default.
11723 # Check whether --enable-compressed_debug_sections was given.
11724 if test "${enable_compressed_debug_sections+set}" = set; then :
11725   enableval=$enable_compressed_debug_sections; case ,"${enableval}", in
11726   ,yes, | ,all, | *,gas,*) ac_default_compressed_debug_sections=yes ;;
11727   ,no, | ,none,)  ac_default_compressed_debug_sections=no ;;
11728   *)   ac_default_compressed_debug_sections=unset ;;
11729 esac
11730 fi
11731
11732 # PR gas/19520
11733 # Decide if x86 assembler should generate relax relocations.
11734 ac_default_x86_relax_relocations=unset
11735 # Provide a configure time option to override our default.
11736 # Check whether --enable-x86_relax_relocations was given.
11737 if test "${enable_x86_relax_relocations+set}" = set; then :
11738   enableval=$enable_x86_relax_relocations; case "${enableval}" in
11739   no)  ac_default_x86_relax_relocations=0 ;;
11740 esac
11741 fi
11742
11743 # Decide if ELF assembler should generate common symbols with the
11744 # STT_COMMON type.
11745 ac_default_elf_stt_common=unset
11746 # Provide a configure time option to override our default.
11747 # Check whether --enable-elf_stt_common was given.
11748 if test "${enable_elf_stt_common+set}" = set; then :
11749   enableval=$enable_elf_stt_common; case "${enableval}" in
11750   yes)  ac_default_elf_stt_common=1 ;;
11751 esac
11752 fi
11753
11754
11755 # Decide if the ELF assembler should default to generating
11756 # GNU Build notes if none are provided by the input.
11757 ac_default_generate_build_notes=0
11758 # Provide a configuration option to override the default.
11759 # Check whether --enable-generate_build_notes was given.
11760 if test "${enable_generate_build_notes+set}" = set; then :
11761   enableval=$enable_generate_build_notes; case "${enableval}" in
11762   yes)  ac_default_generate_build_notes=1 ;;
11763   no)   ac_default_generate_build_notes=0 ;;
11764 esac
11765 fi
11766
11767
11768 using_cgen=no
11769
11770
11771 # Set the 'development' global.
11772 . $srcdir/../bfd/development.sh
11773
11774 # Set acp_cpp_for_build variable
11775 ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
11776
11777 # Default set of GCC warnings to enable.
11778 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11779 GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11780
11781 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11782 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11783 /* end confdefs.h.  */
11784 __GNUC__
11785 _ACEOF
11786 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11787   $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11788
11789 else
11790   GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11791 fi
11792 rm -f conftest*
11793
11794
11795 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11797 /* end confdefs.h.  */
11798 __GNUC__
11799 _ACEOF
11800 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11801   $EGREP "^[0-4]$" >/dev/null 2>&1; then :
11802
11803 else
11804   GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
11805 fi
11806 rm -f conftest*
11807
11808
11809 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
11810 WARN_WRITE_STRINGS=""
11811 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11812 /* end confdefs.h.  */
11813 __GNUC__
11814 _ACEOF
11815 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11816   $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11817
11818 else
11819   WARN_WRITE_STRINGS="-Wwrite-strings"
11820 fi
11821 rm -f conftest*
11822
11823
11824 # Verify CC_FOR_BUILD to be compatible with warning flags
11825
11826 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11827 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11828 /* end confdefs.h.  */
11829 __GNUC__
11830 _ACEOF
11831 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11832   $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11833
11834 else
11835   GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
11836 fi
11837 rm -f conftest*
11838
11839
11840 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11841 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11842 /* end confdefs.h.  */
11843 __GNUC__
11844 _ACEOF
11845 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11846   $EGREP "^[0-4]$" >/dev/null 2>&1; then :
11847
11848 else
11849   GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
11850 fi
11851 rm -f conftest*
11852
11853
11854 # Check whether --enable-werror was given.
11855 if test "${enable_werror+set}" = set; then :
11856   enableval=$enable_werror; case "${enableval}" in
11857      yes | y) ERROR_ON_WARNING="yes" ;;
11858      no | n)  ERROR_ON_WARNING="no" ;;
11859      *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11860    esac
11861 fi
11862
11863
11864 # Disable -Wformat by default when using gcc on mingw
11865 case "${host}" in
11866   *-*-mingw32*)
11867     if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11868       GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
11869       GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
11870     fi
11871     ;;
11872   *) ;;
11873 esac
11874
11875 # Enable -Werror by default when using gcc.  Turn it off for releases.
11876 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
11877     ERROR_ON_WARNING=yes
11878 fi
11879
11880 NO_WERROR=
11881 if test "${ERROR_ON_WARNING}" = yes ; then
11882     GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
11883     GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
11884     NO_WERROR="-Wno-error"
11885 fi
11886
11887 if test "${GCC}" = yes ; then
11888   WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11889   WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
11890 fi
11891
11892 # Check whether --enable-build-warnings was given.
11893 if test "${enable_build_warnings+set}" = set; then :
11894   enableval=$enable_build_warnings; case "${enableval}" in
11895   yes)  WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11896         WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
11897   no)   if test "${GCC}" = yes ; then
11898           WARN_CFLAGS="-w"
11899       WARN_CFLAGS_FOR_BUILD="-w"
11900         fi;;
11901   ,*)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
11902         WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
11903         WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
11904   *,)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
11905         WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
11906         WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
11907   *)    WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
11908         WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11909 esac
11910 fi
11911
11912
11913 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
11914   echo "Setting warning flags = $WARN_CFLAGS" 6>&1
11915 fi
11916
11917
11918
11919
11920
11921
11922
11923 # Generate a header file
11924 ac_config_headers="$ac_config_headers config.h:config.in"
11925
11926
11927
11928 # Check whether --with-cpu was given.
11929 if test "${with_cpu+set}" = set; then :
11930   withval=$with_cpu;
11931 cat >>confdefs.h <<_ACEOF
11932 #define TARGET_WITH_CPU "${with_cpu}"
11933 _ACEOF
11934
11935 fi
11936
11937
11938 # PR 14072
11939
11940
11941 # If we are on a DOS filesystem, we must use gdb.ini rather than
11942 # .gdbinit.
11943 case "${host}" in
11944   *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-windows*)
11945     GDBINIT="gdb.ini"
11946     ac_config_files="$ac_config_files gdb.ini:gdbinit.in"
11947
11948     ;;
11949   *)
11950     GDBINIT=".gdbinit"
11951     ac_config_files="$ac_config_files .gdbinit:gdbinit.in"
11952
11953     ;;
11954 esac
11955
11956
11957 #We need this for the host.
11958  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
11959 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
11960 if test "${ac_cv_c_bigendian+set}" = set; then :
11961   $as_echo_n "(cached) " >&6
11962 else
11963   ac_cv_c_bigendian=unknown
11964     # See if we're dealing with a universal compiler.
11965     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11966 /* end confdefs.h.  */
11967 #ifndef __APPLE_CC__
11968                not a universal capable compiler
11969              #endif
11970              typedef int dummy;
11971
11972 _ACEOF
11973 if ac_fn_c_try_compile "$LINENO"; then :
11974
11975         # Check for potential -arch flags.  It is not universal unless
11976         # there are at least two -arch flags with different values.
11977         ac_arch=
11978         ac_prev=
11979         for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
11980          if test -n "$ac_prev"; then
11981            case $ac_word in
11982              i?86 | x86_64 | ppc | ppc64)
11983                if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
11984                  ac_arch=$ac_word
11985                else
11986                  ac_cv_c_bigendian=universal
11987                  break
11988                fi
11989                ;;
11990            esac
11991            ac_prev=
11992          elif test "x$ac_word" = "x-arch"; then
11993            ac_prev=arch
11994          fi
11995        done
11996 fi
11997 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11998     if test $ac_cv_c_bigendian = unknown; then
11999       # See if sys/param.h defines the BYTE_ORDER macro.
12000       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12001 /* end confdefs.h.  */
12002 #include <sys/types.h>
12003              #include <sys/param.h>
12004
12005 int
12006 main ()
12007 {
12008 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
12009                      && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
12010                      && LITTLE_ENDIAN)
12011               bogus endian macros
12012              #endif
12013
12014   ;
12015   return 0;
12016 }
12017 _ACEOF
12018 if ac_fn_c_try_compile "$LINENO"; then :
12019   # It does; now see whether it defined to BIG_ENDIAN or not.
12020          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12021 /* end confdefs.h.  */
12022 #include <sys/types.h>
12023                 #include <sys/param.h>
12024
12025 int
12026 main ()
12027 {
12028 #if BYTE_ORDER != BIG_ENDIAN
12029                  not big endian
12030                 #endif
12031
12032   ;
12033   return 0;
12034 }
12035 _ACEOF
12036 if ac_fn_c_try_compile "$LINENO"; then :
12037   ac_cv_c_bigendian=yes
12038 else
12039   ac_cv_c_bigendian=no
12040 fi
12041 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12042 fi
12043 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12044     fi
12045     if test $ac_cv_c_bigendian = unknown; then
12046       # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
12047       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12048 /* end confdefs.h.  */
12049 #include <limits.h>
12050
12051 int
12052 main ()
12053 {
12054 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
12055               bogus endian macros
12056              #endif
12057
12058   ;
12059   return 0;
12060 }
12061 _ACEOF
12062 if ac_fn_c_try_compile "$LINENO"; then :
12063   # It does; now see whether it defined to _BIG_ENDIAN or not.
12064          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12065 /* end confdefs.h.  */
12066 #include <limits.h>
12067
12068 int
12069 main ()
12070 {
12071 #ifndef _BIG_ENDIAN
12072                  not big endian
12073                 #endif
12074
12075   ;
12076   return 0;
12077 }
12078 _ACEOF
12079 if ac_fn_c_try_compile "$LINENO"; then :
12080   ac_cv_c_bigendian=yes
12081 else
12082   ac_cv_c_bigendian=no
12083 fi
12084 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12085 fi
12086 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12087     fi
12088     if test $ac_cv_c_bigendian = unknown; then
12089       # Compile a test program.
12090       if test "$cross_compiling" = yes; then :
12091   # Try to guess by grepping values from an object file.
12092          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12093 /* end confdefs.h.  */
12094 short int ascii_mm[] =
12095                   { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
12096                 short int ascii_ii[] =
12097                   { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
12098                 int use_ascii (int i) {
12099                   return ascii_mm[i] + ascii_ii[i];
12100                 }
12101                 short int ebcdic_ii[] =
12102                   { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
12103                 short int ebcdic_mm[] =
12104                   { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
12105                 int use_ebcdic (int i) {
12106                   return ebcdic_mm[i] + ebcdic_ii[i];
12107                 }
12108                 extern int foo;
12109
12110 int
12111 main ()
12112 {
12113 return use_ascii (foo) == use_ebcdic (foo);
12114   ;
12115   return 0;
12116 }
12117 _ACEOF
12118 if ac_fn_c_try_compile "$LINENO"; then :
12119   if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
12120               ac_cv_c_bigendian=yes
12121             fi
12122             if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
12123               if test "$ac_cv_c_bigendian" = unknown; then
12124                 ac_cv_c_bigendian=no
12125               else
12126                 # finding both strings is unlikely to happen, but who knows?
12127                 ac_cv_c_bigendian=unknown
12128               fi
12129             fi
12130 fi
12131 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12132 else
12133   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12134 /* end confdefs.h.  */
12135 $ac_includes_default
12136 int
12137 main ()
12138 {
12139
12140              /* Are we little or big endian?  From Harbison&Steele.  */
12141              union
12142              {
12143                long int l;
12144                char c[sizeof (long int)];
12145              } u;
12146              u.l = 1;
12147              return u.c[sizeof (long int) - 1] == 1;
12148
12149   ;
12150   return 0;
12151 }
12152 _ACEOF
12153 if ac_fn_c_try_run "$LINENO"; then :
12154   ac_cv_c_bigendian=no
12155 else
12156   ac_cv_c_bigendian=yes
12157 fi
12158 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12159   conftest.$ac_objext conftest.beam conftest.$ac_ext
12160 fi
12161
12162     fi
12163 fi
12164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
12165 $as_echo "$ac_cv_c_bigendian" >&6; }
12166  case $ac_cv_c_bigendian in #(
12167    yes)
12168      $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
12169 ;; #(
12170    no)
12171       ;; #(
12172    universal)
12173
12174 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
12175
12176      ;; #(
12177    *)
12178      as_fn_error "unknown endianness
12179  presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
12180  esac
12181
12182
12183 te_file=generic
12184
12185 # Makefile target for installing gas in $(tooldir)/bin.
12186 install_tooldir=install-exec-tooldir
12187
12188 canon_targets=""
12189 all_targets=no
12190 if test -n "$enable_targets" ; then
12191   for t in `echo $enable_targets | sed 's/,/ /g'`; do
12192     if test $t = "all"; then
12193       all_targets=yes
12194       continue
12195     fi
12196     result=`$ac_config_sub $t 2>/dev/null`
12197     if test -n "$result" ; then
12198       canon_targets="$canon_targets $result"
12199 #    else
12200 #      # Permit "all", etc.  We don't support it yet though.
12201 #      canon_targets="$canon_targets $t"
12202     fi
12203   done
12204   _gas_uniq_list="$canon_targets"
12205 _gas_uniq_newlist=""
12206 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12207   case $_gas_uniq_i in
12208   _gas_uniq_dummy) ;;
12209   *) case " $_gas_uniq_newlist " in
12210        *" $_gas_uniq_i "*) ;;
12211        *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12212      esac ;;
12213   esac
12214 done
12215 canon_targets=$_gas_uniq_newlist
12216
12217 fi
12218
12219 emulations=""
12220
12221 for this_target in $target $canon_targets ; do
12222
12223     targ=${this_target}
12224     . ${srcdir}/configure.tgt
12225
12226     case ${target_cpu} in
12227       crisv32)
12228
12229 cat >>confdefs.h <<_ACEOF
12230 #define DEFAULT_CRIS_ARCH $arch
12231 _ACEOF
12232
12233         ;;
12234     esac
12235
12236     if test ${this_target} = $target ; then
12237       target_cpu_type=${cpu_type}
12238     elif test ${target_cpu_type} != ${cpu_type} ; then
12239       continue
12240     fi
12241
12242     generic_target=${cpu_type}-${target_vendor}-${target_os}
12243     case ${generic_target} in
12244       i386-*-msdosdjgpp* \
12245       | i386-*-go32* \
12246       | i386-go32-rtems*)
12247
12248 $as_echo "#define STRICTCOFF 1" >>confdefs.h
12249
12250         ;;
12251
12252       i386-*-solaris2 \
12253       | x86_64-*-solaris2 \
12254       | i386-*-solaris2.[0-9] \
12255       | i386-*-solaris2.1[01] \
12256       | x86_64-*-solaris2.1[01])
12257         if test ${this_target} = $target \
12258            && test ${ac_default_x86_relax_relocations} = unset; then
12259           ac_default_x86_relax_relocations=0
12260         fi
12261         ;;
12262
12263       microblaze*)
12264         ;;
12265
12266       ppc-*-aix[5-9].*)
12267
12268 $as_echo "#define AIX_WEAK_SUPPORT 1" >>confdefs.h
12269
12270         ;;
12271       ppc-*-solaris*)
12272         if test ${this_target} = $target; then
12273
12274 $as_echo "#define TARGET_SOLARIS_COMMENT 1" >>confdefs.h
12275
12276         fi
12277         if test x${endian} = xbig; then
12278           as_fn_error "Solaris must be configured little endian" "$LINENO" 5
12279         fi
12280         ;;
12281     esac
12282
12283     if test ${this_target} = $target ; then
12284       endian_def=
12285       if test x${endian} = xbig; then
12286         endian_def=1
12287       elif test x${endian} = xlittle; then
12288         endian_def=0
12289       fi
12290       if test x${endian_def} != x; then
12291
12292 cat >>confdefs.h <<_ACEOF
12293 #define TARGET_BYTES_BIG_ENDIAN $endian_def
12294 _ACEOF
12295
12296       fi
12297     fi
12298
12299 # Other random stuff.
12300
12301     case ${cpu_type} in
12302       mips)
12303         # Set mips_cpu to the name of the default CPU.
12304         case ${target_cpu} in
12305           mips | mipsbe | mipseb | mipsle | mipsel | mips64 | mips64el)
12306             mips_cpu=from-abi
12307             ;;
12308           mipsisa32 | mipsisa32el)
12309             mips_cpu=mips32
12310             ;;
12311           mipsisa32r2 | mipsisa32r2el)
12312             mips_cpu=mips32r2
12313             ;;
12314           mipsisa32r3 | mipsisa32r3el)
12315             mips_cpu=mips32r3
12316             ;;
12317           mipsisa32r5 | mipsisa32r5el)
12318             mips_cpu=mips32r5
12319             ;;
12320           mipsisa32r6 | mipsisa32r6el)
12321             mips_cpu=mips32r6
12322             ;;
12323           mipsisa64 | mipsisa64el)
12324             mips_cpu=mips64
12325             ;;
12326           mipsisa64r2 | mipsisa64r2el)
12327             mips_cpu=mips64r2
12328             ;;
12329           mipsisa64r3 | mipsisa64r3el)
12330             mips_cpu=mips64r3
12331             ;;
12332           mipsisa64r5 | mipsisa64r5el)
12333             mips_cpu=mips64r5
12334             ;;
12335           mipsisa64r6 | mipsisa64r6el)
12336             mips_cpu=mips64r6
12337             ;;
12338           mipstx39 | mipstx39el)
12339             mips_cpu=r3900
12340             ;;
12341           mips64vr | mips64vrel)
12342             mips_cpu=vr4100
12343             ;;
12344           mipsisa32r2* | mipsisa64r2*)
12345             mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r2//' -e 's/el$//'`
12346             ;;
12347           mipsisa32r6* | mipsisa64r6*)
12348             mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r6//' -e 's/el$//'`
12349             ;;
12350           mips64* | mipsisa64* | mipsisa32*)
12351             mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..//' -e 's/el$//'`
12352             ;;
12353           mips*)
12354             mips_cpu=`echo $target_cpu | sed -e 's/^mips//' -e 's/el$//'`
12355             ;;
12356           *)
12357             as_fn_error "$target_cpu isn't a supported MIPS CPU name" "$LINENO" 5
12358             ;;
12359         esac
12360         # See whether it's appropriate to set E_MIPS_ABI_O32 for o32
12361         # binaries.  It's a GNU extension that some OSes don't understand.
12362         case ${target} in
12363           *-*-irix*)
12364             use_e_mips_abi_o32=0
12365             ;;
12366           *)
12367             use_e_mips_abi_o32=1
12368             ;;
12369         esac
12370         # Decide whether to generate 32-bit or 64-bit code by default.
12371         # Used to resolve -march=from-abi when an embedded ABI is selected.
12372         case ${target} in
12373           mips64*-*-* | mipsisa64*-*-*)
12374             mips_default_64bit=1
12375             ;;
12376           *)
12377             mips_default_64bit=0
12378             ;;
12379         esac
12380         # Decide which ABI to target by default.
12381         case ${target} in
12382           mips64*-linux* | mips-sgi-irix6* | mips64*-freebsd* \
12383           | mips64*-kfreebsd*-gnu | mips64*-ps2-elf*)
12384             mips_default_abi=N32_ABI
12385             ;;
12386           mips*-linux* | mips*-freebsd* | mips*-kfreebsd*-gnu)
12387             mips_default_abi=O32_ABI
12388             ;;
12389           mips64*-openbsd*)
12390             mips_default_abi=N64_ABI
12391             ;;
12392           *)
12393             mips_default_abi=NO_ABI
12394             ;;
12395         esac
12396
12397 cat >>confdefs.h <<_ACEOF
12398 #define MIPS_CPU_STRING_DEFAULT "$mips_cpu"
12399 _ACEOF
12400
12401
12402 cat >>confdefs.h <<_ACEOF
12403 #define USE_E_MIPS_ABI_O32 $use_e_mips_abi_o32
12404 _ACEOF
12405
12406
12407 cat >>confdefs.h <<_ACEOF
12408 #define MIPS_DEFAULT_64BIT $mips_default_64bit
12409 _ACEOF
12410
12411
12412 cat >>confdefs.h <<_ACEOF
12413 #define MIPS_DEFAULT_ABI $mips_default_abi
12414 _ACEOF
12415
12416         ;;
12417     esac
12418
12419     # Do we need the opcodes library?
12420     case ${cpu_type} in
12421       vax | tic30)
12422         ;;
12423
12424       *)
12425         need_opcodes=yes
12426
12427         case "${enable_shared}" in
12428         yes) shared_opcodes=true ;;
12429         *opcodes*) shared_opcodes=true ;;
12430         *) shared_opcodes=false ;;
12431         esac
12432         ;;
12433     esac
12434
12435     # Any other special object files needed ?
12436     case ${cpu_type} in
12437
12438       bfin)
12439         echo ${extra_objects} | grep -s "bfin-parse.o"
12440         if test $? -ne 0 ; then
12441           extra_objects="$extra_objects bfin-parse.o"
12442         fi
12443
12444         echo ${extra_objects} | grep -s "bfin-lex-wrapper.o"
12445         if test $? -ne 0 ; then
12446           extra_objects="$extra_objects bfin-lex-wrapper.o"
12447         fi
12448         ;;
12449
12450       epiphany | fr30 | ip2k | iq2000 | lm32 | m32r | or1k)
12451         using_cgen=yes
12452         ;;
12453
12454       m32c)
12455         using_cgen=yes
12456         ;;
12457       frv)
12458         using_cgen=yes
12459         ;;
12460       m68k)
12461         case ${extra_objects} in
12462         *m68k-parse.o*) ;;
12463         *) extra_objects="$extra_objects m68k-parse.o" ;;
12464         esac
12465         ;;
12466
12467       mep)
12468         using_cgen=yes
12469         ;;
12470
12471       mips)
12472         echo ${extra_objects} | grep -s "itbl-parse.o"
12473         if test $? -ne 0 ; then
12474           extra_objects="$extra_objects itbl-parse.o"
12475         fi
12476
12477         echo ${extra_objects} | grep -s "itbl-lex-wrapper.o"
12478         if test $? -ne 0 ; then
12479           extra_objects="$extra_objects itbl-lex-wrapper.o"
12480         fi
12481
12482         echo ${extra_objects} | grep -s "itbl-ops.o"
12483         if test $? -ne 0 ; then
12484           extra_objects="$extra_objects itbl-ops.o"
12485         fi
12486         ;;
12487
12488       mt)
12489         using_cgen=yes
12490         ;;
12491
12492       nds32)
12493         # Decide BASELINE, REDUCED_REGS, FPU_DP_EXT, FPU_SP_EXT features
12494         # based on arch_name.
12495         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-arch" >&5
12496 $as_echo_n "checking for default configuration of --with-arch... " >&6; }
12497         if test "x${with_arch}" != x; then
12498           case ${with_arch} in
12499             v2j | v2s | v2f | v2 | v3m | v3j | v3s | v3f | v3 )
12500
12501 cat >>confdefs.h <<_ACEOF
12502 #define NDS32_DEFAULT_ARCH_NAME "$with_arch"
12503 _ACEOF
12504
12505               ;;
12506             *)
12507               as_fn_error "This kind of arch name does *NOT* exist!" "$LINENO" 5
12508               ;;
12509           esac
12510         fi
12511         { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_arch" >&5
12512 $as_echo "$with_arch" >&6; }
12513
12514         # Decide features one by one.
12515         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-dx-regs" >&5
12516 $as_echo_n "checking for default configuration of --enable-dx-regs... " >&6; }
12517         if test "x${enable_dx_regs}" = xyes; then
12518
12519 $as_echo "#define NDS32_DEFAULT_DX_REGS 1" >>confdefs.h
12520
12521         else
12522
12523 $as_echo "#define NDS32_DEFAULT_DX_REGS 0" >>confdefs.h
12524
12525         fi
12526         { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_dx_regs" >&5
12527 $as_echo "$enable_dx_regs" >&6; }
12528
12529         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-perf-ext" >&5
12530 $as_echo_n "checking for default configuration of --enable-perf-ext... " >&6; }
12531         if test "x${enable_perf_ext}" = xno; then
12532
12533 $as_echo "#define NDS32_DEFAULT_PERF_EXT 0" >>confdefs.h
12534
12535         else
12536
12537 $as_echo "#define NDS32_DEFAULT_PERF_EXT 1" >>confdefs.h
12538
12539         fi
12540         { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_perf_ext" >&5
12541 $as_echo "$enable_perf_ext" >&6; }
12542
12543         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-perf-ext2" >&5
12544 $as_echo_n "checking for default configuration of --enable-perf-ext2... " >&6; }
12545         if test "x${enable_perf_ext2}" = xno; then
12546
12547 $as_echo "#define NDS32_DEFAULT_PERF_EXT2 0" >>confdefs.h
12548
12549         else
12550
12551 $as_echo "#define NDS32_DEFAULT_PERF_EXT2 1" >>confdefs.h
12552
12553         fi
12554         { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_perf_ext2" >&5
12555 $as_echo "$enable_perf_ext2" >&6; }
12556
12557         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-string-ext" >&5
12558 $as_echo_n "checking for default configuration of --enable-string-ext... " >&6; }
12559         if test "x${enable_string_ext}" = xno; then
12560
12561 $as_echo "#define NDS32_DEFAULT_STRING_EXT 0" >>confdefs.h
12562
12563         else
12564
12565 $as_echo "#define NDS32_DEFAULT_STRING_EXT 1" >>confdefs.h
12566
12567         fi
12568         { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_string_ext" >&5
12569 $as_echo "$enable_string_ext" >&6; }
12570
12571         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-audio-ext" >&5
12572 $as_echo_n "checking for default configuration of --enable-audio-ext... " >&6; }
12573         if test "x${enable_audio_ext}" = xno; then
12574
12575 $as_echo "#define NDS32_DEFAULT_AUDIO_EXT 0" >>confdefs.h
12576
12577         else
12578
12579 $as_echo "#define NDS32_DEFAULT_AUDIO_EXT 1" >>confdefs.h
12580
12581         fi
12582         { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_audio_ext" >&5
12583 $as_echo "$enable_audio_ext" >&6; }
12584         ;;
12585
12586       aarch64 | i386 | riscv | s390 | sparc)
12587         if test $this_target = $target ; then
12588
12589 cat >>confdefs.h <<_ACEOF
12590 #define DEFAULT_ARCH "${arch}"
12591 _ACEOF
12592
12593         fi
12594         ;;
12595
12596       rl78)
12597         echo ${extra_objects} | grep -s "rl78-parse.o"
12598         if test $? -ne 0 ; then
12599           extra_objects="$extra_objects rl78-parse.o"
12600         fi
12601         ;;
12602
12603       rx)
12604         echo ${extra_objects} | grep -s "rx-parse.o"
12605         if test $? -ne 0 ; then
12606           extra_objects="$extra_objects rx-parse.o"
12607         fi
12608         ;;
12609
12610       xstormy16)
12611         using_cgen=yes
12612         ;;
12613
12614       xc16x)
12615         using_cgen=yes
12616         ;;
12617
12618       xtensa)
12619         echo ${extra_objects} | grep -s "xtensa-relax.o"
12620         if test $? -ne 0 ; then
12621           extra_objects="$extra_objects xtensa-relax.o"
12622         fi
12623         ;;
12624
12625       *)
12626         ;;
12627     esac
12628
12629     if test $using_cgen = yes ; then
12630         case "x${extra_objects}" in
12631         *cgen.o*) ;;
12632         *) extra_objects="$extra_objects cgen.o" ;;
12633         esac
12634     fi
12635
12636 # See if we really can support this configuration with the emulation code.
12637
12638     if test $this_target = $target ; then
12639       obj_format=$fmt
12640       te_file=$em
12641     fi
12642
12643    case ${te_file} in
12644       vms) extra_objects="$extra_objects te-vms.o" ;;
12645    esac
12646
12647 # From target name and format, produce a list of supported emulations.
12648
12649     case ${generic_target}-${fmt} in
12650       mips-*-*-*)       case "$endian" in
12651                         big)    emulation="mipsbelf mipslelf mipself" ;;
12652                         *)      emulation="mipslelf mipsbelf mipself" ;;
12653                         esac ;;
12654       # i386-pc-pe-coff != i386-pc-coff.
12655       i386-*-pe-coff)   ;;
12656       # Uncommenting the next line will turn on support for i386 AOUT
12657       # for the default linux configuration
12658       # i386-*-linux*-elf) emulation="i386elf i386aout" ;;
12659       #
12660       i386-*-aout)      emulation="i386aout" ;;
12661       i386-*-coff)      emulation="i386coff" ;;
12662       i386-*-elf)       emulation="i386elf" ;;
12663
12664       # Always all formats.  The first stated emulation becomes the default.
12665       cris-*-*aout*)    emulation="crisaout criself" ;;
12666       cris-*-*)         emulation="criself crisaout" ;;
12667     esac
12668
12669     emulations="$emulations $emulation"
12670
12671 done
12672
12673 if test ${ac_default_x86_relax_relocations} = unset; then
12674   ac_default_x86_relax_relocations=1
12675 fi
12676
12677 cat >>confdefs.h <<_ACEOF
12678 #define DEFAULT_GENERATE_X86_RELAX_RELOCATIONS $ac_default_x86_relax_relocations
12679 _ACEOF
12680
12681
12682 if test ${ac_default_elf_stt_common} = unset; then
12683   ac_default_elf_stt_common=0
12684 fi
12685
12686 cat >>confdefs.h <<_ACEOF
12687 #define DEFAULT_GENERATE_ELF_STT_COMMON $ac_default_elf_stt_common
12688 _ACEOF
12689
12690
12691
12692 cat >>confdefs.h <<_ACEOF
12693 #define DEFAULT_GENERATE_BUILD_NOTES $ac_default_generate_build_notes
12694 _ACEOF
12695
12696
12697 if test x$ac_default_compressed_debug_sections = xyes ; then
12698
12699 $as_echo "#define DEFAULT_FLAG_COMPRESS_DEBUG 1" >>confdefs.h
12700
12701 fi
12702
12703 # Turn on all targets if possible
12704 if test ${all_targets} = "yes"; then
12705   case ${target_cpu_type} in
12706   i386)
12707     case ${obj_format} in
12708     aout)
12709       emulations="$emulations i386coff i386elf"
12710       ;;
12711     coff)
12712       emulations="$emulations i386aout i386elf"
12713     ;;
12714     elf)
12715       emulations="$emulations i386aout i386coff"
12716       ;;
12717     esac
12718   ;;
12719   x86_64)
12720     case ${obj_format} in
12721     aout)
12722       emulations="$emulations i386coff i386elf"
12723       ;;
12724     coff)
12725       emulations="$emulations i386aout i386elf"
12726     ;;
12727     elf)
12728       emulations="$emulations i386aout i386coff"
12729       ;;
12730     esac
12731   ;;
12732   esac
12733 fi
12734
12735 # PE code has way too many macros tweaking behaviour
12736 case ${te_file} in
12737   pe*) emulations="" ;;
12738 esac
12739
12740 # Assign floating point type.  Most processors with FP support
12741 # IEEE FP.  On those that don't support FP at all, usually IEEE
12742 # is emulated.
12743 case ${target_cpu} in
12744   vax | pdp11 ) atof=vax ;;
12745   *)            atof=ieee ;;
12746 esac
12747
12748 case "${obj_format}" in
12749   "") as_fn_error "GAS does not know what format to use for target ${target}" "$LINENO" 5 ;;
12750 esac
12751
12752 # Unfortunately the cpu in cpu-opc.h file isn't always $(TARGET_CPU).
12753 cgen_cpu_prefix=""
12754 if test $using_cgen = yes ; then
12755   case ${target_cpu} in
12756     or1knd)
12757        cgen_cpu_prefix=or1k ;;
12758     *) cgen_cpu_prefix=${target_cpu} ;;
12759   esac
12760
12761
12762 $as_echo "#define USING_CGEN 1" >>confdefs.h
12763
12764 fi
12765
12766
12767 if test ! -r ${srcdir}/config/tc-${target_cpu_type}.c; then
12768   as_fn_error "GAS does not support target CPU ${target_cpu_type}" "$LINENO" 5
12769 fi
12770
12771 if test ! -r ${srcdir}/config/obj-${obj_format}.c; then
12772   as_fn_error "GAS does not have support for object file format ${obj_format}" "$LINENO" 5
12773 fi
12774
12775 # Some COFF configurations want these random other flags set.
12776 case ${obj_format} in
12777   coff)
12778     case ${target_cpu_type} in
12779       i386)
12780 $as_echo "#define I386COFF 1" >>confdefs.h
12781  ;;
12782       x86_64)
12783 $as_echo "#define I386COFF 1" >>confdefs.h
12784  ;;
12785     esac
12786     ;;
12787 esac
12788
12789 # Getting this done right is going to be a bitch.  Each configuration specified
12790 # with --enable-targets=... should be checked for environment, format, cpu
12791 # setting.
12792 #
12793 # For each configuration, the necessary object file support code must be linked
12794 # in.  This might be only one, it might be up to four.  The necessary emulation
12795 # code needs to be provided, too.
12796 #
12797 # And then there's "--enable-targets=all"....
12798 #
12799 # For now, just always do it for MIPS ELF configurations.  Sigh.
12800
12801 formats="${obj_format}"
12802 emfiles=""
12803 EMULATIONS=""
12804 _gas_uniq_list="$emulations"
12805 _gas_uniq_newlist=""
12806 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12807   case $_gas_uniq_i in
12808   _gas_uniq_dummy) ;;
12809   *) case " $_gas_uniq_newlist " in
12810        *" $_gas_uniq_i "*) ;;
12811        *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12812      esac ;;
12813   esac
12814 done
12815 emulations=$_gas_uniq_newlist
12816
12817 for em in . $emulations ; do
12818   case $em in
12819     .)  continue ;;
12820     mipsbelf | mipslelf | mipself)
12821         fmt=elf   file=mipself ;;
12822     *coff)
12823         fmt=coff  file=$em ;;
12824     *aout)
12825         fmt=aout file=$em ;;
12826     *elf)
12827         fmt=elf file=$em ;;
12828   esac
12829   formats="$formats $fmt"
12830   emfiles="$emfiles e-$file.o"
12831   EMULATIONS="$EMULATIONS &$em,"
12832 done
12833 _gas_uniq_list="$formats"
12834 _gas_uniq_newlist=""
12835 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12836   case $_gas_uniq_i in
12837   _gas_uniq_dummy) ;;
12838   *) case " $_gas_uniq_newlist " in
12839        *" $_gas_uniq_i "*) ;;
12840        *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12841      esac ;;
12842   esac
12843 done
12844 formats=$_gas_uniq_newlist
12845
12846 _gas_uniq_list="$emfiles"
12847 _gas_uniq_newlist=""
12848 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12849   case $_gas_uniq_i in
12850   _gas_uniq_dummy) ;;
12851   *) case " $_gas_uniq_newlist " in
12852        *" $_gas_uniq_i "*) ;;
12853        *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12854      esac ;;
12855   esac
12856 done
12857 emfiles=$_gas_uniq_newlist
12858
12859 if test `set . $formats ; shift ; echo $#` -gt 1 ; then
12860   for fmt in $formats ; do
12861     case $fmt in
12862       aout)
12863 $as_echo "#define OBJ_MAYBE_AOUT 1" >>confdefs.h
12864    ;;
12865       coff)
12866 $as_echo "#define OBJ_MAYBE_COFF 1" >>confdefs.h
12867     ;;
12868       ecoff)
12869 $as_echo "#define OBJ_MAYBE_ECOFF 1" >>confdefs.h
12870    ;;
12871       elf)
12872 $as_echo "#define OBJ_MAYBE_ELF 1" >>confdefs.h
12873      ;;
12874       generic)
12875 $as_echo "#define OBJ_MAYBE_GENERIC 1" >>confdefs.h
12876  ;;
12877       som)
12878 $as_echo "#define OBJ_MAYBE_SOM 1" >>confdefs.h
12879      ;;
12880     esac
12881     extra_objects="$extra_objects obj-$fmt.o"
12882   done
12883   obj_format=multi
12884 fi
12885 if test `set . $emfiles ; shift ; echo $#` -gt 0 ; then
12886   DEFAULT_EMULATION=`set . $emulations ; echo $2`
12887   # e-mipself has more than one emulation per file, e-i386* has just one at the
12888   # moment.  If only one emulation is specified, then don't define
12889   # USE_EMULATIONS or include any of the e-files as they will only be bloat.
12890   case "${obj_format}${emfiles}" in
12891     multi* | *mipself*)
12892       extra_objects="$extra_objects $emfiles"
12893
12894 $as_echo "#define USE_EMULATIONS 1" >>confdefs.h
12895  ;;
12896   esac
12897 fi
12898
12899
12900 cat >>confdefs.h <<_ACEOF
12901 #define EMULATIONS $EMULATIONS
12902 _ACEOF
12903
12904
12905 cat >>confdefs.h <<_ACEOF
12906 #define DEFAULT_EMULATION "$DEFAULT_EMULATION"
12907 _ACEOF
12908
12909
12910 reject_dev_configs=yes
12911
12912 case ${reject_dev_configs}-${dev} in
12913   yes-yes) # Oops.
12914     as_fn_error "GAS does not support the ${generic_target} configuration." "$LINENO" 5
12915     ;;
12916 esac
12917
12918
12919
12920
12921
12922
12923
12924 # do we need the opcodes library?
12925 case "${need_opcodes}" in
12926 yes)
12927   OPCODES_LIB=../opcodes/libopcodes.la
12928   ;;
12929 esac
12930
12931
12932
12933
12934 cat >>confdefs.h <<_ACEOF
12935 #define TARGET_ALIAS "${target_alias}"
12936 _ACEOF
12937
12938
12939 cat >>confdefs.h <<_ACEOF
12940 #define TARGET_CANONICAL "${target}"
12941 _ACEOF
12942
12943
12944 cat >>confdefs.h <<_ACEOF
12945 #define TARGET_CPU "${target_cpu}"
12946 _ACEOF
12947
12948
12949 cat >>confdefs.h <<_ACEOF
12950 #define TARGET_VENDOR "${target_vendor}"
12951 _ACEOF
12952
12953
12954 cat >>confdefs.h <<_ACEOF
12955 #define TARGET_OS "${target_os}"
12956 _ACEOF
12957
12958
12959 for ac_prog in 'bison -y' byacc
12960 do
12961   # Extract the first word of "$ac_prog", so it can be a program name with args.
12962 set dummy $ac_prog; ac_word=$2
12963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12964 $as_echo_n "checking for $ac_word... " >&6; }
12965 if test "${ac_cv_prog_YACC+set}" = set; then :
12966   $as_echo_n "(cached) " >&6
12967 else
12968   if test -n "$YACC"; then
12969   ac_cv_prog_YACC="$YACC" # Let the user override the test.
12970 else
12971 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12972 for as_dir in $PATH
12973 do
12974   IFS=$as_save_IFS
12975   test -z "$as_dir" && as_dir=.
12976     for ac_exec_ext in '' $ac_executable_extensions; do
12977   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12978     ac_cv_prog_YACC="$ac_prog"
12979     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12980     break 2
12981   fi
12982 done
12983   done
12984 IFS=$as_save_IFS
12985
12986 fi
12987 fi
12988 YACC=$ac_cv_prog_YACC
12989 if test -n "$YACC"; then
12990   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
12991 $as_echo "$YACC" >&6; }
12992 else
12993   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12994 $as_echo "no" >&6; }
12995 fi
12996
12997
12998   test -n "$YACC" && break
12999 done
13000 test -n "$YACC" || YACC="yacc"
13001
13002 for ac_prog in flex lex
13003 do
13004   # Extract the first word of "$ac_prog", so it can be a program name with args.
13005 set dummy $ac_prog; ac_word=$2
13006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13007 $as_echo_n "checking for $ac_word... " >&6; }
13008 if test "${ac_cv_prog_LEX+set}" = set; then :
13009   $as_echo_n "(cached) " >&6
13010 else
13011   if test -n "$LEX"; then
13012   ac_cv_prog_LEX="$LEX" # Let the user override the test.
13013 else
13014 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13015 for as_dir in $PATH
13016 do
13017   IFS=$as_save_IFS
13018   test -z "$as_dir" && as_dir=.
13019     for ac_exec_ext in '' $ac_executable_extensions; do
13020   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13021     ac_cv_prog_LEX="$ac_prog"
13022     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13023     break 2
13024   fi
13025 done
13026   done
13027 IFS=$as_save_IFS
13028
13029 fi
13030 fi
13031 LEX=$ac_cv_prog_LEX
13032 if test -n "$LEX"; then
13033   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
13034 $as_echo "$LEX" >&6; }
13035 else
13036   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13037 $as_echo "no" >&6; }
13038 fi
13039
13040
13041   test -n "$LEX" && break
13042 done
13043 test -n "$LEX" || LEX=":"
13044
13045 case "$LEX" in
13046   :|*"missing "*) ;;
13047   *) cat >conftest.l <<_ACEOF
13048 %%
13049 a { ECHO; }
13050 b { REJECT; }
13051 c { yymore (); }
13052 d { yyless (1); }
13053 e { yyless (input () != 0); }
13054 f { unput (yytext[0]); }
13055 . { BEGIN INITIAL; }
13056 %%
13057 #ifdef YYTEXT_POINTER
13058 extern char *yytext;
13059 #endif
13060 int
13061 main (void)
13062 {
13063   return ! yylex () + ! yywrap ();
13064 }
13065 _ACEOF
13066 { { ac_try="$LEX conftest.l"
13067 case "(($ac_try" in
13068   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13069   *) ac_try_echo=$ac_try;;
13070 esac
13071 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
13072 $as_echo "$ac_try_echo"; } >&5
13073   (eval "$LEX conftest.l") 2>&5
13074   ac_status=$?
13075   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13076   test $ac_status = 0; }
13077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
13078 $as_echo_n "checking lex output file root... " >&6; }
13079 if test "${ac_cv_prog_lex_root+set}" = set; then :
13080   $as_echo_n "(cached) " >&6
13081 else
13082
13083 if test -f lex.yy.c; then
13084   ac_cv_prog_lex_root=lex.yy
13085 elif test -f lexyy.c; then
13086   ac_cv_prog_lex_root=lexyy
13087 else
13088   as_fn_error "cannot find output from $LEX; giving up" "$LINENO" 5
13089 fi
13090 fi
13091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
13092 $as_echo "$ac_cv_prog_lex_root" >&6; }
13093 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
13094
13095 if test -z "${LEXLIB+set}"; then
13096   { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
13097 $as_echo_n "checking lex library... " >&6; }
13098 if test "${ac_cv_lib_lex+set}" = set; then :
13099   $as_echo_n "(cached) " >&6
13100 else
13101
13102     ac_save_LIBS=$LIBS
13103     ac_cv_lib_lex='none needed'
13104     for ac_lib in '' -lfl -ll; do
13105       LIBS="$ac_lib $ac_save_LIBS"
13106       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13107 /* end confdefs.h.  */
13108 `cat $LEX_OUTPUT_ROOT.c`
13109 _ACEOF
13110 if ac_fn_c_try_link "$LINENO"; then :
13111   ac_cv_lib_lex=$ac_lib
13112 fi
13113 rm -f core conftest.err conftest.$ac_objext \
13114     conftest$ac_exeext conftest.$ac_ext
13115       test "$ac_cv_lib_lex" != 'none needed' && break
13116     done
13117     LIBS=$ac_save_LIBS
13118
13119 fi
13120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
13121 $as_echo "$ac_cv_lib_lex" >&6; }
13122   test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
13123 fi
13124
13125
13126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
13127 $as_echo_n "checking whether yytext is a pointer... " >&6; }
13128 if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then :
13129   $as_echo_n "(cached) " >&6
13130 else
13131   # POSIX says lex can declare yytext either as a pointer or an array; the
13132 # default is implementation-dependent.  Figure out which it is, since
13133 # not all implementations provide the %pointer and %array declarations.
13134 ac_cv_prog_lex_yytext_pointer=no
13135 ac_save_LIBS=$LIBS
13136 LIBS="$LEXLIB $ac_save_LIBS"
13137 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13138 /* end confdefs.h.  */
13139 #define YYTEXT_POINTER 1
13140 `cat $LEX_OUTPUT_ROOT.c`
13141 _ACEOF
13142 if ac_fn_c_try_link "$LINENO"; then :
13143   ac_cv_prog_lex_yytext_pointer=yes
13144 fi
13145 rm -f core conftest.err conftest.$ac_objext \
13146     conftest$ac_exeext conftest.$ac_ext
13147 LIBS=$ac_save_LIBS
13148
13149 fi
13150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
13151 $as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
13152 if test $ac_cv_prog_lex_yytext_pointer = yes; then
13153
13154 $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
13155
13156 fi
13157 rm -f conftest.l $LEX_OUTPUT_ROOT.c
13158  ;;
13159 esac
13160 if test "$LEX" = :; then
13161   LEX=${am_missing_run}flex
13162 fi
13163
13164 ALL_LINGUAS="es fi fr id ja ru rw sv tr uk zh_CN"
13165 # If we haven't got the data from the intl directory,
13166 # assume NLS is disabled.
13167 USE_NLS=no
13168 LIBINTL=
13169 LIBINTL_DEP=
13170 INCINTL=
13171 XGETTEXT=
13172 GMSGFMT=
13173 POSUB=
13174
13175 if test -f  ../intl/config.intl; then
13176   .  ../intl/config.intl
13177 fi
13178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13179 $as_echo_n "checking whether NLS is requested... " >&6; }
13180 if test x"$USE_NLS" != xyes; then
13181   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13182 $as_echo "no" >&6; }
13183 else
13184   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13185 $as_echo "yes" >&6; }
13186
13187 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
13188
13189
13190   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
13191 $as_echo_n "checking for catalogs to be installed... " >&6; }
13192   # Look for .po and .gmo files in the source directory.
13193   CATALOGS=
13194   XLINGUAS=
13195   for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
13196     # If there aren't any .gmo files the shell will give us the
13197     # literal string "../path/to/srcdir/po/*.gmo" which has to be
13198     # weeded out.
13199     case "$cat" in *\**)
13200       continue;;
13201     esac
13202     # The quadruple backslash is collapsed to a double backslash
13203     # by the backticks, then collapsed again by the double quotes,
13204     # leaving us with one backslash in the sed expression (right
13205     # before the dot that mustn't act as a wildcard).
13206     cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
13207     lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
13208     # The user is allowed to set LINGUAS to a list of languages to
13209     # install catalogs for.  If it's empty that means "all of them."
13210     if test "x$LINGUAS" = x; then
13211       CATALOGS="$CATALOGS $cat"
13212       XLINGUAS="$XLINGUAS $lang"
13213     else
13214       case "$LINGUAS" in *$lang*)
13215         CATALOGS="$CATALOGS $cat"
13216         XLINGUAS="$XLINGUAS $lang"
13217         ;;
13218       esac
13219     fi
13220   done
13221   LINGUAS="$XLINGUAS"
13222   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
13223 $as_echo "$LINGUAS" >&6; }
13224
13225
13226     DATADIRNAME=share
13227
13228   INSTOBJEXT=.mo
13229
13230   GENCAT=gencat
13231
13232   CATOBJEXT=.gmo
13233
13234 fi
13235
13236         MKINSTALLDIRS=
13237   if test -n "$ac_aux_dir"; then
13238     case "$ac_aux_dir" in
13239       /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
13240       *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
13241     esac
13242   fi
13243   if test -z "$MKINSTALLDIRS"; then
13244     MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
13245   fi
13246
13247
13248
13249   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13250 $as_echo_n "checking whether NLS is requested... " >&6; }
13251     # Check whether --enable-nls was given.
13252 if test "${enable_nls+set}" = set; then :
13253   enableval=$enable_nls; USE_NLS=$enableval
13254 else
13255   USE_NLS=yes
13256 fi
13257
13258   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
13259 $as_echo "$USE_NLS" >&6; }
13260
13261
13262
13263
13264
13265
13266 # Prepare PATH_SEPARATOR.
13267 # The user is always right.
13268 if test "${PATH_SEPARATOR+set}" != set; then
13269   echo "#! /bin/sh" >conf$$.sh
13270   echo  "exit 0"   >>conf$$.sh
13271   chmod +x conf$$.sh
13272   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13273     PATH_SEPARATOR=';'
13274   else
13275     PATH_SEPARATOR=:
13276   fi
13277   rm -f conf$$.sh
13278 fi
13279
13280 # Find out how to test for executable files. Don't use a zero-byte file,
13281 # as systems may use methods other than mode bits to determine executability.
13282 cat >conf$$.file <<_ASEOF
13283 #! /bin/sh
13284 exit 0
13285 _ASEOF
13286 chmod +x conf$$.file
13287 if test -x conf$$.file >/dev/null 2>&1; then
13288   ac_executable_p="test -x"
13289 else
13290   ac_executable_p="test -f"
13291 fi
13292 rm -f conf$$.file
13293
13294 # Extract the first word of "msgfmt", so it can be a program name with args.
13295 set dummy msgfmt; ac_word=$2
13296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13297 $as_echo_n "checking for $ac_word... " >&6; }
13298 if test "${ac_cv_path_MSGFMT+set}" = set; then :
13299   $as_echo_n "(cached) " >&6
13300 else
13301   case "$MSGFMT" in
13302   [\\/]* | ?:[\\/]*)
13303     ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
13304     ;;
13305   *)
13306     ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13307     for ac_dir in $PATH; do
13308       IFS="$ac_save_IFS"
13309       test -z "$ac_dir" && ac_dir=.
13310       for ac_exec_ext in '' $ac_executable_extensions; do
13311         if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13312           if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
13313      (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13314             ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
13315             break 2
13316           fi
13317         fi
13318       done
13319     done
13320     IFS="$ac_save_IFS"
13321   test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
13322     ;;
13323 esac
13324 fi
13325 MSGFMT="$ac_cv_path_MSGFMT"
13326 if test "$MSGFMT" != ":"; then
13327   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
13328 $as_echo "$MSGFMT" >&6; }
13329 else
13330   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13331 $as_echo "no" >&6; }
13332 fi
13333
13334   # Extract the first word of "gmsgfmt", so it can be a program name with args.
13335 set dummy gmsgfmt; ac_word=$2
13336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13337 $as_echo_n "checking for $ac_word... " >&6; }
13338 if test "${ac_cv_path_GMSGFMT+set}" = set; then :
13339   $as_echo_n "(cached) " >&6
13340 else
13341   case $GMSGFMT in
13342   [\\/]* | ?:[\\/]*)
13343   ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
13344   ;;
13345   *)
13346   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13347 for as_dir in $PATH
13348 do
13349   IFS=$as_save_IFS
13350   test -z "$as_dir" && as_dir=.
13351     for ac_exec_ext in '' $ac_executable_extensions; do
13352   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13353     ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
13354     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13355     break 2
13356   fi
13357 done
13358   done
13359 IFS=$as_save_IFS
13360
13361   test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
13362   ;;
13363 esac
13364 fi
13365 GMSGFMT=$ac_cv_path_GMSGFMT
13366 if test -n "$GMSGFMT"; then
13367   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
13368 $as_echo "$GMSGFMT" >&6; }
13369 else
13370   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13371 $as_echo "no" >&6; }
13372 fi
13373
13374
13375
13376
13377 # Prepare PATH_SEPARATOR.
13378 # The user is always right.
13379 if test "${PATH_SEPARATOR+set}" != set; then
13380   echo "#! /bin/sh" >conf$$.sh
13381   echo  "exit 0"   >>conf$$.sh
13382   chmod +x conf$$.sh
13383   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13384     PATH_SEPARATOR=';'
13385   else
13386     PATH_SEPARATOR=:
13387   fi
13388   rm -f conf$$.sh
13389 fi
13390
13391 # Find out how to test for executable files. Don't use a zero-byte file,
13392 # as systems may use methods other than mode bits to determine executability.
13393 cat >conf$$.file <<_ASEOF
13394 #! /bin/sh
13395 exit 0
13396 _ASEOF
13397 chmod +x conf$$.file
13398 if test -x conf$$.file >/dev/null 2>&1; then
13399   ac_executable_p="test -x"
13400 else
13401   ac_executable_p="test -f"
13402 fi
13403 rm -f conf$$.file
13404
13405 # Extract the first word of "xgettext", so it can be a program name with args.
13406 set dummy xgettext; ac_word=$2
13407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13408 $as_echo_n "checking for $ac_word... " >&6; }
13409 if test "${ac_cv_path_XGETTEXT+set}" = set; then :
13410   $as_echo_n "(cached) " >&6
13411 else
13412   case "$XGETTEXT" in
13413   [\\/]* | ?:[\\/]*)
13414     ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
13415     ;;
13416   *)
13417     ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13418     for ac_dir in $PATH; do
13419       IFS="$ac_save_IFS"
13420       test -z "$ac_dir" && ac_dir=.
13421       for ac_exec_ext in '' $ac_executable_extensions; do
13422         if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13423           if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13424      (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13425             ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
13426             break 2
13427           fi
13428         fi
13429       done
13430     done
13431     IFS="$ac_save_IFS"
13432   test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
13433     ;;
13434 esac
13435 fi
13436 XGETTEXT="$ac_cv_path_XGETTEXT"
13437 if test "$XGETTEXT" != ":"; then
13438   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
13439 $as_echo "$XGETTEXT" >&6; }
13440 else
13441   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13442 $as_echo "no" >&6; }
13443 fi
13444
13445     rm -f messages.po
13446
13447
13448 # Prepare PATH_SEPARATOR.
13449 # The user is always right.
13450 if test "${PATH_SEPARATOR+set}" != set; then
13451   echo "#! /bin/sh" >conf$$.sh
13452   echo  "exit 0"   >>conf$$.sh
13453   chmod +x conf$$.sh
13454   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13455     PATH_SEPARATOR=';'
13456   else
13457     PATH_SEPARATOR=:
13458   fi
13459   rm -f conf$$.sh
13460 fi
13461
13462 # Find out how to test for executable files. Don't use a zero-byte file,
13463 # as systems may use methods other than mode bits to determine executability.
13464 cat >conf$$.file <<_ASEOF
13465 #! /bin/sh
13466 exit 0
13467 _ASEOF
13468 chmod +x conf$$.file
13469 if test -x conf$$.file >/dev/null 2>&1; then
13470   ac_executable_p="test -x"
13471 else
13472   ac_executable_p="test -f"
13473 fi
13474 rm -f conf$$.file
13475
13476 # Extract the first word of "msgmerge", so it can be a program name with args.
13477 set dummy msgmerge; ac_word=$2
13478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13479 $as_echo_n "checking for $ac_word... " >&6; }
13480 if test "${ac_cv_path_MSGMERGE+set}" = set; then :
13481   $as_echo_n "(cached) " >&6
13482 else
13483   case "$MSGMERGE" in
13484   [\\/]* | ?:[\\/]*)
13485     ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
13486     ;;
13487   *)
13488     ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13489     for ac_dir in $PATH; do
13490       IFS="$ac_save_IFS"
13491       test -z "$ac_dir" && ac_dir=.
13492       for ac_exec_ext in '' $ac_executable_extensions; do
13493         if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13494           if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
13495             ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
13496             break 2
13497           fi
13498         fi
13499       done
13500     done
13501     IFS="$ac_save_IFS"
13502   test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
13503     ;;
13504 esac
13505 fi
13506 MSGMERGE="$ac_cv_path_MSGMERGE"
13507 if test "$MSGMERGE" != ":"; then
13508   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
13509 $as_echo "$MSGMERGE" >&6; }
13510 else
13511   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13512 $as_echo "no" >&6; }
13513 fi
13514
13515
13516       if test "$GMSGFMT" != ":"; then
13517             if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
13518        (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13519       : ;
13520     else
13521       GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
13522       { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
13523 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
13524       GMSGFMT=":"
13525     fi
13526   fi
13527
13528       if test "$XGETTEXT" != ":"; then
13529             if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13530        (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13531       : ;
13532     else
13533       { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
13534 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
13535       XGETTEXT=":"
13536     fi
13537         rm -f messages.po
13538   fi
13539
13540   ac_config_commands="$ac_config_commands default-1"
13541
13542
13543
13544
13545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13546 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13547     # Check whether --enable-maintainer-mode was given.
13548 if test "${enable_maintainer_mode+set}" = set; then :
13549   enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13550 else
13551   USE_MAINTAINER_MODE=no
13552 fi
13553
13554   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13555 $as_echo "$USE_MAINTAINER_MODE" >&6; }
13556    if test $USE_MAINTAINER_MODE = yes; then
13557   MAINTAINER_MODE_TRUE=
13558   MAINTAINER_MODE_FALSE='#'
13559 else
13560   MAINTAINER_MODE_TRUE='#'
13561   MAINTAINER_MODE_FALSE=
13562 fi
13563
13564   MAINT=$MAINTAINER_MODE_TRUE
13565
13566
13567  if false; then
13568   GENINSRC_NEVER_TRUE=
13569   GENINSRC_NEVER_FALSE='#'
13570 else
13571   GENINSRC_NEVER_TRUE='#'
13572   GENINSRC_NEVER_FALSE=
13573 fi
13574
13575
13576
13577 for ac_header in string.h stdlib.h memory.h strings.h unistd.h errno.h sys/types.h limits.h locale.h time.h sys/stat.h
13578 do :
13579   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13580 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13581 eval as_val=\$$as_ac_Header
13582    if test "x$as_val" = x""yes; then :
13583   cat >>confdefs.h <<_ACEOF
13584 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13585 _ACEOF
13586
13587 fi
13588
13589 done
13590
13591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
13592 $as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
13593 if test "${gcc_cv_header_string+set}" = set; then :
13594   $as_echo_n "(cached) " >&6
13595 else
13596   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13597 /* end confdefs.h.  */
13598 #include <string.h>
13599 #include <strings.h>
13600 int
13601 main ()
13602 {
13603
13604   ;
13605   return 0;
13606 }
13607 _ACEOF
13608 if ac_fn_c_try_compile "$LINENO"; then :
13609   gcc_cv_header_string=yes
13610 else
13611   gcc_cv_header_string=no
13612 fi
13613 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13614 fi
13615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
13616 $as_echo "$gcc_cv_header_string" >&6; }
13617 if test $gcc_cv_header_string = yes; then
13618
13619 $as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
13620
13621 fi
13622
13623
13624 # Put this here so that autoconf's "cross-compiling" message doesn't confuse
13625 # people who are not cross-compiling but are compiling cross-assemblers.
13626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiling a cross-assembler" >&5
13627 $as_echo_n "checking whether compiling a cross-assembler... " >&6; }
13628 if test "${host}" = "${target}"; then
13629   cross_gas=no
13630 else
13631   cross_gas=yes
13632
13633 $as_echo "#define CROSS_COMPILE 1" >>confdefs.h
13634
13635 fi
13636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_gas" >&5
13637 $as_echo "$cross_gas" >&6; }
13638
13639 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
13640 # for constant arguments.  Useless!
13641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
13642 $as_echo_n "checking for working alloca.h... " >&6; }
13643 if test "${ac_cv_working_alloca_h+set}" = set; then :
13644   $as_echo_n "(cached) " >&6
13645 else
13646   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13647 /* end confdefs.h.  */
13648 #include <alloca.h>
13649 int
13650 main ()
13651 {
13652 char *p = (char *) alloca (2 * sizeof (int));
13653                           if (p) return 0;
13654   ;
13655   return 0;
13656 }
13657 _ACEOF
13658 if ac_fn_c_try_link "$LINENO"; then :
13659   ac_cv_working_alloca_h=yes
13660 else
13661   ac_cv_working_alloca_h=no
13662 fi
13663 rm -f core conftest.err conftest.$ac_objext \
13664     conftest$ac_exeext conftest.$ac_ext
13665 fi
13666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
13667 $as_echo "$ac_cv_working_alloca_h" >&6; }
13668 if test $ac_cv_working_alloca_h = yes; then
13669
13670 $as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
13671
13672 fi
13673
13674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
13675 $as_echo_n "checking for alloca... " >&6; }
13676 if test "${ac_cv_func_alloca_works+set}" = set; then :
13677   $as_echo_n "(cached) " >&6
13678 else
13679   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13680 /* end confdefs.h.  */
13681 #ifdef __GNUC__
13682 # define alloca __builtin_alloca
13683 #else
13684 # ifdef _MSC_VER
13685 #  include <malloc.h>
13686 #  define alloca _alloca
13687 # else
13688 #  ifdef HAVE_ALLOCA_H
13689 #   include <alloca.h>
13690 #  else
13691 #   ifdef _AIX
13692  #pragma alloca
13693 #   else
13694 #    ifndef alloca /* predefined by HP cc +Olibcalls */
13695 char *alloca ();
13696 #    endif
13697 #   endif
13698 #  endif
13699 # endif
13700 #endif
13701
13702 int
13703 main ()
13704 {
13705 char *p = (char *) alloca (1);
13706                                     if (p) return 0;
13707   ;
13708   return 0;
13709 }
13710 _ACEOF
13711 if ac_fn_c_try_link "$LINENO"; then :
13712   ac_cv_func_alloca_works=yes
13713 else
13714   ac_cv_func_alloca_works=no
13715 fi
13716 rm -f core conftest.err conftest.$ac_objext \
13717     conftest$ac_exeext conftest.$ac_ext
13718 fi
13719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
13720 $as_echo "$ac_cv_func_alloca_works" >&6; }
13721
13722 if test $ac_cv_func_alloca_works = yes; then
13723
13724 $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
13725
13726 else
13727   # The SVR3 libPW and SVR4 libucb both contain incompatible functions
13728 # that cause trouble.  Some versions do not even contain alloca or
13729 # contain a buggy version.  If you still want to use their alloca,
13730 # use ar to extract alloca.o from them instead of compiling alloca.c.
13731
13732 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
13733
13734 $as_echo "#define C_ALLOCA 1" >>confdefs.h
13735
13736
13737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
13738 $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
13739 if test "${ac_cv_os_cray+set}" = set; then :
13740   $as_echo_n "(cached) " >&6
13741 else
13742   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13743 /* end confdefs.h.  */
13744 #if defined CRAY && ! defined CRAY2
13745 webecray
13746 #else
13747 wenotbecray
13748 #endif
13749
13750 _ACEOF
13751 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13752   $EGREP "webecray" >/dev/null 2>&1; then :
13753   ac_cv_os_cray=yes
13754 else
13755   ac_cv_os_cray=no
13756 fi
13757 rm -f conftest*
13758
13759 fi
13760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
13761 $as_echo "$ac_cv_os_cray" >&6; }
13762 if test $ac_cv_os_cray = yes; then
13763   for ac_func in _getb67 GETB67 getb67; do
13764     as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13765 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13766 eval as_val=\$$as_ac_var
13767    if test "x$as_val" = x""yes; then :
13768
13769 cat >>confdefs.h <<_ACEOF
13770 #define CRAY_STACKSEG_END $ac_func
13771 _ACEOF
13772
13773     break
13774 fi
13775
13776   done
13777 fi
13778
13779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
13780 $as_echo_n "checking stack direction for C alloca... " >&6; }
13781 if test "${ac_cv_c_stack_direction+set}" = set; then :
13782   $as_echo_n "(cached) " >&6
13783 else
13784   if test "$cross_compiling" = yes; then :
13785   ac_cv_c_stack_direction=0
13786 else
13787   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13788 /* end confdefs.h.  */
13789 $ac_includes_default
13790 int
13791 find_stack_direction ()
13792 {
13793   static char *addr = 0;
13794   auto char dummy;
13795   if (addr == 0)
13796     {
13797       addr = &dummy;
13798       return find_stack_direction ();
13799     }
13800   else
13801     return (&dummy > addr) ? 1 : -1;
13802 }
13803
13804 int
13805 main ()
13806 {
13807   return find_stack_direction () < 0;
13808 }
13809 _ACEOF
13810 if ac_fn_c_try_run "$LINENO"; then :
13811   ac_cv_c_stack_direction=1
13812 else
13813   ac_cv_c_stack_direction=-1
13814 fi
13815 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13816   conftest.$ac_objext conftest.beam conftest.$ac_ext
13817 fi
13818
13819 fi
13820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
13821 $as_echo "$ac_cv_c_stack_direction" >&6; }
13822 cat >>confdefs.h <<_ACEOF
13823 #define STACK_DIRECTION $ac_cv_c_stack_direction
13824 _ACEOF
13825
13826
13827 fi
13828
13829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
13830 $as_echo_n "checking for inline... " >&6; }
13831 if test "${ac_cv_c_inline+set}" = set; then :
13832   $as_echo_n "(cached) " >&6
13833 else
13834   ac_cv_c_inline=no
13835 for ac_kw in inline __inline__ __inline; do
13836   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13837 /* end confdefs.h.  */
13838 #ifndef __cplusplus
13839 typedef int foo_t;
13840 static $ac_kw foo_t static_foo () {return 0; }
13841 $ac_kw foo_t foo () {return 0; }
13842 #endif
13843
13844 _ACEOF
13845 if ac_fn_c_try_compile "$LINENO"; then :
13846   ac_cv_c_inline=$ac_kw
13847 fi
13848 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13849   test "$ac_cv_c_inline" != no && break
13850 done
13851
13852 fi
13853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
13854 $as_echo "$ac_cv_c_inline" >&6; }
13855
13856 case $ac_cv_c_inline in
13857   inline | yes) ;;
13858   *)
13859     case $ac_cv_c_inline in
13860       no) ac_val=;;
13861       *) ac_val=$ac_cv_c_inline;;
13862     esac
13863     cat >>confdefs.h <<_ACEOF
13864 #ifndef __cplusplus
13865 #define inline $ac_val
13866 #endif
13867 _ACEOF
13868     ;;
13869 esac
13870
13871
13872 # VMS doesn't have unlink.
13873 for ac_func in unlink remove
13874 do :
13875   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13876 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13877 eval as_val=\$$as_ac_var
13878    if test "x$as_val" = x""yes; then :
13879   cat >>confdefs.h <<_ACEOF
13880 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13881 _ACEOF
13882  break
13883 fi
13884 done
13885
13886 for ac_func in sbrk setlocale
13887 do :
13888   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13889 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13890 eval as_val=\$$as_ac_var
13891    if test "x$as_val" = x""yes; then :
13892   cat >>confdefs.h <<_ACEOF
13893 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13894 _ACEOF
13895
13896 fi
13897 done
13898
13899 for ac_func in strsignal
13900 do :
13901   ac_fn_c_check_func "$LINENO" "strsignal" "ac_cv_func_strsignal"
13902 if test "x$ac_cv_func_strsignal" = x""yes; then :
13903   cat >>confdefs.h <<_ACEOF
13904 #define HAVE_STRSIGNAL 1
13905 _ACEOF
13906
13907 fi
13908 done
13909
13910
13911
13912   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
13913 $as_echo_n "checking for LC_MESSAGES... " >&6; }
13914 if test "${am_cv_val_LC_MESSAGES+set}" = set; then :
13915   $as_echo_n "(cached) " >&6
13916 else
13917   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13918 /* end confdefs.h.  */
13919 #include <locale.h>
13920 int
13921 main ()
13922 {
13923 return LC_MESSAGES
13924   ;
13925   return 0;
13926 }
13927 _ACEOF
13928 if ac_fn_c_try_link "$LINENO"; then :
13929   am_cv_val_LC_MESSAGES=yes
13930 else
13931   am_cv_val_LC_MESSAGES=no
13932 fi
13933 rm -f core conftest.err conftest.$ac_objext \
13934     conftest$ac_exeext conftest.$ac_ext
13935 fi
13936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
13937 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
13938   if test $am_cv_val_LC_MESSAGES = yes; then
13939
13940 $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
13941
13942   fi
13943
13944
13945 # do we need the math library?
13946 case "${need_libm}" in
13947 yes)
13948   LIBM=
13949 case $host in
13950 *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
13951   # These system don't have libm, or don't need it
13952   ;;
13953 *-ncr-sysv4.3*)
13954   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
13955 $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
13956 if test "${ac_cv_lib_mw__mwvalidcheckl+set}" = set; then :
13957   $as_echo_n "(cached) " >&6
13958 else
13959   ac_check_lib_save_LIBS=$LIBS
13960 LIBS="-lmw  $LIBS"
13961 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13962 /* end confdefs.h.  */
13963
13964 /* Override any GCC internal prototype to avoid an error.
13965    Use char because int might match the return type of a GCC
13966    builtin and then its argument prototype would still apply.  */
13967 #ifdef __cplusplus
13968 extern "C"
13969 #endif
13970 char _mwvalidcheckl ();
13971 int
13972 main ()
13973 {
13974 return _mwvalidcheckl ();
13975   ;
13976   return 0;
13977 }
13978 _ACEOF
13979 if ac_fn_c_try_link "$LINENO"; then :
13980   ac_cv_lib_mw__mwvalidcheckl=yes
13981 else
13982   ac_cv_lib_mw__mwvalidcheckl=no
13983 fi
13984 rm -f core conftest.err conftest.$ac_objext \
13985     conftest$ac_exeext conftest.$ac_ext
13986 LIBS=$ac_check_lib_save_LIBS
13987 fi
13988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
13989 $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
13990 if test "x$ac_cv_lib_mw__mwvalidcheckl" = x""yes; then :
13991   LIBM="-lmw"
13992 fi
13993
13994   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13995 $as_echo_n "checking for cos in -lm... " >&6; }
13996 if test "${ac_cv_lib_m_cos+set}" = set; then :
13997   $as_echo_n "(cached) " >&6
13998 else
13999   ac_check_lib_save_LIBS=$LIBS
14000 LIBS="-lm  $LIBS"
14001 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14002 /* end confdefs.h.  */
14003
14004 /* Override any GCC internal prototype to avoid an error.
14005    Use char because int might match the return type of a GCC
14006    builtin and then its argument prototype would still apply.  */
14007 #ifdef __cplusplus
14008 extern "C"
14009 #endif
14010 char cos ();
14011 int
14012 main ()
14013 {
14014 return cos ();
14015   ;
14016   return 0;
14017 }
14018 _ACEOF
14019 if ac_fn_c_try_link "$LINENO"; then :
14020   ac_cv_lib_m_cos=yes
14021 else
14022   ac_cv_lib_m_cos=no
14023 fi
14024 rm -f core conftest.err conftest.$ac_objext \
14025     conftest$ac_exeext conftest.$ac_ext
14026 LIBS=$ac_check_lib_save_LIBS
14027 fi
14028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
14029 $as_echo "$ac_cv_lib_m_cos" >&6; }
14030 if test "x$ac_cv_lib_m_cos" = x""yes; then :
14031   LIBM="$LIBM -lm"
14032 fi
14033
14034   ;;
14035 *)
14036   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
14037 $as_echo_n "checking for cos in -lm... " >&6; }
14038 if test "${ac_cv_lib_m_cos+set}" = set; then :
14039   $as_echo_n "(cached) " >&6
14040 else
14041   ac_check_lib_save_LIBS=$LIBS
14042 LIBS="-lm  $LIBS"
14043 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14044 /* end confdefs.h.  */
14045
14046 /* Override any GCC internal prototype to avoid an error.
14047    Use char because int might match the return type of a GCC
14048    builtin and then its argument prototype would still apply.  */
14049 #ifdef __cplusplus
14050 extern "C"
14051 #endif
14052 char cos ();
14053 int
14054 main ()
14055 {
14056 return cos ();
14057   ;
14058   return 0;
14059 }
14060 _ACEOF
14061 if ac_fn_c_try_link "$LINENO"; then :
14062   ac_cv_lib_m_cos=yes
14063 else
14064   ac_cv_lib_m_cos=no
14065 fi
14066 rm -f core conftest.err conftest.$ac_objext \
14067     conftest$ac_exeext conftest.$ac_ext
14068 LIBS=$ac_check_lib_save_LIBS
14069 fi
14070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
14071 $as_echo "$ac_cv_lib_m_cos" >&6; }
14072 if test "x$ac_cv_lib_m_cos" = x""yes; then :
14073   LIBM="-lm"
14074 fi
14075
14076   ;;
14077 esac
14078
14079
14080
14081   ;;
14082 esac
14083
14084 # Some non-ANSI preprocessors botch requoting inside strings.  That's bad
14085 # enough, but on some of those systems, the assert macro relies on requoting
14086 # working properly!
14087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working assert macro" >&5
14088 $as_echo_n "checking for working assert macro... " >&6; }
14089 if test "${gas_cv_assert_ok+set}" = set; then :
14090   $as_echo_n "(cached) " >&6
14091 else
14092   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14093 /* end confdefs.h.  */
14094 #include <assert.h>
14095 #include <stdio.h>
14096 int
14097 main ()
14098 {
14099
14100 /* check for requoting problems */
14101 static int a, b, c, d;
14102 static char *s;
14103 assert (!strcmp(s, "foo bar baz quux"));
14104 /* check for newline handling */
14105 assert (a == b
14106         || c == d);
14107
14108   ;
14109   return 0;
14110 }
14111 _ACEOF
14112 if ac_fn_c_try_link "$LINENO"; then :
14113   gas_cv_assert_ok=yes
14114 else
14115   gas_cv_assert_ok=no
14116 fi
14117 rm -f core conftest.err conftest.$ac_objext \
14118     conftest$ac_exeext conftest.$ac_ext
14119 fi
14120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_assert_ok" >&5
14121 $as_echo "$gas_cv_assert_ok" >&6; }
14122 test $gas_cv_assert_ok = yes ||
14123 $as_echo "#define BROKEN_ASSERT 1" >>confdefs.h
14124
14125
14126
14127 # On some systems, the system header files may not declare malloc, realloc,
14128 # and free.  There are places where gas needs these functions to have been
14129 # declared -- such as when taking their addresses.
14130 gas_test_headers="
14131 #ifdef HAVE_MEMORY_H
14132 #include <memory.h>
14133 #endif
14134 #ifdef HAVE_STRING_H
14135 #include <string.h>
14136 #else
14137 #ifdef HAVE_STRINGS_H
14138 #include <strings.h>
14139 #endif
14140 #endif
14141 #ifdef HAVE_STDLIB_H
14142 #include <stdlib.h>
14143 #endif
14144 #ifdef HAVE_UNISTD_H
14145 #include <unistd.h>
14146 #endif
14147 "
14148
14149 # Does errno.h declare errno, or do we have to add a separate declaration
14150 # for it?
14151
14152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for errno" >&5
14153 $as_echo_n "checking whether declaration is required for errno... " >&6; }
14154 if test "${gas_cv_decl_needed_errno+set}" = set; then :
14155   $as_echo_n "(cached) " >&6
14156 else
14157   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14158 /* end confdefs.h.  */
14159
14160 #ifdef HAVE_ERRNO_H
14161 #include <errno.h>
14162 #endif
14163
14164 int
14165 main ()
14166 {
14167
14168 typedef int f;
14169 f x;
14170 x = (f) errno;
14171
14172   ;
14173   return 0;
14174 }
14175 _ACEOF
14176 if ac_fn_c_try_link "$LINENO"; then :
14177   gas_cv_decl_needed_errno=no
14178 else
14179   gas_cv_decl_needed_errno=yes
14180 fi
14181 rm -f core conftest.err conftest.$ac_objext \
14182     conftest$ac_exeext conftest.$ac_ext
14183 fi
14184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_errno" >&5
14185 $as_echo "$gas_cv_decl_needed_errno" >&6; }
14186 if test $gas_cv_decl_needed_errno = yes; then
14187
14188 $as_echo "#define NEED_DECLARATION_ERRNO 1" >>confdefs.h
14189
14190 fi
14191
14192
14193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
14194 $as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
14195 if test "${gas_cv_decl_getopt_unistd_h+set}" = set; then :
14196   $as_echo_n "(cached) " >&6
14197 else
14198   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14199 /* end confdefs.h.  */
14200 #include <unistd.h>
14201 int
14202 main ()
14203 {
14204 extern int getopt (int, char *const*, const char *);
14205   ;
14206   return 0;
14207 }
14208 _ACEOF
14209 if ac_fn_c_try_compile "$LINENO"; then :
14210   gas_cv_decl_getopt_unistd_h=yes
14211 else
14212   gas_cv_decl_getopt_unistd_h=no
14213 fi
14214 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14215 fi
14216
14217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_getopt_unistd_h" >&5
14218 $as_echo "$gas_cv_decl_getopt_unistd_h" >&6; }
14219 if test $gas_cv_decl_getopt_unistd_h = yes; then
14220
14221 $as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
14222
14223 fi
14224
14225
14226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for environ" >&5
14227 $as_echo_n "checking whether declaration is required for environ... " >&6; }
14228 if test "${gas_cv_decl_needed_environ+set}" = set; then :
14229   $as_echo_n "(cached) " >&6
14230 else
14231   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14232 /* end confdefs.h.  */
14233 $gas_test_headers
14234 int
14235 main ()
14236 {
14237
14238 typedef char **f;
14239 f x;
14240 x = (f) environ;
14241
14242   ;
14243   return 0;
14244 }
14245 _ACEOF
14246 if ac_fn_c_try_link "$LINENO"; then :
14247   gas_cv_decl_needed_environ=no
14248 else
14249   gas_cv_decl_needed_environ=yes
14250 fi
14251 rm -f core conftest.err conftest.$ac_objext \
14252     conftest$ac_exeext conftest.$ac_ext
14253 fi
14254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_environ" >&5
14255 $as_echo "$gas_cv_decl_needed_environ" >&6; }
14256 if test $gas_cv_decl_needed_environ = yes; then
14257
14258 $as_echo "#define NEED_DECLARATION_ENVIRON 1" >>confdefs.h
14259
14260 fi
14261
14262
14263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for ffs" >&5
14264 $as_echo_n "checking whether declaration is required for ffs... " >&6; }
14265 if test "${gas_cv_decl_needed_ffs+set}" = set; then :
14266   $as_echo_n "(cached) " >&6
14267 else
14268   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14269 /* end confdefs.h.  */
14270 $gas_test_headers
14271 int
14272 main ()
14273 {
14274
14275 typedef int (*f)(int);
14276 f x;
14277 x = (f) ffs;
14278
14279   ;
14280   return 0;
14281 }
14282 _ACEOF
14283 if ac_fn_c_try_link "$LINENO"; then :
14284   gas_cv_decl_needed_ffs=no
14285 else
14286   gas_cv_decl_needed_ffs=yes
14287 fi
14288 rm -f core conftest.err conftest.$ac_objext \
14289     conftest$ac_exeext conftest.$ac_ext
14290 fi
14291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_ffs" >&5
14292 $as_echo "$gas_cv_decl_needed_ffs" >&6; }
14293 if test $gas_cv_decl_needed_ffs = yes; then
14294
14295 $as_echo "#define NEED_DECLARATION_FFS 1" >>confdefs.h
14296
14297 fi
14298
14299
14300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for free" >&5
14301 $as_echo_n "checking whether declaration is required for free... " >&6; }
14302 if test "${gas_cv_decl_needed_free+set}" = set; then :
14303   $as_echo_n "(cached) " >&6
14304 else
14305   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14306 /* end confdefs.h.  */
14307 $gas_test_headers
14308 int
14309 main ()
14310 {
14311
14312 typedef void (*f)();
14313 f x;
14314 x = (f) free;
14315
14316   ;
14317   return 0;
14318 }
14319 _ACEOF
14320 if ac_fn_c_try_link "$LINENO"; then :
14321   gas_cv_decl_needed_free=no
14322 else
14323   gas_cv_decl_needed_free=yes
14324 fi
14325 rm -f core conftest.err conftest.$ac_objext \
14326     conftest$ac_exeext conftest.$ac_ext
14327 fi
14328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_free" >&5
14329 $as_echo "$gas_cv_decl_needed_free" >&6; }
14330 if test $gas_cv_decl_needed_free = yes; then
14331
14332 $as_echo "#define NEED_DECLARATION_FREE 1" >>confdefs.h
14333
14334 fi
14335
14336
14337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for malloc" >&5
14338 $as_echo_n "checking whether declaration is required for malloc... " >&6; }
14339 if test "${gas_cv_decl_needed_malloc+set}" = set; then :
14340   $as_echo_n "(cached) " >&6
14341 else
14342   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14343 /* end confdefs.h.  */
14344 $gas_test_headers
14345 int
14346 main ()
14347 {
14348
14349 typedef char *(*f)();
14350 f x;
14351 x = (f) malloc;
14352
14353   ;
14354   return 0;
14355 }
14356 _ACEOF
14357 if ac_fn_c_try_link "$LINENO"; then :
14358   gas_cv_decl_needed_malloc=no
14359 else
14360   gas_cv_decl_needed_malloc=yes
14361 fi
14362 rm -f core conftest.err conftest.$ac_objext \
14363     conftest$ac_exeext conftest.$ac_ext
14364 fi
14365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_malloc" >&5
14366 $as_echo "$gas_cv_decl_needed_malloc" >&6; }
14367 if test $gas_cv_decl_needed_malloc = yes; then
14368
14369 $as_echo "#define NEED_DECLARATION_MALLOC 1" >>confdefs.h
14370
14371 fi
14372
14373
14374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for sbrk" >&5
14375 $as_echo_n "checking whether declaration is required for sbrk... " >&6; }
14376 if test "${gas_cv_decl_needed_sbrk+set}" = set; then :
14377   $as_echo_n "(cached) " >&6
14378 else
14379   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14380 /* end confdefs.h.  */
14381 $gas_test_headers
14382 int
14383 main ()
14384 {
14385
14386 typedef char *(*f)();
14387 f x;
14388 x = (f) sbrk;
14389
14390   ;
14391   return 0;
14392 }
14393 _ACEOF
14394 if ac_fn_c_try_link "$LINENO"; then :
14395   gas_cv_decl_needed_sbrk=no
14396 else
14397   gas_cv_decl_needed_sbrk=yes
14398 fi
14399 rm -f core conftest.err conftest.$ac_objext \
14400     conftest$ac_exeext conftest.$ac_ext
14401 fi
14402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_sbrk" >&5
14403 $as_echo "$gas_cv_decl_needed_sbrk" >&6; }
14404 if test $gas_cv_decl_needed_sbrk = yes; then
14405
14406 $as_echo "#define NEED_DECLARATION_SBRK 1" >>confdefs.h
14407
14408 fi
14409
14410
14411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for strstr" >&5
14412 $as_echo_n "checking whether declaration is required for strstr... " >&6; }
14413 if test "${gas_cv_decl_needed_strstr+set}" = set; then :
14414   $as_echo_n "(cached) " >&6
14415 else
14416   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14417 /* end confdefs.h.  */
14418 $gas_test_headers
14419 int
14420 main ()
14421 {
14422
14423 typedef char *(*f)();
14424 f x;
14425 x = (f) strstr;
14426
14427   ;
14428   return 0;
14429 }
14430 _ACEOF
14431 if ac_fn_c_try_link "$LINENO"; then :
14432   gas_cv_decl_needed_strstr=no
14433 else
14434   gas_cv_decl_needed_strstr=yes
14435 fi
14436 rm -f core conftest.err conftest.$ac_objext \
14437     conftest$ac_exeext conftest.$ac_ext
14438 fi
14439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_strstr" >&5
14440 $as_echo "$gas_cv_decl_needed_strstr" >&6; }
14441 if test $gas_cv_decl_needed_strstr = yes; then
14442
14443 $as_echo "#define NEED_DECLARATION_STRSTR 1" >>confdefs.h
14444
14445 fi
14446
14447
14448 ac_fn_c_check_decl "$LINENO" "free" "ac_cv_have_decl_free" "$ac_includes_default"
14449 if test "x$ac_cv_have_decl_free" = x""yes; then :
14450   ac_have_decl=1
14451 else
14452   ac_have_decl=0
14453 fi
14454
14455 cat >>confdefs.h <<_ACEOF
14456 #define HAVE_DECL_FREE $ac_have_decl
14457 _ACEOF
14458 ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
14459 if test "x$ac_cv_have_decl_getenv" = x""yes; then :
14460   ac_have_decl=1
14461 else
14462   ac_have_decl=0
14463 fi
14464
14465 cat >>confdefs.h <<_ACEOF
14466 #define HAVE_DECL_GETENV $ac_have_decl
14467 _ACEOF
14468 ac_fn_c_check_decl "$LINENO" "malloc" "ac_cv_have_decl_malloc" "$ac_includes_default"
14469 if test "x$ac_cv_have_decl_malloc" = x""yes; then :
14470   ac_have_decl=1
14471 else
14472   ac_have_decl=0
14473 fi
14474
14475 cat >>confdefs.h <<_ACEOF
14476 #define HAVE_DECL_MALLOC $ac_have_decl
14477 _ACEOF
14478 ac_fn_c_check_decl "$LINENO" "mempcpy" "ac_cv_have_decl_mempcpy" "$ac_includes_default"
14479 if test "x$ac_cv_have_decl_mempcpy" = x""yes; then :
14480   ac_have_decl=1
14481 else
14482   ac_have_decl=0
14483 fi
14484
14485 cat >>confdefs.h <<_ACEOF
14486 #define HAVE_DECL_MEMPCPY $ac_have_decl
14487 _ACEOF
14488 ac_fn_c_check_decl "$LINENO" "realloc" "ac_cv_have_decl_realloc" "$ac_includes_default"
14489 if test "x$ac_cv_have_decl_realloc" = x""yes; then :
14490   ac_have_decl=1
14491 else
14492   ac_have_decl=0
14493 fi
14494
14495 cat >>confdefs.h <<_ACEOF
14496 #define HAVE_DECL_REALLOC $ac_have_decl
14497 _ACEOF
14498 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
14499 if test "x$ac_cv_have_decl_stpcpy" = x""yes; then :
14500   ac_have_decl=1
14501 else
14502   ac_have_decl=0
14503 fi
14504
14505 cat >>confdefs.h <<_ACEOF
14506 #define HAVE_DECL_STPCPY $ac_have_decl
14507 _ACEOF
14508 ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
14509 if test "x$ac_cv_have_decl_strstr" = x""yes; then :
14510   ac_have_decl=1
14511 else
14512   ac_have_decl=0
14513 fi
14514
14515 cat >>confdefs.h <<_ACEOF
14516 #define HAVE_DECL_STRSTR $ac_have_decl
14517 _ACEOF
14518 ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
14519 if test "x$ac_cv_have_decl_vsnprintf" = x""yes; then :
14520   ac_have_decl=1
14521 else
14522   ac_have_decl=0
14523 fi
14524
14525 cat >>confdefs.h <<_ACEOF
14526 #define HAVE_DECL_VSNPRINTF $ac_have_decl
14527 _ACEOF
14528 ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
14529 if test "x$ac_cv_have_decl_asprintf" = x""yes; then :
14530   ac_have_decl=1
14531 else
14532   ac_have_decl=0
14533 fi
14534
14535 cat >>confdefs.h <<_ACEOF
14536 #define HAVE_DECL_ASPRINTF $ac_have_decl
14537 _ACEOF
14538
14539
14540
14541 case "${host}" in
14542 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
14543
14544 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
14545  ;;
14546 esac
14547
14548 # Link in zlib if we can.  This allows us to write compressed debug sections.
14549
14550   # Use the system's zlib library.
14551   zlibdir="-L\$(top_builddir)/../zlib"
14552   zlibinc="-I\$(top_srcdir)/../zlib"
14553
14554 # Check whether --with-system-zlib was given.
14555 if test "${with_system_zlib+set}" = set; then :
14556   withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
14557     zlibdir=
14558     zlibinc=
14559   fi
14560
14561 fi
14562
14563
14564
14565
14566
14567 # Support for VMS timestamps via cross compile
14568
14569 if test "$ac_cv_header_time_h" = yes; then
14570   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct tm.tm_gmtoff in time.h" >&5
14571 $as_echo_n "checking for struct tm.tm_gmtoff in time.h... " >&6; }
14572  if test "${gas_cv_have_time_type_member_tm_gmtoff+set}" = set; then :
14573   $as_echo_n "(cached) " >&6
14574 else
14575   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14576 /* end confdefs.h.  */
14577
14578 #define _BSD_SOURCE 1
14579 #include <time.h>
14580 int
14581 main ()
14582 {
14583 struct tm avar; void* aref = (void*) &avar.tm_gmtoff
14584   ;
14585   return 0;
14586 }
14587 _ACEOF
14588 if ac_fn_c_try_compile "$LINENO"; then :
14589   gas_cv_have_time_type_member_tm_gmtoff=yes
14590 else
14591   gas_cv_have_time_type_member_tm_gmtoff=no
14592
14593 fi
14594 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14595 fi
14596
14597  if test $gas_cv_have_time_type_member_tm_gmtoff = yes; then
14598
14599 $as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h
14600
14601  fi
14602  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_time_type_member_tm_gmtoff" >&5
14603 $as_echo "$gas_cv_have_time_type_member_tm_gmtoff" >&6; }
14604
14605 fi
14606
14607 if test "$ac_cv_header_sys_stat_h" = yes; then
14608     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_sec in sys/stat.h" >&5
14609 $as_echo_n "checking for struct stat.st_mtim.tv_sec in sys/stat.h... " >&6; }
14610  if test "${gas_cv_have_sys_stat_type_member_st_mtim_tv_sec+set}" = set; then :
14611   $as_echo_n "(cached) " >&6
14612 else
14613   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14614 /* end confdefs.h.  */
14615
14616 #define _BSD_SOURCE 1
14617 #include <sys/stat.h>
14618 int
14619 main ()
14620 {
14621 struct stat avar; void* aref = (void*) &avar.st_mtim.tv_sec
14622   ;
14623   return 0;
14624 }
14625 _ACEOF
14626 if ac_fn_c_try_compile "$LINENO"; then :
14627   gas_cv_have_sys_stat_type_member_st_mtim_tv_sec=yes
14628 else
14629   gas_cv_have_sys_stat_type_member_st_mtim_tv_sec=no
14630
14631 fi
14632 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14633 fi
14634
14635  if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec = yes; then
14636
14637 $as_echo "#define HAVE_ST_MTIM_TV_SEC 1" >>confdefs.h
14638
14639  fi
14640  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&5
14641 $as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&6; }
14642
14643     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_nsec in sys/stat.h" >&5
14644 $as_echo_n "checking for struct stat.st_mtim.tv_nsec in sys/stat.h... " >&6; }
14645  if test "${gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec+set}" = set; then :
14646   $as_echo_n "(cached) " >&6
14647 else
14648   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14649 /* end confdefs.h.  */
14650
14651 #define _BSD_SOURCE 1
14652 #include <sys/stat.h>
14653 int
14654 main ()
14655 {
14656 struct stat avar; void* aref = (void*) &avar.st_mtim.tv_nsec
14657   ;
14658   return 0;
14659 }
14660 _ACEOF
14661 if ac_fn_c_try_compile "$LINENO"; then :
14662   gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec=yes
14663 else
14664   gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec=no
14665
14666 fi
14667 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14668 fi
14669
14670  if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec = yes; then
14671
14672 $as_echo "#define HAVE_ST_MTIM_TV_NSEC 1" >>confdefs.h
14673
14674  fi
14675  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&5
14676 $as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&6; }
14677
14678 fi
14679
14680
14681
14682
14683
14684
14685
14686
14687
14688 ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
14689
14690 ac_config_commands="$ac_config_commands default"
14691
14692
14693 cat >confcache <<\_ACEOF
14694 # This file is a shell script that caches the results of configure
14695 # tests run on this system so they can be shared between configure
14696 # scripts and configure runs, see configure's option --config-cache.
14697 # It is not useful on other systems.  If it contains results you don't
14698 # want to keep, you may remove or edit it.
14699 #
14700 # config.status only pays attention to the cache file if you give it
14701 # the --recheck option to rerun configure.
14702 #
14703 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14704 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14705 # following values.
14706
14707 _ACEOF
14708
14709 # The following way of writing the cache mishandles newlines in values,
14710 # but we know of no workaround that is simple, portable, and efficient.
14711 # So, we kill variables containing newlines.
14712 # Ultrix sh set writes to stderr and can't be redirected directly,
14713 # and sets the high bit in the cache file unless we assign to the vars.
14714 (
14715   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14716     eval ac_val=\$$ac_var
14717     case $ac_val in #(
14718     *${as_nl}*)
14719       case $ac_var in #(
14720       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14721 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14722       esac
14723       case $ac_var in #(
14724       _ | IFS | as_nl) ;; #(
14725       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14726       *) { eval $ac_var=; unset $ac_var;} ;;
14727       esac ;;
14728     esac
14729   done
14730
14731   (set) 2>&1 |
14732     case $as_nl`(ac_space=' '; set) 2>&1` in #(
14733     *${as_nl}ac_space=\ *)
14734       # `set' does not quote correctly, so add quotes: double-quote
14735       # substitution turns \\\\ into \\, and sed turns \\ into \.
14736       sed -n \
14737         "s/'/'\\\\''/g;
14738           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14739       ;; #(
14740     *)
14741       # `set' quotes correctly as required by POSIX, so do not add quotes.
14742       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14743       ;;
14744     esac |
14745     sort
14746 ) |
14747   sed '
14748      /^ac_cv_env_/b end
14749      t clear
14750      :clear
14751      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14752      t end
14753      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14754      :end' >>confcache
14755 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14756   if test -w "$cache_file"; then
14757     test "x$cache_file" != "x/dev/null" &&
14758       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14759 $as_echo "$as_me: updating cache $cache_file" >&6;}
14760     cat confcache >$cache_file
14761   else
14762     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14763 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14764   fi
14765 fi
14766 rm -f confcache
14767
14768 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14769 # Let make expand exec_prefix.
14770 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14771
14772 DEFS=-DHAVE_CONFIG_H
14773
14774 ac_libobjs=
14775 ac_ltlibobjs=
14776 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14777   # 1. Remove the extension, and $U if already installed.
14778   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14779   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14780   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
14781   #    will be set to the directory where LIBOBJS objects are built.
14782   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14783   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14784 done
14785 LIBOBJS=$ac_libobjs
14786
14787 LTLIBOBJS=$ac_ltlibobjs
14788
14789
14790 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
14791   as_fn_error "conditional \"AMDEP\" was never defined.
14792 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14793 fi
14794 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
14795   as_fn_error "conditional \"am__fastdepCC\" was never defined.
14796 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14797 fi
14798  if test -n "$EXEEXT"; then
14799   am__EXEEXT_TRUE=
14800   am__EXEEXT_FALSE='#'
14801 else
14802   am__EXEEXT_TRUE='#'
14803   am__EXEEXT_FALSE=
14804 fi
14805
14806
14807 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14808   as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
14809 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14810 fi
14811 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
14812   as_fn_error "conditional \"GENINSRC_NEVER\" was never defined.
14813 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14814 fi
14815
14816 : ${CONFIG_STATUS=./config.status}
14817 ac_write_fail=0
14818 ac_clean_files_save=$ac_clean_files
14819 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14820 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14821 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14822 as_write_fail=0
14823 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14824 #! $SHELL
14825 # Generated by $as_me.
14826 # Run this file to recreate the current configuration.
14827 # Compiler output produced by configure, useful for debugging
14828 # configure, is in config.log if it exists.
14829
14830 debug=false
14831 ac_cs_recheck=false
14832 ac_cs_silent=false
14833
14834 SHELL=\${CONFIG_SHELL-$SHELL}
14835 export SHELL
14836 _ASEOF
14837 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14838 ## -------------------- ##
14839 ## M4sh Initialization. ##
14840 ## -------------------- ##
14841
14842 # Be more Bourne compatible
14843 DUALCASE=1; export DUALCASE # for MKS sh
14844 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14845   emulate sh
14846   NULLCMD=:
14847   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14848   # is contrary to our usage.  Disable this feature.
14849   alias -g '${1+"$@"}'='"$@"'
14850   setopt NO_GLOB_SUBST
14851 else
14852   case `(set -o) 2>/dev/null` in #(
14853   *posix*) :
14854     set -o posix ;; #(
14855   *) :
14856      ;;
14857 esac
14858 fi
14859
14860
14861 as_nl='
14862 '
14863 export as_nl
14864 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14865 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14866 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14867 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14868 # Prefer a ksh shell builtin over an external printf program on Solaris,
14869 # but without wasting forks for bash or zsh.
14870 if test -z "$BASH_VERSION$ZSH_VERSION" \
14871     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14872   as_echo='print -r --'
14873   as_echo_n='print -rn --'
14874 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14875   as_echo='printf %s\n'
14876   as_echo_n='printf %s'
14877 else
14878   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14879     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14880     as_echo_n='/usr/ucb/echo -n'
14881   else
14882     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14883     as_echo_n_body='eval
14884       arg=$1;
14885       case $arg in #(
14886       *"$as_nl"*)
14887         expr "X$arg" : "X\\(.*\\)$as_nl";
14888         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14889       esac;
14890       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14891     '
14892     export as_echo_n_body
14893     as_echo_n='sh -c $as_echo_n_body as_echo'
14894   fi
14895   export as_echo_body
14896   as_echo='sh -c $as_echo_body as_echo'
14897 fi
14898
14899 # The user is always right.
14900 if test "${PATH_SEPARATOR+set}" != set; then
14901   PATH_SEPARATOR=:
14902   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14903     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14904       PATH_SEPARATOR=';'
14905   }
14906 fi
14907
14908
14909 # IFS
14910 # We need space, tab and new line, in precisely that order.  Quoting is
14911 # there to prevent editors from complaining about space-tab.
14912 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14913 # splitting by setting IFS to empty value.)
14914 IFS=" ""        $as_nl"
14915
14916 # Find who we are.  Look in the path if we contain no directory separator.
14917 case $0 in #((
14918   *[\\/]* ) as_myself=$0 ;;
14919   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14920 for as_dir in $PATH
14921 do
14922   IFS=$as_save_IFS
14923   test -z "$as_dir" && as_dir=.
14924     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14925   done
14926 IFS=$as_save_IFS
14927
14928      ;;
14929 esac
14930 # We did not find ourselves, most probably we were run as `sh COMMAND'
14931 # in which case we are not to be found in the path.
14932 if test "x$as_myself" = x; then
14933   as_myself=$0
14934 fi
14935 if test ! -f "$as_myself"; then
14936   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14937   exit 1
14938 fi
14939
14940 # Unset variables that we do not need and which cause bugs (e.g. in
14941 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
14942 # suppresses any "Segmentation fault" message there.  '((' could
14943 # trigger a bug in pdksh 5.2.14.
14944 for as_var in BASH_ENV ENV MAIL MAILPATH
14945 do eval test x\${$as_var+set} = xset \
14946   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14947 done
14948 PS1='$ '
14949 PS2='> '
14950 PS4='+ '
14951
14952 # NLS nuisances.
14953 LC_ALL=C
14954 export LC_ALL
14955 LANGUAGE=C
14956 export LANGUAGE
14957
14958 # CDPATH.
14959 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14960
14961
14962 # as_fn_error ERROR [LINENO LOG_FD]
14963 # ---------------------------------
14964 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14965 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14966 # script with status $?, using 1 if that was 0.
14967 as_fn_error ()
14968 {
14969   as_status=$?; test $as_status -eq 0 && as_status=1
14970   if test "$3"; then
14971     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14972     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
14973   fi
14974   $as_echo "$as_me: error: $1" >&2
14975   as_fn_exit $as_status
14976 } # as_fn_error
14977
14978
14979 # as_fn_set_status STATUS
14980 # -----------------------
14981 # Set $? to STATUS, without forking.
14982 as_fn_set_status ()
14983 {
14984   return $1
14985 } # as_fn_set_status
14986
14987 # as_fn_exit STATUS
14988 # -----------------
14989 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14990 as_fn_exit ()
14991 {
14992   set +e
14993   as_fn_set_status $1
14994   exit $1
14995 } # as_fn_exit
14996
14997 # as_fn_unset VAR
14998 # ---------------
14999 # Portably unset VAR.
15000 as_fn_unset ()
15001 {
15002   { eval $1=; unset $1;}
15003 }
15004 as_unset=as_fn_unset
15005 # as_fn_append VAR VALUE
15006 # ----------------------
15007 # Append the text in VALUE to the end of the definition contained in VAR. Take
15008 # advantage of any shell optimizations that allow amortized linear growth over
15009 # repeated appends, instead of the typical quadratic growth present in naive
15010 # implementations.
15011 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15012   eval 'as_fn_append ()
15013   {
15014     eval $1+=\$2
15015   }'
15016 else
15017   as_fn_append ()
15018   {
15019     eval $1=\$$1\$2
15020   }
15021 fi # as_fn_append
15022
15023 # as_fn_arith ARG...
15024 # ------------------
15025 # Perform arithmetic evaluation on the ARGs, and store the result in the
15026 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15027 # must be portable across $(()) and expr.
15028 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15029   eval 'as_fn_arith ()
15030   {
15031     as_val=$(( $* ))
15032   }'
15033 else
15034   as_fn_arith ()
15035   {
15036     as_val=`expr "$@" || test $? -eq 1`
15037   }
15038 fi # as_fn_arith
15039
15040
15041 if expr a : '\(a\)' >/dev/null 2>&1 &&
15042    test "X`expr 00001 : '.*\(...\)'`" = X001; then
15043   as_expr=expr
15044 else
15045   as_expr=false
15046 fi
15047
15048 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15049   as_basename=basename
15050 else
15051   as_basename=false
15052 fi
15053
15054 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15055   as_dirname=dirname
15056 else
15057   as_dirname=false
15058 fi
15059
15060 as_me=`$as_basename -- "$0" ||
15061 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15062          X"$0" : 'X\(//\)$' \| \
15063          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15064 $as_echo X/"$0" |
15065     sed '/^.*\/\([^/][^/]*\)\/*$/{
15066             s//\1/
15067             q
15068           }
15069           /^X\/\(\/\/\)$/{
15070             s//\1/
15071             q
15072           }
15073           /^X\/\(\/\).*/{
15074             s//\1/
15075             q
15076           }
15077           s/.*/./; q'`
15078
15079 # Avoid depending upon Character Ranges.
15080 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15081 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15082 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15083 as_cr_digits='0123456789'
15084 as_cr_alnum=$as_cr_Letters$as_cr_digits
15085
15086 ECHO_C= ECHO_N= ECHO_T=
15087 case `echo -n x` in #(((((
15088 -n*)
15089   case `echo 'xy\c'` in
15090   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
15091   xy)  ECHO_C='\c';;
15092   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
15093        ECHO_T=' ';;
15094   esac;;
15095 *)
15096   ECHO_N='-n';;
15097 esac
15098
15099 rm -f conf$$ conf$$.exe conf$$.file
15100 if test -d conf$$.dir; then
15101   rm -f conf$$.dir/conf$$.file
15102 else
15103   rm -f conf$$.dir
15104   mkdir conf$$.dir 2>/dev/null
15105 fi
15106 if (echo >conf$$.file) 2>/dev/null; then
15107   if ln -s conf$$.file conf$$ 2>/dev/null; then
15108     as_ln_s='ln -s'
15109     # ... but there are two gotchas:
15110     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15111     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15112     # In both cases, we have to default to `cp -p'.
15113     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15114       as_ln_s='cp -p'
15115   elif ln conf$$.file conf$$ 2>/dev/null; then
15116     as_ln_s=ln
15117   else
15118     as_ln_s='cp -p'
15119   fi
15120 else
15121   as_ln_s='cp -p'
15122 fi
15123 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15124 rmdir conf$$.dir 2>/dev/null
15125
15126
15127 # as_fn_mkdir_p
15128 # -------------
15129 # Create "$as_dir" as a directory, including parents if necessary.
15130 as_fn_mkdir_p ()
15131 {
15132
15133   case $as_dir in #(
15134   -*) as_dir=./$as_dir;;
15135   esac
15136   test -d "$as_dir" || eval $as_mkdir_p || {
15137     as_dirs=
15138     while :; do
15139       case $as_dir in #(
15140       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15141       *) as_qdir=$as_dir;;
15142       esac
15143       as_dirs="'$as_qdir' $as_dirs"
15144       as_dir=`$as_dirname -- "$as_dir" ||
15145 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15146          X"$as_dir" : 'X\(//\)[^/]' \| \
15147          X"$as_dir" : 'X\(//\)$' \| \
15148          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15149 $as_echo X"$as_dir" |
15150     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15151             s//\1/
15152             q
15153           }
15154           /^X\(\/\/\)[^/].*/{
15155             s//\1/
15156             q
15157           }
15158           /^X\(\/\/\)$/{
15159             s//\1/
15160             q
15161           }
15162           /^X\(\/\).*/{
15163             s//\1/
15164             q
15165           }
15166           s/.*/./; q'`
15167       test -d "$as_dir" && break
15168     done
15169     test -z "$as_dirs" || eval "mkdir $as_dirs"
15170   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15171
15172
15173 } # as_fn_mkdir_p
15174 if mkdir -p . 2>/dev/null; then
15175   as_mkdir_p='mkdir -p "$as_dir"'
15176 else
15177   test -d ./-p && rmdir ./-p
15178   as_mkdir_p=false
15179 fi
15180
15181 if test -x / >/dev/null 2>&1; then
15182   as_test_x='test -x'
15183 else
15184   if ls -dL / >/dev/null 2>&1; then
15185     as_ls_L_option=L
15186   else
15187     as_ls_L_option=
15188   fi
15189   as_test_x='
15190     eval sh -c '\''
15191       if test -d "$1"; then
15192         test -d "$1/.";
15193       else
15194         case $1 in #(
15195         -*)set "./$1";;
15196         esac;
15197         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15198         ???[sx]*):;;*)false;;esac;fi
15199     '\'' sh
15200   '
15201 fi
15202 as_executable_p=$as_test_x
15203
15204 # Sed expression to map a string onto a valid CPP name.
15205 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15206
15207 # Sed expression to map a string onto a valid variable name.
15208 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15209
15210
15211 exec 6>&1
15212 ## ----------------------------------- ##
15213 ## Main body of $CONFIG_STATUS script. ##
15214 ## ----------------------------------- ##
15215 _ASEOF
15216 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15217
15218 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15219 # Save the log message, to keep $0 and so on meaningful, and to
15220 # report actual input values of CONFIG_FILES etc. instead of their
15221 # values after options handling.
15222 ac_log="
15223 This file was extended by gas $as_me 2.30.52, which was
15224 generated by GNU Autoconf 2.64.  Invocation command line was
15225
15226   CONFIG_FILES    = $CONFIG_FILES
15227   CONFIG_HEADERS  = $CONFIG_HEADERS
15228   CONFIG_LINKS    = $CONFIG_LINKS
15229   CONFIG_COMMANDS = $CONFIG_COMMANDS
15230   $ $0 $@
15231
15232 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15233 "
15234
15235 _ACEOF
15236
15237 case $ac_config_files in *"
15238 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15239 esac
15240
15241 case $ac_config_headers in *"
15242 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15243 esac
15244
15245
15246 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15247 # Files that config.status was made for.
15248 config_files="$ac_config_files"
15249 config_headers="$ac_config_headers"
15250 config_commands="$ac_config_commands"
15251
15252 _ACEOF
15253
15254 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15255 ac_cs_usage="\
15256 \`$as_me' instantiates files and other configuration actions
15257 from templates according to the current configuration.  Unless the files
15258 and actions are specified as TAGs, all are instantiated by default.
15259
15260 Usage: $0 [OPTION]... [TAG]...
15261
15262   -h, --help       print this help, then exit
15263   -V, --version    print version number and configuration settings, then exit
15264   -q, --quiet, --silent
15265                    do not print progress messages
15266   -d, --debug      don't remove temporary files
15267       --recheck    update $as_me by reconfiguring in the same conditions
15268       --file=FILE[:TEMPLATE]
15269                    instantiate the configuration file FILE
15270       --header=FILE[:TEMPLATE]
15271                    instantiate the configuration header FILE
15272
15273 Configuration files:
15274 $config_files
15275
15276 Configuration headers:
15277 $config_headers
15278
15279 Configuration commands:
15280 $config_commands
15281
15282 Report bugs to the package provider."
15283
15284 _ACEOF
15285 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15286 ac_cs_version="\\
15287 gas config.status 2.30.52
15288 configured by $0, generated by GNU Autoconf 2.64,
15289   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
15290
15291 Copyright (C) 2009 Free Software Foundation, Inc.
15292 This config.status script is free software; the Free Software Foundation
15293 gives unlimited permission to copy, distribute and modify it."
15294
15295 ac_pwd='$ac_pwd'
15296 srcdir='$srcdir'
15297 INSTALL='$INSTALL'
15298 MKDIR_P='$MKDIR_P'
15299 AWK='$AWK'
15300 test -n "\$AWK" || AWK=awk
15301 _ACEOF
15302
15303 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15304 # The default lists apply if the user does not specify any file.
15305 ac_need_defaults=:
15306 while test $# != 0
15307 do
15308   case $1 in
15309   --*=*)
15310     ac_option=`expr "X$1" : 'X\([^=]*\)='`
15311     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15312     ac_shift=:
15313     ;;
15314   *)
15315     ac_option=$1
15316     ac_optarg=$2
15317     ac_shift=shift
15318     ;;
15319   esac
15320
15321   case $ac_option in
15322   # Handling of the options.
15323   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15324     ac_cs_recheck=: ;;
15325   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15326     $as_echo "$ac_cs_version"; exit ;;
15327   --debug | --debu | --deb | --de | --d | -d )
15328     debug=: ;;
15329   --file | --fil | --fi | --f )
15330     $ac_shift
15331     case $ac_optarg in
15332     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15333     esac
15334     as_fn_append CONFIG_FILES " '$ac_optarg'"
15335     ac_need_defaults=false;;
15336   --header | --heade | --head | --hea )
15337     $ac_shift
15338     case $ac_optarg in
15339     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15340     esac
15341     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
15342     ac_need_defaults=false;;
15343   --he | --h)
15344     # Conflict between --help and --header
15345     as_fn_error "ambiguous option: \`$1'
15346 Try \`$0 --help' for more information.";;
15347   --help | --hel | -h )
15348     $as_echo "$ac_cs_usage"; exit ;;
15349   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15350   | -silent | --silent | --silen | --sile | --sil | --si | --s)
15351     ac_cs_silent=: ;;
15352
15353   # This is an error.
15354   -*) as_fn_error "unrecognized option: \`$1'
15355 Try \`$0 --help' for more information." ;;
15356
15357   *) as_fn_append ac_config_targets " $1"
15358      ac_need_defaults=false ;;
15359
15360   esac
15361   shift
15362 done
15363
15364 ac_configure_extra_args=
15365
15366 if $ac_cs_silent; then
15367   exec 6>/dev/null
15368   ac_configure_extra_args="$ac_configure_extra_args --silent"
15369 fi
15370
15371 _ACEOF
15372 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15373 if \$ac_cs_recheck; then
15374   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15375   shift
15376   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15377   CONFIG_SHELL='$SHELL'
15378   export CONFIG_SHELL
15379   exec "\$@"
15380 fi
15381
15382 _ACEOF
15383 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15384 exec 5>>config.log
15385 {
15386   echo
15387   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15388 ## Running $as_me. ##
15389 _ASBOX
15390   $as_echo "$ac_log"
15391 } >&5
15392
15393 _ACEOF
15394 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15395 #
15396 # INIT-COMMANDS
15397 #
15398 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
15399
15400
15401 # The HP-UX ksh and POSIX shell print the target directory to stdout
15402 # if CDPATH is set.
15403 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15404
15405 sed_quote_subst='$sed_quote_subst'
15406 double_quote_subst='$double_quote_subst'
15407 delay_variable_subst='$delay_variable_subst'
15408 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15409 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15410 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15411 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15412 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15413 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15414 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15415 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15416 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15417 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15418 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15419 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15420 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15421 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15422 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15423 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15424 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15425 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15426 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15427 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15428 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15429 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15430 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15431 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15432 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15433 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15434 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15435 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15436 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15437 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15438 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15439 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15440 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15441 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15442 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15443 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15444 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15445 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15446 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15447 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15448 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15449 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15450 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15451 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15452 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15453 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15454 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15455 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15456 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"`'
15457 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15458 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15459 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
15460 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
15461 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
15462 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15463 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15464 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15465 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15466 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15467 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15468 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15469 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15470 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15471 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15472 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15473 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15474 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15475 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15476 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15477 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15478 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15479 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15480 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15481 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15482 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15483 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15484 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15485 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15486 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15487 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15488 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15489 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15490 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15491 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15492 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15493 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15494 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15495 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15496 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15497 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
15498 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15499 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15500 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15501 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15502 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15503 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15504 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15505 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15506 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15507 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15508 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15509 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15510 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15511 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15512 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15513 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15514 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15515 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15516 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15517 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15518 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15519 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15520 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15521 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15522 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15523 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15524 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15525 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15526 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15527 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
15528
15529 LTCC='$LTCC'
15530 LTCFLAGS='$LTCFLAGS'
15531 compiler='$compiler_DEFAULT'
15532
15533 # A function that is used when there is no print builtin or printf.
15534 func_fallback_echo ()
15535 {
15536   eval 'cat <<_LTECHO_EOF
15537 \$1
15538 _LTECHO_EOF'
15539 }
15540
15541 # Quote evaled strings.
15542 for var in SHELL \
15543 ECHO \
15544 SED \
15545 GREP \
15546 EGREP \
15547 FGREP \
15548 LD \
15549 NM \
15550 LN_S \
15551 lt_SP2NL \
15552 lt_NL2SP \
15553 reload_flag \
15554 OBJDUMP \
15555 deplibs_check_method \
15556 file_magic_cmd \
15557 AR \
15558 AR_FLAGS \
15559 STRIP \
15560 RANLIB \
15561 CC \
15562 CFLAGS \
15563 compiler \
15564 lt_cv_sys_global_symbol_pipe \
15565 lt_cv_sys_global_symbol_to_cdecl \
15566 lt_cv_sys_global_symbol_to_c_name_address \
15567 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
15568 lt_prog_compiler_no_builtin_flag \
15569 lt_prog_compiler_wl \
15570 lt_prog_compiler_pic \
15571 lt_prog_compiler_static \
15572 lt_cv_prog_compiler_c_o \
15573 need_locks \
15574 DSYMUTIL \
15575 NMEDIT \
15576 LIPO \
15577 OTOOL \
15578 OTOOL64 \
15579 shrext_cmds \
15580 export_dynamic_flag_spec \
15581 whole_archive_flag_spec \
15582 compiler_needs_object \
15583 with_gnu_ld \
15584 allow_undefined_flag \
15585 no_undefined_flag \
15586 hardcode_libdir_flag_spec \
15587 hardcode_libdir_flag_spec_ld \
15588 hardcode_libdir_separator \
15589 fix_srcfile_path \
15590 exclude_expsyms \
15591 include_expsyms \
15592 file_list_spec \
15593 variables_saved_for_relink \
15594 libname_spec \
15595 library_names_spec \
15596 soname_spec \
15597 install_override_mode \
15598 finish_eval \
15599 old_striplib \
15600 striplib; do
15601     case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15602     *[\\\\\\\`\\"\\\$]*)
15603       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
15604       ;;
15605     *)
15606       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15607       ;;
15608     esac
15609 done
15610
15611 # Double-quote double-evaled strings.
15612 for var in reload_cmds \
15613 old_postinstall_cmds \
15614 old_postuninstall_cmds \
15615 old_archive_cmds \
15616 extract_expsyms_cmds \
15617 old_archive_from_new_cmds \
15618 old_archive_from_expsyms_cmds \
15619 archive_cmds \
15620 archive_expsym_cmds \
15621 module_cmds \
15622 module_expsym_cmds \
15623 export_symbols_cmds \
15624 prelink_cmds \
15625 postinstall_cmds \
15626 postuninstall_cmds \
15627 finish_cmds \
15628 sys_lib_search_path_spec \
15629 sys_lib_dlsearch_path_spec; do
15630     case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15631     *[\\\\\\\`\\"\\\$]*)
15632       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
15633       ;;
15634     *)
15635       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15636       ;;
15637     esac
15638 done
15639
15640 ac_aux_dir='$ac_aux_dir'
15641 xsi_shell='$xsi_shell'
15642 lt_shell_append='$lt_shell_append'
15643
15644 # See if we are running on zsh, and set the options which allow our
15645 # commands through without removal of \ escapes INIT.
15646 if test -n "\${ZSH_VERSION+set}" ; then
15647    setopt NO_GLOB_SUBST
15648 fi
15649
15650
15651     PACKAGE='$PACKAGE'
15652     VERSION='$VERSION'
15653     TIMESTAMP='$TIMESTAMP'
15654     RM='$RM'
15655     ofile='$ofile'
15656
15657
15658
15659 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
15660     # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
15661     # from automake.
15662     eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
15663     # Capture the value of LINGUAS because we need it to compute CATALOGS.
15664     LINGUAS="${LINGUAS-%UNSET%}"
15665
15666 target_cpu_type=${target_cpu_type}
15667  cgen_cpu_prefix=${cgen_cpu_prefix}
15668  obj_format=${obj_format}
15669  te_file=${te_file}
15670
15671 _ACEOF
15672
15673 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15674
15675 # Handling of arguments.
15676 for ac_config_target in $ac_config_targets
15677 do
15678   case $ac_config_target in
15679     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15680     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15681     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
15682     "gdb.ini") CONFIG_FILES="$CONFIG_FILES gdb.ini:gdbinit.in" ;;
15683     ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:gdbinit.in" ;;
15684     "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
15685     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15686     "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
15687     "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
15688     "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
15689
15690   *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15691   esac
15692 done
15693
15694
15695 # If the user did not use the arguments to specify the items to instantiate,
15696 # then the envvar interface is used.  Set only those that are not.
15697 # We use the long form for the default assignment because of an extremely
15698 # bizarre bug on SunOS 4.1.3.
15699 if $ac_need_defaults; then
15700   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15701   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15702   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15703 fi
15704
15705 # Have a temporary directory for convenience.  Make it in the build tree
15706 # simply because there is no reason against having it here, and in addition,
15707 # creating and moving files from /tmp can sometimes cause problems.
15708 # Hook for its removal unless debugging.
15709 # Note that there is a small window in which the directory will not be cleaned:
15710 # after its creation but before its name has been assigned to `$tmp'.
15711 $debug ||
15712 {
15713   tmp=
15714   trap 'exit_status=$?
15715   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15716 ' 0
15717   trap 'as_fn_exit 1' 1 2 13 15
15718 }
15719 # Create a (secure) tmp directory for tmp files.
15720
15721 {
15722   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15723   test -n "$tmp" && test -d "$tmp"
15724 }  ||
15725 {
15726   tmp=./conf$$-$RANDOM
15727   (umask 077 && mkdir "$tmp")
15728 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15729
15730 # Set up the scripts for CONFIG_FILES section.
15731 # No need to generate them if there are no CONFIG_FILES.
15732 # This happens for instance with `./config.status config.h'.
15733 if test -n "$CONFIG_FILES"; then
15734
15735
15736 ac_cr=`echo X | tr X '\015'`
15737 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15738 # But we know of no other shell where ac_cr would be empty at this
15739 # point, so we can use a bashism as a fallback.
15740 if test "x$ac_cr" = x; then
15741   eval ac_cr=\$\'\\r\'
15742 fi
15743 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15744 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15745   ac_cs_awk_cr='\r'
15746 else
15747   ac_cs_awk_cr=$ac_cr
15748 fi
15749
15750 echo 'BEGIN {' >"$tmp/subs1.awk" &&
15751 _ACEOF
15752
15753
15754 {
15755   echo "cat >conf$$subs.awk <<_ACEOF" &&
15756   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15757   echo "_ACEOF"
15758 } >conf$$subs.sh ||
15759   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15760 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15761 ac_delim='%!_!# '
15762 for ac_last_try in false false false false false :; do
15763   . ./conf$$subs.sh ||
15764     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15765
15766   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15767   if test $ac_delim_n = $ac_delim_num; then
15768     break
15769   elif $ac_last_try; then
15770     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15771   else
15772     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15773   fi
15774 done
15775 rm -f conf$$subs.sh
15776
15777 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15778 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15779 _ACEOF
15780 sed -n '
15781 h
15782 s/^/S["/; s/!.*/"]=/
15783 p
15784 g
15785 s/^[^!]*!//
15786 :repl
15787 t repl
15788 s/'"$ac_delim"'$//
15789 t delim
15790 :nl
15791 h
15792 s/\(.\{148\}\).*/\1/
15793 t more1
15794 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15795 p
15796 n
15797 b repl
15798 :more1
15799 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15800 p
15801 g
15802 s/.\{148\}//
15803 t nl
15804 :delim
15805 h
15806 s/\(.\{148\}\).*/\1/
15807 t more2
15808 s/["\\]/\\&/g; s/^/"/; s/$/"/
15809 p
15810 b
15811 :more2
15812 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15813 p
15814 g
15815 s/.\{148\}//
15816 t delim
15817 ' <conf$$subs.awk | sed '
15818 /^[^""]/{
15819   N
15820   s/\n//
15821 }
15822 ' >>$CONFIG_STATUS || ac_write_fail=1
15823 rm -f conf$$subs.awk
15824 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15825 _ACAWK
15826 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15827   for (key in S) S_is_set[key] = 1
15828   FS = "\a"
15829
15830 }
15831 {
15832   line = $ 0
15833   nfields = split(line, field, "@")
15834   substed = 0
15835   len = length(field[1])
15836   for (i = 2; i < nfields; i++) {
15837     key = field[i]
15838     keylen = length(key)
15839     if (S_is_set[key]) {
15840       value = S[key]
15841       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15842       len += length(value) + length(field[++i])
15843       substed = 1
15844     } else
15845       len += 1 + keylen
15846   }
15847
15848   print line
15849 }
15850
15851 _ACAWK
15852 _ACEOF
15853 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15854 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15855   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15856 else
15857   cat
15858 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15859   || as_fn_error "could not setup config files machinery" "$LINENO" 5
15860 _ACEOF
15861
15862 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15863 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15864 # trailing colons and then remove the whole line if VPATH becomes empty
15865 # (actually we leave an empty line to preserve line numbers).
15866 if test "x$srcdir" = x.; then
15867   ac_vpsub='/^[  ]*VPATH[        ]*=/{
15868 s/:*\$(srcdir):*/:/
15869 s/:*\${srcdir}:*/:/
15870 s/:*@srcdir@:*/:/
15871 s/^\([^=]*=[     ]*\):*/\1/
15872 s/:*$//
15873 s/^[^=]*=[       ]*$//
15874 }'
15875 fi
15876
15877 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15878 fi # test -n "$CONFIG_FILES"
15879
15880 # Set up the scripts for CONFIG_HEADERS section.
15881 # No need to generate them if there are no CONFIG_HEADERS.
15882 # This happens for instance with `./config.status Makefile'.
15883 if test -n "$CONFIG_HEADERS"; then
15884 cat >"$tmp/defines.awk" <<\_ACAWK ||
15885 BEGIN {
15886 _ACEOF
15887
15888 # Transform confdefs.h into an awk script `defines.awk', embedded as
15889 # here-document in config.status, that substitutes the proper values into
15890 # config.h.in to produce config.h.
15891
15892 # Create a delimiter string that does not exist in confdefs.h, to ease
15893 # handling of long lines.
15894 ac_delim='%!_!# '
15895 for ac_last_try in false false :; do
15896   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
15897   if test -z "$ac_t"; then
15898     break
15899   elif $ac_last_try; then
15900     as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
15901   else
15902     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15903   fi
15904 done
15905
15906 # For the awk script, D is an array of macro values keyed by name,
15907 # likewise P contains macro parameters if any.  Preserve backslash
15908 # newline sequences.
15909
15910 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15911 sed -n '
15912 s/.\{148\}/&'"$ac_delim"'/g
15913 t rset
15914 :rset
15915 s/^[     ]*#[    ]*define[       ][      ]*/ /
15916 t def
15917 d
15918 :def
15919 s/\\$//
15920 t bsnl
15921 s/["\\]/\\&/g
15922 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
15923 D["\1"]=" \3"/p
15924 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
15925 d
15926 :bsnl
15927 s/["\\]/\\&/g
15928 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
15929 D["\1"]=" \3\\\\\\n"\\/p
15930 t cont
15931 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15932 t cont
15933 d
15934 :cont
15935 n
15936 s/.\{148\}/&'"$ac_delim"'/g
15937 t clear
15938 :clear
15939 s/\\$//
15940 t bsnlc
15941 s/["\\]/\\&/g; s/^/"/; s/$/"/p
15942 d
15943 :bsnlc
15944 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15945 b cont
15946 ' <confdefs.h | sed '
15947 s/'"$ac_delim"'/"\\\
15948 "/g' >>$CONFIG_STATUS || ac_write_fail=1
15949
15950 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15951   for (key in D) D_is_set[key] = 1
15952   FS = "\a"
15953 }
15954 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15955   line = \$ 0
15956   split(line, arg, " ")
15957   if (arg[1] == "#") {
15958     defundef = arg[2]
15959     mac1 = arg[3]
15960   } else {
15961     defundef = substr(arg[1], 2)
15962     mac1 = arg[2]
15963   }
15964   split(mac1, mac2, "(") #)
15965   macro = mac2[1]
15966   prefix = substr(line, 1, index(line, defundef) - 1)
15967   if (D_is_set[macro]) {
15968     # Preserve the white space surrounding the "#".
15969     print prefix "define", macro P[macro] D[macro]
15970     next
15971   } else {
15972     # Replace #undef with comments.  This is necessary, for example,
15973     # in the case of _POSIX_SOURCE, which is predefined and required
15974     # on some systems where configure will not decide to define it.
15975     if (defundef == "undef") {
15976       print "/*", prefix defundef, macro, "*/"
15977       next
15978     }
15979   }
15980 }
15981 { print }
15982 _ACAWK
15983 _ACEOF
15984 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15985   as_fn_error "could not setup config headers machinery" "$LINENO" 5
15986 fi # test -n "$CONFIG_HEADERS"
15987
15988
15989 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
15990 shift
15991 for ac_tag
15992 do
15993   case $ac_tag in
15994   :[FHLC]) ac_mode=$ac_tag; continue;;
15995   esac
15996   case $ac_mode$ac_tag in
15997   :[FHL]*:*);;
15998   :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15999   :[FH]-) ac_tag=-:-;;
16000   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16001   esac
16002   ac_save_IFS=$IFS
16003   IFS=:
16004   set x $ac_tag
16005   IFS=$ac_save_IFS
16006   shift
16007   ac_file=$1
16008   shift
16009
16010   case $ac_mode in
16011   :L) ac_source=$1;;
16012   :[FH])
16013     ac_file_inputs=
16014     for ac_f
16015     do
16016       case $ac_f in
16017       -) ac_f="$tmp/stdin";;
16018       *) # Look for the file first in the build tree, then in the source tree
16019          # (if the path is not absolute).  The absolute path cannot be DOS-style,
16020          # because $ac_f cannot contain `:'.
16021          test -f "$ac_f" ||
16022            case $ac_f in
16023            [\\/$]*) false;;
16024            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16025            esac ||
16026            as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
16027       esac
16028       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16029       as_fn_append ac_file_inputs " '$ac_f'"
16030     done
16031
16032     # Let's still pretend it is `configure' which instantiates (i.e., don't
16033     # use $as_me), people would be surprised to read:
16034     #    /* config.h.  Generated by config.status.  */
16035     configure_input='Generated from '`
16036           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16037         `' by configure.'
16038     if test x"$ac_file" != x-; then
16039       configure_input="$ac_file.  $configure_input"
16040       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16041 $as_echo "$as_me: creating $ac_file" >&6;}
16042     fi
16043     # Neutralize special characters interpreted by sed in replacement strings.
16044     case $configure_input in #(
16045     *\&* | *\|* | *\\* )
16046        ac_sed_conf_input=`$as_echo "$configure_input" |
16047        sed 's/[\\\\&|]/\\\\&/g'`;; #(
16048     *) ac_sed_conf_input=$configure_input;;
16049     esac
16050
16051     case $ac_tag in
16052     *:-:* | *:-) cat >"$tmp/stdin" \
16053       || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
16054     esac
16055     ;;
16056   esac
16057
16058   ac_dir=`$as_dirname -- "$ac_file" ||
16059 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16060          X"$ac_file" : 'X\(//\)[^/]' \| \
16061          X"$ac_file" : 'X\(//\)$' \| \
16062          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16063 $as_echo X"$ac_file" |
16064     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16065             s//\1/
16066             q
16067           }
16068           /^X\(\/\/\)[^/].*/{
16069             s//\1/
16070             q
16071           }
16072           /^X\(\/\/\)$/{
16073             s//\1/
16074             q
16075           }
16076           /^X\(\/\).*/{
16077             s//\1/
16078             q
16079           }
16080           s/.*/./; q'`
16081   as_dir="$ac_dir"; as_fn_mkdir_p
16082   ac_builddir=.
16083
16084 case "$ac_dir" in
16085 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16086 *)
16087   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16088   # A ".." for each directory in $ac_dir_suffix.
16089   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16090   case $ac_top_builddir_sub in
16091   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16092   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16093   esac ;;
16094 esac
16095 ac_abs_top_builddir=$ac_pwd
16096 ac_abs_builddir=$ac_pwd$ac_dir_suffix
16097 # for backward compatibility:
16098 ac_top_builddir=$ac_top_build_prefix
16099
16100 case $srcdir in
16101   .)  # We are building in place.
16102     ac_srcdir=.
16103     ac_top_srcdir=$ac_top_builddir_sub
16104     ac_abs_top_srcdir=$ac_pwd ;;
16105   [\\/]* | ?:[\\/]* )  # Absolute name.
16106     ac_srcdir=$srcdir$ac_dir_suffix;
16107     ac_top_srcdir=$srcdir
16108     ac_abs_top_srcdir=$srcdir ;;
16109   *) # Relative name.
16110     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16111     ac_top_srcdir=$ac_top_build_prefix$srcdir
16112     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
16113 esac
16114 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
16115
16116
16117   case $ac_mode in
16118   :F)
16119   #
16120   # CONFIG_FILE
16121   #
16122
16123   case $INSTALL in
16124   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
16125   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16126   esac
16127   ac_MKDIR_P=$MKDIR_P
16128   case $MKDIR_P in
16129   [\\/$]* | ?:[\\/]* ) ;;
16130   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
16131   esac
16132 _ACEOF
16133
16134 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16135 # If the template does not know about datarootdir, expand it.
16136 # FIXME: This hack should be removed a few years after 2.60.
16137 ac_datarootdir_hack=; ac_datarootdir_seen=
16138 ac_sed_dataroot='
16139 /datarootdir/ {
16140   p
16141   q
16142 }
16143 /@datadir@/p
16144 /@docdir@/p
16145 /@infodir@/p
16146 /@localedir@/p
16147 /@mandir@/p'
16148 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16149 *datarootdir*) ac_datarootdir_seen=yes;;
16150 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16151   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16152 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16153 _ACEOF
16154 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16155   ac_datarootdir_hack='
16156   s&@datadir@&$datadir&g
16157   s&@docdir@&$docdir&g
16158   s&@infodir@&$infodir&g
16159   s&@localedir@&$localedir&g
16160   s&@mandir@&$mandir&g
16161   s&\\\${datarootdir}&$datarootdir&g' ;;
16162 esac
16163 _ACEOF
16164
16165 # Neutralize VPATH when `$srcdir' = `.'.
16166 # Shell code in configure.ac might set extrasub.
16167 # FIXME: do we really want to maintain this feature?
16168 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16169 ac_sed_extra="$ac_vpsub
16170 $extrasub
16171 _ACEOF
16172 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16173 :t
16174 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16175 s|@configure_input@|$ac_sed_conf_input|;t t
16176 s&@top_builddir@&$ac_top_builddir_sub&;t t
16177 s&@top_build_prefix@&$ac_top_build_prefix&;t t
16178 s&@srcdir@&$ac_srcdir&;t t
16179 s&@abs_srcdir@&$ac_abs_srcdir&;t t
16180 s&@top_srcdir@&$ac_top_srcdir&;t t
16181 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16182 s&@builddir@&$ac_builddir&;t t
16183 s&@abs_builddir@&$ac_abs_builddir&;t t
16184 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16185 s&@INSTALL@&$ac_INSTALL&;t t
16186 s&@MKDIR_P@&$ac_MKDIR_P&;t t
16187 $ac_datarootdir_hack
16188 "
16189 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
16190   || as_fn_error "could not create $ac_file" "$LINENO" 5
16191
16192 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16193   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
16194   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
16195   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16196 which seems to be undefined.  Please make sure it is defined." >&5
16197 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16198 which seems to be undefined.  Please make sure it is defined." >&2;}
16199
16200   rm -f "$tmp/stdin"
16201   case $ac_file in
16202   -) cat "$tmp/out" && rm -f "$tmp/out";;
16203   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
16204   esac \
16205   || as_fn_error "could not create $ac_file" "$LINENO" 5
16206  ;;
16207   :H)
16208   #
16209   # CONFIG_HEADER
16210   #
16211   if test x"$ac_file" != x-; then
16212     {
16213       $as_echo "/* $configure_input  */" \
16214       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
16215     } >"$tmp/config.h" \
16216       || as_fn_error "could not create $ac_file" "$LINENO" 5
16217     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
16218       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16219 $as_echo "$as_me: $ac_file is unchanged" >&6;}
16220     else
16221       rm -f "$ac_file"
16222       mv "$tmp/config.h" "$ac_file" \
16223         || as_fn_error "could not create $ac_file" "$LINENO" 5
16224     fi
16225   else
16226     $as_echo "/* $configure_input  */" \
16227       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
16228       || as_fn_error "could not create -" "$LINENO" 5
16229   fi
16230 # Compute "$ac_file"'s index in $config_headers.
16231 _am_arg="$ac_file"
16232 _am_stamp_count=1
16233 for _am_header in $config_headers :; do
16234   case $_am_header in
16235     $_am_arg | $_am_arg:* )
16236       break ;;
16237     * )
16238       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
16239   esac
16240 done
16241 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
16242 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16243          X"$_am_arg" : 'X\(//\)[^/]' \| \
16244          X"$_am_arg" : 'X\(//\)$' \| \
16245          X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
16246 $as_echo X"$_am_arg" |
16247     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16248             s//\1/
16249             q
16250           }
16251           /^X\(\/\/\)[^/].*/{
16252             s//\1/
16253             q
16254           }
16255           /^X\(\/\/\)$/{
16256             s//\1/
16257             q
16258           }
16259           /^X\(\/\).*/{
16260             s//\1/
16261             q
16262           }
16263           s/.*/./; q'`/stamp-h$_am_stamp_count
16264  ;;
16265
16266   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16267 $as_echo "$as_me: executing $ac_file commands" >&6;}
16268  ;;
16269   esac
16270
16271
16272   case $ac_file$ac_mode in
16273     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16274   # Autoconf 2.62 quotes --file arguments for eval, but not when files
16275   # are listed without --file.  Let's play safe and only enable the eval
16276   # if we detect the quoting.
16277   case $CONFIG_FILES in
16278   *\'*) eval set x "$CONFIG_FILES" ;;
16279   *)   set x $CONFIG_FILES ;;
16280   esac
16281   shift
16282   for mf
16283   do
16284     # Strip MF so we end up with the name of the file.
16285     mf=`echo "$mf" | sed -e 's/:.*$//'`
16286     # Check whether this is an Automake generated Makefile or not.
16287     # We used to match only the files named `Makefile.in', but
16288     # some people rename them; so instead we look at the file content.
16289     # Grep'ing the first line is not enough: some people post-process
16290     # each Makefile.in and add a new line on top of each file to say so.
16291     # Grep'ing the whole file is not good either: AIX grep has a line
16292     # limit of 2048, but all sed's we know have understand at least 4000.
16293     if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
16294       dirpart=`$as_dirname -- "$mf" ||
16295 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16296          X"$mf" : 'X\(//\)[^/]' \| \
16297          X"$mf" : 'X\(//\)$' \| \
16298          X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16299 $as_echo X"$mf" |
16300     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16301             s//\1/
16302             q
16303           }
16304           /^X\(\/\/\)[^/].*/{
16305             s//\1/
16306             q
16307           }
16308           /^X\(\/\/\)$/{
16309             s//\1/
16310             q
16311           }
16312           /^X\(\/\).*/{
16313             s//\1/
16314             q
16315           }
16316           s/.*/./; q'`
16317     else
16318       continue
16319     fi
16320     # Extract the definition of DEPDIR, am__include, and am__quote
16321     # from the Makefile without running `make'.
16322     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16323     test -z "$DEPDIR" && continue
16324     am__include=`sed -n 's/^am__include = //p' < "$mf"`
16325     test -z "am__include" && continue
16326     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16327     # When using ansi2knr, U may be empty or an underscore; expand it
16328     U=`sed -n 's/^U = //p' < "$mf"`
16329     # Find all dependency output files, they are included files with
16330     # $(DEPDIR) in their names.  We invoke sed twice because it is the
16331     # simplest approach to changing $(DEPDIR) to its actual value in the
16332     # expansion.
16333     for file in `sed -n "
16334       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16335          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
16336       # Make sure the directory exists.
16337       test -f "$dirpart/$file" && continue
16338       fdir=`$as_dirname -- "$file" ||
16339 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16340          X"$file" : 'X\(//\)[^/]' \| \
16341          X"$file" : 'X\(//\)$' \| \
16342          X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16343 $as_echo X"$file" |
16344     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16345             s//\1/
16346             q
16347           }
16348           /^X\(\/\/\)[^/].*/{
16349             s//\1/
16350             q
16351           }
16352           /^X\(\/\/\)$/{
16353             s//\1/
16354             q
16355           }
16356           /^X\(\/\).*/{
16357             s//\1/
16358             q
16359           }
16360           s/.*/./; q'`
16361       as_dir=$dirpart/$fdir; as_fn_mkdir_p
16362       # echo "creating $dirpart/$file"
16363       echo '# dummy' > "$dirpart/$file"
16364     done
16365   done
16366 }
16367  ;;
16368     "libtool":C)
16369
16370     # See if we are running on zsh, and set the options which allow our
16371     # commands through without removal of \ escapes.
16372     if test -n "${ZSH_VERSION+set}" ; then
16373       setopt NO_GLOB_SUBST
16374     fi
16375
16376     cfgfile="${ofile}T"
16377     trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16378     $RM "$cfgfile"
16379
16380     cat <<_LT_EOF >> "$cfgfile"
16381 #! $SHELL
16382
16383 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
16384 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
16385 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16386 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16387 #
16388 #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16389 #                 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
16390 #   Written by Gordon Matzigkeit, 1996
16391 #
16392 #   This file is part of GNU Libtool.
16393 #
16394 # GNU Libtool is free software; you can redistribute it and/or
16395 # modify it under the terms of the GNU General Public License as
16396 # published by the Free Software Foundation; either version 2 of
16397 # the License, or (at your option) any later version.
16398 #
16399 # As a special exception to the GNU General Public License,
16400 # if you distribute this file as part of a program or library that
16401 # is built using GNU Libtool, you may include this file under the
16402 # same distribution terms that you use for the rest of that program.
16403 #
16404 # GNU Libtool is distributed in the hope that it will be useful,
16405 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16406 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16407 # GNU General Public License for more details.
16408 #
16409 # You should have received a copy of the GNU General Public License
16410 # along with GNU Libtool; see the file COPYING.  If not, a copy
16411 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16412 # obtained by writing to the Free Software Foundation, Inc.,
16413 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16414
16415
16416 # The names of the tagged configurations supported by this script.
16417 available_tags=""
16418
16419 # ### BEGIN LIBTOOL CONFIG
16420
16421 # Which release of libtool.m4 was used?
16422 macro_version=$macro_version
16423 macro_revision=$macro_revision
16424
16425 # Whether or not to build shared libraries.
16426 build_libtool_libs=$enable_shared
16427
16428 # Whether or not to build static libraries.
16429 build_old_libs=$enable_static
16430
16431 # What type of objects to build.
16432 pic_mode=$pic_mode
16433
16434 # Whether or not to optimize for fast installation.
16435 fast_install=$enable_fast_install
16436
16437 # Shell to use when invoking shell scripts.
16438 SHELL=$lt_SHELL
16439
16440 # An echo program that protects backslashes.
16441 ECHO=$lt_ECHO
16442
16443 # The host system.
16444 host_alias=$host_alias
16445 host=$host
16446 host_os=$host_os
16447
16448 # The build system.
16449 build_alias=$build_alias
16450 build=$build
16451 build_os=$build_os
16452
16453 # A sed program that does not truncate output.
16454 SED=$lt_SED
16455
16456 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
16457 Xsed="\$SED -e 1s/^X//"
16458
16459 # A grep program that handles long lines.
16460 GREP=$lt_GREP
16461
16462 # An ERE matcher.
16463 EGREP=$lt_EGREP
16464
16465 # A literal string matcher.
16466 FGREP=$lt_FGREP
16467
16468 # A BSD- or MS-compatible name lister.
16469 NM=$lt_NM
16470
16471 # Whether we need soft or hard links.
16472 LN_S=$lt_LN_S
16473
16474 # What is the maximum length of a command?
16475 max_cmd_len=$max_cmd_len
16476
16477 # Object file suffix (normally "o").
16478 objext=$ac_objext
16479
16480 # Executable file suffix (normally "").
16481 exeext=$exeext
16482
16483 # whether the shell understands "unset".
16484 lt_unset=$lt_unset
16485
16486 # turn spaces into newlines.
16487 SP2NL=$lt_lt_SP2NL
16488
16489 # turn newlines into spaces.
16490 NL2SP=$lt_lt_NL2SP
16491
16492 # An object symbol dumper.
16493 OBJDUMP=$lt_OBJDUMP
16494
16495 # Method to check whether dependent libraries are shared objects.
16496 deplibs_check_method=$lt_deplibs_check_method
16497
16498 # Command to use when deplibs_check_method == "file_magic".
16499 file_magic_cmd=$lt_file_magic_cmd
16500
16501 # The archiver.
16502 AR=$lt_AR
16503 AR_FLAGS=$lt_AR_FLAGS
16504
16505 # A symbol stripping program.
16506 STRIP=$lt_STRIP
16507
16508 # Commands used to install an old-style archive.
16509 RANLIB=$lt_RANLIB
16510 old_postinstall_cmds=$lt_old_postinstall_cmds
16511 old_postuninstall_cmds=$lt_old_postuninstall_cmds
16512
16513 # Whether to use a lock for old archive extraction.
16514 lock_old_archive_extraction=$lock_old_archive_extraction
16515
16516 # A C compiler.
16517 LTCC=$lt_CC
16518
16519 # LTCC compiler flags.
16520 LTCFLAGS=$lt_CFLAGS
16521
16522 # Take the output of nm and produce a listing of raw symbols and C names.
16523 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16524
16525 # Transform the output of nm in a proper C declaration.
16526 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16527
16528 # Transform the output of nm in a C name address pair.
16529 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16530
16531 # Transform the output of nm in a C name address pair when lib prefix is needed.
16532 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16533
16534 # The name of the directory that contains temporary libtool files.
16535 objdir=$objdir
16536
16537 # Used to examine libraries when file_magic_cmd begins with "file".
16538 MAGIC_CMD=$MAGIC_CMD
16539
16540 # Must we lock files when doing compilation?
16541 need_locks=$lt_need_locks
16542
16543 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16544 DSYMUTIL=$lt_DSYMUTIL
16545
16546 # Tool to change global to local symbols on Mac OS X.
16547 NMEDIT=$lt_NMEDIT
16548
16549 # Tool to manipulate fat objects and archives on Mac OS X.
16550 LIPO=$lt_LIPO
16551
16552 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
16553 OTOOL=$lt_OTOOL
16554
16555 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16556 OTOOL64=$lt_OTOOL64
16557
16558 # Old archive suffix (normally "a").
16559 libext=$libext
16560
16561 # Shared library suffix (normally ".so").
16562 shrext_cmds=$lt_shrext_cmds
16563
16564 # The commands to extract the exported symbol list from a shared archive.
16565 extract_expsyms_cmds=$lt_extract_expsyms_cmds
16566
16567 # Variables whose values should be saved in libtool wrapper scripts and
16568 # restored at link time.
16569 variables_saved_for_relink=$lt_variables_saved_for_relink
16570
16571 # Do we need the "lib" prefix for modules?
16572 need_lib_prefix=$need_lib_prefix
16573
16574 # Do we need a version for libraries?
16575 need_version=$need_version
16576
16577 # Library versioning type.
16578 version_type=$version_type
16579
16580 # Shared library runtime path variable.
16581 runpath_var=$runpath_var
16582
16583 # Shared library path variable.
16584 shlibpath_var=$shlibpath_var
16585
16586 # Is shlibpath searched before the hard-coded library search path?
16587 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16588
16589 # Format of library name prefix.
16590 libname_spec=$lt_libname_spec
16591
16592 # List of archive names.  First name is the real one, the rest are links.
16593 # The last name is the one that the linker finds with -lNAME
16594 library_names_spec=$lt_library_names_spec
16595
16596 # The coded name of the library, if different from the real name.
16597 soname_spec=$lt_soname_spec
16598
16599 # Permission mode override for installation of shared libraries.
16600 install_override_mode=$lt_install_override_mode
16601
16602 # Command to use after installation of a shared archive.
16603 postinstall_cmds=$lt_postinstall_cmds
16604
16605 # Command to use after uninstallation of a shared archive.
16606 postuninstall_cmds=$lt_postuninstall_cmds
16607
16608 # Commands used to finish a libtool library installation in a directory.
16609 finish_cmds=$lt_finish_cmds
16610
16611 # As "finish_cmds", except a single script fragment to be evaled but
16612 # not shown.
16613 finish_eval=$lt_finish_eval
16614
16615 # Whether we should hardcode library paths into libraries.
16616 hardcode_into_libs=$hardcode_into_libs
16617
16618 # Compile-time system search path for libraries.
16619 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16620
16621 # Run-time system search path for libraries.
16622 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16623
16624 # Whether dlopen is supported.
16625 dlopen_support=$enable_dlopen
16626
16627 # Whether dlopen of programs is supported.
16628 dlopen_self=$enable_dlopen_self
16629
16630 # Whether dlopen of statically linked programs is supported.
16631 dlopen_self_static=$enable_dlopen_self_static
16632
16633 # Commands to strip libraries.
16634 old_striplib=$lt_old_striplib
16635 striplib=$lt_striplib
16636
16637
16638 # The linker used to build libraries.
16639 LD=$lt_LD
16640
16641 # How to create reloadable object files.
16642 reload_flag=$lt_reload_flag
16643 reload_cmds=$lt_reload_cmds
16644
16645 # Commands used to build an old-style archive.
16646 old_archive_cmds=$lt_old_archive_cmds
16647
16648 # A language specific compiler.
16649 CC=$lt_compiler
16650
16651 # Is the compiler the GNU compiler?
16652 with_gcc=$GCC
16653
16654 # Compiler flag to turn off builtin functions.
16655 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16656
16657 # How to pass a linker flag through the compiler.
16658 wl=$lt_lt_prog_compiler_wl
16659
16660 # Additional compiler flags for building library objects.
16661 pic_flag=$lt_lt_prog_compiler_pic
16662
16663 # Compiler flag to prevent dynamic linking.
16664 link_static_flag=$lt_lt_prog_compiler_static
16665
16666 # Does compiler simultaneously support -c and -o options?
16667 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16668
16669 # Whether or not to add -lc for building shared libraries.
16670 build_libtool_need_lc=$archive_cmds_need_lc
16671
16672 # Whether or not to disallow shared libs when runtime libs are static.
16673 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16674
16675 # Compiler flag to allow reflexive dlopens.
16676 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16677
16678 # Compiler flag to generate shared objects directly from archives.
16679 whole_archive_flag_spec=$lt_whole_archive_flag_spec
16680
16681 # Whether the compiler copes with passing no objects directly.
16682 compiler_needs_object=$lt_compiler_needs_object
16683
16684 # Create an old-style archive from a shared archive.
16685 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16686
16687 # Create a temporary old-style archive to link instead of a shared archive.
16688 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16689
16690 # Commands used to build a shared archive.
16691 archive_cmds=$lt_archive_cmds
16692 archive_expsym_cmds=$lt_archive_expsym_cmds
16693
16694 # Commands used to build a loadable module if different from building
16695 # a shared archive.
16696 module_cmds=$lt_module_cmds
16697 module_expsym_cmds=$lt_module_expsym_cmds
16698
16699 # Whether we are building with GNU ld or not.
16700 with_gnu_ld=$lt_with_gnu_ld
16701
16702 # Flag that allows shared libraries with undefined symbols to be built.
16703 allow_undefined_flag=$lt_allow_undefined_flag
16704
16705 # Flag that enforces no undefined symbols.
16706 no_undefined_flag=$lt_no_undefined_flag
16707
16708 # Flag to hardcode \$libdir into a binary during linking.
16709 # This must work even if \$libdir does not exist
16710 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16711
16712 # If ld is used when linking, flag to hardcode \$libdir into a binary
16713 # during linking.  This must work even if \$libdir does not exist.
16714 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16715
16716 # Whether we need a single "-rpath" flag with a separated argument.
16717 hardcode_libdir_separator=$lt_hardcode_libdir_separator
16718
16719 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16720 # DIR into the resulting binary.
16721 hardcode_direct=$hardcode_direct
16722
16723 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16724 # DIR into the resulting binary and the resulting library dependency is
16725 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16726 # library is relocated.
16727 hardcode_direct_absolute=$hardcode_direct_absolute
16728
16729 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16730 # into the resulting binary.
16731 hardcode_minus_L=$hardcode_minus_L
16732
16733 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16734 # into the resulting binary.
16735 hardcode_shlibpath_var=$hardcode_shlibpath_var
16736
16737 # Set to "yes" if building a shared library automatically hardcodes DIR
16738 # into the library and all subsequent libraries and executables linked
16739 # against it.
16740 hardcode_automatic=$hardcode_automatic
16741
16742 # Set to yes if linker adds runtime paths of dependent libraries
16743 # to runtime path list.
16744 inherit_rpath=$inherit_rpath
16745
16746 # Whether libtool must link a program against all its dependency libraries.
16747 link_all_deplibs=$link_all_deplibs
16748
16749 # Fix the shell variable \$srcfile for the compiler.
16750 fix_srcfile_path=$lt_fix_srcfile_path
16751
16752 # Set to "yes" if exported symbols are required.
16753 always_export_symbols=$always_export_symbols
16754
16755 # The commands to list exported symbols.
16756 export_symbols_cmds=$lt_export_symbols_cmds
16757
16758 # Symbols that should not be listed in the preloaded symbols.
16759 exclude_expsyms=$lt_exclude_expsyms
16760
16761 # Symbols that must always be exported.
16762 include_expsyms=$lt_include_expsyms
16763
16764 # Commands necessary for linking programs (against libraries) with templates.
16765 prelink_cmds=$lt_prelink_cmds
16766
16767 # Specify filename containing input files.
16768 file_list_spec=$lt_file_list_spec
16769
16770 # How to hardcode a shared library path into an executable.
16771 hardcode_action=$hardcode_action
16772
16773 # ### END LIBTOOL CONFIG
16774
16775 _LT_EOF
16776
16777   case $host_os in
16778   aix3*)
16779     cat <<\_LT_EOF >> "$cfgfile"
16780 # AIX sometimes has problems with the GCC collect2 program.  For some
16781 # reason, if we set the COLLECT_NAMES environment variable, the problems
16782 # vanish in a puff of smoke.
16783 if test "X${COLLECT_NAMES+set}" != Xset; then
16784   COLLECT_NAMES=
16785   export COLLECT_NAMES
16786 fi
16787 _LT_EOF
16788     ;;
16789   esac
16790
16791
16792 ltmain="$ac_aux_dir/ltmain.sh"
16793
16794
16795   # We use sed instead of cat because bash on DJGPP gets confused if
16796   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
16797   # text mode, it properly converts lines to CR/LF.  This bash problem
16798   # is reportedly fixed, but why not run on old versions too?
16799   sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16800     || (rm -f "$cfgfile"; exit 1)
16801
16802   case $xsi_shell in
16803   yes)
16804     cat << \_LT_EOF >> "$cfgfile"
16805
16806 # func_dirname file append nondir_replacement
16807 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
16808 # otherwise set result to NONDIR_REPLACEMENT.
16809 func_dirname ()
16810 {
16811   case ${1} in
16812     */*) func_dirname_result="${1%/*}${2}" ;;
16813     *  ) func_dirname_result="${3}" ;;
16814   esac
16815 }
16816
16817 # func_basename file
16818 func_basename ()
16819 {
16820   func_basename_result="${1##*/}"
16821 }
16822
16823 # func_dirname_and_basename file append nondir_replacement
16824 # perform func_basename and func_dirname in a single function
16825 # call:
16826 #   dirname:  Compute the dirname of FILE.  If nonempty,
16827 #             add APPEND to the result, otherwise set result
16828 #             to NONDIR_REPLACEMENT.
16829 #             value returned in "$func_dirname_result"
16830 #   basename: Compute filename of FILE.
16831 #             value retuned in "$func_basename_result"
16832 # Implementation must be kept synchronized with func_dirname
16833 # and func_basename. For efficiency, we do not delegate to
16834 # those functions but instead duplicate the functionality here.
16835 func_dirname_and_basename ()
16836 {
16837   case ${1} in
16838     */*) func_dirname_result="${1%/*}${2}" ;;
16839     *  ) func_dirname_result="${3}" ;;
16840   esac
16841   func_basename_result="${1##*/}"
16842 }
16843
16844 # func_stripname prefix suffix name
16845 # strip PREFIX and SUFFIX off of NAME.
16846 # PREFIX and SUFFIX must not contain globbing or regex special
16847 # characters, hashes, percent signs, but SUFFIX may contain a leading
16848 # dot (in which case that matches only a dot).
16849 func_stripname ()
16850 {
16851   # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16852   # positional parameters, so assign one to ordinary parameter first.
16853   func_stripname_result=${3}
16854   func_stripname_result=${func_stripname_result#"${1}"}
16855   func_stripname_result=${func_stripname_result%"${2}"}
16856 }
16857
16858 # func_opt_split
16859 func_opt_split ()
16860 {
16861   func_opt_split_opt=${1%%=*}
16862   func_opt_split_arg=${1#*=}
16863 }
16864
16865 # func_lo2o object
16866 func_lo2o ()
16867 {
16868   case ${1} in
16869     *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16870     *)    func_lo2o_result=${1} ;;
16871   esac
16872 }
16873
16874 # func_xform libobj-or-source
16875 func_xform ()
16876 {
16877   func_xform_result=${1%.*}.lo
16878 }
16879
16880 # func_arith arithmetic-term...
16881 func_arith ()
16882 {
16883   func_arith_result=$(( $* ))
16884 }
16885
16886 # func_len string
16887 # STRING may not start with a hyphen.
16888 func_len ()
16889 {
16890   func_len_result=${#1}
16891 }
16892
16893 _LT_EOF
16894     ;;
16895   *) # Bourne compatible functions.
16896     cat << \_LT_EOF >> "$cfgfile"
16897
16898 # func_dirname file append nondir_replacement
16899 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
16900 # otherwise set result to NONDIR_REPLACEMENT.
16901 func_dirname ()
16902 {
16903   # Extract subdirectory from the argument.
16904   func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16905   if test "X$func_dirname_result" = "X${1}"; then
16906     func_dirname_result="${3}"
16907   else
16908     func_dirname_result="$func_dirname_result${2}"
16909   fi
16910 }
16911
16912 # func_basename file
16913 func_basename ()
16914 {
16915   func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16916 }
16917
16918
16919 # func_stripname prefix suffix name
16920 # strip PREFIX and SUFFIX off of NAME.
16921 # PREFIX and SUFFIX must not contain globbing or regex special
16922 # characters, hashes, percent signs, but SUFFIX may contain a leading
16923 # dot (in which case that matches only a dot).
16924 # func_strip_suffix prefix name
16925 func_stripname ()
16926 {
16927   case ${2} in
16928     .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16929     *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16930   esac
16931 }
16932
16933 # sed scripts:
16934 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16935 my_sed_long_arg='1s/^-[^=]*=//'
16936
16937 # func_opt_split
16938 func_opt_split ()
16939 {
16940   func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16941   func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16942 }
16943
16944 # func_lo2o object
16945 func_lo2o ()
16946 {
16947   func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16948 }
16949
16950 # func_xform libobj-or-source
16951 func_xform ()
16952 {
16953   func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16954 }
16955
16956 # func_arith arithmetic-term...
16957 func_arith ()
16958 {
16959   func_arith_result=`expr "$@"`
16960 }
16961
16962 # func_len string
16963 # STRING may not start with a hyphen.
16964 func_len ()
16965 {
16966   func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16967 }
16968
16969 _LT_EOF
16970 esac
16971
16972 case $lt_shell_append in
16973   yes)
16974     cat << \_LT_EOF >> "$cfgfile"
16975
16976 # func_append var value
16977 # Append VALUE to the end of shell variable VAR.
16978 func_append ()
16979 {
16980   eval "$1+=\$2"
16981 }
16982 _LT_EOF
16983     ;;
16984   *)
16985     cat << \_LT_EOF >> "$cfgfile"
16986
16987 # func_append var value
16988 # Append VALUE to the end of shell variable VAR.
16989 func_append ()
16990 {
16991   eval "$1=\$$1\$2"
16992 }
16993
16994 _LT_EOF
16995     ;;
16996   esac
16997
16998
16999   sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
17000     || (rm -f "$cfgfile"; exit 1)
17001
17002   mv -f "$cfgfile" "$ofile" ||
17003     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
17004   chmod +x "$ofile"
17005
17006  ;;
17007     "default-1":C)
17008     for ac_file in $CONFIG_FILES; do
17009       # Support "outfile[:infile[:infile...]]"
17010       case "$ac_file" in
17011         *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
17012       esac
17013       # PO directories have a Makefile.in generated from Makefile.in.in.
17014       case "$ac_file" in */Makefile.in)
17015         # Adjust a relative srcdir.
17016         ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
17017         ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
17018         ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
17019         # In autoconf-2.13 it is called $ac_given_srcdir.
17020         # In autoconf-2.50 it is called $srcdir.
17021         test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
17022         case "$ac_given_srcdir" in
17023           .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
17024           /*) top_srcdir="$ac_given_srcdir" ;;
17025           *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
17026         esac
17027         if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
17028           rm -f "$ac_dir/POTFILES"
17029           test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
17030           cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[   ]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
17031           POMAKEFILEDEPS="POTFILES.in"
17032           # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
17033           # on $ac_dir but don't depend on user-specified configuration
17034           # parameters.
17035           if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
17036             # The LINGUAS file contains the set of available languages.
17037             if test -n "$OBSOLETE_ALL_LINGUAS"; then
17038               test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
17039             fi
17040             ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
17041             # Hide the ALL_LINGUAS assigment from automake.
17042             eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
17043             POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
17044           else
17045             # The set of available languages was given in configure.ac.
17046             eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
17047           fi
17048           case "$ac_given_srcdir" in
17049             .) srcdirpre= ;;
17050             *) srcdirpre='$(srcdir)/' ;;
17051           esac
17052           POFILES=
17053           GMOFILES=
17054           UPDATEPOFILES=
17055           DUMMYPOFILES=
17056           for lang in $ALL_LINGUAS; do
17057             POFILES="$POFILES $srcdirpre$lang.po"
17058             GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
17059             UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
17060             DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
17061           done
17062           # CATALOGS depends on both $ac_dir and the user's LINGUAS
17063           # environment variable.
17064           INST_LINGUAS=
17065           if test -n "$ALL_LINGUAS"; then
17066             for presentlang in $ALL_LINGUAS; do
17067               useit=no
17068               if test "%UNSET%" != "$LINGUAS"; then
17069                 desiredlanguages="$LINGUAS"
17070               else
17071                 desiredlanguages="$ALL_LINGUAS"
17072               fi
17073               for desiredlang in $desiredlanguages; do
17074                 # Use the presentlang catalog if desiredlang is
17075                 #   a. equal to presentlang, or
17076                 #   b. a variant of presentlang (because in this case,
17077                 #      presentlang can be used as a fallback for messages
17078                 #      which are not translated in the desiredlang catalog).
17079                 case "$desiredlang" in
17080                   "$presentlang"*) useit=yes;;
17081                 esac
17082               done
17083               if test $useit = yes; then
17084                 INST_LINGUAS="$INST_LINGUAS $presentlang"
17085               fi
17086             done
17087           fi
17088           CATALOGS=
17089           if test -n "$INST_LINGUAS"; then
17090             for lang in $INST_LINGUAS; do
17091               CATALOGS="$CATALOGS $lang.gmo"
17092             done
17093           fi
17094           test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
17095           sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
17096           for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
17097             if test -f "$f"; then
17098               case "$f" in
17099                 *.orig | *.bak | *~) ;;
17100                 *) cat "$f" >> "$ac_dir/Makefile" ;;
17101               esac
17102             fi
17103           done
17104         fi
17105         ;;
17106       esac
17107     done ;;
17108     "default":C) rm -f targ-cpu.c targ-cpu.h obj-format.h obj-format.c targ-env.h atof-targ.c itbl-cpu.h
17109  echo '#include "tc-'"${target_cpu_type}"'.h"' > targ-cpu.h
17110  echo '#include "obj-'"${obj_format}"'.h"' > obj-format.h
17111  echo '#include "te-'"${te_file}"'.h"' > targ-env.h
17112  echo '#include "itbl-'"${target_cpu_type}"'.h"' > itbl-cpu.h
17113  if test "x$cgen_cpu_prefix" != x ; then
17114    echo '#include "opcodes/'"${cgen_cpu_prefix}"'-desc.h"' > cgen-desc.h
17115  fi ;;
17116
17117   esac
17118 done # for ac_tag
17119
17120
17121 as_fn_exit 0
17122 _ACEOF
17123 ac_clean_files=$ac_clean_files_save
17124
17125 test $ac_write_fail = 0 ||
17126   as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
17127
17128
17129 # configure is writing to config.log, and then calls config.status.
17130 # config.status does its own redirection, appending to config.log.
17131 # Unfortunately, on DOS this fails, as config.log is still kept open
17132 # by configure, so config.status won't be able to write to it; its
17133 # output is simply discarded.  So we exec the FD to /dev/null,
17134 # effectively closing config.log, so it can be properly (re)opened and
17135 # appended to by config.status.  When coming back to configure, we
17136 # need to make the FD available again.
17137 if test "$no_create" != yes; then
17138   ac_cs_success=:
17139   ac_config_status_args=
17140   test "$silent" = yes &&
17141     ac_config_status_args="$ac_config_status_args --quiet"
17142   exec 5>/dev/null
17143   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17144   exec 5>>config.log
17145   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17146   # would make configure fail if this is the last instruction.
17147   $ac_cs_success || as_fn_exit $?
17148 fi
17149 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17150   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17151 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
17152 fi
17153