Handle both 32 and 64-bit x86 builds regardless of target triple
[platform/upstream/libffi.git] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for libffi 3.0.12-rc0.
4 #
5 # Report bugs to <http://gcc.gnu.org/bugs.html>.
6 #
7 #
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
9 #
10 #
11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
16
17 # Be more Bourne compatible
18 DUALCASE=1; export DUALCASE # for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20   emulate sh
21   NULLCMD=:
22   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23   # is contrary to our usage.  Disable this feature.
24   alias -g '${1+"$@"}'='"$@"'
25   setopt NO_GLOB_SUBST
26 else
27   case `(set -o) 2>/dev/null` in #(
28   *posix*) :
29     set -o posix ;; #(
30   *) :
31      ;;
32 esac
33 fi
34
35
36 as_nl='
37 '
38 export as_nl
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47   as_echo='print -r --'
48   as_echo_n='print -rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50   as_echo='printf %s\n'
51   as_echo_n='printf %s'
52 else
53   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55     as_echo_n='/usr/ucb/echo -n'
56   else
57     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58     as_echo_n_body='eval
59       arg=$1;
60       case $arg in #(
61       *"$as_nl"*)
62         expr "X$arg" : "X\\(.*\\)$as_nl";
63         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64       esac;
65       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66     '
67     export as_echo_n_body
68     as_echo_n='sh -c $as_echo_n_body as_echo'
69   fi
70   export as_echo_body
71   as_echo='sh -c $as_echo_body as_echo'
72 fi
73
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76   PATH_SEPARATOR=:
77   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79       PATH_SEPARATOR=';'
80   }
81 fi
82
83
84 # IFS
85 # We need space, tab and new line, in precisely that order.  Quoting is
86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
89 IFS=" ""        $as_nl"
90
91 # Find who we are.  Look in the path if we contain no directory separator.
92 as_myself=
93 case $0 in #((
94   *[\\/]* ) as_myself=$0 ;;
95   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96 for as_dir in $PATH
97 do
98   IFS=$as_save_IFS
99   test -z "$as_dir" && as_dir=.
100     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
101   done
102 IFS=$as_save_IFS
103
104      ;;
105 esac
106 # We did not find ourselves, most probably we were run as `sh COMMAND'
107 # in which case we are not to be found in the path.
108 if test "x$as_myself" = x; then
109   as_myself=$0
110 fi
111 if test ! -f "$as_myself"; then
112   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113   exit 1
114 fi
115
116 # Unset variables that we do not need and which cause bugs (e.g. in
117 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
118 # suppresses any "Segmentation fault" message there.  '((' could
119 # trigger a bug in pdksh 5.2.14.
120 for as_var in BASH_ENV ENV MAIL MAILPATH
121 do eval test x\${$as_var+set} = xset \
122   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
123 done
124 PS1='$ '
125 PS2='> '
126 PS4='+ '
127
128 # NLS nuisances.
129 LC_ALL=C
130 export LC_ALL
131 LANGUAGE=C
132 export LANGUAGE
133
134 # CDPATH.
135 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
136
137 # Use a proper internal environment variable to ensure we don't fall
138   # into an infinite loop, continuously re-executing ourselves.
139   if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
140     _as_can_reexec=no; export _as_can_reexec;
141     # We cannot yet assume a decent shell, so we have to provide a
142 # neutralization value for shells without unset; and this also
143 # works around shells that cannot unset nonexistent variables.
144 # Preserve -v and -x to the replacement shell.
145 BASH_ENV=/dev/null
146 ENV=/dev/null
147 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
148 case $- in # ((((
149   *v*x* | *x*v* ) as_opts=-vx ;;
150   *v* ) as_opts=-v ;;
151   *x* ) as_opts=-x ;;
152   * ) as_opts= ;;
153 esac
154 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
155 # Admittedly, this is quite paranoid, since all the known shells bail
156 # out after a failed `exec'.
157 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
158 as_fn_exit 255
159   fi
160   # We don't want this to propagate to other subprocesses.
161           { _as_can_reexec=; unset _as_can_reexec;}
162 if test "x$CONFIG_SHELL" = x; then
163   as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
164   emulate sh
165   NULLCMD=:
166   # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
167   # is contrary to our usage.  Disable this feature.
168   alias -g '\${1+\"\$@\"}'='\"\$@\"'
169   setopt NO_GLOB_SUBST
170 else
171   case \`(set -o) 2>/dev/null\` in #(
172   *posix*) :
173     set -o posix ;; #(
174   *) :
175      ;;
176 esac
177 fi
178 "
179   as_required="as_fn_return () { (exit \$1); }
180 as_fn_success () { as_fn_return 0; }
181 as_fn_failure () { as_fn_return 1; }
182 as_fn_ret_success () { return 0; }
183 as_fn_ret_failure () { return 1; }
184
185 exitcode=0
186 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
187 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
188 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
189 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
190 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
191
192 else
193   exitcode=1; echo positional parameters were not saved.
194 fi
195 test x\$exitcode = x0 || exit 1
196 test -x / || exit 1"
197   as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
198   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
199   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
200   test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
201
202   test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
203     ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
204     ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205     ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
206     PATH=/empty FPATH=/empty; export PATH FPATH
207     test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
208       || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
209 test \$(( 1 + 1 )) = 2 || exit 1"
210   if (eval "$as_required") 2>/dev/null; then :
211   as_have_required=yes
212 else
213   as_have_required=no
214 fi
215   if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
216
217 else
218   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
219 as_found=false
220 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
221 do
222   IFS=$as_save_IFS
223   test -z "$as_dir" && as_dir=.
224   as_found=:
225   case $as_dir in #(
226          /*)
227            for as_base in sh bash ksh sh5; do
228              # Try only shells that exist, to save several forks.
229              as_shell=$as_dir/$as_base
230              if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
231                     { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
232   CONFIG_SHELL=$as_shell as_have_required=yes
233                    if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
234   break 2
235 fi
236 fi
237            done;;
238        esac
239   as_found=false
240 done
241 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
242               { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
243   CONFIG_SHELL=$SHELL as_have_required=yes
244 fi; }
245 IFS=$as_save_IFS
246
247
248       if test "x$CONFIG_SHELL" != x; then :
249   export CONFIG_SHELL
250              # We cannot yet assume a decent shell, so we have to provide a
251 # neutralization value for shells without unset; and this also
252 # works around shells that cannot unset nonexistent variables.
253 # Preserve -v and -x to the replacement shell.
254 BASH_ENV=/dev/null
255 ENV=/dev/null
256 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
257 case $- in # ((((
258   *v*x* | *x*v* ) as_opts=-vx ;;
259   *v* ) as_opts=-v ;;
260   *x* ) as_opts=-x ;;
261   * ) as_opts= ;;
262 esac
263 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
264 # Admittedly, this is quite paranoid, since all the known shells bail
265 # out after a failed `exec'.
266 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
267 exit 255
268 fi
269
270     if test x$as_have_required = xno; then :
271   $as_echo "$0: This script requires a shell more modern than all"
272   $as_echo "$0: the shells that I found on your system."
273   if test x${ZSH_VERSION+set} = xset ; then
274     $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
275     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
276   else
277     $as_echo "$0: Please tell bug-autoconf@gnu.org and
278 $0: http://gcc.gnu.org/bugs.html about your system,
279 $0: including any error possibly output before this
280 $0: message. Then install a modern shell, or manually run
281 $0: the script under such a shell if you do have one."
282   fi
283   exit 1
284 fi
285 fi
286 fi
287 SHELL=${CONFIG_SHELL-/bin/sh}
288 export SHELL
289 # Unset more variables known to interfere with behavior of common tools.
290 CLICOLOR_FORCE= GREP_OPTIONS=
291 unset CLICOLOR_FORCE GREP_OPTIONS
292
293 ## --------------------- ##
294 ## M4sh Shell Functions. ##
295 ## --------------------- ##
296 # as_fn_unset VAR
297 # ---------------
298 # Portably unset VAR.
299 as_fn_unset ()
300 {
301   { eval $1=; unset $1;}
302 }
303 as_unset=as_fn_unset
304
305 # as_fn_set_status STATUS
306 # -----------------------
307 # Set $? to STATUS, without forking.
308 as_fn_set_status ()
309 {
310   return $1
311 } # as_fn_set_status
312
313 # as_fn_exit STATUS
314 # -----------------
315 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
316 as_fn_exit ()
317 {
318   set +e
319   as_fn_set_status $1
320   exit $1
321 } # as_fn_exit
322
323 # as_fn_mkdir_p
324 # -------------
325 # Create "$as_dir" as a directory, including parents if necessary.
326 as_fn_mkdir_p ()
327 {
328
329   case $as_dir in #(
330   -*) as_dir=./$as_dir;;
331   esac
332   test -d "$as_dir" || eval $as_mkdir_p || {
333     as_dirs=
334     while :; do
335       case $as_dir in #(
336       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
337       *) as_qdir=$as_dir;;
338       esac
339       as_dirs="'$as_qdir' $as_dirs"
340       as_dir=`$as_dirname -- "$as_dir" ||
341 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
342          X"$as_dir" : 'X\(//\)[^/]' \| \
343          X"$as_dir" : 'X\(//\)$' \| \
344          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
345 $as_echo X"$as_dir" |
346     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
347             s//\1/
348             q
349           }
350           /^X\(\/\/\)[^/].*/{
351             s//\1/
352             q
353           }
354           /^X\(\/\/\)$/{
355             s//\1/
356             q
357           }
358           /^X\(\/\).*/{
359             s//\1/
360             q
361           }
362           s/.*/./; q'`
363       test -d "$as_dir" && break
364     done
365     test -z "$as_dirs" || eval "mkdir $as_dirs"
366   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
367
368
369 } # as_fn_mkdir_p
370
371 # as_fn_executable_p FILE
372 # -----------------------
373 # Test if FILE is an executable regular file.
374 as_fn_executable_p ()
375 {
376   test -f "$1" && test -x "$1"
377 } # as_fn_executable_p
378 # as_fn_append VAR VALUE
379 # ----------------------
380 # Append the text in VALUE to the end of the definition contained in VAR. Take
381 # advantage of any shell optimizations that allow amortized linear growth over
382 # repeated appends, instead of the typical quadratic growth present in naive
383 # implementations.
384 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
385   eval 'as_fn_append ()
386   {
387     eval $1+=\$2
388   }'
389 else
390   as_fn_append ()
391   {
392     eval $1=\$$1\$2
393   }
394 fi # as_fn_append
395
396 # as_fn_arith ARG...
397 # ------------------
398 # Perform arithmetic evaluation on the ARGs, and store the result in the
399 # global $as_val. Take advantage of shells that can avoid forks. The arguments
400 # must be portable across $(()) and expr.
401 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
402   eval 'as_fn_arith ()
403   {
404     as_val=$(( $* ))
405   }'
406 else
407   as_fn_arith ()
408   {
409     as_val=`expr "$@" || test $? -eq 1`
410   }
411 fi # as_fn_arith
412
413
414 # as_fn_error STATUS ERROR [LINENO LOG_FD]
415 # ----------------------------------------
416 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
417 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
418 # script with STATUS, using 1 if that was 0.
419 as_fn_error ()
420 {
421   as_status=$1; test $as_status -eq 0 && as_status=1
422   if test "$4"; then
423     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
424     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
425   fi
426   $as_echo "$as_me: error: $2" >&2
427   as_fn_exit $as_status
428 } # as_fn_error
429
430 if expr a : '\(a\)' >/dev/null 2>&1 &&
431    test "X`expr 00001 : '.*\(...\)'`" = X001; then
432   as_expr=expr
433 else
434   as_expr=false
435 fi
436
437 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
438   as_basename=basename
439 else
440   as_basename=false
441 fi
442
443 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
444   as_dirname=dirname
445 else
446   as_dirname=false
447 fi
448
449 as_me=`$as_basename -- "$0" ||
450 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
451          X"$0" : 'X\(//\)$' \| \
452          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
453 $as_echo X/"$0" |
454     sed '/^.*\/\([^/][^/]*\)\/*$/{
455             s//\1/
456             q
457           }
458           /^X\/\(\/\/\)$/{
459             s//\1/
460             q
461           }
462           /^X\/\(\/\).*/{
463             s//\1/
464             q
465           }
466           s/.*/./; q'`
467
468 # Avoid depending upon Character Ranges.
469 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
470 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
471 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
472 as_cr_digits='0123456789'
473 as_cr_alnum=$as_cr_Letters$as_cr_digits
474
475
476   as_lineno_1=$LINENO as_lineno_1a=$LINENO
477   as_lineno_2=$LINENO as_lineno_2a=$LINENO
478   eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
479   test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
480   # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
481   sed -n '
482     p
483     /[$]LINENO/=
484   ' <$as_myself |
485     sed '
486       s/[$]LINENO.*/&-/
487       t lineno
488       b
489       :lineno
490       N
491       :loop
492       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
493       t loop
494       s/-\n.*//
495     ' >$as_me.lineno &&
496   chmod +x "$as_me.lineno" ||
497     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
498
499   # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
500   # already done that, so ensure we don't try to do so again and fall
501   # in an infinite loop.  This has already happened in practice.
502   _as_can_reexec=no; export _as_can_reexec
503   # Don't try to exec as it changes $[0], causing all sort of problems
504   # (the dirname of $[0] is not the place where we might find the
505   # original and so on.  Autoconf is especially sensitive to this).
506   . "./$as_me.lineno"
507   # Exit status is that of the last command.
508   exit
509 }
510
511 ECHO_C= ECHO_N= ECHO_T=
512 case `echo -n x` in #(((((
513 -n*)
514   case `echo 'xy\c'` in
515   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
516   xy)  ECHO_C='\c';;
517   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
518        ECHO_T=' ';;
519   esac;;
520 *)
521   ECHO_N='-n';;
522 esac
523
524 rm -f conf$$ conf$$.exe conf$$.file
525 if test -d conf$$.dir; then
526   rm -f conf$$.dir/conf$$.file
527 else
528   rm -f conf$$.dir
529   mkdir conf$$.dir 2>/dev/null
530 fi
531 if (echo >conf$$.file) 2>/dev/null; then
532   if ln -s conf$$.file conf$$ 2>/dev/null; then
533     as_ln_s='ln -s'
534     # ... but there are two gotchas:
535     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
536     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
537     # In both cases, we have to default to `cp -pR'.
538     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
539       as_ln_s='cp -pR'
540   elif ln conf$$.file conf$$ 2>/dev/null; then
541     as_ln_s=ln
542   else
543     as_ln_s='cp -pR'
544   fi
545 else
546   as_ln_s='cp -pR'
547 fi
548 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
549 rmdir conf$$.dir 2>/dev/null
550
551 if mkdir -p . 2>/dev/null; then
552   as_mkdir_p='mkdir -p "$as_dir"'
553 else
554   test -d ./-p && rmdir ./-p
555   as_mkdir_p=false
556 fi
557
558 as_test_x='test -x'
559 as_executable_p=as_fn_executable_p
560
561 # Sed expression to map a string onto a valid CPP name.
562 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
563
564 # Sed expression to map a string onto a valid variable name.
565 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
566
567 SHELL=${CONFIG_SHELL-/bin/sh}
568
569
570 test -n "$DJDIR" || exec 7<&0 </dev/null
571 exec 6>&1
572
573 # Name of the host.
574 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
575 # so uname gets run too.
576 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
577
578 #
579 # Initializations.
580 #
581 ac_default_prefix=/usr/local
582 ac_clean_files=
583 ac_config_libobj_dir=.
584 LIBOBJS=
585 cross_compiling=no
586 subdirs=
587 MFLAGS=
588 MAKEFLAGS=
589
590 # Identity of this package.
591 PACKAGE_NAME='libffi'
592 PACKAGE_TARNAME='libffi'
593 PACKAGE_VERSION='3.0.12-rc0'
594 PACKAGE_STRING='libffi 3.0.12-rc0'
595 PACKAGE_BUGREPORT='http://gcc.gnu.org/bugs.html'
596 PACKAGE_URL=''
597
598 # Factoring default headers for most tests.
599 ac_includes_default="\
600 #include <stdio.h>
601 #ifdef HAVE_SYS_TYPES_H
602 # include <sys/types.h>
603 #endif
604 #ifdef HAVE_SYS_STAT_H
605 # include <sys/stat.h>
606 #endif
607 #ifdef STDC_HEADERS
608 # include <stdlib.h>
609 # include <stddef.h>
610 #else
611 # ifdef HAVE_STDLIB_H
612 #  include <stdlib.h>
613 # endif
614 #endif
615 #ifdef HAVE_STRING_H
616 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
617 #  include <memory.h>
618 # endif
619 # include <string.h>
620 #endif
621 #ifdef HAVE_STRINGS_H
622 # include <strings.h>
623 #endif
624 #ifdef HAVE_INTTYPES_H
625 # include <inttypes.h>
626 #endif
627 #ifdef HAVE_STDINT_H
628 # include <stdint.h>
629 #endif
630 #ifdef HAVE_UNISTD_H
631 # include <unistd.h>
632 #endif"
633
634 ac_subst_vars='am__EXEEXT_FALSE
635 am__EXEEXT_TRUE
636 LTLIBOBJS
637 LIBOBJS
638 toolexeclibdir
639 toolexecdir
640 FFI_DEBUG_FALSE
641 FFI_DEBUG_TRUE
642 TARGETDIR
643 TARGET
644 FFI_EXEC_TRAMPOLINE_TABLE
645 FFI_EXEC_TRAMPOLINE_TABLE_FALSE
646 FFI_EXEC_TRAMPOLINE_TABLE_TRUE
647 sys_symbol_underscore
648 HAVE_LONG_DOUBLE
649 ALLOCA
650 TILE_FALSE
651 TILE_TRUE
652 PA64_HPUX_FALSE
653 PA64_HPUX_TRUE
654 PA_HPUX_FALSE
655 PA_HPUX_TRUE
656 PA_LINUX_FALSE
657 PA_LINUX_TRUE
658 SH64_FALSE
659 SH64_TRUE
660 SH_FALSE
661 SH_TRUE
662 X86_64_FALSE
663 X86_64_TRUE
664 S390_FALSE
665 S390_TRUE
666 FRV_FALSE
667 FRV_TRUE
668 LIBFFI_CRIS_FALSE
669 LIBFFI_CRIS_TRUE
670 AVR32_FALSE
671 AVR32_TRUE
672 ARM_FALSE
673 ARM_TRUE
674 AARCH64_FALSE
675 AARCH64_TRUE
676 POWERPC_FREEBSD_FALSE
677 POWERPC_FREEBSD_TRUE
678 POWERPC_DARWIN_FALSE
679 POWERPC_DARWIN_TRUE
680 POWERPC_AIX_FALSE
681 POWERPC_AIX_TRUE
682 POWERPC_FALSE
683 POWERPC_TRUE
684 MOXIE_FALSE
685 MOXIE_TRUE
686 M68K_FALSE
687 M68K_TRUE
688 M32R_FALSE
689 M32R_TRUE
690 IA64_FALSE
691 IA64_TRUE
692 ALPHA_FALSE
693 ALPHA_TRUE
694 X86_DARWIN_FALSE
695 X86_DARWIN_TRUE
696 X86_WIN64_FALSE
697 X86_WIN64_TRUE
698 X86_WIN32_FALSE
699 X86_WIN32_TRUE
700 X86_FREEBSD_FALSE
701 X86_FREEBSD_TRUE
702 X86_FALSE
703 X86_TRUE
704 SPARC_FALSE
705 SPARC_TRUE
706 BFIN_FALSE
707 BFIN_TRUE
708 MIPS_FALSE
709 MIPS_TRUE
710 AM_LTLDFLAGS
711 AM_RUNTESTFLAGS
712 TESTSUBDIR_FALSE
713 TESTSUBDIR_TRUE
714 MAINT
715 MAINTAINER_MODE_FALSE
716 MAINTAINER_MODE_TRUE
717 PRTDIAG
718 CPP
719 OTOOL64
720 OTOOL
721 LIPO
722 NMEDIT
723 DSYMUTIL
724 MANIFEST_TOOL
725 RANLIB
726 ac_ct_AR
727 AR
728 DLLTOOL
729 OBJDUMP
730 LN_S
731 NM
732 ac_ct_DUMPBIN
733 DUMPBIN
734 LD
735 FGREP
736 EGREP
737 GREP
738 SED
739 LIBTOOL
740 am__fastdepCCAS_FALSE
741 am__fastdepCCAS_TRUE
742 CCASDEPMODE
743 CCASFLAGS
744 CCAS
745 am__fastdepCC_FALSE
746 am__fastdepCC_TRUE
747 CCDEPMODE
748 am__nodep
749 AMDEPBACKSLASH
750 AMDEP_FALSE
751 AMDEP_TRUE
752 am__quote
753 am__include
754 DEPDIR
755 OBJEXT
756 EXEEXT
757 ac_ct_CC
758 CPPFLAGS
759 LDFLAGS
760 CFLAGS
761 CC
762 am__untar
763 am__tar
764 AMTAR
765 am__leading_dot
766 SET_MAKE
767 AWK
768 mkdir_p
769 MKDIR_P
770 INSTALL_STRIP_PROGRAM
771 STRIP
772 install_sh
773 MAKEINFO
774 AUTOHEADER
775 AUTOMAKE
776 AUTOCONF
777 ACLOCAL
778 VERSION
779 PACKAGE
780 CYGPATH_W
781 am__isrc
782 INSTALL_DATA
783 INSTALL_SCRIPT
784 INSTALL_PROGRAM
785 ax_enable_builddir_sed
786 target_os
787 target_vendor
788 target_cpu
789 target
790 host_os
791 host_vendor
792 host_cpu
793 host
794 build_os
795 build_vendor
796 build_cpu
797 build
798 target_alias
799 host_alias
800 build_alias
801 LIBS
802 ECHO_T
803 ECHO_N
804 ECHO_C
805 DEFS
806 mandir
807 localedir
808 libdir
809 psdir
810 pdfdir
811 dvidir
812 htmldir
813 infodir
814 docdir
815 oldincludedir
816 includedir
817 localstatedir
818 sharedstatedir
819 sysconfdir
820 datadir
821 datarootdir
822 libexecdir
823 sbindir
824 bindir
825 program_transform_name
826 prefix
827 exec_prefix
828 PACKAGE_URL
829 PACKAGE_BUGREPORT
830 PACKAGE_STRING
831 PACKAGE_VERSION
832 PACKAGE_TARNAME
833 PACKAGE_NAME
834 PATH_SEPARATOR
835 SHELL'
836 ac_subst_files=''
837 ac_user_opts='
838 enable_option_checking
839 enable_builddir
840 enable_dependency_tracking
841 enable_shared
842 enable_static
843 with_pic
844 enable_fast_install
845 with_gnu_ld
846 with_sysroot
847 enable_libtool_lock
848 enable_portable_binary
849 with_gcc_arch
850 enable_maintainer_mode
851 enable_pax_emutramp
852 enable_debug
853 enable_structs
854 enable_raw_api
855 enable_purify_safety
856 '
857       ac_precious_vars='build_alias
858 host_alias
859 target_alias
860 CCAS
861 CCASFLAGS
862 CPP
863 CPPFLAGS'
864
865
866 # Initialize some variables set by options.
867 ac_init_help=
868 ac_init_version=false
869 ac_unrecognized_opts=
870 ac_unrecognized_sep=
871 # The variables have the same names as the options, with
872 # dashes changed to underlines.
873 cache_file=/dev/null
874 exec_prefix=NONE
875 no_create=
876 no_recursion=
877 prefix=NONE
878 program_prefix=NONE
879 program_suffix=NONE
880 program_transform_name=s,x,x,
881 silent=
882 site=
883 srcdir=
884 verbose=
885 x_includes=NONE
886 x_libraries=NONE
887
888 # Installation directory options.
889 # These are left unexpanded so users can "make install exec_prefix=/foo"
890 # and all the variables that are supposed to be based on exec_prefix
891 # by default will actually change.
892 # Use braces instead of parens because sh, perl, etc. also accept them.
893 # (The list follows the same order as the GNU Coding Standards.)
894 bindir='${exec_prefix}/bin'
895 sbindir='${exec_prefix}/sbin'
896 libexecdir='${exec_prefix}/libexec'
897 datarootdir='${prefix}/share'
898 datadir='${datarootdir}'
899 sysconfdir='${prefix}/etc'
900 sharedstatedir='${prefix}/com'
901 localstatedir='${prefix}/var'
902 includedir='${prefix}/include'
903 oldincludedir='/usr/include'
904 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
905 infodir='${datarootdir}/info'
906 htmldir='${docdir}'
907 dvidir='${docdir}'
908 pdfdir='${docdir}'
909 psdir='${docdir}'
910 libdir='${exec_prefix}/lib'
911 localedir='${datarootdir}/locale'
912 mandir='${datarootdir}/man'
913
914 ac_prev=
915 ac_dashdash=
916 for ac_option
917 do
918   # If the previous option needs an argument, assign it.
919   if test -n "$ac_prev"; then
920     eval $ac_prev=\$ac_option
921     ac_prev=
922     continue
923   fi
924
925   case $ac_option in
926   *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
927   *=)   ac_optarg= ;;
928   *)    ac_optarg=yes ;;
929   esac
930
931   # Accept the important Cygnus configure options, so we can diagnose typos.
932
933   case $ac_dashdash$ac_option in
934   --)
935     ac_dashdash=yes ;;
936
937   -bindir | --bindir | --bindi | --bind | --bin | --bi)
938     ac_prev=bindir ;;
939   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
940     bindir=$ac_optarg ;;
941
942   -build | --build | --buil | --bui | --bu)
943     ac_prev=build_alias ;;
944   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
945     build_alias=$ac_optarg ;;
946
947   -cache-file | --cache-file | --cache-fil | --cache-fi \
948   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
949     ac_prev=cache_file ;;
950   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
951   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
952     cache_file=$ac_optarg ;;
953
954   --config-cache | -C)
955     cache_file=config.cache ;;
956
957   -datadir | --datadir | --datadi | --datad)
958     ac_prev=datadir ;;
959   -datadir=* | --datadir=* | --datadi=* | --datad=*)
960     datadir=$ac_optarg ;;
961
962   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
963   | --dataroo | --dataro | --datar)
964     ac_prev=datarootdir ;;
965   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
966   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
967     datarootdir=$ac_optarg ;;
968
969   -disable-* | --disable-*)
970     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
971     # Reject names that are not valid shell variable names.
972     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
973       as_fn_error $? "invalid feature name: $ac_useropt"
974     ac_useropt_orig=$ac_useropt
975     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
976     case $ac_user_opts in
977       *"
978 "enable_$ac_useropt"
979 "*) ;;
980       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
981          ac_unrecognized_sep=', ';;
982     esac
983     eval enable_$ac_useropt=no ;;
984
985   -docdir | --docdir | --docdi | --doc | --do)
986     ac_prev=docdir ;;
987   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
988     docdir=$ac_optarg ;;
989
990   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
991     ac_prev=dvidir ;;
992   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
993     dvidir=$ac_optarg ;;
994
995   -enable-* | --enable-*)
996     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
997     # Reject names that are not valid shell variable names.
998     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
999       as_fn_error $? "invalid feature name: $ac_useropt"
1000     ac_useropt_orig=$ac_useropt
1001     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1002     case $ac_user_opts in
1003       *"
1004 "enable_$ac_useropt"
1005 "*) ;;
1006       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1007          ac_unrecognized_sep=', ';;
1008     esac
1009     eval enable_$ac_useropt=\$ac_optarg ;;
1010
1011   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1012   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1013   | --exec | --exe | --ex)
1014     ac_prev=exec_prefix ;;
1015   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1016   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1017   | --exec=* | --exe=* | --ex=*)
1018     exec_prefix=$ac_optarg ;;
1019
1020   -gas | --gas | --ga | --g)
1021     # Obsolete; use --with-gas.
1022     with_gas=yes ;;
1023
1024   -help | --help | --hel | --he | -h)
1025     ac_init_help=long ;;
1026   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1027     ac_init_help=recursive ;;
1028   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1029     ac_init_help=short ;;
1030
1031   -host | --host | --hos | --ho)
1032     ac_prev=host_alias ;;
1033   -host=* | --host=* | --hos=* | --ho=*)
1034     host_alias=$ac_optarg ;;
1035
1036   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1037     ac_prev=htmldir ;;
1038   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1039   | --ht=*)
1040     htmldir=$ac_optarg ;;
1041
1042   -includedir | --includedir | --includedi | --included | --include \
1043   | --includ | --inclu | --incl | --inc)
1044     ac_prev=includedir ;;
1045   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1046   | --includ=* | --inclu=* | --incl=* | --inc=*)
1047     includedir=$ac_optarg ;;
1048
1049   -infodir | --infodir | --infodi | --infod | --info | --inf)
1050     ac_prev=infodir ;;
1051   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1052     infodir=$ac_optarg ;;
1053
1054   -libdir | --libdir | --libdi | --libd)
1055     ac_prev=libdir ;;
1056   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1057     libdir=$ac_optarg ;;
1058
1059   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1060   | --libexe | --libex | --libe)
1061     ac_prev=libexecdir ;;
1062   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1063   | --libexe=* | --libex=* | --libe=*)
1064     libexecdir=$ac_optarg ;;
1065
1066   -localedir | --localedir | --localedi | --localed | --locale)
1067     ac_prev=localedir ;;
1068   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1069     localedir=$ac_optarg ;;
1070
1071   -localstatedir | --localstatedir | --localstatedi | --localstated \
1072   | --localstate | --localstat | --localsta | --localst | --locals)
1073     ac_prev=localstatedir ;;
1074   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1075   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1076     localstatedir=$ac_optarg ;;
1077
1078   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1079     ac_prev=mandir ;;
1080   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1081     mandir=$ac_optarg ;;
1082
1083   -nfp | --nfp | --nf)
1084     # Obsolete; use --without-fp.
1085     with_fp=no ;;
1086
1087   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1088   | --no-cr | --no-c | -n)
1089     no_create=yes ;;
1090
1091   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1092   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1093     no_recursion=yes ;;
1094
1095   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1096   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1097   | --oldin | --oldi | --old | --ol | --o)
1098     ac_prev=oldincludedir ;;
1099   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1100   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1101   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1102     oldincludedir=$ac_optarg ;;
1103
1104   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1105     ac_prev=prefix ;;
1106   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1107     prefix=$ac_optarg ;;
1108
1109   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1110   | --program-pre | --program-pr | --program-p)
1111     ac_prev=program_prefix ;;
1112   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1113   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1114     program_prefix=$ac_optarg ;;
1115
1116   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1117   | --program-suf | --program-su | --program-s)
1118     ac_prev=program_suffix ;;
1119   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1120   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1121     program_suffix=$ac_optarg ;;
1122
1123   -program-transform-name | --program-transform-name \
1124   | --program-transform-nam | --program-transform-na \
1125   | --program-transform-n | --program-transform- \
1126   | --program-transform | --program-transfor \
1127   | --program-transfo | --program-transf \
1128   | --program-trans | --program-tran \
1129   | --progr-tra | --program-tr | --program-t)
1130     ac_prev=program_transform_name ;;
1131   -program-transform-name=* | --program-transform-name=* \
1132   | --program-transform-nam=* | --program-transform-na=* \
1133   | --program-transform-n=* | --program-transform-=* \
1134   | --program-transform=* | --program-transfor=* \
1135   | --program-transfo=* | --program-transf=* \
1136   | --program-trans=* | --program-tran=* \
1137   | --progr-tra=* | --program-tr=* | --program-t=*)
1138     program_transform_name=$ac_optarg ;;
1139
1140   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1141     ac_prev=pdfdir ;;
1142   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1143     pdfdir=$ac_optarg ;;
1144
1145   -psdir | --psdir | --psdi | --psd | --ps)
1146     ac_prev=psdir ;;
1147   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1148     psdir=$ac_optarg ;;
1149
1150   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1151   | -silent | --silent | --silen | --sile | --sil)
1152     silent=yes ;;
1153
1154   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1155     ac_prev=sbindir ;;
1156   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1157   | --sbi=* | --sb=*)
1158     sbindir=$ac_optarg ;;
1159
1160   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1161   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1162   | --sharedst | --shareds | --shared | --share | --shar \
1163   | --sha | --sh)
1164     ac_prev=sharedstatedir ;;
1165   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1166   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1167   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1168   | --sha=* | --sh=*)
1169     sharedstatedir=$ac_optarg ;;
1170
1171   -site | --site | --sit)
1172     ac_prev=site ;;
1173   -site=* | --site=* | --sit=*)
1174     site=$ac_optarg ;;
1175
1176   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1177     ac_prev=srcdir ;;
1178   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1179     srcdir=$ac_optarg ;;
1180
1181   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1182   | --syscon | --sysco | --sysc | --sys | --sy)
1183     ac_prev=sysconfdir ;;
1184   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1185   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1186     sysconfdir=$ac_optarg ;;
1187
1188   -target | --target | --targe | --targ | --tar | --ta | --t)
1189     ac_prev=target_alias ;;
1190   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1191     target_alias=$ac_optarg ;;
1192
1193   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1194     verbose=yes ;;
1195
1196   -version | --version | --versio | --versi | --vers | -V)
1197     ac_init_version=: ;;
1198
1199   -with-* | --with-*)
1200     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1201     # Reject names that are not valid shell variable names.
1202     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1203       as_fn_error $? "invalid package name: $ac_useropt"
1204     ac_useropt_orig=$ac_useropt
1205     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1206     case $ac_user_opts in
1207       *"
1208 "with_$ac_useropt"
1209 "*) ;;
1210       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1211          ac_unrecognized_sep=', ';;
1212     esac
1213     eval with_$ac_useropt=\$ac_optarg ;;
1214
1215   -without-* | --without-*)
1216     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1217     # Reject names that are not valid shell variable names.
1218     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1219       as_fn_error $? "invalid package name: $ac_useropt"
1220     ac_useropt_orig=$ac_useropt
1221     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1222     case $ac_user_opts in
1223       *"
1224 "with_$ac_useropt"
1225 "*) ;;
1226       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1227          ac_unrecognized_sep=', ';;
1228     esac
1229     eval with_$ac_useropt=no ;;
1230
1231   --x)
1232     # Obsolete; use --with-x.
1233     with_x=yes ;;
1234
1235   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1236   | --x-incl | --x-inc | --x-in | --x-i)
1237     ac_prev=x_includes ;;
1238   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1239   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1240     x_includes=$ac_optarg ;;
1241
1242   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1243   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1244     ac_prev=x_libraries ;;
1245   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1246   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1247     x_libraries=$ac_optarg ;;
1248
1249   -*) as_fn_error $? "unrecognized option: \`$ac_option'
1250 Try \`$0 --help' for more information"
1251     ;;
1252
1253   *=*)
1254     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1255     # Reject names that are not valid shell variable names.
1256     case $ac_envvar in #(
1257       '' | [0-9]* | *[!_$as_cr_alnum]* )
1258       as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1259     esac
1260     eval $ac_envvar=\$ac_optarg
1261     export $ac_envvar ;;
1262
1263   *)
1264     # FIXME: should be removed in autoconf 3.0.
1265     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1266     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1267       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1268     : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1269     ;;
1270
1271   esac
1272 done
1273
1274 if test -n "$ac_prev"; then
1275   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1276   as_fn_error $? "missing argument to $ac_option"
1277 fi
1278
1279 if test -n "$ac_unrecognized_opts"; then
1280   case $enable_option_checking in
1281     no) ;;
1282     fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1283     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1284   esac
1285 fi
1286
1287 # Check all directory arguments for consistency.
1288 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1289                 datadir sysconfdir sharedstatedir localstatedir includedir \
1290                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1291                 libdir localedir mandir
1292 do
1293   eval ac_val=\$$ac_var
1294   # Remove trailing slashes.
1295   case $ac_val in
1296     */ )
1297       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1298       eval $ac_var=\$ac_val;;
1299   esac
1300   # Be sure to have absolute directory names.
1301   case $ac_val in
1302     [\\/$]* | ?:[\\/]* )  continue;;
1303     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1304   esac
1305   as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1306 done
1307
1308 # There might be people who depend on the old broken behavior: `$host'
1309 # used to hold the argument of --host etc.
1310 # FIXME: To remove some day.
1311 build=$build_alias
1312 host=$host_alias
1313 target=$target_alias
1314
1315 # FIXME: To remove some day.
1316 if test "x$host_alias" != x; then
1317   if test "x$build_alias" = x; then
1318     cross_compiling=maybe
1319   elif test "x$build_alias" != "x$host_alias"; then
1320     cross_compiling=yes
1321   fi
1322 fi
1323
1324 ac_tool_prefix=
1325 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1326
1327 test "$silent" = yes && exec 6>/dev/null
1328
1329
1330 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1331 ac_ls_di=`ls -di .` &&
1332 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1333   as_fn_error $? "working directory cannot be determined"
1334 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1335   as_fn_error $? "pwd does not report name of working directory"
1336
1337
1338 # Find the source files, if location was not specified.
1339 if test -z "$srcdir"; then
1340   ac_srcdir_defaulted=yes
1341   # Try the directory containing this script, then the parent directory.
1342   ac_confdir=`$as_dirname -- "$as_myself" ||
1343 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1344          X"$as_myself" : 'X\(//\)[^/]' \| \
1345          X"$as_myself" : 'X\(//\)$' \| \
1346          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1347 $as_echo X"$as_myself" |
1348     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1349             s//\1/
1350             q
1351           }
1352           /^X\(\/\/\)[^/].*/{
1353             s//\1/
1354             q
1355           }
1356           /^X\(\/\/\)$/{
1357             s//\1/
1358             q
1359           }
1360           /^X\(\/\).*/{
1361             s//\1/
1362             q
1363           }
1364           s/.*/./; q'`
1365   srcdir=$ac_confdir
1366   if test ! -r "$srcdir/$ac_unique_file"; then
1367     srcdir=..
1368   fi
1369 else
1370   ac_srcdir_defaulted=no
1371 fi
1372 if test ! -r "$srcdir/$ac_unique_file"; then
1373   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1374   as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1375 fi
1376 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1377 ac_abs_confdir=`(
1378         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1379         pwd)`
1380 # When building in place, set srcdir=.
1381 if test "$ac_abs_confdir" = "$ac_pwd"; then
1382   srcdir=.
1383 fi
1384 # Remove unnecessary trailing slashes from srcdir.
1385 # Double slashes in file names in object file debugging info
1386 # mess up M-x gdb in Emacs.
1387 case $srcdir in
1388 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1389 esac
1390 for ac_var in $ac_precious_vars; do
1391   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1392   eval ac_env_${ac_var}_value=\$${ac_var}
1393   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1394   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1395 done
1396
1397 #
1398 # Report the --help message.
1399 #
1400 if test "$ac_init_help" = "long"; then
1401   # Omit some internal or obsolete options to make the list less imposing.
1402   # This message is too long to be a string in the A/UX 3.1 sh.
1403   cat <<_ACEOF
1404 \`configure' configures libffi 3.0.12-rc0 to adapt to many kinds of systems.
1405
1406 Usage: $0 [OPTION]... [VAR=VALUE]...
1407
1408 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1409 VAR=VALUE.  See below for descriptions of some of the useful variables.
1410
1411 Defaults for the options are specified in brackets.
1412
1413 Configuration:
1414   -h, --help              display this help and exit
1415       --help=short        display options specific to this package
1416       --help=recursive    display the short help of all the included packages
1417   -V, --version           display version information and exit
1418   -q, --quiet, --silent   do not print \`checking ...' messages
1419       --cache-file=FILE   cache test results in FILE [disabled]
1420   -C, --config-cache      alias for \`--cache-file=config.cache'
1421   -n, --no-create         do not create output files
1422       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1423
1424 Installation directories:
1425   --prefix=PREFIX         install architecture-independent files in PREFIX
1426                           [$ac_default_prefix]
1427   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1428                           [PREFIX]
1429
1430 By default, \`make install' will install all the files in
1431 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1432 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1433 for instance \`--prefix=\$HOME'.
1434
1435 For better control, use the options below.
1436
1437 Fine tuning of the installation directories:
1438   --bindir=DIR            user executables [EPREFIX/bin]
1439   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1440   --libexecdir=DIR        program executables [EPREFIX/libexec]
1441   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1442   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1443   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1444   --libdir=DIR            object code libraries [EPREFIX/lib]
1445   --includedir=DIR        C header files [PREFIX/include]
1446   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1447   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1448   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1449   --infodir=DIR           info documentation [DATAROOTDIR/info]
1450   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1451   --mandir=DIR            man documentation [DATAROOTDIR/man]
1452   --docdir=DIR            documentation root [DATAROOTDIR/doc/libffi]
1453   --htmldir=DIR           html documentation [DOCDIR]
1454   --dvidir=DIR            dvi documentation [DOCDIR]
1455   --pdfdir=DIR            pdf documentation [DOCDIR]
1456   --psdir=DIR             ps documentation [DOCDIR]
1457 _ACEOF
1458
1459   cat <<\_ACEOF
1460
1461 Program names:
1462   --program-prefix=PREFIX            prepend PREFIX to installed program names
1463   --program-suffix=SUFFIX            append SUFFIX to installed program names
1464   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1465
1466 System types:
1467   --build=BUILD     configure for building on BUILD [guessed]
1468   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1469   --target=TARGET   configure for building compilers for TARGET [HOST]
1470 _ACEOF
1471 fi
1472
1473 if test -n "$ac_init_help"; then
1474   case $ac_init_help in
1475      short | recursive ) echo "Configuration of libffi 3.0.12-rc0:";;
1476    esac
1477   cat <<\_ACEOF
1478
1479 Optional Features:
1480   --disable-option-checking  ignore unrecognized --enable/--with options
1481   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1482   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1483   --disable-builddir      disable automatic build in subdir of sources
1484
1485   --enable-dependency-tracking
1486                           do not reject slow dependency extractors
1487   --disable-dependency-tracking
1488                           speeds up one-time build
1489   --enable-shared[=PKGS]  build shared libraries [default=yes]
1490   --enable-static[=PKGS]  build static libraries [default=yes]
1491   --enable-fast-install[=PKGS]
1492                           optimize for fast installation [default=yes]
1493   --disable-libtool-lock  avoid locking (might break parallel builds)
1494   --enable-portable-binary
1495                           disable compiler optimizations that would produce
1496                           unportable binaries
1497   --enable-maintainer-mode
1498                           enable make rules and dependencies not useful (and
1499                           sometimes confusing) to the casual installer
1500   --enable-pax_emutramp       enable pax emulated trampolines, for we can't use PROT_EXEC
1501   --enable-debug          debugging mode
1502   --disable-structs       omit code for struct support
1503   --disable-raw-api       make the raw api unavailable
1504   --enable-purify-safety  purify-safe mode
1505
1506 Optional Packages:
1507   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1508   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1509   --with-pic[=PKGS]       try to use only PIC/non-PIC objects [default=use
1510                           both]
1511   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1512   --with-sysroot=DIR Search for dependent libraries within DIR
1513                         (or the compiler's sysroot if not specified).
1514   --with-gcc-arch=<arch>  use architecture <arch> for gcc -march/-mtune,
1515                           instead of guessing
1516
1517 Some influential environment variables:
1518   CC          C compiler command
1519   CFLAGS      C compiler flags
1520   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1521               nonstandard directory <lib dir>
1522   LIBS        libraries to pass to the linker, e.g. -l<library>
1523   CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1524               you have headers in a nonstandard directory <include dir>
1525   CCAS        assembler compiler command (defaults to CC)
1526   CCASFLAGS   assembler compiler flags (defaults to CFLAGS)
1527   CPP         C preprocessor
1528
1529 Use these variables to override the choices made by `configure' or to help
1530 it to find libraries and programs with nonstandard names/locations.
1531
1532 Report bugs to <http://gcc.gnu.org/bugs.html>.
1533 _ACEOF
1534 ac_status=$?
1535 fi
1536
1537 if test "$ac_init_help" = "recursive"; then
1538   # If there are subdirs, report their specific --help.
1539   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1540     test -d "$ac_dir" ||
1541       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1542       continue
1543     ac_builddir=.
1544
1545 case "$ac_dir" in
1546 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1547 *)
1548   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1549   # A ".." for each directory in $ac_dir_suffix.
1550   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1551   case $ac_top_builddir_sub in
1552   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1553   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1554   esac ;;
1555 esac
1556 ac_abs_top_builddir=$ac_pwd
1557 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1558 # for backward compatibility:
1559 ac_top_builddir=$ac_top_build_prefix
1560
1561 case $srcdir in
1562   .)  # We are building in place.
1563     ac_srcdir=.
1564     ac_top_srcdir=$ac_top_builddir_sub
1565     ac_abs_top_srcdir=$ac_pwd ;;
1566   [\\/]* | ?:[\\/]* )  # Absolute name.
1567     ac_srcdir=$srcdir$ac_dir_suffix;
1568     ac_top_srcdir=$srcdir
1569     ac_abs_top_srcdir=$srcdir ;;
1570   *) # Relative name.
1571     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1572     ac_top_srcdir=$ac_top_build_prefix$srcdir
1573     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1574 esac
1575 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1576
1577     cd "$ac_dir" || { ac_status=$?; continue; }
1578     # Check for guested configure.
1579     if test -f "$ac_srcdir/configure.gnu"; then
1580       echo &&
1581       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1582     elif test -f "$ac_srcdir/configure"; then
1583       echo &&
1584       $SHELL "$ac_srcdir/configure" --help=recursive
1585     else
1586       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1587     fi || ac_status=$?
1588     cd "$ac_pwd" || { ac_status=$?; break; }
1589   done
1590 fi
1591
1592 test -n "$ac_init_help" && exit $ac_status
1593 if $ac_init_version; then
1594   cat <<\_ACEOF
1595 libffi configure 3.0.12-rc0
1596 generated by GNU Autoconf 2.69
1597
1598 Copyright (C) 2012 Free Software Foundation, Inc.
1599 This configure script is free software; the Free Software Foundation
1600 gives unlimited permission to copy, distribute and modify it.
1601 _ACEOF
1602   exit
1603 fi
1604
1605 ## ------------------------ ##
1606 ## Autoconf initialization. ##
1607 ## ------------------------ ##
1608
1609 # ac_fn_c_try_compile LINENO
1610 # --------------------------
1611 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1612 ac_fn_c_try_compile ()
1613 {
1614   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1615   rm -f conftest.$ac_objext
1616   if { { ac_try="$ac_compile"
1617 case "(($ac_try" in
1618   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1619   *) ac_try_echo=$ac_try;;
1620 esac
1621 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1622 $as_echo "$ac_try_echo"; } >&5
1623   (eval "$ac_compile") 2>conftest.err
1624   ac_status=$?
1625   if test -s conftest.err; then
1626     grep -v '^ *+' conftest.err >conftest.er1
1627     cat conftest.er1 >&5
1628     mv -f conftest.er1 conftest.err
1629   fi
1630   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1631   test $ac_status = 0; } && {
1632          test -z "$ac_c_werror_flag" ||
1633          test ! -s conftest.err
1634        } && test -s conftest.$ac_objext; then :
1635   ac_retval=0
1636 else
1637   $as_echo "$as_me: failed program was:" >&5
1638 sed 's/^/| /' conftest.$ac_ext >&5
1639
1640         ac_retval=1
1641 fi
1642   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1643   as_fn_set_status $ac_retval
1644
1645 } # ac_fn_c_try_compile
1646
1647 # ac_fn_c_try_link LINENO
1648 # -----------------------
1649 # Try to link conftest.$ac_ext, and return whether this succeeded.
1650 ac_fn_c_try_link ()
1651 {
1652   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1653   rm -f conftest.$ac_objext conftest$ac_exeext
1654   if { { ac_try="$ac_link"
1655 case "(($ac_try" in
1656   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1657   *) ac_try_echo=$ac_try;;
1658 esac
1659 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1660 $as_echo "$ac_try_echo"; } >&5
1661   (eval "$ac_link") 2>conftest.err
1662   ac_status=$?
1663   if test -s conftest.err; then
1664     grep -v '^ *+' conftest.err >conftest.er1
1665     cat conftest.er1 >&5
1666     mv -f conftest.er1 conftest.err
1667   fi
1668   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1669   test $ac_status = 0; } && {
1670          test -z "$ac_c_werror_flag" ||
1671          test ! -s conftest.err
1672        } && test -s conftest$ac_exeext && {
1673          test "$cross_compiling" = yes ||
1674          test -x conftest$ac_exeext
1675        }; then :
1676   ac_retval=0
1677 else
1678   $as_echo "$as_me: failed program was:" >&5
1679 sed 's/^/| /' conftest.$ac_ext >&5
1680
1681         ac_retval=1
1682 fi
1683   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1684   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1685   # interfere with the next link command; also delete a directory that is
1686   # left behind by Apple's compiler.  We do this before executing the actions.
1687   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1688   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1689   as_fn_set_status $ac_retval
1690
1691 } # ac_fn_c_try_link
1692
1693 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1694 # -------------------------------------------------------
1695 # Tests whether HEADER exists and can be compiled using the include files in
1696 # INCLUDES, setting the cache variable VAR accordingly.
1697 ac_fn_c_check_header_compile ()
1698 {
1699   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1700   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1701 $as_echo_n "checking for $2... " >&6; }
1702 if eval \${$3+:} false; then :
1703   $as_echo_n "(cached) " >&6
1704 else
1705   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1706 /* end confdefs.h.  */
1707 $4
1708 #include <$2>
1709 _ACEOF
1710 if ac_fn_c_try_compile "$LINENO"; then :
1711   eval "$3=yes"
1712 else
1713   eval "$3=no"
1714 fi
1715 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1716 fi
1717 eval ac_res=\$$3
1718                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1719 $as_echo "$ac_res" >&6; }
1720   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1721
1722 } # ac_fn_c_check_header_compile
1723
1724 # ac_fn_c_try_cpp LINENO
1725 # ----------------------
1726 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1727 ac_fn_c_try_cpp ()
1728 {
1729   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1730   if { { ac_try="$ac_cpp conftest.$ac_ext"
1731 case "(($ac_try" in
1732   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1733   *) ac_try_echo=$ac_try;;
1734 esac
1735 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1736 $as_echo "$ac_try_echo"; } >&5
1737   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1738   ac_status=$?
1739   if test -s conftest.err; then
1740     grep -v '^ *+' conftest.err >conftest.er1
1741     cat conftest.er1 >&5
1742     mv -f conftest.er1 conftest.err
1743   fi
1744   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1745   test $ac_status = 0; } > conftest.i && {
1746          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1747          test ! -s conftest.err
1748        }; then :
1749   ac_retval=0
1750 else
1751   $as_echo "$as_me: failed program was:" >&5
1752 sed 's/^/| /' conftest.$ac_ext >&5
1753
1754     ac_retval=1
1755 fi
1756   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1757   as_fn_set_status $ac_retval
1758
1759 } # ac_fn_c_try_cpp
1760
1761 # ac_fn_c_try_run LINENO
1762 # ----------------------
1763 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1764 # that executables *can* be run.
1765 ac_fn_c_try_run ()
1766 {
1767   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1768   if { { ac_try="$ac_link"
1769 case "(($ac_try" in
1770   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1771   *) ac_try_echo=$ac_try;;
1772 esac
1773 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1774 $as_echo "$ac_try_echo"; } >&5
1775   (eval "$ac_link") 2>&5
1776   ac_status=$?
1777   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1778   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1779   { { case "(($ac_try" in
1780   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1781   *) ac_try_echo=$ac_try;;
1782 esac
1783 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1784 $as_echo "$ac_try_echo"; } >&5
1785   (eval "$ac_try") 2>&5
1786   ac_status=$?
1787   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1788   test $ac_status = 0; }; }; then :
1789   ac_retval=0
1790 else
1791   $as_echo "$as_me: program exited with status $ac_status" >&5
1792        $as_echo "$as_me: failed program was:" >&5
1793 sed 's/^/| /' conftest.$ac_ext >&5
1794
1795        ac_retval=$ac_status
1796 fi
1797   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1798   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1799   as_fn_set_status $ac_retval
1800
1801 } # ac_fn_c_try_run
1802
1803 # ac_fn_c_check_func LINENO FUNC VAR
1804 # ----------------------------------
1805 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1806 ac_fn_c_check_func ()
1807 {
1808   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1809   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1810 $as_echo_n "checking for $2... " >&6; }
1811 if eval \${$3+:} false; then :
1812   $as_echo_n "(cached) " >&6
1813 else
1814   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1815 /* end confdefs.h.  */
1816 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1817    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1818 #define $2 innocuous_$2
1819
1820 /* System header to define __stub macros and hopefully few prototypes,
1821     which can conflict with char $2 (); below.
1822     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1823     <limits.h> exists even on freestanding compilers.  */
1824
1825 #ifdef __STDC__
1826 # include <limits.h>
1827 #else
1828 # include <assert.h>
1829 #endif
1830
1831 #undef $2
1832
1833 /* Override any GCC internal prototype to avoid an error.
1834    Use char because int might match the return type of a GCC
1835    builtin and then its argument prototype would still apply.  */
1836 #ifdef __cplusplus
1837 extern "C"
1838 #endif
1839 char $2 ();
1840 /* The GNU C library defines this for functions which it implements
1841     to always fail with ENOSYS.  Some functions are actually named
1842     something starting with __ and the normal name is an alias.  */
1843 #if defined __stub_$2 || defined __stub___$2
1844 choke me
1845 #endif
1846
1847 int
1848 main ()
1849 {
1850 return $2 ();
1851   ;
1852   return 0;
1853 }
1854 _ACEOF
1855 if ac_fn_c_try_link "$LINENO"; then :
1856   eval "$3=yes"
1857 else
1858   eval "$3=no"
1859 fi
1860 rm -f core conftest.err conftest.$ac_objext \
1861     conftest$ac_exeext conftest.$ac_ext
1862 fi
1863 eval ac_res=\$$3
1864                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1865 $as_echo "$ac_res" >&6; }
1866   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1867
1868 } # ac_fn_c_check_func
1869
1870 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1871 # --------------------------------------------
1872 # Tries to find the compile-time value of EXPR in a program that includes
1873 # INCLUDES, setting VAR accordingly. Returns whether the value could be
1874 # computed
1875 ac_fn_c_compute_int ()
1876 {
1877   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1878   if test "$cross_compiling" = yes; then
1879     # Depending upon the size, compute the lo and hi bounds.
1880 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1881 /* end confdefs.h.  */
1882 $4
1883 int
1884 main ()
1885 {
1886 static int test_array [1 - 2 * !(($2) >= 0)];
1887 test_array [0] = 0;
1888 return test_array [0];
1889
1890   ;
1891   return 0;
1892 }
1893 _ACEOF
1894 if ac_fn_c_try_compile "$LINENO"; then :
1895   ac_lo=0 ac_mid=0
1896   while :; do
1897     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1898 /* end confdefs.h.  */
1899 $4
1900 int
1901 main ()
1902 {
1903 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1904 test_array [0] = 0;
1905 return test_array [0];
1906
1907   ;
1908   return 0;
1909 }
1910 _ACEOF
1911 if ac_fn_c_try_compile "$LINENO"; then :
1912   ac_hi=$ac_mid; break
1913 else
1914   as_fn_arith $ac_mid + 1 && ac_lo=$as_val
1915                         if test $ac_lo -le $ac_mid; then
1916                           ac_lo= ac_hi=
1917                           break
1918                         fi
1919                         as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
1920 fi
1921 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1922   done
1923 else
1924   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1925 /* end confdefs.h.  */
1926 $4
1927 int
1928 main ()
1929 {
1930 static int test_array [1 - 2 * !(($2) < 0)];
1931 test_array [0] = 0;
1932 return test_array [0];
1933
1934   ;
1935   return 0;
1936 }
1937 _ACEOF
1938 if ac_fn_c_try_compile "$LINENO"; then :
1939   ac_hi=-1 ac_mid=-1
1940   while :; do
1941     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1942 /* end confdefs.h.  */
1943 $4
1944 int
1945 main ()
1946 {
1947 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
1948 test_array [0] = 0;
1949 return test_array [0];
1950
1951   ;
1952   return 0;
1953 }
1954 _ACEOF
1955 if ac_fn_c_try_compile "$LINENO"; then :
1956   ac_lo=$ac_mid; break
1957 else
1958   as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
1959                         if test $ac_mid -le $ac_hi; then
1960                           ac_lo= ac_hi=
1961                           break
1962                         fi
1963                         as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
1964 fi
1965 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1966   done
1967 else
1968   ac_lo= ac_hi=
1969 fi
1970 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1971 fi
1972 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1973 # Binary search between lo and hi bounds.
1974 while test "x$ac_lo" != "x$ac_hi"; do
1975   as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
1976   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1977 /* end confdefs.h.  */
1978 $4
1979 int
1980 main ()
1981 {
1982 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1983 test_array [0] = 0;
1984 return test_array [0];
1985
1986   ;
1987   return 0;
1988 }
1989 _ACEOF
1990 if ac_fn_c_try_compile "$LINENO"; then :
1991   ac_hi=$ac_mid
1992 else
1993   as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
1994 fi
1995 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1996 done
1997 case $ac_lo in #((
1998 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
1999 '') ac_retval=1 ;;
2000 esac
2001   else
2002     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2003 /* end confdefs.h.  */
2004 $4
2005 static long int longval () { return $2; }
2006 static unsigned long int ulongval () { return $2; }
2007 #include <stdio.h>
2008 #include <stdlib.h>
2009 int
2010 main ()
2011 {
2012
2013   FILE *f = fopen ("conftest.val", "w");
2014   if (! f)
2015     return 1;
2016   if (($2) < 0)
2017     {
2018       long int i = longval ();
2019       if (i != ($2))
2020         return 1;
2021       fprintf (f, "%ld", i);
2022     }
2023   else
2024     {
2025       unsigned long int i = ulongval ();
2026       if (i != ($2))
2027         return 1;
2028       fprintf (f, "%lu", i);
2029     }
2030   /* Do not output a trailing newline, as this causes \r\n confusion
2031      on some platforms.  */
2032   return ferror (f) || fclose (f) != 0;
2033
2034   ;
2035   return 0;
2036 }
2037 _ACEOF
2038 if ac_fn_c_try_run "$LINENO"; then :
2039   echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2040 else
2041   ac_retval=1
2042 fi
2043 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2044   conftest.$ac_objext conftest.beam conftest.$ac_ext
2045 rm -f conftest.val
2046
2047   fi
2048   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2049   as_fn_set_status $ac_retval
2050
2051 } # ac_fn_c_compute_int
2052
2053 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2054 # -------------------------------------------------------
2055 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2056 # the include files in INCLUDES and setting the cache variable VAR
2057 # accordingly.
2058 ac_fn_c_check_header_mongrel ()
2059 {
2060   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2061   if eval \${$3+:} false; then :
2062   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2063 $as_echo_n "checking for $2... " >&6; }
2064 if eval \${$3+:} false; then :
2065   $as_echo_n "(cached) " >&6
2066 fi
2067 eval ac_res=\$$3
2068                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2069 $as_echo "$ac_res" >&6; }
2070 else
2071   # Is the header compilable?
2072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2073 $as_echo_n "checking $2 usability... " >&6; }
2074 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2075 /* end confdefs.h.  */
2076 $4
2077 #include <$2>
2078 _ACEOF
2079 if ac_fn_c_try_compile "$LINENO"; then :
2080   ac_header_compiler=yes
2081 else
2082   ac_header_compiler=no
2083 fi
2084 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2086 $as_echo "$ac_header_compiler" >&6; }
2087
2088 # Is the header present?
2089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2090 $as_echo_n "checking $2 presence... " >&6; }
2091 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2092 /* end confdefs.h.  */
2093 #include <$2>
2094 _ACEOF
2095 if ac_fn_c_try_cpp "$LINENO"; then :
2096   ac_header_preproc=yes
2097 else
2098   ac_header_preproc=no
2099 fi
2100 rm -f conftest.err conftest.i conftest.$ac_ext
2101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2102 $as_echo "$ac_header_preproc" >&6; }
2103
2104 # So?  What about this header?
2105 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2106   yes:no: )
2107     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2108 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2109     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2110 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2111     ;;
2112   no:yes:* )
2113     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2114 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2115     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
2116 $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
2117     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2118 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2119     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
2120 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
2121     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2122 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2123 ( $as_echo "## ------------------------------------------- ##
2124 ## Report this to http://gcc.gnu.org/bugs.html ##
2125 ## ------------------------------------------- ##"
2126      ) | sed "s/^/$as_me: WARNING:     /" >&2
2127     ;;
2128 esac
2129   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2130 $as_echo_n "checking for $2... " >&6; }
2131 if eval \${$3+:} false; then :
2132   $as_echo_n "(cached) " >&6
2133 else
2134   eval "$3=\$ac_header_compiler"
2135 fi
2136 eval ac_res=\$$3
2137                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2138 $as_echo "$ac_res" >&6; }
2139 fi
2140   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2141
2142 } # ac_fn_c_check_header_mongrel
2143
2144 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2145 # -------------------------------------------
2146 # Tests whether TYPE exists after having included INCLUDES, setting cache
2147 # variable VAR accordingly.
2148 ac_fn_c_check_type ()
2149 {
2150   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2151   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2152 $as_echo_n "checking for $2... " >&6; }
2153 if eval \${$3+:} false; then :
2154   $as_echo_n "(cached) " >&6
2155 else
2156   eval "$3=no"
2157   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2158 /* end confdefs.h.  */
2159 $4
2160 int
2161 main ()
2162 {
2163 if (sizeof ($2))
2164          return 0;
2165   ;
2166   return 0;
2167 }
2168 _ACEOF
2169 if ac_fn_c_try_compile "$LINENO"; then :
2170   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2171 /* end confdefs.h.  */
2172 $4
2173 int
2174 main ()
2175 {
2176 if (sizeof (($2)))
2177             return 0;
2178   ;
2179   return 0;
2180 }
2181 _ACEOF
2182 if ac_fn_c_try_compile "$LINENO"; then :
2183
2184 else
2185   eval "$3=yes"
2186 fi
2187 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2188 fi
2189 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2190 fi
2191 eval ac_res=\$$3
2192                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2193 $as_echo "$ac_res" >&6; }
2194   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2195
2196 } # ac_fn_c_check_type
2197 cat >config.log <<_ACEOF
2198 This file contains any messages produced by compilers while
2199 running configure, to aid debugging if configure makes a mistake.
2200
2201 It was created by libffi $as_me 3.0.12-rc0, which was
2202 generated by GNU Autoconf 2.69.  Invocation command line was
2203
2204   $ $0 $@
2205
2206 _ACEOF
2207 exec 5>>config.log
2208 {
2209 cat <<_ASUNAME
2210 ## --------- ##
2211 ## Platform. ##
2212 ## --------- ##
2213
2214 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2215 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2216 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2217 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2218 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2219
2220 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2221 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
2222
2223 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
2224 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
2225 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2226 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
2227 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
2228 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
2229 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
2230
2231 _ASUNAME
2232
2233 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2234 for as_dir in $PATH
2235 do
2236   IFS=$as_save_IFS
2237   test -z "$as_dir" && as_dir=.
2238     $as_echo "PATH: $as_dir"
2239   done
2240 IFS=$as_save_IFS
2241
2242 } >&5
2243
2244 cat >&5 <<_ACEOF
2245
2246
2247 ## ----------- ##
2248 ## Core tests. ##
2249 ## ----------- ##
2250
2251 _ACEOF
2252
2253
2254 # Keep a trace of the command line.
2255 # Strip out --no-create and --no-recursion so they do not pile up.
2256 # Strip out --silent because we don't want to record it for future runs.
2257 # Also quote any args containing shell meta-characters.
2258 # Make two passes to allow for proper duplicate-argument suppression.
2259 ac_configure_args=
2260 ac_configure_args0=
2261 ac_configure_args1=
2262 ac_must_keep_next=false
2263 for ac_pass in 1 2
2264 do
2265   for ac_arg
2266   do
2267     case $ac_arg in
2268     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2269     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2270     | -silent | --silent | --silen | --sile | --sil)
2271       continue ;;
2272     *\'*)
2273       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2274     esac
2275     case $ac_pass in
2276     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2277     2)
2278       as_fn_append ac_configure_args1 " '$ac_arg'"
2279       if test $ac_must_keep_next = true; then
2280         ac_must_keep_next=false # Got value, back to normal.
2281       else
2282         case $ac_arg in
2283           *=* | --config-cache | -C | -disable-* | --disable-* \
2284           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2285           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2286           | -with-* | --with-* | -without-* | --without-* | --x)
2287             case "$ac_configure_args0 " in
2288               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2289             esac
2290             ;;
2291           -* ) ac_must_keep_next=true ;;
2292         esac
2293       fi
2294       as_fn_append ac_configure_args " '$ac_arg'"
2295       ;;
2296     esac
2297   done
2298 done
2299 { ac_configure_args0=; unset ac_configure_args0;}
2300 { ac_configure_args1=; unset ac_configure_args1;}
2301
2302 # When interrupted or exit'd, cleanup temporary files, and complete
2303 # config.log.  We remove comments because anyway the quotes in there
2304 # would cause problems or look ugly.
2305 # WARNING: Use '\'' to represent an apostrophe within the trap.
2306 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2307 trap 'exit_status=$?
2308   # Save into config.log some information that might help in debugging.
2309   {
2310     echo
2311
2312     $as_echo "## ---------------- ##
2313 ## Cache variables. ##
2314 ## ---------------- ##"
2315     echo
2316     # The following way of writing the cache mishandles newlines in values,
2317 (
2318   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2319     eval ac_val=\$$ac_var
2320     case $ac_val in #(
2321     *${as_nl}*)
2322       case $ac_var in #(
2323       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2324 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2325       esac
2326       case $ac_var in #(
2327       _ | IFS | as_nl) ;; #(
2328       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2329       *) { eval $ac_var=; unset $ac_var;} ;;
2330       esac ;;
2331     esac
2332   done
2333   (set) 2>&1 |
2334     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2335     *${as_nl}ac_space=\ *)
2336       sed -n \
2337         "s/'\''/'\''\\\\'\'''\''/g;
2338           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2339       ;; #(
2340     *)
2341       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2342       ;;
2343     esac |
2344     sort
2345 )
2346     echo
2347
2348     $as_echo "## ----------------- ##
2349 ## Output variables. ##
2350 ## ----------------- ##"
2351     echo
2352     for ac_var in $ac_subst_vars
2353     do
2354       eval ac_val=\$$ac_var
2355       case $ac_val in
2356       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2357       esac
2358       $as_echo "$ac_var='\''$ac_val'\''"
2359     done | sort
2360     echo
2361
2362     if test -n "$ac_subst_files"; then
2363       $as_echo "## ------------------- ##
2364 ## File substitutions. ##
2365 ## ------------------- ##"
2366       echo
2367       for ac_var in $ac_subst_files
2368       do
2369         eval ac_val=\$$ac_var
2370         case $ac_val in
2371         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2372         esac
2373         $as_echo "$ac_var='\''$ac_val'\''"
2374       done | sort
2375       echo
2376     fi
2377
2378     if test -s confdefs.h; then
2379       $as_echo "## ----------- ##
2380 ## confdefs.h. ##
2381 ## ----------- ##"
2382       echo
2383       cat confdefs.h
2384       echo
2385     fi
2386     test "$ac_signal" != 0 &&
2387       $as_echo "$as_me: caught signal $ac_signal"
2388     $as_echo "$as_me: exit $exit_status"
2389   } >&5
2390   rm -f core *.core core.conftest.* &&
2391     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2392     exit $exit_status
2393 ' 0
2394 for ac_signal in 1 2 13 15; do
2395   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2396 done
2397 ac_signal=0
2398
2399 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2400 rm -f -r conftest* confdefs.h
2401
2402 $as_echo "/* confdefs.h */" > confdefs.h
2403
2404 # Predefined preprocessor variables.
2405
2406 cat >>confdefs.h <<_ACEOF
2407 #define PACKAGE_NAME "$PACKAGE_NAME"
2408 _ACEOF
2409
2410 cat >>confdefs.h <<_ACEOF
2411 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2412 _ACEOF
2413
2414 cat >>confdefs.h <<_ACEOF
2415 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2416 _ACEOF
2417
2418 cat >>confdefs.h <<_ACEOF
2419 #define PACKAGE_STRING "$PACKAGE_STRING"
2420 _ACEOF
2421
2422 cat >>confdefs.h <<_ACEOF
2423 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2424 _ACEOF
2425
2426 cat >>confdefs.h <<_ACEOF
2427 #define PACKAGE_URL "$PACKAGE_URL"
2428 _ACEOF
2429
2430
2431 # Let the site file select an alternate cache file if it wants to.
2432 # Prefer an explicitly selected file to automatically selected ones.
2433 ac_site_file1=NONE
2434 ac_site_file2=NONE
2435 if test -n "$CONFIG_SITE"; then
2436   # We do not want a PATH search for config.site.
2437   case $CONFIG_SITE in #((
2438     -*)  ac_site_file1=./$CONFIG_SITE;;
2439     */*) ac_site_file1=$CONFIG_SITE;;
2440     *)   ac_site_file1=./$CONFIG_SITE;;
2441   esac
2442 elif test "x$prefix" != xNONE; then
2443   ac_site_file1=$prefix/share/config.site
2444   ac_site_file2=$prefix/etc/config.site
2445 else
2446   ac_site_file1=$ac_default_prefix/share/config.site
2447   ac_site_file2=$ac_default_prefix/etc/config.site
2448 fi
2449 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2450 do
2451   test "x$ac_site_file" = xNONE && continue
2452   if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2453     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2454 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2455     sed 's/^/| /' "$ac_site_file" >&5
2456     . "$ac_site_file" \
2457       || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2458 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2459 as_fn_error $? "failed to load site script $ac_site_file
2460 See \`config.log' for more details" "$LINENO" 5; }
2461   fi
2462 done
2463
2464 if test -r "$cache_file"; then
2465   # Some versions of bash will fail to source /dev/null (special files
2466   # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
2467   if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2468     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2469 $as_echo "$as_me: loading cache $cache_file" >&6;}
2470     case $cache_file in
2471       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2472       *)                      . "./$cache_file";;
2473     esac
2474   fi
2475 else
2476   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2477 $as_echo "$as_me: creating cache $cache_file" >&6;}
2478   >$cache_file
2479 fi
2480
2481 # Check that the precious variables saved in the cache have kept the same
2482 # value.
2483 ac_cache_corrupted=false
2484 for ac_var in $ac_precious_vars; do
2485   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2486   eval ac_new_set=\$ac_env_${ac_var}_set
2487   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2488   eval ac_new_val=\$ac_env_${ac_var}_value
2489   case $ac_old_set,$ac_new_set in
2490     set,)
2491       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2492 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2493       ac_cache_corrupted=: ;;
2494     ,set)
2495       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2496 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2497       ac_cache_corrupted=: ;;
2498     ,);;
2499     *)
2500       if test "x$ac_old_val" != "x$ac_new_val"; then
2501         # differences in whitespace do not lead to failure.
2502         ac_old_val_w=`echo x $ac_old_val`
2503         ac_new_val_w=`echo x $ac_new_val`
2504         if test "$ac_old_val_w" != "$ac_new_val_w"; then
2505           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2506 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2507           ac_cache_corrupted=:
2508         else
2509           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2510 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2511           eval $ac_var=\$ac_old_val
2512         fi
2513         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2514 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2515         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2516 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2517       fi;;
2518   esac
2519   # Pass precious variables to config.status.
2520   if test "$ac_new_set" = set; then
2521     case $ac_new_val in
2522     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2523     *) ac_arg=$ac_var=$ac_new_val ;;
2524     esac
2525     case " $ac_configure_args " in
2526       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2527       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2528     esac
2529   fi
2530 done
2531 if $ac_cache_corrupted; then
2532   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2533 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2534   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2535 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2536   as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2537 fi
2538 ## -------------------- ##
2539 ## Main body of script. ##
2540 ## -------------------- ##
2541
2542 ac_ext=c
2543 ac_cpp='$CPP $CPPFLAGS'
2544 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2545 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2546 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2547
2548
2549 ac_config_headers="$ac_config_headers fficonfig.h"
2550
2551
2552 ac_aux_dir=
2553 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2554   if test -f "$ac_dir/install-sh"; then
2555     ac_aux_dir=$ac_dir
2556     ac_install_sh="$ac_aux_dir/install-sh -c"
2557     break
2558   elif test -f "$ac_dir/install.sh"; then
2559     ac_aux_dir=$ac_dir
2560     ac_install_sh="$ac_aux_dir/install.sh -c"
2561     break
2562   elif test -f "$ac_dir/shtool"; then
2563     ac_aux_dir=$ac_dir
2564     ac_install_sh="$ac_aux_dir/shtool install -c"
2565     break
2566   fi
2567 done
2568 if test -z "$ac_aux_dir"; then
2569   as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2570 fi
2571
2572 # These three variables are undocumented and unsupported,
2573 # and are intended to be withdrawn in a future Autoconf release.
2574 # They can cause serious problems if a builder's source tree is in a directory
2575 # whose full name contains unusual characters.
2576 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2577 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2578 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2579
2580
2581 # Make sure we can run config.sub.
2582 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2583   as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2584
2585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2586 $as_echo_n "checking build system type... " >&6; }
2587 if ${ac_cv_build+:} false; then :
2588   $as_echo_n "(cached) " >&6
2589 else
2590   ac_build_alias=$build_alias
2591 test "x$ac_build_alias" = x &&
2592   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2593 test "x$ac_build_alias" = x &&
2594   as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2595 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2596   as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2597
2598 fi
2599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2600 $as_echo "$ac_cv_build" >&6; }
2601 case $ac_cv_build in
2602 *-*-*) ;;
2603 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2604 esac
2605 build=$ac_cv_build
2606 ac_save_IFS=$IFS; IFS='-'
2607 set x $ac_cv_build
2608 shift
2609 build_cpu=$1
2610 build_vendor=$2
2611 shift; shift
2612 # Remember, the first character of IFS is used to create $*,
2613 # except with old shells:
2614 build_os=$*
2615 IFS=$ac_save_IFS
2616 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2617
2618
2619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2620 $as_echo_n "checking host system type... " >&6; }
2621 if ${ac_cv_host+:} false; then :
2622   $as_echo_n "(cached) " >&6
2623 else
2624   if test "x$host_alias" = x; then
2625   ac_cv_host=$ac_cv_build
2626 else
2627   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2628     as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2629 fi
2630
2631 fi
2632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2633 $as_echo "$ac_cv_host" >&6; }
2634 case $ac_cv_host in
2635 *-*-*) ;;
2636 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2637 esac
2638 host=$ac_cv_host
2639 ac_save_IFS=$IFS; IFS='-'
2640 set x $ac_cv_host
2641 shift
2642 host_cpu=$1
2643 host_vendor=$2
2644 shift; shift
2645 # Remember, the first character of IFS is used to create $*,
2646 # except with old shells:
2647 host_os=$*
2648 IFS=$ac_save_IFS
2649 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2650
2651
2652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2653 $as_echo_n "checking target system type... " >&6; }
2654 if ${ac_cv_target+:} false; then :
2655   $as_echo_n "(cached) " >&6
2656 else
2657   if test "x$target_alias" = x; then
2658   ac_cv_target=$ac_cv_host
2659 else
2660   ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2661     as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2662 fi
2663
2664 fi
2665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2666 $as_echo "$ac_cv_target" >&6; }
2667 case $ac_cv_target in
2668 *-*-*) ;;
2669 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2670 esac
2671 target=$ac_cv_target
2672 ac_save_IFS=$IFS; IFS='-'
2673 set x $ac_cv_target
2674 shift
2675 target_cpu=$1
2676 target_vendor=$2
2677 shift; shift
2678 # Remember, the first character of IFS is used to create $*,
2679 # except with old shells:
2680 target_os=$*
2681 IFS=$ac_save_IFS
2682 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2683
2684
2685 # The aliases save the names the user supplied, while $host etc.
2686 # will get canonicalized.
2687 test -n "$target_alias" &&
2688   test "$program_prefix$program_suffix$program_transform_name" = \
2689     NONENONEs,x,x, &&
2690   program_prefix=${target_alias}-
2691
2692 target_alias=${target_alias-$host_alias}
2693
2694 . ${srcdir}/configure.host
2695
2696
2697    # [$]@ is unsable in 2.60+ but earlier autoconf had no ac_configure_args
2698    if test "${ac_configure_args+set}" != "set" ; then
2699       ac_configure_args=
2700       for ac_arg in ${1+"$@"}; do
2701          ac_configure_args="$ac_configure_args '$ac_arg'"
2702       done
2703    fi
2704
2705 # expand $ac_aux_dir to an absolute path
2706 am_aux_dir=`cd $ac_aux_dir && pwd`
2707
2708
2709 ax_enable_builddir="."
2710 # Check whether --enable-builddir was given.
2711 if test "${enable_builddir+set}" = set; then :
2712   enableval=$enable_builddir; ax_enable_builddir="$enableval"
2713 else
2714   ax_enable_builddir="auto"
2715 fi
2716
2717 if test ".$ac_srcdir_defaulted" != ".no" ; then
2718 if test ".$srcdir" = ".." ; then
2719   if test -f config.status ; then
2720     { $as_echo "$as_me:${as_lineno-$LINENO}: toplevel srcdir already configured... skipping subdir build" >&5
2721 $as_echo "$as_me: toplevel srcdir already configured... skipping subdir build" >&6;}
2722   else
2723     test ".$ax_enable_builddir" = "."  && ax_enable_builddir="."
2724     test ".$ax_enable_builddir" = ".no"  && ax_enable_builddir="."
2725     test ".$TARGET" = "." && TARGET="$target"
2726     test ".$ax_enable_builddir" = ".auto" && ax_enable_builddir="$TARGET"
2727     if test ".$ax_enable_builddir" != ".." ; then    # we know where to go and
2728       as_dir=$ax_enable_builddir; as_fn_mkdir_p
2729       echo __.$ax_enable_builddir.__ > $ax_enable_builddir/conftest.tmp
2730       cd $ax_enable_builddir
2731       if grep __.$ax_enable_builddir.__ conftest.tmp >/dev/null 2>/dev/null ; then
2732         rm conftest.tmp
2733         { $as_echo "$as_me:${as_lineno-$LINENO}: result: continue configure in default builddir \"./$ax_enable_builddir\"" >&5
2734 $as_echo "continue configure in default builddir \"./$ax_enable_builddir\"" >&6; }
2735       else
2736         as_fn_error $? "could not change to default builddir \"./$ax_enable_builddir\"" "$LINENO" 5
2737       fi
2738       srcdir=`echo "$ax_enable_builddir" |
2739               sed -e 's,^\./,,;s,[^/]$,&/,;s,[^/]*/,../,g;s,[/]$,,;'`
2740       # going to restart from subdirectory location
2741       test -f $srcdir/config.log   && mv $srcdir/config.log   .
2742       test -f $srcdir/confdefs.h   && mv $srcdir/confdefs.h   .
2743       test -f $srcdir/conftest.log && mv $srcdir/conftest.log .
2744       test -f $srcdir/$cache_file  && mv $srcdir/$cache_file  .
2745       { $as_echo "$as_me:${as_lineno-$LINENO}: result: ....exec $SHELL $srcdir/$0 \"--srcdir=$srcdir\" \"--enable-builddir=$ax_enable_builddir\" ${1+\"$@\"}" >&5
2746 $as_echo "....exec $SHELL $srcdir/$0 \"--srcdir=$srcdir\" \"--enable-builddir=$ax_enable_builddir\" ${1+\"$@\"}" >&6; }
2747       case "$0" in # restart
2748        /\\*) eval $SHELL "'$0'" "'--srcdir=$srcdir'" "'--enable-builddir=$ax_enable_builddir'" $ac_configure_args ;;
2749        *) eval $SHELL "'$srcdir/$0'" "'--srcdir=$srcdir'" "'--enable-builddir=$ax_enable_builddir'" $ac_configure_args ;;
2750       esac ; exit $?
2751     fi
2752   fi
2753 fi fi
2754 test ".$ax_enable_builddir" = ".auto" && ax_enable_builddir="."
2755 # Extract the first word of "gsed sed", so it can be a program name with args.
2756 set dummy gsed sed; ac_word=$2
2757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2758 $as_echo_n "checking for $ac_word... " >&6; }
2759 if ${ac_cv_path_ax_enable_builddir_sed+:} false; then :
2760   $as_echo_n "(cached) " >&6
2761 else
2762   case $ax_enable_builddir_sed in
2763   [\\/]* | ?:[\\/]*)
2764   ac_cv_path_ax_enable_builddir_sed="$ax_enable_builddir_sed" # Let the user override the test with a path.
2765   ;;
2766   *)
2767   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2768 for as_dir in $PATH
2769 do
2770   IFS=$as_save_IFS
2771   test -z "$as_dir" && as_dir=.
2772     for ac_exec_ext in '' $ac_executable_extensions; do
2773   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2774     ac_cv_path_ax_enable_builddir_sed="$as_dir/$ac_word$ac_exec_ext"
2775     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2776     break 2
2777   fi
2778 done
2779   done
2780 IFS=$as_save_IFS
2781
2782   test -z "$ac_cv_path_ax_enable_builddir_sed" && ac_cv_path_ax_enable_builddir_sed="sed"
2783   ;;
2784 esac
2785 fi
2786 ax_enable_builddir_sed=$ac_cv_path_ax_enable_builddir_sed
2787 if test -n "$ax_enable_builddir_sed"; then
2788   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_enable_builddir_sed" >&5
2789 $as_echo "$ax_enable_builddir_sed" >&6; }
2790 else
2791   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2792 $as_echo "no" >&6; }
2793 fi
2794
2795
2796 ax_enable_builddir_auxdir="$am_aux_dir"
2797 ac_config_commands="$ac_config_commands buildir"
2798
2799
2800 am__api_version='1.12'
2801
2802 # Find a good install program.  We prefer a C program (faster),
2803 # so one script is as good as another.  But avoid the broken or
2804 # incompatible versions:
2805 # SysV /etc/install, /usr/sbin/install
2806 # SunOS /usr/etc/install
2807 # IRIX /sbin/install
2808 # AIX /bin/install
2809 # AmigaOS /C/install, which installs bootblocks on floppy discs
2810 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2811 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2812 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2813 # OS/2's system install, which has a completely different semantic
2814 # ./install, which can be erroneously created by make from ./install.sh.
2815 # Reject install programs that cannot install multiple files.
2816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2817 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2818 if test -z "$INSTALL"; then
2819 if ${ac_cv_path_install+:} false; then :
2820   $as_echo_n "(cached) " >&6
2821 else
2822   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2823 for as_dir in $PATH
2824 do
2825   IFS=$as_save_IFS
2826   test -z "$as_dir" && as_dir=.
2827     # Account for people who put trailing slashes in PATH elements.
2828 case $as_dir/ in #((
2829   ./ | .// | /[cC]/* | \
2830   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2831   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2832   /usr/ucb/* ) ;;
2833   *)
2834     # OSF1 and SCO ODT 3.0 have their own names for install.
2835     # Don't use installbsd from OSF since it installs stuff as root
2836     # by default.
2837     for ac_prog in ginstall scoinst install; do
2838       for ac_exec_ext in '' $ac_executable_extensions; do
2839         if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2840           if test $ac_prog = install &&
2841             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2842             # AIX install.  It has an incompatible calling convention.
2843             :
2844           elif test $ac_prog = install &&
2845             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2846             # program-specific install script used by HP pwplus--don't use.
2847             :
2848           else
2849             rm -rf conftest.one conftest.two conftest.dir
2850             echo one > conftest.one
2851             echo two > conftest.two
2852             mkdir conftest.dir
2853             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2854               test -s conftest.one && test -s conftest.two &&
2855               test -s conftest.dir/conftest.one &&
2856               test -s conftest.dir/conftest.two
2857             then
2858               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2859               break 3
2860             fi
2861           fi
2862         fi
2863       done
2864     done
2865     ;;
2866 esac
2867
2868   done
2869 IFS=$as_save_IFS
2870
2871 rm -rf conftest.one conftest.two conftest.dir
2872
2873 fi
2874   if test "${ac_cv_path_install+set}" = set; then
2875     INSTALL=$ac_cv_path_install
2876   else
2877     # As a last resort, use the slow shell script.  Don't cache a
2878     # value for INSTALL within a source directory, because that will
2879     # break other packages using the cache if that directory is
2880     # removed, or if the value is a relative name.
2881     INSTALL=$ac_install_sh
2882   fi
2883 fi
2884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2885 $as_echo "$INSTALL" >&6; }
2886
2887 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2888 # It thinks the first close brace ends the variable substitution.
2889 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2890
2891 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2892
2893 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2894
2895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2896 $as_echo_n "checking whether build environment is sane... " >&6; }
2897 # Reject unsafe characters in $srcdir or the absolute working directory
2898 # name.  Accept space and tab only in the latter.
2899 am_lf='
2900 '
2901 case `pwd` in
2902   *[\\\"\#\$\&\'\`$am_lf]*)
2903     as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2904 esac
2905 case $srcdir in
2906   *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
2907     as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2908 esac
2909
2910 # Do 'set' in a subshell so we don't clobber the current shell's
2911 # arguments.  Must try -L first in case configure is actually a
2912 # symlink; some systems play weird games with the mod time of symlinks
2913 # (eg FreeBSD returns the mod time of the symlink's containing
2914 # directory).
2915 if (
2916    am_has_slept=no
2917    for am_try in 1 2; do
2918      echo "timestamp, slept: $am_has_slept" > conftest.file
2919      set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2920      if test "$*" = "X"; then
2921         # -L didn't work.
2922         set X `ls -t "$srcdir/configure" conftest.file`
2923      fi
2924      if test "$*" != "X $srcdir/configure conftest.file" \
2925         && test "$*" != "X conftest.file $srcdir/configure"; then
2926
2927         # If neither matched, then we have a broken ls.  This can happen
2928         # if, for instance, CONFIG_SHELL is bash and it inherits a
2929         # broken ls alias from the environment.  This has actually
2930         # happened.  Such a system could not be considered "sane".
2931         as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2932   alias in your environment" "$LINENO" 5
2933      fi
2934      if test "$2" = conftest.file || test $am_try -eq 2; then
2935        break
2936      fi
2937      # Just in case.
2938      sleep 1
2939      am_has_slept=yes
2940    done
2941    test "$2" = conftest.file
2942    )
2943 then
2944    # Ok.
2945    :
2946 else
2947    as_fn_error $? "newly created file is older than distributed files!
2948 Check your system clock" "$LINENO" 5
2949 fi
2950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2951 $as_echo "yes" >&6; }
2952 # If we didn't sleep, we still need to ensure time stamps of config.status and
2953 # generated files are strictly newer.
2954 am_sleep_pid=
2955 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2956   ( sleep 1 ) &
2957   am_sleep_pid=$!
2958 fi
2959
2960 rm -f conftest.file
2961
2962 test "$program_prefix" != NONE &&
2963   program_transform_name="s&^&$program_prefix&;$program_transform_name"
2964 # Use a double $ so make ignores it.
2965 test "$program_suffix" != NONE &&
2966   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2967 # Double any \ or $.
2968 # By default was `s,x,x', remove it if useless.
2969 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2970 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2971
2972 if test x"${MISSING+set}" != xset; then
2973   case $am_aux_dir in
2974   *\ * | *\     *)
2975     MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2976   *)
2977     MISSING="\${SHELL} $am_aux_dir/missing" ;;
2978   esac
2979 fi
2980 # Use eval to expand $SHELL
2981 if eval "$MISSING --run true"; then
2982   am_missing_run="$MISSING --run "
2983 else
2984   am_missing_run=
2985   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2986 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2987 fi
2988
2989 if test x"${install_sh}" != xset; then
2990   case $am_aux_dir in
2991   *\ * | *\     *)
2992     install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2993   *)
2994     install_sh="\${SHELL} $am_aux_dir/install-sh"
2995   esac
2996 fi
2997
2998 # Installed binaries are usually stripped using 'strip' when the user
2999 # run "make install-strip".  However 'strip' might not be the right
3000 # tool to use in cross-compilation environments, therefore Automake
3001 # will honor the 'STRIP' environment variable to overrule this program.
3002 if test "$cross_compiling" != no; then
3003   if test -n "$ac_tool_prefix"; then
3004   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3005 set dummy ${ac_tool_prefix}strip; ac_word=$2
3006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3007 $as_echo_n "checking for $ac_word... " >&6; }
3008 if ${ac_cv_prog_STRIP+:} false; then :
3009   $as_echo_n "(cached) " >&6
3010 else
3011   if test -n "$STRIP"; then
3012   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3013 else
3014 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3015 for as_dir in $PATH
3016 do
3017   IFS=$as_save_IFS
3018   test -z "$as_dir" && as_dir=.
3019     for ac_exec_ext in '' $ac_executable_extensions; do
3020   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3021     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3022     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3023     break 2
3024   fi
3025 done
3026   done
3027 IFS=$as_save_IFS
3028
3029 fi
3030 fi
3031 STRIP=$ac_cv_prog_STRIP
3032 if test -n "$STRIP"; then
3033   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3034 $as_echo "$STRIP" >&6; }
3035 else
3036   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3037 $as_echo "no" >&6; }
3038 fi
3039
3040
3041 fi
3042 if test -z "$ac_cv_prog_STRIP"; then
3043   ac_ct_STRIP=$STRIP
3044   # Extract the first word of "strip", so it can be a program name with args.
3045 set dummy strip; ac_word=$2
3046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3047 $as_echo_n "checking for $ac_word... " >&6; }
3048 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
3049   $as_echo_n "(cached) " >&6
3050 else
3051   if test -n "$ac_ct_STRIP"; then
3052   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3053 else
3054 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3055 for as_dir in $PATH
3056 do
3057   IFS=$as_save_IFS
3058   test -z "$as_dir" && as_dir=.
3059     for ac_exec_ext in '' $ac_executable_extensions; do
3060   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3061     ac_cv_prog_ac_ct_STRIP="strip"
3062     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3063     break 2
3064   fi
3065 done
3066   done
3067 IFS=$as_save_IFS
3068
3069 fi
3070 fi
3071 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3072 if test -n "$ac_ct_STRIP"; then
3073   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3074 $as_echo "$ac_ct_STRIP" >&6; }
3075 else
3076   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3077 $as_echo "no" >&6; }
3078 fi
3079
3080   if test "x$ac_ct_STRIP" = x; then
3081     STRIP=":"
3082   else
3083     case $cross_compiling:$ac_tool_warned in
3084 yes:)
3085 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3086 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3087 ac_tool_warned=yes ;;
3088 esac
3089     STRIP=$ac_ct_STRIP
3090   fi
3091 else
3092   STRIP="$ac_cv_prog_STRIP"
3093 fi
3094
3095 fi
3096 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3097
3098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3099 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3100 if test -z "$MKDIR_P"; then
3101   if ${ac_cv_path_mkdir+:} false; then :
3102   $as_echo_n "(cached) " >&6
3103 else
3104   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3105 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3106 do
3107   IFS=$as_save_IFS
3108   test -z "$as_dir" && as_dir=.
3109     for ac_prog in mkdir gmkdir; do
3110          for ac_exec_ext in '' $ac_executable_extensions; do
3111            as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
3112            case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3113              'mkdir (GNU coreutils) '* | \
3114              'mkdir (coreutils) '* | \
3115              'mkdir (fileutils) '4.1*)
3116                ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3117                break 3;;
3118            esac
3119          done
3120        done
3121   done
3122 IFS=$as_save_IFS
3123
3124 fi
3125
3126   test -d ./--version && rmdir ./--version
3127   if test "${ac_cv_path_mkdir+set}" = set; then
3128     MKDIR_P="$ac_cv_path_mkdir -p"
3129   else
3130     # As a last resort, use the slow shell script.  Don't cache a
3131     # value for MKDIR_P within a source directory, because that will
3132     # break other packages using the cache if that directory is
3133     # removed, or if the value is a relative name.
3134     MKDIR_P="$ac_install_sh -d"
3135   fi
3136 fi
3137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3138 $as_echo "$MKDIR_P" >&6; }
3139
3140 for ac_prog in gawk mawk nawk awk
3141 do
3142   # Extract the first word of "$ac_prog", so it can be a program name with args.
3143 set dummy $ac_prog; ac_word=$2
3144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3145 $as_echo_n "checking for $ac_word... " >&6; }
3146 if ${ac_cv_prog_AWK+:} false; then :
3147   $as_echo_n "(cached) " >&6
3148 else
3149   if test -n "$AWK"; then
3150   ac_cv_prog_AWK="$AWK" # Let the user override the test.
3151 else
3152 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3153 for as_dir in $PATH
3154 do
3155   IFS=$as_save_IFS
3156   test -z "$as_dir" && as_dir=.
3157     for ac_exec_ext in '' $ac_executable_extensions; do
3158   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3159     ac_cv_prog_AWK="$ac_prog"
3160     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3161     break 2
3162   fi
3163 done
3164   done
3165 IFS=$as_save_IFS
3166
3167 fi
3168 fi
3169 AWK=$ac_cv_prog_AWK
3170 if test -n "$AWK"; then
3171   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3172 $as_echo "$AWK" >&6; }
3173 else
3174   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3175 $as_echo "no" >&6; }
3176 fi
3177
3178
3179   test -n "$AWK" && break
3180 done
3181
3182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3183 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3184 set x ${MAKE-make}
3185 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3186 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3187   $as_echo_n "(cached) " >&6
3188 else
3189   cat >conftest.make <<\_ACEOF
3190 SHELL = /bin/sh
3191 all:
3192         @echo '@@@%%%=$(MAKE)=@@@%%%'
3193 _ACEOF
3194 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3195 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3196   *@@@%%%=?*=@@@%%%*)
3197     eval ac_cv_prog_make_${ac_make}_set=yes;;
3198   *)
3199     eval ac_cv_prog_make_${ac_make}_set=no;;
3200 esac
3201 rm -f conftest.make
3202 fi
3203 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3204   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3205 $as_echo "yes" >&6; }
3206   SET_MAKE=
3207 else
3208   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3209 $as_echo "no" >&6; }
3210   SET_MAKE="MAKE=${MAKE-make}"
3211 fi
3212
3213 rm -rf .tst 2>/dev/null
3214 mkdir .tst 2>/dev/null
3215 if test -d .tst; then
3216   am__leading_dot=.
3217 else
3218   am__leading_dot=_
3219 fi
3220 rmdir .tst 2>/dev/null
3221
3222 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3223   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3224   # is not polluted with repeated "-I."
3225   am__isrc=' -I$(srcdir)'
3226   # test to see if srcdir already configured
3227   if test -f $srcdir/config.status; then
3228     as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3229   fi
3230 fi
3231
3232 # test whether we have cygpath
3233 if test -z "$CYGPATH_W"; then
3234   if (cygpath --version) >/dev/null 2>/dev/null; then
3235     CYGPATH_W='cygpath -w'
3236   else
3237     CYGPATH_W=echo
3238   fi
3239 fi
3240
3241
3242 # Define the identity of the package.
3243  PACKAGE='libffi'
3244  VERSION='3.0.12-rc0'
3245
3246
3247 cat >>confdefs.h <<_ACEOF
3248 #define PACKAGE "$PACKAGE"
3249 _ACEOF
3250
3251
3252 cat >>confdefs.h <<_ACEOF
3253 #define VERSION "$VERSION"
3254 _ACEOF
3255
3256 # Some tools Automake needs.
3257
3258 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3259
3260
3261 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3262
3263
3264 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3265
3266
3267 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3268
3269
3270 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3271
3272 # For better backward compatibility.  To be removed once Automake 1.9.x
3273 # dies out for good.  For more background, see:
3274 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3275 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3276 mkdir_p='$(MKDIR_P)'
3277
3278 # We need awk for the "check" target.  The system "awk" is bad on
3279 # some platforms.
3280 # Always define AMTAR for backward compatibility.  Yes, it's still used
3281 # in the wild :-(  We should find a proper way to deprecate it ...
3282 AMTAR='$${TAR-tar}'
3283
3284 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3285
3286
3287
3288
3289
3290
3291 # The same as in boehm-gc and libstdc++. Have to borrow it from there.
3292 # We must force CC to /not/ be precious variables; otherwise
3293 # the wrong, non-multilib-adjusted value will be used in multilibs.
3294 # As a side effect, we have to subst CFLAGS ourselves.
3295 # Also save and restore CFLAGS, since AC_PROG_CC will come up with
3296 # defaults of its own if none are provided.
3297
3298
3299
3300 save_CFLAGS=$CFLAGS
3301 ac_ext=c
3302 ac_cpp='$CPP $CPPFLAGS'
3303 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3304 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3305 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3306 if test -n "$ac_tool_prefix"; then
3307   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3308 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3310 $as_echo_n "checking for $ac_word... " >&6; }
3311 if ${ac_cv_prog_CC+:} false; then :
3312   $as_echo_n "(cached) " >&6
3313 else
3314   if test -n "$CC"; then
3315   ac_cv_prog_CC="$CC" # Let the user override the test.
3316 else
3317 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3318 for as_dir in $PATH
3319 do
3320   IFS=$as_save_IFS
3321   test -z "$as_dir" && as_dir=.
3322     for ac_exec_ext in '' $ac_executable_extensions; do
3323   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3324     ac_cv_prog_CC="${ac_tool_prefix}gcc"
3325     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3326     break 2
3327   fi
3328 done
3329   done
3330 IFS=$as_save_IFS
3331
3332 fi
3333 fi
3334 CC=$ac_cv_prog_CC
3335 if test -n "$CC"; then
3336   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3337 $as_echo "$CC" >&6; }
3338 else
3339   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3340 $as_echo "no" >&6; }
3341 fi
3342
3343
3344 fi
3345 if test -z "$ac_cv_prog_CC"; then
3346   ac_ct_CC=$CC
3347   # Extract the first word of "gcc", so it can be a program name with args.
3348 set dummy gcc; ac_word=$2
3349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3350 $as_echo_n "checking for $ac_word... " >&6; }
3351 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3352   $as_echo_n "(cached) " >&6
3353 else
3354   if test -n "$ac_ct_CC"; then
3355   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3356 else
3357 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3358 for as_dir in $PATH
3359 do
3360   IFS=$as_save_IFS
3361   test -z "$as_dir" && as_dir=.
3362     for ac_exec_ext in '' $ac_executable_extensions; do
3363   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3364     ac_cv_prog_ac_ct_CC="gcc"
3365     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3366     break 2
3367   fi
3368 done
3369   done
3370 IFS=$as_save_IFS
3371
3372 fi
3373 fi
3374 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3375 if test -n "$ac_ct_CC"; then
3376   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3377 $as_echo "$ac_ct_CC" >&6; }
3378 else
3379   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3380 $as_echo "no" >&6; }
3381 fi
3382
3383   if test "x$ac_ct_CC" = x; then
3384     CC=""
3385   else
3386     case $cross_compiling:$ac_tool_warned in
3387 yes:)
3388 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3389 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3390 ac_tool_warned=yes ;;
3391 esac
3392     CC=$ac_ct_CC
3393   fi
3394 else
3395   CC="$ac_cv_prog_CC"
3396 fi
3397
3398 if test -z "$CC"; then
3399           if test -n "$ac_tool_prefix"; then
3400     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3401 set dummy ${ac_tool_prefix}cc; ac_word=$2
3402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3403 $as_echo_n "checking for $ac_word... " >&6; }
3404 if ${ac_cv_prog_CC+:} false; then :
3405   $as_echo_n "(cached) " >&6
3406 else
3407   if test -n "$CC"; then
3408   ac_cv_prog_CC="$CC" # Let the user override the test.
3409 else
3410 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3411 for as_dir in $PATH
3412 do
3413   IFS=$as_save_IFS
3414   test -z "$as_dir" && as_dir=.
3415     for ac_exec_ext in '' $ac_executable_extensions; do
3416   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3417     ac_cv_prog_CC="${ac_tool_prefix}cc"
3418     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3419     break 2
3420   fi
3421 done
3422   done
3423 IFS=$as_save_IFS
3424
3425 fi
3426 fi
3427 CC=$ac_cv_prog_CC
3428 if test -n "$CC"; then
3429   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3430 $as_echo "$CC" >&6; }
3431 else
3432   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3433 $as_echo "no" >&6; }
3434 fi
3435
3436
3437   fi
3438 fi
3439 if test -z "$CC"; then
3440   # Extract the first word of "cc", so it can be a program name with args.
3441 set dummy cc; 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 ${ac_cv_prog_CC+:} false; then :
3445   $as_echo_n "(cached) " >&6
3446 else
3447   if test -n "$CC"; then
3448   ac_cv_prog_CC="$CC" # Let the user override the test.
3449 else
3450   ac_prog_rejected=no
3451 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3452 for as_dir in $PATH
3453 do
3454   IFS=$as_save_IFS
3455   test -z "$as_dir" && as_dir=.
3456     for ac_exec_ext in '' $ac_executable_extensions; do
3457   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3458     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3459        ac_prog_rejected=yes
3460        continue
3461      fi
3462     ac_cv_prog_CC="cc"
3463     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3464     break 2
3465   fi
3466 done
3467   done
3468 IFS=$as_save_IFS
3469
3470 if test $ac_prog_rejected = yes; then
3471   # We found a bogon in the path, so make sure we never use it.
3472   set dummy $ac_cv_prog_CC
3473   shift
3474   if test $# != 0; then
3475     # We chose a different compiler from the bogus one.
3476     # However, it has the same basename, so the bogon will be chosen
3477     # first if we set CC to just the basename; use the full file name.
3478     shift
3479     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3480   fi
3481 fi
3482 fi
3483 fi
3484 CC=$ac_cv_prog_CC
3485 if test -n "$CC"; then
3486   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3487 $as_echo "$CC" >&6; }
3488 else
3489   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3490 $as_echo "no" >&6; }
3491 fi
3492
3493
3494 fi
3495 if test -z "$CC"; then
3496   if test -n "$ac_tool_prefix"; then
3497   for ac_prog in cl.exe
3498   do
3499     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3500 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3502 $as_echo_n "checking for $ac_word... " >&6; }
3503 if ${ac_cv_prog_CC+:} false; then :
3504   $as_echo_n "(cached) " >&6
3505 else
3506   if test -n "$CC"; then
3507   ac_cv_prog_CC="$CC" # Let the user override the test.
3508 else
3509 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3510 for as_dir in $PATH
3511 do
3512   IFS=$as_save_IFS
3513   test -z "$as_dir" && as_dir=.
3514     for ac_exec_ext in '' $ac_executable_extensions; do
3515   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3516     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3517     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3518     break 2
3519   fi
3520 done
3521   done
3522 IFS=$as_save_IFS
3523
3524 fi
3525 fi
3526 CC=$ac_cv_prog_CC
3527 if test -n "$CC"; then
3528   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3529 $as_echo "$CC" >&6; }
3530 else
3531   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3532 $as_echo "no" >&6; }
3533 fi
3534
3535
3536     test -n "$CC" && break
3537   done
3538 fi
3539 if test -z "$CC"; then
3540   ac_ct_CC=$CC
3541   for ac_prog in cl.exe
3542 do
3543   # Extract the first word of "$ac_prog", so it can be a program name with args.
3544 set dummy $ac_prog; ac_word=$2
3545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3546 $as_echo_n "checking for $ac_word... " >&6; }
3547 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3548   $as_echo_n "(cached) " >&6
3549 else
3550   if test -n "$ac_ct_CC"; then
3551   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3552 else
3553 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3554 for as_dir in $PATH
3555 do
3556   IFS=$as_save_IFS
3557   test -z "$as_dir" && as_dir=.
3558     for ac_exec_ext in '' $ac_executable_extensions; do
3559   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3560     ac_cv_prog_ac_ct_CC="$ac_prog"
3561     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3562     break 2
3563   fi
3564 done
3565   done
3566 IFS=$as_save_IFS
3567
3568 fi
3569 fi
3570 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3571 if test -n "$ac_ct_CC"; then
3572   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3573 $as_echo "$ac_ct_CC" >&6; }
3574 else
3575   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3576 $as_echo "no" >&6; }
3577 fi
3578
3579
3580   test -n "$ac_ct_CC" && break
3581 done
3582
3583   if test "x$ac_ct_CC" = x; then
3584     CC=""
3585   else
3586     case $cross_compiling:$ac_tool_warned in
3587 yes:)
3588 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3589 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3590 ac_tool_warned=yes ;;
3591 esac
3592     CC=$ac_ct_CC
3593   fi
3594 fi
3595
3596 fi
3597
3598
3599 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3600 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3601 as_fn_error $? "no acceptable C compiler found in \$PATH
3602 See \`config.log' for more details" "$LINENO" 5; }
3603
3604 # Provide some information about the compiler.
3605 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3606 set X $ac_compile
3607 ac_compiler=$2
3608 for ac_option in --version -v -V -qversion; do
3609   { { ac_try="$ac_compiler $ac_option >&5"
3610 case "(($ac_try" in
3611   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3612   *) ac_try_echo=$ac_try;;
3613 esac
3614 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3615 $as_echo "$ac_try_echo"; } >&5
3616   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3617   ac_status=$?
3618   if test -s conftest.err; then
3619     sed '10a\
3620 ... rest of stderr output deleted ...
3621          10q' conftest.err >conftest.er1
3622     cat conftest.er1 >&5
3623   fi
3624   rm -f conftest.er1 conftest.err
3625   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3626   test $ac_status = 0; }
3627 done
3628
3629 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3630 /* end confdefs.h.  */
3631
3632 int
3633 main ()
3634 {
3635
3636   ;
3637   return 0;
3638 }
3639 _ACEOF
3640 ac_clean_files_save=$ac_clean_files
3641 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3642 # Try to create an executable without -o first, disregard a.out.
3643 # It will help us diagnose broken compilers, and finding out an intuition
3644 # of exeext.
3645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3646 $as_echo_n "checking whether the C compiler works... " >&6; }
3647 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3648
3649 # The possible output files:
3650 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3651
3652 ac_rmfiles=
3653 for ac_file in $ac_files
3654 do
3655   case $ac_file in
3656     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3657     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3658   esac
3659 done
3660 rm -f $ac_rmfiles
3661
3662 if { { ac_try="$ac_link_default"
3663 case "(($ac_try" in
3664   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3665   *) ac_try_echo=$ac_try;;
3666 esac
3667 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3668 $as_echo "$ac_try_echo"; } >&5
3669   (eval "$ac_link_default") 2>&5
3670   ac_status=$?
3671   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3672   test $ac_status = 0; }; then :
3673   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3674 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3675 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
3676 # so that the user can short-circuit this test for compilers unknown to
3677 # Autoconf.
3678 for ac_file in $ac_files ''
3679 do
3680   test -f "$ac_file" || continue
3681   case $ac_file in
3682     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3683         ;;
3684     [ab].out )
3685         # We found the default executable, but exeext='' is most
3686         # certainly right.
3687         break;;
3688     *.* )
3689         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3690         then :; else
3691            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3692         fi
3693         # We set ac_cv_exeext here because the later test for it is not
3694         # safe: cross compilers may not add the suffix if given an `-o'
3695         # argument, so we may need to know it at that point already.
3696         # Even if this section looks crufty: it has the advantage of
3697         # actually working.
3698         break;;
3699     * )
3700         break;;
3701   esac
3702 done
3703 test "$ac_cv_exeext" = no && ac_cv_exeext=
3704
3705 else
3706   ac_file=''
3707 fi
3708 if test -z "$ac_file"; then :
3709   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3710 $as_echo "no" >&6; }
3711 $as_echo "$as_me: failed program was:" >&5
3712 sed 's/^/| /' conftest.$ac_ext >&5
3713
3714 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3715 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3716 as_fn_error 77 "C compiler cannot create executables
3717 See \`config.log' for more details" "$LINENO" 5; }
3718 else
3719   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3720 $as_echo "yes" >&6; }
3721 fi
3722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3723 $as_echo_n "checking for C compiler default output file name... " >&6; }
3724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3725 $as_echo "$ac_file" >&6; }
3726 ac_exeext=$ac_cv_exeext
3727
3728 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3729 ac_clean_files=$ac_clean_files_save
3730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3731 $as_echo_n "checking for suffix of executables... " >&6; }
3732 if { { ac_try="$ac_link"
3733 case "(($ac_try" in
3734   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3735   *) ac_try_echo=$ac_try;;
3736 esac
3737 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3738 $as_echo "$ac_try_echo"; } >&5
3739   (eval "$ac_link") 2>&5
3740   ac_status=$?
3741   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3742   test $ac_status = 0; }; then :
3743   # If both `conftest.exe' and `conftest' are `present' (well, observable)
3744 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3745 # work properly (i.e., refer to `conftest.exe'), while it won't with
3746 # `rm'.
3747 for ac_file in conftest.exe conftest conftest.*; do
3748   test -f "$ac_file" || continue
3749   case $ac_file in
3750     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3751     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3752           break;;
3753     * ) break;;
3754   esac
3755 done
3756 else
3757   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3758 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3759 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3760 See \`config.log' for more details" "$LINENO" 5; }
3761 fi
3762 rm -f conftest conftest$ac_cv_exeext
3763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3764 $as_echo "$ac_cv_exeext" >&6; }
3765
3766 rm -f conftest.$ac_ext
3767 EXEEXT=$ac_cv_exeext
3768 ac_exeext=$EXEEXT
3769 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3770 /* end confdefs.h.  */
3771 #include <stdio.h>
3772 int
3773 main ()
3774 {
3775 FILE *f = fopen ("conftest.out", "w");
3776  return ferror (f) || fclose (f) != 0;
3777
3778   ;
3779   return 0;
3780 }
3781 _ACEOF
3782 ac_clean_files="$ac_clean_files conftest.out"
3783 # Check that the compiler produces executables we can run.  If not, either
3784 # the compiler is broken, or we cross compile.
3785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3786 $as_echo_n "checking whether we are cross compiling... " >&6; }
3787 if test "$cross_compiling" != yes; then
3788   { { ac_try="$ac_link"
3789 case "(($ac_try" in
3790   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3791   *) ac_try_echo=$ac_try;;
3792 esac
3793 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3794 $as_echo "$ac_try_echo"; } >&5
3795   (eval "$ac_link") 2>&5
3796   ac_status=$?
3797   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3798   test $ac_status = 0; }
3799   if { ac_try='./conftest$ac_cv_exeext'
3800   { { case "(($ac_try" in
3801   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3802   *) ac_try_echo=$ac_try;;
3803 esac
3804 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3805 $as_echo "$ac_try_echo"; } >&5
3806   (eval "$ac_try") 2>&5
3807   ac_status=$?
3808   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3809   test $ac_status = 0; }; }; then
3810     cross_compiling=no
3811   else
3812     if test "$cross_compiling" = maybe; then
3813         cross_compiling=yes
3814     else
3815         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3816 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3817 as_fn_error $? "cannot run C compiled programs.
3818 If you meant to cross compile, use \`--host'.
3819 See \`config.log' for more details" "$LINENO" 5; }
3820     fi
3821   fi
3822 fi
3823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3824 $as_echo "$cross_compiling" >&6; }
3825
3826 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3827 ac_clean_files=$ac_clean_files_save
3828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3829 $as_echo_n "checking for suffix of object files... " >&6; }
3830 if ${ac_cv_objext+:} false; then :
3831   $as_echo_n "(cached) " >&6
3832 else
3833   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3834 /* end confdefs.h.  */
3835
3836 int
3837 main ()
3838 {
3839
3840   ;
3841   return 0;
3842 }
3843 _ACEOF
3844 rm -f conftest.o conftest.obj
3845 if { { ac_try="$ac_compile"
3846 case "(($ac_try" in
3847   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3848   *) ac_try_echo=$ac_try;;
3849 esac
3850 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3851 $as_echo "$ac_try_echo"; } >&5
3852   (eval "$ac_compile") 2>&5
3853   ac_status=$?
3854   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3855   test $ac_status = 0; }; then :
3856   for ac_file in conftest.o conftest.obj conftest.*; do
3857   test -f "$ac_file" || continue;
3858   case $ac_file in
3859     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3860     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3861        break;;
3862   esac
3863 done
3864 else
3865   $as_echo "$as_me: failed program was:" >&5
3866 sed 's/^/| /' conftest.$ac_ext >&5
3867
3868 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3869 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3870 as_fn_error $? "cannot compute suffix of object files: cannot compile
3871 See \`config.log' for more details" "$LINENO" 5; }
3872 fi
3873 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3874 fi
3875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3876 $as_echo "$ac_cv_objext" >&6; }
3877 OBJEXT=$ac_cv_objext
3878 ac_objext=$OBJEXT
3879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3880 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3881 if ${ac_cv_c_compiler_gnu+:} false; then :
3882   $as_echo_n "(cached) " >&6
3883 else
3884   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3885 /* end confdefs.h.  */
3886
3887 int
3888 main ()
3889 {
3890 #ifndef __GNUC__
3891        choke me
3892 #endif
3893
3894   ;
3895   return 0;
3896 }
3897 _ACEOF
3898 if ac_fn_c_try_compile "$LINENO"; then :
3899   ac_compiler_gnu=yes
3900 else
3901   ac_compiler_gnu=no
3902 fi
3903 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3904 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3905
3906 fi
3907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3908 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3909 if test $ac_compiler_gnu = yes; then
3910   GCC=yes
3911 else
3912   GCC=
3913 fi
3914 ac_test_CFLAGS=${CFLAGS+set}
3915 ac_save_CFLAGS=$CFLAGS
3916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3917 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3918 if ${ac_cv_prog_cc_g+:} false; then :
3919   $as_echo_n "(cached) " >&6
3920 else
3921   ac_save_c_werror_flag=$ac_c_werror_flag
3922    ac_c_werror_flag=yes
3923    ac_cv_prog_cc_g=no
3924    CFLAGS="-g"
3925    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3926 /* end confdefs.h.  */
3927
3928 int
3929 main ()
3930 {
3931
3932   ;
3933   return 0;
3934 }
3935 _ACEOF
3936 if ac_fn_c_try_compile "$LINENO"; then :
3937   ac_cv_prog_cc_g=yes
3938 else
3939   CFLAGS=""
3940       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3941 /* end confdefs.h.  */
3942
3943 int
3944 main ()
3945 {
3946
3947   ;
3948   return 0;
3949 }
3950 _ACEOF
3951 if ac_fn_c_try_compile "$LINENO"; then :
3952
3953 else
3954   ac_c_werror_flag=$ac_save_c_werror_flag
3955          CFLAGS="-g"
3956          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3957 /* end confdefs.h.  */
3958
3959 int
3960 main ()
3961 {
3962
3963   ;
3964   return 0;
3965 }
3966 _ACEOF
3967 if ac_fn_c_try_compile "$LINENO"; then :
3968   ac_cv_prog_cc_g=yes
3969 fi
3970 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3971 fi
3972 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3973 fi
3974 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3975    ac_c_werror_flag=$ac_save_c_werror_flag
3976 fi
3977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3978 $as_echo "$ac_cv_prog_cc_g" >&6; }
3979 if test "$ac_test_CFLAGS" = set; then
3980   CFLAGS=$ac_save_CFLAGS
3981 elif test $ac_cv_prog_cc_g = yes; then
3982   if test "$GCC" = yes; then
3983     CFLAGS="-g -O2"
3984   else
3985     CFLAGS="-g"
3986   fi
3987 else
3988   if test "$GCC" = yes; then
3989     CFLAGS="-O2"
3990   else
3991     CFLAGS=
3992   fi
3993 fi
3994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3995 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3996 if ${ac_cv_prog_cc_c89+:} false; then :
3997   $as_echo_n "(cached) " >&6
3998 else
3999   ac_cv_prog_cc_c89=no
4000 ac_save_CC=$CC
4001 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4002 /* end confdefs.h.  */
4003 #include <stdarg.h>
4004 #include <stdio.h>
4005 struct stat;
4006 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
4007 struct buf { int x; };
4008 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4009 static char *e (p, i)
4010      char **p;
4011      int i;
4012 {
4013   return p[i];
4014 }
4015 static char *f (char * (*g) (char **, int), char **p, ...)
4016 {
4017   char *s;
4018   va_list v;
4019   va_start (v,p);
4020   s = g (p, va_arg (v,int));
4021   va_end (v);
4022   return s;
4023 }
4024
4025 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
4026    function prototypes and stuff, but not '\xHH' hex character constants.
4027    These don't provoke an error unfortunately, instead are silently treated
4028    as 'x'.  The following induces an error, until -std is added to get
4029    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
4030    array size at least.  It's necessary to write '\x00'==0 to get something
4031    that's true only with -std.  */
4032 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4033
4034 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4035    inside strings and character constants.  */
4036 #define FOO(x) 'x'
4037 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4038
4039 int test (int i, double x);
4040 struct s1 {int (*f) (int a);};
4041 struct s2 {int (*f) (double a);};
4042 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4043 int argc;
4044 char **argv;
4045 int
4046 main ()
4047 {
4048 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
4049   ;
4050   return 0;
4051 }
4052 _ACEOF
4053 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4054         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4055 do
4056   CC="$ac_save_CC $ac_arg"
4057   if ac_fn_c_try_compile "$LINENO"; then :
4058   ac_cv_prog_cc_c89=$ac_arg
4059 fi
4060 rm -f core conftest.err conftest.$ac_objext
4061   test "x$ac_cv_prog_cc_c89" != "xno" && break
4062 done
4063 rm -f conftest.$ac_ext
4064 CC=$ac_save_CC
4065
4066 fi
4067 # AC_CACHE_VAL
4068 case "x$ac_cv_prog_cc_c89" in
4069   x)
4070     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4071 $as_echo "none needed" >&6; } ;;
4072   xno)
4073     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4074 $as_echo "unsupported" >&6; } ;;
4075   *)
4076     CC="$CC $ac_cv_prog_cc_c89"
4077     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4078 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4079 esac
4080 if test "x$ac_cv_prog_cc_c89" != xno; then :
4081
4082 fi
4083
4084 ac_ext=c
4085 ac_cpp='$CPP $CPPFLAGS'
4086 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4087 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4088 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4089 DEPDIR="${am__leading_dot}deps"
4090
4091 ac_config_commands="$ac_config_commands depfiles"
4092
4093
4094 am_make=${MAKE-make}
4095 cat > confinc << 'END'
4096 am__doit:
4097         @echo this is the am__doit target
4098 .PHONY: am__doit
4099 END
4100 # If we don't find an include directive, just comment out the code.
4101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4102 $as_echo_n "checking for style of include used by $am_make... " >&6; }
4103 am__include="#"
4104 am__quote=
4105 _am_result=none
4106 # First try GNU make style include.
4107 echo "include confinc" > confmf
4108 # Ignore all kinds of additional output from 'make'.
4109 case `$am_make -s -f confmf 2> /dev/null` in #(
4110 *the\ am__doit\ target*)
4111   am__include=include
4112   am__quote=
4113   _am_result=GNU
4114   ;;
4115 esac
4116 # Now try BSD make style include.
4117 if test "$am__include" = "#"; then
4118    echo '.include "confinc"' > confmf
4119    case `$am_make -s -f confmf 2> /dev/null` in #(
4120    *the\ am__doit\ target*)
4121      am__include=.include
4122      am__quote="\""
4123      _am_result=BSD
4124      ;;
4125    esac
4126 fi
4127
4128
4129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4130 $as_echo "$_am_result" >&6; }
4131 rm -f confinc confmf
4132
4133 # Check whether --enable-dependency-tracking was given.
4134 if test "${enable_dependency_tracking+set}" = set; then :
4135   enableval=$enable_dependency_tracking;
4136 fi
4137
4138 if test "x$enable_dependency_tracking" != xno; then
4139   am_depcomp="$ac_aux_dir/depcomp"
4140   AMDEPBACKSLASH='\'
4141   am__nodep='_no'
4142 fi
4143  if test "x$enable_dependency_tracking" != xno; then
4144   AMDEP_TRUE=
4145   AMDEP_FALSE='#'
4146 else
4147   AMDEP_TRUE='#'
4148   AMDEP_FALSE=
4149 fi
4150
4151
4152
4153 depcc="$CC"   am_compiler_list=
4154
4155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4156 $as_echo_n "checking dependency style of $depcc... " >&6; }
4157 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4158   $as_echo_n "(cached) " >&6
4159 else
4160   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4161   # We make a subdir and do the tests there.  Otherwise we can end up
4162   # making bogus files that we don't know about and never remove.  For
4163   # instance it was reported that on HP-UX the gcc test will end up
4164   # making a dummy file named 'D' -- because '-MD' means "put the output
4165   # in D".
4166   rm -rf conftest.dir
4167   mkdir conftest.dir
4168   # Copy depcomp to subdir because otherwise we won't find it if we're
4169   # using a relative directory.
4170   cp "$am_depcomp" conftest.dir
4171   cd conftest.dir
4172   # We will build objects and dependencies in a subdirectory because
4173   # it helps to detect inapplicable dependency modes.  For instance
4174   # both Tru64's cc and ICC support -MD to output dependencies as a
4175   # side effect of compilation, but ICC will put the dependencies in
4176   # the current directory while Tru64 will put them in the object
4177   # directory.
4178   mkdir sub
4179
4180   am_cv_CC_dependencies_compiler_type=none
4181   if test "$am_compiler_list" = ""; then
4182      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4183   fi
4184   am__universal=false
4185   case " $depcc " in #(
4186      *\ -arch\ *\ -arch\ *) am__universal=true ;;
4187      esac
4188
4189   for depmode in $am_compiler_list; do
4190     # Setup a source with many dependencies, because some compilers
4191     # like to wrap large dependency lists on column 80 (with \), and
4192     # we should not choose a depcomp mode which is confused by this.
4193     #
4194     # We need to recreate these files for each test, as the compiler may
4195     # overwrite some of them when testing with obscure command lines.
4196     # This happens at least with the AIX C compiler.
4197     : > sub/conftest.c
4198     for i in 1 2 3 4 5 6; do
4199       echo '#include "conftst'$i'.h"' >> sub/conftest.c
4200       # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4201       # Solaris 10 /bin/sh.
4202       echo '/* dummy */' > sub/conftst$i.h
4203     done
4204     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4205
4206     # We check with '-c' and '-o' for the sake of the "dashmstdout"
4207     # mode.  It turns out that the SunPro C++ compiler does not properly
4208     # handle '-M -o', and we need to detect this.  Also, some Intel
4209     # versions had trouble with output in subdirs.
4210     am__obj=sub/conftest.${OBJEXT-o}
4211     am__minus_obj="-o $am__obj"
4212     case $depmode in
4213     gcc)
4214       # This depmode causes a compiler race in universal mode.
4215       test "$am__universal" = false || continue
4216       ;;
4217     nosideeffect)
4218       # After this tag, mechanisms are not by side-effect, so they'll
4219       # only be used when explicitly requested.
4220       if test "x$enable_dependency_tracking" = xyes; then
4221         continue
4222       else
4223         break
4224       fi
4225       ;;
4226     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4227       # This compiler won't grok '-c -o', but also, the minuso test has
4228       # not run yet.  These depmodes are late enough in the game, and
4229       # so weak that their functioning should not be impacted.
4230       am__obj=conftest.${OBJEXT-o}
4231       am__minus_obj=
4232       ;;
4233     none) break ;;
4234     esac
4235     if depmode=$depmode \
4236        source=sub/conftest.c object=$am__obj \
4237        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4238        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4239          >/dev/null 2>conftest.err &&
4240        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4241        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4242        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4243        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4244       # icc doesn't choke on unknown options, it will just issue warnings
4245       # or remarks (even with -Werror).  So we grep stderr for any message
4246       # that says an option was ignored or not supported.
4247       # When given -MP, icc 7.0 and 7.1 complain thusly:
4248       #   icc: Command line warning: ignoring option '-M'; no argument required
4249       # The diagnosis changed in icc 8.0:
4250       #   icc: Command line remark: option '-MP' not supported
4251       if (grep 'ignoring option' conftest.err ||
4252           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4253         am_cv_CC_dependencies_compiler_type=$depmode
4254         break
4255       fi
4256     fi
4257   done
4258
4259   cd ..
4260   rm -rf conftest.dir
4261 else
4262   am_cv_CC_dependencies_compiler_type=none
4263 fi
4264
4265 fi
4266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4267 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4268 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4269
4270  if
4271   test "x$enable_dependency_tracking" != xno \
4272   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4273   am__fastdepCC_TRUE=
4274   am__fastdepCC_FALSE='#'
4275 else
4276   am__fastdepCC_TRUE='#'
4277   am__fastdepCC_FALSE=
4278 fi
4279
4280
4281 CFLAGS=$save_CFLAGS
4282
4283
4284
4285
4286
4287 # By default we simply use the C compiler to build assembly code.
4288
4289 test "${CCAS+set}" = set || CCAS=$CC
4290 test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
4291
4292
4293
4294 depcc="$CCAS"   am_compiler_list=
4295
4296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4297 $as_echo_n "checking dependency style of $depcc... " >&6; }
4298 if ${am_cv_CCAS_dependencies_compiler_type+:} false; then :
4299   $as_echo_n "(cached) " >&6
4300 else
4301   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4302   # We make a subdir and do the tests there.  Otherwise we can end up
4303   # making bogus files that we don't know about and never remove.  For
4304   # instance it was reported that on HP-UX the gcc test will end up
4305   # making a dummy file named 'D' -- because '-MD' means "put the output
4306   # in D".
4307   rm -rf conftest.dir
4308   mkdir conftest.dir
4309   # Copy depcomp to subdir because otherwise we won't find it if we're
4310   # using a relative directory.
4311   cp "$am_depcomp" conftest.dir
4312   cd conftest.dir
4313   # We will build objects and dependencies in a subdirectory because
4314   # it helps to detect inapplicable dependency modes.  For instance
4315   # both Tru64's cc and ICC support -MD to output dependencies as a
4316   # side effect of compilation, but ICC will put the dependencies in
4317   # the current directory while Tru64 will put them in the object
4318   # directory.
4319   mkdir sub
4320
4321   am_cv_CCAS_dependencies_compiler_type=none
4322   if test "$am_compiler_list" = ""; then
4323      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4324   fi
4325   am__universal=false
4326
4327
4328   for depmode in $am_compiler_list; do
4329     # Setup a source with many dependencies, because some compilers
4330     # like to wrap large dependency lists on column 80 (with \), and
4331     # we should not choose a depcomp mode which is confused by this.
4332     #
4333     # We need to recreate these files for each test, as the compiler may
4334     # overwrite some of them when testing with obscure command lines.
4335     # This happens at least with the AIX C compiler.
4336     : > sub/conftest.c
4337     for i in 1 2 3 4 5 6; do
4338       echo '#include "conftst'$i'.h"' >> sub/conftest.c
4339       # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4340       # Solaris 10 /bin/sh.
4341       echo '/* dummy */' > sub/conftst$i.h
4342     done
4343     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4344
4345     # We check with '-c' and '-o' for the sake of the "dashmstdout"
4346     # mode.  It turns out that the SunPro C++ compiler does not properly
4347     # handle '-M -o', and we need to detect this.  Also, some Intel
4348     # versions had trouble with output in subdirs.
4349     am__obj=sub/conftest.${OBJEXT-o}
4350     am__minus_obj="-o $am__obj"
4351     case $depmode in
4352     gcc)
4353       # This depmode causes a compiler race in universal mode.
4354       test "$am__universal" = false || continue
4355       ;;
4356     nosideeffect)
4357       # After this tag, mechanisms are not by side-effect, so they'll
4358       # only be used when explicitly requested.
4359       if test "x$enable_dependency_tracking" = xyes; then
4360         continue
4361       else
4362         break
4363       fi
4364       ;;
4365     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4366       # This compiler won't grok '-c -o', but also, the minuso test has
4367       # not run yet.  These depmodes are late enough in the game, and
4368       # so weak that their functioning should not be impacted.
4369       am__obj=conftest.${OBJEXT-o}
4370       am__minus_obj=
4371       ;;
4372     none) break ;;
4373     esac
4374     if depmode=$depmode \
4375        source=sub/conftest.c object=$am__obj \
4376        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4377        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4378          >/dev/null 2>conftest.err &&
4379        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4380        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4381        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4382        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4383       # icc doesn't choke on unknown options, it will just issue warnings
4384       # or remarks (even with -Werror).  So we grep stderr for any message
4385       # that says an option was ignored or not supported.
4386       # When given -MP, icc 7.0 and 7.1 complain thusly:
4387       #   icc: Command line warning: ignoring option '-M'; no argument required
4388       # The diagnosis changed in icc 8.0:
4389       #   icc: Command line remark: option '-MP' not supported
4390       if (grep 'ignoring option' conftest.err ||
4391           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4392         am_cv_CCAS_dependencies_compiler_type=$depmode
4393         break
4394       fi
4395     fi
4396   done
4397
4398   cd ..
4399   rm -rf conftest.dir
4400 else
4401   am_cv_CCAS_dependencies_compiler_type=none
4402 fi
4403
4404 fi
4405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CCAS_dependencies_compiler_type" >&5
4406 $as_echo "$am_cv_CCAS_dependencies_compiler_type" >&6; }
4407 CCASDEPMODE=depmode=$am_cv_CCAS_dependencies_compiler_type
4408
4409  if
4410   test "x$enable_dependency_tracking" != xno \
4411   && test "$am_cv_CCAS_dependencies_compiler_type" = gcc3; then
4412   am__fastdepCCAS_TRUE=
4413   am__fastdepCCAS_FALSE='#'
4414 else
4415   am__fastdepCCAS_TRUE='#'
4416   am__fastdepCCAS_FALSE=
4417 fi
4418
4419
4420 if test "x$CC" != xcc; then
4421   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5
4422 $as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
4423 else
4424   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5
4425 $as_echo_n "checking whether cc understands -c and -o together... " >&6; }
4426 fi
4427 set dummy $CC; ac_cc=`$as_echo "$2" |
4428                       sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
4429 if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then :
4430   $as_echo_n "(cached) " >&6
4431 else
4432   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4433 /* end confdefs.h.  */
4434
4435 int
4436 main ()
4437 {
4438
4439   ;
4440   return 0;
4441 }
4442 _ACEOF
4443 # Make sure it works both with $CC and with simple cc.
4444 # We do the test twice because some compilers refuse to overwrite an
4445 # existing .o file with -o, though they will create one.
4446 ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
4447 rm -f conftest2.*
4448 if { { case "(($ac_try" in
4449   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4450   *) ac_try_echo=$ac_try;;
4451 esac
4452 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4453 $as_echo "$ac_try_echo"; } >&5
4454   (eval "$ac_try") 2>&5
4455   ac_status=$?
4456   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4457   test $ac_status = 0; } &&
4458    test -f conftest2.$ac_objext && { { case "(($ac_try" in
4459   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4460   *) ac_try_echo=$ac_try;;
4461 esac
4462 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4463 $as_echo "$ac_try_echo"; } >&5
4464   (eval "$ac_try") 2>&5
4465   ac_status=$?
4466   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4467   test $ac_status = 0; };
4468 then
4469   eval ac_cv_prog_cc_${ac_cc}_c_o=yes
4470   if test "x$CC" != xcc; then
4471     # Test first that cc exists at all.
4472     if { ac_try='cc -c conftest.$ac_ext >&5'
4473   { { case "(($ac_try" in
4474   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4475   *) ac_try_echo=$ac_try;;
4476 esac
4477 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4478 $as_echo "$ac_try_echo"; } >&5
4479   (eval "$ac_try") 2>&5
4480   ac_status=$?
4481   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4482   test $ac_status = 0; }; }; then
4483       ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
4484       rm -f conftest2.*
4485       if { { case "(($ac_try" in
4486   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4487   *) ac_try_echo=$ac_try;;
4488 esac
4489 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4490 $as_echo "$ac_try_echo"; } >&5
4491   (eval "$ac_try") 2>&5
4492   ac_status=$?
4493   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4494   test $ac_status = 0; } &&
4495          test -f conftest2.$ac_objext && { { case "(($ac_try" in
4496   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4497   *) ac_try_echo=$ac_try;;
4498 esac
4499 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4500 $as_echo "$ac_try_echo"; } >&5
4501   (eval "$ac_try") 2>&5
4502   ac_status=$?
4503   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4504   test $ac_status = 0; };
4505       then
4506         # cc works too.
4507         :
4508       else
4509         # cc exists but doesn't like -o.
4510         eval ac_cv_prog_cc_${ac_cc}_c_o=no
4511       fi
4512     fi
4513   fi
4514 else
4515   eval ac_cv_prog_cc_${ac_cc}_c_o=no
4516 fi
4517 rm -f core conftest*
4518
4519 fi
4520 if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
4521   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4522 $as_echo "yes" >&6; }
4523 else
4524   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4525 $as_echo "no" >&6; }
4526
4527 $as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h
4528
4529 fi
4530
4531 # FIXME: we rely on the cache variable name because
4532 # there is no other way.
4533 set dummy $CC
4534 am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
4535 eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
4536 if test "$am_t" != yes; then
4537    # Losing compiler, so override with the script.
4538    # FIXME: It is wrong to rewrite CC.
4539    # But if we don't then we get into trouble of one sort or another.
4540    # A longer-term fix would be to have automake use am__CC in this case,
4541    # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4542    CC="$am_aux_dir/compile $CC"
4543 fi
4544
4545
4546 case `pwd` in
4547   *\ * | *\     *)
4548     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4549 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4550 esac
4551
4552
4553
4554 macro_version='2.4.2'
4555 macro_revision='1.3337'
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569 ltmain="$ac_aux_dir/ltmain.sh"
4570
4571 # Backslashify metacharacters that are still active within
4572 # double-quoted strings.
4573 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
4574
4575 # Same as above, but do not quote variable references.
4576 double_quote_subst='s/\(["`\\]\)/\\\1/g'
4577
4578 # Sed substitution to delay expansion of an escaped shell variable in a
4579 # double_quote_subst'ed string.
4580 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4581
4582 # Sed substitution to delay expansion of an escaped single quote.
4583 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4584
4585 # Sed substitution to avoid accidental globbing in evaled expressions
4586 no_glob_subst='s/\*/\\\*/g'
4587
4588 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4589 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4590 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4591
4592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4593 $as_echo_n "checking how to print strings... " >&6; }
4594 # Test print first, because it will be a builtin if present.
4595 if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
4596    test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4597   ECHO='print -r --'
4598 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4599   ECHO='printf %s\n'
4600 else
4601   # Use this function as a fallback that always works.
4602   func_fallback_echo ()
4603   {
4604     eval 'cat <<_LTECHO_EOF
4605 $1
4606 _LTECHO_EOF'
4607   }
4608   ECHO='func_fallback_echo'
4609 fi
4610
4611 # func_echo_all arg...
4612 # Invoke $ECHO with all args, space-separated.
4613 func_echo_all ()
4614 {
4615     $ECHO ""
4616 }
4617
4618 case "$ECHO" in
4619   printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4620 $as_echo "printf" >&6; } ;;
4621   print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4622 $as_echo "print -r" >&6; } ;;
4623   *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4624 $as_echo "cat" >&6; } ;;
4625 esac
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4641 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
4642 if ${ac_cv_path_SED+:} false; then :
4643   $as_echo_n "(cached) " >&6
4644 else
4645             ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4646      for ac_i in 1 2 3 4 5 6 7; do
4647        ac_script="$ac_script$as_nl$ac_script"
4648      done
4649      echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4650      { ac_script=; unset ac_script;}
4651      if test -z "$SED"; then
4652   ac_path_SED_found=false
4653   # Loop through the user's path and test for each of PROGNAME-LIST
4654   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4655 for as_dir in $PATH
4656 do
4657   IFS=$as_save_IFS
4658   test -z "$as_dir" && as_dir=.
4659     for ac_prog in sed gsed; do
4660     for ac_exec_ext in '' $ac_executable_extensions; do
4661       ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4662       as_fn_executable_p "$ac_path_SED" || continue
4663 # Check for GNU ac_path_SED and select it if it is found.
4664   # Check for GNU $ac_path_SED
4665 case `"$ac_path_SED" --version 2>&1` in
4666 *GNU*)
4667   ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4668 *)
4669   ac_count=0
4670   $as_echo_n 0123456789 >"conftest.in"
4671   while :
4672   do
4673     cat "conftest.in" "conftest.in" >"conftest.tmp"
4674     mv "conftest.tmp" "conftest.in"
4675     cp "conftest.in" "conftest.nl"
4676     $as_echo '' >> "conftest.nl"
4677     "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4678     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4679     as_fn_arith $ac_count + 1 && ac_count=$as_val
4680     if test $ac_count -gt ${ac_path_SED_max-0}; then
4681       # Best one so far, save it but keep looking for a better one
4682       ac_cv_path_SED="$ac_path_SED"
4683       ac_path_SED_max=$ac_count
4684     fi
4685     # 10*(2^10) chars as input seems more than enough
4686     test $ac_count -gt 10 && break
4687   done
4688   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4689 esac
4690
4691       $ac_path_SED_found && break 3
4692     done
4693   done
4694   done
4695 IFS=$as_save_IFS
4696   if test -z "$ac_cv_path_SED"; then
4697     as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
4698   fi
4699 else
4700   ac_cv_path_SED=$SED
4701 fi
4702
4703 fi
4704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4705 $as_echo "$ac_cv_path_SED" >&6; }
4706  SED="$ac_cv_path_SED"
4707   rm -f conftest.sed
4708
4709 test -z "$SED" && SED=sed
4710 Xsed="$SED -e 1s/^X//"
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4723 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4724 if ${ac_cv_path_GREP+:} false; then :
4725   $as_echo_n "(cached) " >&6
4726 else
4727   if test -z "$GREP"; then
4728   ac_path_GREP_found=false
4729   # Loop through the user's path and test for each of PROGNAME-LIST
4730   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4731 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4732 do
4733   IFS=$as_save_IFS
4734   test -z "$as_dir" && as_dir=.
4735     for ac_prog in grep ggrep; do
4736     for ac_exec_ext in '' $ac_executable_extensions; do
4737       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4738       as_fn_executable_p "$ac_path_GREP" || continue
4739 # Check for GNU ac_path_GREP and select it if it is found.
4740   # Check for GNU $ac_path_GREP
4741 case `"$ac_path_GREP" --version 2>&1` in
4742 *GNU*)
4743   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4744 *)
4745   ac_count=0
4746   $as_echo_n 0123456789 >"conftest.in"
4747   while :
4748   do
4749     cat "conftest.in" "conftest.in" >"conftest.tmp"
4750     mv "conftest.tmp" "conftest.in"
4751     cp "conftest.in" "conftest.nl"
4752     $as_echo 'GREP' >> "conftest.nl"
4753     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4754     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4755     as_fn_arith $ac_count + 1 && ac_count=$as_val
4756     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4757       # Best one so far, save it but keep looking for a better one
4758       ac_cv_path_GREP="$ac_path_GREP"
4759       ac_path_GREP_max=$ac_count
4760     fi
4761     # 10*(2^10) chars as input seems more than enough
4762     test $ac_count -gt 10 && break
4763   done
4764   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4765 esac
4766
4767       $ac_path_GREP_found && break 3
4768     done
4769   done
4770   done
4771 IFS=$as_save_IFS
4772   if test -z "$ac_cv_path_GREP"; then
4773     as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4774   fi
4775 else
4776   ac_cv_path_GREP=$GREP
4777 fi
4778
4779 fi
4780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4781 $as_echo "$ac_cv_path_GREP" >&6; }
4782  GREP="$ac_cv_path_GREP"
4783
4784
4785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4786 $as_echo_n "checking for egrep... " >&6; }
4787 if ${ac_cv_path_EGREP+:} false; then :
4788   $as_echo_n "(cached) " >&6
4789 else
4790   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4791    then ac_cv_path_EGREP="$GREP -E"
4792    else
4793      if test -z "$EGREP"; then
4794   ac_path_EGREP_found=false
4795   # Loop through the user's path and test for each of PROGNAME-LIST
4796   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4797 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4798 do
4799   IFS=$as_save_IFS
4800   test -z "$as_dir" && as_dir=.
4801     for ac_prog in egrep; do
4802     for ac_exec_ext in '' $ac_executable_extensions; do
4803       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4804       as_fn_executable_p "$ac_path_EGREP" || continue
4805 # Check for GNU ac_path_EGREP and select it if it is found.
4806   # Check for GNU $ac_path_EGREP
4807 case `"$ac_path_EGREP" --version 2>&1` in
4808 *GNU*)
4809   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4810 *)
4811   ac_count=0
4812   $as_echo_n 0123456789 >"conftest.in"
4813   while :
4814   do
4815     cat "conftest.in" "conftest.in" >"conftest.tmp"
4816     mv "conftest.tmp" "conftest.in"
4817     cp "conftest.in" "conftest.nl"
4818     $as_echo 'EGREP' >> "conftest.nl"
4819     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4820     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4821     as_fn_arith $ac_count + 1 && ac_count=$as_val
4822     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4823       # Best one so far, save it but keep looking for a better one
4824       ac_cv_path_EGREP="$ac_path_EGREP"
4825       ac_path_EGREP_max=$ac_count
4826     fi
4827     # 10*(2^10) chars as input seems more than enough
4828     test $ac_count -gt 10 && break
4829   done
4830   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4831 esac
4832
4833       $ac_path_EGREP_found && break 3
4834     done
4835   done
4836   done
4837 IFS=$as_save_IFS
4838   if test -z "$ac_cv_path_EGREP"; then
4839     as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4840   fi
4841 else
4842   ac_cv_path_EGREP=$EGREP
4843 fi
4844
4845    fi
4846 fi
4847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4848 $as_echo "$ac_cv_path_EGREP" >&6; }
4849  EGREP="$ac_cv_path_EGREP"
4850
4851
4852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4853 $as_echo_n "checking for fgrep... " >&6; }
4854 if ${ac_cv_path_FGREP+:} false; then :
4855   $as_echo_n "(cached) " >&6
4856 else
4857   if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4858    then ac_cv_path_FGREP="$GREP -F"
4859    else
4860      if test -z "$FGREP"; then
4861   ac_path_FGREP_found=false
4862   # Loop through the user's path and test for each of PROGNAME-LIST
4863   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4864 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4865 do
4866   IFS=$as_save_IFS
4867   test -z "$as_dir" && as_dir=.
4868     for ac_prog in fgrep; do
4869     for ac_exec_ext in '' $ac_executable_extensions; do
4870       ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4871       as_fn_executable_p "$ac_path_FGREP" || continue
4872 # Check for GNU ac_path_FGREP and select it if it is found.
4873   # Check for GNU $ac_path_FGREP
4874 case `"$ac_path_FGREP" --version 2>&1` in
4875 *GNU*)
4876   ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4877 *)
4878   ac_count=0
4879   $as_echo_n 0123456789 >"conftest.in"
4880   while :
4881   do
4882     cat "conftest.in" "conftest.in" >"conftest.tmp"
4883     mv "conftest.tmp" "conftest.in"
4884     cp "conftest.in" "conftest.nl"
4885     $as_echo 'FGREP' >> "conftest.nl"
4886     "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4887     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4888     as_fn_arith $ac_count + 1 && ac_count=$as_val
4889     if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4890       # Best one so far, save it but keep looking for a better one
4891       ac_cv_path_FGREP="$ac_path_FGREP"
4892       ac_path_FGREP_max=$ac_count
4893     fi
4894     # 10*(2^10) chars as input seems more than enough
4895     test $ac_count -gt 10 && break
4896   done
4897   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4898 esac
4899
4900       $ac_path_FGREP_found && break 3
4901     done
4902   done
4903   done
4904 IFS=$as_save_IFS
4905   if test -z "$ac_cv_path_FGREP"; then
4906     as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4907   fi
4908 else
4909   ac_cv_path_FGREP=$FGREP
4910 fi
4911
4912    fi
4913 fi
4914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4915 $as_echo "$ac_cv_path_FGREP" >&6; }
4916  FGREP="$ac_cv_path_FGREP"
4917
4918
4919 test -z "$GREP" && GREP=grep
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939 # Check whether --with-gnu-ld was given.
4940 if test "${with_gnu_ld+set}" = set; then :
4941   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4942 else
4943   with_gnu_ld=no
4944 fi
4945
4946 ac_prog=ld
4947 if test "$GCC" = yes; then
4948   # Check if gcc -print-prog-name=ld gives a path.
4949   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4950 $as_echo_n "checking for ld used by $CC... " >&6; }
4951   case $host in
4952   *-*-mingw*)
4953     # gcc leaves a trailing carriage return which upsets mingw
4954     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4955   *)
4956     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4957   esac
4958   case $ac_prog in
4959     # Accept absolute paths.
4960     [\\/]* | ?:[\\/]*)
4961       re_direlt='/[^/][^/]*/\.\./'
4962       # Canonicalize the pathname of ld
4963       ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4964       while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4965         ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4966       done
4967       test -z "$LD" && LD="$ac_prog"
4968       ;;
4969   "")
4970     # If it fails, then pretend we aren't using GCC.
4971     ac_prog=ld
4972     ;;
4973   *)
4974     # If it is relative, then search for the first ld in PATH.
4975     with_gnu_ld=unknown
4976     ;;
4977   esac
4978 elif test "$with_gnu_ld" = yes; then
4979   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4980 $as_echo_n "checking for GNU ld... " >&6; }
4981 else
4982   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4983 $as_echo_n "checking for non-GNU ld... " >&6; }
4984 fi
4985 if ${lt_cv_path_LD+:} false; then :
4986   $as_echo_n "(cached) " >&6
4987 else
4988   if test -z "$LD"; then
4989   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4990   for ac_dir in $PATH; do
4991     IFS="$lt_save_ifs"
4992     test -z "$ac_dir" && ac_dir=.
4993     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4994       lt_cv_path_LD="$ac_dir/$ac_prog"
4995       # Check to see if the program is GNU ld.  I'd rather use --version,
4996       # but apparently some variants of GNU ld only accept -v.
4997       # Break only if it was the GNU/non-GNU ld that we prefer.
4998       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4999       *GNU* | *'with BFD'*)
5000         test "$with_gnu_ld" != no && break
5001         ;;
5002       *)
5003         test "$with_gnu_ld" != yes && break
5004         ;;
5005       esac
5006     fi
5007   done
5008   IFS="$lt_save_ifs"
5009 else
5010   lt_cv_path_LD="$LD" # Let the user override the test with a path.
5011 fi
5012 fi
5013
5014 LD="$lt_cv_path_LD"
5015 if test -n "$LD"; then
5016   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5017 $as_echo "$LD" >&6; }
5018 else
5019   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5020 $as_echo "no" >&6; }
5021 fi
5022 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
5023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5024 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5025 if ${lt_cv_prog_gnu_ld+:} false; then :
5026   $as_echo_n "(cached) " >&6
5027 else
5028   # I'd rather use --version here, but apparently some GNU lds only accept -v.
5029 case `$LD -v 2>&1 </dev/null` in
5030 *GNU* | *'with BFD'*)
5031   lt_cv_prog_gnu_ld=yes
5032   ;;
5033 *)
5034   lt_cv_prog_gnu_ld=no
5035   ;;
5036 esac
5037 fi
5038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5039 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5040 with_gnu_ld=$lt_cv_prog_gnu_ld
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5051 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5052 if ${lt_cv_path_NM+:} false; then :
5053   $as_echo_n "(cached) " >&6
5054 else
5055   if test -n "$NM"; then
5056   # Let the user override the test.
5057   lt_cv_path_NM="$NM"
5058 else
5059   lt_nm_to_check="${ac_tool_prefix}nm"
5060   if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5061     lt_nm_to_check="$lt_nm_to_check nm"
5062   fi
5063   for lt_tmp_nm in $lt_nm_to_check; do
5064     lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5065     for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5066       IFS="$lt_save_ifs"
5067       test -z "$ac_dir" && ac_dir=.
5068       tmp_nm="$ac_dir/$lt_tmp_nm"
5069       if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5070         # Check to see if the nm accepts a BSD-compat flag.
5071         # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5072         #   nm: unknown option "B" ignored
5073         # Tru64's nm complains that /dev/null is an invalid object file
5074         case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5075         */dev/null* | *'Invalid file or object type'*)
5076           lt_cv_path_NM="$tmp_nm -B"
5077           break
5078           ;;
5079         *)
5080           case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5081           */dev/null*)
5082             lt_cv_path_NM="$tmp_nm -p"
5083             break
5084             ;;
5085           *)
5086             lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5087             continue # so that we can try to find one that supports BSD flags
5088             ;;
5089           esac
5090           ;;
5091         esac
5092       fi
5093     done
5094     IFS="$lt_save_ifs"
5095   done
5096   : ${lt_cv_path_NM=no}
5097 fi
5098 fi
5099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5100 $as_echo "$lt_cv_path_NM" >&6; }
5101 if test "$lt_cv_path_NM" != "no"; then
5102   NM="$lt_cv_path_NM"
5103 else
5104   # Didn't find any BSD compatible name lister, look for dumpbin.
5105   if test -n "$DUMPBIN"; then :
5106     # Let the user override the test.
5107   else
5108     if test -n "$ac_tool_prefix"; then
5109   for ac_prog in dumpbin "link -dump"
5110   do
5111     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5112 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5114 $as_echo_n "checking for $ac_word... " >&6; }
5115 if ${ac_cv_prog_DUMPBIN+:} false; then :
5116   $as_echo_n "(cached) " >&6
5117 else
5118   if test -n "$DUMPBIN"; then
5119   ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5120 else
5121 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5122 for as_dir in $PATH
5123 do
5124   IFS=$as_save_IFS
5125   test -z "$as_dir" && as_dir=.
5126     for ac_exec_ext in '' $ac_executable_extensions; do
5127   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5128     ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5129     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5130     break 2
5131   fi
5132 done
5133   done
5134 IFS=$as_save_IFS
5135
5136 fi
5137 fi
5138 DUMPBIN=$ac_cv_prog_DUMPBIN
5139 if test -n "$DUMPBIN"; then
5140   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5141 $as_echo "$DUMPBIN" >&6; }
5142 else
5143   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5144 $as_echo "no" >&6; }
5145 fi
5146
5147
5148     test -n "$DUMPBIN" && break
5149   done
5150 fi
5151 if test -z "$DUMPBIN"; then
5152   ac_ct_DUMPBIN=$DUMPBIN
5153   for ac_prog in dumpbin "link -dump"
5154 do
5155   # Extract the first word of "$ac_prog", so it can be a program name with args.
5156 set dummy $ac_prog; ac_word=$2
5157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5158 $as_echo_n "checking for $ac_word... " >&6; }
5159 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5160   $as_echo_n "(cached) " >&6
5161 else
5162   if test -n "$ac_ct_DUMPBIN"; then
5163   ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5164 else
5165 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5166 for as_dir in $PATH
5167 do
5168   IFS=$as_save_IFS
5169   test -z "$as_dir" && as_dir=.
5170     for ac_exec_ext in '' $ac_executable_extensions; do
5171   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5172     ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5173     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5174     break 2
5175   fi
5176 done
5177   done
5178 IFS=$as_save_IFS
5179
5180 fi
5181 fi
5182 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5183 if test -n "$ac_ct_DUMPBIN"; then
5184   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5185 $as_echo "$ac_ct_DUMPBIN" >&6; }
5186 else
5187   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5188 $as_echo "no" >&6; }
5189 fi
5190
5191
5192   test -n "$ac_ct_DUMPBIN" && break
5193 done
5194
5195   if test "x$ac_ct_DUMPBIN" = x; then
5196     DUMPBIN=":"
5197   else
5198     case $cross_compiling:$ac_tool_warned in
5199 yes:)
5200 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5201 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5202 ac_tool_warned=yes ;;
5203 esac
5204     DUMPBIN=$ac_ct_DUMPBIN
5205   fi
5206 fi
5207
5208     case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5209     *COFF*)
5210       DUMPBIN="$DUMPBIN -symbols"
5211       ;;
5212     *)
5213       DUMPBIN=:
5214       ;;
5215     esac
5216   fi
5217
5218   if test "$DUMPBIN" != ":"; then
5219     NM="$DUMPBIN"
5220   fi
5221 fi
5222 test -z "$NM" && NM=nm
5223
5224
5225
5226
5227
5228
5229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5230 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5231 if ${lt_cv_nm_interface+:} false; then :
5232   $as_echo_n "(cached) " >&6
5233 else
5234   lt_cv_nm_interface="BSD nm"
5235   echo "int some_variable = 0;" > conftest.$ac_ext
5236   (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5237   (eval "$ac_compile" 2>conftest.err)
5238   cat conftest.err >&5
5239   (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5240   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5241   cat conftest.err >&5
5242   (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5243   cat conftest.out >&5
5244   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5245     lt_cv_nm_interface="MS dumpbin"
5246   fi
5247   rm -f conftest*
5248 fi
5249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5250 $as_echo "$lt_cv_nm_interface" >&6; }
5251
5252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5253 $as_echo_n "checking whether ln -s works... " >&6; }
5254 LN_S=$as_ln_s
5255 if test "$LN_S" = "ln -s"; then
5256   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5257 $as_echo "yes" >&6; }
5258 else
5259   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5260 $as_echo "no, using $LN_S" >&6; }
5261 fi
5262
5263 # find the maximum length of command line arguments
5264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5265 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5266 if ${lt_cv_sys_max_cmd_len+:} false; then :
5267   $as_echo_n "(cached) " >&6
5268 else
5269     i=0
5270   teststring="ABCD"
5271
5272   case $build_os in
5273   msdosdjgpp*)
5274     # On DJGPP, this test can blow up pretty badly due to problems in libc
5275     # (any single argument exceeding 2000 bytes causes a buffer overrun
5276     # during glob expansion).  Even if it were fixed, the result of this
5277     # check would be larger than it should be.
5278     lt_cv_sys_max_cmd_len=12288;    # 12K is about right
5279     ;;
5280
5281   gnu*)
5282     # Under GNU Hurd, this test is not required because there is
5283     # no limit to the length of command line arguments.
5284     # Libtool will interpret -1 as no limit whatsoever
5285     lt_cv_sys_max_cmd_len=-1;
5286     ;;
5287
5288   cygwin* | mingw* | cegcc*)
5289     # On Win9x/ME, this test blows up -- it succeeds, but takes
5290     # about 5 minutes as the teststring grows exponentially.
5291     # Worse, since 9x/ME are not pre-emptively multitasking,
5292     # you end up with a "frozen" computer, even though with patience
5293     # the test eventually succeeds (with a max line length of 256k).
5294     # Instead, let's just punt: use the minimum linelength reported by
5295     # all of the supported platforms: 8192 (on NT/2K/XP).
5296     lt_cv_sys_max_cmd_len=8192;
5297     ;;
5298
5299   mint*)
5300     # On MiNT this can take a long time and run out of memory.
5301     lt_cv_sys_max_cmd_len=8192;
5302     ;;
5303
5304   amigaos*)
5305     # On AmigaOS with pdksh, this test takes hours, literally.
5306     # So we just punt and use a minimum line length of 8192.
5307     lt_cv_sys_max_cmd_len=8192;
5308     ;;
5309
5310   netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5311     # This has been around since 386BSD, at least.  Likely further.
5312     if test -x /sbin/sysctl; then
5313       lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5314     elif test -x /usr/sbin/sysctl; then
5315       lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5316     else
5317       lt_cv_sys_max_cmd_len=65536       # usable default for all BSDs
5318     fi
5319     # And add a safety zone
5320     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5321     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5322     ;;
5323
5324   interix*)
5325     # We know the value 262144 and hardcode it with a safety zone (like BSD)
5326     lt_cv_sys_max_cmd_len=196608
5327     ;;
5328
5329   os2*)
5330     # The test takes a long time on OS/2.
5331     lt_cv_sys_max_cmd_len=8192
5332     ;;
5333
5334   osf*)
5335     # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5336     # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5337     # nice to cause kernel panics so lets avoid the loop below.
5338     # First set a reasonable default.
5339     lt_cv_sys_max_cmd_len=16384
5340     #
5341     if test -x /sbin/sysconfig; then
5342       case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5343         *1*) lt_cv_sys_max_cmd_len=-1 ;;
5344       esac
5345     fi
5346     ;;
5347   sco3.2v5*)
5348     lt_cv_sys_max_cmd_len=102400
5349     ;;
5350   sysv5* | sco5v6* | sysv4.2uw2*)
5351     kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5352     if test -n "$kargmax"; then
5353       lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[  ]//'`
5354     else
5355       lt_cv_sys_max_cmd_len=32768
5356     fi
5357     ;;
5358   *)
5359     lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5360     if test -n "$lt_cv_sys_max_cmd_len"; then
5361       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5362       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5363     else
5364       # Make teststring a little bigger before we do anything with it.
5365       # a 1K string should be a reasonable start.
5366       for i in 1 2 3 4 5 6 7 8 ; do
5367         teststring=$teststring$teststring
5368       done
5369       SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5370       # If test is not a shell built-in, we'll probably end up computing a
5371       # maximum length that is only half of the actual maximum length, but
5372       # we can't tell.
5373       while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
5374                  = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5375               test $i != 17 # 1/2 MB should be enough
5376       do
5377         i=`expr $i + 1`
5378         teststring=$teststring$teststring
5379       done
5380       # Only check the string length outside the loop.
5381       lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5382       teststring=
5383       # Add a significant safety factor because C++ compilers can tack on
5384       # massive amounts of additional arguments before passing them to the
5385       # linker.  It appears as though 1/2 is a usable value.
5386       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5387     fi
5388     ;;
5389   esac
5390
5391 fi
5392
5393 if test -n $lt_cv_sys_max_cmd_len ; then
5394   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5395 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5396 else
5397   { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5398 $as_echo "none" >&6; }
5399 fi
5400 max_cmd_len=$lt_cv_sys_max_cmd_len
5401
5402
5403
5404
5405
5406
5407 : ${CP="cp -f"}
5408 : ${MV="mv -f"}
5409 : ${RM="rm -f"}
5410
5411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5412 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5413 # Try some XSI features
5414 xsi_shell=no
5415 ( _lt_dummy="a/b/c"
5416   test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \
5417       = c,a/b,b/c, \
5418     && eval 'test $(( 1 + 1 )) -eq 2 \
5419     && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5420   && xsi_shell=yes
5421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5422 $as_echo "$xsi_shell" >&6; }
5423
5424
5425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5426 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5427 lt_shell_append=no
5428 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5429     >/dev/null 2>&1 \
5430   && lt_shell_append=yes
5431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5432 $as_echo "$lt_shell_append" >&6; }
5433
5434
5435 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5436   lt_unset=unset
5437 else
5438   lt_unset=false
5439 fi
5440
5441
5442
5443
5444
5445 # test EBCDIC or ASCII
5446 case `echo X|tr X '\101'` in
5447  A) # ASCII based system
5448     # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5449   lt_SP2NL='tr \040 \012'
5450   lt_NL2SP='tr \015\012 \040\040'
5451   ;;
5452  *) # EBCDIC based system
5453   lt_SP2NL='tr \100 \n'
5454   lt_NL2SP='tr \r\n \100\100'
5455   ;;
5456 esac
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5
5467 $as_echo_n "checking how to convert $build file names to $host format... " >&6; }
5468 if ${lt_cv_to_host_file_cmd+:} false; then :
5469   $as_echo_n "(cached) " >&6
5470 else
5471   case $host in
5472   *-*-mingw* )
5473     case $build in
5474       *-*-mingw* ) # actually msys
5475         lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
5476         ;;
5477       *-*-cygwin* )
5478         lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32
5479         ;;
5480       * ) # otherwise, assume *nix
5481         lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32
5482         ;;
5483     esac
5484     ;;
5485   *-*-cygwin* )
5486     case $build in
5487       *-*-mingw* ) # actually msys
5488         lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin
5489         ;;
5490       *-*-cygwin* )
5491         lt_cv_to_host_file_cmd=func_convert_file_noop
5492         ;;
5493       * ) # otherwise, assume *nix
5494         lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin
5495         ;;
5496     esac
5497     ;;
5498   * ) # unhandled hosts (and "normal" native builds)
5499     lt_cv_to_host_file_cmd=func_convert_file_noop
5500     ;;
5501 esac
5502
5503 fi
5504
5505 to_host_file_cmd=$lt_cv_to_host_file_cmd
5506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5
5507 $as_echo "$lt_cv_to_host_file_cmd" >&6; }
5508
5509
5510
5511
5512
5513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5
5514 $as_echo_n "checking how to convert $build file names to toolchain format... " >&6; }
5515 if ${lt_cv_to_tool_file_cmd+:} false; then :
5516   $as_echo_n "(cached) " >&6
5517 else
5518   #assume ordinary cross tools, or native build.
5519 lt_cv_to_tool_file_cmd=func_convert_file_noop
5520 case $host in
5521   *-*-mingw* )
5522     case $build in
5523       *-*-mingw* ) # actually msys
5524         lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
5525         ;;
5526     esac
5527     ;;
5528 esac
5529
5530 fi
5531
5532 to_tool_file_cmd=$lt_cv_to_tool_file_cmd
5533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5
5534 $as_echo "$lt_cv_to_tool_file_cmd" >&6; }
5535
5536
5537
5538
5539
5540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5541 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5542 if ${lt_cv_ld_reload_flag+:} false; then :
5543   $as_echo_n "(cached) " >&6
5544 else
5545   lt_cv_ld_reload_flag='-r'
5546 fi
5547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5548 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5549 reload_flag=$lt_cv_ld_reload_flag
5550 case $reload_flag in
5551 "" | " "*) ;;
5552 *) reload_flag=" $reload_flag" ;;
5553 esac
5554 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5555 case $host_os in
5556   cygwin* | mingw* | pw32* | cegcc*)
5557     if test "$GCC" != yes; then
5558       reload_cmds=false
5559     fi
5560     ;;
5561   darwin*)
5562     if test "$GCC" = yes; then
5563       reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5564     else
5565       reload_cmds='$LD$reload_flag -o $output$reload_objs'
5566     fi
5567     ;;
5568 esac
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578 if test -n "$ac_tool_prefix"; then
5579   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5580 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5582 $as_echo_n "checking for $ac_word... " >&6; }
5583 if ${ac_cv_prog_OBJDUMP+:} false; then :
5584   $as_echo_n "(cached) " >&6
5585 else
5586   if test -n "$OBJDUMP"; then
5587   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5588 else
5589 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5590 for as_dir in $PATH
5591 do
5592   IFS=$as_save_IFS
5593   test -z "$as_dir" && as_dir=.
5594     for ac_exec_ext in '' $ac_executable_extensions; do
5595   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5596     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5597     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5598     break 2
5599   fi
5600 done
5601   done
5602 IFS=$as_save_IFS
5603
5604 fi
5605 fi
5606 OBJDUMP=$ac_cv_prog_OBJDUMP
5607 if test -n "$OBJDUMP"; then
5608   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5609 $as_echo "$OBJDUMP" >&6; }
5610 else
5611   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5612 $as_echo "no" >&6; }
5613 fi
5614
5615
5616 fi
5617 if test -z "$ac_cv_prog_OBJDUMP"; then
5618   ac_ct_OBJDUMP=$OBJDUMP
5619   # Extract the first word of "objdump", so it can be a program name with args.
5620 set dummy objdump; ac_word=$2
5621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5622 $as_echo_n "checking for $ac_word... " >&6; }
5623 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5624   $as_echo_n "(cached) " >&6
5625 else
5626   if test -n "$ac_ct_OBJDUMP"; then
5627   ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5628 else
5629 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5630 for as_dir in $PATH
5631 do
5632   IFS=$as_save_IFS
5633   test -z "$as_dir" && as_dir=.
5634     for ac_exec_ext in '' $ac_executable_extensions; do
5635   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5636     ac_cv_prog_ac_ct_OBJDUMP="objdump"
5637     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5638     break 2
5639   fi
5640 done
5641   done
5642 IFS=$as_save_IFS
5643
5644 fi
5645 fi
5646 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5647 if test -n "$ac_ct_OBJDUMP"; then
5648   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5649 $as_echo "$ac_ct_OBJDUMP" >&6; }
5650 else
5651   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5652 $as_echo "no" >&6; }
5653 fi
5654
5655   if test "x$ac_ct_OBJDUMP" = x; then
5656     OBJDUMP="false"
5657   else
5658     case $cross_compiling:$ac_tool_warned in
5659 yes:)
5660 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5661 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5662 ac_tool_warned=yes ;;
5663 esac
5664     OBJDUMP=$ac_ct_OBJDUMP
5665   fi
5666 else
5667   OBJDUMP="$ac_cv_prog_OBJDUMP"
5668 fi
5669
5670 test -z "$OBJDUMP" && OBJDUMP=objdump
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5681 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5682 if ${lt_cv_deplibs_check_method+:} false; then :
5683   $as_echo_n "(cached) " >&6
5684 else
5685   lt_cv_file_magic_cmd='$MAGIC_CMD'
5686 lt_cv_file_magic_test_file=
5687 lt_cv_deplibs_check_method='unknown'
5688 # Need to set the preceding variable on all platforms that support
5689 # interlibrary dependencies.
5690 # 'none' -- dependencies not supported.
5691 # `unknown' -- same as none, but documents that we really don't know.
5692 # 'pass_all' -- all dependencies passed with no checks.
5693 # 'test_compile' -- check by making test program.
5694 # 'file_magic [[regex]]' -- check by looking for files in library path
5695 # which responds to the $file_magic_cmd with a given extended regex.
5696 # If you have `file' or equivalent on your system and you're not sure
5697 # whether `pass_all' will *always* work, you probably want this one.
5698
5699 case $host_os in
5700 aix[4-9]*)
5701   lt_cv_deplibs_check_method=pass_all
5702   ;;
5703
5704 beos*)
5705   lt_cv_deplibs_check_method=pass_all
5706   ;;
5707
5708 bsdi[45]*)
5709   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5710   lt_cv_file_magic_cmd='/usr/bin/file -L'
5711   lt_cv_file_magic_test_file=/shlib/libc.so
5712   ;;
5713
5714 cygwin*)
5715   # func_win32_libid is a shell function defined in ltmain.sh
5716   lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5717   lt_cv_file_magic_cmd='func_win32_libid'
5718   ;;
5719
5720 mingw* | pw32*)
5721   # Base MSYS/MinGW do not provide the 'file' command needed by
5722   # func_win32_libid shell function, so use a weaker test based on 'objdump',
5723   # unless we find 'file', for example because we are cross-compiling.
5724   # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5725   if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
5726     lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5727     lt_cv_file_magic_cmd='func_win32_libid'
5728   else
5729     # Keep this pattern in sync with the one in func_win32_libid.
5730     lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
5731     lt_cv_file_magic_cmd='$OBJDUMP -f'
5732   fi
5733   ;;
5734
5735 cegcc*)
5736   # use the weaker test based on 'objdump'. See mingw*.
5737   lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5738   lt_cv_file_magic_cmd='$OBJDUMP -f'
5739   ;;
5740
5741 darwin* | rhapsody*)
5742   lt_cv_deplibs_check_method=pass_all
5743   ;;
5744
5745 freebsd* | dragonfly*)
5746   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5747     case $host_cpu in
5748     i*86 )
5749       # Not sure whether the presence of OpenBSD here was a mistake.
5750       # Let's accept both of them until this is cleared up.
5751       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5752       lt_cv_file_magic_cmd=/usr/bin/file
5753       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5754       ;;
5755     esac
5756   else
5757     lt_cv_deplibs_check_method=pass_all
5758   fi
5759   ;;
5760
5761 gnu*)
5762   lt_cv_deplibs_check_method=pass_all
5763   ;;
5764
5765 haiku*)
5766   lt_cv_deplibs_check_method=pass_all
5767   ;;
5768
5769 hpux10.20* | hpux11*)
5770   lt_cv_file_magic_cmd=/usr/bin/file
5771   case $host_cpu in
5772   ia64*)
5773     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5774     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5775     ;;
5776   hppa*64*)
5777     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]'
5778     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5779     ;;
5780   *)
5781     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
5782     lt_cv_file_magic_test_file=/usr/lib/libc.sl
5783     ;;
5784   esac
5785   ;;
5786
5787 interix[3-9]*)
5788   # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5789   lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5790   ;;
5791
5792 irix5* | irix6* | nonstopux*)
5793   case $LD in
5794   *-32|*"-32 ") libmagic=32-bit;;
5795   *-n32|*"-n32 ") libmagic=N32;;
5796   *-64|*"-64 ") libmagic=64-bit;;
5797   *) libmagic=never-match;;
5798   esac
5799   lt_cv_deplibs_check_method=pass_all
5800   ;;
5801
5802 # This must be glibc/ELF.
5803 linux* | k*bsd*-gnu | kopensolaris*-gnu)
5804   lt_cv_deplibs_check_method=pass_all
5805   ;;
5806
5807 netbsd*)
5808   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5809     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5810   else
5811     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5812   fi
5813   ;;
5814
5815 newos6*)
5816   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5817   lt_cv_file_magic_cmd=/usr/bin/file
5818   lt_cv_file_magic_test_file=/usr/lib/libnls.so
5819   ;;
5820
5821 *nto* | *qnx*)
5822   lt_cv_deplibs_check_method=pass_all
5823   ;;
5824
5825 openbsd*)
5826   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5827     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5828   else
5829     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5830   fi
5831   ;;
5832
5833 osf3* | osf4* | osf5*)
5834   lt_cv_deplibs_check_method=pass_all
5835   ;;
5836
5837 rdos*)
5838   lt_cv_deplibs_check_method=pass_all
5839   ;;
5840
5841 solaris*)
5842   lt_cv_deplibs_check_method=pass_all
5843   ;;
5844
5845 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5846   lt_cv_deplibs_check_method=pass_all
5847   ;;
5848
5849 sysv4 | sysv4.3*)
5850   case $host_vendor in
5851   motorola)
5852     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]'
5853     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5854     ;;
5855   ncr)
5856     lt_cv_deplibs_check_method=pass_all
5857     ;;
5858   sequent)
5859     lt_cv_file_magic_cmd='/bin/file'
5860     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5861     ;;
5862   sni)
5863     lt_cv_file_magic_cmd='/bin/file'
5864     lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5865     lt_cv_file_magic_test_file=/lib/libc.so
5866     ;;
5867   siemens)
5868     lt_cv_deplibs_check_method=pass_all
5869     ;;
5870   pc)
5871     lt_cv_deplibs_check_method=pass_all
5872     ;;
5873   esac
5874   ;;
5875
5876 tpf*)
5877   lt_cv_deplibs_check_method=pass_all
5878   ;;
5879 esac
5880
5881 fi
5882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5883 $as_echo "$lt_cv_deplibs_check_method" >&6; }
5884
5885 file_magic_glob=
5886 want_nocaseglob=no
5887 if test "$build" = "$host"; then
5888   case $host_os in
5889   mingw* | pw32*)
5890     if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then
5891       want_nocaseglob=yes
5892     else
5893       file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
5894     fi
5895     ;;
5896   esac
5897 fi
5898
5899 file_magic_cmd=$lt_cv_file_magic_cmd
5900 deplibs_check_method=$lt_cv_deplibs_check_method
5901 test -z "$deplibs_check_method" && deplibs_check_method=unknown
5902
5903
5904
5905
5906
5907
5908
5909
5910
5911
5912
5913
5914
5915
5916
5917
5918
5919
5920
5921
5922
5923
5924 if test -n "$ac_tool_prefix"; then
5925   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
5926 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
5927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5928 $as_echo_n "checking for $ac_word... " >&6; }
5929 if ${ac_cv_prog_DLLTOOL+:} false; then :
5930   $as_echo_n "(cached) " >&6
5931 else
5932   if test -n "$DLLTOOL"; then
5933   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
5934 else
5935 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5936 for as_dir in $PATH
5937 do
5938   IFS=$as_save_IFS
5939   test -z "$as_dir" && as_dir=.
5940     for ac_exec_ext in '' $ac_executable_extensions; do
5941   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5942     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
5943     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5944     break 2
5945   fi
5946 done
5947   done
5948 IFS=$as_save_IFS
5949
5950 fi
5951 fi
5952 DLLTOOL=$ac_cv_prog_DLLTOOL
5953 if test -n "$DLLTOOL"; then
5954   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
5955 $as_echo "$DLLTOOL" >&6; }
5956 else
5957   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5958 $as_echo "no" >&6; }
5959 fi
5960
5961
5962 fi
5963 if test -z "$ac_cv_prog_DLLTOOL"; then
5964   ac_ct_DLLTOOL=$DLLTOOL
5965   # Extract the first word of "dlltool", so it can be a program name with args.
5966 set dummy dlltool; ac_word=$2
5967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5968 $as_echo_n "checking for $ac_word... " >&6; }
5969 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
5970   $as_echo_n "(cached) " >&6
5971 else
5972   if test -n "$ac_ct_DLLTOOL"; then
5973   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
5974 else
5975 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5976 for as_dir in $PATH
5977 do
5978   IFS=$as_save_IFS
5979   test -z "$as_dir" && as_dir=.
5980     for ac_exec_ext in '' $ac_executable_extensions; do
5981   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5982     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
5983     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5984     break 2
5985   fi
5986 done
5987   done
5988 IFS=$as_save_IFS
5989
5990 fi
5991 fi
5992 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
5993 if test -n "$ac_ct_DLLTOOL"; then
5994   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
5995 $as_echo "$ac_ct_DLLTOOL" >&6; }
5996 else
5997   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5998 $as_echo "no" >&6; }
5999 fi
6000
6001   if test "x$ac_ct_DLLTOOL" = x; then
6002     DLLTOOL="false"
6003   else
6004     case $cross_compiling:$ac_tool_warned in
6005 yes:)
6006 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6007 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6008 ac_tool_warned=yes ;;
6009 esac
6010     DLLTOOL=$ac_ct_DLLTOOL
6011   fi
6012 else
6013   DLLTOOL="$ac_cv_prog_DLLTOOL"
6014 fi
6015
6016 test -z "$DLLTOOL" && DLLTOOL=dlltool
6017
6018
6019
6020
6021
6022
6023
6024
6025
6026
6027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5
6028 $as_echo_n "checking how to associate runtime and link libraries... " >&6; }
6029 if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then :
6030   $as_echo_n "(cached) " >&6
6031 else
6032   lt_cv_sharedlib_from_linklib_cmd='unknown'
6033
6034 case $host_os in
6035 cygwin* | mingw* | pw32* | cegcc*)
6036   # two different shell functions defined in ltmain.sh
6037   # decide which to use based on capabilities of $DLLTOOL
6038   case `$DLLTOOL --help 2>&1` in
6039   *--identify-strict*)
6040     lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
6041     ;;
6042   *)
6043     lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback
6044     ;;
6045   esac
6046   ;;
6047 *)
6048   # fallback: assume linklib IS sharedlib
6049   lt_cv_sharedlib_from_linklib_cmd="$ECHO"
6050   ;;
6051 esac
6052
6053 fi
6054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5
6055 $as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; }
6056 sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd
6057 test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO
6058
6059
6060
6061
6062
6063
6064
6065
6066 if test -n "$ac_tool_prefix"; then
6067   for ac_prog in ar
6068   do
6069     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6070 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6072 $as_echo_n "checking for $ac_word... " >&6; }
6073 if ${ac_cv_prog_AR+:} false; then :
6074   $as_echo_n "(cached) " >&6
6075 else
6076   if test -n "$AR"; then
6077   ac_cv_prog_AR="$AR" # Let the user override the test.
6078 else
6079 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6080 for as_dir in $PATH
6081 do
6082   IFS=$as_save_IFS
6083   test -z "$as_dir" && as_dir=.
6084     for ac_exec_ext in '' $ac_executable_extensions; do
6085   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6086     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
6087     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6088     break 2
6089   fi
6090 done
6091   done
6092 IFS=$as_save_IFS
6093
6094 fi
6095 fi
6096 AR=$ac_cv_prog_AR
6097 if test -n "$AR"; then
6098   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6099 $as_echo "$AR" >&6; }
6100 else
6101   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6102 $as_echo "no" >&6; }
6103 fi
6104
6105
6106     test -n "$AR" && break
6107   done
6108 fi
6109 if test -z "$AR"; then
6110   ac_ct_AR=$AR
6111   for ac_prog in ar
6112 do
6113   # Extract the first word of "$ac_prog", so it can be a program name with args.
6114 set dummy $ac_prog; ac_word=$2
6115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6116 $as_echo_n "checking for $ac_word... " >&6; }
6117 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6118   $as_echo_n "(cached) " >&6
6119 else
6120   if test -n "$ac_ct_AR"; then
6121   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6122 else
6123 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6124 for as_dir in $PATH
6125 do
6126   IFS=$as_save_IFS
6127   test -z "$as_dir" && as_dir=.
6128     for ac_exec_ext in '' $ac_executable_extensions; do
6129   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6130     ac_cv_prog_ac_ct_AR="$ac_prog"
6131     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6132     break 2
6133   fi
6134 done
6135   done
6136 IFS=$as_save_IFS
6137
6138 fi
6139 fi
6140 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6141 if test -n "$ac_ct_AR"; then
6142   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6143 $as_echo "$ac_ct_AR" >&6; }
6144 else
6145   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6146 $as_echo "no" >&6; }
6147 fi
6148
6149
6150   test -n "$ac_ct_AR" && break
6151 done
6152
6153   if test "x$ac_ct_AR" = x; then
6154     AR="false"
6155   else
6156     case $cross_compiling:$ac_tool_warned in
6157 yes:)
6158 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6159 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6160 ac_tool_warned=yes ;;
6161 esac
6162     AR=$ac_ct_AR
6163   fi
6164 fi
6165
6166 : ${AR=ar}
6167 : ${AR_FLAGS=cru}
6168
6169
6170
6171
6172
6173
6174
6175
6176
6177
6178
6179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5
6180 $as_echo_n "checking for archiver @FILE support... " >&6; }
6181 if ${lt_cv_ar_at_file+:} false; then :
6182   $as_echo_n "(cached) " >&6
6183 else
6184   lt_cv_ar_at_file=no
6185    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6186 /* end confdefs.h.  */
6187
6188 int
6189 main ()
6190 {
6191
6192   ;
6193   return 0;
6194 }
6195 _ACEOF
6196 if ac_fn_c_try_compile "$LINENO"; then :
6197   echo conftest.$ac_objext > conftest.lst
6198       lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5'
6199       { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
6200   (eval $lt_ar_try) 2>&5
6201   ac_status=$?
6202   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6203   test $ac_status = 0; }
6204       if test "$ac_status" -eq 0; then
6205         # Ensure the archiver fails upon bogus file names.
6206         rm -f conftest.$ac_objext libconftest.a
6207         { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
6208   (eval $lt_ar_try) 2>&5
6209   ac_status=$?
6210   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6211   test $ac_status = 0; }
6212         if test "$ac_status" -ne 0; then
6213           lt_cv_ar_at_file=@
6214         fi
6215       fi
6216       rm -f conftest.* libconftest.a
6217
6218 fi
6219 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6220
6221 fi
6222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5
6223 $as_echo "$lt_cv_ar_at_file" >&6; }
6224
6225 if test "x$lt_cv_ar_at_file" = xno; then
6226   archiver_list_spec=
6227 else
6228   archiver_list_spec=$lt_cv_ar_at_file
6229 fi
6230
6231
6232
6233
6234
6235
6236
6237 if test -n "$ac_tool_prefix"; then
6238   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6239 set dummy ${ac_tool_prefix}strip; ac_word=$2
6240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6241 $as_echo_n "checking for $ac_word... " >&6; }
6242 if ${ac_cv_prog_STRIP+:} false; then :
6243   $as_echo_n "(cached) " >&6
6244 else
6245   if test -n "$STRIP"; then
6246   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6247 else
6248 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6249 for as_dir in $PATH
6250 do
6251   IFS=$as_save_IFS
6252   test -z "$as_dir" && as_dir=.
6253     for ac_exec_ext in '' $ac_executable_extensions; do
6254   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6255     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6256     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6257     break 2
6258   fi
6259 done
6260   done
6261 IFS=$as_save_IFS
6262
6263 fi
6264 fi
6265 STRIP=$ac_cv_prog_STRIP
6266 if test -n "$STRIP"; then
6267   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6268 $as_echo "$STRIP" >&6; }
6269 else
6270   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6271 $as_echo "no" >&6; }
6272 fi
6273
6274
6275 fi
6276 if test -z "$ac_cv_prog_STRIP"; then
6277   ac_ct_STRIP=$STRIP
6278   # Extract the first word of "strip", so it can be a program name with args.
6279 set dummy strip; ac_word=$2
6280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6281 $as_echo_n "checking for $ac_word... " >&6; }
6282 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6283   $as_echo_n "(cached) " >&6
6284 else
6285   if test -n "$ac_ct_STRIP"; then
6286   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6287 else
6288 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6289 for as_dir in $PATH
6290 do
6291   IFS=$as_save_IFS
6292   test -z "$as_dir" && as_dir=.
6293     for ac_exec_ext in '' $ac_executable_extensions; do
6294   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6295     ac_cv_prog_ac_ct_STRIP="strip"
6296     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6297     break 2
6298   fi
6299 done
6300   done
6301 IFS=$as_save_IFS
6302
6303 fi
6304 fi
6305 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6306 if test -n "$ac_ct_STRIP"; then
6307   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6308 $as_echo "$ac_ct_STRIP" >&6; }
6309 else
6310   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6311 $as_echo "no" >&6; }
6312 fi
6313
6314   if test "x$ac_ct_STRIP" = x; then
6315     STRIP=":"
6316   else
6317     case $cross_compiling:$ac_tool_warned in
6318 yes:)
6319 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6320 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6321 ac_tool_warned=yes ;;
6322 esac
6323     STRIP=$ac_ct_STRIP
6324   fi
6325 else
6326   STRIP="$ac_cv_prog_STRIP"
6327 fi
6328
6329 test -z "$STRIP" && STRIP=:
6330
6331
6332
6333
6334
6335
6336 if test -n "$ac_tool_prefix"; then
6337   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6338 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6340 $as_echo_n "checking for $ac_word... " >&6; }
6341 if ${ac_cv_prog_RANLIB+:} false; then :
6342   $as_echo_n "(cached) " >&6
6343 else
6344   if test -n "$RANLIB"; then
6345   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6346 else
6347 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6348 for as_dir in $PATH
6349 do
6350   IFS=$as_save_IFS
6351   test -z "$as_dir" && as_dir=.
6352     for ac_exec_ext in '' $ac_executable_extensions; do
6353   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6354     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6355     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6356     break 2
6357   fi
6358 done
6359   done
6360 IFS=$as_save_IFS
6361
6362 fi
6363 fi
6364 RANLIB=$ac_cv_prog_RANLIB
6365 if test -n "$RANLIB"; then
6366   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6367 $as_echo "$RANLIB" >&6; }
6368 else
6369   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6370 $as_echo "no" >&6; }
6371 fi
6372
6373
6374 fi
6375 if test -z "$ac_cv_prog_RANLIB"; then
6376   ac_ct_RANLIB=$RANLIB
6377   # Extract the first word of "ranlib", so it can be a program name with args.
6378 set dummy ranlib; ac_word=$2
6379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6380 $as_echo_n "checking for $ac_word... " >&6; }
6381 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6382   $as_echo_n "(cached) " >&6
6383 else
6384   if test -n "$ac_ct_RANLIB"; then
6385   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6386 else
6387 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6388 for as_dir in $PATH
6389 do
6390   IFS=$as_save_IFS
6391   test -z "$as_dir" && as_dir=.
6392     for ac_exec_ext in '' $ac_executable_extensions; do
6393   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6394     ac_cv_prog_ac_ct_RANLIB="ranlib"
6395     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6396     break 2
6397   fi
6398 done
6399   done
6400 IFS=$as_save_IFS
6401
6402 fi
6403 fi
6404 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6405 if test -n "$ac_ct_RANLIB"; then
6406   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6407 $as_echo "$ac_ct_RANLIB" >&6; }
6408 else
6409   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6410 $as_echo "no" >&6; }
6411 fi
6412
6413   if test "x$ac_ct_RANLIB" = x; then
6414     RANLIB=":"
6415   else
6416     case $cross_compiling:$ac_tool_warned in
6417 yes:)
6418 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6419 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6420 ac_tool_warned=yes ;;
6421 esac
6422     RANLIB=$ac_ct_RANLIB
6423   fi
6424 else
6425   RANLIB="$ac_cv_prog_RANLIB"
6426 fi
6427
6428 test -z "$RANLIB" && RANLIB=:
6429
6430
6431
6432
6433
6434
6435 # Determine commands to create old-style static archives.
6436 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6437 old_postinstall_cmds='chmod 644 $oldlib'
6438 old_postuninstall_cmds=
6439
6440 if test -n "$RANLIB"; then
6441   case $host_os in
6442   openbsd*)
6443     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
6444     ;;
6445   *)
6446     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
6447     ;;
6448   esac
6449   old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
6450 fi
6451
6452 case $host_os in
6453   darwin*)
6454     lock_old_archive_extraction=yes ;;
6455   *)
6456     lock_old_archive_extraction=no ;;
6457 esac
6458
6459
6460
6461
6462
6463
6464
6465
6466
6467
6468
6469
6470
6471
6472
6473
6474
6475
6476
6477
6478
6479
6480
6481
6482
6483
6484
6485
6486
6487
6488
6489
6490
6491
6492
6493
6494
6495
6496
6497 # If no C compiler was specified, use CC.
6498 LTCC=${LTCC-"$CC"}
6499
6500 # If no C compiler flags were specified, use CFLAGS.
6501 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6502
6503 # Allow CC to be a program name with arguments.
6504 compiler=$CC
6505
6506
6507 # Check for command to grab the raw symbol name followed by C symbol from nm.
6508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6509 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6510 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6511   $as_echo_n "(cached) " >&6
6512 else
6513
6514 # These are sane defaults that work on at least a few old systems.
6515 # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
6516
6517 # Character class describing NM global symbol codes.
6518 symcode='[BCDEGRST]'
6519
6520 # Regexp to match symbols that can be accessed directly from C.
6521 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6522
6523 # Define system-specific variables.
6524 case $host_os in
6525 aix*)
6526   symcode='[BCDT]'
6527   ;;
6528 cygwin* | mingw* | pw32* | cegcc*)
6529   symcode='[ABCDGISTW]'
6530   ;;
6531 hpux*)
6532   if test "$host_cpu" = ia64; then
6533     symcode='[ABCDEGRST]'
6534   fi
6535   ;;
6536 irix* | nonstopux*)
6537   symcode='[BCDEGRST]'
6538   ;;
6539 osf*)
6540   symcode='[BCDEGQRST]'
6541   ;;
6542 solaris*)
6543   symcode='[BDRT]'
6544   ;;
6545 sco3.2v5*)
6546   symcode='[DT]'
6547   ;;
6548 sysv4.2uw2*)
6549   symcode='[DT]'
6550   ;;
6551 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6552   symcode='[ABDT]'
6553   ;;
6554 sysv4)
6555   symcode='[DFNSTU]'
6556   ;;
6557 esac
6558
6559 # If we're using GNU nm, then use its standard symbol codes.
6560 case `$NM -V 2>&1` in
6561 *GNU* | *'with BFD'*)
6562   symcode='[ABCDGIRSTW]' ;;
6563 esac
6564
6565 # Transform an extracted symbol line into a proper C declaration.
6566 # Some systems (esp. on ia64) link data and code symbols differently,
6567 # so use this general approach.
6568 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6569
6570 # Transform an extracted symbol line into symbol name and symbol address
6571 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\)[ ]*$/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (void *) \&\2},/p'"
6572 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'"
6573
6574 # Handle CRLF in mingw tool chain
6575 opt_cr=
6576 case $build_os in
6577 mingw*)
6578   opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6579   ;;
6580 esac
6581
6582 # Try without a prefix underscore, then with it.
6583 for ac_symprfx in "" "_"; do
6584
6585   # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6586   symxfrm="\\1 $ac_symprfx\\2 \\2"
6587
6588   # Write the raw and C identifiers.
6589   if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6590     # Fake it for dumpbin and say T for any non-static function
6591     # and D for any global variable.
6592     # Also find C++ and __fastcall symbols from MSVC++,
6593     # which start with @ or ?.
6594     lt_cv_sys_global_symbol_pipe="$AWK '"\
6595 "     {last_section=section; section=\$ 3};"\
6596 "     /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
6597 "     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6598 "     \$ 0!~/External *\|/{next};"\
6599 "     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6600 "     {if(hide[section]) next};"\
6601 "     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6602 "     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6603 "     s[1]~/^[@?]/{print s[1], s[1]; next};"\
6604 "     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6605 "     ' prfx=^$ac_symprfx"
6606   else
6607     lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[      ]\($symcode$symcode*\)[         ][      ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6608   fi
6609   lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'"
6610
6611   # Check to see that the pipe works correctly.
6612   pipe_works=no
6613
6614   rm -f conftest*
6615   cat > conftest.$ac_ext <<_LT_EOF
6616 #ifdef __cplusplus
6617 extern "C" {
6618 #endif
6619 char nm_test_var;
6620 void nm_test_func(void);
6621 void nm_test_func(void){}
6622 #ifdef __cplusplus
6623 }
6624 #endif
6625 int main(){nm_test_var='a';nm_test_func();return(0);}
6626 _LT_EOF
6627
6628   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6629   (eval $ac_compile) 2>&5
6630   ac_status=$?
6631   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6632   test $ac_status = 0; }; then
6633     # Now try to grab the symbols.
6634     nlist=conftest.nm
6635     if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6636   (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6637   ac_status=$?
6638   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6639   test $ac_status = 0; } && test -s "$nlist"; then
6640       # Try sorting and uniquifying the output.
6641       if sort "$nlist" | uniq > "$nlist"T; then
6642         mv -f "$nlist"T "$nlist"
6643       else
6644         rm -f "$nlist"T
6645       fi
6646
6647       # Make sure that we snagged all the symbols we need.
6648       if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6649         if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6650           cat <<_LT_EOF > conftest.$ac_ext
6651 /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests.  */
6652 #if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE)
6653 /* DATA imports from DLLs on WIN32 con't be const, because runtime
6654    relocations are performed -- see ld's documentation on pseudo-relocs.  */
6655 # define LT_DLSYM_CONST
6656 #elif defined(__osf__)
6657 /* This system does not cope well with relocations in const data.  */
6658 # define LT_DLSYM_CONST
6659 #else
6660 # define LT_DLSYM_CONST const
6661 #endif
6662
6663 #ifdef __cplusplus
6664 extern "C" {
6665 #endif
6666
6667 _LT_EOF
6668           # Now generate the symbol file.
6669           eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6670
6671           cat <<_LT_EOF >> conftest.$ac_ext
6672
6673 /* The mapping between symbol names and symbols.  */
6674 LT_DLSYM_CONST struct {
6675   const char *name;
6676   void       *address;
6677 }
6678 lt__PROGRAM__LTX_preloaded_symbols[] =
6679 {
6680   { "@PROGRAM@", (void *) 0 },
6681 _LT_EOF
6682           $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6683           cat <<\_LT_EOF >> conftest.$ac_ext
6684   {0, (void *) 0}
6685 };
6686
6687 /* This works around a problem in FreeBSD linker */
6688 #ifdef FREEBSD_WORKAROUND
6689 static const void *lt_preloaded_setup() {
6690   return lt__PROGRAM__LTX_preloaded_symbols;
6691 }
6692 #endif
6693
6694 #ifdef __cplusplus
6695 }
6696 #endif
6697 _LT_EOF
6698           # Now try linking the two files.
6699           mv conftest.$ac_objext conftstm.$ac_objext
6700           lt_globsym_save_LIBS=$LIBS
6701           lt_globsym_save_CFLAGS=$CFLAGS
6702           LIBS="conftstm.$ac_objext"
6703           CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6704           if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6705   (eval $ac_link) 2>&5
6706   ac_status=$?
6707   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6708   test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6709             pipe_works=yes
6710           fi
6711           LIBS=$lt_globsym_save_LIBS
6712           CFLAGS=$lt_globsym_save_CFLAGS
6713         else
6714           echo "cannot find nm_test_func in $nlist" >&5
6715         fi
6716       else
6717         echo "cannot find nm_test_var in $nlist" >&5
6718       fi
6719     else
6720       echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6721     fi
6722   else
6723     echo "$progname: failed program was:" >&5
6724     cat conftest.$ac_ext >&5
6725   fi
6726   rm -rf conftest* conftst*
6727
6728   # Do not use the global_symbol_pipe unless it works.
6729   if test "$pipe_works" = yes; then
6730     break
6731   else
6732     lt_cv_sys_global_symbol_pipe=
6733   fi
6734 done
6735
6736 fi
6737
6738 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6739   lt_cv_sys_global_symbol_to_cdecl=
6740 fi
6741 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6742   { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6743 $as_echo "failed" >&6; }
6744 else
6745   { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6746 $as_echo "ok" >&6; }
6747 fi
6748
6749 # Response file support.
6750 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6751   nm_file_list_spec='@'
6752 elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then
6753   nm_file_list_spec='@'
6754 fi
6755
6756
6757
6758
6759
6760
6761
6762
6763
6764
6765
6766
6767
6768
6769
6770
6771
6772
6773
6774
6775
6776
6777
6778
6779
6780
6781
6782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5
6783 $as_echo_n "checking for sysroot... " >&6; }
6784
6785 # Check whether --with-sysroot was given.
6786 if test "${with_sysroot+set}" = set; then :
6787   withval=$with_sysroot;
6788 else
6789   with_sysroot=no
6790 fi
6791
6792
6793 lt_sysroot=
6794 case ${with_sysroot} in #(
6795  yes)
6796    if test "$GCC" = yes; then
6797      lt_sysroot=`$CC --print-sysroot 2>/dev/null`
6798    fi
6799    ;; #(
6800  /*)
6801    lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
6802    ;; #(
6803  no|'')
6804    ;; #(
6805  *)
6806    { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${with_sysroot}" >&5
6807 $as_echo "${with_sysroot}" >&6; }
6808    as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5
6809    ;;
6810 esac
6811
6812  { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5
6813 $as_echo "${lt_sysroot:-no}" >&6; }
6814
6815
6816
6817
6818
6819 # Check whether --enable-libtool-lock was given.
6820 if test "${enable_libtool_lock+set}" = set; then :
6821   enableval=$enable_libtool_lock;
6822 fi
6823
6824 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6825
6826 # Some flags need to be propagated to the compiler or linker for good
6827 # libtool support.
6828 case $host in
6829 ia64-*-hpux*)
6830   # Find out which ABI we are using.
6831   echo 'int i;' > conftest.$ac_ext
6832   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6833   (eval $ac_compile) 2>&5
6834   ac_status=$?
6835   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6836   test $ac_status = 0; }; then
6837     case `/usr/bin/file conftest.$ac_objext` in
6838       *ELF-32*)
6839         HPUX_IA64_MODE="32"
6840         ;;
6841       *ELF-64*)
6842         HPUX_IA64_MODE="64"
6843         ;;
6844     esac
6845   fi
6846   rm -rf conftest*
6847   ;;
6848 *-*-irix6*)
6849   # Find out which ABI we are using.
6850   echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6851   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6852   (eval $ac_compile) 2>&5
6853   ac_status=$?
6854   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6855   test $ac_status = 0; }; then
6856     if test "$lt_cv_prog_gnu_ld" = yes; then
6857       case `/usr/bin/file conftest.$ac_objext` in
6858         *32-bit*)
6859           LD="${LD-ld} -melf32bsmip"
6860           ;;
6861         *N32*)
6862           LD="${LD-ld} -melf32bmipn32"
6863           ;;
6864         *64-bit*)
6865           LD="${LD-ld} -melf64bmip"
6866         ;;
6867       esac
6868     else
6869       case `/usr/bin/file conftest.$ac_objext` in
6870         *32-bit*)
6871           LD="${LD-ld} -32"
6872           ;;
6873         *N32*)
6874           LD="${LD-ld} -n32"
6875           ;;
6876         *64-bit*)
6877           LD="${LD-ld} -64"
6878           ;;
6879       esac
6880     fi
6881   fi
6882   rm -rf conftest*
6883   ;;
6884
6885 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
6886 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6887   # Find out which ABI we are using.
6888   echo 'int i;' > conftest.$ac_ext
6889   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6890   (eval $ac_compile) 2>&5
6891   ac_status=$?
6892   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6893   test $ac_status = 0; }; then
6894     case `/usr/bin/file conftest.o` in
6895       *32-bit*)
6896         case $host in
6897           x86_64-*kfreebsd*-gnu)
6898             LD="${LD-ld} -m elf_i386_fbsd"
6899             ;;
6900           x86_64-*linux*)
6901             case `/usr/bin/file conftest.o` in
6902               *x86-64*)
6903                  LD="${LD-ld} -m elf32_x86_64"
6904                  ;;
6905               *)
6906                  LD="${LD-ld} -m elf_i386"
6907                  ;;
6908             esac
6909             ;;
6910           ppc64-*linux*|powerpc64-*linux*)
6911             LD="${LD-ld} -m elf32ppclinux"
6912             ;;
6913           s390x-*linux*)
6914             LD="${LD-ld} -m elf_s390"
6915             ;;
6916           sparc64-*linux*)
6917             LD="${LD-ld} -m elf32_sparc"
6918             ;;
6919         esac
6920         ;;
6921       *64-bit*)
6922         case $host in
6923           x86_64-*kfreebsd*-gnu)
6924             LD="${LD-ld} -m elf_x86_64_fbsd"
6925             ;;
6926           x86_64-*linux*)
6927             LD="${LD-ld} -m elf_x86_64"
6928             ;;
6929           ppc*-*linux*|powerpc*-*linux*)
6930             LD="${LD-ld} -m elf64ppc"
6931             ;;
6932           s390*-*linux*|s390*-*tpf*)
6933             LD="${LD-ld} -m elf64_s390"
6934             ;;
6935           sparc*-*linux*)
6936             LD="${LD-ld} -m elf64_sparc"
6937             ;;
6938         esac
6939         ;;
6940     esac
6941   fi
6942   rm -rf conftest*
6943   ;;
6944
6945 *-*-sco3.2v5*)
6946   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6947   SAVE_CFLAGS="$CFLAGS"
6948   CFLAGS="$CFLAGS -belf"
6949   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6950 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6951 if ${lt_cv_cc_needs_belf+:} false; then :
6952   $as_echo_n "(cached) " >&6
6953 else
6954   ac_ext=c
6955 ac_cpp='$CPP $CPPFLAGS'
6956 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6957 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6958 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6959
6960      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6961 /* end confdefs.h.  */
6962
6963 int
6964 main ()
6965 {
6966
6967   ;
6968   return 0;
6969 }
6970 _ACEOF
6971 if ac_fn_c_try_link "$LINENO"; then :
6972   lt_cv_cc_needs_belf=yes
6973 else
6974   lt_cv_cc_needs_belf=no
6975 fi
6976 rm -f core conftest.err conftest.$ac_objext \
6977     conftest$ac_exeext conftest.$ac_ext
6978      ac_ext=c
6979 ac_cpp='$CPP $CPPFLAGS'
6980 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6981 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6982 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6983
6984 fi
6985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6986 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6987   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6988     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6989     CFLAGS="$SAVE_CFLAGS"
6990   fi
6991   ;;
6992 *-*solaris*)
6993   # Find out which ABI we are using.
6994   echo 'int i;' > conftest.$ac_ext
6995   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6996   (eval $ac_compile) 2>&5
6997   ac_status=$?
6998   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6999   test $ac_status = 0; }; then
7000     case `/usr/bin/file conftest.o` in
7001     *64-bit*)
7002       case $lt_cv_prog_gnu_ld in
7003       yes*)
7004         case $host in
7005         i?86-*-solaris*)
7006           LD="${LD-ld} -m elf_x86_64"
7007           ;;
7008         sparc*-*-solaris*)
7009           LD="${LD-ld} -m elf64_sparc"
7010           ;;
7011         esac
7012         # GNU ld 2.21 introduced _sol2 emulations.  Use them if available.
7013         if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
7014           LD="${LD-ld}_sol2"
7015         fi
7016         ;;
7017       *)
7018         if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7019           LD="${LD-ld} -64"
7020         fi
7021         ;;
7022       esac
7023       ;;
7024     esac
7025   fi
7026   rm -rf conftest*
7027   ;;
7028 esac
7029
7030 need_locks="$enable_libtool_lock"
7031
7032 if test -n "$ac_tool_prefix"; then
7033   # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args.
7034 set dummy ${ac_tool_prefix}mt; ac_word=$2
7035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7036 $as_echo_n "checking for $ac_word... " >&6; }
7037 if ${ac_cv_prog_MANIFEST_TOOL+:} false; then :
7038   $as_echo_n "(cached) " >&6
7039 else
7040   if test -n "$MANIFEST_TOOL"; then
7041   ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test.
7042 else
7043 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7044 for as_dir in $PATH
7045 do
7046   IFS=$as_save_IFS
7047   test -z "$as_dir" && as_dir=.
7048     for ac_exec_ext in '' $ac_executable_extensions; do
7049   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7050     ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
7051     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7052     break 2
7053   fi
7054 done
7055   done
7056 IFS=$as_save_IFS
7057
7058 fi
7059 fi
7060 MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL
7061 if test -n "$MANIFEST_TOOL"; then
7062   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5
7063 $as_echo "$MANIFEST_TOOL" >&6; }
7064 else
7065   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7066 $as_echo "no" >&6; }
7067 fi
7068
7069
7070 fi
7071 if test -z "$ac_cv_prog_MANIFEST_TOOL"; then
7072   ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL
7073   # Extract the first word of "mt", so it can be a program name with args.
7074 set dummy mt; ac_word=$2
7075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7076 $as_echo_n "checking for $ac_word... " >&6; }
7077 if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then :
7078   $as_echo_n "(cached) " >&6
7079 else
7080   if test -n "$ac_ct_MANIFEST_TOOL"; then
7081   ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test.
7082 else
7083 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7084 for as_dir in $PATH
7085 do
7086   IFS=$as_save_IFS
7087   test -z "$as_dir" && as_dir=.
7088     for ac_exec_ext in '' $ac_executable_extensions; do
7089   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7090     ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
7091     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7092     break 2
7093   fi
7094 done
7095   done
7096 IFS=$as_save_IFS
7097
7098 fi
7099 fi
7100 ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL
7101 if test -n "$ac_ct_MANIFEST_TOOL"; then
7102   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5
7103 $as_echo "$ac_ct_MANIFEST_TOOL" >&6; }
7104 else
7105   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7106 $as_echo "no" >&6; }
7107 fi
7108
7109   if test "x$ac_ct_MANIFEST_TOOL" = x; then
7110     MANIFEST_TOOL=":"
7111   else
7112     case $cross_compiling:$ac_tool_warned in
7113 yes:)
7114 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7115 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7116 ac_tool_warned=yes ;;
7117 esac
7118     MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL
7119   fi
7120 else
7121   MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL"
7122 fi
7123
7124 test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
7125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5
7126 $as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; }
7127 if ${lt_cv_path_mainfest_tool+:} false; then :
7128   $as_echo_n "(cached) " >&6
7129 else
7130   lt_cv_path_mainfest_tool=no
7131   echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5
7132   $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out
7133   cat conftest.err >&5
7134   if $GREP 'Manifest Tool' conftest.out > /dev/null; then
7135     lt_cv_path_mainfest_tool=yes
7136   fi
7137   rm -f conftest*
7138 fi
7139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5
7140 $as_echo "$lt_cv_path_mainfest_tool" >&6; }
7141 if test "x$lt_cv_path_mainfest_tool" != xyes; then
7142   MANIFEST_TOOL=:
7143 fi
7144
7145
7146
7147
7148
7149
7150   case $host_os in
7151     rhapsody* | darwin*)
7152     if test -n "$ac_tool_prefix"; then
7153   # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7154 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7156 $as_echo_n "checking for $ac_word... " >&6; }
7157 if ${ac_cv_prog_DSYMUTIL+:} false; then :
7158   $as_echo_n "(cached) " >&6
7159 else
7160   if test -n "$DSYMUTIL"; then
7161   ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7162 else
7163 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7164 for as_dir in $PATH
7165 do
7166   IFS=$as_save_IFS
7167   test -z "$as_dir" && as_dir=.
7168     for ac_exec_ext in '' $ac_executable_extensions; do
7169   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7170     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7171     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7172     break 2
7173   fi
7174 done
7175   done
7176 IFS=$as_save_IFS
7177
7178 fi
7179 fi
7180 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7181 if test -n "$DSYMUTIL"; then
7182   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7183 $as_echo "$DSYMUTIL" >&6; }
7184 else
7185   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7186 $as_echo "no" >&6; }
7187 fi
7188
7189
7190 fi
7191 if test -z "$ac_cv_prog_DSYMUTIL"; then
7192   ac_ct_DSYMUTIL=$DSYMUTIL
7193   # Extract the first word of "dsymutil", so it can be a program name with args.
7194 set dummy dsymutil; ac_word=$2
7195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7196 $as_echo_n "checking for $ac_word... " >&6; }
7197 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7198   $as_echo_n "(cached) " >&6
7199 else
7200   if test -n "$ac_ct_DSYMUTIL"; then
7201   ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7202 else
7203 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7204 for as_dir in $PATH
7205 do
7206   IFS=$as_save_IFS
7207   test -z "$as_dir" && as_dir=.
7208     for ac_exec_ext in '' $ac_executable_extensions; do
7209   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7210     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7211     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7212     break 2
7213   fi
7214 done
7215   done
7216 IFS=$as_save_IFS
7217
7218 fi
7219 fi
7220 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7221 if test -n "$ac_ct_DSYMUTIL"; then
7222   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7223 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7224 else
7225   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7226 $as_echo "no" >&6; }
7227 fi
7228
7229   if test "x$ac_ct_DSYMUTIL" = x; then
7230     DSYMUTIL=":"
7231   else
7232     case $cross_compiling:$ac_tool_warned in
7233 yes:)
7234 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7235 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7236 ac_tool_warned=yes ;;
7237 esac
7238     DSYMUTIL=$ac_ct_DSYMUTIL
7239   fi
7240 else
7241   DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7242 fi
7243
7244     if test -n "$ac_tool_prefix"; then
7245   # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7246 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7248 $as_echo_n "checking for $ac_word... " >&6; }
7249 if ${ac_cv_prog_NMEDIT+:} false; then :
7250   $as_echo_n "(cached) " >&6
7251 else
7252   if test -n "$NMEDIT"; then
7253   ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7254 else
7255 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7256 for as_dir in $PATH
7257 do
7258   IFS=$as_save_IFS
7259   test -z "$as_dir" && as_dir=.
7260     for ac_exec_ext in '' $ac_executable_extensions; do
7261   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7262     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7263     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7264     break 2
7265   fi
7266 done
7267   done
7268 IFS=$as_save_IFS
7269
7270 fi
7271 fi
7272 NMEDIT=$ac_cv_prog_NMEDIT
7273 if test -n "$NMEDIT"; then
7274   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7275 $as_echo "$NMEDIT" >&6; }
7276 else
7277   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7278 $as_echo "no" >&6; }
7279 fi
7280
7281
7282 fi
7283 if test -z "$ac_cv_prog_NMEDIT"; then
7284   ac_ct_NMEDIT=$NMEDIT
7285   # Extract the first word of "nmedit", so it can be a program name with args.
7286 set dummy nmedit; ac_word=$2
7287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7288 $as_echo_n "checking for $ac_word... " >&6; }
7289 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7290   $as_echo_n "(cached) " >&6
7291 else
7292   if test -n "$ac_ct_NMEDIT"; then
7293   ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7294 else
7295 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7296 for as_dir in $PATH
7297 do
7298   IFS=$as_save_IFS
7299   test -z "$as_dir" && as_dir=.
7300     for ac_exec_ext in '' $ac_executable_extensions; do
7301   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7302     ac_cv_prog_ac_ct_NMEDIT="nmedit"
7303     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7304     break 2
7305   fi
7306 done
7307   done
7308 IFS=$as_save_IFS
7309
7310 fi
7311 fi
7312 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7313 if test -n "$ac_ct_NMEDIT"; then
7314   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7315 $as_echo "$ac_ct_NMEDIT" >&6; }
7316 else
7317   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7318 $as_echo "no" >&6; }
7319 fi
7320
7321   if test "x$ac_ct_NMEDIT" = x; then
7322     NMEDIT=":"
7323   else
7324     case $cross_compiling:$ac_tool_warned in
7325 yes:)
7326 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7327 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7328 ac_tool_warned=yes ;;
7329 esac
7330     NMEDIT=$ac_ct_NMEDIT
7331   fi
7332 else
7333   NMEDIT="$ac_cv_prog_NMEDIT"
7334 fi
7335
7336     if test -n "$ac_tool_prefix"; then
7337   # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7338 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7340 $as_echo_n "checking for $ac_word... " >&6; }
7341 if ${ac_cv_prog_LIPO+:} false; then :
7342   $as_echo_n "(cached) " >&6
7343 else
7344   if test -n "$LIPO"; then
7345   ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7346 else
7347 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7348 for as_dir in $PATH
7349 do
7350   IFS=$as_save_IFS
7351   test -z "$as_dir" && as_dir=.
7352     for ac_exec_ext in '' $ac_executable_extensions; do
7353   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7354     ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7355     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7356     break 2
7357   fi
7358 done
7359   done
7360 IFS=$as_save_IFS
7361
7362 fi
7363 fi
7364 LIPO=$ac_cv_prog_LIPO
7365 if test -n "$LIPO"; then
7366   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7367 $as_echo "$LIPO" >&6; }
7368 else
7369   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7370 $as_echo "no" >&6; }
7371 fi
7372
7373
7374 fi
7375 if test -z "$ac_cv_prog_LIPO"; then
7376   ac_ct_LIPO=$LIPO
7377   # Extract the first word of "lipo", so it can be a program name with args.
7378 set dummy lipo; ac_word=$2
7379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7380 $as_echo_n "checking for $ac_word... " >&6; }
7381 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7382   $as_echo_n "(cached) " >&6
7383 else
7384   if test -n "$ac_ct_LIPO"; then
7385   ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7386 else
7387 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7388 for as_dir in $PATH
7389 do
7390   IFS=$as_save_IFS
7391   test -z "$as_dir" && as_dir=.
7392     for ac_exec_ext in '' $ac_executable_extensions; do
7393   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7394     ac_cv_prog_ac_ct_LIPO="lipo"
7395     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7396     break 2
7397   fi
7398 done
7399   done
7400 IFS=$as_save_IFS
7401
7402 fi
7403 fi
7404 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7405 if test -n "$ac_ct_LIPO"; then
7406   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7407 $as_echo "$ac_ct_LIPO" >&6; }
7408 else
7409   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7410 $as_echo "no" >&6; }
7411 fi
7412
7413   if test "x$ac_ct_LIPO" = x; then
7414     LIPO=":"
7415   else
7416     case $cross_compiling:$ac_tool_warned in
7417 yes:)
7418 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7419 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7420 ac_tool_warned=yes ;;
7421 esac
7422     LIPO=$ac_ct_LIPO
7423   fi
7424 else
7425   LIPO="$ac_cv_prog_LIPO"
7426 fi
7427
7428     if test -n "$ac_tool_prefix"; then
7429   # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7430 set dummy ${ac_tool_prefix}otool; ac_word=$2
7431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7432 $as_echo_n "checking for $ac_word... " >&6; }
7433 if ${ac_cv_prog_OTOOL+:} false; then :
7434   $as_echo_n "(cached) " >&6
7435 else
7436   if test -n "$OTOOL"; then
7437   ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7438 else
7439 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7440 for as_dir in $PATH
7441 do
7442   IFS=$as_save_IFS
7443   test -z "$as_dir" && as_dir=.
7444     for ac_exec_ext in '' $ac_executable_extensions; do
7445   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7446     ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7447     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7448     break 2
7449   fi
7450 done
7451   done
7452 IFS=$as_save_IFS
7453
7454 fi
7455 fi
7456 OTOOL=$ac_cv_prog_OTOOL
7457 if test -n "$OTOOL"; then
7458   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7459 $as_echo "$OTOOL" >&6; }
7460 else
7461   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7462 $as_echo "no" >&6; }
7463 fi
7464
7465
7466 fi
7467 if test -z "$ac_cv_prog_OTOOL"; then
7468   ac_ct_OTOOL=$OTOOL
7469   # Extract the first word of "otool", so it can be a program name with args.
7470 set dummy otool; ac_word=$2
7471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7472 $as_echo_n "checking for $ac_word... " >&6; }
7473 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7474   $as_echo_n "(cached) " >&6
7475 else
7476   if test -n "$ac_ct_OTOOL"; then
7477   ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7478 else
7479 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7480 for as_dir in $PATH
7481 do
7482   IFS=$as_save_IFS
7483   test -z "$as_dir" && as_dir=.
7484     for ac_exec_ext in '' $ac_executable_extensions; do
7485   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7486     ac_cv_prog_ac_ct_OTOOL="otool"
7487     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7488     break 2
7489   fi
7490 done
7491   done
7492 IFS=$as_save_IFS
7493
7494 fi
7495 fi
7496 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7497 if test -n "$ac_ct_OTOOL"; then
7498   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7499 $as_echo "$ac_ct_OTOOL" >&6; }
7500 else
7501   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7502 $as_echo "no" >&6; }
7503 fi
7504
7505   if test "x$ac_ct_OTOOL" = x; then
7506     OTOOL=":"
7507   else
7508     case $cross_compiling:$ac_tool_warned in
7509 yes:)
7510 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7511 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7512 ac_tool_warned=yes ;;
7513 esac
7514     OTOOL=$ac_ct_OTOOL
7515   fi
7516 else
7517   OTOOL="$ac_cv_prog_OTOOL"
7518 fi
7519
7520     if test -n "$ac_tool_prefix"; then
7521   # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7522 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7523 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7524 $as_echo_n "checking for $ac_word... " >&6; }
7525 if ${ac_cv_prog_OTOOL64+:} false; then :
7526   $as_echo_n "(cached) " >&6
7527 else
7528   if test -n "$OTOOL64"; then
7529   ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7530 else
7531 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7532 for as_dir in $PATH
7533 do
7534   IFS=$as_save_IFS
7535   test -z "$as_dir" && as_dir=.
7536     for ac_exec_ext in '' $ac_executable_extensions; do
7537   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7538     ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7539     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7540     break 2
7541   fi
7542 done
7543   done
7544 IFS=$as_save_IFS
7545
7546 fi
7547 fi
7548 OTOOL64=$ac_cv_prog_OTOOL64
7549 if test -n "$OTOOL64"; then
7550   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7551 $as_echo "$OTOOL64" >&6; }
7552 else
7553   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7554 $as_echo "no" >&6; }
7555 fi
7556
7557
7558 fi
7559 if test -z "$ac_cv_prog_OTOOL64"; then
7560   ac_ct_OTOOL64=$OTOOL64
7561   # Extract the first word of "otool64", so it can be a program name with args.
7562 set dummy otool64; ac_word=$2
7563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7564 $as_echo_n "checking for $ac_word... " >&6; }
7565 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7566   $as_echo_n "(cached) " >&6
7567 else
7568   if test -n "$ac_ct_OTOOL64"; then
7569   ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7570 else
7571 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7572 for as_dir in $PATH
7573 do
7574   IFS=$as_save_IFS
7575   test -z "$as_dir" && as_dir=.
7576     for ac_exec_ext in '' $ac_executable_extensions; do
7577   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7578     ac_cv_prog_ac_ct_OTOOL64="otool64"
7579     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7580     break 2
7581   fi
7582 done
7583   done
7584 IFS=$as_save_IFS
7585
7586 fi
7587 fi
7588 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7589 if test -n "$ac_ct_OTOOL64"; then
7590   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7591 $as_echo "$ac_ct_OTOOL64" >&6; }
7592 else
7593   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7594 $as_echo "no" >&6; }
7595 fi
7596
7597   if test "x$ac_ct_OTOOL64" = x; then
7598     OTOOL64=":"
7599   else
7600     case $cross_compiling:$ac_tool_warned in
7601 yes:)
7602 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7603 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7604 ac_tool_warned=yes ;;
7605 esac
7606     OTOOL64=$ac_ct_OTOOL64
7607   fi
7608 else
7609   OTOOL64="$ac_cv_prog_OTOOL64"
7610 fi
7611
7612
7613
7614
7615
7616
7617
7618
7619
7620
7621
7622
7623
7624
7625
7626
7627
7628
7629
7630
7631
7632
7633
7634
7635
7636
7637
7638     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7639 $as_echo_n "checking for -single_module linker flag... " >&6; }
7640 if ${lt_cv_apple_cc_single_mod+:} false; then :
7641   $as_echo_n "(cached) " >&6
7642 else
7643   lt_cv_apple_cc_single_mod=no
7644       if test -z "${LT_MULTI_MODULE}"; then
7645         # By default we will add the -single_module flag. You can override
7646         # by either setting the environment variable LT_MULTI_MODULE
7647         # non-empty at configure time, or by adding -multi_module to the
7648         # link flags.
7649         rm -rf libconftest.dylib*
7650         echo "int foo(void){return 1;}" > conftest.c
7651         echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7652 -dynamiclib -Wl,-single_module conftest.c" >&5
7653         $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7654           -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7655         _lt_result=$?
7656         # If there is a non-empty error log, and "single_module"
7657         # appears in it, assume the flag caused a linker warning
7658         if test -s conftest.err && $GREP single_module conftest.err; then
7659           cat conftest.err >&5
7660         # Otherwise, if the output was created with a 0 exit code from
7661         # the compiler, it worked.
7662         elif test -f libconftest.dylib && test $_lt_result -eq 0; then
7663           lt_cv_apple_cc_single_mod=yes
7664         else
7665           cat conftest.err >&5
7666         fi
7667         rm -rf libconftest.dylib*
7668         rm -f conftest.*
7669       fi
7670 fi
7671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7672 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7673
7674     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7675 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7676 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7677   $as_echo_n "(cached) " >&6
7678 else
7679   lt_cv_ld_exported_symbols_list=no
7680       save_LDFLAGS=$LDFLAGS
7681       echo "_main" > conftest.sym
7682       LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7683       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7684 /* end confdefs.h.  */
7685
7686 int
7687 main ()
7688 {
7689
7690   ;
7691   return 0;
7692 }
7693 _ACEOF
7694 if ac_fn_c_try_link "$LINENO"; then :
7695   lt_cv_ld_exported_symbols_list=yes
7696 else
7697   lt_cv_ld_exported_symbols_list=no
7698 fi
7699 rm -f core conftest.err conftest.$ac_objext \
7700     conftest$ac_exeext conftest.$ac_ext
7701         LDFLAGS="$save_LDFLAGS"
7702
7703 fi
7704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7705 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7706
7707     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7708 $as_echo_n "checking for -force_load linker flag... " >&6; }
7709 if ${lt_cv_ld_force_load+:} false; then :
7710   $as_echo_n "(cached) " >&6
7711 else
7712   lt_cv_ld_force_load=no
7713       cat > conftest.c << _LT_EOF
7714 int forced_loaded() { return 2;}
7715 _LT_EOF
7716       echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7717       $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7718       echo "$AR cru libconftest.a conftest.o" >&5
7719       $AR cru libconftest.a conftest.o 2>&5
7720       echo "$RANLIB libconftest.a" >&5
7721       $RANLIB libconftest.a 2>&5
7722       cat > conftest.c << _LT_EOF
7723 int main() { return 0;}
7724 _LT_EOF
7725       echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7726       $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7727       _lt_result=$?
7728       if test -s conftest.err && $GREP force_load conftest.err; then
7729         cat conftest.err >&5
7730       elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then
7731         lt_cv_ld_force_load=yes
7732       else
7733         cat conftest.err >&5
7734       fi
7735         rm -f conftest.err libconftest.a conftest conftest.c
7736         rm -rf conftest.dSYM
7737
7738 fi
7739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7740 $as_echo "$lt_cv_ld_force_load" >&6; }
7741     case $host_os in
7742     rhapsody* | darwin1.[012])
7743       _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7744     darwin1.*)
7745       _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7746     darwin*) # darwin 5.x on
7747       # if running on 10.5 or later, the deployment target defaults
7748       # to the OS version, if on x86, and 10.4, the deployment
7749       # target defaults to 10.4. Don't you love it?
7750       case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7751         10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7752           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7753         10.[012]*)
7754           _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7755         10.*)
7756           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7757       esac
7758     ;;
7759   esac
7760     if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7761       _lt_dar_single_mod='$single_module'
7762     fi
7763     if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7764       _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7765     else
7766       _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7767     fi
7768     if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7769       _lt_dsymutil='~$DSYMUTIL $lib || :'
7770     else
7771       _lt_dsymutil=
7772     fi
7773     ;;
7774   esac
7775
7776 ac_ext=c
7777 ac_cpp='$CPP $CPPFLAGS'
7778 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7779 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7780 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
7782 $as_echo_n "checking how to run the C preprocessor... " >&6; }
7783 # On Suns, sometimes $CPP names a directory.
7784 if test -n "$CPP" && test -d "$CPP"; then
7785   CPP=
7786 fi
7787 if test -z "$CPP"; then
7788   if ${ac_cv_prog_CPP+:} false; then :
7789   $as_echo_n "(cached) " >&6
7790 else
7791       # Double quotes because CPP needs to be expanded
7792     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
7793     do
7794       ac_preproc_ok=false
7795 for ac_c_preproc_warn_flag in '' yes
7796 do
7797   # Use a header file that comes with gcc, so configuring glibc
7798   # with a fresh cross-compiler works.
7799   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7800   # <limits.h> exists even on freestanding compilers.
7801   # On the NeXT, cc -E runs the code through the compiler's parser,
7802   # not just through cpp. "Syntax error" is here to catch this case.
7803   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7804 /* end confdefs.h.  */
7805 #ifdef __STDC__
7806 # include <limits.h>
7807 #else
7808 # include <assert.h>
7809 #endif
7810                      Syntax error
7811 _ACEOF
7812 if ac_fn_c_try_cpp "$LINENO"; then :
7813
7814 else
7815   # Broken: fails on valid input.
7816 continue
7817 fi
7818 rm -f conftest.err conftest.i conftest.$ac_ext
7819
7820   # OK, works on sane cases.  Now check whether nonexistent headers
7821   # can be detected and how.
7822   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7823 /* end confdefs.h.  */
7824 #include <ac_nonexistent.h>
7825 _ACEOF
7826 if ac_fn_c_try_cpp "$LINENO"; then :
7827   # Broken: success on invalid input.
7828 continue
7829 else
7830   # Passes both tests.
7831 ac_preproc_ok=:
7832 break
7833 fi
7834 rm -f conftest.err conftest.i conftest.$ac_ext
7835
7836 done
7837 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7838 rm -f conftest.i conftest.err conftest.$ac_ext
7839 if $ac_preproc_ok; then :
7840   break
7841 fi
7842
7843     done
7844     ac_cv_prog_CPP=$CPP
7845
7846 fi
7847   CPP=$ac_cv_prog_CPP
7848 else
7849   ac_cv_prog_CPP=$CPP
7850 fi
7851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
7852 $as_echo "$CPP" >&6; }
7853 ac_preproc_ok=false
7854 for ac_c_preproc_warn_flag in '' yes
7855 do
7856   # Use a header file that comes with gcc, so configuring glibc
7857   # with a fresh cross-compiler works.
7858   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7859   # <limits.h> exists even on freestanding compilers.
7860   # On the NeXT, cc -E runs the code through the compiler's parser,
7861   # not just through cpp. "Syntax error" is here to catch this case.
7862   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7863 /* end confdefs.h.  */
7864 #ifdef __STDC__
7865 # include <limits.h>
7866 #else
7867 # include <assert.h>
7868 #endif
7869                      Syntax error
7870 _ACEOF
7871 if ac_fn_c_try_cpp "$LINENO"; then :
7872
7873 else
7874   # Broken: fails on valid input.
7875 continue
7876 fi
7877 rm -f conftest.err conftest.i conftest.$ac_ext
7878
7879   # OK, works on sane cases.  Now check whether nonexistent headers
7880   # can be detected and how.
7881   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7882 /* end confdefs.h.  */
7883 #include <ac_nonexistent.h>
7884 _ACEOF
7885 if ac_fn_c_try_cpp "$LINENO"; then :
7886   # Broken: success on invalid input.
7887 continue
7888 else
7889   # Passes both tests.
7890 ac_preproc_ok=:
7891 break
7892 fi
7893 rm -f conftest.err conftest.i conftest.$ac_ext
7894
7895 done
7896 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7897 rm -f conftest.i conftest.err conftest.$ac_ext
7898 if $ac_preproc_ok; then :
7899
7900 else
7901   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7902 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7903 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
7904 See \`config.log' for more details" "$LINENO" 5; }
7905 fi
7906
7907 ac_ext=c
7908 ac_cpp='$CPP $CPPFLAGS'
7909 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7910 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7911 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7912
7913
7914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
7915 $as_echo_n "checking for ANSI C header files... " >&6; }
7916 if ${ac_cv_header_stdc+:} false; then :
7917   $as_echo_n "(cached) " >&6
7918 else
7919   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7920 /* end confdefs.h.  */
7921 #include <stdlib.h>
7922 #include <stdarg.h>
7923 #include <string.h>
7924 #include <float.h>
7925
7926 int
7927 main ()
7928 {
7929
7930   ;
7931   return 0;
7932 }
7933 _ACEOF
7934 if ac_fn_c_try_compile "$LINENO"; then :
7935   ac_cv_header_stdc=yes
7936 else
7937   ac_cv_header_stdc=no
7938 fi
7939 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7940
7941 if test $ac_cv_header_stdc = yes; then
7942   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7943   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7944 /* end confdefs.h.  */
7945 #include <string.h>
7946
7947 _ACEOF
7948 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7949   $EGREP "memchr" >/dev/null 2>&1; then :
7950
7951 else
7952   ac_cv_header_stdc=no
7953 fi
7954 rm -f conftest*
7955
7956 fi
7957
7958 if test $ac_cv_header_stdc = yes; then
7959   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7960   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7961 /* end confdefs.h.  */
7962 #include <stdlib.h>
7963
7964 _ACEOF
7965 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7966   $EGREP "free" >/dev/null 2>&1; then :
7967
7968 else
7969   ac_cv_header_stdc=no
7970 fi
7971 rm -f conftest*
7972
7973 fi
7974
7975 if test $ac_cv_header_stdc = yes; then
7976   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7977   if test "$cross_compiling" = yes; then :
7978   :
7979 else
7980   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7981 /* end confdefs.h.  */
7982 #include <ctype.h>
7983 #include <stdlib.h>
7984 #if ((' ' & 0x0FF) == 0x020)
7985 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7986 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7987 #else
7988 # define ISLOWER(c) \
7989                    (('a' <= (c) && (c) <= 'i') \
7990                      || ('j' <= (c) && (c) <= 'r') \
7991                      || ('s' <= (c) && (c) <= 'z'))
7992 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7993 #endif
7994
7995 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7996 int
7997 main ()
7998 {
7999   int i;
8000   for (i = 0; i < 256; i++)
8001     if (XOR (islower (i), ISLOWER (i))
8002         || toupper (i) != TOUPPER (i))
8003       return 2;
8004   return 0;
8005 }
8006 _ACEOF
8007 if ac_fn_c_try_run "$LINENO"; then :
8008
8009 else
8010   ac_cv_header_stdc=no
8011 fi
8012 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8013   conftest.$ac_objext conftest.beam conftest.$ac_ext
8014 fi
8015
8016 fi
8017 fi
8018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
8019 $as_echo "$ac_cv_header_stdc" >&6; }
8020 if test $ac_cv_header_stdc = yes; then
8021
8022 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
8023
8024 fi
8025
8026 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
8027 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
8028                   inttypes.h stdint.h unistd.h
8029 do :
8030   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8031 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
8032 "
8033 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
8034   cat >>confdefs.h <<_ACEOF
8035 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8036 _ACEOF
8037
8038 fi
8039
8040 done
8041
8042
8043 for ac_header in dlfcn.h
8044 do :
8045   ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8046 "
8047 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
8048   cat >>confdefs.h <<_ACEOF
8049 #define HAVE_DLFCN_H 1
8050 _ACEOF
8051
8052 fi
8053
8054 done
8055
8056
8057
8058
8059
8060 # Set options
8061
8062
8063
8064         enable_dlopen=no
8065
8066
8067   enable_win32_dll=no
8068
8069
8070             # Check whether --enable-shared was given.
8071 if test "${enable_shared+set}" = set; then :
8072   enableval=$enable_shared; p=${PACKAGE-default}
8073     case $enableval in
8074     yes) enable_shared=yes ;;
8075     no) enable_shared=no ;;
8076     *)
8077       enable_shared=no
8078       # Look at the argument we got.  We use all the common list separators.
8079       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8080       for pkg in $enableval; do
8081         IFS="$lt_save_ifs"
8082         if test "X$pkg" = "X$p"; then
8083           enable_shared=yes
8084         fi
8085       done
8086       IFS="$lt_save_ifs"
8087       ;;
8088     esac
8089 else
8090   enable_shared=yes
8091 fi
8092
8093
8094
8095
8096
8097
8098
8099
8100
8101   # Check whether --enable-static was given.
8102 if test "${enable_static+set}" = set; then :
8103   enableval=$enable_static; p=${PACKAGE-default}
8104     case $enableval in
8105     yes) enable_static=yes ;;
8106     no) enable_static=no ;;
8107     *)
8108      enable_static=no
8109       # Look at the argument we got.  We use all the common list separators.
8110       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8111       for pkg in $enableval; do
8112         IFS="$lt_save_ifs"
8113         if test "X$pkg" = "X$p"; then
8114           enable_static=yes
8115         fi
8116       done
8117       IFS="$lt_save_ifs"
8118       ;;
8119     esac
8120 else
8121   enable_static=yes
8122 fi
8123
8124
8125
8126
8127
8128
8129
8130
8131
8132
8133 # Check whether --with-pic was given.
8134 if test "${with_pic+set}" = set; then :
8135   withval=$with_pic; lt_p=${PACKAGE-default}
8136     case $withval in
8137     yes|no) pic_mode=$withval ;;
8138     *)
8139       pic_mode=default
8140       # Look at the argument we got.  We use all the common list separators.
8141       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8142       for lt_pkg in $withval; do
8143         IFS="$lt_save_ifs"
8144         if test "X$lt_pkg" = "X$lt_p"; then
8145           pic_mode=yes
8146         fi
8147       done
8148       IFS="$lt_save_ifs"
8149       ;;
8150     esac
8151 else
8152   pic_mode=default
8153 fi
8154
8155
8156 test -z "$pic_mode" && pic_mode=default
8157
8158
8159
8160
8161
8162
8163
8164   # Check whether --enable-fast-install was given.
8165 if test "${enable_fast_install+set}" = set; then :
8166   enableval=$enable_fast_install; p=${PACKAGE-default}
8167     case $enableval in
8168     yes) enable_fast_install=yes ;;
8169     no) enable_fast_install=no ;;
8170     *)
8171       enable_fast_install=no
8172       # Look at the argument we got.  We use all the common list separators.
8173       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8174       for pkg in $enableval; do
8175         IFS="$lt_save_ifs"
8176         if test "X$pkg" = "X$p"; then
8177           enable_fast_install=yes
8178         fi
8179       done
8180       IFS="$lt_save_ifs"
8181       ;;
8182     esac
8183 else
8184   enable_fast_install=yes
8185 fi
8186
8187
8188
8189
8190
8191
8192
8193
8194
8195
8196
8197 # This can be used to rebuild libtool when needed
8198 LIBTOOL_DEPS="$ltmain"
8199
8200 # Always use our own libtool.
8201 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8202
8203
8204
8205
8206
8207
8208
8209
8210
8211
8212
8213
8214
8215
8216
8217
8218
8219
8220
8221
8222
8223
8224
8225
8226
8227
8228
8229
8230
8231
8232 test -z "$LN_S" && LN_S="ln -s"
8233
8234
8235
8236
8237
8238
8239
8240
8241
8242
8243
8244
8245
8246
8247 if test -n "${ZSH_VERSION+set}" ; then
8248    setopt NO_GLOB_SUBST
8249 fi
8250
8251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8252 $as_echo_n "checking for objdir... " >&6; }
8253 if ${lt_cv_objdir+:} false; then :
8254   $as_echo_n "(cached) " >&6
8255 else
8256   rm -f .libs 2>/dev/null
8257 mkdir .libs 2>/dev/null
8258 if test -d .libs; then
8259   lt_cv_objdir=.libs
8260 else
8261   # MS-DOS does not allow filenames that begin with a dot.
8262   lt_cv_objdir=_libs
8263 fi
8264 rmdir .libs 2>/dev/null
8265 fi
8266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8267 $as_echo "$lt_cv_objdir" >&6; }
8268 objdir=$lt_cv_objdir
8269
8270
8271
8272
8273
8274 cat >>confdefs.h <<_ACEOF
8275 #define LT_OBJDIR "$lt_cv_objdir/"
8276 _ACEOF
8277
8278
8279
8280
8281 case $host_os in
8282 aix3*)
8283   # AIX sometimes has problems with the GCC collect2 program.  For some
8284   # reason, if we set the COLLECT_NAMES environment variable, the problems
8285   # vanish in a puff of smoke.
8286   if test "X${COLLECT_NAMES+set}" != Xset; then
8287     COLLECT_NAMES=
8288     export COLLECT_NAMES
8289   fi
8290   ;;
8291 esac
8292
8293 # Global variables:
8294 ofile=libtool
8295 can_build_shared=yes
8296
8297 # All known linkers require a `.a' archive for static linking (except MSVC,
8298 # which needs '.lib').
8299 libext=a
8300
8301 with_gnu_ld="$lt_cv_prog_gnu_ld"
8302
8303 old_CC="$CC"
8304 old_CFLAGS="$CFLAGS"
8305
8306 # Set sane defaults for various variables
8307 test -z "$CC" && CC=cc
8308 test -z "$LTCC" && LTCC=$CC
8309 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8310 test -z "$LD" && LD=ld
8311 test -z "$ac_objext" && ac_objext=o
8312
8313 for cc_temp in $compiler""; do
8314   case $cc_temp in
8315     compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8316     distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8317     \-*) ;;
8318     *) break;;
8319   esac
8320 done
8321 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8322
8323
8324 # Only perform the check for file, if the check method requires it
8325 test -z "$MAGIC_CMD" && MAGIC_CMD=file
8326 case $deplibs_check_method in
8327 file_magic*)
8328   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8329     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8330 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8331 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8332   $as_echo_n "(cached) " >&6
8333 else
8334   case $MAGIC_CMD in
8335 [\\/*] |  ?:[\\/]*)
8336   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8337   ;;
8338 *)
8339   lt_save_MAGIC_CMD="$MAGIC_CMD"
8340   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8341   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8342   for ac_dir in $ac_dummy; do
8343     IFS="$lt_save_ifs"
8344     test -z "$ac_dir" && ac_dir=.
8345     if test -f $ac_dir/${ac_tool_prefix}file; then
8346       lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8347       if test -n "$file_magic_test_file"; then
8348         case $deplibs_check_method in
8349         "file_magic "*)
8350           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8351           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8352           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8353             $EGREP "$file_magic_regex" > /dev/null; then
8354             :
8355           else
8356             cat <<_LT_EOF 1>&2
8357
8358 *** Warning: the command libtool uses to detect shared libraries,
8359 *** $file_magic_cmd, produces output that libtool cannot recognize.
8360 *** The result is that libtool may fail to recognize shared libraries
8361 *** as such.  This will affect the creation of libtool libraries that
8362 *** depend on shared libraries, but programs linked with such libtool
8363 *** libraries will work regardless of this problem.  Nevertheless, you
8364 *** may want to report the problem to your system manager and/or to
8365 *** bug-libtool@gnu.org
8366
8367 _LT_EOF
8368           fi ;;
8369         esac
8370       fi
8371       break
8372     fi
8373   done
8374   IFS="$lt_save_ifs"
8375   MAGIC_CMD="$lt_save_MAGIC_CMD"
8376   ;;
8377 esac
8378 fi
8379
8380 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8381 if test -n "$MAGIC_CMD"; then
8382   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8383 $as_echo "$MAGIC_CMD" >&6; }
8384 else
8385   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8386 $as_echo "no" >&6; }
8387 fi
8388
8389
8390
8391
8392
8393 if test -z "$lt_cv_path_MAGIC_CMD"; then
8394   if test -n "$ac_tool_prefix"; then
8395     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8396 $as_echo_n "checking for file... " >&6; }
8397 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8398   $as_echo_n "(cached) " >&6
8399 else
8400   case $MAGIC_CMD in
8401 [\\/*] |  ?:[\\/]*)
8402   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8403   ;;
8404 *)
8405   lt_save_MAGIC_CMD="$MAGIC_CMD"
8406   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8407   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8408   for ac_dir in $ac_dummy; do
8409     IFS="$lt_save_ifs"
8410     test -z "$ac_dir" && ac_dir=.
8411     if test -f $ac_dir/file; then
8412       lt_cv_path_MAGIC_CMD="$ac_dir/file"
8413       if test -n "$file_magic_test_file"; then
8414         case $deplibs_check_method in
8415         "file_magic "*)
8416           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8417           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8418           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8419             $EGREP "$file_magic_regex" > /dev/null; then
8420             :
8421           else
8422             cat <<_LT_EOF 1>&2
8423
8424 *** Warning: the command libtool uses to detect shared libraries,
8425 *** $file_magic_cmd, produces output that libtool cannot recognize.
8426 *** The result is that libtool may fail to recognize shared libraries
8427 *** as such.  This will affect the creation of libtool libraries that
8428 *** depend on shared libraries, but programs linked with such libtool
8429 *** libraries will work regardless of this problem.  Nevertheless, you
8430 *** may want to report the problem to your system manager and/or to
8431 *** bug-libtool@gnu.org
8432
8433 _LT_EOF
8434           fi ;;
8435         esac
8436       fi
8437       break
8438     fi
8439   done
8440   IFS="$lt_save_ifs"
8441   MAGIC_CMD="$lt_save_MAGIC_CMD"
8442   ;;
8443 esac
8444 fi
8445
8446 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8447 if test -n "$MAGIC_CMD"; then
8448   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8449 $as_echo "$MAGIC_CMD" >&6; }
8450 else
8451   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8452 $as_echo "no" >&6; }
8453 fi
8454
8455
8456   else
8457     MAGIC_CMD=:
8458   fi
8459 fi
8460
8461   fi
8462   ;;
8463 esac
8464
8465 # Use C for the default configuration in the libtool script
8466
8467 lt_save_CC="$CC"
8468 ac_ext=c
8469 ac_cpp='$CPP $CPPFLAGS'
8470 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8471 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8472 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8473
8474
8475 # Source file extension for C test sources.
8476 ac_ext=c
8477
8478 # Object file extension for compiled C test sources.
8479 objext=o
8480 objext=$objext
8481
8482 # Code to be used in simple compile tests
8483 lt_simple_compile_test_code="int some_variable = 0;"
8484
8485 # Code to be used in simple link tests
8486 lt_simple_link_test_code='int main(){return(0);}'
8487
8488
8489
8490
8491
8492
8493
8494 # If no C compiler was specified, use CC.
8495 LTCC=${LTCC-"$CC"}
8496
8497 # If no C compiler flags were specified, use CFLAGS.
8498 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8499
8500 # Allow CC to be a program name with arguments.
8501 compiler=$CC
8502
8503 # Save the default compiler, since it gets overwritten when the other
8504 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8505 compiler_DEFAULT=$CC
8506
8507 # save warnings/boilerplate of simple test code
8508 ac_outfile=conftest.$ac_objext
8509 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8510 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8511 _lt_compiler_boilerplate=`cat conftest.err`
8512 $RM conftest*
8513
8514 ac_outfile=conftest.$ac_objext
8515 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8516 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8517 _lt_linker_boilerplate=`cat conftest.err`
8518 $RM -r conftest*
8519
8520
8521 ## CAVEAT EMPTOR:
8522 ## There is no encapsulation within the following macros, do not change
8523 ## the running order or otherwise move them around unless you know exactly
8524 ## what you are doing...
8525 if test -n "$compiler"; then
8526
8527 lt_prog_compiler_no_builtin_flag=
8528
8529 if test "$GCC" = yes; then
8530   case $cc_basename in
8531   nvcc*)
8532     lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8533   *)
8534     lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8535   esac
8536
8537   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8538 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8539 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8540   $as_echo_n "(cached) " >&6
8541 else
8542   lt_cv_prog_compiler_rtti_exceptions=no
8543    ac_outfile=conftest.$ac_objext
8544    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8545    lt_compiler_flag="-fno-rtti -fno-exceptions"
8546    # Insert the option either (1) after the last *FLAGS variable, or
8547    # (2) before a word containing "conftest.", or (3) at the end.
8548    # Note that $ac_compile itself does not contain backslashes and begins
8549    # with a dollar sign (not a hyphen), so the echo should work correctly.
8550    # The option is referenced via a variable to avoid confusing sed.
8551    lt_compile=`echo "$ac_compile" | $SED \
8552    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8553    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8554    -e 's:$: $lt_compiler_flag:'`
8555    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8556    (eval "$lt_compile" 2>conftest.err)
8557    ac_status=$?
8558    cat conftest.err >&5
8559    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8560    if (exit $ac_status) && test -s "$ac_outfile"; then
8561      # The compiler can only warn and ignore the option if not recognized
8562      # So say no if there are warnings other than the usual output.
8563      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8564      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8565      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8566        lt_cv_prog_compiler_rtti_exceptions=yes
8567      fi
8568    fi
8569    $RM conftest*
8570
8571 fi
8572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8573 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8574
8575 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8576     lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8577 else
8578     :
8579 fi
8580
8581 fi
8582
8583
8584
8585
8586
8587
8588   lt_prog_compiler_wl=
8589 lt_prog_compiler_pic=
8590 lt_prog_compiler_static=
8591
8592
8593   if test "$GCC" = yes; then
8594     lt_prog_compiler_wl='-Wl,'
8595     lt_prog_compiler_static='-static'
8596
8597     case $host_os in
8598       aix*)
8599       # All AIX code is PIC.
8600       if test "$host_cpu" = ia64; then
8601         # AIX 5 now supports IA64 processor
8602         lt_prog_compiler_static='-Bstatic'
8603       fi
8604       ;;
8605
8606     amigaos*)
8607       case $host_cpu in
8608       powerpc)
8609             # see comment about AmigaOS4 .so support
8610             lt_prog_compiler_pic='-fPIC'
8611         ;;
8612       m68k)
8613             # FIXME: we need at least 68020 code to build shared libraries, but
8614             # adding the `-m68020' flag to GCC prevents building anything better,
8615             # like `-m68040'.
8616             lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8617         ;;
8618       esac
8619       ;;
8620
8621     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8622       # PIC is the default for these OSes.
8623       ;;
8624
8625     mingw* | cygwin* | pw32* | os2* | cegcc*)
8626       # This hack is so that the source file can tell whether it is being
8627       # built for inclusion in a dll (and should export symbols for example).
8628       # Although the cygwin gcc ignores -fPIC, still need this for old-style
8629       # (--disable-auto-import) libraries
8630       lt_prog_compiler_pic='-DDLL_EXPORT'
8631       ;;
8632
8633     darwin* | rhapsody*)
8634       # PIC is the default on this platform
8635       # Common symbols not allowed in MH_DYLIB files
8636       lt_prog_compiler_pic='-fno-common'
8637       ;;
8638
8639     haiku*)
8640       # PIC is the default for Haiku.
8641       # The "-static" flag exists, but is broken.
8642       lt_prog_compiler_static=
8643       ;;
8644
8645     hpux*)
8646       # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8647       # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
8648       # sets the default TLS model and affects inlining.
8649       case $host_cpu in
8650       hppa*64*)
8651         # +Z the default
8652         ;;
8653       *)
8654         lt_prog_compiler_pic='-fPIC'
8655         ;;
8656       esac
8657       ;;
8658
8659     interix[3-9]*)
8660       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8661       # Instead, we relocate shared libraries at runtime.
8662       ;;
8663
8664     msdosdjgpp*)
8665       # Just because we use GCC doesn't mean we suddenly get shared libraries
8666       # on systems that don't support them.
8667       lt_prog_compiler_can_build_shared=no
8668       enable_shared=no
8669       ;;
8670
8671     *nto* | *qnx*)
8672       # QNX uses GNU C++, but need to define -shared option too, otherwise
8673       # it will coredump.
8674       lt_prog_compiler_pic='-fPIC -shared'
8675       ;;
8676
8677     sysv4*MP*)
8678       if test -d /usr/nec; then
8679         lt_prog_compiler_pic=-Kconform_pic
8680       fi
8681       ;;
8682
8683     *)
8684       lt_prog_compiler_pic='-fPIC'
8685       ;;
8686     esac
8687
8688     case $cc_basename in
8689     nvcc*) # Cuda Compiler Driver 2.2
8690       lt_prog_compiler_wl='-Xlinker '
8691       if test -n "$lt_prog_compiler_pic"; then
8692         lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic"
8693       fi
8694       ;;
8695     esac
8696   else
8697     # PORTME Check for flag to pass linker flags through the system compiler.
8698     case $host_os in
8699     aix*)
8700       lt_prog_compiler_wl='-Wl,'
8701       if test "$host_cpu" = ia64; then
8702         # AIX 5 now supports IA64 processor
8703         lt_prog_compiler_static='-Bstatic'
8704       else
8705         lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8706       fi
8707       ;;
8708
8709     mingw* | cygwin* | pw32* | os2* | cegcc*)
8710       # This hack is so that the source file can tell whether it is being
8711       # built for inclusion in a dll (and should export symbols for example).
8712       lt_prog_compiler_pic='-DDLL_EXPORT'
8713       ;;
8714
8715     hpux9* | hpux10* | hpux11*)
8716       lt_prog_compiler_wl='-Wl,'
8717       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8718       # not for PA HP-UX.
8719       case $host_cpu in
8720       hppa*64*|ia64*)
8721         # +Z the default
8722         ;;
8723       *)
8724         lt_prog_compiler_pic='+Z'
8725         ;;
8726       esac
8727       # Is there a better lt_prog_compiler_static that works with the bundled CC?
8728       lt_prog_compiler_static='${wl}-a ${wl}archive'
8729       ;;
8730
8731     irix5* | irix6* | nonstopux*)
8732       lt_prog_compiler_wl='-Wl,'
8733       # PIC (with -KPIC) is the default.
8734       lt_prog_compiler_static='-non_shared'
8735       ;;
8736
8737     linux* | k*bsd*-gnu | kopensolaris*-gnu)
8738       case $cc_basename in
8739       # old Intel for x86_64 which still supported -KPIC.
8740       ecc*)
8741         lt_prog_compiler_wl='-Wl,'
8742         lt_prog_compiler_pic='-KPIC'
8743         lt_prog_compiler_static='-static'
8744         ;;
8745       # icc used to be incompatible with GCC.
8746       # ICC 10 doesn't accept -KPIC any more.
8747       icc* | ifort*)
8748         lt_prog_compiler_wl='-Wl,'
8749         lt_prog_compiler_pic='-fPIC'
8750         lt_prog_compiler_static='-static'
8751         ;;
8752       # Lahey Fortran 8.1.
8753       lf95*)
8754         lt_prog_compiler_wl='-Wl,'
8755         lt_prog_compiler_pic='--shared'
8756         lt_prog_compiler_static='--static'
8757         ;;
8758       nagfor*)
8759         # NAG Fortran compiler
8760         lt_prog_compiler_wl='-Wl,-Wl,,'
8761         lt_prog_compiler_pic='-PIC'
8762         lt_prog_compiler_static='-Bstatic'
8763         ;;
8764       pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8765         # Portland Group compilers (*not* the Pentium gcc compiler,
8766         # which looks to be a dead project)
8767         lt_prog_compiler_wl='-Wl,'
8768         lt_prog_compiler_pic='-fpic'
8769         lt_prog_compiler_static='-Bstatic'
8770         ;;
8771       ccc*)
8772         lt_prog_compiler_wl='-Wl,'
8773         # All Alpha code is PIC.
8774         lt_prog_compiler_static='-non_shared'
8775         ;;
8776       xl* | bgxl* | bgf* | mpixl*)
8777         # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8778         lt_prog_compiler_wl='-Wl,'
8779         lt_prog_compiler_pic='-qpic'
8780         lt_prog_compiler_static='-qstaticlink'
8781         ;;
8782       *)
8783         case `$CC -V 2>&1 | sed 5q` in
8784         *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
8785           # Sun Fortran 8.3 passes all unrecognized flags to the linker
8786           lt_prog_compiler_pic='-KPIC'
8787           lt_prog_compiler_static='-Bstatic'
8788           lt_prog_compiler_wl=''
8789           ;;
8790         *Sun\ F* | *Sun*Fortran*)
8791           lt_prog_compiler_pic='-KPIC'
8792           lt_prog_compiler_static='-Bstatic'
8793           lt_prog_compiler_wl='-Qoption ld '
8794           ;;
8795         *Sun\ C*)
8796           # Sun C 5.9
8797           lt_prog_compiler_pic='-KPIC'
8798           lt_prog_compiler_static='-Bstatic'
8799           lt_prog_compiler_wl='-Wl,'
8800           ;;
8801         *Intel*\ [CF]*Compiler*)
8802           lt_prog_compiler_wl='-Wl,'
8803           lt_prog_compiler_pic='-fPIC'
8804           lt_prog_compiler_static='-static'
8805           ;;
8806         *Portland\ Group*)
8807           lt_prog_compiler_wl='-Wl,'
8808           lt_prog_compiler_pic='-fpic'
8809           lt_prog_compiler_static='-Bstatic'
8810           ;;
8811         esac
8812         ;;
8813       esac
8814       ;;
8815
8816     newsos6)
8817       lt_prog_compiler_pic='-KPIC'
8818       lt_prog_compiler_static='-Bstatic'
8819       ;;
8820
8821     *nto* | *qnx*)
8822       # QNX uses GNU C++, but need to define -shared option too, otherwise
8823       # it will coredump.
8824       lt_prog_compiler_pic='-fPIC -shared'
8825       ;;
8826
8827     osf3* | osf4* | osf5*)
8828       lt_prog_compiler_wl='-Wl,'
8829       # All OSF/1 code is PIC.
8830       lt_prog_compiler_static='-non_shared'
8831       ;;
8832
8833     rdos*)
8834       lt_prog_compiler_static='-non_shared'
8835       ;;
8836
8837     solaris*)
8838       lt_prog_compiler_pic='-KPIC'
8839       lt_prog_compiler_static='-Bstatic'
8840       case $cc_basename in
8841       f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
8842         lt_prog_compiler_wl='-Qoption ld ';;
8843       *)
8844         lt_prog_compiler_wl='-Wl,';;
8845       esac
8846       ;;
8847
8848     sunos4*)
8849       lt_prog_compiler_wl='-Qoption ld '
8850       lt_prog_compiler_pic='-PIC'
8851       lt_prog_compiler_static='-Bstatic'
8852       ;;
8853
8854     sysv4 | sysv4.2uw2* | sysv4.3*)
8855       lt_prog_compiler_wl='-Wl,'
8856       lt_prog_compiler_pic='-KPIC'
8857       lt_prog_compiler_static='-Bstatic'
8858       ;;
8859
8860     sysv4*MP*)
8861       if test -d /usr/nec ;then
8862         lt_prog_compiler_pic='-Kconform_pic'
8863         lt_prog_compiler_static='-Bstatic'
8864       fi
8865       ;;
8866
8867     sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8868       lt_prog_compiler_wl='-Wl,'
8869       lt_prog_compiler_pic='-KPIC'
8870       lt_prog_compiler_static='-Bstatic'
8871       ;;
8872
8873     unicos*)
8874       lt_prog_compiler_wl='-Wl,'
8875       lt_prog_compiler_can_build_shared=no
8876       ;;
8877
8878     uts4*)
8879       lt_prog_compiler_pic='-pic'
8880       lt_prog_compiler_static='-Bstatic'
8881       ;;
8882
8883     *)
8884       lt_prog_compiler_can_build_shared=no
8885       ;;
8886     esac
8887   fi
8888
8889 case $host_os in
8890   # For platforms which do not support PIC, -DPIC is meaningless:
8891   *djgpp*)
8892     lt_prog_compiler_pic=
8893     ;;
8894   *)
8895     lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8896     ;;
8897 esac
8898
8899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8900 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8901 if ${lt_cv_prog_compiler_pic+:} false; then :
8902   $as_echo_n "(cached) " >&6
8903 else
8904   lt_cv_prog_compiler_pic=$lt_prog_compiler_pic
8905 fi
8906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5
8907 $as_echo "$lt_cv_prog_compiler_pic" >&6; }
8908 lt_prog_compiler_pic=$lt_cv_prog_compiler_pic
8909
8910 #
8911 # Check to make sure the PIC flag actually works.
8912 #
8913 if test -n "$lt_prog_compiler_pic"; then
8914   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8915 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8916 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8917   $as_echo_n "(cached) " >&6
8918 else
8919   lt_cv_prog_compiler_pic_works=no
8920    ac_outfile=conftest.$ac_objext
8921    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8922    lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8923    # Insert the option either (1) after the last *FLAGS variable, or
8924    # (2) before a word containing "conftest.", or (3) at the end.
8925    # Note that $ac_compile itself does not contain backslashes and begins
8926    # with a dollar sign (not a hyphen), so the echo should work correctly.
8927    # The option is referenced via a variable to avoid confusing sed.
8928    lt_compile=`echo "$ac_compile" | $SED \
8929    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8930    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8931    -e 's:$: $lt_compiler_flag:'`
8932    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8933    (eval "$lt_compile" 2>conftest.err)
8934    ac_status=$?
8935    cat conftest.err >&5
8936    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8937    if (exit $ac_status) && test -s "$ac_outfile"; then
8938      # The compiler can only warn and ignore the option if not recognized
8939      # So say no if there are warnings other than the usual output.
8940      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8941      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8942      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8943        lt_cv_prog_compiler_pic_works=yes
8944      fi
8945    fi
8946    $RM conftest*
8947
8948 fi
8949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8950 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8951
8952 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8953     case $lt_prog_compiler_pic in
8954      "" | " "*) ;;
8955      *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8956      esac
8957 else
8958     lt_prog_compiler_pic=
8959      lt_prog_compiler_can_build_shared=no
8960 fi
8961
8962 fi
8963
8964
8965
8966
8967
8968
8969
8970
8971
8972
8973
8974 #
8975 # Check to make sure the static flag actually works.
8976 #
8977 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8979 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8980 if ${lt_cv_prog_compiler_static_works+:} false; then :
8981   $as_echo_n "(cached) " >&6
8982 else
8983   lt_cv_prog_compiler_static_works=no
8984    save_LDFLAGS="$LDFLAGS"
8985    LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8986    echo "$lt_simple_link_test_code" > conftest.$ac_ext
8987    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8988      # The linker can only warn and ignore the option if not recognized
8989      # So say no if there are warnings
8990      if test -s conftest.err; then
8991        # Append any errors to the config.log.
8992        cat conftest.err 1>&5
8993        $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8994        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8995        if diff conftest.exp conftest.er2 >/dev/null; then
8996          lt_cv_prog_compiler_static_works=yes
8997        fi
8998      else
8999        lt_cv_prog_compiler_static_works=yes
9000      fi
9001    fi
9002    $RM -r conftest*
9003    LDFLAGS="$save_LDFLAGS"
9004
9005 fi
9006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
9007 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
9008
9009 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
9010     :
9011 else
9012     lt_prog_compiler_static=
9013 fi
9014
9015
9016
9017
9018
9019
9020
9021   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9022 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9023 if ${lt_cv_prog_compiler_c_o+:} false; then :
9024   $as_echo_n "(cached) " >&6
9025 else
9026   lt_cv_prog_compiler_c_o=no
9027    $RM -r conftest 2>/dev/null
9028    mkdir conftest
9029    cd conftest
9030    mkdir out
9031    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9032
9033    lt_compiler_flag="-o out/conftest2.$ac_objext"
9034    # Insert the option either (1) after the last *FLAGS variable, or
9035    # (2) before a word containing "conftest.", or (3) at the end.
9036    # Note that $ac_compile itself does not contain backslashes and begins
9037    # with a dollar sign (not a hyphen), so the echo should work correctly.
9038    lt_compile=`echo "$ac_compile" | $SED \
9039    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9040    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9041    -e 's:$: $lt_compiler_flag:'`
9042    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9043    (eval "$lt_compile" 2>out/conftest.err)
9044    ac_status=$?
9045    cat out/conftest.err >&5
9046    echo "$as_me:$LINENO: \$? = $ac_status" >&5
9047    if (exit $ac_status) && test -s out/conftest2.$ac_objext
9048    then
9049      # The compiler can only warn and ignore the option if not recognized
9050      # So say no if there are warnings
9051      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9052      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9053      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9054        lt_cv_prog_compiler_c_o=yes
9055      fi
9056    fi
9057    chmod u+w . 2>&5
9058    $RM conftest*
9059    # SGI C++ compiler will create directory out/ii_files/ for
9060    # template instantiation
9061    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9062    $RM out/* && rmdir out
9063    cd ..
9064    $RM -r conftest
9065    $RM conftest*
9066
9067 fi
9068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9069 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9070
9071
9072
9073
9074
9075
9076   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9077 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9078 if ${lt_cv_prog_compiler_c_o+:} false; then :
9079   $as_echo_n "(cached) " >&6
9080 else
9081   lt_cv_prog_compiler_c_o=no
9082    $RM -r conftest 2>/dev/null
9083    mkdir conftest
9084    cd conftest
9085    mkdir out
9086    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9087
9088    lt_compiler_flag="-o out/conftest2.$ac_objext"
9089    # Insert the option either (1) after the last *FLAGS variable, or
9090    # (2) before a word containing "conftest.", or (3) at the end.
9091    # Note that $ac_compile itself does not contain backslashes and begins
9092    # with a dollar sign (not a hyphen), so the echo should work correctly.
9093    lt_compile=`echo "$ac_compile" | $SED \
9094    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9095    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9096    -e 's:$: $lt_compiler_flag:'`
9097    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9098    (eval "$lt_compile" 2>out/conftest.err)
9099    ac_status=$?
9100    cat out/conftest.err >&5
9101    echo "$as_me:$LINENO: \$? = $ac_status" >&5
9102    if (exit $ac_status) && test -s out/conftest2.$ac_objext
9103    then
9104      # The compiler can only warn and ignore the option if not recognized
9105      # So say no if there are warnings
9106      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9107      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9108      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9109        lt_cv_prog_compiler_c_o=yes
9110      fi
9111    fi
9112    chmod u+w . 2>&5
9113    $RM conftest*
9114    # SGI C++ compiler will create directory out/ii_files/ for
9115    # template instantiation
9116    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9117    $RM out/* && rmdir out
9118    cd ..
9119    $RM -r conftest
9120    $RM conftest*
9121
9122 fi
9123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9124 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9125
9126
9127
9128
9129 hard_links="nottested"
9130 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9131   # do not overwrite the value of need_locks provided by the user
9132   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9133 $as_echo_n "checking if we can lock with hard links... " >&6; }
9134   hard_links=yes
9135   $RM conftest*
9136   ln conftest.a conftest.b 2>/dev/null && hard_links=no
9137   touch conftest.a
9138   ln conftest.a conftest.b 2>&5 || hard_links=no
9139   ln conftest.a conftest.b 2>/dev/null && hard_links=no
9140   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9141 $as_echo "$hard_links" >&6; }
9142   if test "$hard_links" = no; then
9143     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9144 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
9145     need_locks=warn
9146   fi
9147 else
9148   need_locks=no
9149 fi
9150
9151
9152
9153
9154
9155
9156   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9157 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
9158
9159   runpath_var=
9160   allow_undefined_flag=
9161   always_export_symbols=no
9162   archive_cmds=
9163   archive_expsym_cmds=
9164   compiler_needs_object=no
9165   enable_shared_with_static_runtimes=no
9166   export_dynamic_flag_spec=
9167   export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9168   hardcode_automatic=no
9169   hardcode_direct=no
9170   hardcode_direct_absolute=no
9171   hardcode_libdir_flag_spec=
9172   hardcode_libdir_separator=
9173   hardcode_minus_L=no
9174   hardcode_shlibpath_var=unsupported
9175   inherit_rpath=no
9176   link_all_deplibs=unknown
9177   module_cmds=
9178   module_expsym_cmds=
9179   old_archive_from_new_cmds=
9180   old_archive_from_expsyms_cmds=
9181   thread_safe_flag_spec=
9182   whole_archive_flag_spec=
9183   # include_expsyms should be a list of space-separated symbols to be *always*
9184   # included in the symbol list
9185   include_expsyms=
9186   # exclude_expsyms can be an extended regexp of symbols to exclude
9187   # it will be wrapped by ` (' and `)$', so one must not match beginning or
9188   # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9189   # as well as any symbol that contains `d'.
9190   exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
9191   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9192   # platforms (ab)use it in PIC code, but their linkers get confused if
9193   # the symbol is explicitly referenced.  Since portable code cannot
9194   # rely on this symbol name, it's probably fine to never include it in
9195   # preloaded symbol tables.
9196   # Exclude shared library initialization/finalization symbols.
9197   extract_expsyms_cmds=
9198
9199   case $host_os in
9200   cygwin* | mingw* | pw32* | cegcc*)
9201     # FIXME: the MSVC++ port hasn't been tested in a loooong time
9202     # When not using gcc, we currently assume that we are using
9203     # Microsoft Visual C++.
9204     if test "$GCC" != yes; then
9205       with_gnu_ld=no
9206     fi
9207     ;;
9208   interix*)
9209     # we just hope/assume this is gcc and not c89 (= MSVC++)
9210     with_gnu_ld=yes
9211     ;;
9212   openbsd*)
9213     with_gnu_ld=no
9214     ;;
9215   esac
9216
9217   ld_shlibs=yes
9218
9219   # On some targets, GNU ld is compatible enough with the native linker
9220   # that we're better off using the native interface for both.
9221   lt_use_gnu_ld_interface=no
9222   if test "$with_gnu_ld" = yes; then
9223     case $host_os in
9224       aix*)
9225         # The AIX port of GNU ld has always aspired to compatibility
9226         # with the native linker.  However, as the warning in the GNU ld
9227         # block says, versions before 2.19.5* couldn't really create working
9228         # shared libraries, regardless of the interface used.
9229         case `$LD -v 2>&1` in
9230           *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9231           *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9232           *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9233           *)
9234             lt_use_gnu_ld_interface=yes
9235             ;;
9236         esac
9237         ;;
9238       *)
9239         lt_use_gnu_ld_interface=yes
9240         ;;
9241     esac
9242   fi
9243
9244   if test "$lt_use_gnu_ld_interface" = yes; then
9245     # If archive_cmds runs LD, not CC, wlarc should be empty
9246     wlarc='${wl}'
9247
9248     # Set some defaults for GNU ld with shared library support. These
9249     # are reset later if shared libraries are not supported. Putting them
9250     # here allows them to be overridden if necessary.
9251     runpath_var=LD_RUN_PATH
9252     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9253     export_dynamic_flag_spec='${wl}--export-dynamic'
9254     # ancient GNU ld didn't support --whole-archive et. al.
9255     if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9256       whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9257     else
9258       whole_archive_flag_spec=
9259     fi
9260     supports_anon_versioning=no
9261     case `$LD -v 2>&1` in
9262       *GNU\ gold*) supports_anon_versioning=yes ;;
9263       *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9264       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9265       *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9266       *\ 2.11.*) ;; # other 2.11 versions
9267       *) supports_anon_versioning=yes ;;
9268     esac
9269
9270     # See if GNU ld supports shared libraries.
9271     case $host_os in
9272     aix[3-9]*)
9273       # On AIX/PPC, the GNU linker is very broken
9274       if test "$host_cpu" != ia64; then
9275         ld_shlibs=no
9276         cat <<_LT_EOF 1>&2
9277
9278 *** Warning: the GNU linker, at least up to release 2.19, is reported
9279 *** to be unable to reliably create shared libraries on AIX.
9280 *** Therefore, libtool is disabling shared libraries support.  If you
9281 *** really care for shared libraries, you may want to install binutils
9282 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9283 *** You will then need to restart the configuration process.
9284
9285 _LT_EOF
9286       fi
9287       ;;
9288
9289     amigaos*)
9290       case $host_cpu in
9291       powerpc)
9292             # see comment about AmigaOS4 .so support
9293             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9294             archive_expsym_cmds=''
9295         ;;
9296       m68k)
9297             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)'
9298             hardcode_libdir_flag_spec='-L$libdir'
9299             hardcode_minus_L=yes
9300         ;;
9301       esac
9302       ;;
9303
9304     beos*)
9305       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9306         allow_undefined_flag=unsupported
9307         # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9308         # support --undefined.  This deserves some investigation.  FIXME
9309         archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9310       else
9311         ld_shlibs=no
9312       fi
9313       ;;
9314
9315     cygwin* | mingw* | pw32* | cegcc*)
9316       # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9317       # as there is no search path for DLLs.
9318       hardcode_libdir_flag_spec='-L$libdir'
9319       export_dynamic_flag_spec='${wl}--export-all-symbols'
9320       allow_undefined_flag=unsupported
9321       always_export_symbols=no
9322       enable_shared_with_static_runtimes=yes
9323       export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
9324       exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'
9325
9326       if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9327         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9328         # If the export-symbols file already is a .def file (1st line
9329         # is EXPORTS), use it as is; otherwise, prepend...
9330         archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9331           cp $export_symbols $output_objdir/$soname.def;
9332         else
9333           echo EXPORTS > $output_objdir/$soname.def;
9334           cat $export_symbols >> $output_objdir/$soname.def;
9335         fi~
9336         $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9337       else
9338         ld_shlibs=no
9339       fi
9340       ;;
9341
9342     haiku*)
9343       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9344       link_all_deplibs=yes
9345       ;;
9346
9347     interix[3-9]*)
9348       hardcode_direct=no
9349       hardcode_shlibpath_var=no
9350       hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9351       export_dynamic_flag_spec='${wl}-E'
9352       # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9353       # Instead, shared libraries are loaded at an image base (0x10000000 by
9354       # default) and relocated if they conflict, which is a slow very memory
9355       # consuming and fragmenting process.  To avoid this, we pick a random,
9356       # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9357       # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
9358       archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9359       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'
9360       ;;
9361
9362     gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9363       tmp_diet=no
9364       if test "$host_os" = linux-dietlibc; then
9365         case $cc_basename in
9366           diet\ *) tmp_diet=yes;;       # linux-dietlibc with static linking (!diet-dyn)
9367         esac
9368       fi
9369       if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9370          && test "$tmp_diet" = no
9371       then
9372         tmp_addflag=' $pic_flag'
9373         tmp_sharedflag='-shared'
9374         case $cc_basename,$host_cpu in
9375         pgcc*)                          # Portland Group C compiler
9376           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'
9377           tmp_addflag=' $pic_flag'
9378           ;;
9379         pgf77* | pgf90* | pgf95* | pgfortran*)
9380                                         # Portland Group f77 and f90 compilers
9381           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'
9382           tmp_addflag=' $pic_flag -Mnomain' ;;
9383         ecc*,ia64* | icc*,ia64*)        # Intel C compiler on ia64
9384           tmp_addflag=' -i_dynamic' ;;
9385         efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
9386           tmp_addflag=' -i_dynamic -nofor_main' ;;
9387         ifc* | ifort*)                  # Intel Fortran compiler
9388           tmp_addflag=' -nofor_main' ;;
9389         lf95*)                          # Lahey Fortran 8.1
9390           whole_archive_flag_spec=
9391           tmp_sharedflag='--shared' ;;
9392         xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9393           tmp_sharedflag='-qmkshrobj'
9394           tmp_addflag= ;;
9395         nvcc*)  # Cuda Compiler Driver 2.2
9396           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'
9397           compiler_needs_object=yes
9398           ;;
9399         esac
9400         case `$CC -V 2>&1 | sed 5q` in
9401         *Sun\ C*)                       # Sun C 5.9
9402           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'
9403           compiler_needs_object=yes
9404           tmp_sharedflag='-G' ;;
9405         *Sun\ F*)                       # Sun Fortran 8.3
9406           tmp_sharedflag='-G' ;;
9407         esac
9408         archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9409
9410         if test "x$supports_anon_versioning" = xyes; then
9411           archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9412             cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9413             echo "local: *; };" >> $output_objdir/$libname.ver~
9414             $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9415         fi
9416
9417         case $cc_basename in
9418         xlf* | bgf* | bgxlf* | mpixlf*)
9419           # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9420           whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9421           hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9422           archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
9423           if test "x$supports_anon_versioning" = xyes; then
9424             archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9425               cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9426               echo "local: *; };" >> $output_objdir/$libname.ver~
9427               $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9428           fi
9429           ;;
9430         esac
9431       else
9432         ld_shlibs=no
9433       fi
9434       ;;
9435
9436     netbsd*)
9437       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9438         archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9439         wlarc=
9440       else
9441         archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9442         archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9443       fi
9444       ;;
9445
9446     solaris*)
9447       if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9448         ld_shlibs=no
9449         cat <<_LT_EOF 1>&2
9450
9451 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9452 *** create shared libraries on Solaris systems.  Therefore, libtool
9453 *** is disabling shared libraries support.  We urge you to upgrade GNU
9454 *** binutils to release 2.9.1 or newer.  Another option is to modify
9455 *** your PATH or compiler configuration so that the native linker is
9456 *** used, and then restart.
9457
9458 _LT_EOF
9459       elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9460         archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9461         archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9462       else
9463         ld_shlibs=no
9464       fi
9465       ;;
9466
9467     sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9468       case `$LD -v 2>&1` in
9469         *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9470         ld_shlibs=no
9471         cat <<_LT_EOF 1>&2
9472
9473 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9474 *** reliably create shared libraries on SCO systems.  Therefore, libtool
9475 *** is disabling shared libraries support.  We urge you to upgrade GNU
9476 *** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
9477 *** your PATH or compiler configuration so that the native linker is
9478 *** used, and then restart.
9479
9480 _LT_EOF
9481         ;;
9482         *)
9483           # For security reasons, it is highly recommended that you always
9484           # use absolute paths for naming shared libraries, and exclude the
9485           # DT_RUNPATH tag from executables and libraries.  But doing so
9486           # requires that you compile everything twice, which is a pain.
9487           if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9488             hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9489             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9490             archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9491           else
9492             ld_shlibs=no
9493           fi
9494         ;;
9495       esac
9496       ;;
9497
9498     sunos4*)
9499       archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9500       wlarc=
9501       hardcode_direct=yes
9502       hardcode_shlibpath_var=no
9503       ;;
9504
9505     *)
9506       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9507         archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9508         archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9509       else
9510         ld_shlibs=no
9511       fi
9512       ;;
9513     esac
9514
9515     if test "$ld_shlibs" = no; then
9516       runpath_var=
9517       hardcode_libdir_flag_spec=
9518       export_dynamic_flag_spec=
9519       whole_archive_flag_spec=
9520     fi
9521   else
9522     # PORTME fill in a description of your system's linker (not GNU ld)
9523     case $host_os in
9524     aix3*)
9525       allow_undefined_flag=unsupported
9526       always_export_symbols=yes
9527       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'
9528       # Note: this linker hardcodes the directories in LIBPATH if there
9529       # are no directories specified by -L.
9530       hardcode_minus_L=yes
9531       if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9532         # Neither direct hardcoding nor static linking is supported with a
9533         # broken collect2.
9534         hardcode_direct=unsupported
9535       fi
9536       ;;
9537
9538     aix[4-9]*)
9539       if test "$host_cpu" = ia64; then
9540         # On IA64, the linker does run time linking by default, so we don't
9541         # have to do anything special.
9542         aix_use_runtimelinking=no
9543         exp_sym_flag='-Bexport'
9544         no_entry_flag=""
9545       else
9546         # If we're using GNU nm, then we don't want the "-C" option.
9547         # -C means demangle to AIX nm, but means don't demangle with GNU nm
9548         # Also, AIX nm treats weak defined symbols like other global
9549         # defined symbols, whereas GNU nm marks them as "W".
9550         if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9551           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'
9552         else
9553           export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9554         fi
9555         aix_use_runtimelinking=no
9556
9557         # Test if we are trying to use run time linking or normal
9558         # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9559         # need to do runtime linking.
9560         case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9561           for ld_flag in $LDFLAGS; do
9562           if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9563             aix_use_runtimelinking=yes
9564             break
9565           fi
9566           done
9567           ;;
9568         esac
9569
9570         exp_sym_flag='-bexport'
9571         no_entry_flag='-bnoentry'
9572       fi
9573
9574       # When large executables or shared objects are built, AIX ld can
9575       # have problems creating the table of contents.  If linking a library
9576       # or program results in "error TOC overflow" add -mminimal-toc to
9577       # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
9578       # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9579
9580       archive_cmds=''
9581       hardcode_direct=yes
9582       hardcode_direct_absolute=yes
9583       hardcode_libdir_separator=':'
9584       link_all_deplibs=yes
9585       file_list_spec='${wl}-f,'
9586
9587       if test "$GCC" = yes; then
9588         case $host_os in aix4.[012]|aix4.[012].*)
9589         # We only want to do this on AIX 4.2 and lower, the check
9590         # below for broken collect2 doesn't work under 4.3+
9591           collect2name=`${CC} -print-prog-name=collect2`
9592           if test -f "$collect2name" &&
9593            strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9594           then
9595           # We have reworked collect2
9596           :
9597           else
9598           # We have old collect2
9599           hardcode_direct=unsupported
9600           # It fails to find uninstalled libraries when the uninstalled
9601           # path is not listed in the libpath.  Setting hardcode_minus_L
9602           # to unsupported forces relinking
9603           hardcode_minus_L=yes
9604           hardcode_libdir_flag_spec='-L$libdir'
9605           hardcode_libdir_separator=
9606           fi
9607           ;;
9608         esac
9609         shared_flag='-shared'
9610         if test "$aix_use_runtimelinking" = yes; then
9611           shared_flag="$shared_flag "'${wl}-G'
9612         fi
9613       else
9614         # not using gcc
9615         if test "$host_cpu" = ia64; then
9616         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9617         # chokes on -Wl,-G. The following line is correct:
9618           shared_flag='-G'
9619         else
9620           if test "$aix_use_runtimelinking" = yes; then
9621             shared_flag='${wl}-G'
9622           else
9623             shared_flag='${wl}-bM:SRE'
9624           fi
9625         fi
9626       fi
9627
9628       export_dynamic_flag_spec='${wl}-bexpall'
9629       # It seems that -bexpall does not export symbols beginning with
9630       # underscore (_), so it is better to generate a list of symbols to export.
9631       always_export_symbols=yes
9632       if test "$aix_use_runtimelinking" = yes; then
9633         # Warning - without using the other runtime loading flags (-brtl),
9634         # -berok will link without error, but may produce a broken library.
9635         allow_undefined_flag='-berok'
9636         # Determine the default libpath from the value encoded in an
9637         # empty executable.
9638         if test "${lt_cv_aix_libpath+set}" = set; then
9639   aix_libpath=$lt_cv_aix_libpath
9640 else
9641   if ${lt_cv_aix_libpath_+:} false; then :
9642   $as_echo_n "(cached) " >&6
9643 else
9644   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9645 /* end confdefs.h.  */
9646
9647 int
9648 main ()
9649 {
9650
9651   ;
9652   return 0;
9653 }
9654 _ACEOF
9655 if ac_fn_c_try_link "$LINENO"; then :
9656
9657   lt_aix_libpath_sed='
9658       /Import File Strings/,/^$/ {
9659           /^0/ {
9660               s/^0  *\([^ ]*\) *$/\1/
9661               p
9662           }
9663       }'
9664   lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9665   # Check for a 64-bit object if we didn't find anything.
9666   if test -z "$lt_cv_aix_libpath_"; then
9667     lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9668   fi
9669 fi
9670 rm -f core conftest.err conftest.$ac_objext \
9671     conftest$ac_exeext conftest.$ac_ext
9672   if test -z "$lt_cv_aix_libpath_"; then
9673     lt_cv_aix_libpath_="/usr/lib:/lib"
9674   fi
9675
9676 fi
9677
9678   aix_libpath=$lt_cv_aix_libpath_
9679 fi
9680
9681         hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9682         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"
9683       else
9684         if test "$host_cpu" = ia64; then
9685           hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9686           allow_undefined_flag="-z nodefs"
9687           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"
9688         else
9689          # Determine the default libpath from the value encoded in an
9690          # empty executable.
9691          if test "${lt_cv_aix_libpath+set}" = set; then
9692   aix_libpath=$lt_cv_aix_libpath
9693 else
9694   if ${lt_cv_aix_libpath_+:} false; then :
9695   $as_echo_n "(cached) " >&6
9696 else
9697   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9698 /* end confdefs.h.  */
9699
9700 int
9701 main ()
9702 {
9703
9704   ;
9705   return 0;
9706 }
9707 _ACEOF
9708 if ac_fn_c_try_link "$LINENO"; then :
9709
9710   lt_aix_libpath_sed='
9711       /Import File Strings/,/^$/ {
9712           /^0/ {
9713               s/^0  *\([^ ]*\) *$/\1/
9714               p
9715           }
9716       }'
9717   lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9718   # Check for a 64-bit object if we didn't find anything.
9719   if test -z "$lt_cv_aix_libpath_"; then
9720     lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9721   fi
9722 fi
9723 rm -f core conftest.err conftest.$ac_objext \
9724     conftest$ac_exeext conftest.$ac_ext
9725   if test -z "$lt_cv_aix_libpath_"; then
9726     lt_cv_aix_libpath_="/usr/lib:/lib"
9727   fi
9728
9729 fi
9730
9731   aix_libpath=$lt_cv_aix_libpath_
9732 fi
9733
9734          hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9735           # Warning - without using the other run time loading flags,
9736           # -berok will link without error, but may produce a broken library.
9737           no_undefined_flag=' ${wl}-bernotok'
9738           allow_undefined_flag=' ${wl}-berok'
9739           if test "$with_gnu_ld" = yes; then
9740             # We only use this code for GNU lds that support --whole-archive.
9741             whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9742           else
9743             # Exported symbols can be pulled into shared objects from archives
9744             whole_archive_flag_spec='$convenience'
9745           fi
9746           archive_cmds_need_lc=yes
9747           # This is similar to how AIX traditionally builds its shared libraries.
9748           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'
9749         fi
9750       fi
9751       ;;
9752
9753     amigaos*)
9754       case $host_cpu in
9755       powerpc)
9756             # see comment about AmigaOS4 .so support
9757             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9758             archive_expsym_cmds=''
9759         ;;
9760       m68k)
9761             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)'
9762             hardcode_libdir_flag_spec='-L$libdir'
9763             hardcode_minus_L=yes
9764         ;;
9765       esac
9766       ;;
9767
9768     bsdi[45]*)
9769       export_dynamic_flag_spec=-rdynamic
9770       ;;
9771
9772     cygwin* | mingw* | pw32* | cegcc*)
9773       # When not using gcc, we currently assume that we are using
9774       # Microsoft Visual C++.
9775       # hardcode_libdir_flag_spec is actually meaningless, as there is
9776       # no search path for DLLs.
9777       case $cc_basename in
9778       cl*)
9779         # Native MSVC
9780         hardcode_libdir_flag_spec=' '
9781         allow_undefined_flag=unsupported
9782         always_export_symbols=yes
9783         file_list_spec='@'
9784         # Tell ltmain to make .lib files, not .a files.
9785         libext=lib
9786         # Tell ltmain to make .dll files, not .so files.
9787         shrext_cmds=".dll"
9788         # FIXME: Setting linknames here is a bad hack.
9789         archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
9790         archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9791             sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
9792           else
9793             sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp;
9794           fi~
9795           $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
9796           linknames='
9797         # The linker will not automatically build a static lib if we build a DLL.
9798         # _LT_TAGVAR(old_archive_from_new_cmds, )='true'
9799         enable_shared_with_static_runtimes=yes
9800         exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
9801         export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9802         # Don't use ranlib
9803         old_postinstall_cmds='chmod 644 $oldlib'
9804         postlink_cmds='lt_outputfile="@OUTPUT@"~
9805           lt_tool_outputfile="@TOOL_OUTPUT@"~
9806           case $lt_outputfile in
9807             *.exe|*.EXE) ;;
9808             *)
9809               lt_outputfile="$lt_outputfile.exe"
9810               lt_tool_outputfile="$lt_tool_outputfile.exe"
9811               ;;
9812           esac~
9813           if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then
9814             $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
9815             $RM "$lt_outputfile.manifest";
9816           fi'
9817         ;;
9818       *)
9819         # Assume MSVC wrapper
9820         hardcode_libdir_flag_spec=' '
9821         allow_undefined_flag=unsupported
9822         # Tell ltmain to make .lib files, not .a files.
9823         libext=lib
9824         # Tell ltmain to make .dll files, not .so files.
9825         shrext_cmds=".dll"
9826         # FIXME: Setting linknames here is a bad hack.
9827         archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9828         # The linker will automatically build a .lib file if we build a DLL.
9829         old_archive_from_new_cmds='true'
9830         # FIXME: Should let the user specify the lib program.
9831         old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9832         enable_shared_with_static_runtimes=yes
9833         ;;
9834       esac
9835       ;;
9836
9837     darwin* | rhapsody*)
9838
9839
9840   archive_cmds_need_lc=no
9841   hardcode_direct=no
9842   hardcode_automatic=yes
9843   hardcode_shlibpath_var=unsupported
9844   if test "$lt_cv_ld_force_load" = "yes"; then
9845     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\"`'
9846
9847   else
9848     whole_archive_flag_spec=''
9849   fi
9850   link_all_deplibs=yes
9851   allow_undefined_flag="$_lt_dar_allow_undefined"
9852   case $cc_basename in
9853      ifort*) _lt_dar_can_shared=yes ;;
9854      *) _lt_dar_can_shared=$GCC ;;
9855   esac
9856   if test "$_lt_dar_can_shared" = "yes"; then
9857     output_verbose_link_cmd=func_echo_all
9858     archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9859     module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9860     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}"
9861     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}"
9862
9863   else
9864   ld_shlibs=no
9865   fi
9866
9867       ;;
9868
9869     dgux*)
9870       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9871       hardcode_libdir_flag_spec='-L$libdir'
9872       hardcode_shlibpath_var=no
9873       ;;
9874
9875     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9876     # support.  Future versions do this automatically, but an explicit c++rt0.o
9877     # does not break anything, and helps significantly (at the cost of a little
9878     # extra space).
9879     freebsd2.2*)
9880       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9881       hardcode_libdir_flag_spec='-R$libdir'
9882       hardcode_direct=yes
9883       hardcode_shlibpath_var=no
9884       ;;
9885
9886     # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9887     freebsd2.*)
9888       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9889       hardcode_direct=yes
9890       hardcode_minus_L=yes
9891       hardcode_shlibpath_var=no
9892       ;;
9893
9894     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9895     freebsd* | dragonfly*)
9896       archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9897       hardcode_libdir_flag_spec='-R$libdir'
9898       hardcode_direct=yes
9899       hardcode_shlibpath_var=no
9900       ;;
9901
9902     hpux9*)
9903       if test "$GCC" = yes; then
9904         archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
9905       else
9906         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'
9907       fi
9908       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9909       hardcode_libdir_separator=:
9910       hardcode_direct=yes
9911
9912       # hardcode_minus_L: Not really in the search PATH,
9913       # but as the default location of the library.
9914       hardcode_minus_L=yes
9915       export_dynamic_flag_spec='${wl}-E'
9916       ;;
9917
9918     hpux10*)
9919       if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9920         archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9921       else
9922         archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9923       fi
9924       if test "$with_gnu_ld" = no; then
9925         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9926         hardcode_libdir_separator=:
9927         hardcode_direct=yes
9928         hardcode_direct_absolute=yes
9929         export_dynamic_flag_spec='${wl}-E'
9930         # hardcode_minus_L: Not really in the search PATH,
9931         # but as the default location of the library.
9932         hardcode_minus_L=yes
9933       fi
9934       ;;
9935
9936     hpux11*)
9937       if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9938         case $host_cpu in
9939         hppa*64*)
9940           archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9941           ;;
9942         ia64*)
9943           archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9944           ;;
9945         *)
9946           archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9947           ;;
9948         esac
9949       else
9950         case $host_cpu in
9951         hppa*64*)
9952           archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9953           ;;
9954         ia64*)
9955           archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9956           ;;
9957         *)
9958
9959           # Older versions of the 11.00 compiler do not understand -b yet
9960           # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9961           { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9962 $as_echo_n "checking if $CC understands -b... " >&6; }
9963 if ${lt_cv_prog_compiler__b+:} false; then :
9964   $as_echo_n "(cached) " >&6
9965 else
9966   lt_cv_prog_compiler__b=no
9967    save_LDFLAGS="$LDFLAGS"
9968    LDFLAGS="$LDFLAGS -b"
9969    echo "$lt_simple_link_test_code" > conftest.$ac_ext
9970    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9971      # The linker can only warn and ignore the option if not recognized
9972      # So say no if there are warnings
9973      if test -s conftest.err; then
9974        # Append any errors to the config.log.
9975        cat conftest.err 1>&5
9976        $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9977        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9978        if diff conftest.exp conftest.er2 >/dev/null; then
9979          lt_cv_prog_compiler__b=yes
9980        fi
9981      else
9982        lt_cv_prog_compiler__b=yes
9983      fi
9984    fi
9985    $RM -r conftest*
9986    LDFLAGS="$save_LDFLAGS"
9987
9988 fi
9989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9990 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9991
9992 if test x"$lt_cv_prog_compiler__b" = xyes; then
9993     archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9994 else
9995     archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9996 fi
9997
9998           ;;
9999         esac
10000       fi
10001       if test "$with_gnu_ld" = no; then
10002         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10003         hardcode_libdir_separator=:
10004
10005         case $host_cpu in
10006         hppa*64*|ia64*)
10007           hardcode_direct=no
10008           hardcode_shlibpath_var=no
10009           ;;
10010         *)
10011           hardcode_direct=yes
10012           hardcode_direct_absolute=yes
10013           export_dynamic_flag_spec='${wl}-E'
10014
10015           # hardcode_minus_L: Not really in the search PATH,
10016           # but as the default location of the library.
10017           hardcode_minus_L=yes
10018           ;;
10019         esac
10020       fi
10021       ;;
10022
10023     irix5* | irix6* | nonstopux*)
10024       if test "$GCC" = yes; then
10025         archive_cmds='$CC -shared $pic_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'
10026         # Try to use the -exported_symbol ld option, if it does not
10027         # work, assume that -exports_file does not work either and
10028         # implicitly export all symbols.
10029         # This should be the same for all languages, so no per-tag cache variable.
10030         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5
10031 $as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; }
10032 if ${lt_cv_irix_exported_symbol+:} false; then :
10033   $as_echo_n "(cached) " >&6
10034 else
10035   save_LDFLAGS="$LDFLAGS"
10036            LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
10037            cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10038 /* end confdefs.h.  */
10039 int foo (void) { return 0; }
10040 _ACEOF
10041 if ac_fn_c_try_link "$LINENO"; then :
10042   lt_cv_irix_exported_symbol=yes
10043 else
10044   lt_cv_irix_exported_symbol=no
10045 fi
10046 rm -f core conftest.err conftest.$ac_objext \
10047     conftest$ac_exeext conftest.$ac_ext
10048            LDFLAGS="$save_LDFLAGS"
10049 fi
10050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5
10051 $as_echo "$lt_cv_irix_exported_symbol" >&6; }
10052         if test "$lt_cv_irix_exported_symbol" = yes; then
10053           archive_expsym_cmds='$CC -shared $pic_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 ${wl}-exports_file ${wl}$export_symbols -o $lib'
10054         fi
10055       else
10056         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'
10057         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'
10058       fi
10059       archive_cmds_need_lc='no'
10060       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10061       hardcode_libdir_separator=:
10062       inherit_rpath=yes
10063       link_all_deplibs=yes
10064       ;;
10065
10066     netbsd*)
10067       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10068         archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
10069       else
10070         archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
10071       fi
10072       hardcode_libdir_flag_spec='-R$libdir'
10073       hardcode_direct=yes
10074       hardcode_shlibpath_var=no
10075       ;;
10076
10077     newsos6)
10078       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10079       hardcode_direct=yes
10080       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10081       hardcode_libdir_separator=:
10082       hardcode_shlibpath_var=no
10083       ;;
10084
10085     *nto* | *qnx*)
10086       ;;
10087
10088     openbsd*)
10089       if test -f /usr/libexec/ld.so; then
10090         hardcode_direct=yes
10091         hardcode_shlibpath_var=no
10092         hardcode_direct_absolute=yes
10093         if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10094           archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10095           archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
10096           hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10097           export_dynamic_flag_spec='${wl}-E'
10098         else
10099           case $host_os in
10100            openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
10101              archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10102              hardcode_libdir_flag_spec='-R$libdir'
10103              ;;
10104            *)
10105              archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10106              hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10107              ;;
10108           esac
10109         fi
10110       else
10111         ld_shlibs=no
10112       fi
10113       ;;
10114
10115     os2*)
10116       hardcode_libdir_flag_spec='-L$libdir'
10117       hardcode_minus_L=yes
10118       allow_undefined_flag=unsupported
10119       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'
10120       old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10121       ;;
10122
10123     osf3*)
10124       if test "$GCC" = yes; then
10125         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10126         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'
10127       else
10128         allow_undefined_flag=' -expect_unresolved \*'
10129         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'
10130       fi
10131       archive_cmds_need_lc='no'
10132       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10133       hardcode_libdir_separator=:
10134       ;;
10135
10136     osf4* | osf5*)      # as osf3* with the addition of -msym flag
10137       if test "$GCC" = yes; then
10138         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10139         archive_cmds='$CC -shared${allow_undefined_flag} $pic_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'
10140         hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10141       else
10142         allow_undefined_flag=' -expect_unresolved \*'
10143         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'
10144         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~
10145         $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'
10146
10147         # Both c and cxx compiler support -rpath directly
10148         hardcode_libdir_flag_spec='-rpath $libdir'
10149       fi
10150       archive_cmds_need_lc='no'
10151       hardcode_libdir_separator=:
10152       ;;
10153
10154     solaris*)
10155       no_undefined_flag=' -z defs'
10156       if test "$GCC" = yes; then
10157         wlarc='${wl}'
10158         archive_cmds='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10159         archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10160           $CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10161       else
10162         case `$CC -V 2>&1` in
10163         *"Compilers 5.0"*)
10164           wlarc=''
10165           archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10166           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10167           $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10168           ;;
10169         *)
10170           wlarc='${wl}'
10171           archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10172           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10173           $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10174           ;;
10175         esac
10176       fi
10177       hardcode_libdir_flag_spec='-R$libdir'
10178       hardcode_shlibpath_var=no
10179       case $host_os in
10180       solaris2.[0-5] | solaris2.[0-5].*) ;;
10181       *)
10182         # The compiler driver will combine and reorder linker options,
10183         # but understands `-z linker_flag'.  GCC discards it without `$wl',
10184         # but is careful enough not to reorder.
10185         # Supported since Solaris 2.6 (maybe 2.5.1?)
10186         if test "$GCC" = yes; then
10187           whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10188         else
10189           whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
10190         fi
10191         ;;
10192       esac
10193       link_all_deplibs=yes
10194       ;;
10195
10196     sunos4*)
10197       if test "x$host_vendor" = xsequent; then
10198         # Use $CC to link under sequent, because it throws in some extra .o
10199         # files that make .init and .fini sections work.
10200         archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10201       else
10202         archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10203       fi
10204       hardcode_libdir_flag_spec='-L$libdir'
10205       hardcode_direct=yes
10206       hardcode_minus_L=yes
10207       hardcode_shlibpath_var=no
10208       ;;
10209
10210     sysv4)
10211       case $host_vendor in
10212         sni)
10213           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10214           hardcode_direct=yes # is this really true???
10215         ;;
10216         siemens)
10217           ## LD is ld it makes a PLAMLIB
10218           ## CC just makes a GrossModule.
10219           archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10220           reload_cmds='$CC -r -o $output$reload_objs'
10221           hardcode_direct=no
10222         ;;
10223         motorola)
10224           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10225           hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10226         ;;
10227       esac
10228       runpath_var='LD_RUN_PATH'
10229       hardcode_shlibpath_var=no
10230       ;;
10231
10232     sysv4.3*)
10233       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10234       hardcode_shlibpath_var=no
10235       export_dynamic_flag_spec='-Bexport'
10236       ;;
10237
10238     sysv4*MP*)
10239       if test -d /usr/nec; then
10240         archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10241         hardcode_shlibpath_var=no
10242         runpath_var=LD_RUN_PATH
10243         hardcode_runpath_var=yes
10244         ld_shlibs=yes
10245       fi
10246       ;;
10247
10248     sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10249       no_undefined_flag='${wl}-z,text'
10250       archive_cmds_need_lc=no
10251       hardcode_shlibpath_var=no
10252       runpath_var='LD_RUN_PATH'
10253
10254       if test "$GCC" = yes; then
10255         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10256         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10257       else
10258         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10259         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10260       fi
10261       ;;
10262
10263     sysv5* | sco3.2v5* | sco5v6*)
10264       # Note: We can NOT use -z defs as we might desire, because we do not
10265       # link with -lc, and that would cause any symbols used from libc to
10266       # always be unresolved, which means just about no library would
10267       # ever link correctly.  If we're not using GNU ld we use -z text
10268       # though, which does catch some bad symbols but isn't as heavy-handed
10269       # as -z defs.
10270       no_undefined_flag='${wl}-z,text'
10271       allow_undefined_flag='${wl}-z,nodefs'
10272       archive_cmds_need_lc=no
10273       hardcode_shlibpath_var=no
10274       hardcode_libdir_flag_spec='${wl}-R,$libdir'
10275       hardcode_libdir_separator=':'
10276       link_all_deplibs=yes
10277       export_dynamic_flag_spec='${wl}-Bexport'
10278       runpath_var='LD_RUN_PATH'
10279
10280       if test "$GCC" = yes; then
10281         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10282         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10283       else
10284         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10285         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10286       fi
10287       ;;
10288
10289     uts4*)
10290       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10291       hardcode_libdir_flag_spec='-L$libdir'
10292       hardcode_shlibpath_var=no
10293       ;;
10294
10295     *)
10296       ld_shlibs=no
10297       ;;
10298     esac
10299
10300     if test x$host_vendor = xsni; then
10301       case $host in
10302       sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10303         export_dynamic_flag_spec='${wl}-Blargedynsym'
10304         ;;
10305       esac
10306     fi
10307   fi
10308
10309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10310 $as_echo "$ld_shlibs" >&6; }
10311 test "$ld_shlibs" = no && can_build_shared=no
10312
10313 with_gnu_ld=$with_gnu_ld
10314
10315
10316
10317
10318
10319
10320
10321
10322
10323
10324
10325
10326
10327
10328
10329 #
10330 # Do we need to explicitly link libc?
10331 #
10332 case "x$archive_cmds_need_lc" in
10333 x|xyes)
10334   # Assume -lc should be added
10335   archive_cmds_need_lc=yes
10336
10337   if test "$enable_shared" = yes && test "$GCC" = yes; then
10338     case $archive_cmds in
10339     *'~'*)
10340       # FIXME: we may have to deal with multi-command sequences.
10341       ;;
10342     '$CC '*)
10343       # Test whether the compiler implicitly links with -lc since on some
10344       # systems, -lgcc has to come before -lc. If gcc already passes -lc
10345       # to ld, don't add -lc before -lgcc.
10346       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10347 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10348 if ${lt_cv_archive_cmds_need_lc+:} false; then :
10349   $as_echo_n "(cached) " >&6
10350 else
10351   $RM conftest*
10352         echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10353
10354         if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10355   (eval $ac_compile) 2>&5
10356   ac_status=$?
10357   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10358   test $ac_status = 0; } 2>conftest.err; then
10359           soname=conftest
10360           lib=conftest
10361           libobjs=conftest.$ac_objext
10362           deplibs=
10363           wl=$lt_prog_compiler_wl
10364           pic_flag=$lt_prog_compiler_pic
10365           compiler_flags=-v
10366           linker_flags=-v
10367           verstring=
10368           output_objdir=.
10369           libname=conftest
10370           lt_save_allow_undefined_flag=$allow_undefined_flag
10371           allow_undefined_flag=
10372           if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10373   (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10374   ac_status=$?
10375   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10376   test $ac_status = 0; }
10377           then
10378             lt_cv_archive_cmds_need_lc=no
10379           else
10380             lt_cv_archive_cmds_need_lc=yes
10381           fi
10382           allow_undefined_flag=$lt_save_allow_undefined_flag
10383         else
10384           cat conftest.err 1>&5
10385         fi
10386         $RM conftest*
10387
10388 fi
10389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10390 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10391       archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
10392       ;;
10393     esac
10394   fi
10395   ;;
10396 esac
10397
10398
10399
10400
10401
10402
10403
10404
10405
10406
10407
10408
10409
10410
10411
10412
10413
10414
10415
10416
10417
10418
10419
10420
10421
10422
10423
10424
10425
10426
10427
10428
10429
10430
10431
10432
10433
10434
10435
10436
10437
10438
10439
10440
10441
10442
10443
10444
10445
10446
10447
10448
10449
10450
10451
10452
10453
10454
10455
10456
10457
10458
10459
10460
10461
10462
10463
10464
10465
10466
10467
10468
10469
10470
10471
10472
10473
10474
10475
10476
10477
10478
10479
10480
10481
10482
10483
10484
10485
10486
10487
10488
10489
10490
10491
10492
10493
10494
10495
10496
10497
10498
10499
10500
10501
10502
10503
10504
10505
10506
10507
10508
10509
10510
10511
10512
10513
10514
10515
10516
10517
10518
10519
10520
10521
10522
10523
10524
10525
10526
10527
10528
10529
10530
10531
10532
10533
10534
10535
10536
10537
10538
10539
10540
10541
10542
10543
10544
10545
10546
10547
10548
10549   { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10550 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10551
10552 if test "$GCC" = yes; then
10553   case $host_os in
10554     darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10555     *) lt_awk_arg="/^libraries:/" ;;
10556   esac
10557   case $host_os in
10558     mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10559     *) lt_sed_strip_eq="s,=/,/,g" ;;
10560   esac
10561   lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10562   case $lt_search_path_spec in
10563   *\;*)
10564     # if the path contains ";" then we assume it to be the separator
10565     # otherwise default to the standard path separator (i.e. ":") - it is
10566     # assumed that no part of a normal pathname contains ";" but that should
10567     # okay in the real world where ";" in dirpaths is itself problematic.
10568     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10569     ;;
10570   *)
10571     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10572     ;;
10573   esac
10574   # Ok, now we have the path, separated by spaces, we can step through it
10575   # and add multilib dir if necessary.
10576   lt_tmp_lt_search_path_spec=
10577   lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10578   for lt_sys_path in $lt_search_path_spec; do
10579     if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10580       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10581     else
10582       test -d "$lt_sys_path" && \
10583         lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10584     fi
10585   done
10586   lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10587 BEGIN {RS=" "; FS="/|\n";} {
10588   lt_foo="";
10589   lt_count=0;
10590   for (lt_i = NF; lt_i > 0; lt_i--) {
10591     if ($lt_i != "" && $lt_i != ".") {
10592       if ($lt_i == "..") {
10593         lt_count++;
10594       } else {
10595         if (lt_count == 0) {
10596           lt_foo="/" $lt_i lt_foo;
10597         } else {
10598           lt_count--;
10599         }
10600       }
10601     }
10602   }
10603   if (lt_foo != "") { lt_freq[lt_foo]++; }
10604   if (lt_freq[lt_foo] == 1) { print lt_foo; }
10605 }'`
10606   # AWK program above erroneously prepends '/' to C:/dos/paths
10607   # for these hosts.
10608   case $host_os in
10609     mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10610       $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10611   esac
10612   sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10613 else
10614   sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10615 fi
10616 library_names_spec=
10617 libname_spec='lib$name'
10618 soname_spec=
10619 shrext_cmds=".so"
10620 postinstall_cmds=
10621 postuninstall_cmds=
10622 finish_cmds=
10623 finish_eval=
10624 shlibpath_var=
10625 shlibpath_overrides_runpath=unknown
10626 version_type=none
10627 dynamic_linker="$host_os ld.so"
10628 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10629 need_lib_prefix=unknown
10630 hardcode_into_libs=no
10631
10632 # when you set need_version to no, make sure it does not cause -set_version
10633 # flags to be left without arguments
10634 need_version=unknown
10635
10636 case $host_os in
10637 aix3*)
10638   version_type=linux # correct to gnu/linux during the next big refactor
10639   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10640   shlibpath_var=LIBPATH
10641
10642   # AIX 3 has no versioning support, so we append a major version to the name.
10643   soname_spec='${libname}${release}${shared_ext}$major'
10644   ;;
10645
10646 aix[4-9]*)
10647   version_type=linux # correct to gnu/linux during the next big refactor
10648   need_lib_prefix=no
10649   need_version=no
10650   hardcode_into_libs=yes
10651   if test "$host_cpu" = ia64; then
10652     # AIX 5 supports IA64
10653     library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10654     shlibpath_var=LD_LIBRARY_PATH
10655   else
10656     # With GCC up to 2.95.x, collect2 would create an import file
10657     # for dependence libraries.  The import file would start with
10658     # the line `#! .'.  This would cause the generated library to
10659     # depend on `.', always an invalid library.  This was fixed in
10660     # development snapshots of GCC prior to 3.0.
10661     case $host_os in
10662       aix4 | aix4.[01] | aix4.[01].*)
10663       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10664            echo ' yes '
10665            echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10666         :
10667       else
10668         can_build_shared=no
10669       fi
10670       ;;
10671     esac
10672     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10673     # soname into executable. Probably we can add versioning support to
10674     # collect2, so additional links can be useful in future.
10675     if test "$aix_use_runtimelinking" = yes; then
10676       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10677       # instead of lib<name>.a to let people know that these are not
10678       # typical AIX shared libraries.
10679       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10680     else
10681       # We preserve .a as extension for shared libraries through AIX4.2
10682       # and later when we are not doing run time linking.
10683       library_names_spec='${libname}${release}.a $libname.a'
10684       soname_spec='${libname}${release}${shared_ext}$major'
10685     fi
10686     shlibpath_var=LIBPATH
10687   fi
10688   ;;
10689
10690 amigaos*)
10691   case $host_cpu in
10692   powerpc)
10693     # Since July 2007 AmigaOS4 officially supports .so libraries.
10694     # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10695     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10696     ;;
10697   m68k)
10698     library_names_spec='$libname.ixlibrary $libname.a'
10699     # Create ${libname}_ixlibrary.a entries in /sys/libs.
10700     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'
10701     ;;
10702   esac
10703   ;;
10704
10705 beos*)
10706   library_names_spec='${libname}${shared_ext}'
10707   dynamic_linker="$host_os ld.so"
10708   shlibpath_var=LIBRARY_PATH
10709   ;;
10710
10711 bsdi[45]*)
10712   version_type=linux # correct to gnu/linux during the next big refactor
10713   need_version=no
10714   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10715   soname_spec='${libname}${release}${shared_ext}$major'
10716   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10717   shlibpath_var=LD_LIBRARY_PATH
10718   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10719   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10720   # the default ld.so.conf also contains /usr/contrib/lib and
10721   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10722   # libtool to hard-code these into programs
10723   ;;
10724
10725 cygwin* | mingw* | pw32* | cegcc*)
10726   version_type=windows
10727   shrext_cmds=".dll"
10728   need_version=no
10729   need_lib_prefix=no
10730
10731   case $GCC,$cc_basename in
10732   yes,*)
10733     # gcc
10734     library_names_spec='$libname.dll.a'
10735     # DLL is installed to $(libdir)/../bin by postinstall_cmds
10736     postinstall_cmds='base_file=`basename \${file}`~
10737       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10738       dldir=$destdir/`dirname \$dlpath`~
10739       test -d \$dldir || mkdir -p \$dldir~
10740       $install_prog $dir/$dlname \$dldir/$dlname~
10741       chmod a+x \$dldir/$dlname~
10742       if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10743         eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10744       fi'
10745     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10746       dlpath=$dir/\$dldll~
10747        $RM \$dlpath'
10748     shlibpath_overrides_runpath=yes
10749
10750     case $host_os in
10751     cygwin*)
10752       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10753       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10754
10755       sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10756       ;;
10757     mingw* | cegcc*)
10758       # MinGW DLLs use traditional 'lib' prefix
10759       soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10760       ;;
10761     pw32*)
10762       # pw32 DLLs use 'pw' prefix rather than 'lib'
10763       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10764       ;;
10765     esac
10766     dynamic_linker='Win32 ld.exe'
10767     ;;
10768
10769   *,cl*)
10770     # Native MSVC
10771     libname_spec='$name'
10772     soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10773     library_names_spec='${libname}.dll.lib'
10774
10775     case $build_os in
10776     mingw*)
10777       sys_lib_search_path_spec=
10778       lt_save_ifs=$IFS
10779       IFS=';'
10780       for lt_path in $LIB
10781       do
10782         IFS=$lt_save_ifs
10783         # Let DOS variable expansion print the short 8.3 style file name.
10784         lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
10785         sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
10786       done
10787       IFS=$lt_save_ifs
10788       # Convert to MSYS style.
10789       sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
10790       ;;
10791     cygwin*)
10792       # Convert to unix form, then to dos form, then back to unix form
10793       # but this time dos style (no spaces!) so that the unix form looks
10794       # like /cygdrive/c/PROGRA~1:/cygdr...
10795       sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
10796       sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
10797       sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
10798       ;;
10799     *)
10800       sys_lib_search_path_spec="$LIB"
10801       if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
10802         # It is most probably a Windows format PATH.
10803         sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
10804       else
10805         sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
10806       fi
10807       # FIXME: find the short name or the path components, as spaces are
10808       # common. (e.g. "Program Files" -> "PROGRA~1")
10809       ;;
10810     esac
10811
10812     # DLL is installed to $(libdir)/../bin by postinstall_cmds
10813     postinstall_cmds='base_file=`basename \${file}`~
10814       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10815       dldir=$destdir/`dirname \$dlpath`~
10816       test -d \$dldir || mkdir -p \$dldir~
10817       $install_prog $dir/$dlname \$dldir/$dlname'
10818     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10819       dlpath=$dir/\$dldll~
10820        $RM \$dlpath'
10821     shlibpath_overrides_runpath=yes
10822     dynamic_linker='Win32 link.exe'
10823     ;;
10824
10825   *)
10826     # Assume MSVC wrapper
10827     library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10828     dynamic_linker='Win32 ld.exe'
10829     ;;
10830   esac
10831   # FIXME: first we should search . and the directory the executable is in
10832   shlibpath_var=PATH
10833   ;;
10834
10835 darwin* | rhapsody*)
10836   dynamic_linker="$host_os dyld"
10837   version_type=darwin
10838   need_lib_prefix=no
10839   need_version=no
10840   library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10841   soname_spec='${libname}${release}${major}$shared_ext'
10842   shlibpath_overrides_runpath=yes
10843   shlibpath_var=DYLD_LIBRARY_PATH
10844   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10845
10846   sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10847   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10848   ;;
10849
10850 dgux*)
10851   version_type=linux # correct to gnu/linux during the next big refactor
10852   need_lib_prefix=no
10853   need_version=no
10854   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10855   soname_spec='${libname}${release}${shared_ext}$major'
10856   shlibpath_var=LD_LIBRARY_PATH
10857   ;;
10858
10859 freebsd* | dragonfly*)
10860   # DragonFly does not have aout.  When/if they implement a new
10861   # versioning mechanism, adjust this.
10862   if test -x /usr/bin/objformat; then
10863     objformat=`/usr/bin/objformat`
10864   else
10865     case $host_os in
10866     freebsd[23].*) objformat=aout ;;
10867     *) objformat=elf ;;
10868     esac
10869   fi
10870   version_type=freebsd-$objformat
10871   case $version_type in
10872     freebsd-elf*)
10873       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10874       need_version=no
10875       need_lib_prefix=no
10876       ;;
10877     freebsd-*)
10878       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10879       need_version=yes
10880       ;;
10881   esac
10882   shlibpath_var=LD_LIBRARY_PATH
10883   case $host_os in
10884   freebsd2.*)
10885     shlibpath_overrides_runpath=yes
10886     ;;
10887   freebsd3.[01]* | freebsdelf3.[01]*)
10888     shlibpath_overrides_runpath=yes
10889     hardcode_into_libs=yes
10890     ;;
10891   freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10892   freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10893     shlibpath_overrides_runpath=no
10894     hardcode_into_libs=yes
10895     ;;
10896   *) # from 4.6 on, and DragonFly
10897     shlibpath_overrides_runpath=yes
10898     hardcode_into_libs=yes
10899     ;;
10900   esac
10901   ;;
10902
10903 gnu*)
10904   version_type=linux # correct to gnu/linux during the next big refactor
10905   need_lib_prefix=no
10906   need_version=no
10907   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10908   soname_spec='${libname}${release}${shared_ext}$major'
10909   shlibpath_var=LD_LIBRARY_PATH
10910   shlibpath_overrides_runpath=no
10911   hardcode_into_libs=yes
10912   ;;
10913
10914 haiku*)
10915   version_type=linux # correct to gnu/linux during the next big refactor
10916   need_lib_prefix=no
10917   need_version=no
10918   dynamic_linker="$host_os runtime_loader"
10919   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10920   soname_spec='${libname}${release}${shared_ext}$major'
10921   shlibpath_var=LIBRARY_PATH
10922   shlibpath_overrides_runpath=yes
10923   sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
10924   hardcode_into_libs=yes
10925   ;;
10926
10927 hpux9* | hpux10* | hpux11*)
10928   # Give a soname corresponding to the major version so that dld.sl refuses to
10929   # link against other versions.
10930   version_type=sunos
10931   need_lib_prefix=no
10932   need_version=no
10933   case $host_cpu in
10934   ia64*)
10935     shrext_cmds='.so'
10936     hardcode_into_libs=yes
10937     dynamic_linker="$host_os dld.so"
10938     shlibpath_var=LD_LIBRARY_PATH
10939     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10940     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10941     soname_spec='${libname}${release}${shared_ext}$major'
10942     if test "X$HPUX_IA64_MODE" = X32; then
10943       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10944     else
10945       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10946     fi
10947     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10948     ;;
10949   hppa*64*)
10950     shrext_cmds='.sl'
10951     hardcode_into_libs=yes
10952     dynamic_linker="$host_os dld.sl"
10953     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10954     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10955     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10956     soname_spec='${libname}${release}${shared_ext}$major'
10957     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10958     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10959     ;;
10960   *)
10961     shrext_cmds='.sl'
10962     dynamic_linker="$host_os dld.sl"
10963     shlibpath_var=SHLIB_PATH
10964     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10965     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10966     soname_spec='${libname}${release}${shared_ext}$major'
10967     ;;
10968   esac
10969   # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10970   postinstall_cmds='chmod 555 $lib'
10971   # or fails outright, so override atomically:
10972   install_override_mode=555
10973   ;;
10974
10975 interix[3-9]*)
10976   version_type=linux # correct to gnu/linux during the next big refactor
10977   need_lib_prefix=no
10978   need_version=no
10979   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10980   soname_spec='${libname}${release}${shared_ext}$major'
10981   dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10982   shlibpath_var=LD_LIBRARY_PATH
10983   shlibpath_overrides_runpath=no
10984   hardcode_into_libs=yes
10985   ;;
10986
10987 irix5* | irix6* | nonstopux*)
10988   case $host_os in
10989     nonstopux*) version_type=nonstopux ;;
10990     *)
10991         if test "$lt_cv_prog_gnu_ld" = yes; then
10992                 version_type=linux # correct to gnu/linux during the next big refactor
10993         else
10994                 version_type=irix
10995         fi ;;
10996   esac
10997   need_lib_prefix=no
10998   need_version=no
10999   soname_spec='${libname}${release}${shared_ext}$major'
11000   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
11001   case $host_os in
11002   irix5* | nonstopux*)
11003     libsuff= shlibsuff=
11004     ;;
11005   *)
11006     case $LD in # libtool.m4 will add one of these switches to LD
11007     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
11008       libsuff= shlibsuff= libmagic=32-bit;;
11009     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
11010       libsuff=32 shlibsuff=N32 libmagic=N32;;
11011     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
11012       libsuff=64 shlibsuff=64 libmagic=64-bit;;
11013     *) libsuff= shlibsuff= libmagic=never-match;;
11014     esac
11015     ;;
11016   esac
11017   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
11018   shlibpath_overrides_runpath=no
11019   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
11020   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
11021   hardcode_into_libs=yes
11022   ;;
11023
11024 # No shared lib support for Linux oldld, aout, or coff.
11025 linux*oldld* | linux*aout* | linux*coff*)
11026   dynamic_linker=no
11027   ;;
11028
11029 # This must be glibc/ELF.
11030 linux* | k*bsd*-gnu | kopensolaris*-gnu)
11031   version_type=linux # correct to gnu/linux during the next big refactor
11032   need_lib_prefix=no
11033   need_version=no
11034   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11035   soname_spec='${libname}${release}${shared_ext}$major'
11036   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
11037   shlibpath_var=LD_LIBRARY_PATH
11038   shlibpath_overrides_runpath=no
11039
11040   # Some binutils ld are patched to set DT_RUNPATH
11041   if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
11042   $as_echo_n "(cached) " >&6
11043 else
11044   lt_cv_shlibpath_overrides_runpath=no
11045     save_LDFLAGS=$LDFLAGS
11046     save_libdir=$libdir
11047     eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
11048          LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
11049     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11050 /* end confdefs.h.  */
11051
11052 int
11053 main ()
11054 {
11055
11056   ;
11057   return 0;
11058 }
11059 _ACEOF
11060 if ac_fn_c_try_link "$LINENO"; then :
11061   if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
11062   lt_cv_shlibpath_overrides_runpath=yes
11063 fi
11064 fi
11065 rm -f core conftest.err conftest.$ac_objext \
11066     conftest$ac_exeext conftest.$ac_ext
11067     LDFLAGS=$save_LDFLAGS
11068     libdir=$save_libdir
11069
11070 fi
11071
11072   shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
11073
11074   # This implies no fast_install, which is unacceptable.
11075   # Some rework will be needed to allow for fast_install
11076   # before this can be enabled.
11077   hardcode_into_libs=yes
11078
11079   # Add ABI-specific directories to the system library path.
11080   sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
11081
11082   # Append ld.so.conf contents to the search path
11083   if test -f /etc/ld.so.conf; then
11084     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' ' '`
11085     sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
11086
11087   fi
11088
11089   # We used to test for /lib/ld.so.1 and disable shared libraries on
11090   # powerpc, because MkLinux only supported shared libraries with the
11091   # GNU dynamic linker.  Since this was broken with cross compilers,
11092   # most powerpc-linux boxes support dynamic linking these days and
11093   # people can always --disable-shared, the test was removed, and we
11094   # assume the GNU/Linux dynamic linker is in use.
11095   dynamic_linker='GNU/Linux ld.so'
11096   ;;
11097
11098 netbsd*)
11099   version_type=sunos
11100   need_lib_prefix=no
11101   need_version=no
11102   if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11103     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11104     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11105     dynamic_linker='NetBSD (a.out) ld.so'
11106   else
11107     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11108     soname_spec='${libname}${release}${shared_ext}$major'
11109     dynamic_linker='NetBSD ld.elf_so'
11110   fi
11111   shlibpath_var=LD_LIBRARY_PATH
11112   shlibpath_overrides_runpath=yes
11113   hardcode_into_libs=yes
11114   ;;
11115
11116 newsos6)
11117   version_type=linux # correct to gnu/linux during the next big refactor
11118   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11119   shlibpath_var=LD_LIBRARY_PATH
11120   shlibpath_overrides_runpath=yes
11121   ;;
11122
11123 *nto* | *qnx*)
11124   version_type=qnx
11125   need_lib_prefix=no
11126   need_version=no
11127   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11128   soname_spec='${libname}${release}${shared_ext}$major'
11129   shlibpath_var=LD_LIBRARY_PATH
11130   shlibpath_overrides_runpath=no
11131   hardcode_into_libs=yes
11132   dynamic_linker='ldqnx.so'
11133   ;;
11134
11135 openbsd*)
11136   version_type=sunos
11137   sys_lib_dlsearch_path_spec="/usr/lib"
11138   need_lib_prefix=no
11139   # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
11140   case $host_os in
11141     openbsd3.3 | openbsd3.3.*)  need_version=yes ;;
11142     *)                          need_version=no  ;;
11143   esac
11144   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11145   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11146   shlibpath_var=LD_LIBRARY_PATH
11147   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11148     case $host_os in
11149       openbsd2.[89] | openbsd2.[89].*)
11150         shlibpath_overrides_runpath=no
11151         ;;
11152       *)
11153         shlibpath_overrides_runpath=yes
11154         ;;
11155       esac
11156   else
11157     shlibpath_overrides_runpath=yes
11158   fi
11159   ;;
11160
11161 os2*)
11162   libname_spec='$name'
11163   shrext_cmds=".dll"
11164   need_lib_prefix=no
11165   library_names_spec='$libname${shared_ext} $libname.a'
11166   dynamic_linker='OS/2 ld.exe'
11167   shlibpath_var=LIBPATH
11168   ;;
11169
11170 osf3* | osf4* | osf5*)
11171   version_type=osf
11172   need_lib_prefix=no
11173   need_version=no
11174   soname_spec='${libname}${release}${shared_ext}$major'
11175   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11176   shlibpath_var=LD_LIBRARY_PATH
11177   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11178   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
11179   ;;
11180
11181 rdos*)
11182   dynamic_linker=no
11183   ;;
11184
11185 solaris*)
11186   version_type=linux # correct to gnu/linux during the next big refactor
11187   need_lib_prefix=no
11188   need_version=no
11189   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11190   soname_spec='${libname}${release}${shared_ext}$major'
11191   shlibpath_var=LD_LIBRARY_PATH
11192   shlibpath_overrides_runpath=yes
11193   hardcode_into_libs=yes
11194   # ldd complains unless libraries are executable
11195   postinstall_cmds='chmod +x $lib'
11196   ;;
11197
11198 sunos4*)
11199   version_type=sunos
11200   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11201   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11202   shlibpath_var=LD_LIBRARY_PATH
11203   shlibpath_overrides_runpath=yes
11204   if test "$with_gnu_ld" = yes; then
11205     need_lib_prefix=no
11206   fi
11207   need_version=yes
11208   ;;
11209
11210 sysv4 | sysv4.3*)
11211   version_type=linux # correct to gnu/linux during the next big refactor
11212   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11213   soname_spec='${libname}${release}${shared_ext}$major'
11214   shlibpath_var=LD_LIBRARY_PATH
11215   case $host_vendor in
11216     sni)
11217       shlibpath_overrides_runpath=no
11218       need_lib_prefix=no
11219       runpath_var=LD_RUN_PATH
11220       ;;
11221     siemens)
11222       need_lib_prefix=no
11223       ;;
11224     motorola)
11225       need_lib_prefix=no
11226       need_version=no
11227       shlibpath_overrides_runpath=no
11228       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
11229       ;;
11230   esac
11231   ;;
11232
11233 sysv4*MP*)
11234   if test -d /usr/nec ;then
11235     version_type=linux # correct to gnu/linux during the next big refactor
11236     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11237     soname_spec='$libname${shared_ext}.$major'
11238     shlibpath_var=LD_LIBRARY_PATH
11239   fi
11240   ;;
11241
11242 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
11243   version_type=freebsd-elf
11244   need_lib_prefix=no
11245   need_version=no
11246   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11247   soname_spec='${libname}${release}${shared_ext}$major'
11248   shlibpath_var=LD_LIBRARY_PATH
11249   shlibpath_overrides_runpath=yes
11250   hardcode_into_libs=yes
11251   if test "$with_gnu_ld" = yes; then
11252     sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11253   else
11254     sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
11255     case $host_os in
11256       sco3.2v5*)
11257         sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
11258         ;;
11259     esac
11260   fi
11261   sys_lib_dlsearch_path_spec='/usr/lib'
11262   ;;
11263
11264 tpf*)
11265   # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
11266   version_type=linux # correct to gnu/linux during the next big refactor
11267   need_lib_prefix=no
11268   need_version=no
11269   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11270   shlibpath_var=LD_LIBRARY_PATH
11271   shlibpath_overrides_runpath=no
11272   hardcode_into_libs=yes
11273   ;;
11274
11275 uts4*)
11276   version_type=linux # correct to gnu/linux during the next big refactor
11277   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11278   soname_spec='${libname}${release}${shared_ext}$major'
11279   shlibpath_var=LD_LIBRARY_PATH
11280   ;;
11281
11282 *)
11283   dynamic_linker=no
11284   ;;
11285 esac
11286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11287 $as_echo "$dynamic_linker" >&6; }
11288 test "$dynamic_linker" = no && can_build_shared=no
11289
11290 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11291 if test "$GCC" = yes; then
11292   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11293 fi
11294
11295 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11296   sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11297 fi
11298 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11299   sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11300 fi
11301
11302
11303
11304
11305
11306
11307
11308
11309
11310
11311
11312
11313
11314
11315
11316
11317
11318
11319
11320
11321
11322
11323
11324
11325
11326
11327
11328
11329
11330
11331
11332
11333
11334
11335
11336
11337
11338
11339
11340
11341
11342
11343
11344
11345
11346
11347
11348
11349
11350
11351
11352
11353
11354
11355
11356
11357
11358
11359
11360
11361
11362
11363
11364
11365
11366
11367
11368
11369
11370
11371
11372
11373
11374
11375
11376
11377
11378
11379
11380
11381
11382
11383
11384
11385
11386
11387
11388
11389
11390
11391
11392
11393   { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11394 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11395 hardcode_action=
11396 if test -n "$hardcode_libdir_flag_spec" ||
11397    test -n "$runpath_var" ||
11398    test "X$hardcode_automatic" = "Xyes" ; then
11399
11400   # We can hardcode non-existent directories.
11401   if test "$hardcode_direct" != no &&
11402      # If the only mechanism to avoid hardcoding is shlibpath_var, we
11403      # have to relink, otherwise we might link with an installed library
11404      # when we should be linking with a yet-to-be-installed one
11405      ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11406      test "$hardcode_minus_L" != no; then
11407     # Linking always hardcodes the temporary library directory.
11408     hardcode_action=relink
11409   else
11410     # We can link without hardcoding, and we can hardcode nonexisting dirs.
11411     hardcode_action=immediate
11412   fi
11413 else
11414   # We cannot hardcode anything, or else we can only hardcode existing
11415   # directories.
11416   hardcode_action=unsupported
11417 fi
11418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11419 $as_echo "$hardcode_action" >&6; }
11420
11421 if test "$hardcode_action" = relink ||
11422    test "$inherit_rpath" = yes; then
11423   # Fast installation is not supported
11424   enable_fast_install=no
11425 elif test "$shlibpath_overrides_runpath" = yes ||
11426      test "$enable_shared" = no; then
11427   # Fast installation is not necessary
11428   enable_fast_install=needless
11429 fi
11430
11431
11432
11433
11434
11435
11436   if test "x$enable_dlopen" != xyes; then
11437   enable_dlopen=unknown
11438   enable_dlopen_self=unknown
11439   enable_dlopen_self_static=unknown
11440 else
11441   lt_cv_dlopen=no
11442   lt_cv_dlopen_libs=
11443
11444   case $host_os in
11445   beos*)
11446     lt_cv_dlopen="load_add_on"
11447     lt_cv_dlopen_libs=
11448     lt_cv_dlopen_self=yes
11449     ;;
11450
11451   mingw* | pw32* | cegcc*)
11452     lt_cv_dlopen="LoadLibrary"
11453     lt_cv_dlopen_libs=
11454     ;;
11455
11456   cygwin*)
11457     lt_cv_dlopen="dlopen"
11458     lt_cv_dlopen_libs=
11459     ;;
11460
11461   darwin*)
11462   # if libdl is installed we need to link against it
11463     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11464 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11465 if ${ac_cv_lib_dl_dlopen+:} false; then :
11466   $as_echo_n "(cached) " >&6
11467 else
11468   ac_check_lib_save_LIBS=$LIBS
11469 LIBS="-ldl  $LIBS"
11470 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11471 /* end confdefs.h.  */
11472
11473 /* Override any GCC internal prototype to avoid an error.
11474    Use char because int might match the return type of a GCC
11475    builtin and then its argument prototype would still apply.  */
11476 #ifdef __cplusplus
11477 extern "C"
11478 #endif
11479 char dlopen ();
11480 int
11481 main ()
11482 {
11483 return dlopen ();
11484   ;
11485   return 0;
11486 }
11487 _ACEOF
11488 if ac_fn_c_try_link "$LINENO"; then :
11489   ac_cv_lib_dl_dlopen=yes
11490 else
11491   ac_cv_lib_dl_dlopen=no
11492 fi
11493 rm -f core conftest.err conftest.$ac_objext \
11494     conftest$ac_exeext conftest.$ac_ext
11495 LIBS=$ac_check_lib_save_LIBS
11496 fi
11497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11498 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11499 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11500   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11501 else
11502
11503     lt_cv_dlopen="dyld"
11504     lt_cv_dlopen_libs=
11505     lt_cv_dlopen_self=yes
11506
11507 fi
11508
11509     ;;
11510
11511   *)
11512     ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11513 if test "x$ac_cv_func_shl_load" = xyes; then :
11514   lt_cv_dlopen="shl_load"
11515 else
11516   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11517 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11518 if ${ac_cv_lib_dld_shl_load+:} false; then :
11519   $as_echo_n "(cached) " >&6
11520 else
11521   ac_check_lib_save_LIBS=$LIBS
11522 LIBS="-ldld  $LIBS"
11523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11524 /* end confdefs.h.  */
11525
11526 /* Override any GCC internal prototype to avoid an error.
11527    Use char because int might match the return type of a GCC
11528    builtin and then its argument prototype would still apply.  */
11529 #ifdef __cplusplus
11530 extern "C"
11531 #endif
11532 char shl_load ();
11533 int
11534 main ()
11535 {
11536 return shl_load ();
11537   ;
11538   return 0;
11539 }
11540 _ACEOF
11541 if ac_fn_c_try_link "$LINENO"; then :
11542   ac_cv_lib_dld_shl_load=yes
11543 else
11544   ac_cv_lib_dld_shl_load=no
11545 fi
11546 rm -f core conftest.err conftest.$ac_objext \
11547     conftest$ac_exeext conftest.$ac_ext
11548 LIBS=$ac_check_lib_save_LIBS
11549 fi
11550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11551 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11552 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
11553   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11554 else
11555   ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11556 if test "x$ac_cv_func_dlopen" = xyes; then :
11557   lt_cv_dlopen="dlopen"
11558 else
11559   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11560 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11561 if ${ac_cv_lib_dl_dlopen+:} false; then :
11562   $as_echo_n "(cached) " >&6
11563 else
11564   ac_check_lib_save_LIBS=$LIBS
11565 LIBS="-ldl  $LIBS"
11566 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11567 /* end confdefs.h.  */
11568
11569 /* Override any GCC internal prototype to avoid an error.
11570    Use char because int might match the return type of a GCC
11571    builtin and then its argument prototype would still apply.  */
11572 #ifdef __cplusplus
11573 extern "C"
11574 #endif
11575 char dlopen ();
11576 int
11577 main ()
11578 {
11579 return dlopen ();
11580   ;
11581   return 0;
11582 }
11583 _ACEOF
11584 if ac_fn_c_try_link "$LINENO"; then :
11585   ac_cv_lib_dl_dlopen=yes
11586 else
11587   ac_cv_lib_dl_dlopen=no
11588 fi
11589 rm -f core conftest.err conftest.$ac_objext \
11590     conftest$ac_exeext conftest.$ac_ext
11591 LIBS=$ac_check_lib_save_LIBS
11592 fi
11593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11594 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11595 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11596   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11597 else
11598   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11599 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11600 if ${ac_cv_lib_svld_dlopen+:} false; then :
11601   $as_echo_n "(cached) " >&6
11602 else
11603   ac_check_lib_save_LIBS=$LIBS
11604 LIBS="-lsvld  $LIBS"
11605 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11606 /* end confdefs.h.  */
11607
11608 /* Override any GCC internal prototype to avoid an error.
11609    Use char because int might match the return type of a GCC
11610    builtin and then its argument prototype would still apply.  */
11611 #ifdef __cplusplus
11612 extern "C"
11613 #endif
11614 char dlopen ();
11615 int
11616 main ()
11617 {
11618 return dlopen ();
11619   ;
11620   return 0;
11621 }
11622 _ACEOF
11623 if ac_fn_c_try_link "$LINENO"; then :
11624   ac_cv_lib_svld_dlopen=yes
11625 else
11626   ac_cv_lib_svld_dlopen=no
11627 fi
11628 rm -f core conftest.err conftest.$ac_objext \
11629     conftest$ac_exeext conftest.$ac_ext
11630 LIBS=$ac_check_lib_save_LIBS
11631 fi
11632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11633 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11634 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
11635   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11636 else
11637   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11638 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11639 if ${ac_cv_lib_dld_dld_link+:} false; then :
11640   $as_echo_n "(cached) " >&6
11641 else
11642   ac_check_lib_save_LIBS=$LIBS
11643 LIBS="-ldld  $LIBS"
11644 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11645 /* end confdefs.h.  */
11646
11647 /* Override any GCC internal prototype to avoid an error.
11648    Use char because int might match the return type of a GCC
11649    builtin and then its argument prototype would still apply.  */
11650 #ifdef __cplusplus
11651 extern "C"
11652 #endif
11653 char dld_link ();
11654 int
11655 main ()
11656 {
11657 return dld_link ();
11658   ;
11659   return 0;
11660 }
11661 _ACEOF
11662 if ac_fn_c_try_link "$LINENO"; then :
11663   ac_cv_lib_dld_dld_link=yes
11664 else
11665   ac_cv_lib_dld_dld_link=no
11666 fi
11667 rm -f core conftest.err conftest.$ac_objext \
11668     conftest$ac_exeext conftest.$ac_ext
11669 LIBS=$ac_check_lib_save_LIBS
11670 fi
11671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11672 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11673 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
11674   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11675 fi
11676
11677
11678 fi
11679
11680
11681 fi
11682
11683
11684 fi
11685
11686
11687 fi
11688
11689
11690 fi
11691
11692     ;;
11693   esac
11694
11695   if test "x$lt_cv_dlopen" != xno; then
11696     enable_dlopen=yes
11697   else
11698     enable_dlopen=no
11699   fi
11700
11701   case $lt_cv_dlopen in
11702   dlopen)
11703     save_CPPFLAGS="$CPPFLAGS"
11704     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11705
11706     save_LDFLAGS="$LDFLAGS"
11707     wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11708
11709     save_LIBS="$LIBS"
11710     LIBS="$lt_cv_dlopen_libs $LIBS"
11711
11712     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11713 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11714 if ${lt_cv_dlopen_self+:} false; then :
11715   $as_echo_n "(cached) " >&6
11716 else
11717           if test "$cross_compiling" = yes; then :
11718   lt_cv_dlopen_self=cross
11719 else
11720   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11721   lt_status=$lt_dlunknown
11722   cat > conftest.$ac_ext <<_LT_EOF
11723 #line $LINENO "configure"
11724 #include "confdefs.h"
11725
11726 #if HAVE_DLFCN_H
11727 #include <dlfcn.h>
11728 #endif
11729
11730 #include <stdio.h>
11731
11732 #ifdef RTLD_GLOBAL
11733 #  define LT_DLGLOBAL           RTLD_GLOBAL
11734 #else
11735 #  ifdef DL_GLOBAL
11736 #    define LT_DLGLOBAL         DL_GLOBAL
11737 #  else
11738 #    define LT_DLGLOBAL         0
11739 #  endif
11740 #endif
11741
11742 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11743    find out it does not work in some platform. */
11744 #ifndef LT_DLLAZY_OR_NOW
11745 #  ifdef RTLD_LAZY
11746 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
11747 #  else
11748 #    ifdef DL_LAZY
11749 #      define LT_DLLAZY_OR_NOW          DL_LAZY
11750 #    else
11751 #      ifdef RTLD_NOW
11752 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
11753 #      else
11754 #        ifdef DL_NOW
11755 #          define LT_DLLAZY_OR_NOW      DL_NOW
11756 #        else
11757 #          define LT_DLLAZY_OR_NOW      0
11758 #        endif
11759 #      endif
11760 #    endif
11761 #  endif
11762 #endif
11763
11764 /* When -fvisbility=hidden is used, assume the code has been annotated
11765    correspondingly for the symbols needed.  */
11766 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11767 int fnord () __attribute__((visibility("default")));
11768 #endif
11769
11770 int fnord () { return 42; }
11771 int main ()
11772 {
11773   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11774   int status = $lt_dlunknown;
11775
11776   if (self)
11777     {
11778       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
11779       else
11780         {
11781           if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
11782           else puts (dlerror ());
11783         }
11784       /* dlclose (self); */
11785     }
11786   else
11787     puts (dlerror ());
11788
11789   return status;
11790 }
11791 _LT_EOF
11792   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11793   (eval $ac_link) 2>&5
11794   ac_status=$?
11795   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11796   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11797     (./conftest; exit; ) >&5 2>/dev/null
11798     lt_status=$?
11799     case x$lt_status in
11800       x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11801       x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11802       x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11803     esac
11804   else :
11805     # compilation failed
11806     lt_cv_dlopen_self=no
11807   fi
11808 fi
11809 rm -fr conftest*
11810
11811
11812 fi
11813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11814 $as_echo "$lt_cv_dlopen_self" >&6; }
11815
11816     if test "x$lt_cv_dlopen_self" = xyes; then
11817       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11818       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11819 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11820 if ${lt_cv_dlopen_self_static+:} false; then :
11821   $as_echo_n "(cached) " >&6
11822 else
11823           if test "$cross_compiling" = yes; then :
11824   lt_cv_dlopen_self_static=cross
11825 else
11826   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11827   lt_status=$lt_dlunknown
11828   cat > conftest.$ac_ext <<_LT_EOF
11829 #line $LINENO "configure"
11830 #include "confdefs.h"
11831
11832 #if HAVE_DLFCN_H
11833 #include <dlfcn.h>
11834 #endif
11835
11836 #include <stdio.h>
11837
11838 #ifdef RTLD_GLOBAL
11839 #  define LT_DLGLOBAL           RTLD_GLOBAL
11840 #else
11841 #  ifdef DL_GLOBAL
11842 #    define LT_DLGLOBAL         DL_GLOBAL
11843 #  else
11844 #    define LT_DLGLOBAL         0
11845 #  endif
11846 #endif
11847
11848 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11849    find out it does not work in some platform. */
11850 #ifndef LT_DLLAZY_OR_NOW
11851 #  ifdef RTLD_LAZY
11852 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
11853 #  else
11854 #    ifdef DL_LAZY
11855 #      define LT_DLLAZY_OR_NOW          DL_LAZY
11856 #    else
11857 #      ifdef RTLD_NOW
11858 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
11859 #      else
11860 #        ifdef DL_NOW
11861 #          define LT_DLLAZY_OR_NOW      DL_NOW
11862 #        else
11863 #          define LT_DLLAZY_OR_NOW      0
11864 #        endif
11865 #      endif
11866 #    endif
11867 #  endif
11868 #endif
11869
11870 /* When -fvisbility=hidden is used, assume the code has been annotated
11871    correspondingly for the symbols needed.  */
11872 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11873 int fnord () __attribute__((visibility("default")));
11874 #endif
11875
11876 int fnord () { return 42; }
11877 int main ()
11878 {
11879   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11880   int status = $lt_dlunknown;
11881
11882   if (self)
11883     {
11884       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
11885       else
11886         {
11887           if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
11888           else puts (dlerror ());
11889         }
11890       /* dlclose (self); */
11891     }
11892   else
11893     puts (dlerror ());
11894
11895   return status;
11896 }
11897 _LT_EOF
11898   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11899   (eval $ac_link) 2>&5
11900   ac_status=$?
11901   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11902   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11903     (./conftest; exit; ) >&5 2>/dev/null
11904     lt_status=$?
11905     case x$lt_status in
11906       x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11907       x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11908       x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11909     esac
11910   else :
11911     # compilation failed
11912     lt_cv_dlopen_self_static=no
11913   fi
11914 fi
11915 rm -fr conftest*
11916
11917
11918 fi
11919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11920 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11921     fi
11922
11923     CPPFLAGS="$save_CPPFLAGS"
11924     LDFLAGS="$save_LDFLAGS"
11925     LIBS="$save_LIBS"
11926     ;;
11927   esac
11928
11929   case $lt_cv_dlopen_self in
11930   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11931   *) enable_dlopen_self=unknown ;;
11932   esac
11933
11934   case $lt_cv_dlopen_self_static in
11935   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11936   *) enable_dlopen_self_static=unknown ;;
11937   esac
11938 fi
11939
11940
11941
11942
11943
11944
11945
11946
11947
11948
11949
11950
11951
11952
11953
11954
11955
11956 striplib=
11957 old_striplib=
11958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11959 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11960 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11961   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11962   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11963   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11964 $as_echo "yes" >&6; }
11965 else
11966 # FIXME - insert some real tests, host_os isn't really good enough
11967   case $host_os in
11968   darwin*)
11969     if test -n "$STRIP" ; then
11970       striplib="$STRIP -x"
11971       old_striplib="$STRIP -S"
11972       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11973 $as_echo "yes" >&6; }
11974     else
11975       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11976 $as_echo "no" >&6; }
11977     fi
11978     ;;
11979   *)
11980     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11981 $as_echo "no" >&6; }
11982     ;;
11983   esac
11984 fi
11985
11986
11987
11988
11989
11990
11991
11992
11993
11994
11995
11996
11997   # Report which library types will actually be built
11998   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11999 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
12000   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
12001 $as_echo "$can_build_shared" >&6; }
12002
12003   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
12004 $as_echo_n "checking whether to build shared libraries... " >&6; }
12005   test "$can_build_shared" = "no" && enable_shared=no
12006
12007   # On AIX, shared libraries and static libraries use the same namespace, and
12008   # are all built from PIC.
12009   case $host_os in
12010   aix3*)
12011     test "$enable_shared" = yes && enable_static=no
12012     if test -n "$RANLIB"; then
12013       archive_cmds="$archive_cmds~\$RANLIB \$lib"
12014       postinstall_cmds='$RANLIB $lib'
12015     fi
12016     ;;
12017
12018   aix[4-9]*)
12019     if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
12020       test "$enable_shared" = yes && enable_static=no
12021     fi
12022     ;;
12023   esac
12024   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
12025 $as_echo "$enable_shared" >&6; }
12026
12027   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
12028 $as_echo_n "checking whether to build static libraries... " >&6; }
12029   # Make sure either enable_shared or enable_static is yes.
12030   test "$enable_shared" = yes || enable_static=yes
12031   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
12032 $as_echo "$enable_static" >&6; }
12033
12034
12035
12036
12037 fi
12038 ac_ext=c
12039 ac_cpp='$CPP $CPPFLAGS'
12040 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12041 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12042 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12043
12044 CC="$lt_save_CC"
12045
12046
12047
12048
12049
12050
12051
12052
12053
12054
12055
12056
12057
12058
12059
12060         ac_config_commands="$ac_config_commands libtool"
12061
12062
12063
12064
12065 # Only expand once:
12066
12067
12068
12069
12070 # Test for 64-bit build.
12071 # The cast to long int works around a bug in the HP C Compiler
12072 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12073 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12074 # This bug is HP SR number 8606223364.
12075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of size_t" >&5
12076 $as_echo_n "checking size of size_t... " >&6; }
12077 if ${ac_cv_sizeof_size_t+:} false; then :
12078   $as_echo_n "(cached) " >&6
12079 else
12080   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (size_t))" "ac_cv_sizeof_size_t"        "$ac_includes_default"; then :
12081
12082 else
12083   if test "$ac_cv_type_size_t" = yes; then
12084      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12085 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12086 as_fn_error 77 "cannot compute sizeof (size_t)
12087 See \`config.log' for more details" "$LINENO" 5; }
12088    else
12089      ac_cv_sizeof_size_t=0
12090    fi
12091 fi
12092
12093 fi
12094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_size_t" >&5
12095 $as_echo "$ac_cv_sizeof_size_t" >&6; }
12096
12097
12098
12099 cat >>confdefs.h <<_ACEOF
12100 #define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
12101 _ACEOF
12102
12103
12104
12105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler vendor" >&5
12106 $as_echo_n "checking for C compiler vendor... " >&6; }
12107 if ${ax_cv_c_compiler_vendor+:} false; then :
12108   $as_echo_n "(cached) " >&6
12109 else
12110   # note: don't check for gcc first since some other compilers define __GNUC__
12111   vendors="intel:     __ICC,__ECC,__INTEL_COMPILER
12112            ibm:       __xlc__,__xlC__,__IBMC__,__IBMCPP__
12113            pathscale: __PATHCC__,__PATHSCALE__
12114            clang:     __clang__
12115            gnu:       __GNUC__
12116            sun:       __SUNPRO_C,__SUNPRO_CC
12117            hp:        __HP_cc,__HP_aCC
12118            dec:       __DECC,__DECCXX,__DECC_VER,__DECCXX_VER
12119            borland:   __BORLANDC__,__TURBOC__
12120            comeau:    __COMO__
12121            cray:      _CRAYC
12122            kai:       __KCC
12123            lcc:       __LCC__
12124            sgi:       __sgi,sgi
12125            microsoft: _MSC_VER
12126            metrowerks: __MWERKS__
12127            watcom:    __WATCOMC__
12128            portland:  __PGI
12129            unknown:   UNKNOWN"
12130   for ventest in $vendors; do
12131     case $ventest in
12132       *:) vendor=$ventest; continue ;;
12133       *)  vencpp="defined("`echo $ventest | sed 's/,/) || defined(/g'`")" ;;
12134     esac
12135     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12136 /* end confdefs.h.  */
12137
12138 int
12139 main ()
12140 {
12141
12142       #if !($vencpp)
12143         thisisanerror;
12144       #endif
12145
12146   ;
12147   return 0;
12148 }
12149 _ACEOF
12150 if ac_fn_c_try_compile "$LINENO"; then :
12151   break
12152 fi
12153 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12154   done
12155   ax_cv_c_compiler_vendor=`echo $vendor | cut -d: -f1`
12156
12157 fi
12158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_c_compiler_vendor" >&5
12159 $as_echo "$ax_cv_c_compiler_vendor" >&6; }
12160
12161
12162
12163
12164
12165
12166 # Check whether --enable-portable-binary was given.
12167 if test "${enable_portable_binary+set}" = set; then :
12168   enableval=$enable_portable_binary; acx_maxopt_portable=$enableval
12169 else
12170   acx_maxopt_portable=no
12171 fi
12172
12173
12174 # Try to determine "good" native compiler flags if none specified via CFLAGS
12175 if test "$ac_test_CFLAGS" != "set"; then
12176   CFLAGS=""
12177   case $ax_cv_c_compiler_vendor in
12178     dec) CFLAGS="-newc -w0 -O5 -ansi_alias -ansi_args -fp_reorder -tune host"
12179          if test "x$acx_maxopt_portable" = xno; then
12180            CFLAGS="$CFLAGS -arch host"
12181          fi;;
12182
12183     sun) CFLAGS="-native -fast -xO5 -dalign"
12184          if test "x$acx_maxopt_portable" = xyes; then
12185            CFLAGS="$CFLAGS -xarch=generic"
12186          fi;;
12187
12188     hp)  CFLAGS="+Oall +Optrs_ansi +DSnative"
12189          if test "x$acx_maxopt_portable" = xyes; then
12190            CFLAGS="$CFLAGS +DAportable"
12191          fi;;
12192
12193     ibm) if test "x$acx_maxopt_portable" = xno; then
12194            xlc_opt="-qarch=auto -qtune=auto"
12195          else
12196            xlc_opt="-qtune=auto"
12197          fi
12198          as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$xlc_opt" | $as_tr_sh`
12199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $xlc_opt" >&5
12200 $as_echo_n "checking whether C compiler accepts $xlc_opt... " >&6; }
12201 if eval \${$as_CACHEVAR+:} false; then :
12202   $as_echo_n "(cached) " >&6
12203 else
12204
12205   ax_check_save_flags=$CFLAGS
12206   CFLAGS="$CFLAGS  $xlc_opt"
12207   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12208 /* end confdefs.h.  */
12209
12210 int
12211 main ()
12212 {
12213
12214   ;
12215   return 0;
12216 }
12217 _ACEOF
12218 if ac_fn_c_try_compile "$LINENO"; then :
12219   eval "$as_CACHEVAR=yes"
12220 else
12221   eval "$as_CACHEVAR=no"
12222 fi
12223 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12224   CFLAGS=$ax_check_save_flags
12225 fi
12226 eval ac_res=\$$as_CACHEVAR
12227                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
12228 $as_echo "$ac_res" >&6; }
12229 if test x"`eval 'as_val=${'$as_CACHEVAR'};$as_echo "$as_val"'`" = xyes; then :
12230   CFLAGS="-O3 -qansialias -w $xlc_opt"
12231 else
12232   CFLAGS="-O3 -qansialias -w"
12233                 echo "******************************************************"
12234                 echo "*  You seem to have the IBM  C compiler.  It is      *"
12235                 echo "*  recommended for best performance that you use:    *"
12236                 echo "*                                                    *"
12237                 echo "*    CFLAGS=-O3 -qarch=xxx -qtune=xxx -qansialias -w *"
12238                 echo "*                      ^^^        ^^^                *"
12239                 echo "*  where xxx is pwr2, pwr3, 604, or whatever kind of *"
12240                 echo "*  CPU you have.  (Set the CFLAGS environment var.   *"
12241                 echo "*  and re-run configure.)  For more info, man cc.    *"
12242                 echo "******************************************************"
12243 fi
12244
12245          ;;
12246
12247     intel) CFLAGS="-O3 -ansi_alias"
12248         if test "x$acx_maxopt_portable" = xno; then
12249           icc_archflag=unknown
12250           icc_flags=""
12251           case $host_cpu in
12252             i686*|x86_64*)
12253               # icc accepts gcc assembly syntax, so these should work:
12254
12255 ac_ext=c
12256 ac_cpp='$CPP $CPPFLAGS'
12257 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12258 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12259 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12260
12261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for x86 cpuid 0 output" >&5
12262 $as_echo_n "checking for x86 cpuid 0 output... " >&6; }
12263 if ${ax_cv_gcc_x86_cpuid_0+:} false; then :
12264   $as_echo_n "(cached) " >&6
12265 else
12266   if test "$cross_compiling" = yes; then :
12267   ax_cv_gcc_x86_cpuid_0=unknown
12268 else
12269   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12270 /* end confdefs.h.  */
12271 #include <stdio.h>
12272 int
12273 main ()
12274 {
12275
12276      int op = 0, eax, ebx, ecx, edx;
12277      FILE *f;
12278       __asm__("cpuid"
12279         : "=a" (eax), "=b" (ebx), "=c" (ecx), "=d" (edx)
12280         : "a" (op));
12281      f = fopen("conftest_cpuid", "w"); if (!f) return 1;
12282      fprintf(f, "%x:%x:%x:%x\n", eax, ebx, ecx, edx);
12283      fclose(f);
12284      return 0;
12285
12286   ;
12287   return 0;
12288 }
12289 _ACEOF
12290 if ac_fn_c_try_run "$LINENO"; then :
12291   ax_cv_gcc_x86_cpuid_0=`cat conftest_cpuid`; rm -f conftest_cpuid
12292 else
12293   ax_cv_gcc_x86_cpuid_0=unknown; rm -f conftest_cpuid
12294 fi
12295 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12296   conftest.$ac_objext conftest.beam conftest.$ac_ext
12297 fi
12298
12299 fi
12300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_gcc_x86_cpuid_0" >&5
12301 $as_echo "$ax_cv_gcc_x86_cpuid_0" >&6; }
12302 ac_ext=c
12303 ac_cpp='$CPP $CPPFLAGS'
12304 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12305 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12306 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12307
12308
12309
12310 ac_ext=c
12311 ac_cpp='$CPP $CPPFLAGS'
12312 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12313 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12314 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12315
12316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for x86 cpuid 1 output" >&5
12317 $as_echo_n "checking for x86 cpuid 1 output... " >&6; }
12318 if ${ax_cv_gcc_x86_cpuid_1+:} false; then :
12319   $as_echo_n "(cached) " >&6
12320 else
12321   if test "$cross_compiling" = yes; then :
12322   ax_cv_gcc_x86_cpuid_1=unknown
12323 else
12324   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12325 /* end confdefs.h.  */
12326 #include <stdio.h>
12327 int
12328 main ()
12329 {
12330
12331      int op = 1, eax, ebx, ecx, edx;
12332      FILE *f;
12333       __asm__("cpuid"
12334         : "=a" (eax), "=b" (ebx), "=c" (ecx), "=d" (edx)
12335         : "a" (op));
12336      f = fopen("conftest_cpuid", "w"); if (!f) return 1;
12337      fprintf(f, "%x:%x:%x:%x\n", eax, ebx, ecx, edx);
12338      fclose(f);
12339      return 0;
12340
12341   ;
12342   return 0;
12343 }
12344 _ACEOF
12345 if ac_fn_c_try_run "$LINENO"; then :
12346   ax_cv_gcc_x86_cpuid_1=`cat conftest_cpuid`; rm -f conftest_cpuid
12347 else
12348   ax_cv_gcc_x86_cpuid_1=unknown; rm -f conftest_cpuid
12349 fi
12350 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12351   conftest.$ac_objext conftest.beam conftest.$ac_ext
12352 fi
12353
12354 fi
12355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_gcc_x86_cpuid_1" >&5
12356 $as_echo "$ax_cv_gcc_x86_cpuid_1" >&6; }
12357 ac_ext=c
12358 ac_cpp='$CPP $CPPFLAGS'
12359 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12360 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12361 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12362
12363
12364               case $ax_cv_gcc_x86_cpuid_0 in # see AX_GCC_ARCHFLAG
12365                 *:756e6547:*:*) # Intel
12366                   case $ax_cv_gcc_x86_cpuid_1 in
12367                     *6a?:*[234]:*:*|*6[789b]?:*:*:*) icc_flags="-xK";;
12368                     *f3[347]:*:*:*|*f41347:*:*:*) icc_flags="-xP -xN -xW -xK";;
12369                     *f??:*:*:*) icc_flags="-xN -xW -xK";;
12370                   esac ;;
12371               esac ;;
12372           esac
12373           if test "x$icc_flags" != x; then
12374             for flag in $icc_flags; do
12375               as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
12376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
12377 $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
12378 if eval \${$as_CACHEVAR+:} false; then :
12379   $as_echo_n "(cached) " >&6
12380 else
12381
12382   ax_check_save_flags=$CFLAGS
12383   CFLAGS="$CFLAGS  $flag"
12384   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12385 /* end confdefs.h.  */
12386
12387 int
12388 main ()
12389 {
12390
12391   ;
12392   return 0;
12393 }
12394 _ACEOF
12395 if ac_fn_c_try_compile "$LINENO"; then :
12396   eval "$as_CACHEVAR=yes"
12397 else
12398   eval "$as_CACHEVAR=no"
12399 fi
12400 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12401   CFLAGS=$ax_check_save_flags
12402 fi
12403 eval ac_res=\$$as_CACHEVAR
12404                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
12405 $as_echo "$ac_res" >&6; }
12406 if test x"`eval 'as_val=${'$as_CACHEVAR'};$as_echo "$as_val"'`" = xyes; then :
12407   icc_archflag=$flag; break
12408 else
12409   :
12410 fi
12411
12412             done
12413           fi
12414           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for icc architecture flag" >&5
12415 $as_echo_n "checking for icc architecture flag... " >&6; }
12416           { $as_echo "$as_me:${as_lineno-$LINENO}: result: $icc_archflag" >&5
12417 $as_echo "$icc_archflag" >&6; }
12418           if test "x$icc_archflag" != xunknown; then
12419             CFLAGS="$CFLAGS $icc_archflag"
12420           fi
12421         fi
12422         ;;
12423
12424     gnu)
12425      # default optimization flags for gcc on all systems
12426      CFLAGS="-O3 -fomit-frame-pointer"
12427
12428      # -malign-double for x86 systems
12429      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -malign-double" >&5
12430 $as_echo_n "checking whether C compiler accepts -malign-double... " >&6; }
12431 if ${ax_cv_check_cflags___malign_double+:} false; then :
12432   $as_echo_n "(cached) " >&6
12433 else
12434
12435   ax_check_save_flags=$CFLAGS
12436   CFLAGS="$CFLAGS  -malign-double"
12437   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12438 /* end confdefs.h.  */
12439
12440 int
12441 main ()
12442 {
12443
12444   ;
12445   return 0;
12446 }
12447 _ACEOF
12448 if ac_fn_c_try_compile "$LINENO"; then :
12449   ax_cv_check_cflags___malign_double=yes
12450 else
12451   ax_cv_check_cflags___malign_double=no
12452 fi
12453 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12454   CFLAGS=$ax_check_save_flags
12455 fi
12456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_check_cflags___malign_double" >&5
12457 $as_echo "$ax_cv_check_cflags___malign_double" >&6; }
12458 if test x"$ax_cv_check_cflags___malign_double" = xyes; then :
12459   CFLAGS="$CFLAGS -malign-double"
12460 else
12461   :
12462 fi
12463
12464
12465      #  -fstrict-aliasing for gcc-2.95+
12466      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -fstrict-aliasing" >&5
12467 $as_echo_n "checking whether C compiler accepts -fstrict-aliasing... " >&6; }
12468 if ${ax_cv_check_cflags___fstrict_aliasing+:} false; then :
12469   $as_echo_n "(cached) " >&6
12470 else
12471
12472   ax_check_save_flags=$CFLAGS
12473   CFLAGS="$CFLAGS  -fstrict-aliasing"
12474   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12475 /* end confdefs.h.  */
12476
12477 int
12478 main ()
12479 {
12480
12481   ;
12482   return 0;
12483 }
12484 _ACEOF
12485 if ac_fn_c_try_compile "$LINENO"; then :
12486   ax_cv_check_cflags___fstrict_aliasing=yes
12487 else
12488   ax_cv_check_cflags___fstrict_aliasing=no
12489 fi
12490 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12491   CFLAGS=$ax_check_save_flags
12492 fi
12493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_check_cflags___fstrict_aliasing" >&5
12494 $as_echo "$ax_cv_check_cflags___fstrict_aliasing" >&6; }
12495 if test x"$ax_cv_check_cflags___fstrict_aliasing" = xyes; then :
12496   CFLAGS="$CFLAGS -fstrict-aliasing"
12497 else
12498   :
12499 fi
12500
12501
12502      # note that we enable "unsafe" fp optimization with other compilers, too
12503      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -ffast-math" >&5
12504 $as_echo_n "checking whether C compiler accepts -ffast-math... " >&6; }
12505 if ${ax_cv_check_cflags___ffast_math+:} false; then :
12506   $as_echo_n "(cached) " >&6
12507 else
12508
12509   ax_check_save_flags=$CFLAGS
12510   CFLAGS="$CFLAGS  -ffast-math"
12511   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12512 /* end confdefs.h.  */
12513
12514 int
12515 main ()
12516 {
12517
12518   ;
12519   return 0;
12520 }
12521 _ACEOF
12522 if ac_fn_c_try_compile "$LINENO"; then :
12523   ax_cv_check_cflags___ffast_math=yes
12524 else
12525   ax_cv_check_cflags___ffast_math=no
12526 fi
12527 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12528   CFLAGS=$ax_check_save_flags
12529 fi
12530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_check_cflags___ffast_math" >&5
12531 $as_echo "$ax_cv_check_cflags___ffast_math" >&6; }
12532 if test x"$ax_cv_check_cflags___ffast_math" = xyes; then :
12533   CFLAGS="$CFLAGS -ffast-math"
12534 else
12535   :
12536 fi
12537
12538
12539
12540
12541
12542
12543 # Check whether --with-gcc-arch was given.
12544 if test "${with_gcc_arch+set}" = set; then :
12545   withval=$with_gcc_arch; ax_gcc_arch=$withval
12546 else
12547   ax_gcc_arch=yes
12548 fi
12549
12550
12551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc architecture flag" >&5
12552 $as_echo_n "checking for gcc architecture flag... " >&6; }
12553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
12554 $as_echo "" >&6; }
12555 if ${ax_cv_gcc_archflag+:} false; then :
12556   $as_echo_n "(cached) " >&6
12557 else
12558
12559 ax_cv_gcc_archflag="unknown"
12560
12561 if test "$GCC" = yes; then
12562
12563 if test "x$ax_gcc_arch" = xyes; then
12564 ax_gcc_arch=""
12565 if test "$cross_compiling" = no; then
12566 case $host_cpu in
12567   i[3456]86*|x86_64*) # use cpuid codes
12568
12569 ac_ext=c
12570 ac_cpp='$CPP $CPPFLAGS'
12571 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12572 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12573 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12574
12575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for x86 cpuid 0 output" >&5
12576 $as_echo_n "checking for x86 cpuid 0 output... " >&6; }
12577 if ${ax_cv_gcc_x86_cpuid_0+:} false; then :
12578   $as_echo_n "(cached) " >&6
12579 else
12580   if test "$cross_compiling" = yes; then :
12581   ax_cv_gcc_x86_cpuid_0=unknown
12582 else
12583   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12584 /* end confdefs.h.  */
12585 #include <stdio.h>
12586 int
12587 main ()
12588 {
12589
12590      int op = 0, eax, ebx, ecx, edx;
12591      FILE *f;
12592       __asm__("cpuid"
12593         : "=a" (eax), "=b" (ebx), "=c" (ecx), "=d" (edx)
12594         : "a" (op));
12595      f = fopen("conftest_cpuid", "w"); if (!f) return 1;
12596      fprintf(f, "%x:%x:%x:%x\n", eax, ebx, ecx, edx);
12597      fclose(f);
12598      return 0;
12599
12600   ;
12601   return 0;
12602 }
12603 _ACEOF
12604 if ac_fn_c_try_run "$LINENO"; then :
12605   ax_cv_gcc_x86_cpuid_0=`cat conftest_cpuid`; rm -f conftest_cpuid
12606 else
12607   ax_cv_gcc_x86_cpuid_0=unknown; rm -f conftest_cpuid
12608 fi
12609 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12610   conftest.$ac_objext conftest.beam conftest.$ac_ext
12611 fi
12612
12613 fi
12614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_gcc_x86_cpuid_0" >&5
12615 $as_echo "$ax_cv_gcc_x86_cpuid_0" >&6; }
12616 ac_ext=c
12617 ac_cpp='$CPP $CPPFLAGS'
12618 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12619 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12620 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12621
12622
12623
12624 ac_ext=c
12625 ac_cpp='$CPP $CPPFLAGS'
12626 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12627 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12628 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12629
12630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for x86 cpuid 1 output" >&5
12631 $as_echo_n "checking for x86 cpuid 1 output... " >&6; }
12632 if ${ax_cv_gcc_x86_cpuid_1+:} false; then :
12633   $as_echo_n "(cached) " >&6
12634 else
12635   if test "$cross_compiling" = yes; then :
12636   ax_cv_gcc_x86_cpuid_1=unknown
12637 else
12638   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12639 /* end confdefs.h.  */
12640 #include <stdio.h>
12641 int
12642 main ()
12643 {
12644
12645      int op = 1, eax, ebx, ecx, edx;
12646      FILE *f;
12647       __asm__("cpuid"
12648         : "=a" (eax), "=b" (ebx), "=c" (ecx), "=d" (edx)
12649         : "a" (op));
12650      f = fopen("conftest_cpuid", "w"); if (!f) return 1;
12651      fprintf(f, "%x:%x:%x:%x\n", eax, ebx, ecx, edx);
12652      fclose(f);
12653      return 0;
12654
12655   ;
12656   return 0;
12657 }
12658 _ACEOF
12659 if ac_fn_c_try_run "$LINENO"; then :
12660   ax_cv_gcc_x86_cpuid_1=`cat conftest_cpuid`; rm -f conftest_cpuid
12661 else
12662   ax_cv_gcc_x86_cpuid_1=unknown; rm -f conftest_cpuid
12663 fi
12664 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12665   conftest.$ac_objext conftest.beam conftest.$ac_ext
12666 fi
12667
12668 fi
12669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_gcc_x86_cpuid_1" >&5
12670 $as_echo "$ax_cv_gcc_x86_cpuid_1" >&6; }
12671 ac_ext=c
12672 ac_cpp='$CPP $CPPFLAGS'
12673 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12674 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12675 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12676
12677
12678      case $ax_cv_gcc_x86_cpuid_0 in
12679        *:756e6547:*:*) # Intel
12680           case $ax_cv_gcc_x86_cpuid_1 in
12681             *5[48]?:*:*:*) ax_gcc_arch="pentium-mmx pentium" ;;
12682             *5??:*:*:*) ax_gcc_arch=pentium ;;
12683             *0?6[3456]?:*:*:*) ax_gcc_arch="pentium2 pentiumpro" ;;
12684             *0?6a?:*[01]:*:*) ax_gcc_arch="pentium2 pentiumpro" ;;
12685             *0?6a?:*[234]:*:*) ax_gcc_arch="pentium3 pentiumpro" ;;
12686             *0?6[9de]?:*:*:*) ax_gcc_arch="pentium-m pentium3 pentiumpro" ;;
12687             *0?6[78b]?:*:*:*) ax_gcc_arch="pentium3 pentiumpro" ;;
12688             *0?6f?:*:*:*|*1?66?:*:*:*) ax_gcc_arch="core2 pentium-m pentium3 pentiumpro" ;;
12689             *1?6[7d]?:*:*:*) ax_gcc_arch="penryn core2 pentium-m pentium3 pentiumpro" ;;
12690             *1?6[aef]?:*:*:*|*2?6[5cef]?:*:*:*) ax_gcc_arch="corei7 core2 pentium-m pentium3 pentiumpro" ;;
12691             *1?6c?:*:*:*|*[23]?66?:*:*:*) ax_gcc_arch="atom core2 pentium-m pentium3 pentiumpro" ;;
12692             *2?6[ad]?:*:*:*) ax_gcc_arch="corei7-avx corei7 core2 pentium-m pentium3 pentiumpro" ;;
12693             *0?6??:*:*:*) ax_gcc_arch=pentiumpro ;;
12694             *6??:*:*:*) ax_gcc_arch="core2 pentiumpro" ;;
12695             ?000?f3[347]:*:*:*|?000?f41347:*:*:*|?000?f6?:*:*:*)
12696                 case $host_cpu in
12697                   x86_64*) ax_gcc_arch="nocona pentium4 pentiumpro" ;;
12698                   *) ax_gcc_arch="prescott pentium4 pentiumpro" ;;
12699                 esac ;;
12700             ?000?f??:*:*:*) ax_gcc_arch="pentium4 pentiumpro";;
12701           esac ;;
12702        *:68747541:*:*) # AMD
12703           case $ax_cv_gcc_x86_cpuid_1 in
12704             *5[67]?:*:*:*) ax_gcc_arch=k6 ;;
12705             *5[8d]?:*:*:*) ax_gcc_arch="k6-2 k6" ;;
12706             *5[9]?:*:*:*) ax_gcc_arch="k6-3 k6" ;;
12707             *60?:*:*:*) ax_gcc_arch=k7 ;;
12708             *6[12]?:*:*:*) ax_gcc_arch="athlon k7" ;;
12709             *6[34]?:*:*:*) ax_gcc_arch="athlon-tbird k7" ;;
12710             *67?:*:*:*) ax_gcc_arch="athlon-4 athlon k7" ;;
12711             *6[68a]?:*:*:*)
12712
12713 ac_ext=c
12714 ac_cpp='$CPP $CPPFLAGS'
12715 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12716 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12717 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12718
12719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for x86 cpuid 0x80000006 output" >&5
12720 $as_echo_n "checking for x86 cpuid 0x80000006 output... " >&6; }
12721 if ${ax_cv_gcc_x86_cpuid_0x80000006+:} false; then :
12722   $as_echo_n "(cached) " >&6
12723 else
12724   if test "$cross_compiling" = yes; then :
12725   ax_cv_gcc_x86_cpuid_0x80000006=unknown
12726 else
12727   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12728 /* end confdefs.h.  */
12729 #include <stdio.h>
12730 int
12731 main ()
12732 {
12733
12734      int op = 0x80000006, eax, ebx, ecx, edx;
12735      FILE *f;
12736       __asm__("cpuid"
12737         : "=a" (eax), "=b" (ebx), "=c" (ecx), "=d" (edx)
12738         : "a" (op));
12739      f = fopen("conftest_cpuid", "w"); if (!f) return 1;
12740      fprintf(f, "%x:%x:%x:%x\n", eax, ebx, ecx, edx);
12741      fclose(f);
12742      return 0;
12743
12744   ;
12745   return 0;
12746 }
12747 _ACEOF
12748 if ac_fn_c_try_run "$LINENO"; then :
12749   ax_cv_gcc_x86_cpuid_0x80000006=`cat conftest_cpuid`; rm -f conftest_cpuid
12750 else
12751   ax_cv_gcc_x86_cpuid_0x80000006=unknown; rm -f conftest_cpuid
12752 fi
12753 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12754   conftest.$ac_objext conftest.beam conftest.$ac_ext
12755 fi
12756
12757 fi
12758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_gcc_x86_cpuid_0x80000006" >&5
12759 $as_echo "$ax_cv_gcc_x86_cpuid_0x80000006" >&6; }
12760 ac_ext=c
12761 ac_cpp='$CPP $CPPFLAGS'
12762 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12763 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12764 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12765
12766  # L2 cache size
12767                case $ax_cv_gcc_x86_cpuid_0x80000006 in
12768                  *:*:*[1-9a-f]??????:*) # (L2 = ecx >> 16) >= 256
12769                         ax_gcc_arch="athlon-xp athlon-4 athlon k7" ;;
12770                  *) ax_gcc_arch="athlon-4 athlon k7" ;;
12771                esac ;;
12772             ?00??f[4cef8b]?:*:*:*) ax_gcc_arch="athlon64 k8" ;;
12773             ?00??f5?:*:*:*) ax_gcc_arch="opteron k8" ;;
12774             ?00??f7?:*:*:*) ax_gcc_arch="athlon-fx opteron k8" ;;
12775             ?00??f??:*:*:*) ax_gcc_arch="k8" ;;
12776             ?05??f??:*:*:*) ax_gcc_arch="btver1 amdfam10 k8" ;;
12777             ?06??f??:*:*:*) ax_gcc_arch="bdver1 amdfam10 k8" ;;
12778             *f??:*:*:*) ax_gcc_arch="amdfam10 k8" ;;
12779           esac ;;
12780         *:746e6543:*:*) # IDT
12781            case $ax_cv_gcc_x86_cpuid_1 in
12782              *54?:*:*:*) ax_gcc_arch=winchip-c6 ;;
12783              *58?:*:*:*) ax_gcc_arch=winchip2 ;;
12784              *6[78]?:*:*:*) ax_gcc_arch=c3 ;;
12785              *69?:*:*:*) ax_gcc_arch="c3-2 c3" ;;
12786            esac ;;
12787      esac
12788      if test x"$ax_gcc_arch" = x; then # fallback
12789         case $host_cpu in
12790           i586*) ax_gcc_arch=pentium ;;
12791           i686*) ax_gcc_arch=pentiumpro ;;
12792         esac
12793      fi
12794      ;;
12795
12796   sparc*)
12797      # Extract the first word of "prtdiag", so it can be a program name with args.
12798 set dummy prtdiag; ac_word=$2
12799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12800 $as_echo_n "checking for $ac_word... " >&6; }
12801 if ${ac_cv_path_PRTDIAG+:} false; then :
12802   $as_echo_n "(cached) " >&6
12803 else
12804   case $PRTDIAG in
12805   [\\/]* | ?:[\\/]*)
12806   ac_cv_path_PRTDIAG="$PRTDIAG" # Let the user override the test with a path.
12807   ;;
12808   *)
12809   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12810 as_dummy="$PATH:/usr/platform/`uname -i`/sbin/:/usr/platform/`uname -m`/sbin/"
12811 for as_dir in $as_dummy
12812 do
12813   IFS=$as_save_IFS
12814   test -z "$as_dir" && as_dir=.
12815     for ac_exec_ext in '' $ac_executable_extensions; do
12816   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12817     ac_cv_path_PRTDIAG="$as_dir/$ac_word$ac_exec_ext"
12818     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12819     break 2
12820   fi
12821 done
12822   done
12823 IFS=$as_save_IFS
12824
12825   test -z "$ac_cv_path_PRTDIAG" && ac_cv_path_PRTDIAG="prtdiag"
12826   ;;
12827 esac
12828 fi
12829 PRTDIAG=$ac_cv_path_PRTDIAG
12830 if test -n "$PRTDIAG"; then
12831   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRTDIAG" >&5
12832 $as_echo "$PRTDIAG" >&6; }
12833 else
12834   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12835 $as_echo "no" >&6; }
12836 fi
12837
12838
12839      cputype=`(((grep cpu /proc/cpuinfo | cut -d: -f2) ; ($PRTDIAG -v |grep -i sparc) ; grep -i cpu /var/run/dmesg.boot ) | head -n 1) 2> /dev/null`
12840      cputype=`echo "$cputype" | tr -d ' -' |tr $as_cr_LETTERS $as_cr_letters`
12841      case $cputype in
12842          *ultrasparciv*) ax_gcc_arch="ultrasparc4 ultrasparc3 ultrasparc v9" ;;
12843          *ultrasparciii*) ax_gcc_arch="ultrasparc3 ultrasparc v9" ;;
12844          *ultrasparc*) ax_gcc_arch="ultrasparc v9" ;;
12845          *supersparc*|*tms390z5[05]*) ax_gcc_arch="supersparc v8" ;;
12846          *hypersparc*|*rt62[056]*) ax_gcc_arch="hypersparc v8" ;;
12847          *cypress*) ax_gcc_arch=cypress ;;
12848      esac ;;
12849
12850   alphaev5) ax_gcc_arch=ev5 ;;
12851   alphaev56) ax_gcc_arch=ev56 ;;
12852   alphapca56) ax_gcc_arch="pca56 ev56" ;;
12853   alphapca57) ax_gcc_arch="pca57 pca56 ev56" ;;
12854   alphaev6) ax_gcc_arch=ev6 ;;
12855   alphaev67) ax_gcc_arch=ev67 ;;
12856   alphaev68) ax_gcc_arch="ev68 ev67" ;;
12857   alphaev69) ax_gcc_arch="ev69 ev68 ev67" ;;
12858   alphaev7) ax_gcc_arch="ev7 ev69 ev68 ev67" ;;
12859   alphaev79) ax_gcc_arch="ev79 ev7 ev69 ev68 ev67" ;;
12860
12861   powerpc*)
12862      cputype=`((grep cpu /proc/cpuinfo | head -n 1 | cut -d: -f2 | cut -d, -f1 | sed 's/ //g') ; /usr/bin/machine ; /bin/machine; grep CPU /var/run/dmesg.boot | head -n 1 | cut -d" " -f2) 2> /dev/null`
12863      cputype=`echo $cputype | sed -e 's/ppc//g;s/ *//g'`
12864      case $cputype in
12865        *750*) ax_gcc_arch="750 G3" ;;
12866        *740[0-9]*) ax_gcc_arch="$cputype 7400 G4" ;;
12867        *74[4-5][0-9]*) ax_gcc_arch="$cputype 7450 G4" ;;
12868        *74[0-9][0-9]*) ax_gcc_arch="$cputype G4" ;;
12869        *970*) ax_gcc_arch="970 G5 power4";;
12870        *POWER4*|*power4*|*gq*) ax_gcc_arch="power4 970";;
12871        *POWER5*|*power5*|*gr*|*gs*) ax_gcc_arch="power5 power4 970";;
12872        603ev|8240) ax_gcc_arch="$cputype 603e 603";;
12873        *) ax_gcc_arch=$cputype ;;
12874      esac
12875      ax_gcc_arch="$ax_gcc_arch powerpc"
12876      ;;
12877 esac
12878 fi # not cross-compiling
12879 fi # guess arch
12880
12881 if test "x$ax_gcc_arch" != x -a "x$ax_gcc_arch" != xno; then
12882 for arch in $ax_gcc_arch; do
12883   if test "x$acx_maxopt_portable" = xyes; then # if we require portable code
12884     flags="-mtune=$arch"
12885     # -mcpu=$arch and m$arch generate nonportable code on every arch except
12886     # x86.  And some other arches (e.g. Alpha) don't accept -mtune.  Grrr.
12887     case $host_cpu in i*86|x86_64*) flags="$flags -mcpu=$arch -m$arch";; esac
12888   else
12889     flags="-march=$arch -mcpu=$arch -m$arch"
12890   fi
12891   for flag in $flags; do
12892     as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
12893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
12894 $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
12895 if eval \${$as_CACHEVAR+:} false; then :
12896   $as_echo_n "(cached) " >&6
12897 else
12898
12899   ax_check_save_flags=$CFLAGS
12900   CFLAGS="$CFLAGS  $flag"
12901   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12902 /* end confdefs.h.  */
12903
12904 int
12905 main ()
12906 {
12907
12908   ;
12909   return 0;
12910 }
12911 _ACEOF
12912 if ac_fn_c_try_compile "$LINENO"; then :
12913   eval "$as_CACHEVAR=yes"
12914 else
12915   eval "$as_CACHEVAR=no"
12916 fi
12917 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12918   CFLAGS=$ax_check_save_flags
12919 fi
12920 eval ac_res=\$$as_CACHEVAR
12921                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
12922 $as_echo "$ac_res" >&6; }
12923 if test x"`eval 'as_val=${'$as_CACHEVAR'};$as_echo "$as_val"'`" = xyes; then :
12924   ax_cv_gcc_archflag=$flag; break
12925 else
12926   :
12927 fi
12928
12929   done
12930   test "x$ax_cv_gcc_archflag" = xunknown || break
12931 done
12932 fi
12933
12934 fi # $GCC=yes
12935
12936 fi
12937
12938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc architecture flag" >&5
12939 $as_echo_n "checking for gcc architecture flag... " >&6; }
12940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_gcc_archflag" >&5
12941 $as_echo "$ax_cv_gcc_archflag" >&6; }
12942 if test "x$ax_cv_gcc_archflag" = xunknown; then
12943   :
12944 else
12945   CFLAGS="$CFLAGS $ax_cv_gcc_archflag"
12946 fi
12947
12948      ;;
12949   esac
12950
12951   if test -z "$CFLAGS"; then
12952         echo ""
12953         echo "********************************************************"
12954         echo "* WARNING: Don't know the best CFLAGS for this system  *"
12955         echo "* Use ./configure CFLAGS=... to specify your own flags *"
12956         echo "* (otherwise, a default of CFLAGS=-O3 will be used)    *"
12957         echo "********************************************************"
12958         echo ""
12959         CFLAGS="-O3"
12960   fi
12961
12962   as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$CFLAGS" | $as_tr_sh`
12963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $CFLAGS" >&5
12964 $as_echo_n "checking whether C compiler accepts $CFLAGS... " >&6; }
12965 if eval \${$as_CACHEVAR+:} false; then :
12966   $as_echo_n "(cached) " >&6
12967 else
12968
12969   ax_check_save_flags=$CFLAGS
12970   CFLAGS="$CFLAGS  $CFLAGS"
12971   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12972 /* end confdefs.h.  */
12973
12974 int
12975 main ()
12976 {
12977
12978   ;
12979   return 0;
12980 }
12981 _ACEOF
12982 if ac_fn_c_try_compile "$LINENO"; then :
12983   eval "$as_CACHEVAR=yes"
12984 else
12985   eval "$as_CACHEVAR=no"
12986 fi
12987 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12988   CFLAGS=$ax_check_save_flags
12989 fi
12990 eval ac_res=\$$as_CACHEVAR
12991                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
12992 $as_echo "$ac_res" >&6; }
12993 if test x"`eval 'as_val=${'$as_CACHEVAR'};$as_echo "$as_val"'`" = xyes; then :
12994   :
12995 else
12996
12997         echo ""
12998         echo "********************************************************"
12999         echo "* WARNING: The guessed CFLAGS don't seem to work with  *"
13000         echo "* your compiler.                                       *"
13001         echo "* Use ./configure CFLAGS=... to specify your own flags *"
13002         echo "********************************************************"
13003         echo ""
13004         CFLAGS=""
13005
13006 fi
13007
13008
13009 fi
13010
13011 # The AX_CFLAGS_WARN_ALL macro doesn't currently work for sunpro
13012 # compiler.
13013 if test "$ax_cv_c_compiler_vendor" != "sun"; then
13014   if ${CFLAGS+:} false; then :
13015   case " $CFLAGS " in
13016     *"  "*)
13017       { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS already contains "; } >&5
13018   (: CFLAGS already contains ) 2>&5
13019   ac_status=$?
13020   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13021   test $ac_status = 0; }
13022       ;;
13023     *)
13024       { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS \""; } >&5
13025   (: CFLAGS="$CFLAGS ") 2>&5
13026   ac_status=$?
13027   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13028   test $ac_status = 0; }
13029       CFLAGS="$CFLAGS "
13030       ;;
13031    esac
13032 else
13033   CFLAGS=""
13034 fi
13035
13036 ac_ext=c
13037 ac_cpp='$CPP $CPPFLAGS'
13038 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13039 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13040 ac_compiler_gnu=$ac_cv_c_compiler_gnu
13041
13042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking CFLAGS for maximum warnings" >&5
13043 $as_echo_n "checking CFLAGS for maximum warnings... " >&6; }
13044 if ${ac_cv_cflags_warn_all+:} false; then :
13045   $as_echo_n "(cached) " >&6
13046 else
13047   ac_cv_cflags_warn_all="no, unknown"
13048 ac_save_CFLAGS="$CFLAGS"
13049 for ac_arg in "-warn all  % -warn all"      "-pedantic  % -Wall"          "-xstrconst % -v"             "-std1      % -verbose -w0 -warnprotos"    "-qlanglvl=ansi % -qsrcmsg -qinfo=all:noppt:noppc:noobs:nocnd"    "-ansi -ansiE % -fullwarn"    "+ESlit     % +w1"            "-Xc        % -pvctl,fullmsg"    "-h conform % -h msglevel 2"    #
13050 do CFLAGS="$ac_save_CFLAGS "`echo $ac_arg | sed -e 's,%%.*,,' -e 's,%,,'`
13051    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13052 /* end confdefs.h.  */
13053
13054 int
13055 main ()
13056 {
13057
13058   ;
13059   return 0;
13060 }
13061 _ACEOF
13062 if ac_fn_c_try_compile "$LINENO"; then :
13063   ac_cv_cflags_warn_all=`echo $ac_arg | sed -e 's,.*% *,,'` ; break
13064 fi
13065 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13066 done
13067 CFLAGS="$ac_save_CFLAGS"
13068
13069 fi
13070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags_warn_all" >&5
13071 $as_echo "$ac_cv_cflags_warn_all" >&6; }
13072
13073 case ".$ac_cv_cflags_warn_all" in
13074      .ok|.ok,*)  ;;
13075    .|.no|.no,*)  ;;
13076    *) if ${CFLAGS+:} false; then :
13077   case " $CFLAGS " in
13078     *" $ac_cv_cflags_warn_all "*)
13079       { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS already contains \$ac_cv_cflags_warn_all"; } >&5
13080   (: CFLAGS already contains $ac_cv_cflags_warn_all) 2>&5
13081   ac_status=$?
13082   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13083   test $ac_status = 0; }
13084       ;;
13085     *)
13086       { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS \$ac_cv_cflags_warn_all\""; } >&5
13087   (: CFLAGS="$CFLAGS $ac_cv_cflags_warn_all") 2>&5
13088   ac_status=$?
13089   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13090   test $ac_status = 0; }
13091       CFLAGS="$CFLAGS $ac_cv_cflags_warn_all"
13092       ;;
13093    esac
13094 else
13095   CFLAGS="$ac_cv_cflags_warn_all"
13096 fi
13097  ;;
13098 esac
13099
13100 ac_ext=c
13101 ac_cpp='$CPP $CPPFLAGS'
13102 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13103 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13104 ac_compiler_gnu=$ac_cv_c_compiler_gnu
13105
13106
13107 fi
13108
13109 if test "x$GCC" = "xyes"; then
13110   CFLAGS="$CFLAGS -fexceptions"
13111   touch local.exp
13112 else
13113   cat > local.exp <<EOF
13114 set CC_FOR_TARGET "$CC"
13115 EOF
13116 fi
13117
13118
13119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13120 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13121     # Check whether --enable-maintainer-mode was given.
13122 if test "${enable_maintainer_mode+set}" = set; then :
13123   enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13124 else
13125   USE_MAINTAINER_MODE=no
13126 fi
13127
13128   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13129 $as_echo "$USE_MAINTAINER_MODE" >&6; }
13130    if test $USE_MAINTAINER_MODE = yes; then
13131   MAINTAINER_MODE_TRUE=
13132   MAINTAINER_MODE_FALSE='#'
13133 else
13134   MAINTAINER_MODE_TRUE='#'
13135   MAINTAINER_MODE_FALSE=
13136 fi
13137
13138   MAINT=$MAINTAINER_MODE_TRUE
13139
13140
13141
13142 for ac_header in sys/mman.h
13143 do :
13144   ac_fn_c_check_header_mongrel "$LINENO" "sys/mman.h" "ac_cv_header_sys_mman_h" "$ac_includes_default"
13145 if test "x$ac_cv_header_sys_mman_h" = xyes; then :
13146   cat >>confdefs.h <<_ACEOF
13147 #define HAVE_SYS_MMAN_H 1
13148 _ACEOF
13149
13150 fi
13151
13152 done
13153
13154 for ac_func in mmap
13155 do :
13156   ac_fn_c_check_func "$LINENO" "mmap" "ac_cv_func_mmap"
13157 if test "x$ac_cv_func_mmap" = xyes; then :
13158   cat >>confdefs.h <<_ACEOF
13159 #define HAVE_MMAP 1
13160 _ACEOF
13161
13162 fi
13163 done
13164
13165
13166 ac_fn_c_check_header_mongrel "$LINENO" "sys/mman.h" "ac_cv_header_sys_mman_h" "$ac_includes_default"
13167 if test "x$ac_cv_header_sys_mman_h" = xyes; then :
13168   libffi_header_sys_mman_h=yes
13169 else
13170   libffi_header_sys_mman_h=no
13171 fi
13172
13173
13174 ac_fn_c_check_func "$LINENO" "mmap" "ac_cv_func_mmap"
13175 if test "x$ac_cv_func_mmap" = xyes; then :
13176   libffi_func_mmap=yes
13177 else
13178   libffi_func_mmap=no
13179 fi
13180
13181 if test "$libffi_header_sys_mman_h" != yes \
13182  || test "$libffi_func_mmap" != yes; then
13183    ac_cv_func_mmap_file=no
13184    ac_cv_func_mmap_dev_zero=no
13185    ac_cv_func_mmap_anon=no
13186 else
13187    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether read-only mmap of a plain file works" >&5
13188 $as_echo_n "checking whether read-only mmap of a plain file works... " >&6; }
13189 if ${ac_cv_func_mmap_file+:} false; then :
13190   $as_echo_n "(cached) " >&6
13191 else
13192   # Add a system to this blacklist if
13193    # mmap(0, stat_size, PROT_READ, MAP_PRIVATE, fd, 0) doesn't return a
13194    # memory area containing the same data that you'd get if you applied
13195    # read() to the same fd.  The only system known to have a problem here
13196    # is VMS, where text files have record structure.
13197    case "$host_os" in
13198      vms* | ultrix*)
13199         ac_cv_func_mmap_file=no ;;
13200      *)
13201         ac_cv_func_mmap_file=yes;;
13202    esac
13203 fi
13204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_file" >&5
13205 $as_echo "$ac_cv_func_mmap_file" >&6; }
13206    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mmap from /dev/zero works" >&5
13207 $as_echo_n "checking whether mmap from /dev/zero works... " >&6; }
13208 if ${ac_cv_func_mmap_dev_zero+:} false; then :
13209   $as_echo_n "(cached) " >&6
13210 else
13211   # Add a system to this blacklist if it has mmap() but /dev/zero
13212    # does not exist, or if mmapping /dev/zero does not give anonymous
13213    # zeroed pages with both the following properties:
13214    # 1. If you map N consecutive pages in with one call, and then
13215    #    unmap any subset of those pages, the pages that were not
13216    #    explicitly unmapped remain accessible.
13217    # 2. If you map two adjacent blocks of memory and then unmap them
13218    #    both at once, they must both go away.
13219    # Systems known to be in this category are Windows (all variants),
13220    # VMS, and Darwin.
13221    case "$host_os" in
13222      vms* | cygwin* | pe | mingw* | darwin* | ultrix* | hpux10* | hpux11.00)
13223         ac_cv_func_mmap_dev_zero=no ;;
13224      *)
13225         ac_cv_func_mmap_dev_zero=yes;;
13226    esac
13227 fi
13228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_dev_zero" >&5
13229 $as_echo "$ac_cv_func_mmap_dev_zero" >&6; }
13230
13231    # Unlike /dev/zero, the MAP_ANON(YMOUS) defines can be probed for.
13232    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MAP_ANON(YMOUS)" >&5
13233 $as_echo_n "checking for MAP_ANON(YMOUS)... " >&6; }
13234 if ${ac_cv_decl_map_anon+:} false; then :
13235   $as_echo_n "(cached) " >&6
13236 else
13237   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13238 /* end confdefs.h.  */
13239 #include <sys/types.h>
13240 #include <sys/mman.h>
13241 #include <unistd.h>
13242
13243 #ifndef MAP_ANONYMOUS
13244 #define MAP_ANONYMOUS MAP_ANON
13245 #endif
13246
13247 int
13248 main ()
13249 {
13250 int n = MAP_ANONYMOUS;
13251   ;
13252   return 0;
13253 }
13254 _ACEOF
13255 if ac_fn_c_try_compile "$LINENO"; then :
13256   ac_cv_decl_map_anon=yes
13257 else
13258   ac_cv_decl_map_anon=no
13259 fi
13260 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13261 fi
13262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_decl_map_anon" >&5
13263 $as_echo "$ac_cv_decl_map_anon" >&6; }
13264
13265    if test $ac_cv_decl_map_anon = no; then
13266      ac_cv_func_mmap_anon=no
13267    else
13268      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mmap with MAP_ANON(YMOUS) works" >&5
13269 $as_echo_n "checking whether mmap with MAP_ANON(YMOUS) works... " >&6; }
13270 if ${ac_cv_func_mmap_anon+:} false; then :
13271   $as_echo_n "(cached) " >&6
13272 else
13273   # Add a system to this blacklist if it has mmap() and MAP_ANON or
13274    # MAP_ANONYMOUS, but using mmap(..., MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
13275    # doesn't give anonymous zeroed pages with the same properties listed
13276    # above for use of /dev/zero.
13277    # Systems known to be in this category are Windows, VMS, and SCO Unix.
13278    case "$host_os" in
13279      vms* | cygwin* | pe | mingw* | sco* | udk* )
13280         ac_cv_func_mmap_anon=no ;;
13281      *)
13282         ac_cv_func_mmap_anon=yes;;
13283    esac
13284 fi
13285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_anon" >&5
13286 $as_echo "$ac_cv_func_mmap_anon" >&6; }
13287    fi
13288 fi
13289
13290 if test $ac_cv_func_mmap_file = yes; then
13291
13292 $as_echo "#define HAVE_MMAP_FILE 1" >>confdefs.h
13293
13294 fi
13295 if test $ac_cv_func_mmap_dev_zero = yes; then
13296
13297 $as_echo "#define HAVE_MMAP_DEV_ZERO 1" >>confdefs.h
13298
13299 fi
13300 if test $ac_cv_func_mmap_anon = yes; then
13301
13302 $as_echo "#define HAVE_MMAP_ANON 1" >>confdefs.h
13303
13304 fi
13305
13306
13307  if test -d $srcdir/testsuite; then
13308   TESTSUBDIR_TRUE=
13309   TESTSUBDIR_FALSE='#'
13310 else
13311   TESTSUBDIR_TRUE='#'
13312   TESTSUBDIR_FALSE=
13313 fi
13314
13315
13316 TARGETDIR="unknown"
13317 case "$host" in
13318   aarch64*-*-*)
13319         TARGET=AARCH64; TARGETDIR=aarch64
13320         ;;
13321
13322   alpha*-*-*)
13323         TARGET=ALPHA; TARGETDIR=alpha;
13324         # Support 128-bit long double, changeable via command-line switch.
13325         HAVE_LONG_DOUBLE='defined(__LONG_DOUBLE_128__)'
13326         ;;
13327
13328   arm*-*-*)
13329         TARGET=ARM; TARGETDIR=arm
13330         ;;
13331
13332   amd64-*-freebsd* | amd64-*-openbsd*)
13333         TARGET=X86_64; TARGETDIR=x86
13334         ;;
13335
13336   amd64-*-freebsd*)
13337         TARGET=X86_64; TARGETDIR=x86
13338         ;;
13339
13340   amd64-*-freebsd*)
13341         TARGET=X86_64; TARGETDIR=x86
13342         ;;
13343
13344   avr32*-*-*)
13345         TARGET=AVR32; TARGETDIR=avr32
13346         ;;
13347
13348   bfin*)
13349         TARGET=BFIN; TARGETDIR=bfin
13350         ;;
13351
13352   cris-*-*)
13353         TARGET=LIBFFI_CRIS; TARGETDIR=cris
13354         ;;
13355
13356   frv-*-*)
13357         TARGET=FRV; TARGETDIR=frv
13358         ;;
13359
13360   hppa*-*-linux* | parisc*-*-linux* | hppa*-*-openbsd*)
13361         TARGET=PA_LINUX; TARGETDIR=pa
13362         ;;
13363   hppa*64-*-hpux*)
13364         TARGET=PA64_HPUX; TARGETDIR=pa
13365         ;;
13366   hppa*-*-hpux*)
13367         TARGET=PA_HPUX; TARGETDIR=pa
13368         ;;
13369
13370   i?86-*-freebsd* | i?86-*-openbsd*)
13371         TARGET=X86_FREEBSD; TARGETDIR=x86
13372         ;;
13373   i?86-win32* | i?86-*-cygwin* | i?86-*-mingw* | i?86-*-os2* | i?86-*-interix*)
13374         TARGET=X86_WIN32; TARGETDIR=x86
13375         # All mingw/cygwin/win32 builds require -no-undefined for sharedlib.
13376         # We must also check with_cross_host to decide if this is a native
13377         # or cross-build and select where to install dlls appropriately.
13378         if test -n "$with_cross_host" &&
13379            test x"$with_cross_host" != x"no"; then
13380           AM_LTLDFLAGS='-no-undefined -bindir "$(toolexeclibdir)"';
13381         else
13382           AM_LTLDFLAGS='-no-undefined -bindir "$(bindir)"';
13383         fi
13384         ;;
13385   i?86-*-darwin*)
13386         TARGET=X86_DARWIN; TARGETDIR=x86
13387         ;;
13388   i?86-*-solaris2.1[0-9]*)
13389         TARGETDIR=x86
13390         if test $ac_cv_sizeof_size_t = 4; then
13391           TARGET=X86;
13392         else
13393           TARGET=X86_64;
13394         fi
13395         ;;
13396
13397   i?86-*-* | x86_64-*-*)
13398         TARGETDIR=x86
13399         if test $ac_cv_sizeof_size_t = 4; then
13400           TARGET=X86;
13401         else
13402           TARGET=X86_64;
13403         fi
13404         ;;
13405
13406   ia64*-*-*)
13407         TARGET=IA64; TARGETDIR=ia64
13408         ;;
13409
13410   m32r*-*-*)
13411         TARGET=M32R; TARGETDIR=m32r
13412         ;;
13413
13414   m68k-*-*)
13415         TARGET=M68K; TARGETDIR=m68k
13416         ;;
13417
13418   mips-sgi-irix5.* | mips-sgi-irix6.* | mips*-*-rtems*)
13419         TARGET=MIPS; TARGETDIR=mips
13420         ;;
13421   mips*-*-linux* | mips*-*-openbsd*)
13422         # Support 128-bit long double for NewABI.
13423         HAVE_LONG_DOUBLE='defined(__mips64)'
13424         TARGET=MIPS; TARGETDIR=mips
13425         ;;
13426
13427   powerpc*-*-linux* | powerpc-*-sysv*)
13428         TARGET=POWERPC; TARGETDIR=powerpc
13429         ;;
13430   powerpc-*-amigaos*)
13431         TARGET=POWERPC; TARGETDIR=powerpc
13432         ;;
13433   powerpc-*-beos*)
13434         TARGET=POWERPC; TARGETDIR=powerpc
13435         ;;
13436   powerpc-*-darwin* | powerpc64-*-darwin*)
13437         TARGET=POWERPC_DARWIN; TARGETDIR=powerpc
13438         ;;
13439   powerpc-*-aix* | rs6000-*-aix*)
13440         TARGET=POWERPC_AIX; TARGETDIR=powerpc
13441         ;;
13442   powerpc-*-freebsd* | powerpc-*-openbsd*)
13443         TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc
13444         ;;
13445   powerpc64-*-freebsd*)
13446         TARGET=POWERPC; TARGETDIR=powerpc
13447         ;;
13448   powerpc*-*-rtems*)
13449         TARGET=POWERPC; TARGETDIR=powerpc
13450         ;;
13451
13452   s390-*-* | s390x-*-*)
13453         TARGET=S390; TARGETDIR=s390
13454         ;;
13455
13456   sh-*-* | sh[34]*-*-*)
13457         TARGET=SH; TARGETDIR=sh
13458         ;;
13459   sh64-*-* | sh5*-*-*)
13460         TARGET=SH64; TARGETDIR=sh64
13461         ;;
13462
13463   sparc*-*-*)
13464         TARGET=SPARC; TARGETDIR=sparc
13465         ;;
13466
13467   tile*-*)
13468         TARGET=TILE; TARGETDIR=tile
13469         ;;
13470
13471   x86_64-*-darwin*)
13472         TARGET=X86_DARWIN; TARGETDIR=x86
13473         ;;
13474
13475   x86_64-*-cygwin* | x86_64-*-mingw*)
13476         TARGET=X86_WIN64; TARGETDIR=x86
13477         # All mingw/cygwin/win32 builds require -no-undefined for sharedlib.
13478         # We must also check with_cross_host to decide if this is a native
13479         # or cross-build and select where to install dlls appropriately.
13480         if test -n "$with_cross_host" &&
13481            test x"$with_cross_host" != x"no"; then
13482           AM_LTLDFLAGS='-no-undefined -bindir "$(toolexeclibdir)"';
13483         else
13484           AM_LTLDFLAGS='-no-undefined -bindir "$(bindir)"';
13485         fi
13486         ;;
13487
13488 esac
13489
13490
13491
13492
13493 if test $TARGETDIR = unknown; then
13494   as_fn_error $? "\"libffi has not been ported to $host.\"" "$LINENO" 5
13495 fi
13496
13497  if test x$TARGET = xMIPS; then
13498   MIPS_TRUE=
13499   MIPS_FALSE='#'
13500 else
13501   MIPS_TRUE='#'
13502   MIPS_FALSE=
13503 fi
13504
13505  if test x$TARGET = xBFIN; then
13506   BFIN_TRUE=
13507   BFIN_FALSE='#'
13508 else
13509   BFIN_TRUE='#'
13510   BFIN_FALSE=
13511 fi
13512
13513  if test x$TARGET = xSPARC; then
13514   SPARC_TRUE=
13515   SPARC_FALSE='#'
13516 else
13517   SPARC_TRUE='#'
13518   SPARC_FALSE=
13519 fi
13520
13521  if test x$TARGET = xX86; then
13522   X86_TRUE=
13523   X86_FALSE='#'
13524 else
13525   X86_TRUE='#'
13526   X86_FALSE=
13527 fi
13528
13529  if test x$TARGET = xX86_FREEBSD; then
13530   X86_FREEBSD_TRUE=
13531   X86_FREEBSD_FALSE='#'
13532 else
13533   X86_FREEBSD_TRUE='#'
13534   X86_FREEBSD_FALSE=
13535 fi
13536
13537  if test x$TARGET = xX86_WIN32; then
13538   X86_WIN32_TRUE=
13539   X86_WIN32_FALSE='#'
13540 else
13541   X86_WIN32_TRUE='#'
13542   X86_WIN32_FALSE=
13543 fi
13544
13545  if test x$TARGET = xX86_WIN64; then
13546   X86_WIN64_TRUE=
13547   X86_WIN64_FALSE='#'
13548 else
13549   X86_WIN64_TRUE='#'
13550   X86_WIN64_FALSE=
13551 fi
13552
13553  if test x$TARGET = xX86_DARWIN; then
13554   X86_DARWIN_TRUE=
13555   X86_DARWIN_FALSE='#'
13556 else
13557   X86_DARWIN_TRUE='#'
13558   X86_DARWIN_FALSE=
13559 fi
13560
13561  if test x$TARGET = xALPHA; then
13562   ALPHA_TRUE=
13563   ALPHA_FALSE='#'
13564 else
13565   ALPHA_TRUE='#'
13566   ALPHA_FALSE=
13567 fi
13568
13569  if test x$TARGET = xIA64; then
13570   IA64_TRUE=
13571   IA64_FALSE='#'
13572 else
13573   IA64_TRUE='#'
13574   IA64_FALSE=
13575 fi
13576
13577  if test x$TARGET = xM32R; then
13578   M32R_TRUE=
13579   M32R_FALSE='#'
13580 else
13581   M32R_TRUE='#'
13582   M32R_FALSE=
13583 fi
13584
13585  if test x$TARGET = xM68K; then
13586   M68K_TRUE=
13587   M68K_FALSE='#'
13588 else
13589   M68K_TRUE='#'
13590   M68K_FALSE=
13591 fi
13592
13593  if test x$TARGET = xMOXIE; then
13594   MOXIE_TRUE=
13595   MOXIE_FALSE='#'
13596 else
13597   MOXIE_TRUE='#'
13598   MOXIE_FALSE=
13599 fi
13600
13601  if test x$TARGET = xPOWERPC; then
13602   POWERPC_TRUE=
13603   POWERPC_FALSE='#'
13604 else
13605   POWERPC_TRUE='#'
13606   POWERPC_FALSE=
13607 fi
13608
13609  if test x$TARGET = xPOWERPC_AIX; then
13610   POWERPC_AIX_TRUE=
13611   POWERPC_AIX_FALSE='#'
13612 else
13613   POWERPC_AIX_TRUE='#'
13614   POWERPC_AIX_FALSE=
13615 fi
13616
13617  if test x$TARGET = xPOWERPC_DARWIN; then
13618   POWERPC_DARWIN_TRUE=
13619   POWERPC_DARWIN_FALSE='#'
13620 else
13621   POWERPC_DARWIN_TRUE='#'
13622   POWERPC_DARWIN_FALSE=
13623 fi
13624
13625  if test x$TARGET = xPOWERPC_FREEBSD; then
13626   POWERPC_FREEBSD_TRUE=
13627   POWERPC_FREEBSD_FALSE='#'
13628 else
13629   POWERPC_FREEBSD_TRUE='#'
13630   POWERPC_FREEBSD_FALSE=
13631 fi
13632
13633  if test x$TARGET = xAARCH64; then
13634   AARCH64_TRUE=
13635   AARCH64_FALSE='#'
13636 else
13637   AARCH64_TRUE='#'
13638   AARCH64_FALSE=
13639 fi
13640
13641  if test x$TARGET = xARM; then
13642   ARM_TRUE=
13643   ARM_FALSE='#'
13644 else
13645   ARM_TRUE='#'
13646   ARM_FALSE=
13647 fi
13648
13649  if test x$TARGET = xAVR32; then
13650   AVR32_TRUE=
13651   AVR32_FALSE='#'
13652 else
13653   AVR32_TRUE='#'
13654   AVR32_FALSE=
13655 fi
13656
13657  if test x$TARGET = xLIBFFI_CRIS; then
13658   LIBFFI_CRIS_TRUE=
13659   LIBFFI_CRIS_FALSE='#'
13660 else
13661   LIBFFI_CRIS_TRUE='#'
13662   LIBFFI_CRIS_FALSE=
13663 fi
13664
13665  if test x$TARGET = xFRV; then
13666   FRV_TRUE=
13667   FRV_FALSE='#'
13668 else
13669   FRV_TRUE='#'
13670   FRV_FALSE=
13671 fi
13672
13673  if test x$TARGET = xS390; then
13674   S390_TRUE=
13675   S390_FALSE='#'
13676 else
13677   S390_TRUE='#'
13678   S390_FALSE=
13679 fi
13680
13681  if test x$TARGET = xX86_64; then
13682   X86_64_TRUE=
13683   X86_64_FALSE='#'
13684 else
13685   X86_64_TRUE='#'
13686   X86_64_FALSE=
13687 fi
13688
13689  if test x$TARGET = xSH; then
13690   SH_TRUE=
13691   SH_FALSE='#'
13692 else
13693   SH_TRUE='#'
13694   SH_FALSE=
13695 fi
13696
13697  if test x$TARGET = xSH64; then
13698   SH64_TRUE=
13699   SH64_FALSE='#'
13700 else
13701   SH64_TRUE='#'
13702   SH64_FALSE=
13703 fi
13704
13705  if test x$TARGET = xPA_LINUX; then
13706   PA_LINUX_TRUE=
13707   PA_LINUX_FALSE='#'
13708 else
13709   PA_LINUX_TRUE='#'
13710   PA_LINUX_FALSE=
13711 fi
13712
13713  if test x$TARGET = xPA_HPUX; then
13714   PA_HPUX_TRUE=
13715   PA_HPUX_FALSE='#'
13716 else
13717   PA_HPUX_TRUE='#'
13718   PA_HPUX_FALSE=
13719 fi
13720
13721  if test x$TARGET = xPA64_HPUX; then
13722   PA64_HPUX_TRUE=
13723   PA64_HPUX_FALSE='#'
13724 else
13725   PA64_HPUX_TRUE='#'
13726   PA64_HPUX_FALSE=
13727 fi
13728
13729  if test x$TARGET = xTILE; then
13730   TILE_TRUE=
13731   TILE_FALSE='#'
13732 else
13733   TILE_TRUE='#'
13734   TILE_FALSE=
13735 fi
13736
13737
13738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
13739 $as_echo_n "checking for ANSI C header files... " >&6; }
13740 if ${ac_cv_header_stdc+:} false; then :
13741   $as_echo_n "(cached) " >&6
13742 else
13743   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13744 /* end confdefs.h.  */
13745 #include <stdlib.h>
13746 #include <stdarg.h>
13747 #include <string.h>
13748 #include <float.h>
13749
13750 int
13751 main ()
13752 {
13753
13754   ;
13755   return 0;
13756 }
13757 _ACEOF
13758 if ac_fn_c_try_compile "$LINENO"; then :
13759   ac_cv_header_stdc=yes
13760 else
13761   ac_cv_header_stdc=no
13762 fi
13763 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13764
13765 if test $ac_cv_header_stdc = yes; then
13766   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
13767   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13768 /* end confdefs.h.  */
13769 #include <string.h>
13770
13771 _ACEOF
13772 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13773   $EGREP "memchr" >/dev/null 2>&1; then :
13774
13775 else
13776   ac_cv_header_stdc=no
13777 fi
13778 rm -f conftest*
13779
13780 fi
13781
13782 if test $ac_cv_header_stdc = yes; then
13783   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
13784   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13785 /* end confdefs.h.  */
13786 #include <stdlib.h>
13787
13788 _ACEOF
13789 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13790   $EGREP "free" >/dev/null 2>&1; then :
13791
13792 else
13793   ac_cv_header_stdc=no
13794 fi
13795 rm -f conftest*
13796
13797 fi
13798
13799 if test $ac_cv_header_stdc = yes; then
13800   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
13801   if test "$cross_compiling" = yes; then :
13802   :
13803 else
13804   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13805 /* end confdefs.h.  */
13806 #include <ctype.h>
13807 #include <stdlib.h>
13808 #if ((' ' & 0x0FF) == 0x020)
13809 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
13810 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
13811 #else
13812 # define ISLOWER(c) \
13813                    (('a' <= (c) && (c) <= 'i') \
13814                      || ('j' <= (c) && (c) <= 'r') \
13815                      || ('s' <= (c) && (c) <= 'z'))
13816 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
13817 #endif
13818
13819 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
13820 int
13821 main ()
13822 {
13823   int i;
13824   for (i = 0; i < 256; i++)
13825     if (XOR (islower (i), ISLOWER (i))
13826         || toupper (i) != TOUPPER (i))
13827       return 2;
13828   return 0;
13829 }
13830 _ACEOF
13831 if ac_fn_c_try_run "$LINENO"; then :
13832
13833 else
13834   ac_cv_header_stdc=no
13835 fi
13836 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13837   conftest.$ac_objext conftest.beam conftest.$ac_ext
13838 fi
13839
13840 fi
13841 fi
13842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
13843 $as_echo "$ac_cv_header_stdc" >&6; }
13844 if test $ac_cv_header_stdc = yes; then
13845
13846 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
13847
13848 fi
13849
13850 for ac_func in memcpy
13851 do :
13852   ac_fn_c_check_func "$LINENO" "memcpy" "ac_cv_func_memcpy"
13853 if test "x$ac_cv_func_memcpy" = xyes; then :
13854   cat >>confdefs.h <<_ACEOF
13855 #define HAVE_MEMCPY 1
13856 _ACEOF
13857
13858 fi
13859 done
13860
13861 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
13862 if test "x$ac_cv_type_size_t" = xyes; then :
13863
13864 else
13865
13866 cat >>confdefs.h <<_ACEOF
13867 #define size_t unsigned int
13868 _ACEOF
13869
13870 fi
13871
13872 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
13873 # for constant arguments.  Useless!
13874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
13875 $as_echo_n "checking for working alloca.h... " >&6; }
13876 if ${ac_cv_working_alloca_h+:} false; then :
13877   $as_echo_n "(cached) " >&6
13878 else
13879   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13880 /* end confdefs.h.  */
13881 #include <alloca.h>
13882 int
13883 main ()
13884 {
13885 char *p = (char *) alloca (2 * sizeof (int));
13886                           if (p) return 0;
13887   ;
13888   return 0;
13889 }
13890 _ACEOF
13891 if ac_fn_c_try_link "$LINENO"; then :
13892   ac_cv_working_alloca_h=yes
13893 else
13894   ac_cv_working_alloca_h=no
13895 fi
13896 rm -f core conftest.err conftest.$ac_objext \
13897     conftest$ac_exeext conftest.$ac_ext
13898 fi
13899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
13900 $as_echo "$ac_cv_working_alloca_h" >&6; }
13901 if test $ac_cv_working_alloca_h = yes; then
13902
13903 $as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
13904
13905 fi
13906
13907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
13908 $as_echo_n "checking for alloca... " >&6; }
13909 if ${ac_cv_func_alloca_works+:} false; then :
13910   $as_echo_n "(cached) " >&6
13911 else
13912   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13913 /* end confdefs.h.  */
13914 #ifdef __GNUC__
13915 # define alloca __builtin_alloca
13916 #else
13917 # ifdef _MSC_VER
13918 #  include <malloc.h>
13919 #  define alloca _alloca
13920 # else
13921 #  ifdef HAVE_ALLOCA_H
13922 #   include <alloca.h>
13923 #  else
13924 #   ifdef _AIX
13925  #pragma alloca
13926 #   else
13927 #    ifndef alloca /* predefined by HP cc +Olibcalls */
13928 void *alloca (size_t);
13929 #    endif
13930 #   endif
13931 #  endif
13932 # endif
13933 #endif
13934
13935 int
13936 main ()
13937 {
13938 char *p = (char *) alloca (1);
13939                                     if (p) return 0;
13940   ;
13941   return 0;
13942 }
13943 _ACEOF
13944 if ac_fn_c_try_link "$LINENO"; then :
13945   ac_cv_func_alloca_works=yes
13946 else
13947   ac_cv_func_alloca_works=no
13948 fi
13949 rm -f core conftest.err conftest.$ac_objext \
13950     conftest$ac_exeext conftest.$ac_ext
13951 fi
13952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
13953 $as_echo "$ac_cv_func_alloca_works" >&6; }
13954
13955 if test $ac_cv_func_alloca_works = yes; then
13956
13957 $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
13958
13959 else
13960   # The SVR3 libPW and SVR4 libucb both contain incompatible functions
13961 # that cause trouble.  Some versions do not even contain alloca or
13962 # contain a buggy version.  If you still want to use their alloca,
13963 # use ar to extract alloca.o from them instead of compiling alloca.c.
13964
13965 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
13966
13967 $as_echo "#define C_ALLOCA 1" >>confdefs.h
13968
13969
13970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
13971 $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
13972 if ${ac_cv_os_cray+:} false; then :
13973   $as_echo_n "(cached) " >&6
13974 else
13975   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13976 /* end confdefs.h.  */
13977 #if defined CRAY && ! defined CRAY2
13978 webecray
13979 #else
13980 wenotbecray
13981 #endif
13982
13983 _ACEOF
13984 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13985   $EGREP "webecray" >/dev/null 2>&1; then :
13986   ac_cv_os_cray=yes
13987 else
13988   ac_cv_os_cray=no
13989 fi
13990 rm -f conftest*
13991
13992 fi
13993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
13994 $as_echo "$ac_cv_os_cray" >&6; }
13995 if test $ac_cv_os_cray = yes; then
13996   for ac_func in _getb67 GETB67 getb67; do
13997     as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13998 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13999 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
14000
14001 cat >>confdefs.h <<_ACEOF
14002 #define CRAY_STACKSEG_END $ac_func
14003 _ACEOF
14004
14005     break
14006 fi
14007
14008   done
14009 fi
14010
14011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
14012 $as_echo_n "checking stack direction for C alloca... " >&6; }
14013 if ${ac_cv_c_stack_direction+:} false; then :
14014   $as_echo_n "(cached) " >&6
14015 else
14016   if test "$cross_compiling" = yes; then :
14017   ac_cv_c_stack_direction=0
14018 else
14019   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14020 /* end confdefs.h.  */
14021 $ac_includes_default
14022 int
14023 find_stack_direction (int *addr, int depth)
14024 {
14025   int dir, dummy = 0;
14026   if (! addr)
14027     addr = &dummy;
14028   *addr = addr < &dummy ? 1 : addr == &dummy ? 0 : -1;
14029   dir = depth ? find_stack_direction (addr, depth - 1) : 0;
14030   return dir + dummy;
14031 }
14032
14033 int
14034 main (int argc, char **argv)
14035 {
14036   return find_stack_direction (0, argc + !argv + 20) < 0;
14037 }
14038 _ACEOF
14039 if ac_fn_c_try_run "$LINENO"; then :
14040   ac_cv_c_stack_direction=1
14041 else
14042   ac_cv_c_stack_direction=-1
14043 fi
14044 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14045   conftest.$ac_objext conftest.beam conftest.$ac_ext
14046 fi
14047
14048 fi
14049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
14050 $as_echo "$ac_cv_c_stack_direction" >&6; }
14051 cat >>confdefs.h <<_ACEOF
14052 #define STACK_DIRECTION $ac_cv_c_stack_direction
14053 _ACEOF
14054
14055
14056 fi
14057
14058
14059 # The cast to long int works around a bug in the HP C Compiler
14060 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14061 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14062 # This bug is HP SR number 8606223364.
14063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of double" >&5
14064 $as_echo_n "checking size of double... " >&6; }
14065 if ${ac_cv_sizeof_double+:} false; then :
14066   $as_echo_n "(cached) " >&6
14067 else
14068   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (double))" "ac_cv_sizeof_double"        "$ac_includes_default"; then :
14069
14070 else
14071   if test "$ac_cv_type_double" = yes; then
14072      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
14073 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14074 as_fn_error 77 "cannot compute sizeof (double)
14075 See \`config.log' for more details" "$LINENO" 5; }
14076    else
14077      ac_cv_sizeof_double=0
14078    fi
14079 fi
14080
14081 fi
14082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_double" >&5
14083 $as_echo "$ac_cv_sizeof_double" >&6; }
14084
14085
14086
14087 cat >>confdefs.h <<_ACEOF
14088 #define SIZEOF_DOUBLE $ac_cv_sizeof_double
14089 _ACEOF
14090
14091
14092 # The cast to long int works around a bug in the HP C Compiler
14093 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14094 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14095 # This bug is HP SR number 8606223364.
14096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long double" >&5
14097 $as_echo_n "checking size of long double... " >&6; }
14098 if ${ac_cv_sizeof_long_double+:} false; then :
14099   $as_echo_n "(cached) " >&6
14100 else
14101   if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long double))" "ac_cv_sizeof_long_double"        "$ac_includes_default"; then :
14102
14103 else
14104   if test "$ac_cv_type_long_double" = yes; then
14105      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
14106 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14107 as_fn_error 77 "cannot compute sizeof (long double)
14108 See \`config.log' for more details" "$LINENO" 5; }
14109    else
14110      ac_cv_sizeof_long_double=0
14111    fi
14112 fi
14113
14114 fi
14115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_double" >&5
14116 $as_echo "$ac_cv_sizeof_long_double" >&6; }
14117
14118
14119
14120 cat >>confdefs.h <<_ACEOF
14121 #define SIZEOF_LONG_DOUBLE $ac_cv_sizeof_long_double
14122 _ACEOF
14123
14124
14125
14126 # Also AC_SUBST this variable for ffi.h.
14127 if test -z "$HAVE_LONG_DOUBLE"; then
14128   HAVE_LONG_DOUBLE=0
14129   if test $ac_cv_sizeof_double != $ac_cv_sizeof_long_double; then
14130     if test $ac_cv_sizeof_long_double != 0; then
14131       HAVE_LONG_DOUBLE=1
14132
14133 $as_echo "#define HAVE_LONG_DOUBLE 1" >>confdefs.h
14134
14135     fi
14136   fi
14137 fi
14138
14139
14140  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
14141 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
14142 if ${ac_cv_c_bigendian+:} false; then :
14143   $as_echo_n "(cached) " >&6
14144 else
14145   ac_cv_c_bigendian=unknown
14146     # See if we're dealing with a universal compiler.
14147     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14148 /* end confdefs.h.  */
14149 #ifndef __APPLE_CC__
14150                not a universal capable compiler
14151              #endif
14152              typedef int dummy;
14153
14154 _ACEOF
14155 if ac_fn_c_try_compile "$LINENO"; then :
14156
14157         # Check for potential -arch flags.  It is not universal unless
14158         # there are at least two -arch flags with different values.
14159         ac_arch=
14160         ac_prev=
14161         for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
14162          if test -n "$ac_prev"; then
14163            case $ac_word in
14164              i?86 | x86_64 | ppc | ppc64)
14165                if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
14166                  ac_arch=$ac_word
14167                else
14168                  ac_cv_c_bigendian=universal
14169                  break
14170                fi
14171                ;;
14172            esac
14173            ac_prev=
14174          elif test "x$ac_word" = "x-arch"; then
14175            ac_prev=arch
14176          fi
14177        done
14178 fi
14179 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14180     if test $ac_cv_c_bigendian = unknown; then
14181       # See if sys/param.h defines the BYTE_ORDER macro.
14182       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14183 /* end confdefs.h.  */
14184 #include <sys/types.h>
14185              #include <sys/param.h>
14186
14187 int
14188 main ()
14189 {
14190 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
14191                      && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
14192                      && LITTLE_ENDIAN)
14193               bogus endian macros
14194              #endif
14195
14196   ;
14197   return 0;
14198 }
14199 _ACEOF
14200 if ac_fn_c_try_compile "$LINENO"; then :
14201   # It does; now see whether it defined to BIG_ENDIAN or not.
14202          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14203 /* end confdefs.h.  */
14204 #include <sys/types.h>
14205                 #include <sys/param.h>
14206
14207 int
14208 main ()
14209 {
14210 #if BYTE_ORDER != BIG_ENDIAN
14211                  not big endian
14212                 #endif
14213
14214   ;
14215   return 0;
14216 }
14217 _ACEOF
14218 if ac_fn_c_try_compile "$LINENO"; then :
14219   ac_cv_c_bigendian=yes
14220 else
14221   ac_cv_c_bigendian=no
14222 fi
14223 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14224 fi
14225 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14226     fi
14227     if test $ac_cv_c_bigendian = unknown; then
14228       # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
14229       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14230 /* end confdefs.h.  */
14231 #include <limits.h>
14232
14233 int
14234 main ()
14235 {
14236 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
14237               bogus endian macros
14238              #endif
14239
14240   ;
14241   return 0;
14242 }
14243 _ACEOF
14244 if ac_fn_c_try_compile "$LINENO"; then :
14245   # It does; now see whether it defined to _BIG_ENDIAN or not.
14246          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14247 /* end confdefs.h.  */
14248 #include <limits.h>
14249
14250 int
14251 main ()
14252 {
14253 #ifndef _BIG_ENDIAN
14254                  not big endian
14255                 #endif
14256
14257   ;
14258   return 0;
14259 }
14260 _ACEOF
14261 if ac_fn_c_try_compile "$LINENO"; then :
14262   ac_cv_c_bigendian=yes
14263 else
14264   ac_cv_c_bigendian=no
14265 fi
14266 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14267 fi
14268 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14269     fi
14270     if test $ac_cv_c_bigendian = unknown; then
14271       # Compile a test program.
14272       if test "$cross_compiling" = yes; then :
14273   # Try to guess by grepping values from an object file.
14274          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14275 /* end confdefs.h.  */
14276 short int ascii_mm[] =
14277                   { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
14278                 short int ascii_ii[] =
14279                   { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
14280                 int use_ascii (int i) {
14281                   return ascii_mm[i] + ascii_ii[i];
14282                 }
14283                 short int ebcdic_ii[] =
14284                   { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
14285                 short int ebcdic_mm[] =
14286                   { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
14287                 int use_ebcdic (int i) {
14288                   return ebcdic_mm[i] + ebcdic_ii[i];
14289                 }
14290                 extern int foo;
14291
14292 int
14293 main ()
14294 {
14295 return use_ascii (foo) == use_ebcdic (foo);
14296   ;
14297   return 0;
14298 }
14299 _ACEOF
14300 if ac_fn_c_try_compile "$LINENO"; then :
14301   if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
14302               ac_cv_c_bigendian=yes
14303             fi
14304             if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
14305               if test "$ac_cv_c_bigendian" = unknown; then
14306                 ac_cv_c_bigendian=no
14307               else
14308                 # finding both strings is unlikely to happen, but who knows?
14309                 ac_cv_c_bigendian=unknown
14310               fi
14311             fi
14312 fi
14313 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14314 else
14315   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14316 /* end confdefs.h.  */
14317 $ac_includes_default
14318 int
14319 main ()
14320 {
14321
14322              /* Are we little or big endian?  From Harbison&Steele.  */
14323              union
14324              {
14325                long int l;
14326                char c[sizeof (long int)];
14327              } u;
14328              u.l = 1;
14329              return u.c[sizeof (long int) - 1] == 1;
14330
14331   ;
14332   return 0;
14333 }
14334 _ACEOF
14335 if ac_fn_c_try_run "$LINENO"; then :
14336   ac_cv_c_bigendian=no
14337 else
14338   ac_cv_c_bigendian=yes
14339 fi
14340 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14341   conftest.$ac_objext conftest.beam conftest.$ac_ext
14342 fi
14343
14344     fi
14345 fi
14346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
14347 $as_echo "$ac_cv_c_bigendian" >&6; }
14348  case $ac_cv_c_bigendian in #(
14349    yes)
14350      $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
14351 ;; #(
14352    no)
14353       ;; #(
14354    universal)
14355
14356 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
14357
14358      ;; #(
14359    *)
14360      as_fn_error $? "unknown endianness
14361  presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
14362  esac
14363
14364
14365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler .cfi pseudo-op support" >&5
14366 $as_echo_n "checking assembler .cfi pseudo-op support... " >&6; }
14367 if ${gcc_cv_as_cfi_pseudo_op+:} false; then :
14368   $as_echo_n "(cached) " >&6
14369 else
14370
14371     gcc_cv_as_cfi_pseudo_op=unknown
14372     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14373 /* end confdefs.h.  */
14374 asm (".cfi_startproc\n\t.cfi_endproc");
14375 int
14376 main ()
14377 {
14378
14379   ;
14380   return 0;
14381 }
14382 _ACEOF
14383 if ac_fn_c_try_compile "$LINENO"; then :
14384   gcc_cv_as_cfi_pseudo_op=yes
14385 else
14386   gcc_cv_as_cfi_pseudo_op=no
14387 fi
14388 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14389
14390 fi
14391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_cfi_pseudo_op" >&5
14392 $as_echo "$gcc_cv_as_cfi_pseudo_op" >&6; }
14393  if test "x$gcc_cv_as_cfi_pseudo_op" = xyes; then
14394
14395 $as_echo "#define HAVE_AS_CFI_PSEUDO_OP 1" >>confdefs.h
14396
14397  fi
14398
14399
14400 if test x$TARGET = xSPARC; then
14401     { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler and linker support unaligned pc related relocs" >&5
14402 $as_echo_n "checking assembler and linker support unaligned pc related relocs... " >&6; }
14403 if ${libffi_cv_as_sparc_ua_pcrel+:} false; then :
14404   $as_echo_n "(cached) " >&6
14405 else
14406
14407         save_CFLAGS="$CFLAGS"
14408         save_LDFLAGS="$LDFLAGS"
14409         CFLAGS="$CFLAGS -fpic"
14410         LDFLAGS="$LDFLAGS -shared"
14411         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14412 /* end confdefs.h.  */
14413 asm (".text; foo: nop; .data; .align 4; .byte 0; .uaword %r_disp32(foo); .text");
14414 int
14415 main ()
14416 {
14417
14418   ;
14419   return 0;
14420 }
14421 _ACEOF
14422 if ac_fn_c_try_link "$LINENO"; then :
14423   libffi_cv_as_sparc_ua_pcrel=yes
14424 else
14425   libffi_cv_as_sparc_ua_pcrel=no
14426 fi
14427 rm -f core conftest.err conftest.$ac_objext \
14428     conftest$ac_exeext conftest.$ac_ext
14429         CFLAGS="$save_CFLAGS"
14430         LDFLAGS="$save_LDFLAGS"
14431 fi
14432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libffi_cv_as_sparc_ua_pcrel" >&5
14433 $as_echo "$libffi_cv_as_sparc_ua_pcrel" >&6; }
14434     if test "x$libffi_cv_as_sparc_ua_pcrel" = xyes; then
14435
14436 $as_echo "#define HAVE_AS_SPARC_UA_PCREL 1" >>confdefs.h
14437
14438     fi
14439
14440     { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler .register pseudo-op support" >&5
14441 $as_echo_n "checking assembler .register pseudo-op support... " >&6; }
14442 if ${libffi_cv_as_register_pseudo_op+:} false; then :
14443   $as_echo_n "(cached) " >&6
14444 else
14445
14446        libffi_cv_as_register_pseudo_op=unknown
14447        # Check if we have .register
14448        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14449 /* end confdefs.h.  */
14450 asm (".register %g2, #scratch");
14451 int
14452 main ()
14453 {
14454
14455   ;
14456   return 0;
14457 }
14458 _ACEOF
14459 if ac_fn_c_try_compile "$LINENO"; then :
14460   libffi_cv_as_register_pseudo_op=yes
14461 else
14462   libffi_cv_as_register_pseudo_op=no
14463 fi
14464 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14465
14466 fi
14467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libffi_cv_as_register_pseudo_op" >&5
14468 $as_echo "$libffi_cv_as_register_pseudo_op" >&6; }
14469     if test "x$libffi_cv_as_register_pseudo_op" = xyes; then
14470
14471 $as_echo "#define HAVE_AS_REGISTER_PSEUDO_OP 1" >>confdefs.h
14472
14473     fi
14474 fi
14475
14476 if test x$TARGET = xX86 || test x$TARGET = xX86_WIN32 || test x$TARGET = xX86_64; then
14477     { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler supports pc related relocs" >&5
14478 $as_echo_n "checking assembler supports pc related relocs... " >&6; }
14479 if ${libffi_cv_as_x86_pcrel+:} false; then :
14480   $as_echo_n "(cached) " >&6
14481 else
14482
14483         libffi_cv_as_x86_pcrel=yes
14484         echo '.text; foo: nop; .data; .long foo-.; .text' > conftest.s
14485         if $CC $CFLAGS -c conftest.s 2>&1 | $EGREP -i 'illegal|warning' > /dev/null; then
14486             libffi_cv_as_x86_pcrel=no
14487         fi
14488
14489 fi
14490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libffi_cv_as_x86_pcrel" >&5
14491 $as_echo "$libffi_cv_as_x86_pcrel" >&6; }
14492     if test "x$libffi_cv_as_x86_pcrel" = xyes; then
14493
14494 $as_echo "#define HAVE_AS_X86_PCREL 1" >>confdefs.h
14495
14496     fi
14497
14498     { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler .ascii pseudo-op support" >&5
14499 $as_echo_n "checking assembler .ascii pseudo-op support... " >&6; }
14500 if ${libffi_cv_as_ascii_pseudo_op+:} false; then :
14501   $as_echo_n "(cached) " >&6
14502 else
14503
14504        libffi_cv_as_ascii_pseudo_op=unknown
14505        # Check if we have .ascii
14506        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14507 /* end confdefs.h.  */
14508 asm (".ascii \\"string\\"");
14509 int
14510 main ()
14511 {
14512
14513   ;
14514   return 0;
14515 }
14516 _ACEOF
14517 if ac_fn_c_try_compile "$LINENO"; then :
14518   libffi_cv_as_ascii_pseudo_op=yes
14519 else
14520   libffi_cv_as_ascii_pseudo_op=no
14521 fi
14522 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14523
14524 fi
14525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libffi_cv_as_ascii_pseudo_op" >&5
14526 $as_echo "$libffi_cv_as_ascii_pseudo_op" >&6; }
14527     if test "x$libffi_cv_as_ascii_pseudo_op" = xyes; then
14528
14529 $as_echo "#define HAVE_AS_ASCII_PSEUDO_OP 1" >>confdefs.h
14530
14531     fi
14532
14533     { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler .string pseudo-op support" >&5
14534 $as_echo_n "checking assembler .string pseudo-op support... " >&6; }
14535 if ${libffi_cv_as_string_pseudo_op+:} false; then :
14536   $as_echo_n "(cached) " >&6
14537 else
14538
14539        libffi_cv_as_string_pseudo_op=unknown
14540        # Check if we have .string
14541        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14542 /* end confdefs.h.  */
14543 asm (".string \\"string\\"");
14544 int
14545 main ()
14546 {
14547
14548   ;
14549   return 0;
14550 }
14551 _ACEOF
14552 if ac_fn_c_try_compile "$LINENO"; then :
14553   libffi_cv_as_string_pseudo_op=yes
14554 else
14555   libffi_cv_as_string_pseudo_op=no
14556 fi
14557 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14558
14559 fi
14560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libffi_cv_as_string_pseudo_op" >&5
14561 $as_echo "$libffi_cv_as_string_pseudo_op" >&6; }
14562     if test "x$libffi_cv_as_string_pseudo_op" = xyes; then
14563
14564 $as_echo "#define HAVE_AS_STRING_PSEUDO_OP 1" >>confdefs.h
14565
14566     fi
14567 fi
14568
14569 # On PaX enable kernels that have MPROTECT enable we can't use PROT_EXEC.
14570 # Check whether --enable-pax_emutramp was given.
14571 if test "${enable_pax_emutramp+set}" = set; then :
14572   enableval=$enable_pax_emutramp; if test "$enable_pax_emutramp" = "yes"; then
14573
14574 $as_echo "#define FFI_MMAP_EXEC_EMUTRAMP_PAX 1" >>confdefs.h
14575
14576   fi
14577 fi
14578
14579
14580 if test x$TARGET = xX86_WIN64; then
14581     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _ prefix in compiled symbols" >&5
14582 $as_echo_n "checking for _ prefix in compiled symbols... " >&6; }
14583 if ${lt_cv_sys_symbol_underscore+:} false; then :
14584   $as_echo_n "(cached) " >&6
14585 else
14586   lt_cv_sys_symbol_underscore=no
14587   cat > conftest.$ac_ext <<_LT_EOF
14588 void nm_test_func(){}
14589 int main(){nm_test_func;return 0;}
14590 _LT_EOF
14591   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14592   (eval $ac_compile) 2>&5
14593   ac_status=$?
14594   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14595   test $ac_status = 0; }; then
14596     # Now try to grab the symbols.
14597     ac_nlist=conftest.nm
14598     if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $ac_nlist\""; } >&5
14599   (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $ac_nlist) 2>&5
14600   ac_status=$?
14601   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14602   test $ac_status = 0; } && test -s "$ac_nlist"; then
14603       # See whether the symbols have a leading underscore.
14604       if grep '^. _nm_test_func' "$ac_nlist" >/dev/null; then
14605         lt_cv_sys_symbol_underscore=yes
14606       else
14607         if grep '^. nm_test_func ' "$ac_nlist" >/dev/null; then
14608           :
14609         else
14610           echo "configure: cannot find nm_test_func in $ac_nlist" >&5
14611         fi
14612       fi
14613     else
14614       echo "configure: cannot run $lt_cv_sys_global_symbol_pipe" >&5
14615     fi
14616   else
14617     echo "configure: failed program was:" >&5
14618     cat conftest.c >&5
14619   fi
14620   rm -rf conftest*
14621
14622 fi
14623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_symbol_underscore" >&5
14624 $as_echo "$lt_cv_sys_symbol_underscore" >&6; }
14625   sys_symbol_underscore=$lt_cv_sys_symbol_underscore
14626
14627
14628     if test "x$sys_symbol_underscore" = xyes; then
14629
14630 $as_echo "#define SYMBOL_UNDERSCORE 1" >>confdefs.h
14631
14632     fi
14633 fi
14634
14635 FFI_EXEC_TRAMPOLINE_TABLE=0
14636 case "$target" in
14637      *arm*-apple-darwin*)
14638        FFI_EXEC_TRAMPOLINE_TABLE=1
14639
14640 $as_echo "#define FFI_EXEC_TRAMPOLINE_TABLE 1" >>confdefs.h
14641
14642      ;;
14643      *-apple-darwin1* | *-*-freebsd* | *-*-kfreebsd* | *-*-openbsd* | *-pc-solaris*)
14644
14645 $as_echo "#define FFI_MMAP_EXEC_WRIT 1" >>confdefs.h
14646
14647      ;;
14648 esac
14649  if test x$FFI_EXEC_TRAMPOLINE_TABLE = x1; then
14650   FFI_EXEC_TRAMPOLINE_TABLE_TRUE=
14651   FFI_EXEC_TRAMPOLINE_TABLE_FALSE='#'
14652 else
14653   FFI_EXEC_TRAMPOLINE_TABLE_TRUE='#'
14654   FFI_EXEC_TRAMPOLINE_TABLE_FALSE=
14655 fi
14656
14657
14658
14659 if test x$TARGET = xX86_64; then
14660     { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler supports unwind section type" >&5
14661 $as_echo_n "checking assembler supports unwind section type... " >&6; }
14662 if ${libffi_cv_as_x86_64_unwind_section_type+:} false; then :
14663   $as_echo_n "(cached) " >&6
14664 else
14665
14666         libffi_cv_as_x86_64_unwind_section_type=yes
14667         echo '.section .eh_frame,"a",@unwind' > conftest.s
14668         if $CC $CFLAGS -c conftest.s 2>&1 | grep -i warning > /dev/null; then
14669             libffi_cv_as_x86_64_unwind_section_type=no
14670         fi
14671
14672 fi
14673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libffi_cv_as_x86_64_unwind_section_type" >&5
14674 $as_echo "$libffi_cv_as_x86_64_unwind_section_type" >&6; }
14675     if test "x$libffi_cv_as_x86_64_unwind_section_type" = xyes; then
14676
14677 $as_echo "#define HAVE_AS_X86_64_UNWIND_SECTION_TYPE 1" >>confdefs.h
14678
14679     fi
14680 fi
14681
14682 if test "x$GCC" = "xyes"; then
14683   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .eh_frame section should be read-only" >&5
14684 $as_echo_n "checking whether .eh_frame section should be read-only... " >&6; }
14685 if ${libffi_cv_ro_eh_frame+:} false; then :
14686   $as_echo_n "(cached) " >&6
14687 else
14688
14689         libffi_cv_ro_eh_frame=no
14690         echo 'extern void foo (void); void bar (void) { foo (); foo (); }' > conftest.c
14691         if $CC $CFLAGS -c -fpic -fexceptions -o conftest.o conftest.c > /dev/null 2>&1; then
14692             objdump -h conftest.o > conftest.dump 2>&1
14693             libffi_eh_frame_line=`grep -n eh_frame conftest.dump | cut -d: -f 1`
14694             libffi_test_line=`expr $libffi_eh_frame_line + 1`p
14695             sed -n $libffi_test_line conftest.dump > conftest.line
14696             if grep READONLY conftest.line > /dev/null; then
14697                 libffi_cv_ro_eh_frame=yes
14698             fi
14699         fi
14700         rm -f conftest.*
14701
14702 fi
14703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libffi_cv_ro_eh_frame" >&5
14704 $as_echo "$libffi_cv_ro_eh_frame" >&6; }
14705   if test "x$libffi_cv_ro_eh_frame" = xyes; then
14706
14707 $as_echo "#define HAVE_RO_EH_FRAME 1" >>confdefs.h
14708
14709
14710 $as_echo "#define EH_FRAME_FLAGS \"a\"" >>confdefs.h
14711
14712   else
14713
14714 $as_echo "#define EH_FRAME_FLAGS \"aw\"" >>confdefs.h
14715
14716   fi
14717
14718   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __attribute__((visibility(\"hidden\")))" >&5
14719 $as_echo_n "checking for __attribute__((visibility(\"hidden\")))... " >&6; }
14720 if ${libffi_cv_hidden_visibility_attribute+:} false; then :
14721   $as_echo_n "(cached) " >&6
14722 else
14723
14724         echo 'int __attribute__ ((visibility ("hidden"))) foo (void) { return 1  ; }' > conftest.c
14725         libffi_cv_hidden_visibility_attribute=no
14726         if { ac_try='${CC-cc} -Werror -S conftest.c -o conftest.s 1>&5'
14727   { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
14728   (eval $ac_try) 2>&5
14729   ac_status=$?
14730   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14731   test $ac_status = 0; }; }; then
14732             if grep '\.hidden.*foo' conftest.s >/dev/null; then
14733                 libffi_cv_hidden_visibility_attribute=yes
14734             fi
14735         fi
14736         rm -f conftest.*
14737
14738 fi
14739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libffi_cv_hidden_visibility_attribute" >&5
14740 $as_echo "$libffi_cv_hidden_visibility_attribute" >&6; }
14741   if test $libffi_cv_hidden_visibility_attribute = yes; then
14742
14743 $as_echo "#define HAVE_HIDDEN_VISIBILITY_ATTRIBUTE 1" >>confdefs.h
14744
14745   fi
14746 fi
14747
14748
14749
14750
14751
14752
14753
14754
14755 # Check whether --enable-debug was given.
14756 if test "${enable_debug+set}" = set; then :
14757   enableval=$enable_debug; if test "$enable_debug" = "yes"; then
14758
14759 $as_echo "#define FFI_DEBUG 1" >>confdefs.h
14760
14761   fi
14762 fi
14763
14764  if test "$enable_debug" = "yes"; then
14765   FFI_DEBUG_TRUE=
14766   FFI_DEBUG_FALSE='#'
14767 else
14768   FFI_DEBUG_TRUE='#'
14769   FFI_DEBUG_FALSE=
14770 fi
14771
14772
14773 # Check whether --enable-structs was given.
14774 if test "${enable_structs+set}" = set; then :
14775   enableval=$enable_structs; if test "$enable_structs" = "no"; then
14776
14777 $as_echo "#define FFI_NO_STRUCTS 1" >>confdefs.h
14778
14779   fi
14780 fi
14781
14782  if test "$enable_debug" = "yes"; then
14783   FFI_DEBUG_TRUE=
14784   FFI_DEBUG_FALSE='#'
14785 else
14786   FFI_DEBUG_TRUE='#'
14787   FFI_DEBUG_FALSE=
14788 fi
14789
14790
14791 # Check whether --enable-raw-api was given.
14792 if test "${enable_raw_api+set}" = set; then :
14793   enableval=$enable_raw_api; if test "$enable_raw_api" = "no"; then
14794
14795 $as_echo "#define FFI_NO_RAW_API 1" >>confdefs.h
14796
14797   fi
14798 fi
14799
14800
14801 # Check whether --enable-purify-safety was given.
14802 if test "${enable_purify_safety+set}" = set; then :
14803   enableval=$enable_purify_safety; if test "$enable_purify_safety" = "yes"; then
14804
14805 $as_echo "#define USING_PURIFY 1" >>confdefs.h
14806
14807   fi
14808 fi
14809
14810
14811 # These variables are only ever used when we cross-build to X86_WIN32.
14812 # And we only support this with GCC, so...
14813 if test x"$GCC" != x"no"; then
14814   if test -n "$with_cross_host" &&
14815      test x"$with_cross_host" != x"no"; then
14816     toolexecdir='$(exec_prefix)/$(target_alias)'
14817     toolexeclibdir='$(toolexecdir)/lib'
14818   else
14819     toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
14820     toolexeclibdir='$(libdir)'
14821   fi
14822   multi_os_directory=`$CC -print-multi-os-directory`
14823   case $multi_os_directory in
14824     .) ;; # Avoid trailing /.
14825     *) toolexeclibdir=$toolexeclibdir/$multi_os_directory ;;
14826   esac
14827
14828
14829 fi
14830
14831 ac_config_commands="$ac_config_commands include"
14832
14833 ac_config_commands="$ac_config_commands src"
14834
14835
14836 ac_config_links="$ac_config_links include/ffitarget.h:src/$TARGETDIR/ffitarget.h"
14837
14838
14839 ac_config_files="$ac_config_files include/Makefile include/ffi.h Makefile testsuite/Makefile man/Makefile libffi.pc"
14840
14841
14842 cat >confcache <<\_ACEOF
14843 # This file is a shell script that caches the results of configure
14844 # tests run on this system so they can be shared between configure
14845 # scripts and configure runs, see configure's option --config-cache.
14846 # It is not useful on other systems.  If it contains results you don't
14847 # want to keep, you may remove or edit it.
14848 #
14849 # config.status only pays attention to the cache file if you give it
14850 # the --recheck option to rerun configure.
14851 #
14852 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14853 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14854 # following values.
14855
14856 _ACEOF
14857
14858 # The following way of writing the cache mishandles newlines in values,
14859 # but we know of no workaround that is simple, portable, and efficient.
14860 # So, we kill variables containing newlines.
14861 # Ultrix sh set writes to stderr and can't be redirected directly,
14862 # and sets the high bit in the cache file unless we assign to the vars.
14863 (
14864   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14865     eval ac_val=\$$ac_var
14866     case $ac_val in #(
14867     *${as_nl}*)
14868       case $ac_var in #(
14869       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14870 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14871       esac
14872       case $ac_var in #(
14873       _ | IFS | as_nl) ;; #(
14874       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14875       *) { eval $ac_var=; unset $ac_var;} ;;
14876       esac ;;
14877     esac
14878   done
14879
14880   (set) 2>&1 |
14881     case $as_nl`(ac_space=' '; set) 2>&1` in #(
14882     *${as_nl}ac_space=\ *)
14883       # `set' does not quote correctly, so add quotes: double-quote
14884       # substitution turns \\\\ into \\, and sed turns \\ into \.
14885       sed -n \
14886         "s/'/'\\\\''/g;
14887           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14888       ;; #(
14889     *)
14890       # `set' quotes correctly as required by POSIX, so do not add quotes.
14891       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14892       ;;
14893     esac |
14894     sort
14895 ) |
14896   sed '
14897      /^ac_cv_env_/b end
14898      t clear
14899      :clear
14900      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14901      t end
14902      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14903      :end' >>confcache
14904 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14905   if test -w "$cache_file"; then
14906     if test "x$cache_file" != "x/dev/null"; then
14907       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14908 $as_echo "$as_me: updating cache $cache_file" >&6;}
14909       if test ! -f "$cache_file" || test -h "$cache_file"; then
14910         cat confcache >"$cache_file"
14911       else
14912         case $cache_file in #(
14913         */* | ?:*)
14914           mv -f confcache "$cache_file"$$ &&
14915           mv -f "$cache_file"$$ "$cache_file" ;; #(
14916         *)
14917           mv -f confcache "$cache_file" ;;
14918         esac
14919       fi
14920     fi
14921   else
14922     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14923 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14924   fi
14925 fi
14926 rm -f confcache
14927
14928 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14929 # Let make expand exec_prefix.
14930 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14931
14932 DEFS=-DHAVE_CONFIG_H
14933
14934 ac_libobjs=
14935 ac_ltlibobjs=
14936 U=
14937 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14938   # 1. Remove the extension, and $U if already installed.
14939   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14940   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14941   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
14942   #    will be set to the directory where LIBOBJS objects are built.
14943   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14944   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14945 done
14946 LIBOBJS=$ac_libobjs
14947
14948 LTLIBOBJS=$ac_ltlibobjs
14949
14950
14951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
14952 $as_echo_n "checking that generated files are newer than configure... " >&6; }
14953    if test -n "$am_sleep_pid"; then
14954      # Hide warnings about reused PIDs.
14955      wait $am_sleep_pid 2>/dev/null
14956    fi
14957    { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
14958 $as_echo "done" >&6; }
14959  if test -n "$EXEEXT"; then
14960   am__EXEEXT_TRUE=
14961   am__EXEEXT_FALSE='#'
14962 else
14963   am__EXEEXT_TRUE='#'
14964   am__EXEEXT_FALSE=
14965 fi
14966
14967 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
14968   as_fn_error $? "conditional \"AMDEP\" was never defined.
14969 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14970 fi
14971 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
14972   as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
14973 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14974 fi
14975 if test -z "${am__fastdepCCAS_TRUE}" && test -z "${am__fastdepCCAS_FALSE}"; then
14976   as_fn_error $? "conditional \"am__fastdepCCAS\" was never defined.
14977 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14978 fi
14979 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14980   as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
14981 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14982 fi
14983 if test -z "${TESTSUBDIR_TRUE}" && test -z "${TESTSUBDIR_FALSE}"; then
14984   as_fn_error $? "conditional \"TESTSUBDIR\" was never defined.
14985 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14986 fi
14987 if test -z "${MIPS_TRUE}" && test -z "${MIPS_FALSE}"; then
14988   as_fn_error $? "conditional \"MIPS\" was never defined.
14989 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14990 fi
14991 if test -z "${BFIN_TRUE}" && test -z "${BFIN_FALSE}"; then
14992   as_fn_error $? "conditional \"BFIN\" was never defined.
14993 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14994 fi
14995 if test -z "${SPARC_TRUE}" && test -z "${SPARC_FALSE}"; then
14996   as_fn_error $? "conditional \"SPARC\" was never defined.
14997 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14998 fi
14999 if test -z "${X86_TRUE}" && test -z "${X86_FALSE}"; then
15000   as_fn_error $? "conditional \"X86\" was never defined.
15001 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15002 fi
15003 if test -z "${X86_FREEBSD_TRUE}" && test -z "${X86_FREEBSD_FALSE}"; then
15004   as_fn_error $? "conditional \"X86_FREEBSD\" was never defined.
15005 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15006 fi
15007 if test -z "${X86_WIN32_TRUE}" && test -z "${X86_WIN32_FALSE}"; then
15008   as_fn_error $? "conditional \"X86_WIN32\" was never defined.
15009 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15010 fi
15011 if test -z "${X86_WIN64_TRUE}" && test -z "${X86_WIN64_FALSE}"; then
15012   as_fn_error $? "conditional \"X86_WIN64\" was never defined.
15013 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15014 fi
15015 if test -z "${X86_DARWIN_TRUE}" && test -z "${X86_DARWIN_FALSE}"; then
15016   as_fn_error $? "conditional \"X86_DARWIN\" was never defined.
15017 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15018 fi
15019 if test -z "${ALPHA_TRUE}" && test -z "${ALPHA_FALSE}"; then
15020   as_fn_error $? "conditional \"ALPHA\" was never defined.
15021 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15022 fi
15023 if test -z "${IA64_TRUE}" && test -z "${IA64_FALSE}"; then
15024   as_fn_error $? "conditional \"IA64\" was never defined.
15025 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15026 fi
15027 if test -z "${M32R_TRUE}" && test -z "${M32R_FALSE}"; then
15028   as_fn_error $? "conditional \"M32R\" was never defined.
15029 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15030 fi
15031 if test -z "${M68K_TRUE}" && test -z "${M68K_FALSE}"; then
15032   as_fn_error $? "conditional \"M68K\" was never defined.
15033 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15034 fi
15035 if test -z "${MOXIE_TRUE}" && test -z "${MOXIE_FALSE}"; then
15036   as_fn_error $? "conditional \"MOXIE\" was never defined.
15037 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15038 fi
15039 if test -z "${POWERPC_TRUE}" && test -z "${POWERPC_FALSE}"; then
15040   as_fn_error $? "conditional \"POWERPC\" was never defined.
15041 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15042 fi
15043 if test -z "${POWERPC_AIX_TRUE}" && test -z "${POWERPC_AIX_FALSE}"; then
15044   as_fn_error $? "conditional \"POWERPC_AIX\" was never defined.
15045 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15046 fi
15047 if test -z "${POWERPC_DARWIN_TRUE}" && test -z "${POWERPC_DARWIN_FALSE}"; then
15048   as_fn_error $? "conditional \"POWERPC_DARWIN\" was never defined.
15049 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15050 fi
15051 if test -z "${POWERPC_FREEBSD_TRUE}" && test -z "${POWERPC_FREEBSD_FALSE}"; then
15052   as_fn_error $? "conditional \"POWERPC_FREEBSD\" was never defined.
15053 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15054 fi
15055 if test -z "${AARCH64_TRUE}" && test -z "${AARCH64_FALSE}"; then
15056   as_fn_error $? "conditional \"AARCH64\" was never defined.
15057 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15058 fi
15059 if test -z "${ARM_TRUE}" && test -z "${ARM_FALSE}"; then
15060   as_fn_error $? "conditional \"ARM\" was never defined.
15061 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15062 fi
15063 if test -z "${AVR32_TRUE}" && test -z "${AVR32_FALSE}"; then
15064   as_fn_error $? "conditional \"AVR32\" was never defined.
15065 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15066 fi
15067 if test -z "${LIBFFI_CRIS_TRUE}" && test -z "${LIBFFI_CRIS_FALSE}"; then
15068   as_fn_error $? "conditional \"LIBFFI_CRIS\" was never defined.
15069 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15070 fi
15071 if test -z "${FRV_TRUE}" && test -z "${FRV_FALSE}"; then
15072   as_fn_error $? "conditional \"FRV\" was never defined.
15073 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15074 fi
15075 if test -z "${S390_TRUE}" && test -z "${S390_FALSE}"; then
15076   as_fn_error $? "conditional \"S390\" was never defined.
15077 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15078 fi
15079 if test -z "${X86_64_TRUE}" && test -z "${X86_64_FALSE}"; then
15080   as_fn_error $? "conditional \"X86_64\" was never defined.
15081 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15082 fi
15083 if test -z "${SH_TRUE}" && test -z "${SH_FALSE}"; then
15084   as_fn_error $? "conditional \"SH\" was never defined.
15085 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15086 fi
15087 if test -z "${SH64_TRUE}" && test -z "${SH64_FALSE}"; then
15088   as_fn_error $? "conditional \"SH64\" was never defined.
15089 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15090 fi
15091 if test -z "${PA_LINUX_TRUE}" && test -z "${PA_LINUX_FALSE}"; then
15092   as_fn_error $? "conditional \"PA_LINUX\" was never defined.
15093 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15094 fi
15095 if test -z "${PA_HPUX_TRUE}" && test -z "${PA_HPUX_FALSE}"; then
15096   as_fn_error $? "conditional \"PA_HPUX\" was never defined.
15097 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15098 fi
15099 if test -z "${PA64_HPUX_TRUE}" && test -z "${PA64_HPUX_FALSE}"; then
15100   as_fn_error $? "conditional \"PA64_HPUX\" was never defined.
15101 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15102 fi
15103 if test -z "${TILE_TRUE}" && test -z "${TILE_FALSE}"; then
15104   as_fn_error $? "conditional \"TILE\" was never defined.
15105 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15106 fi
15107
15108 if test -z "${FFI_EXEC_TRAMPOLINE_TABLE_TRUE}" && test -z "${FFI_EXEC_TRAMPOLINE_TABLE_FALSE}"; then
15109   as_fn_error $? "conditional \"FFI_EXEC_TRAMPOLINE_TABLE\" was never defined.
15110 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15111 fi
15112 if test -z "${FFI_DEBUG_TRUE}" && test -z "${FFI_DEBUG_FALSE}"; then
15113   as_fn_error $? "conditional \"FFI_DEBUG\" was never defined.
15114 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15115 fi
15116 if test -z "${FFI_DEBUG_TRUE}" && test -z "${FFI_DEBUG_FALSE}"; then
15117   as_fn_error $? "conditional \"FFI_DEBUG\" was never defined.
15118 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15119 fi
15120
15121 : "${CONFIG_STATUS=./config.status}"
15122 ac_write_fail=0
15123 ac_clean_files_save=$ac_clean_files
15124 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
15125 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15126 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15127 as_write_fail=0
15128 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
15129 #! $SHELL
15130 # Generated by $as_me.
15131 # Run this file to recreate the current configuration.
15132 # Compiler output produced by configure, useful for debugging
15133 # configure, is in config.log if it exists.
15134
15135 debug=false
15136 ac_cs_recheck=false
15137 ac_cs_silent=false
15138
15139 SHELL=\${CONFIG_SHELL-$SHELL}
15140 export SHELL
15141 _ASEOF
15142 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15143 ## -------------------- ##
15144 ## M4sh Initialization. ##
15145 ## -------------------- ##
15146
15147 # Be more Bourne compatible
15148 DUALCASE=1; export DUALCASE # for MKS sh
15149 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
15150   emulate sh
15151   NULLCMD=:
15152   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
15153   # is contrary to our usage.  Disable this feature.
15154   alias -g '${1+"$@"}'='"$@"'
15155   setopt NO_GLOB_SUBST
15156 else
15157   case `(set -o) 2>/dev/null` in #(
15158   *posix*) :
15159     set -o posix ;; #(
15160   *) :
15161      ;;
15162 esac
15163 fi
15164
15165
15166 as_nl='
15167 '
15168 export as_nl
15169 # Printing a long string crashes Solaris 7 /usr/bin/printf.
15170 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15171 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15172 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15173 # Prefer a ksh shell builtin over an external printf program on Solaris,
15174 # but without wasting forks for bash or zsh.
15175 if test -z "$BASH_VERSION$ZSH_VERSION" \
15176     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15177   as_echo='print -r --'
15178   as_echo_n='print -rn --'
15179 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15180   as_echo='printf %s\n'
15181   as_echo_n='printf %s'
15182 else
15183   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15184     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15185     as_echo_n='/usr/ucb/echo -n'
15186   else
15187     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15188     as_echo_n_body='eval
15189       arg=$1;
15190       case $arg in #(
15191       *"$as_nl"*)
15192         expr "X$arg" : "X\\(.*\\)$as_nl";
15193         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15194       esac;
15195       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15196     '
15197     export as_echo_n_body
15198     as_echo_n='sh -c $as_echo_n_body as_echo'
15199   fi
15200   export as_echo_body
15201   as_echo='sh -c $as_echo_body as_echo'
15202 fi
15203
15204 # The user is always right.
15205 if test "${PATH_SEPARATOR+set}" != set; then
15206   PATH_SEPARATOR=:
15207   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15208     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15209       PATH_SEPARATOR=';'
15210   }
15211 fi
15212
15213
15214 # IFS
15215 # We need space, tab and new line, in precisely that order.  Quoting is
15216 # there to prevent editors from complaining about space-tab.
15217 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
15218 # splitting by setting IFS to empty value.)
15219 IFS=" ""        $as_nl"
15220
15221 # Find who we are.  Look in the path if we contain no directory separator.
15222 as_myself=
15223 case $0 in #((
15224   *[\\/]* ) as_myself=$0 ;;
15225   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15226 for as_dir in $PATH
15227 do
15228   IFS=$as_save_IFS
15229   test -z "$as_dir" && as_dir=.
15230     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15231   done
15232 IFS=$as_save_IFS
15233
15234      ;;
15235 esac
15236 # We did not find ourselves, most probably we were run as `sh COMMAND'
15237 # in which case we are not to be found in the path.
15238 if test "x$as_myself" = x; then
15239   as_myself=$0
15240 fi
15241 if test ! -f "$as_myself"; then
15242   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15243   exit 1
15244 fi
15245
15246 # Unset variables that we do not need and which cause bugs (e.g. in
15247 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
15248 # suppresses any "Segmentation fault" message there.  '((' could
15249 # trigger a bug in pdksh 5.2.14.
15250 for as_var in BASH_ENV ENV MAIL MAILPATH
15251 do eval test x\${$as_var+set} = xset \
15252   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15253 done
15254 PS1='$ '
15255 PS2='> '
15256 PS4='+ '
15257
15258 # NLS nuisances.
15259 LC_ALL=C
15260 export LC_ALL
15261 LANGUAGE=C
15262 export LANGUAGE
15263
15264 # CDPATH.
15265 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15266
15267
15268 # as_fn_error STATUS ERROR [LINENO LOG_FD]
15269 # ----------------------------------------
15270 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15271 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15272 # script with STATUS, using 1 if that was 0.
15273 as_fn_error ()
15274 {
15275   as_status=$1; test $as_status -eq 0 && as_status=1
15276   if test "$4"; then
15277     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15278     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
15279   fi
15280   $as_echo "$as_me: error: $2" >&2
15281   as_fn_exit $as_status
15282 } # as_fn_error
15283
15284
15285 # as_fn_set_status STATUS
15286 # -----------------------
15287 # Set $? to STATUS, without forking.
15288 as_fn_set_status ()
15289 {
15290   return $1
15291 } # as_fn_set_status
15292
15293 # as_fn_exit STATUS
15294 # -----------------
15295 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15296 as_fn_exit ()
15297 {
15298   set +e
15299   as_fn_set_status $1
15300   exit $1
15301 } # as_fn_exit
15302
15303 # as_fn_unset VAR
15304 # ---------------
15305 # Portably unset VAR.
15306 as_fn_unset ()
15307 {
15308   { eval $1=; unset $1;}
15309 }
15310 as_unset=as_fn_unset
15311 # as_fn_append VAR VALUE
15312 # ----------------------
15313 # Append the text in VALUE to the end of the definition contained in VAR. Take
15314 # advantage of any shell optimizations that allow amortized linear growth over
15315 # repeated appends, instead of the typical quadratic growth present in naive
15316 # implementations.
15317 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15318   eval 'as_fn_append ()
15319   {
15320     eval $1+=\$2
15321   }'
15322 else
15323   as_fn_append ()
15324   {
15325     eval $1=\$$1\$2
15326   }
15327 fi # as_fn_append
15328
15329 # as_fn_arith ARG...
15330 # ------------------
15331 # Perform arithmetic evaluation on the ARGs, and store the result in the
15332 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15333 # must be portable across $(()) and expr.
15334 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15335   eval 'as_fn_arith ()
15336   {
15337     as_val=$(( $* ))
15338   }'
15339 else
15340   as_fn_arith ()
15341   {
15342     as_val=`expr "$@" || test $? -eq 1`
15343   }
15344 fi # as_fn_arith
15345
15346
15347 if expr a : '\(a\)' >/dev/null 2>&1 &&
15348    test "X`expr 00001 : '.*\(...\)'`" = X001; then
15349   as_expr=expr
15350 else
15351   as_expr=false
15352 fi
15353
15354 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15355   as_basename=basename
15356 else
15357   as_basename=false
15358 fi
15359
15360 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15361   as_dirname=dirname
15362 else
15363   as_dirname=false
15364 fi
15365
15366 as_me=`$as_basename -- "$0" ||
15367 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15368          X"$0" : 'X\(//\)$' \| \
15369          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15370 $as_echo X/"$0" |
15371     sed '/^.*\/\([^/][^/]*\)\/*$/{
15372             s//\1/
15373             q
15374           }
15375           /^X\/\(\/\/\)$/{
15376             s//\1/
15377             q
15378           }
15379           /^X\/\(\/\).*/{
15380             s//\1/
15381             q
15382           }
15383           s/.*/./; q'`
15384
15385 # Avoid depending upon Character Ranges.
15386 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15387 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15388 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15389 as_cr_digits='0123456789'
15390 as_cr_alnum=$as_cr_Letters$as_cr_digits
15391
15392 ECHO_C= ECHO_N= ECHO_T=
15393 case `echo -n x` in #(((((
15394 -n*)
15395   case `echo 'xy\c'` in
15396   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
15397   xy)  ECHO_C='\c';;
15398   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
15399        ECHO_T=' ';;
15400   esac;;
15401 *)
15402   ECHO_N='-n';;
15403 esac
15404
15405 rm -f conf$$ conf$$.exe conf$$.file
15406 if test -d conf$$.dir; then
15407   rm -f conf$$.dir/conf$$.file
15408 else
15409   rm -f conf$$.dir
15410   mkdir conf$$.dir 2>/dev/null
15411 fi
15412 if (echo >conf$$.file) 2>/dev/null; then
15413   if ln -s conf$$.file conf$$ 2>/dev/null; then
15414     as_ln_s='ln -s'
15415     # ... but there are two gotchas:
15416     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15417     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15418     # In both cases, we have to default to `cp -pR'.
15419     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15420       as_ln_s='cp -pR'
15421   elif ln conf$$.file conf$$ 2>/dev/null; then
15422     as_ln_s=ln
15423   else
15424     as_ln_s='cp -pR'
15425   fi
15426 else
15427   as_ln_s='cp -pR'
15428 fi
15429 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15430 rmdir conf$$.dir 2>/dev/null
15431
15432
15433 # as_fn_mkdir_p
15434 # -------------
15435 # Create "$as_dir" as a directory, including parents if necessary.
15436 as_fn_mkdir_p ()
15437 {
15438
15439   case $as_dir in #(
15440   -*) as_dir=./$as_dir;;
15441   esac
15442   test -d "$as_dir" || eval $as_mkdir_p || {
15443     as_dirs=
15444     while :; do
15445       case $as_dir in #(
15446       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15447       *) as_qdir=$as_dir;;
15448       esac
15449       as_dirs="'$as_qdir' $as_dirs"
15450       as_dir=`$as_dirname -- "$as_dir" ||
15451 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15452          X"$as_dir" : 'X\(//\)[^/]' \| \
15453          X"$as_dir" : 'X\(//\)$' \| \
15454          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15455 $as_echo X"$as_dir" |
15456     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15457             s//\1/
15458             q
15459           }
15460           /^X\(\/\/\)[^/].*/{
15461             s//\1/
15462             q
15463           }
15464           /^X\(\/\/\)$/{
15465             s//\1/
15466             q
15467           }
15468           /^X\(\/\).*/{
15469             s//\1/
15470             q
15471           }
15472           s/.*/./; q'`
15473       test -d "$as_dir" && break
15474     done
15475     test -z "$as_dirs" || eval "mkdir $as_dirs"
15476   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
15477
15478
15479 } # as_fn_mkdir_p
15480 if mkdir -p . 2>/dev/null; then
15481   as_mkdir_p='mkdir -p "$as_dir"'
15482 else
15483   test -d ./-p && rmdir ./-p
15484   as_mkdir_p=false
15485 fi
15486
15487
15488 # as_fn_executable_p FILE
15489 # -----------------------
15490 # Test if FILE is an executable regular file.
15491 as_fn_executable_p ()
15492 {
15493   test -f "$1" && test -x "$1"
15494 } # as_fn_executable_p
15495 as_test_x='test -x'
15496 as_executable_p=as_fn_executable_p
15497
15498 # Sed expression to map a string onto a valid CPP name.
15499 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15500
15501 # Sed expression to map a string onto a valid variable name.
15502 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15503
15504
15505 exec 6>&1
15506 ## ----------------------------------- ##
15507 ## Main body of $CONFIG_STATUS script. ##
15508 ## ----------------------------------- ##
15509 _ASEOF
15510 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15511
15512 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15513 # Save the log message, to keep $0 and so on meaningful, and to
15514 # report actual input values of CONFIG_FILES etc. instead of their
15515 # values after options handling.
15516 ac_log="
15517 This file was extended by libffi $as_me 3.0.12-rc0, which was
15518 generated by GNU Autoconf 2.69.  Invocation command line was
15519
15520   CONFIG_FILES    = $CONFIG_FILES
15521   CONFIG_HEADERS  = $CONFIG_HEADERS
15522   CONFIG_LINKS    = $CONFIG_LINKS
15523   CONFIG_COMMANDS = $CONFIG_COMMANDS
15524   $ $0 $@
15525
15526 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15527 "
15528
15529 _ACEOF
15530
15531 case $ac_config_files in *"
15532 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15533 esac
15534
15535 case $ac_config_headers in *"
15536 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15537 esac
15538
15539
15540 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15541 # Files that config.status was made for.
15542 config_files="$ac_config_files"
15543 config_headers="$ac_config_headers"
15544 config_links="$ac_config_links"
15545 config_commands="$ac_config_commands"
15546
15547 _ACEOF
15548
15549 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15550 ac_cs_usage="\
15551 \`$as_me' instantiates files and other configuration actions
15552 from templates according to the current configuration.  Unless the files
15553 and actions are specified as TAGs, all are instantiated by default.
15554
15555 Usage: $0 [OPTION]... [TAG]...
15556
15557   -h, --help       print this help, then exit
15558   -V, --version    print version number and configuration settings, then exit
15559       --config     print configuration, then exit
15560   -q, --quiet, --silent
15561                    do not print progress messages
15562   -d, --debug      don't remove temporary files
15563       --recheck    update $as_me by reconfiguring in the same conditions
15564       --file=FILE[:TEMPLATE]
15565                    instantiate the configuration file FILE
15566       --header=FILE[:TEMPLATE]
15567                    instantiate the configuration header FILE
15568
15569 Configuration files:
15570 $config_files
15571
15572 Configuration headers:
15573 $config_headers
15574
15575 Configuration links:
15576 $config_links
15577
15578 Configuration commands:
15579 $config_commands
15580
15581 Report bugs to <http://gcc.gnu.org/bugs.html>."
15582
15583 _ACEOF
15584 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15585 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15586 ac_cs_version="\\
15587 libffi config.status 3.0.12-rc0
15588 configured by $0, generated by GNU Autoconf 2.69,
15589   with options \\"\$ac_cs_config\\"
15590
15591 Copyright (C) 2012 Free Software Foundation, Inc.
15592 This config.status script is free software; the Free Software Foundation
15593 gives unlimited permission to copy, distribute and modify it."
15594
15595 ac_pwd='$ac_pwd'
15596 srcdir='$srcdir'
15597 INSTALL='$INSTALL'
15598 MKDIR_P='$MKDIR_P'
15599 AWK='$AWK'
15600 test -n "\$AWK" || AWK=awk
15601 _ACEOF
15602
15603 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15604 # The default lists apply if the user does not specify any file.
15605 ac_need_defaults=:
15606 while test $# != 0
15607 do
15608   case $1 in
15609   --*=?*)
15610     ac_option=`expr "X$1" : 'X\([^=]*\)='`
15611     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15612     ac_shift=:
15613     ;;
15614   --*=)
15615     ac_option=`expr "X$1" : 'X\([^=]*\)='`
15616     ac_optarg=
15617     ac_shift=:
15618     ;;
15619   *)
15620     ac_option=$1
15621     ac_optarg=$2
15622     ac_shift=shift
15623     ;;
15624   esac
15625
15626   case $ac_option in
15627   # Handling of the options.
15628   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15629     ac_cs_recheck=: ;;
15630   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15631     $as_echo "$ac_cs_version"; exit ;;
15632   --config | --confi | --conf | --con | --co | --c )
15633     $as_echo "$ac_cs_config"; exit ;;
15634   --debug | --debu | --deb | --de | --d | -d )
15635     debug=: ;;
15636   --file | --fil | --fi | --f )
15637     $ac_shift
15638     case $ac_optarg in
15639     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15640     '') as_fn_error $? "missing file argument" ;;
15641     esac
15642     as_fn_append CONFIG_FILES " '$ac_optarg'"
15643     ac_need_defaults=false;;
15644   --header | --heade | --head | --hea )
15645     $ac_shift
15646     case $ac_optarg in
15647     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15648     esac
15649     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
15650     ac_need_defaults=false;;
15651   --he | --h)
15652     # Conflict between --help and --header
15653     as_fn_error $? "ambiguous option: \`$1'
15654 Try \`$0 --help' for more information.";;
15655   --help | --hel | -h )
15656     $as_echo "$ac_cs_usage"; exit ;;
15657   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15658   | -silent | --silent | --silen | --sile | --sil | --si | --s)
15659     ac_cs_silent=: ;;
15660
15661   # This is an error.
15662   -*) as_fn_error $? "unrecognized option: \`$1'
15663 Try \`$0 --help' for more information." ;;
15664
15665   *) as_fn_append ac_config_targets " $1"
15666      ac_need_defaults=false ;;
15667
15668   esac
15669   shift
15670 done
15671
15672 ac_configure_extra_args=
15673
15674 if $ac_cs_silent; then
15675   exec 6>/dev/null
15676   ac_configure_extra_args="$ac_configure_extra_args --silent"
15677 fi
15678
15679 _ACEOF
15680 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15681 if \$ac_cs_recheck; then
15682   set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15683   shift
15684   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15685   CONFIG_SHELL='$SHELL'
15686   export CONFIG_SHELL
15687   exec "\$@"
15688 fi
15689
15690 _ACEOF
15691 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15692 exec 5>>config.log
15693 {
15694   echo
15695   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15696 ## Running $as_me. ##
15697 _ASBOX
15698   $as_echo "$ac_log"
15699 } >&5
15700
15701 _ACEOF
15702 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15703 #
15704 # INIT-COMMANDS
15705 #
15706 ax_enable_builddir_srcdir="$srcdir"                    # $srcdir
15707 ax_enable_builddir_host="$HOST"                        # $HOST / $host
15708 ax_enable_builddir_version="$VERSION"                  # $VERSION
15709 ax_enable_builddir_package="$PACKAGE"                  # $PACKAGE
15710 ax_enable_builddir_auxdir="$ax_enable_builddir_auxdir" # $AUX
15711 ax_enable_builddir_sed="$ax_enable_builddir_sed"       # $SED
15712 ax_enable_builddir="$ax_enable_builddir"               # $SUB
15713
15714 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
15715
15716
15717 # The HP-UX ksh and POSIX shell print the target directory to stdout
15718 # if CDPATH is set.
15719 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15720
15721 sed_quote_subst='$sed_quote_subst'
15722 double_quote_subst='$double_quote_subst'
15723 delay_variable_subst='$delay_variable_subst'
15724 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15725 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15726 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15727 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15728 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15729 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15730 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15731 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15732 PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
15733 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15734 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15735 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15736 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15737 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15738 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15739 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15740 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15741 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15742 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15743 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15744 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15745 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15746 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15747 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15748 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15749 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15750 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15751 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15752 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15753 lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
15754 lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
15755 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15756 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15757 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15758 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15759 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15760 file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
15761 want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
15762 DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
15763 sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
15764 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15765 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15766 archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
15767 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15768 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15769 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15770 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15771 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15772 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15773 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15774 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15775 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15776 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15777 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15778 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15779 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15780 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"`'
15781 nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
15782 lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
15783 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15784 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15785 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
15786 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
15787 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
15788 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15789 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15790 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15791 MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
15792 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15793 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15794 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15795 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15796 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15797 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15798 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15799 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15800 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15801 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15802 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15803 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15804 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15805 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15806 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15807 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15808 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15809 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15810 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15811 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15812 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15813 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15814 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15815 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15816 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15817 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15818 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15819 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15820 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15821 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15822 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15823 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15824 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15825 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15826 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15827 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15828 postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
15829 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15830 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15831 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15832 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15833 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15834 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15835 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15836 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15837 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15838 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15839 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15840 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15841 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15842 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15843 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15844 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15845 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15846 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15847 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15848 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15849 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15850 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15851 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15852 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15853 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
15854
15855 LTCC='$LTCC'
15856 LTCFLAGS='$LTCFLAGS'
15857 compiler='$compiler_DEFAULT'
15858
15859 # A function that is used when there is no print builtin or printf.
15860 func_fallback_echo ()
15861 {
15862   eval 'cat <<_LTECHO_EOF
15863 \$1
15864 _LTECHO_EOF'
15865 }
15866
15867 # Quote evaled strings.
15868 for var in SHELL \
15869 ECHO \
15870 PATH_SEPARATOR \
15871 SED \
15872 GREP \
15873 EGREP \
15874 FGREP \
15875 LD \
15876 NM \
15877 LN_S \
15878 lt_SP2NL \
15879 lt_NL2SP \
15880 reload_flag \
15881 OBJDUMP \
15882 deplibs_check_method \
15883 file_magic_cmd \
15884 file_magic_glob \
15885 want_nocaseglob \
15886 DLLTOOL \
15887 sharedlib_from_linklib_cmd \
15888 AR \
15889 AR_FLAGS \
15890 archiver_list_spec \
15891 STRIP \
15892 RANLIB \
15893 CC \
15894 CFLAGS \
15895 compiler \
15896 lt_cv_sys_global_symbol_pipe \
15897 lt_cv_sys_global_symbol_to_cdecl \
15898 lt_cv_sys_global_symbol_to_c_name_address \
15899 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
15900 nm_file_list_spec \
15901 lt_prog_compiler_no_builtin_flag \
15902 lt_prog_compiler_pic \
15903 lt_prog_compiler_wl \
15904 lt_prog_compiler_static \
15905 lt_cv_prog_compiler_c_o \
15906 need_locks \
15907 MANIFEST_TOOL \
15908 DSYMUTIL \
15909 NMEDIT \
15910 LIPO \
15911 OTOOL \
15912 OTOOL64 \
15913 shrext_cmds \
15914 export_dynamic_flag_spec \
15915 whole_archive_flag_spec \
15916 compiler_needs_object \
15917 with_gnu_ld \
15918 allow_undefined_flag \
15919 no_undefined_flag \
15920 hardcode_libdir_flag_spec \
15921 hardcode_libdir_separator \
15922 exclude_expsyms \
15923 include_expsyms \
15924 file_list_spec \
15925 variables_saved_for_relink \
15926 libname_spec \
15927 library_names_spec \
15928 soname_spec \
15929 install_override_mode \
15930 finish_eval \
15931 old_striplib \
15932 striplib; do
15933     case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15934     *[\\\\\\\`\\"\\\$]*)
15935       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
15936       ;;
15937     *)
15938       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15939       ;;
15940     esac
15941 done
15942
15943 # Double-quote double-evaled strings.
15944 for var in reload_cmds \
15945 old_postinstall_cmds \
15946 old_postuninstall_cmds \
15947 old_archive_cmds \
15948 extract_expsyms_cmds \
15949 old_archive_from_new_cmds \
15950 old_archive_from_expsyms_cmds \
15951 archive_cmds \
15952 archive_expsym_cmds \
15953 module_cmds \
15954 module_expsym_cmds \
15955 export_symbols_cmds \
15956 prelink_cmds \
15957 postlink_cmds \
15958 postinstall_cmds \
15959 postuninstall_cmds \
15960 finish_cmds \
15961 sys_lib_search_path_spec \
15962 sys_lib_dlsearch_path_spec; do
15963     case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15964     *[\\\\\\\`\\"\\\$]*)
15965       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
15966       ;;
15967     *)
15968       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15969       ;;
15970     esac
15971 done
15972
15973 ac_aux_dir='$ac_aux_dir'
15974 xsi_shell='$xsi_shell'
15975 lt_shell_append='$lt_shell_append'
15976
15977 # See if we are running on zsh, and set the options which allow our
15978 # commands through without removal of \ escapes INIT.
15979 if test -n "\${ZSH_VERSION+set}" ; then
15980    setopt NO_GLOB_SUBST
15981 fi
15982
15983
15984     PACKAGE='$PACKAGE'
15985     VERSION='$VERSION'
15986     TIMESTAMP='$TIMESTAMP'
15987     RM='$RM'
15988     ofile='$ofile'
15989
15990
15991
15992 TARGETDIR="$TARGETDIR"
15993
15994 _ACEOF
15995
15996 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15997
15998 # Handling of arguments.
15999 for ac_config_target in $ac_config_targets
16000 do
16001   case $ac_config_target in
16002     "fficonfig.h") CONFIG_HEADERS="$CONFIG_HEADERS fficonfig.h" ;;
16003     "buildir") CONFIG_COMMANDS="$CONFIG_COMMANDS buildir" ;;
16004     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
16005     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
16006     "include") CONFIG_COMMANDS="$CONFIG_COMMANDS include" ;;
16007     "src") CONFIG_COMMANDS="$CONFIG_COMMANDS src" ;;
16008     "include/ffitarget.h") CONFIG_LINKS="$CONFIG_LINKS include/ffitarget.h:src/$TARGETDIR/ffitarget.h" ;;
16009     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
16010     "include/ffi.h") CONFIG_FILES="$CONFIG_FILES include/ffi.h" ;;
16011     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
16012     "testsuite/Makefile") CONFIG_FILES="$CONFIG_FILES testsuite/Makefile" ;;
16013     "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;;
16014     "libffi.pc") CONFIG_FILES="$CONFIG_FILES libffi.pc" ;;
16015
16016   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
16017   esac
16018 done
16019
16020
16021 # If the user did not use the arguments to specify the items to instantiate,
16022 # then the envvar interface is used.  Set only those that are not.
16023 # We use the long form for the default assignment because of an extremely
16024 # bizarre bug on SunOS 4.1.3.
16025 if $ac_need_defaults; then
16026   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
16027   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
16028   test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
16029   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
16030 fi
16031
16032 # Have a temporary directory for convenience.  Make it in the build tree
16033 # simply because there is no reason against having it here, and in addition,
16034 # creating and moving files from /tmp can sometimes cause problems.
16035 # Hook for its removal unless debugging.
16036 # Note that there is a small window in which the directory will not be cleaned:
16037 # after its creation but before its name has been assigned to `$tmp'.
16038 $debug ||
16039 {
16040   tmp= ac_tmp=
16041   trap 'exit_status=$?
16042   : "${ac_tmp:=$tmp}"
16043   { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
16044 ' 0
16045   trap 'as_fn_exit 1' 1 2 13 15
16046 }
16047 # Create a (secure) tmp directory for tmp files.
16048
16049 {
16050   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
16051   test -d "$tmp"
16052 }  ||
16053 {
16054   tmp=./conf$$-$RANDOM
16055   (umask 077 && mkdir "$tmp")
16056 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
16057 ac_tmp=$tmp
16058
16059 # Set up the scripts for CONFIG_FILES section.
16060 # No need to generate them if there are no CONFIG_FILES.
16061 # This happens for instance with `./config.status config.h'.
16062 if test -n "$CONFIG_FILES"; then
16063
16064
16065 ac_cr=`echo X | tr X '\015'`
16066 # On cygwin, bash can eat \r inside `` if the user requested igncr.
16067 # But we know of no other shell where ac_cr would be empty at this
16068 # point, so we can use a bashism as a fallback.
16069 if test "x$ac_cr" = x; then
16070   eval ac_cr=\$\'\\r\'
16071 fi
16072 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16073 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
16074   ac_cs_awk_cr='\\r'
16075 else
16076   ac_cs_awk_cr=$ac_cr
16077 fi
16078
16079 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
16080 _ACEOF
16081
16082
16083 {
16084   echo "cat >conf$$subs.awk <<_ACEOF" &&
16085   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16086   echo "_ACEOF"
16087 } >conf$$subs.sh ||
16088   as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16089 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
16090 ac_delim='%!_!# '
16091 for ac_last_try in false false false false false :; do
16092   . ./conf$$subs.sh ||
16093     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16094
16095   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
16096   if test $ac_delim_n = $ac_delim_num; then
16097     break
16098   elif $ac_last_try; then
16099     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16100   else
16101     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16102   fi
16103 done
16104 rm -f conf$$subs.sh
16105
16106 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16107 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
16108 _ACEOF
16109 sed -n '
16110 h
16111 s/^/S["/; s/!.*/"]=/
16112 p
16113 g
16114 s/^[^!]*!//
16115 :repl
16116 t repl
16117 s/'"$ac_delim"'$//
16118 t delim
16119 :nl
16120 h
16121 s/\(.\{148\}\)..*/\1/
16122 t more1
16123 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
16124 p
16125 n
16126 b repl
16127 :more1
16128 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16129 p
16130 g
16131 s/.\{148\}//
16132 t nl
16133 :delim
16134 h
16135 s/\(.\{148\}\)..*/\1/
16136 t more2
16137 s/["\\]/\\&/g; s/^/"/; s/$/"/
16138 p
16139 b
16140 :more2
16141 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16142 p
16143 g
16144 s/.\{148\}//
16145 t delim
16146 ' <conf$$subs.awk | sed '
16147 /^[^""]/{
16148   N
16149   s/\n//
16150 }
16151 ' >>$CONFIG_STATUS || ac_write_fail=1
16152 rm -f conf$$subs.awk
16153 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16154 _ACAWK
16155 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
16156   for (key in S) S_is_set[key] = 1
16157   FS = "\a"
16158
16159 }
16160 {
16161   line = $ 0
16162   nfields = split(line, field, "@")
16163   substed = 0
16164   len = length(field[1])
16165   for (i = 2; i < nfields; i++) {
16166     key = field[i]
16167     keylen = length(key)
16168     if (S_is_set[key]) {
16169       value = S[key]
16170       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16171       len += length(value) + length(field[++i])
16172       substed = 1
16173     } else
16174       len += 1 + keylen
16175   }
16176
16177   print line
16178 }
16179
16180 _ACAWK
16181 _ACEOF
16182 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16183 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16184   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16185 else
16186   cat
16187 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
16188   || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
16189 _ACEOF
16190
16191 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
16192 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
16193 # trailing colons and then remove the whole line if VPATH becomes empty
16194 # (actually we leave an empty line to preserve line numbers).
16195 if test "x$srcdir" = x.; then
16196   ac_vpsub='/^[  ]*VPATH[        ]*=[    ]*/{
16197 h
16198 s///
16199 s/^/:/
16200 s/[      ]*$/:/
16201 s/:\$(srcdir):/:/g
16202 s/:\${srcdir}:/:/g
16203 s/:@srcdir@:/:/g
16204 s/^:*//
16205 s/:*$//
16206 x
16207 s/\(=[   ]*\).*/\1/
16208 G
16209 s/\n//
16210 s/^[^=]*=[       ]*$//
16211 }'
16212 fi
16213
16214 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16215 fi # test -n "$CONFIG_FILES"
16216
16217 # Set up the scripts for CONFIG_HEADERS section.
16218 # No need to generate them if there are no CONFIG_HEADERS.
16219 # This happens for instance with `./config.status Makefile'.
16220 if test -n "$CONFIG_HEADERS"; then
16221 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
16222 BEGIN {
16223 _ACEOF
16224
16225 # Transform confdefs.h into an awk script `defines.awk', embedded as
16226 # here-document in config.status, that substitutes the proper values into
16227 # config.h.in to produce config.h.
16228
16229 # Create a delimiter string that does not exist in confdefs.h, to ease
16230 # handling of long lines.
16231 ac_delim='%!_!# '
16232 for ac_last_try in false false :; do
16233   ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
16234   if test -z "$ac_tt"; then
16235     break
16236   elif $ac_last_try; then
16237     as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
16238   else
16239     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16240   fi
16241 done
16242
16243 # For the awk script, D is an array of macro values keyed by name,
16244 # likewise P contains macro parameters if any.  Preserve backslash
16245 # newline sequences.
16246
16247 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
16248 sed -n '
16249 s/.\{148\}/&'"$ac_delim"'/g
16250 t rset
16251 :rset
16252 s/^[     ]*#[    ]*define[       ][      ]*/ /
16253 t def
16254 d
16255 :def
16256 s/\\$//
16257 t bsnl
16258 s/["\\]/\\&/g
16259 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
16260 D["\1"]=" \3"/p
16261 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
16262 d
16263 :bsnl
16264 s/["\\]/\\&/g
16265 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
16266 D["\1"]=" \3\\\\\\n"\\/p
16267 t cont
16268 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
16269 t cont
16270 d
16271 :cont
16272 n
16273 s/.\{148\}/&'"$ac_delim"'/g
16274 t clear
16275 :clear
16276 s/\\$//
16277 t bsnlc
16278 s/["\\]/\\&/g; s/^/"/; s/$/"/p
16279 d
16280 :bsnlc
16281 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
16282 b cont
16283 ' <confdefs.h | sed '
16284 s/'"$ac_delim"'/"\\\
16285 "/g' >>$CONFIG_STATUS || ac_write_fail=1
16286
16287 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16288   for (key in D) D_is_set[key] = 1
16289   FS = "\a"
16290 }
16291 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
16292   line = \$ 0
16293   split(line, arg, " ")
16294   if (arg[1] == "#") {
16295     defundef = arg[2]
16296     mac1 = arg[3]
16297   } else {
16298     defundef = substr(arg[1], 2)
16299     mac1 = arg[2]
16300   }
16301   split(mac1, mac2, "(") #)
16302   macro = mac2[1]
16303   prefix = substr(line, 1, index(line, defundef) - 1)
16304   if (D_is_set[macro]) {
16305     # Preserve the white space surrounding the "#".
16306     print prefix "define", macro P[macro] D[macro]
16307     next
16308   } else {
16309     # Replace #undef with comments.  This is necessary, for example,
16310     # in the case of _POSIX_SOURCE, which is predefined and required
16311     # on some systems where configure will not decide to define it.
16312     if (defundef == "undef") {
16313       print "/*", prefix defundef, macro, "*/"
16314       next
16315     }
16316   }
16317 }
16318 { print }
16319 _ACAWK
16320 _ACEOF
16321 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16322   as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
16323 fi # test -n "$CONFIG_HEADERS"
16324
16325
16326 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS  :L $CONFIG_LINKS  :C $CONFIG_COMMANDS"
16327 shift
16328 for ac_tag
16329 do
16330   case $ac_tag in
16331   :[FHLC]) ac_mode=$ac_tag; continue;;
16332   esac
16333   case $ac_mode$ac_tag in
16334   :[FHL]*:*);;
16335   :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
16336   :[FH]-) ac_tag=-:-;;
16337   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16338   esac
16339   ac_save_IFS=$IFS
16340   IFS=:
16341   set x $ac_tag
16342   IFS=$ac_save_IFS
16343   shift
16344   ac_file=$1
16345   shift
16346
16347   case $ac_mode in
16348   :L) ac_source=$1;;
16349   :[FH])
16350     ac_file_inputs=
16351     for ac_f
16352     do
16353       case $ac_f in
16354       -) ac_f="$ac_tmp/stdin";;
16355       *) # Look for the file first in the build tree, then in the source tree
16356          # (if the path is not absolute).  The absolute path cannot be DOS-style,
16357          # because $ac_f cannot contain `:'.
16358          test -f "$ac_f" ||
16359            case $ac_f in
16360            [\\/$]*) false;;
16361            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16362            esac ||
16363            as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
16364       esac
16365       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16366       as_fn_append ac_file_inputs " '$ac_f'"
16367     done
16368
16369     # Let's still pretend it is `configure' which instantiates (i.e., don't
16370     # use $as_me), people would be surprised to read:
16371     #    /* config.h.  Generated by config.status.  */
16372     configure_input='Generated from '`
16373           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16374         `' by configure.'
16375     if test x"$ac_file" != x-; then
16376       configure_input="$ac_file.  $configure_input"
16377       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16378 $as_echo "$as_me: creating $ac_file" >&6;}
16379     fi
16380     # Neutralize special characters interpreted by sed in replacement strings.
16381     case $configure_input in #(
16382     *\&* | *\|* | *\\* )
16383        ac_sed_conf_input=`$as_echo "$configure_input" |
16384        sed 's/[\\\\&|]/\\\\&/g'`;; #(
16385     *) ac_sed_conf_input=$configure_input;;
16386     esac
16387
16388     case $ac_tag in
16389     *:-:* | *:-) cat >"$ac_tmp/stdin" \
16390       || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
16391     esac
16392     ;;
16393   esac
16394
16395   ac_dir=`$as_dirname -- "$ac_file" ||
16396 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16397          X"$ac_file" : 'X\(//\)[^/]' \| \
16398          X"$ac_file" : 'X\(//\)$' \| \
16399          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16400 $as_echo X"$ac_file" |
16401     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16402             s//\1/
16403             q
16404           }
16405           /^X\(\/\/\)[^/].*/{
16406             s//\1/
16407             q
16408           }
16409           /^X\(\/\/\)$/{
16410             s//\1/
16411             q
16412           }
16413           /^X\(\/\).*/{
16414             s//\1/
16415             q
16416           }
16417           s/.*/./; q'`
16418   as_dir="$ac_dir"; as_fn_mkdir_p
16419   ac_builddir=.
16420
16421 case "$ac_dir" in
16422 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16423 *)
16424   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16425   # A ".." for each directory in $ac_dir_suffix.
16426   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16427   case $ac_top_builddir_sub in
16428   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16429   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16430   esac ;;
16431 esac
16432 ac_abs_top_builddir=$ac_pwd
16433 ac_abs_builddir=$ac_pwd$ac_dir_suffix
16434 # for backward compatibility:
16435 ac_top_builddir=$ac_top_build_prefix
16436
16437 case $srcdir in
16438   .)  # We are building in place.
16439     ac_srcdir=.
16440     ac_top_srcdir=$ac_top_builddir_sub
16441     ac_abs_top_srcdir=$ac_pwd ;;
16442   [\\/]* | ?:[\\/]* )  # Absolute name.
16443     ac_srcdir=$srcdir$ac_dir_suffix;
16444     ac_top_srcdir=$srcdir
16445     ac_abs_top_srcdir=$srcdir ;;
16446   *) # Relative name.
16447     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16448     ac_top_srcdir=$ac_top_build_prefix$srcdir
16449     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
16450 esac
16451 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
16452
16453
16454   case $ac_mode in
16455   :F)
16456   #
16457   # CONFIG_FILE
16458   #
16459
16460   case $INSTALL in
16461   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
16462   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16463   esac
16464   ac_MKDIR_P=$MKDIR_P
16465   case $MKDIR_P in
16466   [\\/$]* | ?:[\\/]* ) ;;
16467   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
16468   esac
16469 _ACEOF
16470
16471 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16472 # If the template does not know about datarootdir, expand it.
16473 # FIXME: This hack should be removed a few years after 2.60.
16474 ac_datarootdir_hack=; ac_datarootdir_seen=
16475 ac_sed_dataroot='
16476 /datarootdir/ {
16477   p
16478   q
16479 }
16480 /@datadir@/p
16481 /@docdir@/p
16482 /@infodir@/p
16483 /@localedir@/p
16484 /@mandir@/p'
16485 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16486 *datarootdir*) ac_datarootdir_seen=yes;;
16487 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16488   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16489 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16490 _ACEOF
16491 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16492   ac_datarootdir_hack='
16493   s&@datadir@&$datadir&g
16494   s&@docdir@&$docdir&g
16495   s&@infodir@&$infodir&g
16496   s&@localedir@&$localedir&g
16497   s&@mandir@&$mandir&g
16498   s&\\\${datarootdir}&$datarootdir&g' ;;
16499 esac
16500 _ACEOF
16501
16502 # Neutralize VPATH when `$srcdir' = `.'.
16503 # Shell code in configure.ac might set extrasub.
16504 # FIXME: do we really want to maintain this feature?
16505 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16506 ac_sed_extra="$ac_vpsub
16507 $extrasub
16508 _ACEOF
16509 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16510 :t
16511 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16512 s|@configure_input@|$ac_sed_conf_input|;t t
16513 s&@top_builddir@&$ac_top_builddir_sub&;t t
16514 s&@top_build_prefix@&$ac_top_build_prefix&;t t
16515 s&@srcdir@&$ac_srcdir&;t t
16516 s&@abs_srcdir@&$ac_abs_srcdir&;t t
16517 s&@top_srcdir@&$ac_top_srcdir&;t t
16518 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16519 s&@builddir@&$ac_builddir&;t t
16520 s&@abs_builddir@&$ac_abs_builddir&;t t
16521 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16522 s&@INSTALL@&$ac_INSTALL&;t t
16523 s&@MKDIR_P@&$ac_MKDIR_P&;t t
16524 $ac_datarootdir_hack
16525 "
16526 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
16527   >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16528
16529 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16530   { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
16531   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' \
16532       "$ac_tmp/out"`; test -z "$ac_out"; } &&
16533   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16534 which seems to be undefined.  Please make sure it is defined" >&5
16535 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16536 which seems to be undefined.  Please make sure it is defined" >&2;}
16537
16538   rm -f "$ac_tmp/stdin"
16539   case $ac_file in
16540   -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
16541   *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
16542   esac \
16543   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16544  ;;
16545   :H)
16546   #
16547   # CONFIG_HEADER
16548   #
16549   if test x"$ac_file" != x-; then
16550     {
16551       $as_echo "/* $configure_input  */" \
16552       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
16553     } >"$ac_tmp/config.h" \
16554       || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16555     if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
16556       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16557 $as_echo "$as_me: $ac_file is unchanged" >&6;}
16558     else
16559       rm -f "$ac_file"
16560       mv "$ac_tmp/config.h" "$ac_file" \
16561         || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16562     fi
16563   else
16564     $as_echo "/* $configure_input  */" \
16565       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
16566       || as_fn_error $? "could not create -" "$LINENO" 5
16567   fi
16568 # Compute "$ac_file"'s index in $config_headers.
16569 _am_arg="$ac_file"
16570 _am_stamp_count=1
16571 for _am_header in $config_headers :; do
16572   case $_am_header in
16573     $_am_arg | $_am_arg:* )
16574       break ;;
16575     * )
16576       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
16577   esac
16578 done
16579 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
16580 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16581          X"$_am_arg" : 'X\(//\)[^/]' \| \
16582          X"$_am_arg" : 'X\(//\)$' \| \
16583          X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
16584 $as_echo X"$_am_arg" |
16585     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16586             s//\1/
16587             q
16588           }
16589           /^X\(\/\/\)[^/].*/{
16590             s//\1/
16591             q
16592           }
16593           /^X\(\/\/\)$/{
16594             s//\1/
16595             q
16596           }
16597           /^X\(\/\).*/{
16598             s//\1/
16599             q
16600           }
16601           s/.*/./; q'`/stamp-h$_am_stamp_count
16602  ;;
16603   :L)
16604   #
16605   # CONFIG_LINK
16606   #
16607
16608   if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
16609     :
16610   else
16611     # Prefer the file from the source tree if names are identical.
16612     if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
16613       ac_source=$srcdir/$ac_source
16614     fi
16615
16616     { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
16617 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
16618
16619     if test ! -r "$ac_source"; then
16620       as_fn_error $? "$ac_source: file not found" "$LINENO" 5
16621     fi
16622     rm -f "$ac_file"
16623
16624     # Try a relative symlink, then a hard link, then a copy.
16625     case $ac_source in
16626     [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
16627         *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
16628     esac
16629     ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
16630       ln "$ac_source" "$ac_file" 2>/dev/null ||
16631       cp -p "$ac_source" "$ac_file" ||
16632       as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
16633   fi
16634  ;;
16635   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16636 $as_echo "$as_me: executing $ac_file commands" >&6;}
16637  ;;
16638   esac
16639
16640
16641   case $ac_file$ac_mode in
16642     "buildir":C)   ac_top_srcdir="$ax_enable_builddir_srcdir"
16643   if test ".$ax_enable_builddir" = ".." ; then
16644     if test -f "$top_srcdir/Makefile" ; then
16645       { $as_echo "$as_me:${as_lineno-$LINENO}: skipping top_srcdir/Makefile - left untouched" >&5
16646 $as_echo "$as_me: skipping top_srcdir/Makefile - left untouched" >&6;}
16647     else
16648       { $as_echo "$as_me:${as_lineno-$LINENO}: skipping top_srcdir/Makefile - not created" >&5
16649 $as_echo "$as_me: skipping top_srcdir/Makefile - not created" >&6;}
16650     fi
16651   else
16652     if test -f "$ac_top_srcdir/Makefile" ; then
16653       a=`grep "^VERSION " "$ac_top_srcdir/Makefile"` ; b=`grep "^VERSION " Makefile`
16654       test "$a" != "$b" && rm "$ac_top_srcdir/Makefile"
16655     fi
16656     if test -f "$ac_top_srcdir/Makefile" ; then
16657         echo "$ac_top_srcdir/Makefile : $ac_top_srcdir/Makefile.in" > $tmp/conftemp.mk
16658         echo "  @ echo 'REMOVED,,,' >\$@" >> $tmp/conftemp.mk
16659       eval "${MAKE-make} -f $tmp/conftemp.mk 2>/dev/null >/dev/null"
16660       if grep '^REMOVED,,,' "$ac_top_srcdir/Makefile" >/dev/null
16661       then rm $ac_top_srcdir/Makefile ; fi
16662       cp $tmp/conftemp.mk $ac_top_srcdir/makefiles.mk~      ## DEBUGGING
16663     fi
16664     if test ! -f "$ac_top_srcdir/Makefile" ; then
16665       { $as_echo "$as_me:${as_lineno-$LINENO}: create top_srcdir/Makefile guessed from local Makefile" >&5
16666 $as_echo "$as_me: create top_srcdir/Makefile guessed from local Makefile" >&6;}
16667       x='`' ; cat >$tmp/conftemp.sed <<_EOF
16668 /^\$/n
16669 x
16670 /^\$/bS
16671 x
16672 /\\\\\$/{H;d;}
16673 {H;s/.*//;x;}
16674 bM
16675 :S
16676 x
16677 /\\\\\$/{h;d;}
16678 {h;s/.*//;x;}
16679 :M
16680 s/\\(\\n\\)     /\\1 /g
16681 /^      /d
16682 /^[      ]*[\\#]/d
16683 /^VPATH *=/d
16684 s/^srcdir *=.*/srcdir = ./
16685 s/^top_srcdir *=.*/top_srcdir = ./
16686 /[:=]/!d
16687 /^\\./d
16688 / = /b
16689 / .= /b
16690 /:/!b
16691 s/:.*/:/
16692 s/ /  /g
16693 s/ \\([a-z][a-z-]*[a-zA-Z0-9]\\)\\([ :]\\)/ \\1 \\1-all\\2/g
16694 s/^\\([a-z][a-z-]*[a-zA-Z0-9]\\)\\([ :]\\)/\\1 \\1-all\\2/
16695 s/  / /g
16696 /^all all-all[ :]/i\\
16697 all-configured : all-all
16698 s/ [a-zA-Z0-9-]*-all [a-zA-Z0-9-]*-all-all//g
16699 /-all-all/d
16700 a\\
16701         @ HOST="\$(HOST)\" \\\\\\
16702         ; test ".\$\$HOST" = "." && HOST=$x sh $ax_enable_builddir_auxdir/config.guess $x \\\\\\
16703         ; BUILD=$x grep "^#### \$\$HOST " Makefile | sed -e 's/.*|//' $x \\\\\\
16704         ; use=$x basename "\$\@" -all $x; n=$x echo \$\$BUILD | wc -w $x \\\\\\
16705         ; echo "MAKE \$\$HOST : \$\$n * \$\@"; if test "\$\$n" -eq "0" ; then : \\\\\\
16706         ; BUILD=$x grep "^####.*|" Makefile |tail -1| sed -e 's/.*|//' $x ; fi \\\\\\
16707         ; test ".\$\$BUILD" = "." && BUILD="." \\\\\\
16708         ; test "\$\$use" = "\$\@" && BUILD=$x echo "\$\$BUILD" | tail -1 $x \\\\\\
16709         ; for i in \$\$BUILD ; do test ".\$\$i" = "." && continue \\\\\\
16710         ; (cd "\$\$i" && test ! -f configure && \$(MAKE) \$\$use) || exit; done
16711 /dist-all *:/a\\
16712         @ HOST="\$(HOST)\" \\\\\\
16713         ; test ".\$\$HOST" = "." && HOST=$x sh $ax_enable_builddir_auxdir/config.guess $x \\\\\\
16714         ; BUILD=$x grep "^#### \$\$HOST " Makefile | sed -e 's/.*|//' $x \\\\\\
16715         ; found=$x echo \$\$BUILD | wc -w $x \\\\\\
16716         ; echo "MAKE \$\$HOST : \$\$found \$(PACKAGE)-\$(VERSION).tar.*" \\\\\\
16717         ; if test "\$\$found" -eq "0" ; then : \\\\\\
16718         ; BUILD=$x grep "^#### .*|" Makefile |tail -1| sed -e 's/.*|//' $x \\\\\\
16719         ; fi ; for i in \$\$BUILD ; do test ".\$\$i" = "." && continue \\\\\\
16720         ; for f in \$\$i/\$(PACKAGE)-\$(VERSION).tar.* \\\\\\
16721         ; do test -f "\$\$f" && mv "\$\$f" \$(PUB). ; done ; break ; done
16722 /dist-[a-zA-Z0-9]*-all *:/a\\
16723         @ HOST="\$(HOST)\" \\\\\\
16724         ; test ".\$\$HOST" = "." && HOST=$x sh ./config.guess $x \\\\\\
16725         ; BUILD=$x grep "^#### \$\$HOST " Makefile | sed -e 's/.*|//' $x \\\\\\
16726         ; found=$x echo \$\$BUILD | wc -w $x \\\\\\
16727         ; echo "MAKE \$\$HOST : \$\$found \$(PACKAGE)-\$(VERSION).*" \\\\\\
16728         ; if test "\$\$found" -eq "0" ; then : \\\\\\
16729         ; BUILD=$x grep "^#### .*|" Makefile |tail -1| sed -e 's/.*|//' $x \\\\\\
16730         ; fi ; for i in \$\$BUILD ; do test ".\$\$i" = "." && continue \\\\\\
16731         ; for f in \$\$i/\$(PACKAGE)-\$(VERSION).* \\\\\\
16732         ; do test -f "\$\$f" && mv "\$\$f" \$(PUB). ; done ; break ; done
16733 /distclean-all *:/a\\
16734         @ HOST="\$(HOST)\" \\\\\\
16735         ; test ".\$\$HOST" = "." && HOST=$x sh $ax_enable_builddir_auxdir/config.guess $x \\\\\\
16736         ; BUILD=$x grep "^#### .*|" Makefile | sed -e 's/.*|//' $x \\\\\\
16737         ; use=$x basename "\$\@" -all $x; n=$x echo \$\$BUILD | wc -w $x \\\\\\
16738         ; echo "MAKE \$\$HOST : \$\$n * \$\@ (all local builds)" \\\\\\
16739         ; test ".\$\$BUILD" = "." && BUILD="." \\\\\\
16740         ; for i in \$\$BUILD ; do test ".\$\$i" = "." && continue \\\\\\
16741         ; echo "# rm -r \$\$i"; done ; echo "# (sleep 3)" ; sleep 3 \\\\\\
16742         ; for i in \$\$BUILD ; do test ".\$\$i" = "." && continue \\\\\\
16743         ; echo "\$\$i" | grep "^/" > /dev/null && continue \\\\\\
16744         ; echo "\$\$i" | grep "^../" > /dev/null && continue \\\\\\
16745         ; echo "rm -r \$\$i"; (rm -r "\$\$i") ; done ; rm Makefile
16746 _EOF
16747       cp "$tmp/conftemp.sed" "$ac_top_srcdir/makefile.sed~"            ## DEBUGGING
16748       $ax_enable_builddir_sed -f $tmp/conftemp.sed Makefile >$ac_top_srcdir/Makefile
16749       if test -f "$ac_top_srcdir/Makefile.mk" ; then
16750         { $as_echo "$as_me:${as_lineno-$LINENO}: extend top_srcdir/Makefile with top_srcdir/Makefile.mk" >&5
16751 $as_echo "$as_me: extend top_srcdir/Makefile with top_srcdir/Makefile.mk" >&6;}
16752         cat $ac_top_srcdir/Makefile.mk >>$ac_top_srcdir/Makefile
16753       fi ; xxxx="####"
16754       echo "$xxxx CONFIGURATIONS FOR TOPLEVEL MAKEFILE: " >>$ac_top_srcdir/Makefile
16755       # sanity check
16756       if grep '^; echo "MAKE ' $ac_top_srcdir/Makefile >/dev/null ; then
16757         { $as_echo "$as_me:${as_lineno-$LINENO}: buggy sed found - it deletes tab in \"a\" text parts" >&5
16758 $as_echo "$as_me: buggy sed found - it deletes tab in \"a\" text parts" >&6;}
16759         $ax_enable_builddir_sed -e '/^@ HOST=/s/^/      /' -e '/^; /s/^/        /' $ac_top_srcdir/Makefile \
16760           >$ac_top_srcdir/Makefile~
16761         (test -s $ac_top_srcdir/Makefile~ && mv $ac_top_srcdir/Makefile~ $ac_top_srcdir/Makefile) 2>/dev/null
16762       fi
16763     else
16764       xxxx="\\#\\#\\#\\#"
16765       # echo "/^$xxxx *$ax_enable_builddir_host /d" >$tmp/conftemp.sed
16766       echo "s!^$xxxx [^|]* | *$ax_enable_builddir *\$!$xxxx ...... $ax_enable_builddir!" >$tmp/conftemp.sed
16767       $ax_enable_builddir_sed -f "$tmp/conftemp.sed" "$ac_top_srcdir/Makefile" >$tmp/mkfile.tmp
16768         cp "$tmp/conftemp.sed" "$ac_top_srcdir/makefiles.sed~"         ## DEBUGGING
16769         cp "$tmp/mkfile.tmp"   "$ac_top_srcdir/makefiles.out~"         ## DEBUGGING
16770       if cmp -s "$ac_top_srcdir/Makefile" "$tmp/mkfile.tmp" 2>/dev/null ; then
16771         { $as_echo "$as_me:${as_lineno-$LINENO}: keeping top_srcdir/Makefile from earlier configure" >&5
16772 $as_echo "$as_me: keeping top_srcdir/Makefile from earlier configure" >&6;}
16773         rm "$tmp/mkfile.tmp"
16774       else
16775         { $as_echo "$as_me:${as_lineno-$LINENO}: reusing top_srcdir/Makefile from earlier configure" >&5
16776 $as_echo "$as_me: reusing top_srcdir/Makefile from earlier configure" >&6;}
16777         mv "$tmp/mkfile.tmp" "$ac_top_srcdir/Makefile"
16778       fi
16779     fi
16780     { $as_echo "$as_me:${as_lineno-$LINENO}: build in $ax_enable_builddir (HOST=$ax_enable_builddir_host)" >&5
16781 $as_echo "$as_me: build in $ax_enable_builddir (HOST=$ax_enable_builddir_host)" >&6;}
16782     xxxx="####"
16783     echo "$xxxx" "$ax_enable_builddir_host" "|$ax_enable_builddir" >>$ac_top_srcdir/Makefile
16784   fi
16785  ;;
16786     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16787   # Autoconf 2.62 quotes --file arguments for eval, but not when files
16788   # are listed without --file.  Let's play safe and only enable the eval
16789   # if we detect the quoting.
16790   case $CONFIG_FILES in
16791   *\'*) eval set x "$CONFIG_FILES" ;;
16792   *)   set x $CONFIG_FILES ;;
16793   esac
16794   shift
16795   for mf
16796   do
16797     # Strip MF so we end up with the name of the file.
16798     mf=`echo "$mf" | sed -e 's/:.*$//'`
16799     # Check whether this is an Automake generated Makefile or not.
16800     # We used to match only the files named 'Makefile.in', but
16801     # some people rename them; so instead we look at the file content.
16802     # Grep'ing the first line is not enough: some people post-process
16803     # each Makefile.in and add a new line on top of each file to say so.
16804     # Grep'ing the whole file is not good either: AIX grep has a line
16805     # limit of 2048, but all sed's we know have understand at least 4000.
16806     if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
16807       dirpart=`$as_dirname -- "$mf" ||
16808 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16809          X"$mf" : 'X\(//\)[^/]' \| \
16810          X"$mf" : 'X\(//\)$' \| \
16811          X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16812 $as_echo X"$mf" |
16813     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16814             s//\1/
16815             q
16816           }
16817           /^X\(\/\/\)[^/].*/{
16818             s//\1/
16819             q
16820           }
16821           /^X\(\/\/\)$/{
16822             s//\1/
16823             q
16824           }
16825           /^X\(\/\).*/{
16826             s//\1/
16827             q
16828           }
16829           s/.*/./; q'`
16830     else
16831       continue
16832     fi
16833     # Extract the definition of DEPDIR, am__include, and am__quote
16834     # from the Makefile without running 'make'.
16835     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16836     test -z "$DEPDIR" && continue
16837     am__include=`sed -n 's/^am__include = //p' < "$mf"`
16838     test -z "am__include" && continue
16839     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16840     # Find all dependency output files, they are included files with
16841     # $(DEPDIR) in their names.  We invoke sed twice because it is the
16842     # simplest approach to changing $(DEPDIR) to its actual value in the
16843     # expansion.
16844     for file in `sed -n "
16845       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16846          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
16847       # Make sure the directory exists.
16848       test -f "$dirpart/$file" && continue
16849       fdir=`$as_dirname -- "$file" ||
16850 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16851          X"$file" : 'X\(//\)[^/]' \| \
16852          X"$file" : 'X\(//\)$' \| \
16853          X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16854 $as_echo X"$file" |
16855     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16856             s//\1/
16857             q
16858           }
16859           /^X\(\/\/\)[^/].*/{
16860             s//\1/
16861             q
16862           }
16863           /^X\(\/\/\)$/{
16864             s//\1/
16865             q
16866           }
16867           /^X\(\/\).*/{
16868             s//\1/
16869             q
16870           }
16871           s/.*/./; q'`
16872       as_dir=$dirpart/$fdir; as_fn_mkdir_p
16873       # echo "creating $dirpart/$file"
16874       echo '# dummy' > "$dirpart/$file"
16875     done
16876   done
16877 }
16878  ;;
16879     "libtool":C)
16880
16881     # See if we are running on zsh, and set the options which allow our
16882     # commands through without removal of \ escapes.
16883     if test -n "${ZSH_VERSION+set}" ; then
16884       setopt NO_GLOB_SUBST
16885     fi
16886
16887     cfgfile="${ofile}T"
16888     trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16889     $RM "$cfgfile"
16890
16891     cat <<_LT_EOF >> "$cfgfile"
16892 #! $SHELL
16893
16894 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
16895 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
16896 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16897 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16898 #
16899 #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16900 #                 2006, 2007, 2008, 2009, 2010, 2011 Free Software
16901 #                 Foundation, Inc.
16902 #   Written by Gordon Matzigkeit, 1996
16903 #
16904 #   This file is part of GNU Libtool.
16905 #
16906 # GNU Libtool is free software; you can redistribute it and/or
16907 # modify it under the terms of the GNU General Public License as
16908 # published by the Free Software Foundation; either version 2 of
16909 # the License, or (at your option) any later version.
16910 #
16911 # As a special exception to the GNU General Public License,
16912 # if you distribute this file as part of a program or library that
16913 # is built using GNU Libtool, you may include this file under the
16914 # same distribution terms that you use for the rest of that program.
16915 #
16916 # GNU Libtool is distributed in the hope that it will be useful,
16917 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16918 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16919 # GNU General Public License for more details.
16920 #
16921 # You should have received a copy of the GNU General Public License
16922 # along with GNU Libtool; see the file COPYING.  If not, a copy
16923 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16924 # obtained by writing to the Free Software Foundation, Inc.,
16925 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16926
16927
16928 # The names of the tagged configurations supported by this script.
16929 available_tags=""
16930
16931 # ### BEGIN LIBTOOL CONFIG
16932
16933 # Which release of libtool.m4 was used?
16934 macro_version=$macro_version
16935 macro_revision=$macro_revision
16936
16937 # Whether or not to build shared libraries.
16938 build_libtool_libs=$enable_shared
16939
16940 # Whether or not to build static libraries.
16941 build_old_libs=$enable_static
16942
16943 # What type of objects to build.
16944 pic_mode=$pic_mode
16945
16946 # Whether or not to optimize for fast installation.
16947 fast_install=$enable_fast_install
16948
16949 # Shell to use when invoking shell scripts.
16950 SHELL=$lt_SHELL
16951
16952 # An echo program that protects backslashes.
16953 ECHO=$lt_ECHO
16954
16955 # The PATH separator for the build system.
16956 PATH_SEPARATOR=$lt_PATH_SEPARATOR
16957
16958 # The host system.
16959 host_alias=$host_alias
16960 host=$host
16961 host_os=$host_os
16962
16963 # The build system.
16964 build_alias=$build_alias
16965 build=$build
16966 build_os=$build_os
16967
16968 # A sed program that does not truncate output.
16969 SED=$lt_SED
16970
16971 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
16972 Xsed="\$SED -e 1s/^X//"
16973
16974 # A grep program that handles long lines.
16975 GREP=$lt_GREP
16976
16977 # An ERE matcher.
16978 EGREP=$lt_EGREP
16979
16980 # A literal string matcher.
16981 FGREP=$lt_FGREP
16982
16983 # A BSD- or MS-compatible name lister.
16984 NM=$lt_NM
16985
16986 # Whether we need soft or hard links.
16987 LN_S=$lt_LN_S
16988
16989 # What is the maximum length of a command?
16990 max_cmd_len=$max_cmd_len
16991
16992 # Object file suffix (normally "o").
16993 objext=$ac_objext
16994
16995 # Executable file suffix (normally "").
16996 exeext=$exeext
16997
16998 # whether the shell understands "unset".
16999 lt_unset=$lt_unset
17000
17001 # turn spaces into newlines.
17002 SP2NL=$lt_lt_SP2NL
17003
17004 # turn newlines into spaces.
17005 NL2SP=$lt_lt_NL2SP
17006
17007 # convert \$build file names to \$host format.
17008 to_host_file_cmd=$lt_cv_to_host_file_cmd
17009
17010 # convert \$build files to toolchain format.
17011 to_tool_file_cmd=$lt_cv_to_tool_file_cmd
17012
17013 # An object symbol dumper.
17014 OBJDUMP=$lt_OBJDUMP
17015
17016 # Method to check whether dependent libraries are shared objects.
17017 deplibs_check_method=$lt_deplibs_check_method
17018
17019 # Command to use when deplibs_check_method = "file_magic".
17020 file_magic_cmd=$lt_file_magic_cmd
17021
17022 # How to find potential files when deplibs_check_method = "file_magic".
17023 file_magic_glob=$lt_file_magic_glob
17024
17025 # Find potential files using nocaseglob when deplibs_check_method = "file_magic".
17026 want_nocaseglob=$lt_want_nocaseglob
17027
17028 # DLL creation program.
17029 DLLTOOL=$lt_DLLTOOL
17030
17031 # Command to associate shared and link libraries.
17032 sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
17033
17034 # The archiver.
17035 AR=$lt_AR
17036
17037 # Flags to create an archive.
17038 AR_FLAGS=$lt_AR_FLAGS
17039
17040 # How to feed a file listing to the archiver.
17041 archiver_list_spec=$lt_archiver_list_spec
17042
17043 # A symbol stripping program.
17044 STRIP=$lt_STRIP
17045
17046 # Commands used to install an old-style archive.
17047 RANLIB=$lt_RANLIB
17048 old_postinstall_cmds=$lt_old_postinstall_cmds
17049 old_postuninstall_cmds=$lt_old_postuninstall_cmds
17050
17051 # Whether to use a lock for old archive extraction.
17052 lock_old_archive_extraction=$lock_old_archive_extraction
17053
17054 # A C compiler.
17055 LTCC=$lt_CC
17056
17057 # LTCC compiler flags.
17058 LTCFLAGS=$lt_CFLAGS
17059
17060 # Take the output of nm and produce a listing of raw symbols and C names.
17061 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
17062
17063 # Transform the output of nm in a proper C declaration.
17064 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
17065
17066 # Transform the output of nm in a C name address pair.
17067 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
17068
17069 # Transform the output of nm in a C name address pair when lib prefix is needed.
17070 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
17071
17072 # Specify filename containing input files for \$NM.
17073 nm_file_list_spec=$lt_nm_file_list_spec
17074
17075 # The root where to search for dependent libraries,and in which our libraries should be installed.
17076 lt_sysroot=$lt_sysroot
17077
17078 # The name of the directory that contains temporary libtool files.
17079 objdir=$objdir
17080
17081 # Used to examine libraries when file_magic_cmd begins with "file".
17082 MAGIC_CMD=$MAGIC_CMD
17083
17084 # Must we lock files when doing compilation?
17085 need_locks=$lt_need_locks
17086
17087 # Manifest tool.
17088 MANIFEST_TOOL=$lt_MANIFEST_TOOL
17089
17090 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
17091 DSYMUTIL=$lt_DSYMUTIL
17092
17093 # Tool to change global to local symbols on Mac OS X.
17094 NMEDIT=$lt_NMEDIT
17095
17096 # Tool to manipulate fat objects and archives on Mac OS X.
17097 LIPO=$lt_LIPO
17098
17099 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
17100 OTOOL=$lt_OTOOL
17101
17102 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
17103 OTOOL64=$lt_OTOOL64
17104
17105 # Old archive suffix (normally "a").
17106 libext=$libext
17107
17108 # Shared library suffix (normally ".so").
17109 shrext_cmds=$lt_shrext_cmds
17110
17111 # The commands to extract the exported symbol list from a shared archive.
17112 extract_expsyms_cmds=$lt_extract_expsyms_cmds
17113
17114 # Variables whose values should be saved in libtool wrapper scripts and
17115 # restored at link time.
17116 variables_saved_for_relink=$lt_variables_saved_for_relink
17117
17118 # Do we need the "lib" prefix for modules?
17119 need_lib_prefix=$need_lib_prefix
17120
17121 # Do we need a version for libraries?
17122 need_version=$need_version
17123
17124 # Library versioning type.
17125 version_type=$version_type
17126
17127 # Shared library runtime path variable.
17128 runpath_var=$runpath_var
17129
17130 # Shared library path variable.
17131 shlibpath_var=$shlibpath_var
17132
17133 # Is shlibpath searched before the hard-coded library search path?
17134 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
17135
17136 # Format of library name prefix.
17137 libname_spec=$lt_libname_spec
17138
17139 # List of archive names.  First name is the real one, the rest are links.
17140 # The last name is the one that the linker finds with -lNAME
17141 library_names_spec=$lt_library_names_spec
17142
17143 # The coded name of the library, if different from the real name.
17144 soname_spec=$lt_soname_spec
17145
17146 # Permission mode override for installation of shared libraries.
17147 install_override_mode=$lt_install_override_mode
17148
17149 # Command to use after installation of a shared archive.
17150 postinstall_cmds=$lt_postinstall_cmds
17151
17152 # Command to use after uninstallation of a shared archive.
17153 postuninstall_cmds=$lt_postuninstall_cmds
17154
17155 # Commands used to finish a libtool library installation in a directory.
17156 finish_cmds=$lt_finish_cmds
17157
17158 # As "finish_cmds", except a single script fragment to be evaled but
17159 # not shown.
17160 finish_eval=$lt_finish_eval
17161
17162 # Whether we should hardcode library paths into libraries.
17163 hardcode_into_libs=$hardcode_into_libs
17164
17165 # Compile-time system search path for libraries.
17166 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
17167
17168 # Run-time system search path for libraries.
17169 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
17170
17171 # Whether dlopen is supported.
17172 dlopen_support=$enable_dlopen
17173
17174 # Whether dlopen of programs is supported.
17175 dlopen_self=$enable_dlopen_self
17176
17177 # Whether dlopen of statically linked programs is supported.
17178 dlopen_self_static=$enable_dlopen_self_static
17179
17180 # Commands to strip libraries.
17181 old_striplib=$lt_old_striplib
17182 striplib=$lt_striplib
17183
17184
17185 # The linker used to build libraries.
17186 LD=$lt_LD
17187
17188 # How to create reloadable object files.
17189 reload_flag=$lt_reload_flag
17190 reload_cmds=$lt_reload_cmds
17191
17192 # Commands used to build an old-style archive.
17193 old_archive_cmds=$lt_old_archive_cmds
17194
17195 # A language specific compiler.
17196 CC=$lt_compiler
17197
17198 # Is the compiler the GNU compiler?
17199 with_gcc=$GCC
17200
17201 # Compiler flag to turn off builtin functions.
17202 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
17203
17204 # Additional compiler flags for building library objects.
17205 pic_flag=$lt_lt_prog_compiler_pic
17206
17207 # How to pass a linker flag through the compiler.
17208 wl=$lt_lt_prog_compiler_wl
17209
17210 # Compiler flag to prevent dynamic linking.
17211 link_static_flag=$lt_lt_prog_compiler_static
17212
17213 # Does compiler simultaneously support -c and -o options?
17214 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
17215
17216 # Whether or not to add -lc for building shared libraries.
17217 build_libtool_need_lc=$archive_cmds_need_lc
17218
17219 # Whether or not to disallow shared libs when runtime libs are static.
17220 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
17221
17222 # Compiler flag to allow reflexive dlopens.
17223 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
17224
17225 # Compiler flag to generate shared objects directly from archives.
17226 whole_archive_flag_spec=$lt_whole_archive_flag_spec
17227
17228 # Whether the compiler copes with passing no objects directly.
17229 compiler_needs_object=$lt_compiler_needs_object
17230
17231 # Create an old-style archive from a shared archive.
17232 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
17233
17234 # Create a temporary old-style archive to link instead of a shared archive.
17235 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
17236
17237 # Commands used to build a shared archive.
17238 archive_cmds=$lt_archive_cmds
17239 archive_expsym_cmds=$lt_archive_expsym_cmds
17240
17241 # Commands used to build a loadable module if different from building
17242 # a shared archive.
17243 module_cmds=$lt_module_cmds
17244 module_expsym_cmds=$lt_module_expsym_cmds
17245
17246 # Whether we are building with GNU ld or not.
17247 with_gnu_ld=$lt_with_gnu_ld
17248
17249 # Flag that allows shared libraries with undefined symbols to be built.
17250 allow_undefined_flag=$lt_allow_undefined_flag
17251
17252 # Flag that enforces no undefined symbols.
17253 no_undefined_flag=$lt_no_undefined_flag
17254
17255 # Flag to hardcode \$libdir into a binary during linking.
17256 # This must work even if \$libdir does not exist
17257 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
17258
17259 # Whether we need a single "-rpath" flag with a separated argument.
17260 hardcode_libdir_separator=$lt_hardcode_libdir_separator
17261
17262 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17263 # DIR into the resulting binary.
17264 hardcode_direct=$hardcode_direct
17265
17266 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17267 # DIR into the resulting binary and the resulting library dependency is
17268 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
17269 # library is relocated.
17270 hardcode_direct_absolute=$hardcode_direct_absolute
17271
17272 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
17273 # into the resulting binary.
17274 hardcode_minus_L=$hardcode_minus_L
17275
17276 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
17277 # into the resulting binary.
17278 hardcode_shlibpath_var=$hardcode_shlibpath_var
17279
17280 # Set to "yes" if building a shared library automatically hardcodes DIR
17281 # into the library and all subsequent libraries and executables linked
17282 # against it.
17283 hardcode_automatic=$hardcode_automatic
17284
17285 # Set to yes if linker adds runtime paths of dependent libraries
17286 # to runtime path list.
17287 inherit_rpath=$inherit_rpath
17288
17289 # Whether libtool must link a program against all its dependency libraries.
17290 link_all_deplibs=$link_all_deplibs
17291
17292 # Set to "yes" if exported symbols are required.
17293 always_export_symbols=$always_export_symbols
17294
17295 # The commands to list exported symbols.
17296 export_symbols_cmds=$lt_export_symbols_cmds
17297
17298 # Symbols that should not be listed in the preloaded symbols.
17299 exclude_expsyms=$lt_exclude_expsyms
17300
17301 # Symbols that must always be exported.
17302 include_expsyms=$lt_include_expsyms
17303
17304 # Commands necessary for linking programs (against libraries) with templates.
17305 prelink_cmds=$lt_prelink_cmds
17306
17307 # Commands necessary for finishing linking programs.
17308 postlink_cmds=$lt_postlink_cmds
17309
17310 # Specify filename containing input files.
17311 file_list_spec=$lt_file_list_spec
17312
17313 # How to hardcode a shared library path into an executable.
17314 hardcode_action=$hardcode_action
17315
17316 # ### END LIBTOOL CONFIG
17317
17318 _LT_EOF
17319
17320   case $host_os in
17321   aix3*)
17322     cat <<\_LT_EOF >> "$cfgfile"
17323 # AIX sometimes has problems with the GCC collect2 program.  For some
17324 # reason, if we set the COLLECT_NAMES environment variable, the problems
17325 # vanish in a puff of smoke.
17326 if test "X${COLLECT_NAMES+set}" != Xset; then
17327   COLLECT_NAMES=
17328   export COLLECT_NAMES
17329 fi
17330 _LT_EOF
17331     ;;
17332   esac
17333
17334
17335 ltmain="$ac_aux_dir/ltmain.sh"
17336
17337
17338   # We use sed instead of cat because bash on DJGPP gets confused if
17339   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
17340   # text mode, it properly converts lines to CR/LF.  This bash problem
17341   # is reportedly fixed, but why not run on old versions too?
17342   sed '$q' "$ltmain" >> "$cfgfile" \
17343      || (rm -f "$cfgfile"; exit 1)
17344
17345   if test x"$xsi_shell" = xyes; then
17346   sed -e '/^func_dirname ()$/,/^} # func_dirname /c\
17347 func_dirname ()\
17348 {\
17349 \    case ${1} in\
17350 \      */*) func_dirname_result="${1%/*}${2}" ;;\
17351 \      *  ) func_dirname_result="${3}" ;;\
17352 \    esac\
17353 } # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \
17354   && mv -f "$cfgfile.tmp" "$cfgfile" \
17355     || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17356 test 0 -eq $? || _lt_function_replace_fail=:
17357
17358
17359   sed -e '/^func_basename ()$/,/^} # func_basename /c\
17360 func_basename ()\
17361 {\
17362 \    func_basename_result="${1##*/}"\
17363 } # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \
17364   && mv -f "$cfgfile.tmp" "$cfgfile" \
17365     || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17366 test 0 -eq $? || _lt_function_replace_fail=:
17367
17368
17369   sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\
17370 func_dirname_and_basename ()\
17371 {\
17372 \    case ${1} in\
17373 \      */*) func_dirname_result="${1%/*}${2}" ;;\
17374 \      *  ) func_dirname_result="${3}" ;;\
17375 \    esac\
17376 \    func_basename_result="${1##*/}"\
17377 } # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \
17378   && mv -f "$cfgfile.tmp" "$cfgfile" \
17379     || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17380 test 0 -eq $? || _lt_function_replace_fail=:
17381
17382
17383   sed -e '/^func_stripname ()$/,/^} # func_stripname /c\
17384 func_stripname ()\
17385 {\
17386 \    # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\
17387 \    # positional parameters, so assign one to ordinary parameter first.\
17388 \    func_stripname_result=${3}\
17389 \    func_stripname_result=${func_stripname_result#"${1}"}\
17390 \    func_stripname_result=${func_stripname_result%"${2}"}\
17391 } # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \
17392   && mv -f "$cfgfile.tmp" "$cfgfile" \
17393     || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17394 test 0 -eq $? || _lt_function_replace_fail=:
17395
17396
17397   sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\
17398 func_split_long_opt ()\
17399 {\
17400 \    func_split_long_opt_name=${1%%=*}\
17401 \    func_split_long_opt_arg=${1#*=}\
17402 } # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \
17403   && mv -f "$cfgfile.tmp" "$cfgfile" \
17404     || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17405 test 0 -eq $? || _lt_function_replace_fail=:
17406
17407
17408   sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\
17409 func_split_short_opt ()\
17410 {\
17411 \    func_split_short_opt_arg=${1#??}\
17412 \    func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\
17413 } # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \
17414   && mv -f "$cfgfile.tmp" "$cfgfile" \
17415     || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17416 test 0 -eq $? || _lt_function_replace_fail=:
17417
17418
17419   sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\
17420 func_lo2o ()\
17421 {\
17422 \    case ${1} in\
17423 \      *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\
17424 \      *)    func_lo2o_result=${1} ;;\
17425 \    esac\
17426 } # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \
17427   && mv -f "$cfgfile.tmp" "$cfgfile" \
17428     || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17429 test 0 -eq $? || _lt_function_replace_fail=:
17430
17431
17432   sed -e '/^func_xform ()$/,/^} # func_xform /c\
17433 func_xform ()\
17434 {\
17435     func_xform_result=${1%.*}.lo\
17436 } # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \
17437   && mv -f "$cfgfile.tmp" "$cfgfile" \
17438     || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17439 test 0 -eq $? || _lt_function_replace_fail=:
17440
17441
17442   sed -e '/^func_arith ()$/,/^} # func_arith /c\
17443 func_arith ()\
17444 {\
17445     func_arith_result=$(( $* ))\
17446 } # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \
17447   && mv -f "$cfgfile.tmp" "$cfgfile" \
17448     || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17449 test 0 -eq $? || _lt_function_replace_fail=:
17450
17451
17452   sed -e '/^func_len ()$/,/^} # func_len /c\
17453 func_len ()\
17454 {\
17455     func_len_result=${#1}\
17456 } # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \
17457   && mv -f "$cfgfile.tmp" "$cfgfile" \
17458     || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17459 test 0 -eq $? || _lt_function_replace_fail=:
17460
17461 fi
17462
17463 if test x"$lt_shell_append" = xyes; then
17464   sed -e '/^func_append ()$/,/^} # func_append /c\
17465 func_append ()\
17466 {\
17467     eval "${1}+=\\${2}"\
17468 } # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \
17469   && mv -f "$cfgfile.tmp" "$cfgfile" \
17470     || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17471 test 0 -eq $? || _lt_function_replace_fail=:
17472
17473
17474   sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\
17475 func_append_quoted ()\
17476 {\
17477 \    func_quote_for_eval "${2}"\
17478 \    eval "${1}+=\\\\ \\$func_quote_for_eval_result"\
17479 } # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \
17480   && mv -f "$cfgfile.tmp" "$cfgfile" \
17481     || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17482 test 0 -eq $? || _lt_function_replace_fail=:
17483
17484
17485   # Save a `func_append' function call where possible by direct use of '+='
17486   sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
17487     && mv -f "$cfgfile.tmp" "$cfgfile" \
17488       || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17489   test 0 -eq $? || _lt_function_replace_fail=:
17490 else
17491   # Save a `func_append' function call even when '+=' is not available
17492   sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
17493     && mv -f "$cfgfile.tmp" "$cfgfile" \
17494       || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
17495   test 0 -eq $? || _lt_function_replace_fail=:
17496 fi
17497
17498 if test x"$_lt_function_replace_fail" = x":"; then
17499   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
17500 $as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
17501 fi
17502
17503
17504    mv -f "$cfgfile" "$ofile" ||
17505     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
17506   chmod +x "$ofile"
17507
17508  ;;
17509     "include":C) test -d include || mkdir include ;;
17510     "src":C)
17511 test -d src || mkdir src
17512 test -d src/$TARGETDIR || mkdir src/$TARGETDIR
17513  ;;
17514
17515   esac
17516 done # for ac_tag
17517
17518
17519 as_fn_exit 0
17520 _ACEOF
17521 ac_clean_files=$ac_clean_files_save
17522
17523 test $ac_write_fail = 0 ||
17524   as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
17525
17526
17527 # configure is writing to config.log, and then calls config.status.
17528 # config.status does its own redirection, appending to config.log.
17529 # Unfortunately, on DOS this fails, as config.log is still kept open
17530 # by configure, so config.status won't be able to write to it; its
17531 # output is simply discarded.  So we exec the FD to /dev/null,
17532 # effectively closing config.log, so it can be properly (re)opened and
17533 # appended to by config.status.  When coming back to configure, we
17534 # need to make the FD available again.
17535 if test "$no_create" != yes; then
17536   ac_cs_success=:
17537   ac_config_status_args=
17538   test "$silent" = yes &&
17539     ac_config_status_args="$ac_config_status_args --quiet"
17540   exec 5>/dev/null
17541   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17542   exec 5>>config.log
17543   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17544   # would make configure fail if this is the last instruction.
17545   $ac_cs_success || as_fn_exit 1
17546 fi
17547 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17548   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17549 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
17550 fi
17551